@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
	overflow-x: hidden;
	white-space: pre-wrap;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @media print {

	*,
	*:before,
	*:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
      border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
      orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

* {
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 1.538462;
    color: #7d7d8e;
	background-color: #f6f9fa;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
	line-height: inherit;
}

a {
    color: #13b6bc;
	text-decoration: none;
}

a:hover,
a:focus {
    color: #13b6bc;
	text-decoration: underline;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.538462;
    background-color: #f6f9fa;
    border: 1px solid #e7e7ec;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
	border-top: 1px solid #e7e7ec;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
	color: #cbcbd2;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 13px;
}

h6,
.h6 {
	font-size: 12px;
}

.lead {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
	line-height: 1.4;
}

  @media (min-width: 768px) {
	.lead {
		font-size: 19.5px;
	}
}

small,
.small {
	font-size: 92%;
}

mark,
.mark {
    background-color: #e1bee7;
	padding: .2em;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #cbcbd2;
}

.text-primary {
	color: #13b6bc;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #ed2a2f;
}

.user-pages a.text-primary:hover, .user-pages a.text-primary:focus {
	color: #13b6bc;
}

.text-success {
	color: #13b6bc;
}

a.text-success:hover,
a.text-success:focus {
	color: #0e898e;
}

.text-info {
	color: #5ca0e6;
}

a.text-info:hover,
a.text-info:focus {
	color: #3086df;
}

.text-warning {
	color: #fdb32b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #f39e02;
}

.text-danger {
	color: #fd442b;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #f31f02;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #13b6bc;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #ed2a2f;
}

.bg-success {
	background-color: #c8e6c9;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #a5d6a7;
}

.bg-info {
	background-color: #b3e5fc;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #82d4fa;
}

.bg-warning {
	background-color: #e1bee7;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #d099d9;
}

.bg-danger {
	background-color: #ffe0b2;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #ffcb7f;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
	border-bottom: 1px solid #e7e7ec;
}

ul,
ol {
    margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
	list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
	margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
	padding-right: 5px;
}

dl {
    margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.538462;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

  @media (min-width: 768px) {
	.dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
	border-bottom: 1px dotted #cbcbd2;
}

.initialism {
	font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16.25px;
	border-left: 5px solid #e7e7ec;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.538462;
	color: #cbcbd2;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #e7e7ec;
    border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
	line-height: 1.538462;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
	box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.538462;
    word-break: break-all;
    word-wrap: break-word;
    color: #3f3f44;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
	overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
	padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
	display: table;
}

.container:after {
	clear: both;
}

  @media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

  @media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

  @media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
    margin-left: -15px;
	margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.user-pages .col-xs-1, .user-pages .col-sm-1, .user-pages .col-md-1, .user-pages .col-lg-1, .user-pages .col-xs-2, .user-pages .col-sm-2, .user-pages .col-md-2, .user-pages .col-lg-2, .user-pages .col-xs-3, .user-pages .col-sm-3, .user-pages .col-md-3, .user-pages .col-lg-3,
.user-pages .col-xs-4, .user-pages .col-sm-4, .user-pages .col-md-4, .user-pages .col-lg-4, .user-pages .col-xs-5, .user-pages .col-sm-5, .user-pages .col-md-5, .user-pages .col-lg-5, .user-pages .col-xs-6, .user-pages .col-sm-6, .user-pages .col-md-6, .user-pages .col-lg-6,
.user-pages .col-xs-7, .user-pages .col-sm-7, .user-pages .col-md-7, .user-pages .col-lg-7, .user-pages .col-xs-8, .user-pages .col-sm-8, .user-pages .col-md-8, .user-pages .col-lg-8, .user-pages .col-xs-9, .user-pages .col-sm-9, .user-pages .col-md-9, .user-pages .col-lg-9,
.user-pages .col-xs-10, .user-pages .col-sm-10, .user-pages .col-md-10, .user-pages .col-lg-10, .user-pages .col-xs-11, .user-pages .col-sm-11, .user-pages .col-md-11, .user-pages .col-lg-11, .user-pages .col-xs-12, .user-pages .col-sm-12, .user-pages .col-md-12, .user-pages .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; 
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.333333%;
}

.col-xs-2 {
	width: 16.666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.333333%;
}

.col-xs-5 {
	width: 41.666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.333333%;
}

.col-xs-8 {
	width: 66.666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.333333%;
}

.col-xs-11 {
	width: 91.666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.333333%;
}

.col-xs-pull-2 {
	right: 16.666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.333333%;
}

.col-xs-pull-5 {
	right: 41.666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.333333%;
}

.col-xs-pull-8 {
	right: 66.666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.333333%;
}

.col-xs-pull-11 {
	right: 91.666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.333333%;
}

.col-xs-push-2 {
	left: 16.666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.333333%;
}

.col-xs-push-5 {
	left: 41.666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.333333%;
}

.col-xs-push-8 {
	left: 66.666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.333333%;
}

.col-xs-push-11 {
	left: 91.666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.333333%;
}

.col-xs-offset-2 {
	margin-left: 16.666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.333333%;
}

.col-xs-offset-5 {
	margin-left: 41.666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.333333%;
}

.col-xs-offset-8 {
	margin-left: 66.666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.333333%;
}

.col-xs-offset-11 {
	margin-left: 91.666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

  @media (min-width: 768px) {

	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		float: left;
	}

	.col-xs-1 {
		width: 8.333333%;
	}

	.col-xs-2 {
		width: 16.666667%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-4 {
		width: 33.333333%;
	}

	.col-xs-5 {
		width: 41.666667%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-7 {
		width: 58.333333%;
	}

	.col-xs-8 {
		width: 66.666667%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-10 {
		width: 83.333333%;
	}

	.col-xs-11 {
		width: 91.666667%;
	}

	.col-xs-12 {
		width: 100%;
	}

	.col-xs-pull-0 {
		right: auto;
	}

	.col-xs-pull-1 {
		right: 8.333333%;
	}

	.col-xs-pull-2 {
		right: 16.666667%;
	}

	.col-xs-pull-3 {
		right: 25%;
	}

	.col-xs-pull-4 {
		right: 33.333333%;
	}

	.col-xs-pull-5 {
		right: 41.666667%;
	}

	.col-xs-pull-6 {
		right: 50%;
	}

	.col-xs-pull-7 {
		right: 58.333333%;
	}

	.col-xs-pull-8 {
		right: 66.666667%;
	}

	.col-xs-pull-9 {
		right: 75%;
	}

	.col-xs-pull-10 {
		right: 83.333333%;
	}

	.col-xs-pull-11 {
		right: 91.666667%;
	}

	.col-xs-pull-12 {
		right: 100%;
	}

	.col-xs-push-0 {
		left: auto;
	}

	.col-xs-push-1 {
		left: 8.333333%;
	}

	.col-xs-push-2 {
		left: 16.666667%;
	}

	.col-xs-push-3 {
		left: 25%;
	}

	.col-xs-push-4 {
		left: 33.333333%;
	}

	.col-xs-push-5 {
		left: 41.666667%;
	}

	.col-xs-push-6 {
		left: 50%;
	}

	.col-xs-push-7 {
		left: 58.333333%;
	}

	.col-xs-push-8 {
		left: 66.666667%;
	}

	.col-xs-push-9 {
		left: 75%;
	}

	.col-xs-push-10 {
		left: 83.333333%;
	}

	.col-xs-push-11 {
		left: 91.666667%;
	}

	.col-xs-push-12 {
		left: 100%;
	}

	.col-xs-offset-0 {
		margin-left: 0%;
	}

	.col-xs-offset-1 {
		margin-left: 8.333333%;
	}

	.col-xs-offset-2 {
		margin-left: 16.666667%;
	}

	.col-xs-offset-3 {
		margin-left: 25%;
	}

	.col-xs-offset-4 {
		margin-left: 33.333333%;
	}

	.col-xs-offset-5 {
		margin-left: 41.666667%;
	}

	.col-xs-offset-6 {
		margin-left: 50%;
	}

	.col-xs-offset-7 {
		margin-left: 58.333333%;
	}

	.col-xs-offset-8 {
		margin-left: 66.666667%;
	}

	.col-xs-offset-9 {
		margin-left: 75%;
	}

	.col-xs-offset-10 {
		margin-left: 83.333333%;
	}

	.col-xs-offset-11 {
		margin-left: 91.666667%;
	}

	.col-xs-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {

	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		float: left;
	}

	.col-xs-1 {
		width: 8.333333%;
	}

	.col-xs-2 {
		width: 16.666667%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-4 {
		width: 33.333333%;
	}

	.col-xs-5 {
		width: 41.666667%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-7 {
		width: 58.333333%;
	}

	.col-xs-8 {
		width: 66.666667%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-10 {
		width: 83.333333%;
	}

	.col-xs-11 {
		width: 91.666667%;
	}

	.col-xs-12 {
		width: 100%;
	}

	.col-xs-pull-0 {
		right: auto;
	}

	.col-xs-pull-1 {
		right: 8.333333%;
	}

	.col-xs-pull-2 {
		right: 16.666667%;
	}

	.col-xs-pull-3 {
		right: 25%;
	}

	.col-xs-pull-4 {
		right: 33.333333%;
	}

	.col-xs-pull-5 {
		right: 41.666667%;
	}

	.col-xs-pull-6 {
		right: 50%;
	}

	.col-xs-pull-7 {
		right: 58.333333%;
	}

	.col-xs-pull-8 {
		right: 66.666667%;
	}

	.col-xs-pull-9 {
		right: 75%;
	}

	.col-xs-pull-10 {
		right: 83.333333%;
	}

	.col-xs-pull-11 {
		right: 91.666667%;
	}

	.col-xs-pull-12 {
		right: 100%;
	}

	.col-xs-push-0 {
		left: auto;
	}

	.col-xs-push-1 {
		left: 8.333333%;
	}

	.col-xs-push-2 {
		left: 16.666667%;
	}

	.col-xs-push-3 {
		left: 25%;
	}

	.col-xs-push-4 {
		left: 33.333333%;
	}

	.col-xs-push-5 {
		left: 41.666667%;
	}

	.col-xs-push-6 {
		left: 50%;
	}

	.col-xs-push-7 {
		left: 58.333333%;
	}

	.col-xs-push-8 {
		left: 66.666667%;
	}

	.col-xs-push-9 {
		left: 75%;
	}

	.col-xs-push-10 {
		left: 83.333333%;
	}

	.col-xs-push-11 {
		left: 91.666667%;
	}

	.col-xs-push-12 {
		left: 100%;
	}

	.col-xs-offset-0 {
		margin-left: 0%;
	}

	.col-xs-offset-1 {
		margin-left: 8.333333%;
	}

	.col-xs-offset-2 {
		margin-left: 16.666667%;
	}

	.col-xs-offset-3 {
		margin-left: 25%;
	}

	.col-xs-offset-4 {
		margin-left: 33.333333%;
	}

	.col-xs-offset-5 {
		margin-left: 41.666667%;
	}

	.col-xs-offset-6 {
		margin-left: 50%;
	}

	.col-xs-offset-7 {
		margin-left: 58.333333%;
	}

	.col-xs-offset-8 {
		margin-left: 66.666667%;
	}

	.col-xs-offset-9 {
		margin-left: 75%;
	}

	.col-xs-offset-10 {
		margin-left: 83.333333%;
	}

	.col-xs-offset-11 {
		margin-left: 91.666667%;
	}

	.col-xs-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.333333%;
	}

	.col-lg-2 {
		width: 16.666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.333333%;
	}

	.col-lg-5 {
		width: 41.666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.333333%;
	}

	.col-lg-8 {
		width: 66.666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.333333%;
	}

	.col-lg-11 {
		width: 91.666667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.333333%;
	}

	.col-lg-pull-2 {
		right: 16.666667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.333333%;
	}

	.col-lg-pull-5 {
		right: 41.666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.333333%;
	}

	.col-lg-pull-8 {
		right: 66.666667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.333333%;
	}

	.col-lg-pull-11 {
		right: 91.666667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.333333%;
	}

	.col-lg-push-2 {
		left: 16.666667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.333333%;
	}

	.col-lg-push-5 {
		left: 41.666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.333333%;
	}

	.col-lg-push-8 {
		left: 66.666667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.333333%;
	}

	.col-lg-push-11 {
		left: 91.666667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.666667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: #fff;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #cbcbd2;
	text-align: left;
}

th {
	text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
	margin-bottom: 15px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 10px;
    line-height: 1.538462;
    vertical-align: top;
	border-top: 1px solid #e7e7ec;
}

.table>thead>tr>th {
    vertical-align: bottom;
	border-bottom: 2px solid #e7e7ec;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #e7e7ec;
}

.table .table {
	background-color: #f6f9fa;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #e7e7ec;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid #e7e7ec;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
	display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
	background-color: #c8e6c9;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #b6deb8;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
	background-color: #b3e5fc;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #9addfb;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
	background-color: #e1bee7;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #d8abe0;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
	background-color: #ffe0b2;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ffd699;
}

.table-responsive {
    overflow-x: auto;
	min-height: 0.01%;
}

  @media screen and (max-width: 767px) {
	.table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #e7e7ec;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		/* border: 0; */
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
	min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 19.5px;
    line-height: inherit;
    color: #7d7d8e;
    border: 0;
	border-bottom: 1px solid #e7e7ec;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
    display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.538462;
	color: #7d7d8e;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.538462;
    color: #7d7d8e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7e7ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control.d-ib {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-control:focus {
	border-color: #66afe9;
	outline: none;
}

.form-control::-moz-placeholder {
	color: #e7e7ec;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #e7e7ec;
}

.form-control::-webkit-input-placeholder {
	color: #e7e7ec;
}

.form-control::-ms-expand {
    border: 0;
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #e7e7ec;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}
  
	input[type="date"].input-sm,
	.input-group-sm>input[type="date"].form-control,
	.input-group-sm>input[type="date"].input-group-addon,
	.input-group-sm>.input-group-btn>input[type="date"].btn,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm>input[type="time"].form-control,
	.input-group-sm>input[type="time"].input-group-addon,
	.input-group-sm>.input-group-btn>input[type="time"].btn,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm>input[type="datetime-local"].form-control,
	.input-group-sm>input[type="datetime-local"].input-group-addon,
	.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm>input[type="month"].form-control,
	.input-group-sm>input[type="month"].input-group-addon,
	.input-group-sm>.input-group-btn>input[type="month"].btn,
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	
	input[type="date"].input-lg,
	.input-group-lg>input[type="date"].form-control,
	.input-group-lg>input[type="date"].input-group-addon,
	.input-group-lg>.input-group-btn>input[type="date"].btn,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg>input[type="time"].form-control,
	.input-group-lg>input[type="time"].input-group-addon,
	.input-group-lg>.input-group-btn>input[type="time"].btn,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg>input[type="datetime-local"].form-control,
	.input-group-lg>input[type="datetime-local"].input-group-addon,
	.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg>input[type="month"].form-control,
	.input-group-lg>input[type="month"].input-group-addon,
	.input-group-lg>.input-group-btn>input[type="month"].btn,
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

/* .form-group span {font-weight: bold; margin-bottom:5px; display:inline-block;} */
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
  
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 33px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.333333;
	border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.333333;
	border-radius: 6px;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #13b6bc;
}

.has-success .form-control {
	border-color: #13b6bc;
}

.has-success .input-group-addon {
	background-color: #c8e6c9;
	border-color: #13b6bc;
	color: #13b6bc;
}

.has-success .form-control-feedback {
	color: #13b6bc;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #fdb32b;
}

.has-warning .form-control {
	border-color: #fdb32b;
}

.has-warning .input-group-addon {
	background-color: #e1bee7;
	border-color: #fdb32b;
	color: #fdb32b;
}

.has-warning .form-control-feedback {
	color: #fdb32b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #fd442b;
}

.has-error .form-control {
	border-color: #fd442b;
}

.has-error .input-group-addon {
	background-color: #ffe0b2;
	border-color: #fd442b;
	color: #fd442b;
}

.has-error .form-control-feedback {
	color: #fd442b;
}

.has-feedback label~.form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #c1c1c9;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group>.form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.538462;
	border-radius: 4px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #7d7d8e;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	background-color: #fff;
	border-color: #e7e7ec;
	color: #7d7d8e;
}

.btn-default:focus,
.btn-default.focus {
	background-color: #fff;
	border-color: #e7e7ec;
	color: #7d7d8e;
}

.btn-default:hover {
	background-color: #e6e6e6;
	border-color: #cbcbd5;
	color: #7d7d8e;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	background-color: #e6e6e6;
	border-color: #cbcbd5;
	color: #7d7d8e;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
	background-color: #d9d9d9;
	border-color: #bcbcca;
	color: #7d7d8e;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #e7e7ec;
}

.btn-default .badge {
	background-color: #7d7d8e;
	color: #fff;
}

.btn-primary {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.btn-primary:hover {
	background-color: #ed2a2f;
	border-color: #ed2a2f;
	color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	background-color: #ed2a2f;
	border-color: #ed2a2f;
	color: #fff;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
	background-color: #ea1419;
	border-color: #ea1419;
	color: #fff;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #13b6bc;
	border-color: #13b6bc;
}

.btn-primary .badge {
	background-color: #fff;
	color: #13b6bc;
}

.btn-success {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.btn-success:focus,
.btn-success.focus {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.btn-success:hover {
	background-color: #0e898e;
	border-color: #0e898e;
	color: #fff;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	background-color: #0e898e;
	border-color: #0e898e;
	color: #fff;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
	background-color: #0c7377;
	border-color: #0c7377;
	color: #fff;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #13b6bc;
	border-color: #13b6bc;
}

.btn-success .badge {
	background-color: #fff;
	color: #13b6bc;
}

.btn-info {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
	color: #fff;
}

.btn-info:focus,
.btn-info.focus {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
	color: #fff;
}

.btn-info:hover {
	background-color: #3086df;
	border-color: #3086df;
	color: #fff;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	background-color: #3086df;
	border-color: #3086df;
	color: #fff;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
	background-color: #2179d5;
	border-color: #2179d5;
	color: #fff;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
}

.btn-info .badge {
	background-color: #fff;
	color: #5ca0e6;
}

.btn-warning {
	background-color: #fdb32b;
	border-color: #fdb32b;
	color: #fff;
}

.btn-warning:focus,
.btn-warning.focus {
	background-color: #fdb32b;
	border-color: #fdb32b;
	color: #fff;
}

.btn-warning:hover {
	background-color: #f39e02;
	border-color: #f39e02;
	color: #fff;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	background-color: #f39e02;
	border-color: #f39e02;
	color: #fff;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
	background-color: #d98e02;
	border-color: #d98e02;
	color: #fff;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #fdb32b;
	border-color: #fdb32b;
}

.btn-warning .badge {
	background-color: #fff;
	color: #fdb32b;
}

.btn-danger {
	background-color: #fd442b;
	border-color: #fd442b;
	color: #fff;
}

.btn-danger:focus,
.btn-danger.focus {
	background-color: #fd442b;
	border-color: #fd442b;
	color: #fff;
}

.btn-danger:hover {
	background-color: #f31f02;
	border-color: #f31f02;
	color: #fff;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	background-color: #f31f02;
	border-color: #f31f02;
	color: #fff;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
	background-color: #d91c02;
	border-color: #d91c02;
	color: #fff;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #fd442b;
	border-color: #fd442b;
}

.btn-danger .badge {
	background-color: #fff;
	color: #fd442b;
}

.btn-link {
	color: #13b6bc;
	font-weight: normal;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #13b6bc;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #cbcbd2;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.333333;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
   opacity: 0;
   -webkit-transition: opacity 1.15 ease-in-out, z-index 1.1s ease-in-out;
   -o-transition: opacity 1.15 ease-in-out, z-index 1.1s ease-in-out;
   transition: opacity 1.15 ease-in-out, z-index 1.1s ease-in-out;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
	z-index: 10;
    background-color: #fff;
    border: 1px solid #e7e7ec;
    border: 1px solid #e7e7ec;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e7e7ec;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.538462;
	color: #3f3f44;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #13b6bc;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #13b6bc;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #cbcbd2;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.538462;
	color: inherit;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table;
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
	content: " ";
	display: table;
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #7d7d8e;
	text-align: center;
	background-color: #e7e7ec;
	border: 1px solid #e7e7ec;
	border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn+.btn {
	margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.user-pages .nav > li > a:hover,
.user-pages .nav > li > a:focus {
    text-decoration: none;
    background-color: #e7e7ec; }
    
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	/* background-color: #e7e7ec; */
}

.nav>li.disabled>a {
	color: #cbcbd2;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #cbcbd2;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #e7e7ec;
	border-color: #13b6bc;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #e7e7ec;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.538462;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #e7e7ec #e7e7ec #e7e7ec;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #7d7d8e;
	background-color: #f6f9fa;
	border: 1px solid #e7e7ec;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 4px;
}

.nav-pills>li+li {
	margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #13b6bc;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {

	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #e7e7ec;
}

@media (min-width: 768px) {

	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #e7e7ec;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #f6f9fa;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {

	.container>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 768px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 20px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 60px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 13px;
	margin-bottom: 13px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 10px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 13px;
	margin-bottom: 13px;
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}

	.navbar-form .input-group>.form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 13px;
	margin-bottom: 13px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
	margin-top: 19px;
	margin-bottom: 19px;
}

.navbar-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f6f9fa;
	border-color: #ebf1f4;
}

.navbar-default .navbar-brand {
	color: #7d7d8e;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #7d7d8e;
	background-color: transparent;
}
.user-pages .navbar-default .navbar-text {
    color: #fff; 
}

.navbar-default .navbar-text {
	color: #7d7d8e;
}

.user-pages .navbar-default .navbar-nav > li > a {
    color: #fff; 
}

.navbar-default .navbar-nav>li>a {
	color: #7d7d8e;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #13b6bc;
	background-color: #f6f9fa;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #343439;
	background-color: #e7e7ec;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #e7e7ec;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #343439;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ebf1f4;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7ec;
	color: #343439;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #7d7d8e;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #13b6bc;
		background-color: #f6f9fa;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #343439;
		background-color: #e7e7ec;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #7d7d8e;
}

.navbar-default .navbar-link:hover {
	color: #13b6bc;
}

.navbar-default .btn-link {
	color: #7d7d8e;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #13b6bc;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #13b6bc;
	border-color: #f0494d;
}

.navbar-inverse .navbar-brand {
	color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #f2696d;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #f2696d;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #f2696d;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #ee383d;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #f2696d;
	color: #fff;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #f0494d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #f0494d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: #f2696d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #f2696d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #fff;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #fff;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #ccc;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #7d7d8e;
}

.breadcrumb>.active {
	color: #cbcbd2;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.538462;
	text-decoration: none;
	color: #7d7d8e;
	background-color: #fff;
	border: 1px solid #e7e7ec;
	margin-left: -1px;
	font-size:13px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #13b6bc;
	border-color: #13b6bc;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #13b6bc;
	border-color: #13b6bc;
	cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #e7e7ec;
	background-color: #fff;
	border-color: #e7e7ec;
	cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

.pager:before,
.pager:after {
	content: " ";
	display: table;
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #e7e7ec;
	border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #13b6bc;
}

.pager .next>a,
.pager .next>span {
	float: right;
}

.pager .previous>a,
.pager .previous>span {
	float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #e7e7ec;
	background-color: #fff;
	cursor: not-allowed;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #7d7d8e;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #646474;
}

.label-primary {
	background-color: #13b6bc;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #ed2a2f;
}

.label-success {
	background-color: #13b6bc;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #0e898e;
}

.label-info {
	background-color: #5ca0e6;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #3086df;
}

.label-warning {
	background-color: #fdb32b;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #f39e02;
}

.label-danger {
	background-color: #fd442b;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #f31f02;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #13b6bc;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #13b6bc;
	background-color: #fff;
}

.list-group-item>.badge {
	float: right;
}

.list-group-item>.badge+.badge {
	margin-right: 5px;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #ebf1f4;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 200;
}

.jumbotron>hr {
	border-top-color: #cadbe1;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 59px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.538462;
	background-color: #f6f9fa;
	border: 1px solid #e7e7ec;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail .caption {
	padding: 9px;
	color: #7d7d8e;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #13b6bc;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,
.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.alert-success hr {
	border-top-color: #11a0a5;
}

.alert-success .alert-link {
	color: #e6e6e6;
}

.alert-info {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
	color: #fff;
}

.alert-info hr {
	border-top-color: #4693e3;
}

.alert-info .alert-link {
	color: #e6e6e6;
}

.alert-warning {
	background-color: #fdb32b;
	border-color: #fdb32b;
	color: #fff;
}

.alert-warning hr {
	border-top-color: #fdaa12;
}

.alert-warning .alert-link {
	color: #e6e6e6;
}

.alert-danger {
	background-color: #fd442b;
	border-color: #fd442b;
	color: #fff;
}

.alert-danger hr {
	border-top-color: #fd2e12;
}

.alert-danger .alert-link {
	color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #13b6bc;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #13b6bc;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5ca0e6;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #fdb32b;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #fd442b;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right,
.media>.pull-right {
	padding-left: 10px;
}

.media-left,
.media>.pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-top {
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 20px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #e7e7ec;
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
	color: #7d7d8e;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #343439;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	text-decoration: none;
	color: #3f3f44;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #e7e7ec;
	color: #cbcbd2;
	cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #cbcbd2;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #13b6bc;
	border-color: #13b6bc;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #7d7d8e;
}

.list-group-item-success {
	color: #13b6bc;
	background-color: #c8e6c9;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #13b6bc;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #13b6bc;
	background-color: #b6deb8;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #13b6bc;
	border-color: #13b6bc;
}

.list-group-item-info {
	color: #5ca0e6;
	background-color: #b3e5fc;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #5ca0e6;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #5ca0e6;
	background-color: #9addfb;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #5ca0e6;
	border-color: #5ca0e6;
}

.list-group-item-warning {
	color: #fdb32b;
	background-color: #e1bee7;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #fdb32b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #fdb32b;
	background-color: #d8abe0;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #fdb32b;
	border-color: #fdb32b;
}

.list-group-item-danger {
	color: #fd442b;
	background-color: #ffe0b2;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #fd442b;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #fd442b;
	background-color: #ffd699;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #fd442b;
	border-color: #fd442b;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f6f9fa;
	border-top: 1px solid #f1f1f1;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #e7e7ec;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #f1f1f1;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #f1f1f1;
}

.panel-default {
	border-color: #f1f1f1;
}

.panel-default>.panel-heading {
	color: #3f3f44;
	background-color: #f6f9fa;
	border-color: #f1f1f1;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f1f1f1;
}

.panel-default>.panel-heading .badge {
	color: #f6f9fa;
	background-color: #3f3f44;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f1f1f1;
}

.panel-primary {
	border-color: #13b6bc;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #13b6bc;
	border-color: #13b6bc;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #13b6bc;
}

.panel-primary>.panel-heading .badge {
	color: #13b6bc;
	background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #13b6bc;
}

.panel-success {
	border-color: #13b6bc;
}

.panel-success>.panel-heading {
	color: #fff;
	background-color: #13b6bc;
	border-color: #13b6bc;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #13b6bc;
}

.panel-success>.panel-heading .badge {
	color: #13b6bc;
	background-color: #fff;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #13b6bc;
}

.panel-info {
	border-color: #5ca0e6;
}

.panel-info>.panel-heading {
	color: #fff;
	background-color: #5ca0e6;
	border-color: #5ca0e6;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #5ca0e6;
}

.panel-info>.panel-heading .badge {
	color: #5ca0e6;
	background-color: #fff;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #5ca0e6;
}

.panel-warning {
	border-color: #fdb32b;
}

.panel-warning>.panel-heading {
	color: #fff;
	background-color: #fdb32b;
	border-color: #fdb32b;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #fdb32b;
}

.panel-warning>.panel-heading .badge {
	color: #fdb32b;
	background-color: #fff;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #fdb32b;
}

.panel-danger {
	border-color: #fd442b;
}

.panel-danger>.panel-heading {
	color: #fff;
	background-color: #fd442b;
	border-color: #fd442b;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #fd442b;
}

.panel-danger>.panel-heading .badge {
	color: #fd442b;
	background-color: #fff;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #fd442b;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ebf1f4;
	border: 1px solid #dfeaed;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	/* opacity: 0.2; */
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	/* opacity: 0.5; */
	filter: alpha(opacity=50);
	outline: none;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

/* @media (min-height:500px) {
	.modal-open {
		overflow: hidden;
		overflow-y: auto;
	}	
} */

.modal {
	/* background: rgba(0, 0, 0, 0.3); */
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	padding-left:0 !important;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

  .user-pages .modal-content {
    position: relative;
    background-color: #fff;
    /* border: 1px solid #e7e7ec; */
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0; 
}
    
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #e7e7ec;
	border: 1px solid #e7e7ec;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

    
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e7e7ec;
}

.modal-header:before,
.modal-header:after {
	content: " ";
	display: table;
}

.modal-header:after {
	clear: both;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.538462;
}

.modal-body {
	position: relative;
	padding: 20px;
}
.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #e7e7ec;
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	
	.modal-dialog-ip {
		width: 500px;
		margin: 30px auto;
	}
	
	.modal-dialog-alarm{
		width: 400px;
		margin: 40px auto;
	}
	
	.modal-dialog-logout-alarm{
		width: 460px;
		margin: 40px auto;
	}
	
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.538462;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	padding: 1px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.538462;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 13px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	-webkit-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.05);
	max-width: 30%;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 13px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e9e9e9;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover>.arrow {
	border-width: 11px;
}

.popover>.arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #e7e7e7;
	border-top-color: fadein(#e7e7ec, 5%);
	bottom: -11px;
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #e7e7e7;
	border-right-color: fadein(#e7e7ec, 5%);
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #e7e7e7;
	border-bottom-color: fadein(#e7e7ec, 5%);
	top: -11px;
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #e7e7e7;
	border-left-color: fadein(#e7e7ec, 5%);
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-with-child {
	display: inline-block;
	line-height: 1;
	position: relative;
}

.icon-child {
	bottom: 0;
	-webkit-box-shadow: 0px 0px 0px 2px #fff;
	box-shadow: 0px 0px 0px 2px #fff;
	display: block;
	position: absolute;
	right: 0;
	z-index: 2;
}

.icon-lg {
	font-size: 1.333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.icon-2x {
	font-size: 2em;
}

.icon-3x {
	font-size: 3em;
}

.icon-4x {
	font-size: 4em;
}

.icon-5x {
	font-size: 5em;
}

.icon-fw {
	width: 1.285714em;
}

.icon-glass:before {
	content: "\f000";
}

.icon-music:before {
	content: "\f001";
}

.icon-search:before {
	content: "\f002";
}

.icon-envelope-o:before {
	content: "\f003";
}

.icon-heart:before {
	content: "\f004";
}

.icon-star:before {
	content: "\f005";
}

.icon-star-o:before {
	content: "\f006";
}

.icon-user:before {
	content: "\f007";
}

.icon-film:before {
	content: "\f008";
}

.icon-th-large:before {
	content: "\f009";
}

.icon-th:before {
	content: "\f00a";
}

.icon-th-list:before {
	content: "\f00b";
}

.icon-check:before {
	content: "\f00c";
}

.icon-frog {
	content: "\f52e";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
	content: "\f00d";
}

.icon-search-plus:before {
	content: "\f00e";
}

.icon-search-minus:before {
	content: "\f010";
}

.icon-power-off:before {
	content: "\f011";
}

.icon-signal:before {
	content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
	content: "\f013";
}

.icon-trash-o:before {
	content: "\f014";
}

.icon-home:before {
	content: "\f015";
}

.icon-file-o:before {
	content: "\f016";
}

.icon-clock-o:before {
	content: "\f017";
}

.icon-road:before {
	content: "\f018";
}

.icon-download:before {
	content: "\f019";
}

.icon-arrow-circle-o-down:before {
	content: "\f01a";
}

.icon-arrow-circle-o-up:before {
	content: "\f01b";
}

.icon-inbox:before {
	content: "\f01c";
}

.icon-play-circle-o:before {
	content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
	content: "\f01e";
}

.icon-refresh:before {
	content: "\f021";
}

.icon-list-alt:before {
	content: "\f022";
}

.icon-lock:before {
	content: "\f023";
}

.icon-flag:before {
	content: "\f024";
}

.icon-headphones:before {
	content: "\f025";
}

.icon-volume-off:before {
	content: "\f026";
}

.icon-volume-down:before {
	content: "\f027";
}

.icon-volume-up:before {
	content: "\f028";
}

.icon-qrcode:before {
	content: "\f029";
}

.icon-barcode:before {
	content: "\f02a";
}

.icon-tag:before {
	content: "\f02b";
}

.icon-tags:before {
	content: "\f02c";
}

.icon-book:before {
	content: "\f02d";
}

.icon-bookmark:before {
	content: "\f02e";
}

.icon-print:before {
	content: "\f02f";
}

.icon-camera:before {
	content: "\f030";
}

.icon-font:before {
	content: "\f031";
}

.icon-bold:before {
	content: "\f032";
}

.icon-italic:before {
	content: "\f033";
}

.icon-text-height:before {
	content: "\f034";
}

.icon-text-width:before {
	content: "\f035";
}

.icon-align-left:before {
	content: "\f036";
}

.icon-align-center:before {
	content: "\f037";
}

.icon-align-right:before {
	content: "\f038";
}

.icon-align-justify:before {
	content: "\f039";
}

.icon-list:before {
	content: "\f03a";
}

.icon-dedent:before,
.icon-outdent:before {
	content: "\f03b";
}

.icon-indent:before {
	content: "\f03c";
}

.icon-video-camera:before {
	content: "\f03d";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
	content: "\f03e";
}

.icon-pencil:before {
	content: "\f040";
}

.icon-map-marker:before {
	content: "\f041";
}

.icon-adjust:before {
	content: "\f042";
}

.icon-tint:before {
	content: "\f043";
}

.icon-edit:before,
.icon-pencil-square-o:before {
	content: "\f044";
}

.icon-share-square-o:before {
	content: "\f045";
}

.icon-check-square-o:before {
	content: "\f046";
}

.icon-arrows:before {
	content: "\f047";
}

.icon-step-backward:before {
	content: "\f048";
}

.icon-fast-backward:before {
	content: "\f049";
}

.icon-backward:before {
	content: "\f04a";
}

.icon-play:before {
	content: "\f04b";
}

.icon-pause:before {
	content: "\f04c";
}

.icon-stop:before {
	content: "\f04d";
}

.icon-forward:before {
	content: "\f04e";
}

.icon-fast-forward:before {
	content: "\f050";
}

.icon-step-forward:before {
	content: "\f051";
}

.icon-eject:before {
	content: "\f052";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-plus-circle:before {
	content: "\f055";
}

.icon-minus-circle:before {
	content: "\f056";
}

.icon-times-circle:before {
	content: "\f057";
}

.icon-check-circle:before {
	content: "\f058";
}

.icon-question-circle:before {
	content: "\f059";
}

.icon-info-circle:before {
	content: "\f05a";
}

.icon-crosshairs:before {
	content: "\f05b";
}

.icon-times-circle-o:before {
	content: "\f05c";
}

.icon-check-circle-o:before {
	content: "\f05d";
}

.icon-ban:before {
	content: "\f05e";
}

.icon-arrow-left:before {
	content: "\f060";
}

.icon-arrow-right:before {
	content: "\f061";
}

.icon-arrow-up:before {
	content: "\f062";
}

.icon-arrow-down:before {
	content: "\f063";
}

.icon-mail-forward:before,
.icon-share:before {
	content: "\f064";
}

.icon-expand:before {
	content: "\f065";
}

.icon-compress:before {
	content: "\f066";
}

.icon-plus:before {
	content: "\f067";
}

.icon-minus:before {
	content: "\f068";
}

.icon-asterisk:before {
	content: "\f069";
}

.icon-exclamation-circle:before {
	content: "\f06a";
}

.icon-gift:before {
	content: "\f06b";
}

.icon-leaf:before {
	content: "\f06c";
}

.icon-fire:before {
	content: "\f06d";
}

.icon-eye:before {
	content: "\f06e";
}

.icon-eye-slash:before {
	content: "\f070";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
	content: "\f071";
}

.icon-plane:before {
	content: "\f072";
}

.icon-calendar:before {
	content: "\f073";
}

.icon-random:before {
	content: "\f074";
}

.icon-comment:before {
	content: "\f075";
}

.icon-magnet:before {
	content: "\f076";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-chevron-down:before {
	content: "\f078";
}

.icon-retweet:before {
	content: "\f079";
}

.icon-shopping-cart:before {
	content: "\f07a";
}

.icon-folder:before {
	content: "\f07b";
}

.icon-folder-open:before {
	content: "\f07c";
}

.icon-arrows-v:before {
	content: "\f07d";
}

.icon-arrows-h:before {
	content: "\f07e";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
	content: "\f080";
}

.icon-twitter-square:before {
	content: "\f081";
}

.icon-facebook-square:before {
	content: "\f082";
}

.icon-camera-retro:before {
	content: "\f083";
}

.icon-key:before {
	content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
	content: "\f085";
}

.icon-comments:before {
	content: "\f086";
}

.icon-thumbs-o-up:before {
	content: "\f087";
}

.icon-thumbs-o-down:before {
	content: "\f088";
}

.icon-star-half:before {
	content: "\f089";
}

.icon-heart-o:before {
	content: "\f08a";
}

.icon-sign-out:before {
	content: "\f08b";
}

.icon-linkedin-square:before {
	content: "\f08c";
}

.icon-thumb-tack:before {
	content: "\f08d";
}

.icon-external-link:before {
	content: "\f08e";
}

.icon-sign-in:before {
	content: "\f090";
}

.icon-trophy:before {
	content: "\f091";
}

.icon-github-square:before {
	content: "\f092";
}

.icon-upload:before {
	content: "\f093";
}

.icon-lemon-o:before {
	content: "\f094";
}

.icon-phone:before {
	content: "\f095";
}

.icon-square-o:before {
	content: "\f096";
}

.icon-bookmark-o:before {
	content: "\f097";
}

.icon-phone-square:before {
	content: "\f098";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook-f:before,
.icon-facebook:before {
	content: "\f09a";
}

.icon-github:before {
	content: "\f09b";
}

.icon-unlock:before {
	content: "\f09c";
}

.icon-credit-card:before {
	content: "\f09d";
}

.icon-feed:before,
.icon-rss:before {
	content: "\f09e";
}

.icon-hdd-o:before {
	content: "\f0a0";
}

.icon-bullhorn:before {
	content: "\f0a1";
}

.icon-bell:before {
	content: "\f0f3";
}

.icon-certificate:before {
	content: "\f0a3";
}

.icon-hand-o-right:before {
	content: "\f0a4";
}

.icon-hand-o-left:before {
	content: "\f0a5";
}

.icon-hand-o-up:before {
	content: "\f0a6";
}

.icon-hand-o-down:before {
	content: "\f0a7";
}

.icon-arrow-circle-left:before {
	content: "\f0a8";
}

.icon-arrow-circle-right:before {
	content: "\f0a9";
}

.icon-arrow-circle-up:before {
	content: "\f0aa";
}

.icon-arrow-circle-down:before {
	content: "\f0ab";
}

.icon-globe:before {
	content: "\f0ac";
}

.icon-wrench:before {
	content: "\f0ad";
}

.icon-tasks:before {
	content: "\f0ae";
}

.icon-filter:before {
	content: "\f0b0";
}

.icon-briefcase:before {
	content: "\f0b1";
}

.icon-arrows-alt:before {
	content: "\f0b2";
}

.icon-group:before,
.icon-users:before {
	content: "\f0c0";
}

.icon-chain:before,
.icon-link:before {
	content: "\f0c1";
}

.icon-cloud:before {
	content: "\f0c2";
}

.icon-flask:before {
	content: "\f0c3";
}

.icon-cut:before,
.icon-scissors:before {
	content: "\f0c4";
}

.icon-copy:before,
.icon-files-o:before {
	content: "\f0c5";
}

.icon-paperclip:before {
	content: "\f0c6";
}

.icon-save:before,
.icon-floppy-o:before {
	content: "\f0c7";
}

.icon-square:before {
	content: "\f0c8";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
	content: "\f0c9";
}

.icon-list-ul:before {
	content: "\f0ca";
}

.icon-list-ol:before {
	content: "\f0cb";
}

.icon-strikethrough:before {
	content: "\f0cc";
}

.icon-underline:before {
	content: "\f0cd";
}

.icon-table:before {
	content: "\f0ce";
}

.icon-magic:before {
	content: "\f0d0";
}

.icon-truck:before {
	content: "\f0d1";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-pinterest-square:before {
	content: "\f0d3";
}

.icon-google-plus-square:before {
	content: "\f0d4";
}

.icon-google-plus:before {
	content: "\f0d5";
}

.icon-money:before {
	content: "\f0d6";
}

.icon-caret-down:before {
	content: "\f0d7";
}

.icon-caret-up:before {
	content: "\f0d8";
}

.icon-caret-left:before {
	content: "\f0d9";
}

.icon-caret-right:before {
	content: "\f0da";
}

.icon-columns:before {
	content: "\f0db";
}

.icon-unsorted:before,
.icon-sort:before {
	content: "\f0dc";
}

.icon-sort-down:before,
.icon-sort-desc:before {
	content: "\f0dd";
}

.icon-sort-up:before,
.icon-sort-asc:before {
	content: "\f0de";
}

.icon-envelope:before {
	content: "\f0e0";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
	content: "\f0e2";
}

.icon-legal:before,
.icon-gavel:before {
	content: "\f0e3";
}

.icon-dashboard:before,
.icon-tachometer:before {
	content: "\f0e4";
}

.icon-comment-o:before {
	content: "\f0e5";
}

.icon-comments-o:before {
	content: "\f0e6";
}

.icon-flash:before,
.icon-bolt:before {
	content: "\f0e7";
}

.icon-sitemap:before {
	content: "\f0e8";
}

.icon-umbrella:before {
	content: "\f0e9";
}

.icon-paste:before,
.icon-clipboard:before {
	content: "\f0ea";
}

.icon-lightbulb-o:before {
	content: "\f0eb";
}

.icon-exchange:before {
	content: "\f0ec";
}

.icon-cloud-download:before {
	content: "\f0ed";
}

.icon-cloud-upload:before {
	content: "\f0ee";
}

.icon-user-md:before {
	content: "\f0f0";
}

.icon-stethoscope:before {
	content: "\f0f1";
}

.icon-suitcase:before {
	content: "\f0f2";
}

.icon-bell-o:before {
	content: "\f0a2";
}

.icon-coffee:before {
	content: "\f0f4";
}

.icon-cutlery:before {
	content: "\f0f5";
}

.icon-file-text-o:before {
	content: "\f0f6";
}

.icon-building-o:before {
	content: "\f0f7";
}

.icon-hospital-o:before {
	content: "\f0f8";
}

.icon-ambulance:before {
	content: "\f0f9";
}

.icon-medkit:before {
	content: "\f0fa";
}

.icon-fighter-jet:before {
	content: "\f0fb";
}

.icon-beer:before {
	content: "\f0fc";
}

.icon-h-square:before {
	content: "\f0fd";
}

.icon-plus-square:before {
	content: "\f0fe";
}

.icon-angle-double-left:before {
	content: "\f100";
}

.icon-angle-double-right:before {
	content: "\f101";
}

.icon-angle-double-up:before {
	content: "\f102";
}

.icon-angle-double-down:before {
	content: "\f103";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-desktop:before {
	content: "\f108";
}

.icon-laptop:before {
	content: "\f109";
}

.icon-tablet:before {
	content: "\f10a";
}

.icon-mobile-phone:before,
.icon-mobile:before {
	content: "\f10b";
}

.icon-circle-o:before {
	content: "\f10c";
}

.icon-quote-left:before {
	content: "\f10d";
}

.icon-quote-right:before {
	content: "\f10e";
}

.icon-spinner:before {
	content: "\f110";
}

.icon-circle:before {
	content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
	content: "\f112";
}

.icon-github-alt:before {
	content: "\f113";
}

.icon-folder-o:before {
	content: "\f114";
}

.icon-folder-open-o:before {
	content: "\f115";
}

.icon-smile-o:before {
	content: "\f118";
}

.icon-frown-o:before {
	content: "\f119";
}

.icon-meh-o:before {
	content: "\f11a";
}

.icon-gamepad:before {
	content: "\f11b";
}

.icon-keyboard-o:before {
	content: "\f11c";
}

.icon-flag-o:before {
	content: "\f11d";
}

.icon-flag-checkered:before {
	content: "\f11e";
}

.icon-terminal:before {
	content: "\f120";
}

.icon-code:before {
	content: "\f121";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
	content: "\f122";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
	content: "\f123";
}

.icon-location-arrow:before {
	content: "\f124";
}

.icon-crop:before {
	content: "\f125";
}

.icon-code-fork:before {
	content: "\f126";
}

.icon-unlink:before,
.icon-chain-broken:before {
	content: "\f127";
}

.icon-question:before {
	content: "\f128";
}

.icon-info:before {
	content: "\f129";
}

.icon-exclamation:before {
	content: "\f12a";
}

.icon-superscript:before {
	content: "\f12b";
}

.icon-subscript:before {
	content: "\f12c";
}

.icon-eraser:before {
	content: "\f12d";
}

.icon-puzzle-piece:before {
	content: "\f12e";
}

.icon-microphone:before {
	content: "\f130";
}

.icon-microphone-slash:before {
	content: "\f131";
}

.icon-shield:before {
	content: "\f132";
}

.icon-calendar-o:before {
	content: "\f133";
}

.icon-fire-extinguisher:before {
	content: "\f134";
}

.icon-rocket:before {
	content: "\f135";
}

.icon-maxcdn:before {
	content: "\f136";
}

.icon-chevron-circle-left:before {
	content: "\f137";
}

.icon-chevron-circle-right:before {
	content: "\f138";
}

.icon-chevron-circle-up:before {
	content: "\f139";
}

.icon-chevron-circle-down:before {
	content: "\f13a";
}

.icon-html5:before {
	content: "\f13b";
}

.icon-css3:before {
	content: "\f13c";
}

.icon-anchor:before {
	content: "\f13d";
}

.icon-unlock-alt:before {
	content: "\f13e";
}

.icon-bullseye:before {
	content: "\f140";
}

.icon-ellipsis-h:before {
	content: "\f141";
}

.icon-ellipsis-v:before {
	content: "\f142";
}

.icon-rss-square:before {
	content: "\f143";
}

.icon-play-circle:before {
	content: "\f144";
}

.icon-ticket:before {
	content: "\f145";
}

.icon-minus-square:before {
	content: "\f146";
}

.icon-minus-square-o:before {
	content: "\f147";
}

.icon-level-up:before {
	content: "\f148";
}

.icon-level-down:before {
	content: "\f149";
}

.icon-check-square:before {
	content: "\f14a";
}

.icon-pencil-square:before {
	content: "\f14b";
}

.icon-external-link-square:before {
	content: "\f14c";
}

.icon-share-square:before {
	content: "\f14d";
}

.icon-compass:before {
	content: "\f14e";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
	content: "\f150";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
	content: "\f151";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
	content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
	content: "\f153";
}

.icon-gbp:before {
	content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
	content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
	content: "\f156";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
	content: "\f157";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
	content: "\f158";
}

.icon-won:before,
.icon-krw:before {
	content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
	content: "\f15a";
}

.icon-file:before {
	content: "\f15b";
}

.icon-file-text:before {
	content: "\f15c";
}

.icon-sort-alpha-asc:before {
	content: "\f15d";
}

.icon-sort-alpha-desc:before {
	content: "\f15e";
}

.icon-sort-amount-asc:before {
	content: "\f160";
}

.icon-sort-amount-desc:before {
	content: "\f161";
}

.icon-sort-numeric-asc:before {
	content: "\f162";
}

.icon-sort-numeric-desc:before {
	content: "\f163";
}

.icon-thumbs-up:before {
	content: "\f164";
}

.icon-thumbs-down:before {
	content: "\f165";
}

.icon-youtube-square:before {
	content: "\f166";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-xing:before {
	content: "\f168";
}

.icon-xing-square:before {
	content: "\f169";
}

.icon-youtube-play:before {
	content: "\f16a";
}

.icon-dropbox:before {
	content: "\f16b";
}

.icon-stack-overflow:before {
	content: "\f16c";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-flickr:before {
	content: "\f16e";
}

.icon-adn:before {
	content: "\f170";
}

.icon-bitbucket:before {
	content: "\f171";
}

.icon-bitbucket-square:before {
	content: "\f172";
}

.icon-tumblr:before {
	content: "\f173";
}

.icon-tumblr-square:before {
	content: "\f174";
}

.icon-long-arrow-down:before {
	content: "\f175";
}

.icon-long-arrow-up:before {
	content: "\f176";
}

.icon-long-arrow-left:before {
	content: "\f177";
}

.icon-long-arrow-right:before {
	content: "\f178";
}

.icon-apple:before {
	content: "\f179";
}

.icon-windows:before {
	content: "\f17a";
}

.icon-android:before {
	content: "\f17b";
}

.icon-linux:before {
	content: "\f17c";
}

.icon-dribbble:before {
	content: "\f17d";
}

.icon-skype:before {
	content: "\f17e";
}

.icon-foursquare:before {
	content: "\f180";
}

.icon-trello:before {
	content: "\f181";
}

.icon-female:before {
	content: "\f182";
}

.icon-male:before {
	content: "\f183";
}

.icon-gittip:before,
.icon-gratipay:before {
	content: "\f184";
}

.icon-sun-o:before {
	content: "\f185";
}

.icon-moon-o:before {
	content: "\f186";
}

.icon-archive:before {
	content: "\f187";
}

.icon-bug:before {
	content: "\f188";
}

.icon-vk:before {
	content: "\f189";
}

.icon-weibo:before {
	content: "\f18a";
}

.icon-renren:before {
	content: "\f18b";
}

.icon-pagelines:before {
	content: "\f18c";
}

.icon-stack-exchange:before {
	content: "\f18d";
}

.icon-arrow-circle-o-right:before {
	content: "\f18e";
}

.icon-arrow-circle-o-left:before {
	content: "\f190";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
	content: "\f191";
}

.icon-dot-circle-o:before {
	content: "\f192";
}

.icon-wheelchair:before {
	content: "\f193";
}

.icon-vimeo-square:before {
	content: "\f194";
}

.icon-turkish-lira:before,
.icon-try:before {
	content: "\f195";
}

.icon-plus-square-o:before {
	content: "\f196";
}

.icon-space-shuttle:before {
	content: "\f197";
}

.icon-slack:before {
	content: "\f198";
}

.icon-envelope-square:before {
	content: "\f199";
}

.icon-wordpress:before {
	content: "\f19a";
}

.icon-openid:before {
	content: "\f19b";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
	content: "\f19c";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
	content: "\f19d";
}

.icon-yahoo:before {
	content: "\f19e";
}

.icon-google:before {
	content: "\f1a0";
}

.icon-reddit:before {
	content: "\f1a1";
}

.icon-reddit-square:before {
	content: "\f1a2";
}

.icon-stumbleupon-circle:before {
	content: "\f1a3";
}

.icon-stumbleupon:before {
	content: "\f1a4";
}

.icon-delicious:before {
	content: "\f1a5";
}

.icon-digg:before {
	content: "\f1a6";
}

.icon-pied-piper-pp:before {
	content: "\f1a7";
}

.icon-pied-piper-alt:before {
	content: "\f1a8";
}

.icon-drupal:before {
	content: "\f1a9";
}

.icon-joomla:before {
	content: "\f1aa";
}

.icon-language:before {
	content: "\f1ab";
}

.icon-fax:before {
	content: "\f1ac";
}

.icon-building:before {
	content: "\f1ad";
}

.icon-kid:before {
	content: "\f1ae";
}

.icon-paw:before {
	content: "\f1b0";
}

.icon-spoon:before {
	content: "\f1b1";
}

.icon-cube:before {
	content: "\f1b2";
}

.icon-cubes:before {
	content: "\f1b3";
}

.icon-behance:before {
	content: "\f1b4";
}

.icon-behance-square:before {
	content: "\f1b5";
}

.icon-steam:before {
	content: "\f1b6";
}

.icon-steam-square:before {
	content: "\f1b7";
}

.icon-recycle:before {
	content: "\f1b8";
}

.icon-automobile:before,
.icon-car:before {
	content: "\f1b9";
}

.icon-cab:before,
.icon-taxi:before {
	content: "\f1ba";
}

.icon-tree:before {
	content: "\f1bb";
}

.icon-spotify:before {
	content: "\f1bc";
}

.icon-deviantart:before {
	content: "\f1bd";
}

.icon-soundcloud:before {
	content: "\f1be";
}

.icon-database:before {
	content: "\f1c0";
}

.icon-file-pdf-o:before {
	content: "\f1c1";
}

.icon-file-word-o:before {
	content: "\f1c2";
}

.icon-file-excel-o:before {
	content: "\f1c3";
}

.icon-file-powerpoint-o:before {
	content: "\f1c4";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
	content: "\f1c5";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
	content: "\f1c6";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
	content: "\f1c7";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
	content: "\f1c8";
}

.icon-file-code-o:before {
	content: "\f1c9";
}

.icon-vine:before {
	content: "\f1ca";
}

.icon-codepen:before {
	content: "\f1cb";
}

.icon-jsfiddle:before {
	content: "\f1cc";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
	content: "\f1cd";
}

.icon-circle-o-notch:before {
	content: "\f1ce";
}

.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
	content: "\f1d0";
}

.icon-ge:before,
.icon-empire:before {
	content: "\f1d1";
}

.icon-git-square:before {
	content: "\f1d2";
}

.icon-git:before {
	content: "\f1d3";
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
	content: "\f1d4";
}

.icon-tencent-weibo:before {
	content: "\f1d5";
}

.icon-qq:before {
	content: "\f1d6";
}

.icon-wechat:before,
.icon-weixin:before {
	content: "\f1d7";
}

.icon-send:before,
.icon-paper-plane:before {
	content: "\f1d8";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
	content: "\f1d9";
}

.icon-history:before {
	content: "\f1da";
}

.icon-circle-thin:before {
	content: "\f1db";
}

.icon-header:before {
	content: "\f1dc";
}

.icon-paragraph:before {
	content: "\f1dd";
}

.icon-sliders:before {
	content: "\f1de";
}

.icon-share-alt:before {
	content: "\f1e0";
}

.icon-share-alt-square:before {
	content: "\f1e1";
}

.icon-bomb:before {
	content: "\f1e2";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
	content: "\f1e3";
}

.icon-tty:before {
	content: "\f1e4";
}

.icon-binoculars:before {
	content: "\f1e5";
}

.icon-plug:before {
	content: "\f1e6";
}

.icon-slideshare:before {
	content: "\f1e7";
}

.icon-twitch:before {
	content: "\f1e8";
}

.icon-yelp:before {
	content: "\f1e9";
}

.icon-newspaper-o:before {
	content: "\f1ea";
}

.icon-wifi:before {
	content: "\f1eb";
}

.icon-calculator:before {
	content: "\f1ec";
}

.icon-paypal:before {
	content: "\f1ed";
}

.icon-google-wallet:before {
	content: "\f1ee";
}

.icon-cc-visa:before {
	content: "\f1f0";
}

.icon-cc-mastercard:before {
	content: "\f1f1";
}

.icon-cc-discover:before {
	content: "\f1f2";
}

.icon-cc-amex:before {
	content: "\f1f3";
}

.icon-cc-paypal:before {
	content: "\f1f4";
}

.icon-cc-stripe:before {
	content: "\f1f5";
}

.icon-bell-slash:before {
	content: "\f1f6";
}

.icon-bell-slash-o:before {
	content: "\f1f7";
}

.icon-trash:before {
	content: "\f1f8";
}

.icon-copyright:before {
	content: "\f1f9";
}

.icon-at:before {
	content: "\f1fa";
}

.icon-eyedropper:before {
	content: "\f1fb";
}

.icon-paint-brush:before {
	content: "\f1fc";
}

.icon-birthday-cake:before {
	content: "\f1fd";
}

.icon-area-chart:before {
	content: "\f1fe";
}

.icon-pie-chart:before {
	content: "\f200";
}

.icon-line-chart:before {
	content: "\f201";
}

.icon-lastfm:before {
	content: "\f202";
}

.icon-lastfm-square:before {
	content: "\f203";
}

.icon-toggle-off:before {
	content: "\f204";
}

.icon-toggle-on:before {
	content: "\f205";
}

.icon-bicycle:before {
	content: "\f206";
}

.icon-bus:before {
	content: "\f207";
}

.icon-ioxhost:before {
	content: "\f208";
}

.icon-angellist:before {
	content: "\f209";
}

.icon-cc:before {
	content: "\f20a";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
	content: "\f20b";
}

.icon-meanpath:before {
	content: "\f20c";
}

.icon-buysellads:before {
	content: "\f20d";
}

.icon-connectdevelop:before {
	content: "\f20e";
}

.icon-dashcube:before {
	content: "\f210";
}

.icon-forumbee:before {
	content: "\f211";
}

.icon-leanpub:before {
	content: "\f212";
}

.icon-sellsy:before {
	content: "\f213";
}

.icon-shirtsinbulk:before {
	content: "\f214";
}

.icon-simplybuilt:before {
	content: "\f215";
}

.icon-skyatlas:before {
	content: "\f216";
}

.icon-cart-plus:before {
	content: "\f217";
}

.icon-cart-arrow-down:before {
	content: "\f218";
}

.icon-diamond:before {
	content: "\f219";
}

.icon-ship:before {
	content: "\f21a";
}

.icon-user-secret:before {
	content: "\f21b";
}

.icon-motorcycle:before {
	content: "\f21c";
}

.icon-street-view:before {
	content: "\f21d";
}

.icon-heartbeat:before {
	content: "\f21e";
}

.icon-venus:before {
	content: "\f221";
}

.icon-mars:before {
	content: "\f222";
}

.icon-mercury:before {
	content: "\f223";
}

.icon-intersex:before,
.icon-transgender:before {
	content: "\f224";
}

.icon-transgender-alt:before {
	content: "\f225";
}

.icon-venus-double:before {
	content: "\f226";
}

.icon-mars-double:before {
	content: "\f227";
}

.icon-venus-mars:before {
	content: "\f228";
}

.icon-mars-stroke:before {
	content: "\f229";
}

.icon-mars-stroke-v:before {
	content: "\f22a";
}

.icon-mars-stroke-h:before {
	content: "\f22b";
}

.icon-neuter:before {
	content: "\f22c";
}

.icon-genderless:before {
	content: "\f22d";
}

.icon-facebook-official:before {
	content: "\f230";
}

.icon-pinterest-p:before {
	content: "\f231";
}

.icon-whatsapp:before {
	content: "\f232";
}

.icon-server:before {
	content: "\f233";
}

.icon-user-plus:before {
	content: "\f234";
}

.icon-user-times:before {
	content: "\f235";
}

.icon-hotel:before,
.icon-bed:before {
	content: "\f236";
}

.icon-viacoin:before {
	content: "\f237";
}

.icon-train:before {
	content: "\f238";
}

.icon-subway:before {
	content: "\f239";
}

.icon-medium:before {
	content: "\f23a";
}

.icon-yc:before,
.icon-y-combinator:before {
	content: "\f23b";
}

.icon-optin-monster:before {
	content: "\f23c";
}

.icon-opencart:before {
	content: "\f23d";
}

.icon-expeditedssl:before {
	content: "\f23e";
}

.icon-battery-4:before,
.icon-battery-full:before {
	content: "\f240";
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
	content: "\f241";
}

.icon-battery-2:before,
.icon-battery-half:before {
	content: "\f242";
}

.icon-battery-1:before,
.icon-battery-quarter:before {
	content: "\f243";
}

.icon-battery-0:before,
.icon-battery-empty:before {
	content: "\f244";
}

.icon-mouse-pointer:before {
	content: "\f245";
}

.icon-i-cursor:before {
	content: "\f246";
}

.icon-object-group:before {
	content: "\f247";
}

.icon-object-ungroup:before {
	content: "\f248";
}

.icon-sticky-note:before {
	content: "\f249";
}

.icon-sticky-note-o:before {
	content: "\f24a";
}

.icon-cc-jcb:before {
	content: "\f24b";
}

.icon-cc-diners-club:before {
	content: "\f24c";
}

.icon-clone:before {
	content: "\f24d";
}

.icon-balance-scale:before {
	content: "\f24e";
}

.icon-hourglass-o:before {
	content: "\f250";
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
	content: "\f251";
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
	content: "\f252";
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
	content: "\f253";
}

.icon-hourglass:before {
	content: "\f254";
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
	content: "\f255";
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
	content: "\f256";
}

.icon-hand-scissors-o:before {
	content: "\f257";
}

.icon-hand-lizard-o:before {
	content: "\f258";
}

.icon-hand-spock-o:before {
	content: "\f259";
}

.icon-hand-pointer-o:before {
	content: "\f25a";
}

.icon-hand-peace-o:before {
	content: "\f25b";
}

.icon-trademark:before {
	content: "\f25c";
}

.icon-registered:before {
	content: "\f25d";
}

.icon-creative-commons:before {
	content: "\f25e";
}

.icon-gg:before {
	content: "\f260";
}

.icon-gg-circle:before {
	content: "\f261";
}

.icon-tripadvisor:before {
	content: "\f262";
}

.icon-odnoklassniki:before {
	content: "\f263";
}

.icon-odnoklassniki-square:before {
	content: "\f264";
}

.icon-get-pocket:before {
	content: "\f265";
}

.icon-wikipedia-w:before {
	content: "\f266";
}

.icon-safari:before {
	content: "\f267";
}

.icon-chrome:before {
	content: "\f268";
}

.icon-firefox:before {
	content: "\f269";
}

.icon-opera:before {
	content: "\f26a";
}

.icon-internet-explorer:before {
	content: "\f26b";
}

.icon-tv:before,
.icon-television:before {
	content: "\f26c";
}

.icon-contao:before {
	content: "\f26d";
}

.icon-500px:before {
	content: "\f26e";
}

.icon-amazon:before {
	content: "\f270";
}

.icon-calendar-plus-o:before {
	content: "\f271";
}

.icon-calendar-minus-o:before {
	content: "\f272";
}

.icon-calendar-times-o:before {
	content: "\f273";
}

.icon-calendar-check-o:before {
	content: "\f274";
}

.icon-industry:before {
	content: "\f275";
}

.icon-map-pin:before {
	content: "\f276";
}

.icon-map-signs:before {
	content: "\f277";
}

.icon-map-o:before {
	content: "\f278";
}

.icon-map:before {
	content: "\f279";
}

.icon-commenting:before {
	content: "\f27a";
}

.icon-commenting-o:before {
	content: "\f27b";
}

.icon-houzz:before {
	content: "\f27c";
}

.icon-vimeo:before {
	content: "\f27d";
}

.icon-black-tie:before {
	content: "\f27e";
}

.icon-fonticons:before {
	content: "\f280";
}

.icon-reddit-alien:before {
	content: "\f281";
}

.icon-edge:before {
	content: "\f282";
}

.icon-credit-card-alt:before {
	content: "\f283";
}

.icon-codiepie:before {
	content: "\f284";
}

.icon-modx:before {
	content: "\f285";
}

.icon-fort-awesome:before {
	content: "\f286";
}

.icon-usb:before {
	content: "\f287";
}

.icon-product-hunt:before {
	content: "\f288";
}

.icon-mixcloud:before {
	content: "\f289";
}

.icon-scribd:before {
	content: "\f28a";
}

.icon-pause-circle:before {
	content: "\f28b";
}

.icon-pause-circle-o:before {
	content: "\f28c";
}

.icon-stop-circle:before {
	content: "\f28d";
}

.icon-stop-circle-o:before {
	content: "\f28e";
}

.icon-shopping-bag:before {
	content: "\f290";
}

.icon-shopping-basket:before {
	content: "\f291";
}

.icon-hashtag:before {
	content: "\f292";
}

.icon-bluetooth:before {
	content: "\f293";
}

.icon-bluetooth-b:before {
	content: "\f294";
}

.icon-percent:before {
	content: "\f295";
}

.icon-gitlab:before {
	content: "\f296";
}

.icon-wpbeginner:before {
	content: "\f297";
}

.icon-wpforms:before {
	content: "\f298";
}

.icon-envira:before {
	content: "\f299";
}

.icon-universal-access:before {
	content: "\f29a";
}

.icon-wheelchair-alt:before {
	content: "\f29b";
}

.icon-question-circle-o:before {
	content: "\f29c";
}

.icon-blind:before {
	content: "\f29d";
}

.icon-audio-description:before {
	content: "\f29e";
}

.icon-volume-control-phone:before {
	content: "\f2a0";
}

.icon-braille:before {
	content: "\f2a1";
}

.icon-assistive-listening-systems:before {
	content: "\f2a2";
}

.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
	content: "\f2a4";
}

.icon-glide:before {
	content: "\f2a5";
}

.icon-glide-g:before {
	content: "\f2a6";
}

.icon-signing:before,
.icon-sign-language:before {
	content: "\f2a7";
}

.icon-low-vision:before {
	content: "\f2a8";
}

.icon-viadeo:before {
	content: "\f2a9";
}

.icon-viadeo-square:before {
	content: "\f2aa";
}

.icon-snapchat:before {
	content: "\f2ab";
}

.icon-snapchat-ghost:before {
	content: "\f2ac";
}

.icon-snapchat-square:before {
	content: "\f2ad";
}

.icon-pied-piper:before {
	content: "\f2ae";
}

.icon-first-order:before {
	content: "\f2b0";
}

.icon-yoast:before {
	content: "\f2b1";
}

.icon-themeisle:before {
	content: "\f2b2";
}

.icon-google-plus-circle:before,
.icon-google-plus-official:before {
	content: "\f2b3";
}

.icon-fa:before,
.icon-font-awesome:before {
	content: "\f2b4";
}

@font-face {
	font-family: 'icon-works';
	src: url("../fonts/icon-works-webfont.eot");
	src: url("../fonts/icon-works-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-works-webfont.woff") format("woff"), url("../fonts/icon-works-webfont.ttf") format("truetype"), url("../fonts/icon-works-webfont.svg#icon-worksregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-works {
	display: inline-block;
	font-family: 'icon-works';
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
	width: device-width;
}

[tabindex="-1"]:focus {
	outline: none !important;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	resize: vertical;
}

.row.gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.gutter>.col-xs-1,
.row.gutter>.col-xs-1,
.row.gutter>.col-xs-1,
.row.gutter>.col-lg-1,
.row.gutter>.col-xs-2,
.row.gutter>.col-xs-2,
.row.gutter>.col-xs-2,
.row.gutter>.col-lg-2,
.row.gutter>.col-xs-3,
.row.gutter>.col-xs-3,
.row.gutter>.col-xs-3,
.row.gutter>.col-lg-3,
.row.gutter>.col-xs-4,
.row.gutter>.col-xs-4,
.row.gutter>.col-xs-4,
.row.gutter>.col-lg-4,
.row.gutter>.col-xs-5,
.row.gutter>.col-xs-5,
.row.gutter>.col-xs-5,
.row.gutter>.col-lg-5,
.row.gutter>.col-xs-6,
.row.gutter>.col-xs-6,
.row.gutter>.col-xs-6,
.row.gutter>.col-lg-6,
.row.gutter>.col-xs-7,
.row.gutter>.col-xs-7,
.row.gutter>.col-xs-7,
.row.gutter>.col-lg-7,
.row.gutter>.col-xs-8,
.row.gutter>.col-xs-8,
.row.gutter>.col-xs-8,
.row.gutter>.col-lg-8,
.row.gutter>.col-xs-9,
.row.gutter>.col-xs-9,
.row.gutter>.col-xs-9,
.row.gutter>.col-lg-9,
.row.gutter>.col-xs-10,
.row.gutter>.col-xs-10,
.row.gutter>.col-xs-10,
.row.gutter>.col-lg-10,
.row.gutter>.col-xs-11,
.row.gutter>.col-xs-11,
.row.gutter>.col-xs-11,
.row.gutter>.col-lg-11,
.row.gutter>.col-xs-12,
.row.gutter>.col-xs-12,
.row.gutter>.col-xs-12,
.row.gutter>.col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

.row.gutter-xs {
	margin-left: -5px;
	margin-right: -5px;
}

.row.gutter-xs>.col-xs-1,
.row.gutter-xs>.col-xs-1,
.row.gutter-xs>.col-xs-1,
.row.gutter-xs>.col-lg-1,
.row.gutter-xs>.col-xs-2,
.row.gutter-xs>.col-xs-2,
.row.gutter-xs>.col-xs-2,
.row.gutter-xs>.col-lg-2,
.row.gutter-xs>.col-xs-3,
.row.gutter-xs>.col-xs-3,
.row.gutter-xs>.col-xs-3,
.row.gutter-xs>.col-lg-3,
.row.gutter-xs>.col-xs-4,
.row.gutter-xs>.col-xs-4,
.row.gutter-xs>.col-xs-4,
.row.gutter-xs>.col-lg-4,
.row.gutter-xs>.col-xs-5,
.row.gutter-xs>.col-xs-5,
.row.gutter-xs>.col-xs-5,
.row.gutter-xs>.col-lg-5,
.row.gutter-xs>.col-xs-6,
.row.gutter-xs>.col-xs-6,
.row.gutter-xs>.col-xs-6,
.row.gutter-xs>.col-lg-6,
.row.gutter-xs>.col-xs-7,
.row.gutter-xs>.col-xs-7,
.row.gutter-xs>.col-xs-7,
.row.gutter-xs>.col-lg-7,
.row.gutter-xs>.col-xs-8,
.row.gutter-xs>.col-xs-8,
.row.gutter-xs>.col-xs-8,
.row.gutter-xs>.col-lg-8,
.row.gutter-xs>.col-xs-9,
.row.gutter-xs>.col-xs-9,
.row.gutter-xs>.col-xs-9,
.row.gutter-xs>.col-lg-9,
.row.gutter-xs>.col-xs-10,
.row.gutter-xs>.col-xs-10,
.row.gutter-xs>.col-xs-10,
.row.gutter-xs>.col-lg-10,
.row.gutter-xs>.col-xs-11,
.row.gutter-xs>.col-xs-11,
.row.gutter-xs>.col-xs-11,
.row.gutter-xs>.col-lg-11,
.row.gutter-xs>.col-xs-12,
.row.gutter-xs>.col-xs-12,
.row.gutter-xs>.col-xs-12,
.row.gutter-xs>.col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.row.gutter-sm {
	margin-left: -10px;
	margin-right: -10px;
}

.row.gutter-sm>.col-xs-1,
.row.gutter-sm>.col-xs-1,
.row.gutter-sm>.col-xs-1,
.row.gutter-sm>.col-lg-1,
.row.gutter-sm>.col-xs-2,
.row.gutter-sm>.col-xs-2,
.row.gutter-sm>.col-xs-2,
.row.gutter-sm>.col-lg-2,
.row.gutter-sm>.col-xs-3,
.row.gutter-sm>.col-xs-3,
.row.gutter-sm>.col-xs-3,
.row.gutter-sm>.col-lg-3,
.row.gutter-sm>.col-xs-4,
.row.gutter-sm>.col-xs-4,
.row.gutter-sm>.col-xs-4,
.row.gutter-sm>.col-lg-4,
.row.gutter-sm>.col-xs-5,
.row.gutter-sm>.col-xs-5,
.row.gutter-sm>.col-xs-5,
.row.gutter-sm>.col-lg-5,
.row.gutter-sm>.col-xs-6,
.row.gutter-sm>.col-xs-6,
.row.gutter-sm>.col-xs-6,
.row.gutter-sm>.col-lg-6,
.row.gutter-sm>.col-xs-7,
.row.gutter-sm>.col-xs-7,
.row.gutter-sm>.col-xs-7,
.row.gutter-sm>.col-lg-7,
.row.gutter-sm>.col-xs-8,
.row.gutter-sm>.col-xs-8,
.row.gutter-sm>.col-xs-8,
.row.gutter-sm>.col-lg-8,
.row.gutter-sm>.col-xs-9,
.row.gutter-sm>.col-xs-9,
.row.gutter-sm>.col-xs-9,
.row.gutter-sm>.col-lg-9,
.row.gutter-sm>.col-xs-10,
.row.gutter-sm>.col-xs-10,
.row.gutter-sm>.col-xs-10,
.row.gutter-sm>.col-lg-10,
.row.gutter-sm>.col-xs-11,
.row.gutter-sm>.col-xs-11,
.row.gutter-sm>.col-xs-11,
.row.gutter-sm>.col-lg-11,
.row.gutter-sm>.col-xs-12,
.row.gutter-sm>.col-xs-12,
.row.gutter-sm>.col-xs-12,
.row.gutter-sm>.col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}

.row.gutter-lg {
	margin-left: -20px;
	margin-right: -20px;
}
.row.gutter-lg>.col-xs-1,
.row.gutter-lg>.col-xs-1,
.row.gutter-lg>.col-xs-1,
.row.gutter-lg>.col-lg-1,
.row.gutter-lg>.col-xs-2,
.row.gutter-lg>.col-xs-2,
.row.gutter-lg>.col-xs-2,
.row.gutter-lg>.col-lg-2,
.row.gutter-lg>.col-xs-3,
.row.gutter-lg>.col-xs-3,
.row.gutter-lg>.col-xs-3,
.row.gutter-lg>.col-lg-3,
.row.gutter-lg>.col-xs-4,
.row.gutter-lg>.col-xs-4,
.row.gutter-lg>.col-xs-4,
.row.gutter-lg>.col-lg-4,
.row.gutter-lg>.col-xs-5,
.row.gutter-lg>.col-xs-5,
.row.gutter-lg>.col-xs-5,
.row.gutter-lg>.col-lg-5,
.row.gutter-lg>.col-xs-6,
.row.gutter-lg>.col-xs-6,
.row.gutter-lg>.col-xs-6,
.row.gutter-lg>.col-lg-6,
.row.gutter-lg>.col-xs-7,
.row.gutter-lg>.col-xs-7,
.row.gutter-lg>.col-xs-7,
.row.gutter-lg>.col-lg-7,
.row.gutter-lg>.col-xs-8,
.row.gutter-lg>.col-xs-8,
.row.gutter-lg>.col-xs-8,
.row.gutter-lg>.col-lg-8,
.row.gutter-lg>.col-xs-9,
.row.gutter-lg>.col-xs-9,
.row.gutter-lg>.col-xs-9,
.row.gutter-lg>.col-lg-9,
.row.gutter-lg>.col-xs-10,
.row.gutter-lg>.col-xs-10,
.row.gutter-lg>.col-xs-10,
.row.gutter-lg>.col-lg-10,
.row.gutter-lg>.col-xs-11,
.row.gutter-lg>.col-xs-11,
.row.gutter-lg>.col-xs-11,
.row.gutter-lg>.col-lg-11,
.row.gutter-lg>.col-xs-12,
.row.gutter-lg>.col-xs-12,
.row.gutter-lg>.col-xs-12,
.row.gutter-lg>.col-lg-12 {
	padding-left: 20px;
	padding-right: 20px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 1px;
}

.table-borderless>thead>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tbody>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>tfoot>tr>td {
	border: none;
}

.table-nowrap>thead>tr>th,
.table-nowrap>thead>tr>td,
.table-nowrap>tbody>tr>th,
.table-nowrap>tbody>tr>td,
.table-nowrap>tfoot>tr>th,
.table-nowrap>tfoot>tr>td {
	white-space: nowrap;
}

.table-center>thead>tr>th,
.table-center>thead>tr>td,
.table-center>tbody>tr>th,
.table-center>tbody>tr>td,
.table-center>tfoot>tr>th,
.table-center>tfoot>tr>td {
	text-align: center;
}

.table-middle>thead>tr>th,
.table-middle>thead>tr>td,
.table-middle>tbody>tr>th,
.table-middle>tbody>tr>td,
.table-middle>tfoot>tr>th,
.table-middle>tfoot>tr>td {
	vertical-align: middle;
}

@media screen and (max-width: 767px) {

	.table-flip-scroll:before,
	.table-flip-scroll:after {
		content: " ";
		display: table;
	}

	.table-flip-scroll:after {
		clear: both;
	}

	.table-flip-scroll>.table {
		border: 1px solid #e7e7ec;
		display: block;
		position: relative;
	}

	.table-flip-scroll>.table>thead>tr>th,
	.table-flip-scroll>.table>thead>tr>td,
	.table-flip-scroll>.table>tbody>tr>th,
	.table-flip-scroll>.table>tbody>tr>td {
		border: none;
		display: block;
		text-align: left;
	}

	.table-flip-scroll>.table>thead {
		display: block;
		float: left;
	}

	.table-flip-scroll>.table>thead>tr {
		display: block;
	}

	.table-flip-scroll>.table>thead>tr>th,
	.table-flip-scroll>.table>thead>tr>td {
		text-align: right;
	}

	.table-flip-scroll>.table>tbody {
		border-left: 1px solid #e7e7ec;
		display: block;
		overflow-x: auto;
		position: relative;
		white-space: nowrap;
		width: auto;
	}

	.table-flip-scroll>.table>tbody:before,
	.table-flip-scroll>.table>tbody:after {
		content: " ";
		display: table;
	}

	.table-flip-scroll>.table>tbody:after {
		clear: both;
	}

	.table-flip-scroll>.table>tbody>tr {
		display: inline-block;
		vertical-align: top;
	}
}

.table-fixed {
	table-layout: fixed;
}

.form-control {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-group .form-group {
	margin-bottom: 0;
}

.input-pill {
	border-radius: 10em;
	padding-left: 1.25em;
	padding-right: 1.25em;
}

.input-thick {
	border-width: 2px;
}

.input-contrast {
	background-color: #f2f2f2;
	-webkit-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.input-contrast:focus {
	background-color: #fff;
}

.form-actions:before,
.form-actions:after {
	content: " ";
	display: table;
}

.form-actions:after {
	clear: both;
}

.form-actions .btn {
	float: right;
	margin-left: 5px;
}

.input-with-icon {
	position: relative;
}

.input-with-icon .form-control {
	padding-left: 34px;
}

.input-icon {
	color: #e7e7ec;
	display: block;
	height: 34px;
	left: 1px;
	line-height: 34px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 0;
	width: 34px;
	z-index: 5;
}

.form-group-lg .input-with-icon .form-control {
	padding-left: 46px;
}

.form-group-lg .input-with-icon .input-icon {
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	width: 46px;
}

.form-group-sm .input-with-icon .form-control {
	padding-left: 30px;
}

.form-group-sm .input-with-icon .input-icon {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	position: relative;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active,
.btn.active {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link.active {
	background-color: transparent;
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-icon {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
}

.btn-icon .badge-above {
	position: absolute;
	top: -9px;
}

.btn-pill {
	border-radius: 10em;
	padding-left: 1.25em;
	padding-right: 1.25em;
}

.btn-thick {
	border-width: 2px;
	font-weight: 600;
}

.btn-expander {
	border: 0;
	border-radius: 3px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	line-height: 6px;
	margin-left: 5px;
	padding: 0 5px;
	position: relative;
	top: -1px;
}

.btn-outline-default {
	background-color: transparent;
	border-color: #e7e7ec;
	color: #e7e7ec;
}

.btn-outline-default:focus,
.btn-outline-default.focus {
	background-color: transparent;
	border-color: #e7e7ec;
	color: #e7e7ec;
}

.btn-outline-default:hover {
	background-color: #e7e7ec;
	border-color: #e7e7ec;
	color: #7d7d8e;
}

.btn-outline-default:active,
.btn-outline-default.active,
.open>.btn-outline-default.dropdown-toggle {
	background-color: #e7e7ec;
	border-color: #e7e7ec;
	color: #7d7d8e;
}

.btn-outline-default:active:hover,
.btn-outline-default:active:focus,
.btn-outline-default:active.focus,
.btn-outline-default.active:hover,
.btn-outline-default.active:focus,
.btn-outline-default.active.focus,
.open>.btn-outline-default.dropdown-toggle:hover,
.open>.btn-outline-default.dropdown-toggle:focus,
.open>.btn-outline-default.dropdown-toggle.focus {
	background-color: #bcbcca;
	border-color: #bcbcca;
	color: #7d7d8e;
}

.btn-outline-default.disabled:hover,
.btn-outline-default.disabled:focus,
.btn-outline-default.disabled.focus,
.btn-outline-default[disabled]:hover,
.btn-outline-default[disabled]:focus,
.btn-outline-default[disabled].focus,
fieldset[disabled] .btn-outline-default:hover,
fieldset[disabled] .btn-outline-default:focus,
fieldset[disabled] .btn-outline-default.focus {
	background-color: transparent;
	border-color: #e7e7ec;
	color: #e7e7ec;
}

.btn-outline-default .badge {
	background-color: #e7e7ec;
	border-color: transparent;
	color: #7d7d8e;
}

.btn-outline-primary {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.btn-outline-primary:hover {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open>.btn-outline-primary.dropdown-toggle {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.user-pages .btn-outline-primary:active:hover,
.user-pages .btn-outline-primary:active:focus,
.user-pages .btn-outline-primary:active.focus,
.user-pages .btn-outline-primary.active:hover,
.user-pages .btn-outline-primary.active:focus,
.user-pages .btn-outline-primary.active.focus,
.user-pages .open > .btn-outline-primary.dropdown-toggle:hover,
.user-pages .open > .btn-outline-primary.dropdown-toggle:focus,
.user-pages .open > .btn-outline-primary.dropdown-toggle.focus {
    background-color: #13b6bc;
    border-color: #13b6bc;
    color: #fff; 
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open>.btn-outline-primary.dropdown-toggle:hover,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle.focus {
	background-color: #ea1419;
	border-color: #ea1419;
	color: #fff;
}


.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary[disabled]:hover,
.btn-outline-primary[disabled]:focus,
.btn-outline-primary[disabled].focus,
fieldset[disabled] .btn-outline-primary:hover,
fieldset[disabled] .btn-outline-primary:focus,
fieldset[disabled] .btn-outline-primary.focus {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.btn-outline-primary .badge {
	background-color: #13b6bc;
	border-color: transparent;
	color: #fff;
}

.btn-outline-success {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.btn-outline-success:hover {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open>.btn-outline-success.dropdown-toggle {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open>.btn-outline-success.dropdown-toggle:hover,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle.focus {
	background-color: #0c7377;
	border-color: #0c7377;
	color: #fff;
}

.btn-outline-success.disabled:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success[disabled]:hover,
.btn-outline-success[disabled]:focus,
.btn-outline-success[disabled].focus,
fieldset[disabled] .btn-outline-success:hover,
fieldset[disabled] .btn-outline-success:focus,
fieldset[disabled] .btn-outline-success.focus {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.btn-outline-success .badge {
	background-color: #13b6bc;
	border-color: transparent;
	color: #fff;
}

.btn-outline-info {
	background-color: transparent;
	border-color: #5ca0e6;
	color: #5ca0e6;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	background-color: transparent;
	border-color: #5ca0e6;
	color: #5ca0e6;
}

.btn-outline-info:hover {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
	color: #fff;
}

.btn-outline-info:active,
.btn-outline-info.active,
.open>.btn-outline-info.dropdown-toggle {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
	color: #fff;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open>.btn-outline-info.dropdown-toggle:hover,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle.focus {
	background-color: #2179d5;
	border-color: #2179d5;
	color: #fff;
}

.btn-outline-info.disabled:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info[disabled]:hover,
.btn-outline-info[disabled]:focus,
.btn-outline-info[disabled].focus,
fieldset[disabled] .btn-outline-info:hover,
fieldset[disabled] .btn-outline-info:focus,
fieldset[disabled] .btn-outline-info.focus {
	background-color: transparent;
	border-color: #5ca0e6;
	color: #5ca0e6;
}

.btn-outline-info .badge {
	background-color: #5ca0e6;
	border-color: transparent;
	color: #fff;
}

.btn-outline-warning {
	background-color: transparent;
	border-color: #fdb32b;
	color: #fdb32b;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	background-color: transparent;
	border-color: #fdb32b;
	color: #fdb32b;
}

.btn-outline-warning:hover {
	background-color: #fdb32b;
	border-color: #fdb32b;
	color: #fff;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open>.btn-outline-warning.dropdown-toggle {
	background-color: #fdb32b;
	border-color: #fdb32b;
	color: #fff;
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open>.btn-outline-warning.dropdown-toggle:hover,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle.focus {
	background-color: #d98e02;
	border-color: #d98e02;
	color: #fff;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning[disabled]:hover,
.btn-outline-warning[disabled]:focus,
.btn-outline-warning[disabled].focus,
fieldset[disabled] .btn-outline-warning:hover,
fieldset[disabled] .btn-outline-warning:focus,
fieldset[disabled] .btn-outline-warning.focus {
	background-color: transparent;
	border-color: #fdb32b;
	color: #fdb32b;
}

.btn-outline-warning .badge {
	background-color: #fdb32b;
	border-color: transparent;
	color: #fff;
}

.btn-outline-danger {
	background-color: transparent;
	border-color: #fd442b;
	color: #fd442b;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	background-color: transparent;
	border-color: #fd442b;
	color: #fd442b;
}

.btn-outline-danger:hover {
	background-color: #fd442b;
	border-color: #fd442b;
	color: #fff;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open>.btn-outline-danger.dropdown-toggle {
	background-color: #fd442b;
	border-color: #fd442b;
	color: #fff;
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open>.btn-outline-danger.dropdown-toggle:hover,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle.focus {
	background-color: #d91c02;
	border-color: #d91c02;
	color: #fff;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger[disabled]:hover,
.btn-outline-danger[disabled]:focus,
.btn-outline-danger[disabled].focus,
fieldset[disabled] .btn-outline-danger:hover,
fieldset[disabled] .btn-outline-danger:focus,
fieldset[disabled] .btn-outline-danger.focus {
	background-color: transparent;
	border-color: #fd442b;
	color: #fd442b;
}

.btn-outline-danger .badge {
	background-color: #fd442b;
	border-color: transparent;
	color: #fff;
}

.badge {
	border: 1px solid transparent;
	font-size: 11px;
	padding: 2px 5px;
	margin-left: 0px !important;
	position: relative;
}

.badge-above {
	margin-right: -9px;
	position: absolute;
	right: 100%;
	top: -9px;
	z-index: 3;
}

.badge-above.right {
	left: 100%;
	margin-left: -9px;
	margin-right: 0;
	right: auto;
}

.badge-default {
	background-color: #7d7d8e;
}

.badge-default[href]:hover,
.badge-default[href]:focus {
	background-color: #646474;
}

.badge-primary {
	background-color: #13b6bc;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
	background-color: #ed2a2f;
}

.badge-success {
	background-color: #13b6bc;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	background-color: #0e898e;
}

.badge-info {
	background-color: #5ca0e6;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	background-color: #3086df;
}

.badge-warning {
	background-color: #fdb32b;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	background-color: #f39e02;
}

.badge-danger {
	background-color: #fd442b;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	background-color: #f31f02;
}

.badge-outline-default {
	background-color: transparent;
	border-color: #7d7d8e;
	color: #7d7d8e;
}

.badge-outline-default[href]:hover,
.badge-outline-default[href]:focus {
	background-color: #7d7d8e;
	color: #fff;
}

.badge-outline-primary {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.badge-outline-primary[href]:hover,
.badge-outline-primary[href]:focus {
	background-color: #13b6bc;
	color: #fff;
}

.badge-outline-success {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.badge-outline-success[href]:hover,
.badge-outline-success[href]:focus {
	background-color: #13b6bc;
	color: #fff;
}

.badge-outline-info {
	background-color: transparent;
	border-color: #5ca0e6;
	color: #5ca0e6;
}

.badge-outline-info[href]:hover,
.badge-outline-info[href]:focus {
	background-color: #5ca0e6;
	color: #fff;
}

.badge-outline-warning {
	background-color: transparent;
	border-color: #fdb32b;
	color: #fdb32b;
}

.badge-outline-warning[href]:hover,
.badge-outline-warning[href]:focus {
	background-color: #fdb32b;
	color: #fff;
}

.badge-outline-danger {
	background-color: transparent;
	border-color: #fd442b;
	color: #fd442b;
}

.badge-outline-danger[href]:hover,
.badge-outline-danger[href]:focus {
	background-color: #fd442b;
	color: #fff;
}

.bars {
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 22px;
}

.bar-line {
	background-color: #fff;
	border-radius: 1px;
	display: block;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.bar-line-1,
.bar-line-4 {
	top: -7px;
}

.bar-line-3,
.bar-line-6 {
	top: 7px;
}

.bar-line.out {
	right: 0;
	width: 0;
}

button.collapsed .bar-line.out {
	width: 100%;
}

.bar-line.in {
	left: 0;
	width: 100%;
}

button.collapsed .bar-line.in {
	width: 0;
}

.bar-line-1,
button.collapsed .bar-line-6 {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.bar-line-2,
button.collapsed .bar-line-5 {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.bar-line-3,
button.collapsed .bar-line-4 {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.bar-line-4,
button.collapsed .bar-line-3 {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.bar-line-5,
button.collapsed .bar-line-2 {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.bar-line-6,
button.collapsed .bar-line-1 {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.bars-x {
	height: 22px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bars-x .bar-line:first-child {
	height: 2px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

button.collapsed .bars-x .bar-line:first-child {
	width: 0;
}

.bars-x .bar-line:last-child {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
}

button.collapsed .bars-x .bar-line:last-child {
	height: 0;
}

.btn-group .btn-thick+.btn-thick,
.btn-group .btn-thick+.btn-group,
.btn-group .btn-group+.btn-thick {
	margin-left: -2px;
}

.btn-group-vertical>.btn-thick+.btn-thick,
.btn-group-vertical>.btn-thick+.btn-group,
.btn-group-vertical>.btn-group+.btn-thick {
	margin-top: -2px;
	margin-left: 0;
}

.btn-labeled {
	padding-bottom: 0;
	padding-top: 0;
}

.btn-label {
	background-color: rgba(0, 0, 0, 0.15);
	display: inline-block;
	position: relative;
	border-radius: 3px 0 0 3px;
	left: -12px;
	padding: 6px;
}

.btn-label-right {
	border-radius: 0 3px 3px 0;
	left: auto;
	right: -12px;
}

.btn-group>.btn:last-child:not(:first-child) .btn-label,
.btn-group>.dropdown-toggle:not(:first-child) .btn-label {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-lg .btn-label,
.btn-group-lg>.btn .btn-label {
	border-radius: 5px 0 0 5px;
	left: -16px;
	padding: 10px;
}

.btn-lg .btn-label-right,
.btn-group-lg>.btn .btn-label-right {
	border-radius: 0 5px 5px 0;
	left: auto;
	right: -16px;
}

.btn-sm .btn-label,
.btn-group-sm>.btn .btn-label {
	border-radius: 2px 0 0 2px;
	left: -10px;
	padding: 5px;
}

.btn-sm .btn-label-right,
.btn-group-sm>.btn .btn-label-right {
	border-radius: 0 2px 2px 0;
	left: auto;
	right: -10px;
}

.btn-xs .btn-label,
.btn-group-xs>.btn .btn-label {
	border-radius: 2px 0 0 2px;
	left: -5px;
	padding: 1px;
}

.btn-xs .btn-label-right,
.btn-group-xs>.btn .btn-label-right {
	border-radius: 0 2px 2px 0;
	left: auto;
	right: -5px;
}

.card {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding: 20px 20px 20px;
}

.card-title {
	margin-bottom: 5px;
	margin-top: 0;
}

.card-subtitle {
	margin-bottom: 5px;
	margin-top: -2px;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-header {
	border-bottom: 1px solid #f2f2f2;
	/* padding: 20px; */
	padding-bottom: 8px;
	position: relative;
}

.card .card-header + .card-body {padding-bottom:0;}
.card .card-body {padding-bottom:8px;}

.card-header:before,
.card-header:after {
	content: " ";
	display: table;
}

.card-header:after {
	clear: both;
}

.card-header:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.card-body {
	/* padding: 20px; */
	position: relative;
}

.card-body:before,
.card-body:after {
	content: " ";
	display: table;
}

.card-body:after {
	clear: both;
}

.card-footer {
	border-top: 1px solid #f1f1f1;
	padding: 10px 15px;
	position: relative;
}

.card-footer:before,
.card-footer:after {
	content: " ";
	display: table;
}

.card-footer:after {
	clear: both;
}

.card-footer:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.card-img {
	border-radius: 3px;
}

.card-img-top {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.card-img-bottom {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.card-thumbnail {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	height: auto;
	max-width: 100%;
	position: relative;
	z-index: 15;
}

.card-thumbnail[class*="sq-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1em;
}

.card .table {
	margin-bottom: 0;
	white-space: nowrap;
}

.card .list-group {
	margin-bottom: 10px;
}
    
.custom-control {
	cursor: pointer;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 0;
	min-height: 14px;
	min-width: 14px;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.custom-control+.custom-control {
	margin-left: 15px;
}

.custom-control-input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.user-pages .custom-control em {
    margin-left: 20px;
    font-style: normal; 
}
.user-pages .custom-control + .custom-control em {
    margin-left: 5px; 
}

.custom-control-input:checked~.custom-control-indicator,
.custom-control-input:active~.custom-control-indicator {
	border: none;
}

.custom-control-indicator {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #e7e7ec;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.custom-control-label {
	display: block;
	line-height: 14px;
	margin-left: 21px;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.custom-checkbox .custom-control-indicator {
	-webkit-background-size: 75% 75%;
	background-size: 75% 75%;
	border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23fff'%3E%3Cpath d='M26.109 8.844q0 .625-.438 1.062L12.233 23.344q-.438.438-1.062.438t-1.062-.438l-7.781-7.781q-.438-.438-.438-1.062t.438-1.062l2.125-2.125q.438-.438 1.062-.438t1.062.438l4.594 4.609 10.25-10.266q.438-.438 1.062-.438t1.062.438l2.125 2.125q.438.437.438 1.062z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
	-webkit-background-size: 60% 60%;
	background-size: 60% 60%;
	border-radius: 50%;
}
 
.custom-radio .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28' fill='%23fff'%3E%3Cpath d='M24 14q0 3.266-1.609 6.023t-4.367 4.367-6.023 1.609-6.023-1.609-4.367-4.367T.002 14t1.609-6.023T5.978 3.61t6.023-1.609 6.023 1.609 4.367 4.367T24 14z'/%3E%3C/svg%3E");
}

.custom-control-default .custom-control-input:checked~.custom-control-indicator {
	background-color: #7d7d8e;
}

.custom-control-default .custom-control-input:active~.custom-control-indicator {
	background-color: #c1c1c9;
}

.custom-control-primary .custom-control-input:checked~.custom-control-indicator {
	background-color: #13b6bc;
}

.user-pages .custom-control-primary .custom-control-input:active ~ .custom-control-indicator {
    background-color: #13b6bc; 
}

.custom-control-primary .custom-control-input:active~.custom-control-indicator {
	background-color: #fbcfd0;
}

.custom-control-success .custom-control-input:checked~.custom-control-indicator {
	background-color: #13b6bc;
}

.custom-control-success .custom-control-input:active~.custom-control-indicator {
	background-color: #60eaef;
}

.custom-control-info .custom-control-input:checked~.custom-control-indicator {
	background-color: #5ca0e6;
}

.custom-control-info .custom-control-input:active~.custom-control-indicator {
	background-color: #cbe0f7;
}

.custom-control-warning .custom-control-input:checked~.custom-control-indicator {
	background-color: #fdb32b;
}

.custom-control-warning .custom-control-input:active~.custom-control-indicator {
	background-color: #fee0a9;
}

.custom-control-danger .custom-control-input:checked~.custom-control-indicator {
	background-color: #f5f5f5;
}

.custom-control-danger .custom-control-input:active~.custom-control-indicator {
	background-color: #f5f5f5;
}


.custom-checkbox.red .custom-control-input:checked~.custom-control-indicator {
    background-image: url(../img/check-red.svg);
}

.has-error .custom-control-indicator {
	border-color: #fd442b;
}

.custom-control .custom-control-input:disabled~.custom-control-indicator {
	cursor: not-allowed;
}

.custom-control .custom-control-input:disabled:checked~.custom-control-indicator,
.custom-control .custom-control-input:disabled~.custom-control-indicator {
	background-color: #e7e7ec;
}

.custom-controls-stacked .custom-control {
	display: block;
}

.custom-controls-stacked .custom-control+.custom-control {
	margin-left: 0;
	margin-top: 15px;
}

.custom-select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28' fill='%237d7d8e'%3E%3Cpath d='M16 17q0 .406-.297.703l-7 7Q8.406 25 8 25t-.703-.297l-7-7Q0 17.406 0 17t.297-.703T1 16h14q.406 0 .703.297T16 17zm0-6q0 .406-.297.703T15 12H1q-.406 0-.703-.297T0 11t.297-.703l7-7Q7.594 3 8 3t.703.297l7 7Q16 10.594 16 11z'/%3E%3C/svg%3E");
	background-position: right 8px center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 16px;
	background-size: 8px 16px;
	border: 1px solid #e7e7ec;
	color: #7d7d8e;
	display: block;
	-webkit-transition: border-color 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
	vertical-align: middle;
	width: 100%;
	border-radius: 4px;
	font-size: 13px;
	height: 34px;
	line-height: 1.538462;
	padding: 6px 24px 6px 12px;
	padding-right: 12px \9;
	background-image: none \9;
}

.custom-select:focus {
	border-color: #66afe9;
	outline: 0;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 24px 5px 10px;
	padding-right: 10px \9;
}

.custom-select-lg {
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.333333;
	padding: 10px 24px 10px 16px;
	padding-right: 16px \9;
}

.has-error .custom-select {
	border-color: #f31f02;
}

.has-warning .custom-select {
	border-color: #f39e02;
}

.has-success .custom-select {
	border-color: #0e898e;
}

.divider {
	display: block;
	margin: 20px 0;
	overflow: hidden;
	text-align: center;
}

.divider-content {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.divider-content:before,
.divider-content:after {
	background-color: #e7e7ec;
	content: "";
	display: block;
	height: 1px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 600px;
}

.divider-content:before {
	right: 100%;
}

.divider-content:after {
	left: 100%;
}

@media (min-width: 768px) {
	.divider-vertical {
		height: 100%;
		left: 50%;
		margin: 0;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2;
	}

	.divider-vertical .divider-content {
		padding: 5px 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.divider-vertical .divider-content:before,
	.divider-vertical .divider-content:after {
		height: 600px;
		left: 50%;
		margin-left: -1px;
		margin-top: 0;
		right: auto;
		width: 1px;
	}

	.divider-vertical .divider-content:before {
		bottom: 100%;
		top: auto;
	}

	.divider-vertical .divider-content:after {
		bottom: auto;
		top: 100%;
	}
}

.dropdown-menu {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-menu .divider {
	margin: 5px 2px;
}

.dropdown-menu>li>a {
	padding: 5px 15px;
}

.dropdown-menu:before,
.dropdown-menu:after {
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	content: " ";
	height: 0;
	left: 15px;
	pointer-events: none;
	position: absolute;
	width: 0;
}

.dropdown:not(.dropup) .dropdown-menu:before {
	border-bottom-color: #e7e7ec;
	bottom: 100%;
}

.dropdown:not(.dropup) .dropdown-menu:after {
	border-bottom-color: #fff;
	bottom: 100%;
	margin-bottom: -1px;
}

.dropup:not(.dropdown) .dropdown-menu:before {
	border-top-color: #e7e7ec;
	top: 100%;
}

.dropup:not(.dropdown) .dropdown-menu:after {
	border-top-color: #fff;
	margin-top: -1px;
	top: 100%;
}

.dropdown-menu-right:before,
.dropdown-menu-right:after {
	left: auto;
	right: 15px;
}

.ellipsis {
	background-color: #fff;
	border-radius: 16px;
	height: 32px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
	width: 32px;
}

.ellipsis:before,
.ellipsis:after {
	background-color: inherit;
	border-radius: 16px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
}

.ellipsis-object {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 16px;
	display: block;
	height: 32px;
	line-height: 32px;
	opacity: 1;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0.4s;
	-o-transition: all 0.2s ease-in-out 0.4s;
	transition: all 0.2s ease-in-out 0.4s;
	width: 32px;
	z-index: 3;
}

button.collapsed .ellipsis {
	height: 4px;
	width: 4px;
}

button.collapsed .ellipsis:before,
button.collapsed .ellipsis:after {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

button.collapsed .ellipsis-horizontal:before {
	left: -8px;
}

button.collapsed .ellipsis-horizontal:after {
	left: 8px;
}

button.collapsed .ellipsis-vertical:before {
	top: -8px;
}

button.collapsed .ellipsis-vertical:after {
	top: 8px;
}

button.collapsed .ellipsis-object {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.file {
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	width: 25%;
}

.file[class*="sq-"] {
	height: auto;
}

.file-thumbnail {
	background-color: #e6eef1;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
	color: #7d7d8e;
	display: block;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.file-info {
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	width: 100%;
}

.file-name {
	display: block;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.file-ext {
	display: block;
	float: right;
}

.file-link {
	color: inherit;
	display: block;
}

.file-link:hover,
.file-link:focus {
	text-decoration: none;
}

.file-delete-btn {
	background-color: rgba(0, 0, 0, 0.4);
	background-image: none;
	border: none;
	border-radius: 0 3px 0 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 0;
	width: 18px;
}

.file-delete-btn:hover,
.file-delete-btn:focus {
	background-color: #13b6bc;
}

.file-list {
	list-style: none;
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 0;
}

.file-list:before,
.file-list:after {
	content: " ";
	display: table;
}

.file-list:after {
	clear: both;
}

.file-upload-btn {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.file-upload-input {
	bottom: 0;
	cursor: inherit;
	font-size: 1000px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
}

.file-thumbnail-doc {
	background-color: #5ca0e6;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M20 10.9h1.4L19.8 18 17.7 8h-3.3L12 17.9 10.2 8H6.7l3.5 16h3.4l2.4-9.5 2.1 9.5h3.1l4.1-16H20v2.9z'/%3E%3C/svg%3E");
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
}

.file-thumbnail-xls {
	background-color: #13b6bc;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M23.2 8H19l-3 4.4L13 8H8.8l5.1 7.6L8.1 24H16v-2.9h-1.6l1.6-2.3 3.5 5.2h4.4l-5.7-8.4 5-7.6z'/%3E%3C/svg%3E");
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
}

.file-thumbnail-pdf {
	background-color: #fd442b;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M26.3 18.4c-.4-.4-1.4-.6-2.8-.7-1 0-2.1.1-3.4.2-.6-.3-1.1-.7-1.6-1.1-1.2-1.1-2.2-2.7-2.8-4.4 0-.2.1-.3.1-.4 0 0 .7-3.8.5-5.1 0-.2 0-.2-.1-.4l-.1-.2c-.1-.3-.5-.8-1-.7h-.3c-.6 0-1.1.3-1.3.8-.4 1.5 0 3.8.8 6.7l-.3.5c-.6 1.3-1.2 2.7-1.8 3.9l-.1.2c-.6 1.3-1.2 2.3-1.7 3.2l-.5.3-1.2.6c-1.9 1.1-3.1 2.4-3.3 3.4-.1.3 0 .7.3.9l.5.3c.2.1.5.2.7.2 1.3 0 2.9-1.6 5-5.3 2.4-.8 5.2-1.5 7.6-1.8 1.9 1 4.1 1.8 5.6 1.8.3 0 .5 0 .7-.1.3-.1.5-.2.6-.4.3-.4.3-1 .3-1.6-.1-.4-.2-.6-.4-.8zm-19.7 7c.2-.7 1.2-2 2.6-3.1l.5-.5c-1.4 2.4-2.4 3.3-3.1 3.6zM15 6.2c.4 0 .7 1.1.7 2.1s-.2 1.7-.5 2.2c-.2-.8-.4-2-.4-2.8 0 .1 0-1.5.2-1.5zm-2.5 13.7c.3-.5.6-1.1.9-1.7.8-1.4 1.2-2.6 1.6-3.5.7 1.3 1.6 2.4 2.7 3.3.1.1.3.2.4.3-2.2.5-4 1-5.6 1.6zm13.4-.1c-.1.1-.5.1-.7.1-.8 0-1.7-.4-3.1-.9.5 0 1-.1 1.4-.1.8 0 1 0 1.8.2s.7.6.6.7z'/%3E%3C/svg%3E");
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
}

.file-thumbnail-zip {
	background-color: #fdb32b;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M12 3h4v2h-4V3zm4 2h4v2h-4V5zm-4 2h4v2h-4V7zm4 2h4v2h-4V9zm-4 2h4v2h-4v-2zm4 2h4v2h-4v-2zm-4 2h4v2h-4v-2zm4 2h4v2h-4v-2zm-4 10.5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5c0-.8-.7-1.5-1.5-1.5H16v-2h-4v8.5zm6-2.5v2h-4v-2h4z'/%3E%3C/svg%3E");
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
}

.file-thumbnail-att {
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%237d7d8e'%3E%3Cpath d='M19.4 11.7l-1.5-1.5-7.6 7.6C9 19 9 21.1 10.2 22.3c1.3 1.3 3.3 1.3 4.6 0l9.1-9.1c2.1-2.1 2.1-5.5 0-7.6-2.1-2.1-5.5-2.1-7.6 0l-9.6 9.6c-2.9 2.9-2.9 7.7 0 10.6 2.9 2.9 7.7 2.9 10.6 0l6.5-6.5-1.5-1.5-6.5 6.5c-2.1 2.1-5.5 2.1-7.6 0-2.1-2.1-2.1-5.5 0-7.6l9.6-9.6c1.3-1.3 3.3-1.3 4.6 0 1.3 1.3 1.3 3.3 0 4.6l-9.1 9.1c-.4.4-1.1.4-1.5 0-.4-.4-.4-1.1 0-1.5l7.6-7.6z'/%3E%3C/svg%3E");
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
}

@media (min-width: 768px) {
	.file {
		width: 16.666667%;
	}
}

@media (min-width: 992px) {
	.file {
		width: 12.5%;
	}
}

@media (min-width: 1200px) {
	.file {
		width: 10%;
	}
}

.label {
	border: 1px solid transparent;
	display: inline-block;
	font-size: 85%;
	font-weight: 600;
	padding: 0.3em 0.6em;
	position: relative;
}

.label-pill {
	border-radius: 10em;
	padding-left: 1.25em;
	padding-right: 1.25em;
}

.label-remove-btn {
	background-color: transparent;
	background-image: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	margin-left: 5px;
	opacity: 0.5;
	padding: 0;
}

.label-remove-btn:hover,
.label-remove-btn:focus {
	opacity: 1;
}

.label-outline-default {
	background-color: transparent;
	border-color: #7d7d8e;
	color: #7d7d8e;
}

.label-outline-default[href]:hover,
.label-outline-default[href]:focus {
	background-color: #7d7d8e;
	color: #fff;
}

.label-outline-primary {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.label-outline-primary[href]:hover,
.label-outline-primary[href]:focus {
	background-color: #13b6bc;
	color: #fff;
}

.label-outline-success {
	background-color: transparent;
	border-color: #13b6bc;
	color: #13b6bc;
}

.label-outline-success[href]:hover,
.label-outline-success[href]:focus {
	background-color: #13b6bc;
	color: #fff;
}

.label-outline-info {
	background-color: transparent;
	border-color: #5ca0e6;
	color: #5ca0e6;
}

.label-outline-info[href]:hover,
.label-outline-info[href]:focus {
	background-color: #5ca0e6;
	color: #fff;
}

.label-outline-warning {
	background-color: transparent;
	border-color: #fdb32b;
	color: #fdb32b;
}

.label-outline-warning[href]:hover,
.label-outline-warning[href]:focus {
	background-color: #fdb32b;
	color: #fff;
}

.label-outline-danger {
	background-color: transparent;
	border-color: #fd442b;
	color: #fd442b;
}

.label-outline-danger[href]:hover,
.label-outline-danger[href]:focus {
	background-color: #fd442b;
	color: #fff;
}

.layout {
	height: 100%;
	margin: 0;
	max-height: 100%;
	overflow-x: hidden;
	padding-top: 60px;
	width: 100%;
}

.layout-header {
	background-color: #f6f9fa;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
	min-height: 60px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1030;
}

@media (min-width: 768px) {
	.layout-header-fixed .layout-header {
		position: fixed;
	}
}

.layout-main {
	height: auto;
	min-height: 100%;
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}

.layout-sidebar {
	background-color: #ffffff;
	color: #323232;
}

@media (min-width: 768px) {
	.layout-sidebar {
		display: block;
		float: left;
		position: relative;
		-webkit-transition: width 0.3s;
		-o-transition: width 0.3s;
		transition: width 0.3s;
		width: 240px;
		z-index: 1020;
	}
}

@media (min-width: 768px) {
	.layout-sidebar-fixed .layout-sidebar {
		bottom: 0;
		-webkit-box-shadow: 1px 0 0 #f1f1f1;
		box-shadow: 1px 0 0 #f1f1f1;
		left: 0;
		position: fixed;
		top: 60px;
	}

	.layout-sidebar-collapsed .layout-sidebar {
		width: 60px;
	}
}

@media (min-width: 768px) {
	.layout-sidebar-backdrop {
		background-color: #ffffff;
		-webkit-box-shadow: 1px 0 0 #f1f1f1;
		box-shadow: 1px 0 0 #f1f1f1;
		display: block;
		height: 100%;
		left: 0;
		max-height: 100%;
		position: fixed;
		top: 0;
		-webkit-transition: width 0.3s;
		-o-transition: width 0.3s;
		transition: width 0.3s;
		width: 240px;
		z-index: -1;
	}
}

@media (min-width: 768px) {
	.layout-sidebar-fixed .layout-sidebar-backdrop {
		display: none;
		position: static;
	}

	.layout-sidebar-collapsed .layout-sidebar-backdrop {
		width: 60px;
	}
}

.layout-content:before,
.layout-content:after {
	content: " ";
	display: table;
}

.layout-content:after {
	clear: both;
}

@media (min-width: 768px) {
	.layout-content {
		margin-left: 240px;
		-webkit-transition: margin-left 0.3s;
		-o-transition: margin-left 0.3s;
		transition: margin-left 0.3s;
		padding-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.layout-sidebar-collapsed .layout-content {
		margin-left: 10px;
	}
}

.user-pages .layout-footer {
    background-color: #ebf1f4;
    border-top: 1px solid #dfeaed;
    bottom: 0;
    color: #7d7d8e;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000; 
}

.layout-footer {
	background-color: #ebf1f4;
	border-top: 1px solid #dfeaed;
	bottom: 0;
	color: #7d7d8e;
	left: 0;
	position: absolute;
	right: 0;
}

@media (min-width: 768px) {
	.layout-footer {
		margin-left: 240px;
		-webkit-transition: margin-left 0.3s;
		-o-transition: margin-left 0.3s;
		transition: margin-left 0.3s;
	}
}

@media (min-width: 768px) {
	.layout-footer-fixed .layout-footer {
		position: fixed;
	}

	.layout-sidebar-collapsed .layout-footer {
		margin-left: 60px;
	}
}

.list-group-divided .list-group-item {
	background-color: transparent;
	border-width: 1px 0;
}

.list-group-divided .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top: none;
}

.list-group-divided .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: none;
}

.md-form-control {
	background-color: transparent;
	background-image: none;
	border-color: #e7e7ec;
	border-radius: 0;
	border-style: solid;
	border-width: 0 0 1px;
	color: #7d7d8e;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 4px 0;
	width: 100%;
}

.md-form-control:focus {
	outline: 0;
}

.md-form-control::-moz-placeholder {
	color: #7d7d8e;
	opacity: 1;
}

.md-form-control:-ms-input-placeholder {
	color: #7d7d8e;
}

.md-form-control::-webkit-input-placeholder {
	color: #7d7d8e;
}

.md-form-control[type="number"] {
	-moz-appearance: textfield;
}

.md-form-control[type="number"]::-webkit-inner-spin-button,
.md-form-control[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

fieldset[disabled] .md-form-group .md-form-control,
.md-form-group.is-disabled .md-form-control {
	background-color: transparent;
	border-bottom: 1px dotted #e7e7ec;
	color: #e7e7ec;
	cursor: not-allowed;
}

.md-control-label {
	bottom: 0;
	color: #7d7d8e;
	display: block;
	font-size: 16px;
	font-weight: normal;
	left: 0;
	line-height: 20px;
	margin-bottom: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 24px;
	white-space: nowrap;
	width: 100%;
}

.md-control-label:after {
	background-color: #13b6bc;
	bottom: 20px;
	content: '';
	height: 2px;
	left: 45%;
	position: absolute;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	visibility: hidden;
	width: 10px;
}

.md-form-group.is-focused .md-control-label {
	color: #13b6bc;
}

.md-form-group.is-focused .md-control-label:after {
	left: 0;
	visibility: visible;
	width: 100%;
}

.md-label-static .md-control-label {
	font-size: 12px;
	top: 4px;
	visibility: visible;
}

.md-label-floating .md-control-label {
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.md-label-floating.is-focused .md-control-label,
.md-label-floating.has-value .md-control-label {
	font-size: 12px;
	top: 4px;
	visibility: visible;
}

.md-form-group {
	margin-bottom: 20px;
	padding: 20px 0;
	position: relative;
}

.md-form-group .md-form-group {
	margin-bottom: -20px;
	margin-top: -20px;
}

select.md-form-control {
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='32' viewBox='0 0 18 32' fill='%237d7d8e'%3E%3Cpath d='M18.286 12.571q0 .464-.339.804l-8 8q-.339.339-.804.339t-.804-.339l-8-8Q0 13.036 0 12.571t.339-.804.804-.339h16q.464 0 .804.339t.339.804z'/%3E%3C/svg%3E");
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 16px;
	background-size: 8px 16px;
}

select.md-form-control option {
	background-color: #fff;
	color: #7d7d8e;
}

.md-form-group-lg .md-form-control,
.md-form-group-lg .md-control-label {
	font-size: 18px;
	line-height: 1.333333;
}

.md-form-group-sm .md-form-control,
.md-form-group-sm .md-control-label {
	font-size: 12px;
	line-height: 1.5;
}

.md-form-group.has-success .md-form-control {
	border-color: #13b6bc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.md-form-group.has-success .md-control-label,
.md-form-group.has-success .md-help-block {
	color: #13b6bc;
}

.md-form-group.has-success .md-control-label:after {
	background-color: #13b6bc;
}

.md-form-group.has-warning .md-form-control {
	border-color: #fdb32b;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.md-form-group.has-warning .md-control-label,
.md-form-group.has-warning .md-help-block {
	color: #fdb32b;
}

.md-form-group.has-warning .md-control-label:after {
	background-color: #fdb32b;
}

.md-form-group.has-error .md-form-control {
	border-color: #fd442b;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.md-form-group.has-error .md-control-label,
.md-form-group.has-error .md-help-block {
	color: #fd442b;
}

.md-form-group.has-error .md-control-label:after {
	background-color: #fd442b;
}

.md-help-block {
	display: block;
	margin-top: 3px;
	position: absolute;
	visibility: visible;
	width: 100%;
}

.navbar-header {
	min-height: 60px;
	position: relative;
}

.navbar-brand-logo {
	height: 20px;
	width: auto;
}

.navbar-toggler {
	background-color: transparent;
	background-image: none;
	border: none;
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 60px;
}

.navbar-toggler+.navbar-toggler {
	float: right;
}

@media (max-width: 767px) {

	.navbar-nav .open .dropdown-menu:before,
	.navbar-nav .open .dropdown-menu:after {
		content: normal;
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-default .list-group .list-group-item {
		background-color: transparent;
		border-color: #ebf1f4;
		color: #7d7d8e;
	}

	.navbar-default .list-group .list-group-item:hover,
	.navbar-default .list-group .list-group-item:focus {
		background-color: #f6f9fa;
		color: #13b6bc;
	}

	.navbar-default .list-group .list-group-item.active,
	.navbar-default .list-group .list-group-item.active:hover,
	.navbar-default .list-group .list-group-item.active:focus {
		background-color: #e7e7ec;
		color: #343439;
	}

	.navbar-default .list-group .list-group-item.disabled,
	.navbar-default .list-group .list-group-item.disabled:hover,
	.navbar-default .list-group .list-group-item.disabled:focus {
		background-color: transparent;
		color: #ccc;
	}
}

@media (max-width: 767px) {
	.navbar-inverse .list-group .list-group-item {
		background-color: transparent;
		border-color: #f0494d;
		color: #fff;
	}

	.navbar-inverse .list-group .list-group-item:hover,
	.navbar-inverse .list-group .list-group-item:focus {
		background-color: #f2696d;
		color: #fff;
	}

	.navbar-inverse .list-group .list-group-item.active,
	.navbar-inverse .list-group .list-group-item.active:hover,
	.navbar-inverse .list-group .list-group-item.active:focus {
		background-color: #f2696d;
		color: #fff;
	}

	.navbar-inverse .list-group .list-group-item.disabled,
	.navbar-inverse .list-group .list-group-item.disabled:hover,
	.navbar-inverse .list-group .list-group-item.disabled:focus {
		background-color: transparent;
		color: #ccc;
	}
}

.overlay {
	display: block;
	overflow: hidden;
	position: relative;
}

.overlay-title {
	margin-bottom: 0;
	margin-top: 0;
}

.overlay-content {
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.overlay-hover .overlay-content {
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform, -o-transform;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.overlay-hover:hover .overlay-content {
	opacity: 1;
}

.overlay-top {
	bottom: auto;
}

.overlay-right {
	left: auto;
}

.overlay-bottom {
	top: auto;
}

.overlay-left {
	right: auto;
}

.overlay-gradient:before {
	background-color: #7d7d8e;
	background-image: none;
	border-radius: inherit;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.overlay-gradient:after {
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(52, 52, 57, 0)), to(rgba(52, 52, 57, 0.75)));
	background-image: -webkit-linear-gradient(top, rgba(52, 52, 57, 0) 0, rgba(52, 52, 57, 0.75) 100%);
	background-image: -o-linear-gradient(top, rgba(52, 52, 57, 0) 0, rgba(52, 52, 57, 0.75) 100%);
	background-image: linear-gradient(to bottom, rgba(52, 52, 57, 0) 0, rgba(52, 52, 57, 0.75) 100%);
	border-radius: inherit;
	bottom: 0;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
}

.overlay-hover:hover .overlay-gradient:before {
	opacity: 0.35;
}

.overlay-slide-up {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.overlay-hover:hover .overlay-slide-up {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.overlay-slide-down {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.overlay-hover:hover .overlay-slide-down {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.overlay-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.overlay-hover:hover .overlay-slide-left {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.overlay-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.overlay-hover:hover .overlay-slide-right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.pricing-card {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.pricing-card-header {
	border-bottom: 1px solid #f1f1f1;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}

.pricing-card-body {
	padding: 15px;
	position: relative;
}

.pricing-card-body:before,
.pricing-card-body:after {
	content: " ";
	display: table;
}

.pricing-card-body:after {
	clear: both;
}

.pricing-card-footer {
	border-top: 1px solid #f1f1f1;
	padding: 10px 15px;
}

.pricing-card-price {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
}

.pricing-card-currency {
	font-size: 65%;
	position: relative;
	top: -0.35em;
}

.pricing-card-decimal {
	font-size: 65%;
	position: relative;
	top: -0.35em;
}

.pricing-card-unit {
	font-size: 65%;
}

.pricing-card-details {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 0;
}

.pricing-card-details>li {
	border-top: 1px dotted #f1f1f1;
	padding-bottom: 5px;
	padding-top: 5px;
}

.pricing-card-details>li:first-child {
	border-top: 0;
}

.pricing-card-recommended {
	background-color: #fff;
	border-color: #13b6bc;
	border-width: 3px;
	color: #343439;
	z-index: 15;
}

@media (min-width: 768px) {
	.pricing-card-recommended {
		margin: -15px -15px 0;
		padding: 15px;
	}
}

@-webkit-keyframes progress-bar-indicating {
	0% {
		opacity: 0.5;
		width: 0;
	}

	90% {}

	100% {
		opacity: 0;
		width: 100%;
	}
}

@-o-keyframes progress-bar-indicating {
	0% {
		opacity: 0.5;
		width: 0;
	}

	90% {}

	100% {
		opacity: 0;
		width: 100%;
	}
}

@keyframes progress-bar-indicating {
	0% {
		opacity: 0.5;
		width: 0;
	}

	90% {}

	100% {
		opacity: 0;
		width: 100%;
	}
}

.progress {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 15px;
	margin-bottom: 15px;
}

.progress-bar {
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 15px;
	position: relative;
}

.progress-value {
	float: right;
	margin-right: 5px;
}

.progress-bar-indicating:after {
	-webkit-animation: progress-bar-indicating 3s infinite;
	-o-animation: progress-bar-indicating 3s infinite;
	animation: progress-bar-indicating 3s infinite;
	background-color: #fff;
	border-radius: 4px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.progress-lg {
	height: 20px;
}

.progress-lg .progress-bar {
	line-height: 20px;
}

.progress-sm {
	height: 10px;
}

.progress-sm .progress-bar {
	line-height: 10px;
}

.progress-xs {
	height: 5px;
}

.progress-xs .progress-bar {
	line-height: 5px;
}

.sidenav {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.sidenav:before,
.sidenav:after {
	content: " ";
	display: table;
}

.sidenav:after {
	clear: both;
}

.sidenav>li {
	display: block;
	position: relative;
}

.sidenav>li>a {
	color: #7d7d8e;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sidenav>li.has-subnav>a:before {
	content: "\f105";
	float: right;
	font-family: FontAwesome;
	height: 18px;
	line-height: 18px;
	margin-left: 5px;
	text-align: center;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
	width: 18px;
}

.sidenav>li:hover>a,
.sidenav>li.hover>a {
	background-color: #fff;
	color: #13b6bc;
}

.sidenav>li.open>a {
	background-color: #fff;
	color: #7d7d8e;
}

.sidenav>li.open>a:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidenav .icon {
	display: block;
	float: left;
	font-size: 14px;
	height:16px;
	line-height: 18px;
	margin-left: -28px;
	text-align: center;
	width: 17px;
}

.sidenav .badge {
	float: right;
}
.sidenav-heading-line:before{
	  content: "";
      display: block;
      width: 205px;
      border-top: 1px #e7e7e7 solid;
      margin-bottom: 20px;
}
.sidenav-heading {
	color: #7d7d8e;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 10px;
	overflow: hidden;
	padding: 12px 15px;
	padding-top:0px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidenav-label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidenav-form {
	padding: 15px;
	position: relative;
}

.sidenav-form .form-control {
	background-color: #fff;
	border: 1px solid #e7e7ec;
	color: #646464;
}

.sidenav-form .input-icon {
	margin-left: 0;
	margin-right: 0;
}

.sidenav.level-1>li>a {
	padding-left: 17px;
}

.sidenav.level-2>li>a {
	padding-left: 36px;
}

.sidenav.level-3>li>a {
	padding-left: 52px;
}

.sidenav.level-4>li>a {
	padding-left: 72px;
}

.sidenav.level-5>li>a {
	padding-left: 97px;
}

.sidenav.level-1>li.active>a {
	background-color: #fff;
	color: #01a69f;
}

.sidenav.level-1>li.active>a:after {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 0;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
}

.sidenav .sidenav>li>a {
	background-color: #fff;
	color: #7d7d8e;
	padding-bottom: 10px;
	padding-top: 10px;
}

.sidenav .sidenav>li:hover>a,
.sidenav .sidenav>li.hover>a {
	background-color: #fff;
	color: #13b6bc;
}

.sidenav .sidenav>li.active>a {
	background-color: #fff;
	color: #01a69f;
	cursor: default;
}

.sidenav .sidenav .sidenav-heading {
	display: none;
}

	.img-sidemenu{
		display: none;
		float: left;
	    font-size: 14px;
	    height: 16px;
	    line-height: 18px;
	    margin-left: -28px;
	    text-align: center;
	    width: 17px;
	}
.layout-sidebar-collapsed .layout-sidebar{
	display: block;
}
@media (min-width: 768px) {
	.layout-sidebar-collapsed .layout-sidebar{
		display: none;
	}

	.sidenav-collapsed .sidenav-heading {
		display: none;
	}
	.sidenav-collapsed .img-sidemenu{
		display: block;
	}
	.sidenav-collapsed .sidenav-icon {
		float: none;
		font-size: 18px;
		height: 16px;
		left: 0;
		line-height: 20px;
		margin-left: 20px;
		margin-right: 0;
		position: absolute;
		top: 15px;
		-webkit-transition: font-size 0.3s;
		-o-transition: font-size 0.3s;
		transition: font-size 0.3s;
		width: 16px;
		display:block
	}

	.sidenav-collapsed .sidenav-label {
		display: none;
		content: "\f00b";
		padding-left: 11px;
	}

	.sidenav-collapsed .sidenav-form {
		display: none;
	}

	.sidenav-collapsed .sidenav-badge {
		display: block;
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.sidenav-collapsed li.open>a:before {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	.sidenav-collapsed li.has-subnav>a:before {
		text-align: right;
	}

	.sidenav-collapsed.level-1>li>a {
		height: 45px;
		line-height: 45px;
		padding: 0;
	}

	.sidenav-collapsed.level-1>li.has-subnav>a:before {
		content: normal;
		display: none;
	}

	.sidenav-collapsed.level-1>li:hover>a:after,
	.sidenav-collapsed.level-1>li.hover>a:after {
		content: normal;
		display: none;
	}

	.sidenav-collapsed .sidenav {
		display: none !important;
		height: auto !important;
		left: 100%;
		min-width: 160px;
		overflow: visible !important;
		position: absolute;
		top: 0;
		z-index: 1030;
	}

	.sidenav-collapsed .sidenav>li>a {
		border-left: 1px solid #e7e7ec;
		padding-left: 15px;
		padding-right: 15px;
		white-space: nowrap;
	}
	
	.sidenav-collapsed .sidenav .sidenav-heading {
		background-color: #fff;
		color: #323232;
		cursor: default;
		display: block;
		font-size: 13px;
		line-height: 45px;
		overflow: hidden;
		padding: 0 15px;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-top: 0;
	}

	.sidenav-collapsed .sidenav .icon {
		margin-left: 0px;
		margin-right: 5px;
	}

	.sidenav-collapsed .active .sidenav-heading {
		background-color: #fff;
		color: #13b6bc;
	}

	.sidenav-collapsed .has-subnav:hover>.sidenav,
	.sidenav-collapsed .has-subnav.hover>.sidenav {
		display: block !important;
	}
}

@media (min-width: 1440px) {
	.layout-sidebar{
		display: block ;
	}
	.layout-sidebar-collapsed .layout-sidebar{
		display: none ;
	}
}
@-webkit-keyframes spinner-animation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner-animation {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-animation {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner:before,
.spinner:after {
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-style: solid;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	border-width: 2px;
	height: 24px;
	margin: -12px 0 0 -12px;
	width: 24px;
}

.spinner:after {
	-webkit-animation: spinner-animation 0.6s linear;
	-o-animation: spinner-animation 0.6s linear;
	animation: spinner-animation 0.6s linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

button.spinner {
	color: transparent;
	position: relative;
}

button.spinner:hover,
button.spinner:focus,
button.spinner.focus {
	color: transparent;
}

button.spinner:active:hover,
button.spinner:active:focus,
button.spinner:active.focus,
button.spinner.active:hover,
button.spinner.active:focus,
button.spinner.active.focus {
	color: transparent;
}

.spinner-default:after {
	border-color: #7d7d8e transparent transparent;
}

.spinner-primary:after {
	border-color: #13b6bc transparent transparent;
}

.spinner-success:after {
	border-color: #13b6bc transparent transparent;
}

.spinner-info:after {
	border-color: #5ca0e6 transparent transparent;
}

.spinner-warning:after {
	border-color: #fdb32b transparent transparent;
}

.spinner-danger:after {
	border-color: #fd442b transparent transparent;
}

.spinner-lg:before,
.spinner-lg:after {
	border-width: 3px;
	height: 48px;
	margin: -24px 0 0 -24px;
	width: 48px;
}

.spinner-sm:before,
.spinner-sm:after {
	height: 18px;
	margin: -9px 0 0 -9px;
	width: 18px;
}

.steps {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.steps:before,
.steps:after {
	content: " ";
	display: table;
}

.steps:after {
	clear: both;
}

.step {
	color: #7d7d8e;
	display: block;
	padding: 0;
	text-align: center;
}

.step-segment {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
}

.step-segment:after {
	background-color: #13b6bc;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.step:first-child .step-segment:after {
	display: none;
}

.step-icon {
	background-color: #13b6bc;
	border: 2px solid #13b6bc;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 2;
	display: inline-block;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 48px;
}

.step.active .step-icon {
	background-color: #fff;
	color: #13b6bc;
}

.step.active~.step .step-segment:after {
	background-color: #e7e7ec;
}

.step.active~.step .step-icon {
	background-color: #fff;
	border-color: #e7e7ec;
	color: #7d7d8e;
}

.switch {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 44px;
}

.switch-input {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: -1;
	left: 0;
}

.switch-input:checked~.switch-thumb {
	left: 24px;
}

.switch-track {
	background-color: #dcdcdc;
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.switch-thumb {
	background-color: #fff;
	border-color: #dcdcdc;
	border-radius: 50%;
	border-style: solid;
	border-width: 4px;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
	width: 20px;
}

.switch-default .switch-input:checked~.switch-track {
	background-color: #7d7d8e;
}

.switch-default .switch-input:checked~.switch-thumb {
	border-color: #7d7d8e;
}

.switch-primary .switch-input:checked~.switch-track {
	background-color: #13b6bc;
}

.switch-primary .switch-input:checked~.switch-thumb {
	border-color: #13b6bc;
}

.switch-success .switch-input:checked~.switch-track {
	background-color: #13b6bc;
}

.switch-success .switch-input:checked~.switch-thumb {
	border-color: #13b6bc;
}

.switch-info .switch-input:checked~.switch-track {
	background-color: #5ca0e6;
}

.switch-info .switch-input:checked~.switch-thumb {
	border-color: #5ca0e6;
}

.switch-warning .switch-input:checked~.switch-track {
	background-color: #fdb32b;
}

.switch-warning .switch-input:checked~.switch-thumb {
	border-color: #fdb32b;
}

.switch-danger .switch-input:checked~.switch-track {
	background-color: #fd442b;
}

.switch-danger .switch-input:checked~.switch-thumb {
	border-color: #fd442b;
}

.switch .switch-input:disabled~.switch-track {
	background-color: #e7e7ec;
}

.switch .switch-input:disabled~.switch-thumb {
	border-color: #e7e7ec;
	cursor: not-allowed;
}

.user-pages .nav-tabs {
    background-color: #e6eef1;
    border-bottom: none;
    border-radius: 4px 4px 0 0; 
}
    
.nav-tabs {
	/* background-color: #e6eef1; */
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

.user-pages .nav-tabs > li {
    margin-bottom: 0; 
}

.nav-tabs>li {
	margin-bottom: 10px;
	border-bottom: solid 2px #dddede;
}

.nav-tabs>li.active {
	border-bottom-color: #13b6bc;
}

.user-pages .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #595966;
    margin-right: 0; 
}
    
.nav-tabs>li>a {
	font-size: 15px;
	border: none;
	border-radius: 0;
	color: #595966;
	margin-right: 0;
}

.nav-tabs>li:first-child>a {
	border-radius: 4px 0 0 0;
}

.user-pages .nav-tabs > li > a:focus,
.user-pages .nav-tabs > li > a:hover {
    background-color: #eef4f5;
    border: none; 
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	/* background-color: #eef4f5; */
	border: none;
}

.user-pages .nav-tabs > li.active > a,
.user-pages .nav-tabs > li.active > a:focus,
.user-pages .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border: none; 
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	/* background-color: #fff; */
	border: none;
}

.nav-tabs .dropdown-toggle,
.nav-tabs .dropdown-toggle:hover,
.nav-tabs .dropdown-toggle:focus {
	color: #595966;
}

.nav-tabs .dropdown.open .dropdown-toggle {
	background-color: #eef4f5;
	color: #595966;
}

.nav-tabs .dropdown.active.open .dropdown-toggle {
	color: #595966;
}

.user-pages .nav-tabs .dropdown.active.open .dropdown-toggle .caret,
.user-pages .nav-tabs .dropdown.active .dropdown-toggle .caret {
    border-bottom-color: #595966;
    border-top-color: #595966; 
}

.nav-tabs .dropdown.active.open .dropdown-toggle .caret,
.nav-tabs .dropdown.active .dropdown-toggle .caret {
	/* border-bottom-color: #595966; */
	border-top-color: #595966;
}

.nav-tabs .dropdown.open .caret,
.nav-tabs .dropdown.open.active .caret,
.nav-tabs .dropdown.open a:hover .caret,
.nav-tabs .dropdown.open a:focus,
.nav-tabs .dropdown-toggle,
.nav-tabs .dropdown-toggle:hover,
.nav-tabs .dropdown-toggle:focus .caret {
	border-bottom-color: #595966;
	border-top-color: #595966;
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 0;
	text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	left: auto;
	top: auto;
}

.nav-tabs.nav-justified>li>a {
	border-radius: 0;
}

.nav-tabs.nav-justified>li:first-child>a {
	border-radius: 4px 0 0 0;
}

.nav-tabs.nav-justified>li:last-child>a {
	border-radius: 0 4px 0 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: none;
}

@media (min-width: 768px) {
    .user-pages .nav-tabs > li {
      border-left: 1px solid #c5d8df; 
    }
    .nav-tabs>li {
		/* border-left: 1px solid #c5d8df; */
	}
    
	.nav-tabs>li:first-child {
		border-left: none;
	}
	
    .nav-tabs.nav-justified>li>a {
		border-bottom: none;
		border-radius: 0;
	}
	
    .nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom: none;
	}
}

.tabs-below .nav-tabs {
	border-radius: 0 0 4px 4px;
}

.tabs-below .nav-tabs>li:first-child>a {
	border-radius: 0 0 0 4px;
}

.tabs-below .nav-tabs.nav-justified>li:last-child>a {
	border-radius: 0 0 4px 0;
}

.tabs-left .nav-tabs>li,
.tabs-right .nav-tabs>li {
	border-left: none;
	border-top: 1px solid #c5d8df;
	float: none;
}

.tabs-left .nav-tabs>li:first-child,
.tabs-right .nav-tabs>li:first-child {
	border-top: none;
}

.tabs-left .nav-tabs>li>a,
.tabs-right .nav-tabs>li>a {
	margin-right: 0;
	min-width: 75px;
}

.tabs-left {
	overflow: hidden;
}

.tabs-left .nav-tabs {
	border-radius: 4px 0 0 4px;
	float: left;
}

.tabs-left .nav-tabs>li:first-child>a {
	border-radius: 4px 0 0 0;
}

.tabs-left .nav-tabs>li:last-child>a {
	border-radius: 0 0 0 4px;
}

.tabs-right {
	overflow: hidden;
}

.tabs-right .nav-tabs {
	border-radius: 0 4px 4px 0;
	float: right;
}

.tabs-right .nav-tabs>li:first-child>a {
	border-radius: 0 4px 0 0;
}

.tabs-right .nav-tabs>li:last-child>a {
	border-radius: 0 0 4px 0;
}

.user-pages .tab-content {
    overflow: hidden;
    padding: 15px; 
}

.tab-content {
	overflow: hidden;
	/* padding: 15px; */
}

.timeline {
	display: table;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0;
}

.timeline-item {
	border-collapse: collapse;
	display: table-row;
}

.timeline-segment {
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 1' fill='%23e6eef1'%3E%3Cpath d='M0 0h4v1H0z'/%3E%3C/svg%3E");
	background-position: center bottom;
	background-repeat: repeat-y;
	-webkit-background-size: 4px 1px;
	background-size: 4px 1px;
	display: table-cell;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

.timeline-dots {
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 8' fill='%23e6eef1'%3E%3Ccircle cx='2' cy='2' r='2'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: repeat-y;
	-webkit-background-size: 4px 8px;
	background-size: 4px 8px;
	display: table-cell;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

.timeline-content {
	display: table-cell;
	padding-bottom: 15px;
	padding-left: 15px;
	vertical-align: middle;
	width: 99%;
}

.timeline-divider {
	background-color: #e6eef1;
	border-radius: 50%;
	display: block;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 10px;
}

.timeline-media {
	background-color: #e6eef1;
	border-color: #e6eef1;
	border-style: solid;
	border-width: 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
}

.timeline-title {
	margin-bottom: 5px;
	margin-top: 0;
}

.timeline-meta {
	float: right;
	line-height: 1;
	margin-left: 10px;
}

.arrow-up:before,
.arrow-down:before,
.arrow-left:before,
.arrow-right:before,
.arrow-up:after,
.arrow-down:after,
.arrow-left:after,
.arrow-right:after {
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    width: 0;
    z-index: 15; 
}

.arrow-up:before,
.arrow-down:before,
.arrow-up:after,
.arrow-down:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.arrow-left:before,
.arrow-right:before,
.arrow-left:after,
.arrow-right:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.arrow-left.top:before,
.arrow-right.top:before,
.arrow-left.top:after,
.arrow-right.top:after {
    top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
	transform: none;
}

.arrow-up.right:before,
.arrow-down.right:before,
.arrow-up.right:after,
.arrow-down.right:after {
    left: auto;
    right: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
	transform: none;
}

.arrow-left.bottom:before,
.arrow-right.bottom:before,
.arrow-left.bottom:after,
.arrow-right.bottom:after {
    bottom: 10px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
	transform: none;
}

.arrow-up.left:before,
.arrow-down.left:before,
.arrow-up.left:after,
.arrow-down.left:after {
	left: 10px;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.arrow-up:before,
.arrow-up:after {
	bottom: 100%;
	left: 70px;
	/* right: ; */
}

.arrow-up:after {
	margin-bottom: -1px;
}

.arrow-down:before,
.arrow-down:after {
	top: 100%;
}

.arrow-down:after {
	margin-top: -1px;
}

.arrow-left:before,
.arrow-left:after {
	right: 100%;
}

.arrow-left:after {
	margin-right: -1px;
}

.arrow-right:before,
.arrow-right:after {
	left: 100%;
}

.arrow-right:after {
	margin-left: -1px;
}

.arrow-default {
	background-color: #7d7d8e;
	border-color: #7d7d8e;
	color: #fff;
}

a.arrow-default:hover,
a.arrow-default:focus {
	background-color: #646474;
	border-color: #60606e;
	color: #fff;
}

.arrow-up.arrow-default:before {
	border-bottom-color: #7d7d8e;
}

.arrow-up.arrow-default:after {
	border-bottom-color: #7d7d8e;
}

a.arrow-up.arrow-default:hover:before,
a.arrow-up.arrow-default:focus:before {
	border-bottom-color: #60606e;
}

a.arrow-up.arrow-default:hover:after,
a.arrow-up.arrow-default:focus:after {
	border-bottom-color: #646474;
}

.arrow-down.arrow-default:before {
	border-top-color: #7d7d8e;
}

.arrow-down.arrow-default:after {
	border-top-color: #7d7d8e;
}

a.arrow-down.arrow-default:hover:before,
a.arrow-down.arrow-default:focus:before {
	border-top-color: #60606e;
}

a.arrow-down.arrow-default:hover:after,
a.arrow-down.arrow-default:focus:after {
	border-top-color: #646474;
}

.arrow-left.arrow-default:before {
	border-right-color: #7d7d8e;
}

.arrow-left.arrow-default:after {
	border-right-color: #7d7d8e;
}

a.arrow-left.arrow-default:hover:before,
a.arrow-left.arrow-default:focus:before {
	border-right-color: #60606e;
}

a.arrow-left.arrow-default:hover:after,
a.arrow-left.arrow-default:focus:after {
	border-right-color: #646474;
}

.arrow-right.arrow-default:before {
	border-left-color: #7d7d8e;
}

.arrow-right.arrow-default:after {
	border-left-color: #7d7d8e;
}

a.arrow-right.arrow-default:hover:before,
a.arrow-right.arrow-default:focus:before {
	border-left-color: #60606e;
}

a.arrow-right.arrow-default:hover:after,
a.arrow-right.arrow-default:focus:after {
	border-left-color: #646474;
}

.arrow-primary {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.user-pages a.arrow-primary:hover,
.user-pages a.arrow-primary:focus {
    background-color: #13b6bc;
    border-color: #ec2126;
    color: #fff; 
}

a.arrow-primary:hover,
a.arrow-primary:focus {
	background-color: #ed2a2f;
	border-color: #ec2126;
	color: #fff;
}

.arrow-up.arrow-primary:before {
	border-bottom-color: #13b6bc;
}

.arrow-up.arrow-primary:after {
	border-bottom-color: #13b6bc;
}

a.arrow-up.arrow-primary:hover:before,
a.arrow-up.arrow-primary:focus:before {
	border-bottom-color: #ec2126;
}

.user-pages a.arrow-up.arrow-primary:hover:after,
.user-pages a.arrow-up.arrow-primary:focus:after {
    border-bottom-color: #13b6bc; 
}

a.arrow-up.arrow-primary:hover:after,
a.arrow-up.arrow-primary:focus:after {
	border-bottom-color: #ed2a2f;
}

.arrow-down.arrow-primary:before {
	border-top-color: #13b6bc;
}

.arrow-down.arrow-primary:after {
	border-top-color: #13b6bc;
}

a.arrow-down.arrow-primary:hover:before,
a.arrow-down.arrow-primary:focus:before {
	border-top-color: #ec2126;
}

.user-pages a.arrow-down.arrow-primary:hover:after,
.user-pages a.arrow-down.arrow-primary:focus:after {
    border-top-color: #13b6bc; }
    
a.arrow-down.arrow-primary:hover:after,
a.arrow-down.arrow-primary:focus:after {
	border-top-color: #ed2a2f;
}

.arrow-left.arrow-primary:before {
	border-right-color: #13b6bc;
}

.arrow-left.arrow-primary:after {
	border-right-color: #13b6bc;
}

a.arrow-left.arrow-primary:hover:before,
a.arrow-left.arrow-primary:focus:before {
	border-right-color: #ec2126;
}

.user-pages a.arrow-left.arrow-primary:hover:after,
.user-pages a.arrow-left.arrow-primary:focus:after {
    border-right-color: #13b6bc; }
    
a.arrow-left.arrow-primary:hover:after,
a.arrow-left.arrow-primary:focus:after {
	border-right-color: #ed2a2f;
}

.arrow-right.arrow-primary:before {
	border-left-color: #13b6bc;
}

.arrow-right.arrow-primary:after {
	border-left-color: #13b6bc;
}

a.arrow-right.arrow-primary:hover:before,
a.arrow-right.arrow-primary:focus:before {
	border-left-color: #ec2126;
}

.user-pages a.arrow-right.arrow-primary:hover:after,
.user-pages a.arrow-right.arrow-primary:focus:after {
    border-left-color: #13b6bc; 
}

a.arrow-right.arrow-primary:hover:after,
a.arrow-right.arrow-primary:focus:after {
	border-left-color: #ed2a2f;
}

.arrow-success {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

a.arrow-success:hover,
a.arrow-success:focus {
	background-color: #0e898e;
	border-color: #0d8084;
	color: #fff;
}

.arrow-up.arrow-success:before {
	border-bottom-color: #13b6bc;
}

.arrow-up.arrow-success:after {
	border-bottom-color: #13b6bc;
}

a.arrow-up.arrow-success:hover:before,
a.arrow-up.arrow-success:focus:before {
	border-bottom-color: #0d8084;
}

a.arrow-up.arrow-success:hover:after,
a.arrow-up.arrow-success:focus:after {
	border-bottom-color: #0e898e;
}

.arrow-down.arrow-success:before {
	border-top-color: #13b6bc;
}

.arrow-down.arrow-success:after {
	border-top-color: #13b6bc;
}

a.arrow-down.arrow-success:hover:before,
a.arrow-down.arrow-success:focus:before {
	border-top-color: #0d8084;
}

a.arrow-down.arrow-success:hover:after,
a.arrow-down.arrow-success:focus:after {
	border-top-color: #0e898e;
}

.arrow-left.arrow-success:before {
	border-right-color: #13b6bc;
}

.arrow-left.arrow-success:after {
	border-right-color: #13b6bc;
}

a.arrow-left.arrow-success:hover:before,
a.arrow-left.arrow-success:focus:before {
	border-right-color: #0d8084;
}

a.arrow-left.arrow-success:hover:after,
a.arrow-left.arrow-success:focus:after {
	border-right-color: #0e898e;
}

.arrow-right.arrow-success:before {
	border-left-color: #13b6bc;
}

.arrow-right.arrow-success:after {
	border-left-color: #13b6bc;
}

a.arrow-right.arrow-success:hover:before,
a.arrow-right.arrow-success:focus:before {
	border-left-color: #0d8084;
}

a.arrow-right.arrow-success:hover:after,
a.arrow-right.arrow-success:focus:after {
	border-left-color: #0e898e;
}

.arrow-info {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
	color: #fff;
}

a.arrow-info:hover,
a.arrow-info:focus {
	background-color: #3086df;
	border-color: #2781de;
	color: #fff;
}

.arrow-up.arrow-info:before {
	border-bottom-color: #5ca0e6;
}

.arrow-up.arrow-info:after {
	border-bottom-color: #5ca0e6;
}

a.arrow-up.arrow-info:hover:before,
a.arrow-up.arrow-info:focus:before {
	border-bottom-color: #2781de;
}

a.arrow-up.arrow-info:hover:after,
a.arrow-up.arrow-info:focus:after {
	border-bottom-color: #3086df;
}

.arrow-down.arrow-info:before {
	border-top-color: #5ca0e6;
}

.arrow-down.arrow-info:after {
	border-top-color: #5ca0e6;
}

a.arrow-down.arrow-info:hover:before,
a.arrow-down.arrow-info:focus:before {
	border-top-color: #2781de;
}

a.arrow-down.arrow-info:hover:after,
a.arrow-down.arrow-info:focus:after {
	border-top-color: #3086df;
}

.arrow-left.arrow-info:before {
	border-right-color: #5ca0e6;
}

.arrow-left.arrow-info:after {
	border-right-color: #5ca0e6;
}

a.arrow-left.arrow-info:hover:before,
a.arrow-left.arrow-info:focus:before {
	border-right-color: #2781de;
}

a.arrow-left.arrow-info:hover:after,
a.arrow-left.arrow-info:focus:after {
	border-right-color: #3086df;
}

.arrow-right.arrow-info:before {
	border-left-color: #5ca0e6;
}

.arrow-right.arrow-info:after {
	border-left-color: #5ca0e6;
}

a.arrow-right.arrow-info:hover:before,
a.arrow-right.arrow-info:focus:before {
	border-left-color: #2781de;
}

a.arrow-right.arrow-info:hover:after,
a.arrow-right.arrow-info:focus:after {
	border-left-color: #3086df;
}

.arrow-warning {
	background-color: #fdb32b;
	border-color: #fdb32b;
	color: #fff;
}

a.arrow-warning:hover,
a.arrow-warning:focus {
	background-color: #f39e02;
	border-color: #e99702;
	color: #fff;
}

.arrow-up.arrow-warning:before {
	border-bottom-color: #fdb32b;
}

.arrow-up.arrow-warning:after {
	border-bottom-color: #fdb32b;
}

a.arrow-up.arrow-warning:hover:before,
a.arrow-up.arrow-warning:focus:before {
	border-bottom-color: #e99702;
}

a.arrow-up.arrow-warning:hover:after,
a.arrow-up.arrow-warning:focus:after {
	border-bottom-color: #f39e02;
}

.arrow-down.arrow-warning:before {
	border-top-color: #fdb32b;
}

.arrow-down.arrow-warning:after {
	border-top-color: #fdb32b;
}

a.arrow-down.arrow-warning:hover:before,
a.arrow-down.arrow-warning:focus:before {
	border-top-color: #e99702;
}

a.arrow-down.arrow-warning:hover:after,
a.arrow-down.arrow-warning:focus:after {
	border-top-color: #f39e02;
}

.arrow-left.arrow-warning:before {
	border-right-color: #fdb32b;
}

.arrow-left.arrow-warning:after {
	border-right-color: #fdb32b;
}

a.arrow-left.arrow-warning:hover:before,
a.arrow-left.arrow-warning:focus:before {
	border-right-color: #e99702;
}

a.arrow-left.arrow-warning:hover:after,
a.arrow-left.arrow-warning:focus:after {
	border-right-color: #f39e02;
}

.arrow-right.arrow-warning:before {
	border-left-color: #fdb32b;
}

.arrow-right.arrow-warning:after {
	border-left-color: #fdb32b;
}

a.arrow-right.arrow-warning:hover:before,
a.arrow-right.arrow-warning:focus:before {
	border-left-color: #e99702;
}

a.arrow-right.arrow-warning:hover:after,
a.arrow-right.arrow-warning:focus:after {
	border-left-color: #f39e02;
}

.arrow-danger {
	background-color: #fd442b;
	border-color: #fd442b;
	color: #fff;
}

a.arrow-danger:hover,
a.arrow-danger:focus {
	background-color: #f31f02;
	border-color: #e91e02;
	color: #fff;
}

.arrow-up.arrow-danger:before {
	border-bottom-color: #fd442b;
}

.arrow-up.arrow-danger:after {
	border-bottom-color: #fd442b;
}

a.arrow-up.arrow-danger:hover:before,
a.arrow-up.arrow-danger:focus:before {
	border-bottom-color: #e91e02;
}

a.arrow-up.arrow-danger:hover:after,
a.arrow-up.arrow-danger:focus:after {
	border-bottom-color: #f31f02;
}

.arrow-down.arrow-danger:before {
	border-top-color: #fd442b;
}

.arrow-down.arrow-danger:after {
	border-top-color: #fd442b;
}

a.arrow-down.arrow-danger:hover:before,
a.arrow-down.arrow-danger:focus:before {
	border-top-color: #e91e02;
}

a.arrow-down.arrow-danger:hover:after,
a.arrow-down.arrow-danger:focus:after {
	border-top-color: #f31f02;
}

.arrow-left.arrow-danger:before {
	border-right-color: #fd442b;
}

.arrow-left.arrow-danger:after {
	border-right-color: #fd442b;
}

a.arrow-left.arrow-danger:hover:before,
a.arrow-left.arrow-danger:focus:before {
	border-right-color: #e91e02;
}

a.arrow-left.arrow-danger:hover:after,
a.arrow-left.arrow-danger:focus:after {
	border-right-color: #f31f02;
}

.arrow-right.arrow-danger:before {
	border-left-color: #fd442b;
}

.arrow-right.arrow-danger:after {
	border-left-color: #fd442b;
}

a.arrow-right.arrow-danger:hover:before,
a.arrow-right.arrow-danger:focus:before {
	border-left-color: #e91e02;
}

a.arrow-right.arrow-danger:hover:after,
a.arrow-right.arrow-danger:focus:after {
	border-left-color: #f31f02;
}


.arrow-outline-default {
	background-color: #fff;
	border-color: #7d7d8e;
	color: #7d7d8e;
}

a.arrow-outline-default:hover,
a.arrow-outline-default:focus {
	background-color: #7d7d8e;
	border-color: #7d7d8e;
	color: #fff;
}

.arrow-up.arrow-outline-default:before {
	border-bottom-color: #7d7d8e;
}

.arrow-up.arrow-outline-default:after {
	border-bottom-color: #fff;
}

a.arrow-up.arrow-outline-default:hover:after,
a.arrow-up.arrow-outline-default:focus:after {
	border-bottom-color: #7d7d8e;
}

.arrow-down.arrow-outline-default:before {
	border-top-color: #7d7d8e;
}

.arrow-down.arrow-outline-default:after {
	border-top-color: #fff;
}

a.arrow-down.arrow-outline-default:hover:after,
a.arrow-down.arrow-outline-default:focus:after {
	border-top-color: #7d7d8e;
}

.arrow-left.arrow-outline-default:before {
	border-right-color: #7d7d8e;
}

.arrow-left.arrow-outline-default:after {
	border-right-color: #fff;
}

a.arrow-left.arrow-outline-default:hover:after,
a.arrow-left.arrow-outline-default:focus:after {
	border-right-color: #7d7d8e;
}

.arrow-right.arrow-outline-default:before {
	border-left-color: #7d7d8e;
}

.arrow-right.arrow-outline-default:after {
	border-left-color: #fff;
}

a.arrow-right.arrow-outline-default:hover:after,
a.arrow-right.arrow-outline-default:focus:after {
	border-left-color: #7d7d8e;
}

.arrow-outline-primary {
	background-color: #fff;
	border-color: #13b6bc;
	color: #13b6bc;
}

a.arrow-outline-primary:hover,
a.arrow-outline-primary:focus {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.arrow-up.arrow-outline-primary:before {
	border-bottom-color: #13b6bc;
}

.arrow-up.arrow-outline-primary:after {
	border-bottom-color: #fff;
}

a.arrow-up.arrow-outline-primary:hover:after,
a.arrow-up.arrow-outline-primary:focus:after {
	border-bottom-color: #13b6bc;
}

.arrow-down.arrow-outline-primary:before {
	border-top-color: #13b6bc;
}

.arrow-down.arrow-outline-primary:after {
	border-top-color: #fff;
}

a.arrow-down.arrow-outline-primary:hover:after,
a.arrow-down.arrow-outline-primary:focus:after {
	border-top-color: #13b6bc;
}

.arrow-left.arrow-outline-primary:before {
	border-right-color: #13b6bc;
}

.arrow-left.arrow-outline-primary:after {
	border-right-color: #fff;
}

a.arrow-left.arrow-outline-primary:hover:after,
a.arrow-left.arrow-outline-primary:focus:after {
	border-right-color: #13b6bc;
}

.arrow-right.arrow-outline-primary:before {
	border-left-color: #13b6bc;
}

.arrow-right.arrow-outline-primary:after {
	border-left-color: #fff;
}

a.arrow-right.arrow-outline-primary:hover:after,
a.arrow-right.arrow-outline-primary:focus:after {
	border-left-color: #13b6bc;
}

.arrow-outline-success {
	background-color: #fff;
	border-color: #13b6bc;
	color: #13b6bc;
}

a.arrow-outline-success:hover,
a.arrow-outline-success:focus {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

.arrow-up.arrow-outline-success:before {
	border-bottom-color: #13b6bc;
}

.arrow-up.arrow-outline-success:after {
	border-bottom-color: #fff;
}

a.arrow-up.arrow-outline-success:hover:after,
a.arrow-up.arrow-outline-success:focus:after {
	border-bottom-color: #13b6bc;
}

.arrow-down.arrow-outline-success:before {
	border-top-color: #13b6bc;
}

.arrow-down.arrow-outline-success:after {
	border-top-color: #fff;
}

a.arrow-down.arrow-outline-success:hover:after,
a.arrow-down.arrow-outline-success:focus:after {
	border-top-color: #13b6bc;
}

.arrow-left.arrow-outline-success:before {
	border-right-color: #13b6bc;
}

.arrow-left.arrow-outline-success:after {
	border-right-color: #fff;
}

a.arrow-left.arrow-outline-success:hover:after,
a.arrow-left.arrow-outline-success:focus:after {
	border-right-color: #13b6bc;
}

.arrow-right.arrow-outline-success:before {
	border-left-color: #13b6bc;
}

.arrow-right.arrow-outline-success:after {
	border-left-color: #fff;
}

a.arrow-right.arrow-outline-success:hover:after,
a.arrow-right.arrow-outline-success:focus:after {
	border-left-color: #13b6bc;
}

.arrow-outline-info {
	background-color: #fff;
	border-color: #5ca0e6;
	color: #5ca0e6;
}

a.arrow-outline-info:hover,
a.arrow-outline-info:focus {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
	color: #fff;
}

.arrow-up.arrow-outline-info:before {
	border-bottom-color: #5ca0e6;
}

.arrow-up.arrow-outline-info:after {
	border-bottom-color: #fff;
}

a.arrow-up.arrow-outline-info:hover:after,
a.arrow-up.arrow-outline-info:focus:after {
	border-bottom-color: #5ca0e6;
}

.arrow-down.arrow-outline-info:before {
	border-top-color: #5ca0e6;
}

.arrow-down.arrow-outline-info:after {
	border-top-color: #fff;
}

a.arrow-down.arrow-outline-info:hover:after,
a.arrow-down.arrow-outline-info:focus:after {
	border-top-color: #5ca0e6;
}

.arrow-left.arrow-outline-info:before {
	border-right-color: #5ca0e6;
}

.arrow-left.arrow-outline-info:after {
	border-right-color: #fff;
}

a.arrow-left.arrow-outline-info:hover:after,
a.arrow-left.arrow-outline-info:focus:after {
	border-right-color: #5ca0e6;
}

.arrow-right.arrow-outline-info:before {
	border-left-color: #5ca0e6;
}

.arrow-right.arrow-outline-info:after {
	border-left-color: #fff;
}

a.arrow-right.arrow-outline-info:hover:after,
a.arrow-right.arrow-outline-info:focus:after {
	border-left-color: #5ca0e6;
}

.arrow-outline-warning {
	background-color: #fff;
	border-color: #fdb32b;
	color: #fdb32b;
}

a.arrow-outline-warning:hover,
a.arrow-outline-warning:focus {
	background-color: #fdb32b;
	border-color: #fdb32b;
	color: #fff;
}

.arrow-up.arrow-outline-warning:before {
	border-bottom-color: #fdb32b;
}

.arrow-up.arrow-outline-warning:after {
	border-bottom-color: #fff;
}

a.arrow-up.arrow-outline-warning:hover:after,
a.arrow-up.arrow-outline-warning:focus:after {
	border-bottom-color: #fdb32b;
}

.arrow-down.arrow-outline-warning:before {
	border-top-color: #fdb32b;
}

.arrow-down.arrow-outline-warning:after {
	border-top-color: #fff;
}

a.arrow-down.arrow-outline-warning:hover:after,
a.arrow-down.arrow-outline-warning:focus:after {
	border-top-color: #fdb32b;
}

.arrow-left.arrow-outline-warning:before {
	border-right-color: #fdb32b;
}

.arrow-left.arrow-outline-warning:after {
	border-right-color: #fff;
}

a.arrow-left.arrow-outline-warning:hover:after,
a.arrow-left.arrow-outline-warning:focus:after {
	border-right-color: #fdb32b;
}

.arrow-right.arrow-outline-warning:before {
	border-left-color: #fdb32b;
}

.arrow-right.arrow-outline-warning:after {
	border-left-color: #fff;
}

a.arrow-right.arrow-outline-warning:hover:after,
a.arrow-right.arrow-outline-warning:focus:after {
	border-left-color: #fdb32b;
}

.arrow-outline-danger {
	background-color: #fff;
	border-color: #fd442b;
	color: #fd442b;
}

a.arrow-outline-danger:hover,
a.arrow-outline-danger:focus {
	background-color: #fd442b;
	border-color: #fd442b;
	color: #fff;
}

.arrow-up.arrow-outline-danger:before {
	border-bottom-color: #fd442b;
}

.arrow-up.arrow-outline-danger:after {
	border-bottom-color: #fff;
}

a.arrow-up.arrow-outline-danger:hover:after,
a.arrow-up.arrow-outline-danger:focus:after {
	border-bottom-color: #fd442b;
}

.arrow-down.arrow-outline-danger:before {
	border-top-color: #fd442b;
}

.arrow-down.arrow-outline-danger:after {
	border-top-color: #fff;
}

a.arrow-down.arrow-outline-danger:hover:after,
a.arrow-down.arrow-outline-danger:focus:after {
	border-top-color: #fd442b;
}

.arrow-left.arrow-outline-danger:before {
	border-right-color: #fd442b;
}

.arrow-left.arrow-outline-danger:after {
	border-right-color: #fff;
}

a.arrow-left.arrow-outline-danger:hover:after,
a.arrow-left.arrow-outline-danger:focus:after {
	border-right-color: #fd442b;
}

.arrow-right.arrow-outline-danger:before {
	border-left-color: #fd442b;
}

.arrow-right.arrow-outline-danger:after {
	border-left-color: #fff;
}

a.arrow-right.arrow-outline-danger:hover:after,
a.arrow-right.arrow-outline-danger:focus:after {
	border-left-color: #fd442b;
}

.arrow-lg:before,
.arrow-lg:after {
	border-width: 8px;
}

.arrow-sm:before,
.arrow-sm:after {
	border-width: 4px;
}

.no-background {
	background-color: transparent;
}

.bg-gray {
	background-color: #7d7d8e;
	border-color: #7d7d8e;
	color: #fff;
}

a.bg-gray:hover,
a.bg-gray:focus {
	background-color: #646474;
	border-color: #646474;
	color: #fff;
	text-decoration: none;
}

.bg-gray-darker {
	background-color: #343439;
	border-color: #343439;
	color: #fff;
}

a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
	background-color: #1c1c1e;
	border-color: #1c1c1e;
	color: #fff;
	text-decoration: none;
}

.bg-default {
	background-color: #7d7d8e;
	border-color: #7d7d8e;
	color: #fff;
}

a.bg-default:hover,
a.bg-default:focus {
	background-color: #646474;
	border-color: #646474;
	color: #fff;
	text-decoration: none;
}

.bg-primary {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #ed2a2f;
	border-color: #ed2a2f;
	color: #fff;
	text-decoration: none;
}

.bg-success {
	background-color: #13b6bc;
	border-color: #13b6bc;
	color: #fff;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #0e898e;
	border-color: #0e898e;
	color: #fff;
	text-decoration: none;
}

.bg-info {
	background-color: #5ca0e6;
	border-color: #5ca0e6;
	color: #fff;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #3086df;
	border-color: #3086df;
	color: #fff;
	text-decoration: none;
}

.bg-warning {
	background-color: #fdb32b;
	border-color: #fdb32b;
	color: #fff;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f39e02;
	border-color: #f39e02;
	color: #fff;
	text-decoration: none;
}

.bg-danger {
	background-color: #fd442b;
	border-color: #fd442b;
	color: #fff;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #f31f02;
	border-color: #f31f02;
	color: #fff;
	text-decoration: none;
}

.bg-gray-inverse {
	background-color: #fff;
	border-color: #fff;
	color: #7d7d8e;
}

a.bg-gray-inverse:hover,
a.bg-gray-inverse:focus {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #7d7d8e;
	text-decoration: none;
}

.bg-default-inverse {
	background-color: #7d7d8e;
	border-color: #7d7d8e;
	color: #fff;
}

a.bg-default-inverse:hover,
a.bg-default-inverse:focus {
	background-color: #646474;
	border-color: #646474;
	color: #fff;
	text-decoration: none;
}

.bg-primary-inverse {
	background-color: #fff;
	border-color: #fff;
	color: #13b6bc;
}

a.bg-primary-inverse:hover,
a.bg-primary-inverse:focus {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #13b6bc;
	text-decoration: none;
}

.bg-success-inverse {
	background-color: #fff;
	border-color: #fff;
	color: #13b6bc;
}

a.bg-success-inverse:hover,
a.bg-success-inverse:focus {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #13b6bc;
	text-decoration: none;
}

.bg-info-inverse {
	background-color: #fff;
	border-color: #fff;
	color: #5ca0e6;
}

a.bg-info-inverse:hover,
a.bg-info-inverse:focus {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #5ca0e6;
	text-decoration: none;
}

.bg-warning-inverse {
	background-color: #fff;
	border-color: #fff;
	color: #fdb32b;
}

a.bg-warning-inverse:hover,
a.bg-warning-inverse:focus {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #fdb32b;
	text-decoration: none;
}

.bg-danger-inverse {
	background-color: #fff;
	border-color: #fff;
	color: #fd442b;
}

a.bg-danger-inverse:hover,
a.bg-danger-inverse:focus {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #fd442b;
	text-decoration: none;
}

.bg-gray-a75 {
	background-color: rgba(125, 125, 142, 0.75);
	border-color: #7d7d8e;
	color: #fff;
}

a.bg-gray-a75:hover,
a.bg-gray-a75:focus {
	background-color: rgba(100, 100, 116, 0.75);
	border-color: #646474;
	color: #fff;
	text-decoration: none;
}

.bg-info-a75 {
	background-color: rgba(92, 160, 230, 0.75);
	border-color: #5ca0e6;
	color: #fff;
}

a.bg-info-a75:hover,
a.bg-info-a75:focus {
	background-color: rgba(48, 134, 223, 0.75);
	border-color: #3086df;
	color: #fff;
	text-decoration: none;
}

.bg-warning-a75 {
	background-color: rgba(253, 179, 43, 0.75);
	border-color: #fdb32b;
	color: #fff;
}

a.bg-warning-a75:hover,
a.bg-warning-a75:focus {
	background-color: rgba(243, 158, 2, 0.75);
	border-color: #f39e02;
	color: #fff;
	text-decoration: none;
}

.bg-facebook {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}

a.bg-facebook:hover,
a.bg-facebook:focus {
	background-color: #2d4373;
	border-color: #2d4373;
	color: #fff;
	text-decoration: none;
}

.bg-twitter {
	background-color: #00aced;
	border-color: #00aced;
	color: #fff;
}

a.bg-twitter:hover,
a.bg-twitter:focus {
	background-color: #0087ba;
	border-color: #0087ba;
	color: #fff;
	text-decoration: none;
}

.bg-linkedin {
	background-color: #007bb6;
	border-color: #007bb6;
	color: #fff;
}

a.bg-linkedin:hover,
a.bg-linkedin:focus {
	background-color: #005983;
	border-color: #005983;
	color: #fff;
	text-decoration: none;
}

.bg-googleplus {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}

a.bg-googleplus:hover,
a.bg-googleplus:focus {
	background-color: #c23321;
	border-color: #c23321;
	color: #fff;
	text-decoration: none;
}

.bg-youtube {
	background-color: #bb0000;
	border-color: #bb0000;
	color: #fff;
}

a.bg-youtube:hover,
a.bg-youtube:focus {
	background-color: #880000;
	border-color: #880000;
	color: #fff;
	text-decoration: none;
}

.bg-pinterest {
	background-color: #cb2027;
	border-color: #cb2027;
	color: #fff;
}

a.bg-pinterest:hover,
a.bg-pinterest:focus {
	background-color: #9f191f;
	border-color: #9f191f;
	color: #fff;
	text-decoration: none;
}

.bg-instagram {
	background-color: #517fa4;
	border-color: #517fa4;
	color: #fff;
}

a.bg-instagram:hover,
a.bg-instagram:focus {
	background-color: #406582;
	border-color: #406582;
	color: #fff;
	text-decoration: none;
}

.bg-tumblr {
	background-color: #32506d;
	border-color: #32506d;
	color: #fff;
}

a.bg-tumblr:hover,
a.bg-tumblr:focus {
	background-color: #22364a;
	border-color: #22364a;
	color: #fff;
	text-decoration: none;
}

.bg-flickr {
	background-color: #ff0084;
	border-color: #ff0084;
	color: #fff;
}

a.bg-flickr:hover,
a.bg-flickr:focus {
	background-color: #cc006a;
	border-color: #cc006a;
	color: #fff;
	text-decoration: none;
}

.bg-dribbble {
	background-color: #ea4c89;
	border-color: #ea4c89;
	color: #fff;
}

a.bg-dribbble:hover,
a.bg-dribbble:focus {
	background-color: #e51e6b;
	border-color: #e51e6b;
	color: #fff;
	text-decoration: none;
}

.no-border {
	border: none;
}

.border {
	border-style: solid;
	border-width: 1px;
}

.bt {
	border-top-style: solid;
	border-top-width: 1px;
}

.br {
	border-right-style: solid;
	border-right-width: 1px;
}

.bb {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bl {
	border-left-style: solid;
	border-left-width: 1px;
}

.pill {
	border-radius: 10em !important;
}

.circle {
	border-radius: 50%;
}

.rounded {
	border-radius: 4px;
}

.d-b {
	display: block;
}

.d-i {
	display: inline;
}

.d-ib {
	display: inline-block;
}

.d-tb {
	display: table;
}

.d-tbr {
	display: table-row;
}

.d-tbc {
	display: table-cell;
}

.ov-a {
	overflow: auto;
}

.ov-h {
	overflow: hidden;
}

.ov-s {
	overflow: scroll;
}

.clear {
	display: block;
	overflow: hidden;
}

.fh {
	display: table;
	height: 100%;
	width: 100%;
}

.fh-b {
	display: table-cell;
	vertical-align: bottom;
}

.fh-m {
	display: table-cell;
	vertical-align: middle;
}

.pull-xs-left {
	float: left !important;
}

.pull-xs-right {
	float: right !important;
}

.pull-xs-none {
	float: none !important;
}

@media (min-width: 768px) {
	.pull-sm-left {
		float: left !important;
	}

	.pull-sm-right {
		float: right !important;
	}

	.pull-sm-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.pull-md-left {
		float: left !important;
	}

	.pull-md-right {
		float: right !important;
	}

	.pull-md-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.pull-lg-left {
		float: left !important;
	}

	.pull-lg-right {
		float: right !important;
	}

	.pull-lg-none {
		float: none !important;
	}
}

.sq-8 {
	display: inline-block;
	font-size: 4px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	width: 8px;
}

.sq-12 {
	display: inline-block;
	font-size: 6px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	width: 12px;
}

.sq-16 {
	display: inline-block;
	font-size: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	width: 16px;
}

.sq-20 {
	display: inline-block;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px;
}

.sq-24 {
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}

.sq-28 {
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 28px;
}

.sq-32 {
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
}

.sq-36 {
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.sq-40 {
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.sq-44 {
	display: inline-block;
	font-size: 22px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 44px;
}

.sq-48 {
	display: inline-block;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 48px;
}

.sq-52 {
	display: inline-block;
	font-size: 26px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	width: 52px;
}

.sq-56 {
	display: inline-block;
	font-size: 28px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	width: 56px;
}

.sq-60 {
	display: inline-block;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
}

.sq-64 {
	display: inline-block;
	font-size: 32px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
}

.sq-68 {
	display: inline-block;
	font-size: 34px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	width: 68px;
}

.sq-72 {
	display: inline-block;
	font-size: 36px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	width: 72px;
}

.sq-76 {
	display: inline-block;
	font-size: 38px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	width: 76px;
}

.sq-80 {
	display: inline-block;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 80px;
}

.sq-84 {
	display: inline-block;
	font-size: 42px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	width: 84px;
}

.sq-88 {
	display: inline-block;
	font-size: 44px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	width: 88px;
}

.sq-92 {
	display: inline-block;
	font-size: 46px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	width: 92px;
}

.sq-96 {
	display: inline-block;
	font-size: 48px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	width: 96px;
}

.sq-100 {
	display: inline-block;
	font-size: 50px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}

.pos-a {
	position: absolute;
}

.pos-f {
	position: fixed;
}

.pos-r {
	position: relative;
}

.t-0 {
	top: 0;
}

.r-0 {
	right: 0;
}

.b-0 {
	bottom: 0;
}

.l-0 {
	left: 0;
}

.m-a-0 {
	margin: 0 !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-r-0 {
	margin-right: 0 !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-l-0 {
	margin-left: 0 !important;
}

.m-x-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.m-y-0 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.m-a-sm {
	margin: 5px !important;
}

.m-t-sm {
	margin-top: 5px !important;
}

.m-r-sm {
	margin-right: 5px !important;
}

.m-b-sm {
	margin-bottom: 5px !important;
}

.m-l-sm {
	margin-left: 5px !important;
}

.m-x-sm {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.m-y-sm {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.m-a {
	margin: 10px !important;
}

.m-t {
	margin-top: 10px !important;
}

.m-r {
	margin-right: 10px !important;
}

.m-b {
	margin-bottom: 10px !important;
}

.m-l {
	margin-left: 10px !important;
}

.m-x {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.m-y {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.m-a-md {
	margin: 15px !important;
}

.m-t-md {
	margin-top: 15px !important;
}

.m-r-md {
	margin-right: 15px !important;
}

.m-b-md {
	margin-bottom: 15px !important;
}

.m-l-md {
	margin-left: 15px !important;
}

.m-x-md {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.m-y-md {
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

.m-a-lg {
	margin: 30px !important;
}

.m-t-lg {
	margin-top: 30px !important;
}

.m-r-lg {
	margin-right: 30px !important;
}

.m-b-lg {
	margin-bottom: 30px !important;
}

.m-l-lg {
	margin-left: 30px !important;
}

.m-x-lg {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.m-y-lg {
	margin-bottom: 30px !important;
	margin-top: 30px !important;
}

.m-a-n {
	margin: -10px !important;
}

.m-t-n {
	margin-top: -10px !important;
}

.m-r-n {
	margin-right: -10px !important;
}

.m-b-n {
	margin-bottom: -10px !important;
}

.m-l-n {
	margin-left: -10px !important;
}

.m-x-n {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.m-y-n {
	margin-bottom: -10px !important;
	margin-top: -10px !important;
}

.p-a-0 {
	padding: 0 !important;
}

.p-t-0 {
	padding-top: 0 !important;
}

.p-r-0 {
	padding-right: 0 !important;
}

.p-b-0 {
	padding-bottom: 0 !important;
}

.p-l-0 {
	padding-left: 0 !important;
}

.p-x-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.p-y-0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.p-a-sm {
	padding: 5px !important;
}

.p-t-sm {
	padding-top: 5px !important;
}

.p-r-sm {
	padding-right: 5px !important;
}

.p-b-sm {
	padding-bottom: 5px !important;
}

.p-l-sm {
	padding-left: 5px !important;
}

.p-x-sm {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.p-y-sm {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

.p-a {
	padding: 10px !important;
}

.p-t {
	padding-top: 10px !important;
}

.p-r {
	padding-right: 10px !important;
}

.p-b {
	padding-bottom: 10px !important;
}

.p-l {
	padding-left: 10px !important;
}

.p-x {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.p-y {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.p-a-md {
	padding: 15px !important;
}

.p-t-md {
	padding-top: 15px !important;
}

.p-r-md {
	padding-right: 15px !important;
}

.p-b-md {
	padding-bottom: 15px !important;
}

.p-b-20 {padding-bottom:20px !important;}

.p-l-md {
	padding-left: 15px !important;
}

.p-x-md {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.p-y-md {
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

.p-a-lg {
	padding: 30px !important;
}

.p-t-lg {
	padding-top: 30px !important;
}

.p-r-lg {
	padding-right: 30px !important;
}

.p-r-xl {
	padding-right: 50px !important;
}
.p-r-xxl {
	padding-right: 80px !important;
}

.p-b-lg {
	padding-bottom: 30px !important;
}

.p-l-lg {
	padding-left: 30px !important;
}

.p-x-ml {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.p-y-ml {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}

.p-x-lg {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.p-y-lg {
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}

.p-a-n {
	padding: -10px !important;
}

.p-t-n {
	padding-top: -10px !important;
}

.p-r-n {
	padding-right: -10px !important;
}

.p-b-n {
	padding-bottom: -10px !important;
}

.p-l-n {
	padding-left: -10px !important;
}

.p-x-n {
	padding-left: -10px !important;
	padding-right: -10px !important;
}

.p-y-n {
	padding-bottom: -10px !important;
	padding-top: -10px !important;
}

.truncate {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

.link-muted {
	color: #7d7d8e;
}

.link-muted:hover,
.link-muted:focus {
	color: #13b6bc;
	text-decoration: none;
}

.link-inverted {
	color: #fff;
}

.link-inverted:hover,
.link-inverted:focus {
	color: #fff;
	text-decoration: none;
}

.nowrap {
	white-space: nowrap;
}

.break-word {
	word-wrap: break-word;
}

.fz-lg {
	font-size: 18px;
}

.fz-sm {
	font-size: 12px;
}

.fz-2x {
	font-size: 2em;
}

.fz-3x {
	font-size: 3em;
}

.fz-4x {
	font-size: 4em;
}

.fz-5x {
	font-size: 5em;
}

.fw-l {
	font-weight: 300;
}

.fw-n {
	font-weight: 400;
}

.fw-sb {
	font-weight: 500;
}

.fw-b {
	font-weight: 600;
}

/* fontawesome icon*/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\f95b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\f905"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\f95c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\f95d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\f95e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\f95f"; }

.fa-handshake-slash:before {
  content: "\f960"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\f961"; }

.fa-head-side-cough-slash:before {
  content: "\f962"; }

.fa-head-side-mask:before {
  content: "\f963"; }

.fa-head-side-virus:before {
  content: "\f964"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\f965"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\f955"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\f966"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\f967"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\f968"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\f91e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\f969"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\f96a"; }

.fa-pump-soap:before {
  content: "\f96b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\f96c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\f96e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\f96f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\f970"; }

.fa-store-slash:before {
  content: "\f971"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\f972"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\f941"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\f949"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\f974"; }

.fa-virus-slash:before {
  content: "\f975"; }

.fa-viruses:before {
  content: "\f976"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../font/awesome/fa-brands-400.eot");
  src: url("../font/awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../font/awesome/fa-brands-400.woff2") format("woff2"), url("../font/awesome/fa-brands-400.woff") format("woff"), url("../font/awesome/fa-brands-400.ttf") format("truetype"), url("../font/awesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../font/awesome/fa-regular-400.eot");
  src: url("../font/awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../font/awesome/fa-regular-400.woff2") format("woff2"), url("../font/awesome/fa-regular-400.woff") format("woff"), url("../font/awesome/fa-regular-400.ttf") format("truetype"), url("../font/awesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../font/awesome/fa-solid-900.eot");
  src: url("../font/awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../font/awesome/fa-solid-900.woff2") format("woff2"), url("../font/awesome/fa-solid-900.woff") format("woff"), url("../font/awesome/fa-solid-900.ttf") format("truetype"), url("../font/awesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }