html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	color: #788288;
	/*background-color: #eef5f9;*/
	background-color: #e9e9e9;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

/*! Netbanking CSS */
.static-content {
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}

.continue-login .btn {
	padding: 8px 30px;
	font-size: 18px;
	border-radius: 8px !important;
}

.table-responsive-custom {
	overflow-x: auto;
}

.checkbox-mr label {
	margin-left: 5px;
	vertical-align: middle;
}

.white-wrap {
    white-space:nowrap;
}

.marquee-login {
	line-height: 20px;
    color:#1f1f1f;
}

.dropdown-menu .divider {
	margin: 5px 0;
}

.page-footer {
	background-color: #ffffff;
	color: #000000;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.17);
}

.breakingbx {
	padding: 6px 5px;
	color: #000;
	float: left;
	width: 86%;
}

.breaking-news {
	background: #ffffff;
	border: 1px solid #c9c9c9;
	clear: both;
}

.breaking-title {
	background: linear-gradient(to right, #40b6a9, #0b7fbd);
	padding: 5px 5px;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	width: 14%;
	font-weight: 600;
	text-align: center;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	width: 100%;
}

.panel.panel-home {
	border-radius: 0px !important;
	border: none;
}

.panel-home-row .i-s-2x {
	line-height: 1.5em;
}

.panel-home-row .active .bg-svc {
	background-color: #fff;
}

.panel-home-row .active i.text-black {
	color: #fff;
}

/* new Changes active */

.panel-home-row .active .svc1 .text-white.i-hexagon2,
.panel-home-row .svc1 .text-black {
	color: #00adef;
}

.panel-home-row .active .svc2 .text-white.i-hexagon2,
.panel-home-row .svc2 .text-black {
	color: #0b7fbd;
}

.panel-home-row .active .svc3 .text-white.i-hexagon2,
.panel-home-row .svc3 .text-black {
	color: #21345e;
}

.panel-home-row .active .svc4 .text-white.i-hexagon2,
.panel-home-row .svc4 .text-black {
	color: #40b6a9;
}

.panel-home-row .active .h4.block.text-white {
	color: rgba(0, 0, 0, 0.8);
}

.panel-home-row .nav-tabs {
	border: none;
}

.panel-home-row .panel {
	margin-bottom: 0;
	border: none;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	box-shadow: 0 10px 0 #fff, 0 0 10px rgba(98, 98, 98, 0.3);
}

.panel-home .panel-heading {
	padding: 0;
	padding-bottom: 5px;
	margin-top: 0;
}

.panel-home .table {
	margin-bottom: 0;
}

.panel-home h3 {
	margin-top: 0;
}

.panel-home h3.first-h {
	color: #01adef;
}

.panel-home h3.second-h {
	color: #0b7fbd;
}

.panel-home h3.third-h {
	color: #21345e;
}

.panel-home h3.fourth-h {
	color: #40b6a9;
}

.label-data {
	padding-top: 7px;
	color: #1F1F1F;
	font-size: 14px;
	font-weight: 500;
}

.main-panel-heading {
	padding-top: 0;
}

.last-login {
	padding: 0px 15px 10px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	background-color: #0b7fbd !important;
}

.last-login h5 {
	margin: 0;
}

.last-login .text-login {
	color: #0082c6;
}

.last-login .btn-logout {
	border: 1px solid #fff;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 5px;
}

.loader {
	background-color: transparent;
}

.loader-img {
	top: 0px;
	height: 100%;
	background-color: whitesmoke;
	opacity: 0.80;
	filter: alpha(opacity=75);
	vertical-align: middle;
	left: 0px;
	z-index: 999999;
	width: 100%;
	position: fixed;
	text-align: center;
	vertical-align: middle;
}

.navbar-brand-centered {
	position: absolute;
	left: 45%;
	display: block;
	text-align: center;
}

.navbar-brand-centered img {
	height: 60px;
}

#nav .nav-primary .nav b {
	font-weight: normal;
}

#nav .nav>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#nav .nav>li:last-child {
	border-bottom: none;
}

#ddldown.nav li {
	border-bottom: none;
}

#ddldown.nav li>a>i {
	margin-right: 0;
	margin: -8px 0px;
	width: 30px;
}

#ddldown.nav>li>a {
	padding: 4px 15px;
}

.nav-primary #ddldown.nav>li>a {
	padding-left: 25px;
}

.default-header .navbar-header {
	text-align: center;
	float: none;
}

.ch-pwd-marquee {
	margin-bottom: 30px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	color: #1f1f1f;
}

.modal-header {
	background-color: #0b7fbd;
}

.modal-title {
	color: #fff;
}

.modal-header .close {
	color: #f5f2f2;
	opacity: 0.9;
	font-weight: 500;
}

.modal-dialog .modal-body p b {
	font-weight: 600;
}

.modal-dialog .modal-body hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #E3E6E9;
}

.panel-inner-heading {
	box-shadow: none !important;
	border: none;
	background-color: transparent;
}

.panel-inner-heading .panel-heading {
	border: none;
	background-color: transparent !important;
	padding: 10px 0 0 0;
	color: #1f1f1f;
}

.panel-inner-heading .panel-title {
	font-size: 20px;
}

.panel-inner-heading .panel-heading i {
	display: none;
}

/* Panel Bill Pay */

.panel-bill-pay .form-horizontal .control-label {
	display: inline-block;
	max-width: 100%;
}

.panel-bill-pay .bill-pay-icons {
	margin: 0;
	padding: 0;
}

.panel-bill-pay .bill-pay-icons img {
	width: 40px;
	height: 40px;
	margin: auto;
}

.panel-bill-pay .bill-pay-icons li {
	text-align: center;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	width: 10%;
}

.panel-bill-pay .bill-pay-icons li button {
	border: 1px solid #0b7fbd;
	padding: 8px;
	background-color: #ddd;
}

.panel-bill-pay .bill-pay-icons li p {
	margin-top: 10px;
	font-size: 12px;
	white-space: nowrap;
	color: #000;
}

.panel-bill-pay .panel-home-row .h4.block {
	text-align: center;
}

.panel-bill-pay #divshowmore {
	display: none;
}

.panel-bill-pay #btnshowmore img {
	transition: 2s ease-in-out;
}

.panel-bill-pay #btnshowmore .rotateicon {
	transform: rotate(180deg);
}

.panel-bill-pay .txtshowmore {
	font-weight: 700;
	color: #0b7fbd;
}

.panel-bill-pay hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.panel-bill-pay .text-primary {
	color: #177bbb !important;
}

.panel-bill-pay .pnl_BillDetails .form-group {
	margin-bottom: 5px;
}

.panel-bill-pay .pnl_BillDetails .text-left {
	text-align: left;
}

.blink {
	animation: blink 2s steps(5, start) infinite;
	-webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
	to {
		visibility: hidden;
	}
}

@-webkit-keyframes blink {
	to {
		visibility: hidden;
	}
}
/* End Panel Bill Pay */

.panel-sq .dropDownBox {
	margin-bottom: 15px;
}

.Gridpager table td {
	border-top: none !important;
}

.alert.alert-info table {
	color: #1f1f1f;
	line-height: 20px;
}

.wizard .ajax__tab_active .ajax__tab_tab,
.wizard .ajax__tab_tab {
	font-size: 13px;
	padding: 12px 8px;
	width: auto;
}

.wizard .ajax__tab_tab {
	font-weight: lighter;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #dee2e6;
	cursor: default;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-border-radius-topright: 5px;
	-border-radius-topleft: 5px;
}

.wizard .ajax__tab_header {
	cursor: default;
	border-bottom: 1px solid #E3E6E9;
	margin-bottom: 10px;
}

.wizard .ajax__tab_active .ajax__tab_tab {
	font-weight: 400;
	color: #000000;
	cursor: default;
	background-color: #ffffff;
	border-top: 3px solid #2949ef;
	margin-bottom: -1px;
}

.wizard .ajax__tab_tab {
	font-weight: 400;
	color: #000000;
	cursor: default;
	background-color: #ffffff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.invisible .ajax__tab_header {
	background-color: #fff;
	height: 0;
}

.invisible .ajax__tab_header .ajax__tab_outer {
	height: 0;
	color: #fff;
}

.invisible .ajax__tab_active .ajax__tab_outer {
	height: 0;
	color: #fff;
	background-color: #fff;
}

.invisible .ajax__tab_active .ajax__tab_inner,
.invisible .ajax__tab_header .ajax__tab_inner,
.invisible .ajax__tab_hover .ajax__tab_inner {
	height: 0;
	margin-left: 0;
}

.invisible .ajax__tab_active .ajax__tab_tab,
.invisible .ajax__tab_header .ajax__tab_tab,
.invisible .ajax__tab_hover .ajax__tab_tab {
	margin: 0;
}

.invisible .ajax__tab_hover .ajax__tab_tab {
	cursor: default;
}

.invisible .ajax__tab_active .ajax__tab_tab {
	color: #fff;
}

.invisible .ajax__tab_body {
	font-family: sans-serif;
	font-size: 10pt;
	border: 0 solid #fff;
	border-top: 0;
	padding: 2px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 4px 5px;
}

.bg-primary {
	color: #fff;
	background-color: #004674;
}

a.bg-primary:hover {
	background-color: #3071a9;
}

td,
th {
	padding: 0;
}

th {
	text-align: center;
	font-weight: 600;
}

.table {
	margin-bottom: 20px;
}

.DefaultLabelSmall>tbody>tr>td {
	font-weight: 500;
}

.vktable {
	width: 100%;
	max-width: 100%;
}

.vktable>thead>tr>th,
.vktable>tbody>tr>th,
.vktable>tfoot>tr>th,
.vktable>thead>tr>td,
.vktable>tbody>tr>td,
.vktable>tfoot>tr>td {
	padding: 5px;
	line-height: 1.42857143;
	vertical-align: top;
}

.vktable>thead>tr>th {
	vertical-align: bottom;
}

.vktable>caption+thead>tr:first-child>th,
.vktable>colgroup+thead>tr:first-child>th,
.vktable>thead:first-child>tr:first-child>th,
.vktable>caption+thead>tr:first-child>td,
.vktable>colgroup+thead>tr:first-child>td,
.vktable>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #eceff1;
}

.form-group {
	margin-bottom: 10px;
}

.form-horizontal .control-label {
	color: #1f1f1f;
	font-weight: 600;
	font-size: 14px;
}

.list-group-item {
	padding: 5px 10px;
}

a.list-group-item {
	color: #1F1F1F;
}

.panel {
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
}

.panel-primary {
	border-color: #428bca;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #428bca;
}

.panel-primary>.panel-heading .badge {
	color: #428bca;
	background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #428bca;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1;
}

.VKPlaceholder,
.VKPlaceholder-click {
	width: 100%!important;
	margin-top: 1%!important;
}

.VKPlaceholder {
	border-radius: 4px;
	background: #f1f6f8;
	-webkit-box-shadow: 0 1px 6px #444;
	-moz-box-shadow: 0 1px 6px #444;
	box-shadow: 0 1px 6px #444;
	padding: 5px;
}

.VKPlaceholder-click {
	border: 2px solid #add8e6!important;
	border-radius: 6px!important;
}

.VK,
.VK-click {
	cursor: pointer;
	font-weight: 600;
	color: #3E7FB9;
	font-size: 11px;
	border-color: Navy;
	border-width: 1px;
}

.VK-click {
	BORDER-RIGHT: #3E7FB9 1px solid;
	BORDER-TOP: #3E7FB9 1px solid;
	BORDER-LEFT: #3E7FB9 1px solid;
	BORDER-BOTTOM: #3E7FB9 1px solid;
	background-color: #fff;
}

.VK {
	BORDER-RIGHT: rgba(129, 185, 235, .52) 1px solid;
	BORDER-TOP: rgba(129, 185, 235, .52) 1px solid;
	BORDER-LEFT: rgba(129, 185, 235, .52) 1px solid;
	BORDER-BOTTOM: rgba(129, 185, 235, .52) 1px solid;
	background-color: #fff;
}

.VK2,
.splkeys {
	height: 19px;
	border: 0;
	cursor: pointer;
	color: #3E7FB9;
	font-weight: 600;
	font-size: .95em;
	background-color: #fff;
}

.VK2 {
	width: 19px;
	margin-bottom: 2px;
}

.splkeys {
	width: 85px;
}

.VKMouseIcon {
	cursor: pointer;
	background-image: url(Images/BtnBG_grey.gif);
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/FontAwesome.otf?v=4.6.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.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-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

@font-face {
	font-family: 'icon';
	src: url('../fonts/icon.eot');
	src: url('../fonts/icond41d.eot?#iefix') format('embedded-opentype'), url('../fonts/icon.ttf') format('truetype'), url('../fonts/icon.woff') format('woff'), url('../fonts/icon.svg#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.i {
	display: inline-block;
	font-family: 'icon';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.i-move:before {
	content: "\e600";
}

.i-move-vertical:before {
	content: "\e601";
}

.i-resize-enlarge:before {
	content: "\e602";
}

.i-resize-shrink:before {
	content: "\e603";
}

.i-move-horizontal:before {
	content: "\e604";
}

.i-download:before {
	content: "\e605";
}

.i-upload:before {
	content: "\e606";
}

.i-cloud-download:before {
	content: "\e607";
}

.i-cloud-upload:before {
	content: "\e608";
}

.i-circleleft:before {
	content: "\e609";
}

.i-circledown:before {
	content: "\e60a";
}

.i-circleup:before {
	content: "\e60b";
}

.i-circleright:before {
	content: "\e60c";
}

.i-home:before {
	content: "\e60d";
}

.i-download3:before {
	content: "\e60e";
}

.i-pin:before {
	content: "\e60f";
}

.i-pictures:before {
	content: "\e610";
}

.i-share3:before {
	content: "\e611";
}

.i-pencil2:before {
	content: "\e612";
}

.i-mail2:before {
	content: "\e613";
}

.i-support:before {
	content: "\e614";
}

.i-asc:before {
	content: "\e615";
}

.i-dsc:before {
	content: "\e616";
}

.i-ok:before {
	content: "\e617";
}

.i-error:before {
	content: "\e618";
}

.i-expand:before {
	content: "\e619";
}

.i-collapse:before {
	content: "\e61a";
}

.i-screen:before {
	content: "\e61b";
}

.i-phone3:before {
	content: "\e61c";
}

.i-phone-portrait:before {
	content: "\e61d";
}

.i-phone-landscape:before {
	content: "\e61e";
}

.i-tablet:before {
	content: "\e61f";
}

.i-tablet-landscape:before {
	content: "\e620";
}

.i-laptop:before {
	content: "\e621";
}

.i-cube:before {
	content: "\e622";
}

.i-chart:before {
	content: "\e623";
}

.i-graph:before {
	content: "\e624";
}

.i-meter:before {
	content: "\e625";
}

.i-heart2:before {
	content: "\e626";
}

.i-star2:before {
	content: "\e627";
}

.i-stack:before {
	content: "\e628";
}

.i-tv:before {
	content: "\e629";
}

.i-user2:before {
	content: "\e62a";
}

.i-users2:before {
	content: "\e62b";
}

.i-search2:before {
	content: "\e62c";
}

.i-zoom-in2:before {
	content: "\e62d";
}

.i-zoom-out2:before {
	content: "\e62e";
}

.i-slider-v:before {
	content: "\e62f";
}

.i-slider:before {
	content: "\e630";
}

.i-stats:before {
	content: "\e631";
}

.i-bars:before {
	content: "\e632";
}

.i-arrow-up-left2:before {
	content: "\e633";
}

.i-arrow-up2:before {
	content: "\e634";
}

.i-arrow-up-right2:before {
	content: "\e635";
}

.i-arrow-right2:before {
	content: "\e636";
}

.i-arrow-down-right2:before {
	content: "\e637";
}

.i-arrow-down-2:before {
	content: "\e638";
}

.i-arrow-down-left-2:before {
	content: "\e639";
}

.i-arrow-left2:before {
	content: "\e63a";
}

.i-file-pdf:before {
	content: "\e63b";
}

.i-file-openoffice:before {
	content: "\e63c";
}

.i-file-word:before {
	content: "\e63d";
}

.i-file-excel:before {
	content: "\e63e";
}

.i-file-zip:before {
	content: "\e63f";
}

.i-file-powerpoint:before {
	content: "\e640";
}

.i-file-xml:before {
	content: "\e641";
}

.i-file-css:before {
	content: "\e642";
}

.i-video:before {
	content: "\e643";
}

.i-settings:before {
	content: "\e644";
}

.i-camera:before {
	content: "\e645";
}

.i-tag:before {
	content: "\e646";
}

.i-bulb:before {
	content: "\e647";
}

.i-location:before {
	content: "\e648";
}

.i-eye2:before {
	content: "\e649";
}

.i-bubble:before {
	content: "\e64a";
}

.i-mail:before {
	content: "\e64b";
}

.i-paperplane:before {
	content: "\e64c";
}

.i-data:before {
	content: "\e64d";
}

.i-t-shirt:before {
	content: "\e64e";
}

.i-lab:before {
	content: "\e64f";
}

.i-calendar:before {
	content: "\e650";
}

.i-earth:before {
	content: "\e651";
}

.i-world:before {
	content: "\e652";
}

.i-vynil:before {
	content: "\e653";
}

.i-gauge:before {
	content: "\e654";
}

.i-statistics:before {
	content: "\e655";
}

.i-arrow-left3:before {
	content: "\e656";
}

.i-arrow-down3:before {
	content: "\e657";
}

.i-arrow-up3:before {
	content: "\e658";
}

.i-arrow-right3:before {
	content: "\e659";
}

.i-arrow-left4:before {
	content: "\e65a";
}

.i-arrow-down4:before {
	content: "\e65b";
}

.i-arrow-up4:before {
	content: "\e65c";
}

.i-arrow-right4:before {
	content: "\e65d";
}

.i-arrow-left5:before {
	content: "\e65e";
}

.i-arrow-down5:before {
	content: "\e65f";
}

.i-arrow-up5:before {
	content: "\e660";
}

.i-arrow-right5:before {
	content: "\e661";
}

.i-search:before {
	content: "\e662";
}

.i-list:before {
	content: "\e663";
}

.i-add-to-list:before {
	content: "\e664";
}

.i-list2:before {
	content: "\e665";
}

.i-play:before {
	content: "\e666";
}

.i-pause:before {
	content: "\e667";
}

.i-stop:before {
	content: "\e668";
}

.i-backward:before {
	content: "\e669";
}

.i-forward:before {
	content: "\e66a";
}

.i-feed:before {
	content: "\e66b";
}

.i-switch:before {
	content: "\e66c";
}

.i-clock2:before {
	content: "\e66d";
}

.i-health:before {
	content: "\e66e";
}

.i-pencil:before {
	content: "\e66f";
}

.i-minus2:before {
	content: "\e670";
}

.i-plus2:before {
	content: "\e671";
}

.i-stats:before {
	content: "\e672";
}

.i-paperclip:before {
	content: "\e673";
}

.i-keyboard:before {
	content: "\e674";
}

.i-mic:before {
	content: "\e675";
}

.i-heart:before {
	content: "\e676";
}

.i-layout3:before {
	content: "\e677";
}

.i-layout2:before {
	content: "\e678";
}

.i-cloud:before {
	content: "\e679";
}

.i-info:before {
	content: "\e67a";
}

.i-question:before {
	content: "\e67b";
}

.i-notification:before {
	content: "\e67c";
}

.i-libreoffice:before {
	content: "\e67d";
}

.i-headphones:before {
	content: "\e67e";
}

.i-copy2:before {
	content: "\e67f";
}

.i-copy3:before {
	content: "\e680";
}

.i-paste:before {
	content: "\e681";
}

.i-spinner:before {
	content: "\e682";
}

.i-plus:before {
	content: "\e683";
}

.i-minus:before {
	content: "\e684";
}

.i-cancel:before {
	content: "\e685";
}

.i-images:before {
	content: "\e686";
}

.i-logout:before {
	content: "\e687";
}

.i-login:before {
	content: "\e688";
}

.i-infinity:before {
	content: "\e689";
}

.i-docs:before {
	content: "\e68a";
}

.i-landscape:before {
	content: "\e68b";
}

.i-portrait:before {
	content: "\e68c";
}

.i-share:before {
	content: "\e68d";
}

.i-youtube:before {
	content: "\e68e";
}

.i-checkmark:before {
	content: "\e68f";
}

.i-notice:before {
	content: "\e690";
}

.i-link:before {
	content: "\e691";
}

.i-link2:before {
	content: "\e692";
}

.i-popup:before {
	content: "\e693";
}

.i-publish:before {
	content: "\e694";
}

.i-browser:before {
	content: "\e695";
}

.i-checkmark2:before {
	content: "\e696";
}

.i-cross2:before {
	content: "\e697";
}

.i-question2:before {
	content: "\e698";
}

.i-info2:before {
	content: "\e699";
}

.i-loop:before {
	content: "\e69a";
}

.i-retweet:before {
	content: "\e69b";
}

.i-arrow:before {
	content: "\e69c";
}

.i-arrow2:before {
	content: "\e69d";
}

.i-shuffle:before {
	content: "\e69e";
}

.i-ccw:before {
	content: "\e69f";
}

.i-cycle:before {
	content: "\e6a0";
}

.i-cw:before {
	content: "\e6a1";
}

.i-switch:before {
	content: "\e6a2";
}

.i-back:before {
	content: "\e6a3";
}

.i-layout:before {
	content: "\e6a4";
}

.i-code:before {
	content: "\e6a5";
}

.i-vcard:before {
	content: "\e6a6";
}

.i-googleplus:before {
	content: "\e6a7";
}

.i-facebook:before {
	content: "\e6a8";
}

.i-twitter:before {
	content: "\e6a9";
}

.i-rss:before {
	content: "\e6aa";
}

.i-signal:before {
	content: "\e6ab";
}

.i-flow-tree:before {
	content: "\e6ac";
}

.i-domain3:before {
	content: "\e6ad";
}

.i-trashcan:before {
	content: "\e6ae";
}

.i-book:before {
	content: "\e6af";
}

.i-bars:before {
	content: "\e6b0";
}

.i-stopwatch:before {
	content: "\e6b1";
}

.i-map2:before {
	content: "\e6b2";
}

.i-checkmark3:before {
	content: "\e6b3";
}

.i-sun:before {
	content: "\e6b4";
}

.i-clip:before {
	content: "\e6b5";
}

.i-study:before {
	content: "\e6b6";
}

.i-music:before {
	content: "\e6b7";
}

.i-params:before {
	content: "\e6b8";
}

.i-stack3:before {
	content: "\e6b9";
}

.i-arrow-down:before {
	content: "\e6ba";
}

.i-arrow-down-left:before {
	content: "\e6bb";
}

.i-arrow-down-right:before {
	content: "\e6bc";
}

.i-arrow-left:before {
	content: "\e6bd";
}

.i-arrow-right:before {
	content: "\e6be";
}

.i-arrow-up-right:before {
	content: "\e6bf";
}

.i-arrow-up:before {
	content: "\e6c0";
}

.i-arrow-up-left:before {
	content: "\e6c1";
}

.i-compass:before {
	content: "\e6c2";
}

.i-users3:before {
	content: "\e6c3";
}

.i-user3:before {
	content: "\e6c4";
}

.i-camera2:before {
	content: "\e6c5";
}

.i-file:before {
	content: "\e6c6";
}

.i-file2:before {
	content: "\e6c7";
}

.i-file-plus:before {
	content: "\e6c8";
}

.i-file-minus:before {
	content: "\e6c9";
}

.i-file-check:before {
	content: "\e6ca";
}

.i-file-remove:before {
	content: "\e6cb";
}

.i-file-copy:before {
	content: "\e6cc";
}

.i-stack2:before {
	content: "\e6cd";
}

.i-folder:before {
	content: "\e6ce";
}

.i-folder-upload:before {
	content: "\e6cf";
}

.i-folder-download:before {
	content: "\e6d0";
}

.i-folder-minus:before {
	content: "\e6d1";
}

.i-folder-plus:before {
	content: "\e6d2";
}

.i-folder2:before {
	content: "\e6d3";
}

.i-folder-open:before {
	content: "\e6d4";
}

.i-tag2:before {
	content: "\e6d5";
}

.i-cart:before {
	content: "\e6d6";
}

.i-phone:before {
	content: "\e6d7";
}

.i-phone2:before {
	content: "\e6d8";
}

.i-local:before {
	content: "\e6d9";
}

.i-alarm:before {
	content: "\e6da";
}

.i-clock:before {
	content: "\e6db";
}

.i-history:before {
	content: "\e6dc";
}

.i-stopclock:before {
	content: "\e6dd";
}

.i-rotate:before {
	content: "\e6de";
}

.i-rotate2:before {
	content: "\e6df";
}

.i-redo:before {
	content: "\e6e0";
}

.i-undo:before {
	content: "\e6e1";
}

.i-chat2:before {
	content: "\e6e2";
}

.i-chat3:before {
	content: "\e6e3";
}

.i-chat:before {
	content: "\e6e4";
}

.i-data2:before {
	content: "\e6e5";
}

.i-spin:before {
	content: "\e6e6";
}

.i-health2:before {
	content: "\e6e7";
}

.i-cog2:before {
	content: "\e6e8";
}

.i-bulb:before {
	content: "\e6e9";
}

.i-rating:before {
	content: "\e6ea";
}

.i-rating2:before {
	content: "\e6eb";
}

.i-rating3:before {
	content: "\e6ec";
}

.i-grid:before {
	content: "\e6ed";
}

.i-grid2:before {
	content: "\e6ee";
}

.i-grid3:before {
	content: "\e6ef";
}

.i-ellipsis:before {
	content: "\e6f0";
}

.i-dot:before {
	content: "\e6f1";
}

.i-dots:before {
	content: "\e6f2";
}

.i-bar:before {
	content: "\e6f3";
}

.i-bar2:before {
	content: "\e6f4";
}

.i-bars3:before {
	content: "\e6f5";
}

.i-menu:before {
	content: "\e6f6";
}

.i-menu2:before {
	content: "\e6f7";
}

.i-download2:before {
	content: "\e6f8";
}

.i-upload2:before {
	content: "\e6f9";
}

.i-eye:before {
	content: "\e6fa";
}

.i-eye-slash:before {
	content: "\e6fb";
}

.i-bookmark:before {
	content: "\e6fc";
}

.i-up:before {
	content: "\e6fd";
}

.i-right:before {
	content: "\e6fe";
}

.i-down:before {
	content: "\e6ff";
}

.i-left:before {
	content: "\e700";
}

.i-check:before {
	content: "\e701";
}

.i-checked:before {
	content: "\e702";
}

.i-popout:before {
	content: "\e703";
}

.i-newtab:before {
	content: "\e704";
}

.i-map:before {
	content: "\e705";
}

.i-layer:before {
	content: "\e706";
}

.i-layer2:before {
	content: "\e707";
}

.i-like:before {
	content: "\e708";
}

.i-dislike:before {
	content: "\e709";
}

.i-football:before {
	content: "\e70a";
}

.i-hexagon-o:before {
	content: "\e70b";
}

.i-hexagon:before {
	content: "\e70c";
}

.i-hexagon2-o:before {
	content: "\e70d";
}

.i-hexagon2:before {
	content: "\e70e";
}

.i-circle:before {
	content: "\e70f";
}

.i-circle-o:before {
	content: "\e711";
}

.i-circle-sm:before {
	content: "\e710";
}

.i-circle-sm-o:before {
	content: "\e712";
}

*:focus {
	outline: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
}

a {
	color: #3c4144;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #181a1c;
	text-decoration: none;
}

label {
	font-weight: normal;
}

small,
.small {
	font-size: 12px;
}

.badge,
.label {
	font-weight: bold;
}

.badge {
	background-color: #b0bcd4;
}

.badge.up {
	position: relative;
	top: -10px;
	padding: 3px 6px;
	margin-left: -10px;
}

.badge-sm {
	font-size: 85%;
	padding: 2px 5px !important;
}

.label-sm {
	padding-top: 0;
	padding-bottom: 0;
}

.badge-white {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 2px 6px;
}

.badge-empty {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: inherit;
}

.caret-white {
	border-top-color: #fff;
	border-top-color: rgba(255, 255, 255, 0.65);
}

a:hover .caret-white {
	border-top-color: #fff;
}

.thumbnail {
	border-color: #eaeef1;
}

.popover-content {
	font-size: 12px;
	line-height: 1.5;
}

.progress-xs {
	height: 6px;
}

.progress-sm {
	height: 10px;
}

.progress-sm .progress-bar {
	font-size: 10px;
	line-height: 1em;
}

.progress,
.progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.breadcrumb {
	background-color: #fff;
	border: 1px solid #eaeef1;
	padding-left: 10px;
	margin-bottom: 10px;
}

.breadcrumb>li+li:before,
.breadcrumb>.active {
	color: inherit;
}

.accordion-group,
.accordion-inner {
	border-color: #eaeef1;
	border-radius: 2px;
}

.alert {
	font-size: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.alert .close i {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.form-control {
	border-color: #d1d1d1;
	border-radius: 0px;
}

.form-control,
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	border-color: #177bbb;
}

.form-control:focus {
	border-color: #d1d1d1;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-s-sm {
	width: 120px;
}

.input-s {
	width: 200px;
}

.input-s-lg {
	width: 250px;
}

.input-lg {
	height: 45px;
}

.input-group-addon {
	border-color: #cbd5dd;
	background-color: #fcfcfd;
}

.list-group {
	border-radius: 2px;
}

.list-group.no-radius .list-group-item {
	border-radius: 0 !important;
}

.list-group.no-borders .list-group-item {
	border: none;
}

.list-group.no-border .list-group-item {
	border-width: 1px 0;
}

.list-group.no-bg .list-group-item {
	background-color: transparent;
}

.list-group-item {
	border-color: #eaeef1;
	padding-right: 15px;
}

a.list-group-item:hover,
a.list-group-item:focus {
	background-color: #f9fafc;
}

.list-group-item.media {
	margin-top: 0;
}

.list-group-item.active {
	color: #fff;
	border-color: #1ccacc !important;
	background-color: #1ccacc !important;
}

.list-group-item.active .text-muted {
	color: #91eff0;
}

.list-group-item.active a {
	color: #fff;
}

.list-group-alt .list-group-item:nth-child(2n+2) {
	background-color: rgba(0, 0, 0, 0.02) !important;
}

.list-group-lg .list-group-item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.list-group-sp .list-group-item {
	margin-bottom: 5px;
	border-radius: 3px;
}

.list-group-item>.badge {
	margin-right: 0;
}

.list-group-item>.fa-chevron-right {
	float: right;
	margin-top: 4px;
	margin-right: -5px;
}

.list-group-item>.fa-chevron-right+.badge {
	margin-right: 5px;
}

.nav-pills.no-radius>li>a {
	border-radius: 0;
}

.nav-pills>li.active>a {
	color: #fff !important;
	background-color: #1ccacc;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: #f7f8fb;
}

.nav.nav-sm>li>a {
	padding: 6px 8px;
}

.nav .avatar {
	width: 30px;
	margin-top: -5px;
	margin-right: 5px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: transparent;
}

.nav-tabs {
	border-color: #eaeef1;
}

.nav-tabs>li>a {
	border-radius: 2px 2px 0 0;
	border-bottom-color: #eaeef1 !important;
}

.nav-tabs>li.active>a {
	border-color: #eaeef1 !important;
	border-bottom-color: #fff !important;
}

.pagination>li>a {
	border-color: #eaeef1;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
	border-color: #eaeef1;
	background-color: #f2f4f8;
}

.panel {
	border-radius: 6px;
}

.panel.panel-default {
	border-color: #eaeef1;
}

.panel.panel-default>.panel-heading,
.panel.panel-default>.panel-footer {
	border-color: #eaeef1;
}

.panel>.list-group .list-group-item:first-child {
	border-top: 0;
}

.panel .list-group-item {
	border-color: #e3e6e9;
}

.panel.no-borders {
	border-width: 0;
}

.panel.no-borders .panel-heading,
.panel.no-borders .panel-footer {
	border-width: 0;
}

.panel .table td,
.panel .table th {
	padding: 6px 5px;
	border-top: 1px solid #e3e6e9;
}

.panel .table thead>tr>th {
	border-bottom: 1px solid #e3e6e9;
}

.panel .table-striped>tbody>tr:nth-child(odd)>td,
.panel .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #eceff1;
}

.panel .table-striped>thead th {
	background-color: #e3e5eb;
	border-right: 1px solid #e3e6e9;
}

.panel .table-striped>thead th:last-child {
	border-right: none;
}

.panel-heading {
	border-radius: 2px 2px 0 0;
}

.panel-default .panel-heading {
	background-color: #f9fafc;
}

.panel-heading.no-border {
	margin: -1px -1px 0 -1px;
	border: none;
}

.panel-heading .nav {
	margin: -10px -15px;
}

.panel-heading .nav-tabs {
	margin: -11px -16px;
}

.panel-heading .nav-tabs.nav-justified {
	width: auto;
}

.panel-heading .nav-tabs>li>a {
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	font-weight: 500;
}

.panel-heading .list-group {
	background: transparent;
}

.panel-footer {
	border-color: #eaeef1;
	border-radius: 0 0 2px 2px;
	background-color: #f9fafc;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #eaedef;
}

.open {
	z-index: 1050;
	position: relative;
}

.dropdown-menu {
	font-size: 13px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu.pull-left {
	left: 100%;
}

.dropdown-menu>.panel {
	border: none;
	margin: -5px 0;
}

.dropdown-menu>li>a {
	padding: 5px 15px;
	color: #3c4144;
	font-weight: 500;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-image: none;
	filter: none;
	background-color: transparent;
	color: #181a1c;
}

.dropdown-header {
	padding: 5px 15px;
}

.dropdown-select>li>a input {
	position: absolute;
	left: -9999em;
}

.carousel-control {
	width: 40px;
	color: #ffffff;
	text-shadow: none;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #ccc;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: none;
}

.carousel-control i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
}

.carousel-indicators.out {
	bottom: -5px;
}

.carousel-indicators li {
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	background: #00adef;
	background-color: rgb(0, 173, 239);
	border: none;
}

.carousel-indicators .active {
	background: #004674;
	background-color: rgb(0, 70, 116);
	width: 10px;
	height: 10px;
	margin: 1px;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .active {
	opacity: 1;
	filter: alpha(opacity=1);
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.col-lg-2-4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-0 {
	clear: left;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.no-gutter [class*="col"] {
	padding: 0;
}

.modal-backdrop {
	background-color: #222733;
}

.modal-backdrop.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.modal-over {
	width: 100%;
	height: 100%;
	position: relative;
	background: #222733;
}

.modal-center {
	position: absolute;
	left: 50%;
	top: 50%;
}

.modal-content {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.icon-muted {
	color: #ccc;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: transparent;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed !important;
}

.navbar-fixed-top+* {
	padding-top: 50px;
}

.navbar-fixed-top.header-md+* {
	padding-top: 60px;
}

.header,
.footer {
	min-height: 50px;
	padding: 0 15px;
}

.header>p,
.footer>p {
	margin-top: 15px;
	display: inline-block;
}

.header>.btn,
.header>.btn-group,
.header>.btn-toolbar,
.footer>.btn,
.footer>.btn-group,
.footer>.btn-toolbar {
	margin-top: 10px;
}

.header>.btn-lg,
.footer>.btn-lg {
	margin-top: 0;
}

.header .nav-tabs,
.footer .nav-tabs {
	border: none;
	margin-left: -15px;
	margin-right: -15px;
}

.header .nav-tabs>li a,
.footer .nav-tabs>li a {
	border: none !important;
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
}

.header .nav-tabs>li a:hover,
.header .nav-tabs>li a:focus,
.footer .nav-tabs>li a:hover,
.footer .nav-tabs>li a:focus {
	background-color: transparent;
}

.header .nav-tabs>li.active a,
.footer .nav-tabs>li.active a {
	color: #788288;
}

.header .nav-tabs>li.active a,
.header .nav-tabs>li.active a:hover,
.footer .nav-tabs>li.active a,
.footer .nav-tabs>li.active a:hover {
	background-color: #f2f4f8;
}

.header .nav-tabs.nav-white>li.active a,
.header .nav-tabs.nav-white>li.active a:hover,
.footer .nav-tabs.nav-white>li.active a,
.footer .nav-tabs.nav-white>li.active a:hover {
	background-color: #fff;
}

.header.navbar,
.footer.navbar {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}

.header.navbar .dropdown-menu li a i{
    width: 10px;
}

body.container {
	padding: 0;
}

@media (orientation: landscape) {
	html.ios7.ipad>body {
		padding-bottom: 20px;
	}
}

@media (min-width: 768px) {
	body.container {
		-webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
		box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
		border-left: 1px solid #cbd5dd;
		border-right: 1px solid #cbd5dd;
	}
	.app,
	.app body {
		height: 100%;
		overflow: hidden;
	}
	.app .hbox.stretch {
		height: 100%;
	}
	.app .vbox>section,
	.app .vbox>footer {
		position: absolute;
	}
	.app .vbox.flex>section>section {
		overflow: auto;
	}
	.hbox {
		display: table;
		table-layout: fixed;
		border-spacing: 0;
		width: 100%;
	}
	.hbox>aside,
	.hbox>section {
		display: table-cell;
		vertical-align: top;
		height: 100%;
		float: none;
	}
	.hbox>aside.show,
	.hbox>aside.hidden-sm,
	.hbox>section.show,
	.hbox>section.hidden-sm {
		display: table-cell !important;
	}
	.vbox {
		display: table;
		border-spacing: 0;
		position: relative;
		height: 100%;
		width: 100%;
	}
	.vbox>section,
	.vbox>footer {
		top: 0;
		bottom: 0;
		width: 100%;
	}
	.vbox>header~section {
		top: 50px;
	}
	.vbox>header.header-md~section {
		top: 80px;
		height: 100%;
	}
	.vbox>section.w-f {
		bottom: 50px;
	}
	.vbox>section.w-f-md {
		bottom: 60px;
	}
	.vbox>footer {
		top: auto;
		z-index: 1000;
	}
	.vbox.flex>header,
	.vbox.flex>section,
	.vbox.flex>footer {
		position: inherit;
	}
	.vbox.flex>section {
		display: table-row;
		height: 100%;
	}
	.vbox.flex>section>section {
		position: relative;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
	.ie .vbox.flex>section>section {
		display: table-cell;
	}
	.vbox.flex>section>section>section {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.aside-xs {
		width: 60px;
	}
	.aside-sm {
		width: 150px;
	}
	.aside {
		width: 200px;
	}
	.aside-md {
		width: 270px;
	}
	.aside-lg {
		width: 300px;
	}
	.aside-xl {
		width: 360px;
	}
	.aside-xxl {
		width: 480px;
	}
	.header-md {
		min-height: 60px;
	}
	.header-md .navbar-form {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.scrollable {
		-webkit-overflow-scrolling: touch;
	}
	 ::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	 ::-webkit-scrollbar-thumb {
		background-color: rgba(50, 50, 50, 0.25);
		border: 2px solid transparent;
		border-radius: 10px;
		background-clip: padding-box;
	}
	 ::-webkit-scrollbar-thumb:hover {
		background-color: rgba(50, 50, 50, 0.5);
	}
	 ::-webkit-scrollbar-track {
		background-color: rgba(50, 50, 50, 0.05);
	}
}

.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
}

.no-touch .scrollable.hover {
	overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
	overflow: visible;
	overflow-y: auto;
}

.no-touch ::-webkit-scrollbar-button {
	width: 10px;
	height: 6px;
	background-color: rgba(50, 50, 50, 0.05);
}

.slimScrollBar {
	border-radius: 5px;
	border: 2px solid transparent;
	border-radius: 10px;
	background-clip: padding-box !important;
    z-index:9999 !important;
}

@media print {
	html,
	body,
	.hbox,
	.vbox {
		height: auto;
	}
	.vbox>section,
	.vbox>footer {
		position: relative;
	}
}

.navbar-header {
	position: relative;
}

.navbar-header>.btn {
	position: absolute;
	font-size: 1.3em;
	padding: 16px 16px;
	line-height: 30px;
	left: 0;
}

.navbar-header .navbar-brand+.btn {
	right: 0;
	top: 0;
	left: auto;
}

.navbar-brand {
	float: none;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 50px;
	display: inline-block;
	padding: 5px 10px 5px 15px;
}

.navbar-brand:hover {
	text-decoration: none;
}

.navbar-brand img {
	max-height: 40px;
	margin-top: -4px;
	vertical-align: middle;
	margin: 0 auto;
	width: auto;
}

.nav-primary li>a>i {
	margin: -8px -10px;
	line-height: 36px;
	width: 36px;
	float: left;
	margin-right: 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.nav-primary li>a>i:before {
	position: relative;
	z-index: 2;
}

.nav-primary ul.nav>li>a {
	padding: 6px 15px;
	position: relative;
	-webkit-transition: background-color .2s ease-in-out 0s;
	transition: background-color .2s ease-in-out 0s;
	color: #fff;
	letter-spacing: 1px;
}

.no-borders .nav-primary ul.nav>li>a {
	border-width: 0 !important;
}

.nav-primary ul.nav>li>a>.badge {
	font-size: 11px;
	padding: 2px 5px 2px 4px;
	margin-top: 2px;
}

.nav-primary ul.nav>li>a>.text-muted {
	margin: 0 3px;
}

.nav-primary ul.nav>li>a.active .text {
	display: none;
}

.nav-primary ul.nav>li>a.active .text-active {
	display: inline-block !important;
}

.nav-primary ul.nav>li li a {
	font-weight: normal;
	text-transform: none;
}

.nav-primary ul.nav>li.active>ul {
	display: block;
}

.nav-primary ul.nav ul {
	display: none;
}

.bg-black .nav-primary>ul.nav-main>li:hover>a,
.bg-black .nav-primary>ul.nav-main>li:focus>a,
.bg-black .nav-primary>ul.nav-main>li:active>a,
.bg-black .nav-primary>ul.nav-main>li.active>a {
	background-color: #0085d4;
}

@media (min-width: 768px) {
	.visible-nav-xs {
		display: none;
	}
	.nav-xs {
		width: 70px;
	}
	.nav-xs .slimScrollDiv,
	.nav-xs .slim-scroll {
		overflow: visible !important;
	}
	.nav-xs .slimScrollBar,
	.nav-xs .slimScrollRail {
		display: none !important;
	}
	.nav-xs .scrollable {
		overflow: visible;
	}
	.nav-xs .nav-primary>ul>li>a {
		position: relative;
		padding: 0;
		font-size: 11px;
		text-align: center;
		height: 50px;
		overflow-y: hidden;
		border: none;
	}
	.nav-xs .nav-primary>ul>li>a span {
		display: table-cell;
		vertical-align: middle;
		height: 50px;
		width: 70px;
	}
	.nav-xs .nav-primary>ul>li>a span.pull-right {
		display: none !important;
	}
	.nav-xs .nav-primary>ul>li>a i {
		width: auto;
		float: none;
		display: block;
		font-size: 16px;
		margin: 0;
		line-height: 50px;
		border: none !important;
		-webkit-transition: margin-top 0.2s;
		transition: margin-top 0.2s;
	}
	.nav-xs .nav-primary>ul>li>a i b {
		left: 0 !important;
	}
	.nav-xs .nav-primary>ul>li>a .badge {
		position: absolute;
		right: 10px;
		top: 4px;
		z-index: 3;
	}
	.nav-xs .nav-primary>ul>li:hover>a i,
	.nav-xs .nav-primary>ul>li:focus>a i,
	.nav-xs .nav-primary>ul>li:active>a i,
	.nav-xs .nav-primary>ul>li.active>a i {
		margin-top: -50px;
	}
	.nav-xs .nav-primary>ul ul {
		display: none !important;
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 1050;
		width: 220px;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	.nav-xs .nav-primary li:hover>ul,
	.nav-xs .nav-primary li:focus>ul,
	.nav-xs .nav-primary li:active>ul {
		display: block !important;
	}
	.nav-xs.nav-xs-right .nav-primary>ul ul {
		left: auto;
		right: 100%;
	}
	.nav-xs>.vbox>.header,
	.nav-xs>.vbox>.footer {
		padding: 0 20px;
	}
	.nav-xs .hidden-nav-xs {
		display: none;
	}
	.nav-xs .visible-nav-xs {
		display: inherit;
	}
	.nav-xs .text-center-nav-xs {
		text-align: center;
	}
	.nav-xs .nav-user {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-xs .nav-user .avatar {
		float: none !important;
		margin-right: 0;
	}
	.nav-xs .nav-user .dropdown>a {
		display: block;
		text-align: center;
	}
	.nav-xs .navbar-header {
		float: none;
	}
	.nav-xs .navbar-brand {
		display: block;
		padding: 0;
	}
	.nav-xs .navbar-brand img {
		margin-right: 0;
	}
	.nav-xs .navbar {
		padding: 0;
	}
	.header-md .navbar-brand {
		line-height: 80px;
	}
	.header-md .navbar-brand img {
		max-height: 50px;
	}
	.header-md .navbar-nav>li>a {
		padding: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.navbar-brand {
		padding: 5px 10px 5px 15px;
	}
	.navbar-fixed-top-xs {
		position: fixed !important;
		left: 0;
		width: 100%;
		z-index: 1100;
	}
	.navbar-fixed-top-xs+* {
		padding-top: 50px !important;
	}
	.nav-bar-fixed-bottom {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1100;
	}
	html,
	body {
		overflow-x: hidden;
		min-height: 100%;
	}
	/*.open,
  .open body {
    height: 100%;
  }*/
	.nav-primary .dropdown-menu {
		position: relative;
		float: none;
		left: 0;
		margin-left: 0;
		padding: 0;
	}
	.nav-primary .dropdown-menu a {
		padding: 15px;
		border-bottom: 1px solid #eee;
	}
	.nav-primary .dropdown-menu li:last-child a {
		border-bottom: none;
	}
	.navbar-header {
		text-align: center;
	}
	.nav-user {
		margin: 0;
		padding-top: 0;
		padding: 15px;
		height: auto;
		background-color: #fff;
	}
	.nav-user.open {
		padding-top: 0;
		display: inherit !important;
		height: auto;
		background-color: rgb(194, 218, 240);
	}
	.nav-user .dropdown-menu {
		display: block;
		position: static;
		float: none;
	}
	.nav-user .dropdown>a {
		display: block;
		text-align: center;
		font-size: 15px;
		padding-bottom: 10px;
		padding-top: 0;
	}
	.nav-user .avatar {
		width: 70px !important;
		float: none !important;
		display: block;
		margin: 0px auto;
		padding: 5px;
		background-color: rgba(255, 255, 255, 0.1);
		position: relative;
	}
	.nav-user .avatar:before {
		content: "";
		position: absolute;
		left: 5px;
		right: 5px;
		bottom: 5px;
		top: 5px;
		border: 4px solid #fff;
		border-radius: 500px;
	}
	.nav-off-screen {
		display: block !important;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 75%;
		visibility: visible;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.nav-off-screen .nav-primary {
		display: block !important;
	}
	.nav-off-screen .navbar-fixed-top-xs {
		width: 75%;
	}
	.nav-off-screen.push-right .navbar-fixed-top-xs {
		left: 25%;
	}
	.nav-off-screen.push-right {
		left: auto;
		right: 0;
	}
	.nav-off-screen.push-right+* {
		-webkit-transform: translate3d(-75%, 0px, 0px);
		transform: translate3d(-75%, 0px, 0px);
	}
	.nav-off-screen+* {
		background-color: #f2f4f8;
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		-moz-transition: -moz-transform 0.2s ease-in-out;
		-o-transition: -o-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(75%, 0px, 0px);
		transform: translate3d(75%, 0px, 0px);
		overflow: hidden;
		position: absolute;
		width: 100%;
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.nav-off-screen+* .nav-off-screen-block {
		display: block !important;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1950;
	}
	.navbar+section .nav-off-screen {
		top: 50px;
	}
	.navbar+section .nav-off-screen+* {
		top: 70px;
	}
	.slimScrollDiv,
	.slim-scroll {
		overflow: visible !important;
		height: auto !important;
	}
	.slimScrollBar,
	.slimScrollRail {
		display: none !important;
	}
}

.arrow {
	border-width: 8px;
	z-index: 10;
}

.arrow,
.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.arrow:after {
	border-width: 7px;
	content: "";
}

.arrow.top {
	left: 50%;
	margin-left: -8px;
	border-top-width: 0;
	border-bottom-color: #eee;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	top: -8px;
}

.arrow.top:after {
	content: " ";
	top: 1px;
	margin-left: -7px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.arrow.right {
	top: 50%;
	right: -8px;
	margin-top: -8px;
	border-right-width: 0;
	border-left-color: #eee;
	border-left-color: rgba(0, 0, 0, 0.1);
}

.arrow.right:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -7px;
}

.arrow.bottom {
	left: 50%;
	margin-left: -8px;
	border-bottom-width: 0;
	border-top-color: #eee;
	border-top-color: rgba(0, 0, 0, 0.1);
	bottom: -8px;
}

.arrow.bottom:after {
	content: " ";
	bottom: 1px;
	margin-left: -7px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.arrow.left {
	top: 50%;
	left: -8px;
	margin-top: -8px;
	border-left-width: 0;
	border-right-color: #eee;
	border-right-color: rgba(0, 0, 0, 0.1);
}

.arrow.left:after {
	content: " ";
	left: 1px;
	border-left-width: 0;
	border-right-color: #fff;
	bottom: -7px;
}

.btn-link {
	color: #788288;
}

.btn-link.active {
	webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	color: #788288 !important;
	background-color: #fcfcfd;
	border-color: #d2dae1;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #788288 !important;
	background-color: #ebeef4;
	border-color: #d2dae1;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	background-color: #fcfcfd;
	border-color: #d2dae1;
}

.btn-default.btn-bg {
	border-color: rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}

.btn-primary {
	background-color: #004674;
	border-color: #004674;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff !important;
	background-color: #146ca4;
	border-color: #146ca4;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	background-color: #177bbb;
	border-color: #177bbb;
}

.btn-info {
	color: #fff !important;
	background-color: #1ccacc;
	border-color: #1ccacc;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #fff !important;
	background-color: #19b4b6;
	border-color: #19b4b6;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
	background-color: #1ccacc;
	border-color: #1ccacc;
}

.btn {
	font-weight: 500;
	border-radius: 0px;
	transition: all 0.2s;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.btn:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none !important;
	outline-offset: 0 !important;
	box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
}

.btn-group-justified {
	border-collapse: separate;
}

.btn-rounded {
	border-radius: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-rounded.btn-lg {
	padding-left: 25px;
	padding-right: 25px;
}

.btn>i.pull-left,
.btn>i.pull-right {
	line-height: 1.428571429;
}

.btn-block {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 2px;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 2px;
}

.btn-inactive {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.i-fw {
	width: 1.2857142857143em;
	text-align: center;
}

.i-lg {
	font-size: 1.3333333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.i-sm {
	font-size: 0.75em;
}

.i-1x {
	font-size: 1em;
}

.i-2x {
	font-size: 2em;
}

.i-3x {
	font-size: 3em;
}

.i-4x {
	font-size: 4em;
}

.i-5x {
	font-size: 5em;
}

.i-s {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.i-s>i {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: inherit;
}

.i-s-2x {
	width: 2em;
	height: 2em;
	font-size: 2em;
	line-height: 2em;
}

.i-s-2x .i-s-base {
	font-size: 2em;
}

.i-s-3x {
	width: 2.5em;
	height: 2.5em;
	font-size: 2.5em;
	line-height: 2.5em;
}

.i-s-3x .i-s-base {
	font-size: 2.5em;
}

.i-s-4x {
	width: 3em;
	height: 3em;
	font-size: 3em;
	line-height: 3em;
}

.i-s-4x .i-s-base {
	font-size: 3em;
}

.i-s-5x {
	width: 3.5em;
	height: 3.5em;
	font-size: 3.5em;
	line-height: 3.5em;
}

.i-s-5x .i-s-base {
	font-size: 3.5em;
}

.nav-docs>ul>li>a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.portlet {
	min-height: 30px;
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.doc-buttons .btn {
	margin-bottom: 5px;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover.active,
.datepicker td.active.active {
	background: #177bbb;
}

.bg-gradient {
	background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.05) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c', endColorstr='#0c28323c', GradientType=0);
	background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.05) 100%);
}

.bg-blue {
	background-color: #004674;
	color: #ffffff;
}

.bg-blue a {
	color: #99adb9;
}

.bg-blue .text-wt {
	color: #fff !important;
}

.bg-blue.dk,
.bg-blue .dk {
	background-color: #004674;
}

.bg-blue .nav>li>a:hover,
.bg-blue .nav>li>a:focus {
	background-color: #00adef;
}

.bg-blue .nav-primary>ul.nav-main>li:hover>a,
.bg-blue .nav-primary>ul.nav-main>li:focus>a,
.bg-blue .nav-primary>ul.nav-main>li:active>a,
.bg-blue .nav-primary>ul.nav-main>li.active>a {
	background-color: #00adef;
}

.bg-blue .nav .open>a,
.bg-blue .nav .open>a:hover,
.bg-blue .nav .open>a:focus {
	background-color: #004674;
}

.bg-svc.svc1 {
	background-color: #00adef;
}

.bg-svc.svc2 {
	background-color: #0b7fbd;
}

.bg-svc.svc3 {
	background-color: #21345e;
}

.bg-svc.svc4 {
	background-color: #40b6a9;
}

.bg-white {
	background-color: #fff;
	color: #788288;
}

.bg-white a {
	color: #3c4144;
}

.bg-white a:hover {
	color: #242729;
}

.bg-white .text-muted {
	color: #a1a8ac !important;
}

.bg-white-only {
	background-color: #fff;
}

.bg-empty {
	background-color: transparent;
}

.text-primary {
	color: #177bbb;
}

.text-primary-lt {
	color: #1a8ad2;
}

.text-primary-lter {
	color: #2198e4;
}

.text-primary-dk {
	color: #146ca4;
}

.text-primary-dker {
	color: #115d8e;
}

.text-info {
	color: #1ccacc;
}

.text-info-lt {
	color: #21dee1;
}

.text-info-lter {
	color: #37e2e4;
}

.text-info-dk {
	color: #19b4b6;
}

.text-info-dker {
	color: #169e9f;
}

.text-success {
	color: #1aae88;
}

.text-success-lt {
	color: #1dc499;
}

.text-success-lter {
	color: #21daab;
}

.text-success-dk {
	color: #179877;
}

.text-success-dker {
	color: #138265;
}

.text-warning {
	color: #fcc633;
}

.text-warning-lt {
	color: #fccd4c;
}

.text-warning-lter {
	color: #fdd465;
}

.text-warning-dk {
	color: #fcbf1a;
}

.text-warning-dker {
	color: #f8b704;
}

.text-danger {
	color: #e33244;
}

.text-danger-lt {
	color: #e64858;
}

.text-danger-lter {
	color: #e95f6d;
}

.text-danger-dk {
	color: #dd1e32;
}

.text-danger-dker {
	color: #c71b2d;
}

.text-dark {
	color: #222733;
}

.text-dark-lt {
	color: #2c3342;
}

.text-dark-lter {
	color: #363e52;
}

.text-dark-dk {
	color: #181b24;
}

.text-dark-dker {
	color: #0e1014;
}

.text-black {
	color: #000;
	color: rgba(0, 0, 0, 0.8);
}

.text-white {
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}

.text-muted {
	color: #a1a8ac;
}

.pos-rlt {
	position: relative;
}

.pos-stc {
	position: static;
}

.pos-abt {
	position: absolute;
}

.line {
	*width: 100%;
	height: 2px;
	margin: 10px 0;
	font-size: 0;
	overflow: hidden;
}

.line-xs {
	margin: 0;
}

.line-lg {
	margin-bottom: 15px;
}

.line-dashed {
	border-style: dashed !important;
	background-color: transparent;
	border-width: 0;
}

.no-line {
	border-width: 0;
}

.no-border,
.no-borders {
	border-color: transparent;
	border-width: 0;
}

.no-border-top {
	border-top: none !important;
}

.no-radius {
	border-radius: 0;
}

.block {
	display: block;
}

.block.hide {
	display: none;
}

.inline {
	display: inline-block !important;
}

.none {
	display: none;
}

.pull-right-lg {
	float: right;
}

.pull-none {
	float: none;
}

.rounded {
	border-radius: 500px;
}

.btn-s-xs {
	min-width: 90px;
}

.btn-s-sm {
	min-width: 100px;
}

.btn-s-md {
	min-width: 120px;
}

.btn-s-lg {
	min-width: 150px;
}

.btn-s-xl {
	min-width: 200px;
}

.l-h-2x {
	line-height: 2em;
}

.l-h-1x {
	line-height: 1.2;
}

.l-h {
	line-height: 1.5;
}

.v-middle {
	vertical-align: middle !important;
}

.v-top {
	vertical-align: top !important;
}

.v-bottom {
	vertical-align: bottom !important;
}

.font-normal {
	font-weight: normal;
}

.font-thin {
	font-weight: 300;
}

.font-bold {
	font-weight: 700;
}

.text-lg {
	font-size: 16px;
}

.text-md {
	font-size: 14px;
}

.text-sm {
	font-size: 12px;
}

.text-xs {
	font-size: 11px;
}

.text-ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-u-c {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-transform-none {
	text-transform: none;
}

.text-l-t {
	text-decoration: line-through;
}

.text-u-l {
	text-decoration: underline;
}

.text-active,
.active>.text,
.active>.auto .text {
	display: none !important;
}

.active>.text-active,
.active>.auto .text-active {
	display: inline-block !important;
}

.box-shadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.wrapper-xxs {
	padding: 2px 6px;
}

.wrapper-xs {
	padding: 4px 8px;
}

.wrapper-sm {
	padding: 5px 10px;
}

.wrapper {
	padding: 15px;
}

.wrapper-md {
	padding: 20px;
}

.wrapper-lg {
	padding: 30px;
}

.wrapper-xl {
	padding: 50px;
}

.padder {
	padding-left: 15px;
	padding-right: 15px;
}

.padder-v {
	padding-top: 15px;
	padding-bottom: 15px;
}

.no-padder-top {
	padding-top: 0 !important;
}

.no-padder {
	padding: 0 !important;
}

.pr {
	padding-right: 0px !important;
}

.pl {
	padding-left: 0px !important;
}

.pb {
	padding-bottom: 0px !important;
}

.p-t-xs {
	padding-top: 5px !important;
}

.w-100 {
	width: 100%;
}

.pull-in {
	margin-left: -15px;
	margin-right: -15px;
}

.pull-out {
	margin: -10px -15px;
}

.b {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.b-a {
	border: 1px solid #eaeef1;
}

.b-t {
	border-top: 1px solid #eaeef1;
}

.b-r {
	border-right: 1px solid #eaeef1;
}

.b-b {
	border-bottom: 1px solid #eaeef1;
}

.b-l {
	border-left: 1px solid #eaeef1;
}

.b-light {
	border-color: #e1e6ef;
}

.b-dark {
	border-color: #2c3342;
}

.b-primary {
	border-color: #1a8ad2;
}

.b-success {
	border-color: #1dc499;
}

.b-info {
	border-color: #21dee1;
}

.b-warning {
	border-color: #fccd4c;
}

.b-danger {
	border-color: #e64858;
}

.b-black {
	border-color: #1c1e29;
}

.b-white {
	border-color: #fff;
}

.b-dashed {
	border-style: dashed !important;
}

.b-2x {
	border-width: 2px;
}

.b-3x {
	border-width: 3px;
}

.b-4x {
	border-width: 4px;
}

.b-5x {
	border-width: 5px;
}

.r {
	border-radius: 2px 2px 2px 2px;
}

.r-l {
	border-radius: 2px 0 0 2px;
}

.r-r {
	border-radius: 0 2px 2px 0;
}

.r-t {
	border-radius: 2px 2px 0 0;
}

.r-b {
	border-radius: 0 0 2px 2px;
}

.m-xxs {
	margin: 2px 4px;
}

.m-xs {
	margin: 5px;
}

.m-sm {
	margin: 10px;
}

.m {
	margin: 15px;
}

.m-md {
	margin: 20px;
}

.m-lg {
	margin: 30px;
}

.m-xl {
	margin: 50px;
}

.m-n {
	margin: 0 !important;
}

.m-l-none {
	margin-left: 0;
}

.m-l-xs {
	margin-left: 5px;
}

.m-l-sm {
	margin-left: 10px;
}

.m-l {
	margin-left: 15px;
}

.m-l-md {
	margin-left: 20px;
}

.m-l-lg {
	margin-left: 30px;
}

.m-l-xl {
	margin-left: 40px;
}

.m-l-n-xxs {
	margin-left: -1px;
}

.m-l-n-xs {
	margin-left: -5px;
}

.m-l-n-sm {
	margin-left: -10px;
}

.m-l-n {
	margin-left: -15px;
}

.m-l-n-md {
	margin-left: -20px;
}

.m-l-n-lg {
	margin-left: -30px;
}

.m-l-n-xl {
	margin-left: -40px;
}

.m-t-none {
	margin-top: 0;
}

.m-t-xxs {
	margin-top: 1px;
}

.m-t-xs {
	margin-top: 5px;
}

.m-t-sm {
	margin-top: 10px;
}

.m-t {
	margin-top: 15px;
}

.m-t-md {
	margin-top: 20px;
}

.m-t-lg {
	margin-top: 30px;
}

.m-t-xl {
	margin-top: 40px;
}

.m-t-n-xxs {
	margin-top: -1px;
}

.m-t-n-xs {
	margin-top: -5px;
}

.m-t-n-sm {
	margin-top: -10px;
}

.m-t-n {
	margin-top: -15px;
}

.m-t-n-md {
	margin-top: -20px;
}

.m-t-n-lg {
	margin-top: -30px;
}

.m-t-n-xl {
	margin-top: -40px;
}

.m-r-none {
	margin-right: 0;
}

.m-r-xxs {
	margin-right: 1px;
}

.m-r-xs {
	margin-right: 5px;
}

.m-r-sm {
	margin-right: 10px;
}

.m-r {
	margin-right: 15px;
}

.m-r-md {
	margin-right: 20px;
}

.m-r-lg {
	margin-right: 30px;
}

.m-r-xl {
	margin-right: 40px;
}

.m-r-n-xxs {
	margin-right: -1px;
}

.m-r-n-xs {
	margin-right: -5px;
}

.m-r-n-sm {
	margin-right: -10px;
}

.m-r-n {
	margin-right: -15px;
}

.m-r-n-md {
	margin-right: -20px;
}

.m-r-n-lg {
	margin-right: -30px;
}

.m-r-n-xl {
	margin-right: -40px;
}

.m-b-none {
	margin-bottom: 0;
}

.m-b-xxs {
	margin-bottom: 1px;
}

.m-b-xs {
	margin-bottom: 5px;
}

.m-b-sm {
	margin-bottom: 10px;
}

.m-b {
	margin-bottom: 15px;
}

.m-b-md {
	margin-bottom: 20px;
}

.m-b-lg {
	margin-bottom: 30px;
}

.m-b-xl {
	margin-bottom: 40px;
}

.m-b-n-xxs {
	margin-bottom: -1px;
}

.m-b-n-xs {
	margin-bottom: -5px;
}

.m-b-n-sm {
	margin-bottom: -10px;
}

.m-b-n {
	margin-bottom: -15px;
}

.m-b-n-md {
	margin-bottom: -20px;
}

.m-b-n-lg {
	margin-bottom: -30px;
}

.m-b-n-xl {
	margin-bottom: -40px;
}

.media-xs {
	min-width: 50px;
}

.media-sm {
	min-width: 80px;
}

.media-md {
	min-width: 90px;
}

.media-lg {
	min-width: 120px;
}

.avatar {
	position: relative;
	display: block;
	border-radius: 500px;
	white-space: nowrap;
}

.avatar img {
	border-radius: 500px;
	width: 100%;
}

.avatar i {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
}

.avatar i.md {
	width: 12px;
	height: 12px;
	margin: 1px;
}

.avatar i.right {
	left: auto;
	right: 0;
}

.avatar i.bottom {
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
}

.avatar i.on {
	background-color: #1aae88;
}

.avatar i.off {
	background-color: #a1a8ac;
}

.avatar i.busy {
	background-color: #e33244;
}

.avatar i.away {
	background-color: #fcc633;
}

.thumb-lg {
	width: 128px;
	display: inline-block;
}

.thumb-md {
	width: 64px;
	display: inline-block;
}

.thumb {
	width: 50px;
	display: inline-block;
}

.thumb-sm {
	width: 34px;
	display: inline-block;
}

.thumb-xs {
	width: 24px;
	display: inline-block;
}

.thumb-wrapper {
	padding: 2px;
	border: 1px solid #ddd;
}

.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.img-full {
	max-width: 100%;
}

.img-full>img {
	max-width: 100%;
}

.clear {
	display: block;
	overflow: hidden;
}

.row-sm {
	margin-left: -10px;
	margin-right: -10px;
}

.row-sm>div {
	padding-left: 10px;
	padding-right: 10px;
}

.scroll-x,
.scroll-y {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.scroll-y {
	overflow-y: auto;
}

.scroll-x {
	overflow-x: auto;
}

.no-touch .scroll-x,
.no-touch .scroll-y {
	overflow: hidden;
}

.no-touch .scroll-x:hover,
.no-touch .scroll-x:focus,
.no-touch .scroll-x:active {
	overflow-x: auto;
}

.no-touch .scroll-y:hover,
.no-touch .scroll-y:focus,
.no-touch .scroll-y:active {
	overflow-y: auto;
}

.no-touch .hover-action {
	display: none;
}

.no-touch .hover:hover .hover-action {
	display: inherit;
}

.hover-rotate {
	-webkit-transition: all .2s ease-in-out .1s;
	transition: all .2s ease-in-out .1s;
}

.hover:hover .hover-rotate,
.hover:active .hover-rotate {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background-color: #fff;
}

.backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.backdrop.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.h {
	font-size: 170px;
	font-weight: 300;
	text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ajax__calendar .ajax__calendar_container {
	border: 1px solid #d1d1d1 !important;
	color: #788288 !important;
}

.switch-card-label{
    display:inline-block;
    margin-left:15px;
}

.radio-btn-label label{
    margin-left:10px;
}

@media screen and (min-width: 992px) {
	.col-lg-2-4 {
		width: 20.000%;
		float: left;
	}
}

@media (max-width: 1024px) {
	.panel-home-row .h4.block.text-white {
		font-size: 14px;
	}
	.panel-home-row .i-s-2x {
		font-size: 1.6em;
	}
}

@media (max-width: 768px) {
	.left-division {
		border-left: transparent !important;
	}
	.breaking-title {
		width: 24%;
	}
	.breakingbx {
		width: 76%;
	}
	.panel-home-row .nav-tabs>li {
		padding-right: 0;
	}
	.panel-home-row .nav-tabs>li:last-child {
		padding-right: 15px;
	}
	.panel-home-row .h4.block.text-white {
		font-size: 15px;
	}
	.panel-home-row .i-s-2x {
		font-size: 1.2em;
		margin-right: 5px;
	}
	.panel-home-row .bg-svc {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	#menu1 .table-responsive,
	#menu2 .table-responsive {
		width: 444px;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: none;
	}
}

@media (min-width:568px) and (max-width:767px) {
	.panel-home h3 {
		display: none !important;
	}
	.panel-home-row .h4.block.text-white {
		font-size: 15px !important;
	}
}

@media (width:568px) {
	.panel-home-row .i-s-2x {
		line-height: 1.8em !important;
	}
}

@media (max-width: 767px) {
	.mt-mobile {
		margin-top: 15px;
	}
	.mt-mobile-30 {
		margin-top: 30px;
	}
	.shift {
		display: none !important;
	}
	.shift.in {
		display: block !important;
	}
	.row-2 [class*="col"] {
		width: 50%;
		float: left;
	}
	.row-2 .col-0 {
		clear: none;
	}
	.row-2 li:nth-child(odd) {
		clear: left;
		margin-left: 0;
	}
	.text-center-xs {
		text-align: center;
	}
	.text-left-xs {
		text-align: left;
	}
	.pull-none-xs {
		float: none !important;
	}
	.dropdown-menu.pull-none-xs {
		left: 0;
	}
	.hidden-xs.show {
		display: inherit !important;
	}
	.wrapper-lg {
		padding: 15px;
	}
	.table-responsive {
		border: none;
	}
	.navbar-brand {
		padding: 5px 0px 5px 0px;
	}
	.arrow.top {
		top: 92px;
	}
	.arrow.top:after {
		top: 2px;
	}
	.last-login {
		padding: 5px !important;
	}
	.panel-home-row .i-s-2x {
		line-height: 0.8em;
		height: 1em;
		font-size: 1.5em;
	}
	.continue-login .btn {
		margin-bottom: 20px;
	}
	.btn-xs-m {
		margin-top: 20px;
	}
	.main-panel-heading {
		padding-top: 0px;
	}
	.division {
		border: none !important;
	}
	.panel-home-row .nav-tabs>li {
		padding-right: 15px;
	}
	.panel-home-row .bg-svc {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.panel-home h3 {
		font-size: 18px;
	}
	.panel-home-row .h4.block.text-white {
		font-size: 14px;
	}
	.btn {
		width: auto !important;
	}
	#menu1 .table-responsive,
	#menu2 .table-responsive {
		width: 100%;
	}
	.landing-header .navbar-header {
		float: left;
	}
	.landing-header .navbar-nav {
		float: right;
	}
    .radio-btn-label .control-label{
        display:block;
    }
    .nominee-detail-popup .tab-content{
        height:400px;
        overflow-x:hidden;
        overflow-y:scroll;
    }
}

@media (max-width: 480px) {
	.breaking-title {
		width: 30%;
	}
	.breakingbx {
		width: 70%;
	}
	.panel-home-row .h4.block.text-white {
		display: none;
	}
	.panel-home-row .i-s-2x {
		line-height: 0em;
		font-size: 1.3em;
		margin-right: 0;
	}
	/* For 3 Icons*/
	.panel-home-row .i-s-2x {
		width: 3.5em;
	}
	.panel-home-row .padder-v {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.panel-home-row .bg-svc {
		padding-left: 19px !important;
		padding-right: 19px !important;
	}
	.scroll-tab-responsive .ajax__tab_header {
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.tab-reg-pwd .no-border-top {
		display: block;
	}
	.landing-header img {
		max-height: 40px;
	}
	.label-data.label-data-email {
		word-break: break-all;
	}
}

@media (max-width: 380px) {
	.panel-home-row .bg-svc {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	.landing-header img {
		max-height: 34px;
	}
	.breaking-title {
		width: 34%;
	}
	.breakingbx {
		width: 66%;
	}
	.checkbox-mr label {
		display: inline;
	}
    input[type=checkbox]{
		vertical-align:middle;
	}
}

@media (max-width: 320px) {
	.panel-home-row .bg-svc {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
	.breaking-title {
		width: 41%;
	}
	.breakingbx {
		width: 59%;
	}
}

/*Iphone 5*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
	.breaking-title {
		width: 41%;
	}
	.breakingbx {
		width: 59%;
		height: 30px;
		white-space: nowrap;
	}
}