.banner-bg,
.navbar-theme {
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame,
.theme-search-results-item-flight-section-path-line-middle
	.theme-search-results-item-flight-section-path-icon,
.theme-search-results-item-flight-section-path-line-middle-1
	.theme-search-results-item-flight-section-path-icon,
.theme-search-results-item-flight-section-path-line-middle-2
	.theme-search-results-item-flight-section-path-icon {
	visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: Roboto, helvetica, Arial, sans-serif;
	letter-spacing: 0.33px;
}
body {
	font-size: 15px;
	font-family: helvetica, Arial, sans-serif;
}
.text-white {
	color: #fff;
}
.text-muted {
	color: inherit;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.text-upcase {
	text-transform: uppercase;
}
.google-map {
	width: 100%;
	height: 300px;
}
.gm-style-iw + div {
	display: none;
}
.bg-grad {
	background: -webkit-linear-gradient(left, #00a8f0, #0084bd) !important;
	background: -moz-linear-gradient(left, #00a8f0, #0084bd) !important;
	background: -o-linear-gradient(left, #00a8f0, #0084bd) !important;
	background: -ms-linear-gradient(left, #00a8f0, #0084bd) !important;
	background: linear-gradient(to right, #00a8f0, #0084bd) !important;
}
.bg-grad-i {
	background: -webkit-linear-gradient(left, #ff7b42, #ff570f) !important;
	background: -moz-linear-gradient(left, #ff7b42, #ff570f) !important;
	background: -o-linear-gradient(left, #ff7b42, #ff570f) !important;
	background: -ms-linear-gradient(left, #ff7b42, #ff570f) !important;
	background: linear-gradient(to right, #ff7b42, #ff570f) !important;
}
.btn {
	position: relative;
	border-radius: 2px;
	font-weight: 700;
	font-size: 13px;
	font-family: Roboto, helvetica, Arial, sans-serif;
	letter-spacing: 0.75px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.btn:hover,
.theme-search-results-item-body {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}
.btn-sm,
.btn-xs {
	letter-spacing: 0;
}
.btn:hover {
	transition: 0.2s;
}
.btn > .btn-icon {
	margin-right: 5px;
}
.btn-xs {
	font-size: 11px;
}
.btn-sm {
	font-size: 12px;
}
.btn-lg {
	padding: 20px;
	font-size: 17px;
}
.btn-xxl {
	padding: 20px 30px;
	font-size: 30px;
}
.btn-xl {
	padding: 15px 20px;
	font-size: 20px;
}
.btn-uc {
	text-transform: uppercase;
}
.btn-primary {
	border-color: #0084bd;
	background: #0093d2;
}
.btn-primary:focus,
.btn-primary:hover {
	border-color: #0076a8;
	background: #0084bd;
}
.btn-primary-inverse,
.btn-primary-invert {
	border-color: #ff570f;
	background: #ff6c2d;
	color: #fff;
}
.btn-primary-inverse:hover,
.btn-primary-invert:hover,
.btn-primary-invert:focus,
.btn-primary-inverse:focus {
	border-color: #f04800;
	background: #ff570f;
	color: #fff;
}
.btn-dark {
	border-color: #404040;
	background: #595959;
	color: #fff;
}
.btn-dark:hover {
	background: #404040;
	color: #fff;
}
.btn-black {
	border-color: #000;
	background: linten(#000, 15%);
	color: #fff;
}
.btn-black:hover {
	background: #000;
	color: #fff;
}
.btn-paypal {
	border-color: #006dae;
	background: #0079c1;
	color: #fff;
}
.btn-paypal:hover {
	border-color: #00619a;
	background: #006dae;
	color: #fff;
}
.btn-white {
	border: none;
	background: #fff;
	color: #595959;
}
.btn-ghost {
	border: 1px solid;
	background: 0 0;
}
.btn-ghost.btn-primary {
	color: #0093d2;
}
.btn-ghost.btn-primary:hover {
	background: #0093d2;
}
.btn-ghost.btn-success {
	color: #5cb85c;
}
.btn-ghost.btn-success:hover {
	background: #5cb85c;
}
.btn-ghost.btn-info {
	color: #5bc0de;
}
.btn-ghost.btn-info:hover {
	background: #5bc0de;
}
.btn-ghost.btn-warning {
	color: #f0ad4e;
}
.btn-ghost.btn-warning:hover {
	background: #f0ad4e;
}
.btn-ghost.btn-danger {
	color: #d9534f;
}
.btn-ghost.btn-danger:hover {
	background: #d9534f;
}
.btn-ghost.btn-primary-inverse {
	color: #ff6c2d;
}
.btn-ghost.btn-primary-inverse:hover {
	background: #ff6c2d;
}
.btn-ghost:hover {
	color: #fff;
}
.btn-ghost.btn-default:hover {
	color: #353535;
}
.btn-ghost.btn-white {
	border-color: #fff;
	color: #fff;
}
.btn-ghost.btn-white:hover {
	background: #fff !important;
	color: #595959;
}
.btn-ghost.btn-black {
	border-color: #000;
	color: #000;
}
.btn-ghost.btn-black:hover {
	background: #000;
	color: #fff;
}
.btn-ghost.btn-dark {
	border-color: #595959;
	color: #595959;
}
.btn-ghost.btn-dark:hover {
	background: #595959;
	color: #fff;
}
.btn-lock-screen {
	z-index: 999;
	position: fixed;
	top: 70px;
	left: 50%;
	padding: 5px 7px;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	border-radius: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	-ms-filter: none;
	filter: none;
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn-lock-screen.btn-lock-screen-hide {
	-webkit-transform: translate3d(-50%, -100px, 0);
	-moz-transform: translate3d(-50%, -100px, 0);
	-o-transform: translate3d(-50%, -100px, 0);
	-ms-transform: translate3d(-50%, -100px, 0);
	transform: translate3d(-50%, -100px, 0);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.btn-shadow {
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.28);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.28);
}
.row.row-col-gap,
.row.row-wrap {
	display: table;
	position: relative;
	width: 100%;
	width: calc(100% + 30px);
	margin-bottom: -30px;
}
.row.row-col-gap > [class^='col-'],
.row.row-wrap > [class^='col-'] {
	padding-bottom: 30px;
}
.row.row-col-gap[data-gutter='10'],
.row.row-wrap[data-gutter='10'] {
	width: calc(100% + 10px);
	margin-bottom: -10px;
}
.row.row-col-gap[data-gutter='10'] > [class^='col-'],
.row.row-wrap[data-gutter='10'] > [class^='col-'] {
	padding-bottom: 10px;
}
.row.row-col-gap[data-gutter='20'],
.row.row-wrap[data-gutter='20'] {
	width: calc(100% + 20px);
	margin-bottom: -20px;
}
.row.row-col-gap[data-gutter='20'] > [class^='col-'],
.row.row-wrap[data-gutter='20'] > [class^='col-'] {
	padding-bottom: 20px;
}
.row.row-col-reverse > [class^='col-'] {
	float: right;
}
@media (max-width: 991px) {
	.row.row-col-mob-gap > [class^='col-'] {
		margin-bottom: 30px;
	}
	.row.row-col-reverse > [class^='col-'] {
		float: none;
	}
	.row.row-mob-full {
		margin: 0 !important;
	}
	.row.row-mob-full > [class^='col-'] {
		padding: 0 !important;
	}
}
.row.row-col-static > [class^='col-'] {
	position: static;
}
.row.row-col-full > [class^='col-'] {
	height: 100%;
}
.row.row-full {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.row.row-sm-gap {
	margin-bottom: -10px;
}
.row.row-sm-gap > [class^='col-'] {
	margin-bottom: 10px;
}
.irs-hidden-input,
.row.row-no-gutter,
.row[data-gutter='0'],
.row[data-gutter='none'] {
	margin: 0 !important;
}
.row.row-no-gutter > [class^='col-'],
.row[data-gutter='0'] > [class^='col-'],
.row[data-gutter='none'] > [class^='col-'] {
	padding: 0 !important;
}
.row[data-gutter='10'] {
	margin-right: -5px;
	margin-left: -5px;
}
.row[data-gutter='10'] > [class^='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}
.row[data-gutter='20'] {
	margin-right: -10px;
	margin-left: -10px;
}
.row[data-gutter='20'] > [class^='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width: 992px) {
	.row.row-col-border-white > [class^='col-'],
	.row.row-col-border > [class^='col-'] {
		border-left: 1px solid #e6e6e6;
	}
	.row.row-col-border-white > [class^='col-']:first-child,
	.row.row-col-border > [class^='col-']:first-child {
		border-left: none;
	}
	.row.row-col-border-white > [class^='col-'] {
		border-color: #fff;
	}
	.row[data-gutter='40'] {
		margin-right: -20px;
		margin-left: -20px;
	}
	.row[data-gutter='40'] > [class^='col-'] {
		padding-right: 20px;
		padding-left: 20px;
	}
	.row[data-gutter='60'] {
		margin-right: -30px;
		margin-left: -30px;
	}
	.row[data-gutter='60'] > [class^='col-'] {
		padding-right: 30px;
		padding-left: 30px;
	}
	.row[data-gutter='80'] {
		margin-right: -40px;
		margin-left: -40px;
	}
	.row[data-gutter='80'] > [class^='col-'] {
		padding-right: 40px;
		padding-left: 40px;
	}
	.row[data-gutter='100'] {
		margin-right: -50px;
		margin-left: -50px;
	}
	.row[data-gutter='100'] > [class^='col-'] {
		padding-right: 50px;
		padding-left: 50px;
	}
	.row[data-gutter='120'] {
		margin-right: -60px;
		margin-left: -60px;
	}
	.row[data-gutter='120'] > [class^='col-'] {
		padding-right: 60px;
		padding-left: 60px;
	}
	.row-col-eq,
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: box;
		display: flex;
	}
	.row-col-eq.row-col-reverse,
	.row-eq-height.row-col-reverse {
		-webkit-box-direction: reverse;
		-moz-box-direction: reverse;
		-o-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.col-ng {
	padding: 0;
}
.nav > li > a {
	margin-right: 0;
}
.nav-blank > li,
.nav-lg.nav-line > li {
	margin-right: 30px;
}
@media (max-width: 991px) {
	.nav-mob-inline {
		overflow-x: auto;
		white-space: nowrap;
	}
	.nav-mob-inline > li {
		display: inline-block;
		margin-bottom: 0;
		float: none;
		text-align: center;
	}
	.nav-mob-bg-dark {
		background: #333;
	}
}
.banner,
.fotorama,
.icheck,
.iradio,
.irs-hidden-input,
.irs-line {
	overflow: hidden;
}
.nav-blank {
	border: none;
}
.nav-blank > li > a,
.nav-blank > li > a:focus,
.nav-blank > li > a:hover {
	padding: 0;
	border: none;
	border-radius: 0;
	background: 0 0 !important;
}
.nav-blank > li.active > a,
.nav-blank > li.active > a:focus,
.nav-blank > li.active > a:hover {
	border: none;
}
.nav-default > li > a,
.nav-default > li > a:focus,
.nav-default > li > a:hover {
	color: #727272;
}
.nav-default.active > a,
.nav-default.active > a:focus,
.nav-default.active > a:hover {
	color: #313131;
}
.nav-sqr > li > a {
	border-radius: 0;
}
.nav-lg {
	font-size: 17px;
}
.nav-lg .nav-icon {
	font-size: 19px;
}
.nav-lg > li > a {
	padding: 13px 17px;
}
.nav-lg.nav-blank > li > a {
	padding: 0;
}
.nav-lg.nav-line > li:last-child {
	margin-right: 0;
}
.nav-xl {
	font-size: 20px;
}
.nav-pull-up {
	margin-top: -41px;
}
.nav-pull-up.nav-lg {
	margin-top: -54px;
}
.nav-line > li {
	margin-right: 25px;
}
.nav-line > li > a,
.nav-line > li > a:focus,
.nav-line > li > a:hover {
	padding-right: 0;
	padding-left: 0;
	border: none;
	border-radius: 0 !important;
	background: 0 0 !important;
}
.nav-line > li.active > a,
.nav-line > li.active > a:focus,
.nav-line > li.active > a:hover {
	border: none;
	border-bottom: 2px solid #666;
}
.nav-line > li:last-child {
	margin-right: 0;
}
.nav-blank.nav-center > li,
.nav-line.nav-center > li {
	margin-right: 15px;
	margin-left: 15px;
}
.nav-blank.nav-center > li:last-child,
.nav-line.nav-center > li:last-child {
	margin-right: 15px;
}
.nav-center {
	text-align: center;
}
.nav-center > li {
	display: inline-block;
	float: none;
}
.nav-white > li > a,
.nav-white > li > a:focus,
.nav-white > li > a:hover {
	background: 0 0;
	color: #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.nav-white > li.active > a,
.nav-white > li.active > a:focus,
.nav-white > li.active > a:hover {
	color: #595959;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.nav-white.nav-blank > li.active > a,
.nav-white.nav-blank > li.active > a:focus,
.nav-white.nav-blank > li.active > a:hover {
	color: #fff;
}
.nav-white.nav-line {
	border-color: rgba(255, 255, 255, 0.3);
}
.nav-white.nav-line > li > a,
.nav-white.nav-line > li > a:focus,
.nav-white.nav-line > li > a:hover {
	border-color: #fff;
}
.nav-white.nav-line > li.active > a {
	color: #fff !important;
}
.nav-no-br {
	border-bottom: none;
}
.nav-no-br > li {
	margin-bottom: 0;
}
.nav-no-br > li.active > a,
.nav-no-br > li.active > a:focus,
.nav-no-br > li.active > a:hover,
.nav-no-br > li > a,
.nav-no-br > li > a:focus,
.nav-no-br > li > a:hover {
	border: none;
}
.nav-icon-center {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
	text-align: center;
}
.nav-active-primary > li.active > a,
.nav-active-primary > li.active > a:focus,
.nav-active-primary > li.active > a:hover {
	background: #0093d2;
	color: #fff;
}
.nav-active-primary.nav-blank > li.active > a,
.nav-active-primary.nav-blank > li.active > a:focus,
.nav-active-primary.nav-blank > li.active > a:hover,
.nav-active-primary.nav-line > li.active > a,
.nav-active-primary.nav-line > li.active > a:focus,
.nav-active-primary.nav-line > li.active > a:hover {
	border-color: #0093d2;
	background: 0 0;
	color: #0093d2;
}
.nav-active-primary-inverse > li.active > a,
.nav-active-primary-inverse > li.active > a:focus,
.nav-active-primary-inverse > li.active > a:hover {
	background: #ff6c2d;
	color: #fff;
}
.nav-active-primary-inverse.nav-blank > li.active > a,
.nav-active-primary-inverse.nav-blank > li.active > a:focus,
.nav-active-primary-inverse.nav-blank > li.active > a:hover,
.nav-active-primary-inverse.nav-line > li.active > a,
.nav-active-primary-inverse.nav-line > li.active > a:focus,
.nav-active-primary-inverse.nav-line > li.active > a:hover {
	border-color: #ff6c2d;
	background: 0 0;
	color: #ff6c2d;
}
.nav-active-white > li.active > a,
.nav-active-white > li.active > a:focus,
.nav-active-white > li.active > a:hover {
	background: #fff;
	color: #595959;
}
.navbar-primary .navbar-nav > li > a,
.navbar-primary-inverse .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.7);
}
.nav-eq-width {
	display: table;
	width: 100%;
}
.nav-eq-width > li {
	display: table-cell;
	float: none;
}
.nav-eq-width > li > a {
	margin: 0;
}
.tab-content-curved {
	border-radius: 4px;
}
.navbar-theme {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
}
.banner-bg,
.owl-carousel .owl-item,
.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden;
}
.navbar-theme .navbar-toggle {
	border: none !important;
	background: 0 0 !important;
}
.navbar-inverse {
	background: #333;
}
.navbar-brand > img {
	max-width: 100%;
	max-height: 100%;
}
.navbar-primary {
	background: #0093d2;
}
.navbar-primary .navbar-collapse {
	border-color: #006793 !important;
}
.navbar-primary-inverse {
	background: #ff6c2d;
}
.navbar-theme .navbar-nav > li.active > a,
.navbar-theme .navbar-nav > li.active > a:focus,
.navbar-theme .navbar-nav > li.active > a:hover,
.navbar-theme .navbar-nav > li.open > a,
.navbar-theme .navbar-nav > li.open > a:focus,
.navbar-theme .navbar-nav > li.open > a:hover,
.navbar-theme-transparent {
	background: 0 0;
}
@media (max-width: 991px) {
	.navbar-primary .navbar-nav > li {
		border-color: #006793 !important;
	}
	.navbar-primary-inverse .navbar-nav > li {
		border-color: #d23f00 !important;
	}
}
.navbar-primary-inverse .navbar-collapse {
	border-color: #d23f00 !important;
}
.navbar-theme-abs {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media (max-width: 991px) {
	.navbar-theme-border .navbar-collapse {
		overflow-y: hidden;
		border: none;
	}
	.navbar-theme-border .navbar-nav {
		margin-bottom: 0;
	}
}
.navbar-theme-border .navbar-collapse {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-theme-border .navbar-nav {
	margin-bottom: -1px !important;
}
.navbar-theme-fixed {
	position: fixed;
	top: 0;
	left: 0;
	with: 100%;
	z-index: 999;
}
.navbar-theme .navbar-nav > li:hover > a {
	color: #3e3e3e;
}
.navbar-theme .navbar-nav > li > a {
	margin: 0 15px;
	padding: 15px 0;
	font-size: 13px;
}
.navbar-full .navbar-right,
.navbar-theme .navbar-nav > li:last-child > a,
.navbar-theme .navbar-toggle {
	margin-right: 0;
}
.navbar-theme.navbar-inverse .navbar-nav .navbar-nav-item-user-icon,
.navbar-theme.navbar-inverse .navbar-nav > li:hover > a {
	color: #fff;
}
.navbar-full .navbar-inner {
	padding: 0 15px;
}
.navbar-flag {
	height: 20px;
}
.navbar-theme-transparent .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.7);
}
.navbar-theme-transparent .navbar-nav > li.active > a {
	border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
	.navbar-theme .dropdown:hover .dropdown-menu {
		display: block;
	}
}
.navbar-theme .navbar-inner {
	position: relative;
}
.navbar-theme .dropdown-menu {
	padding: 0;
	border: none;
	border-top: 5px solid transparent;
	border-radius: 0;
}
.navbar-theme .dropdown-menu > li > a {
	padding: 12px 20px;
}
.navbar-theme .dropdown-menu > li.active > a,
.navbar-theme .dropdown-menu > li > a:hover {
	background: #0093d2;
	color: #fff;
}
.navbar-theme .dropdown-menu-full,
.navbar-theme .dropdown-menu-lg,
.navbar-theme .dropdown-menu-xl,
.navbar-theme .dropdown-menu-xxl {
	padding: 15px;
}
.dropdown-menu-xl {
	width: 600px;
}
.dropdown-menu-lg {
	width: 450px;
}
.dropdown-menu-xxl {
	width: 800px;
}
.dropdown-full {
	position: static !important;
}
.dropdown-menu-full {
	width: 100%;
}
.navbar-nav-item-user > a {
	padding-left: 30px !important;
}
.navbar-nav-item-user-icon,
.navbar-nav-item-user-img {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.navbar-nav-item-user-img {
	width: 20px;
	border-radius: 50%;
}
li.active .navbar-nav-item-user-icon,
li.active .navbar-nav-item-user-img,
li:hover .navbar-nav-item-user-icon,
li:hover .navbar-nav-item-user-img {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.navbar-theme-border-def .navbar-collapse {
	border-bottom: 1px solid #b3b3b3;
}
.navbar-theme-border-def .navbar-nav > li.active > a {
	border-bottom: 1px solid grey;
}
@media (max-width: 991px) {
	.navbar-theme .navbar-nav,
	.navbar-theme .navbar-nav > li > a {
		margin: 0;
	}
	.navbar-theme .navbar-brand {
		padding-left: 0;
	}
	.navbar-theme .navbar-nav > li {
		border-bottom: 1px solid #e6e6e6;
	}
	.navbar-theme .navbar-nav > li > a.dropdown-toggle:before {
		position: absolute;
		top: 50%;
		right: 3px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		content: '\f107';
		font-size: 18px;
		font-family: FontAwesome;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=33)';
		filter: alpha(opacity=33);
		opacity: 0.33;
	}
	.navbar-theme .navbar-collapse {
		padding: 0;
	}
	.navbar-theme .dropdown-menu {
		margin-left: 10px;
		padding: 0;
		overflow: hidden;
	}
	.navbar-theme .dropdown-meganav-list-items {
		padding-bottom: 20px;
	}
	.navbar-theme.navbar-inverse .navbar-nav > li {
		border-bottom: 1px solid #4d4d4d;
	}
	.navbar-theme.navbar-inverse .dropdown-meganav-list-items > li > a,
	.navbar-theme.navbar-inverse .dropdown-meganav-list-title,
	.navbar-theme.navbar-inverse .dropdown-meganav-select-list-title {
		color: #fff;
	}
	.navbar-theme.navbar-theme-transparent {
		background: #333;
	}
	.navbar-theme.navbar-theme-transparent li.active > a {
		border: none;
	}
	.navbar-theme.navbar-theme-abs {
		display: block;
		position: relative;
	}
}
.heading-theme {
	position: relative;
	padding: 20px 0;
}
.heading-theme-title {
	margin: 0;
}
.heading-theme-subtitle {
	margin-top: 10px;
	margin-bottom: 0;
}
.heading-theme-color {
	background: #0093d2;
}
.heading-theme-color .heading-theme-subtitle,
.heading-theme-color .heading-theme-title {
	color: #fff;
}
.heading-theme-color .heading-theme-subtitle {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.col-md-0-5,
.col-md-1-5,
.col-md-10-5,
.col-md-11-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-md-5-5,
.col-md-6-5,
.col-md-7-5,
.col-md-8-5,
.col-md-9-5,
.col-xs-0-5,
.col-xs-1-5,
.col-xs-10-5,
.col-xs-11-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-xs-5-5,
.col-xs-6-5,
.col-xs-7-5,
.col-xs-8-5,
.col-xs-9-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
@media (max-width: 991px) {
	.col-md-0-5,
	.col-md-1-5,
	.col-md-10-5,
	.col-md-11-5,
	.col-md-2-5,
	.col-md-3-5,
	.col-md-4-5,
	.col-md-5-5,
	.col-md-6-5,
	.col-md-7-5,
	.col-md-8-5,
	.col-md-9-5 {
		width: 100% !important;
		float: none;
	}
}
.col-md-0-5,
.col-xs-0-5 {
	width: 4.166666665%;
}
.col-md-1-5,
.col-xs-1-5 {
	width: 12.499999995%;
}
.col-md-2-5,
.col-xs-2-5 {
	width: 20%;
}
.col-md-3-5,
.col-xs-3-5 {
	width: 29.166666665%;
}
.col-md-4-5,
.col-xs-4-5 {
	width: 37.499999995%;
}
.col-md-5-5,
.col-xs-5-5 {
	width: 45.833333335%;
}
.col-md-6-5,
.col-xs-6-5 {
	width: 54.166666665%;
}
.col-md-7-5,
.col-xs-7-5 {
	width: 62.499999995%;
}
.col-md-8-5,
.col-xs-8-5 {
	width: 70.833333335%;
}
.col-md-9-5,
.col-xs-9-5 {
	width: 79.166666665%;
}
.col-md-10-5,
.col-xs-10-5 {
	width: 87.499999995%;
}
.col-md-11-5,
.col-xs-11-5 {
	width: 95.833333335%;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
	position: relative;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: '.';
	line-height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: hand;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.irs,
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	display: block;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.owl-carousel.owl-hidden {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-drag .owl-item {
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	animation-name: fadeOut;
}
.owl-height {
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	background: url(~owl.carousel/dist/assets/owl.video.play.png) no-repeat;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.1s ease;
	-moz-transition: -moz-transform 0.1s ease;
	-o-transition: -o-transform 0.1s ease;
	-ms-transition: -ms-transform 0.1s ease;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	height: 100%;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	display: inline-block;
	margin: 5px;
	padding: 4px 7px;
	border-radius: 3px;
	background: #d6d6d6;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
	border-radius: 30px;
	-webkit-backface-visibility: visible;
	background: #d6d6d6;
}
.owl-theme .owl-nav .disabled {
	cursor: default;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-next,
.owl-prev {
	display: block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.owl-next:hover,
.owl-prev:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.owl-prev {
	left: 30px;
}
.owl-next {
	right: 30px;
}
.owl-carousel-nav-white .owl-next,
.owl-carousel-nav-white .owl-prev {
	color: #fff !important;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.banner-animate,
.icheck,
.iradio {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-carousel-no-nav .owl-dots,
.owl-carousel-no-nav .owl-nav {
	display: none;
}
@-moz-keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-o-keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
.banner {
	position: relative;
}
.banner-sqr {
	width: 100%;
	padding-top: 100%;
}
.banner-w-25 {
	height: 25vh;
}
.banner-w-33 {
	height: 33vh;
}
.banner-w-50 {
	height: 50vh;
}
.banner-w-63 {
	height: 63vh;
}
.banner-w-75 {
	height: 75vh;
}
.banner-w-80 {
	height: 80vh;
}
.banner-w-100 {
	height: 100vh;
}
.banner-bg,
.banner-inner-shadow,
.banner-link,
.banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.banner-bg {
	z-index: 1;
	width: 100%;
	backface-visibility: hidden;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-img,
.banner-mask {
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.banner-link {
	z-index: 6;
	width: 100%;
}
.banner-mask {
	z-index: 2;
	backface-visibility: hidden;
	background: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=33)';
	filter: alpha(opacity=33);
	opacity: 0.33;
}
.banner-mask-half {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner-mask-dark {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=66)';
	filter: alpha(opacity=66);
	opacity: 0.66;
}
.banner-mask-light {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=15)';
	filter: alpha(opacity=15);
	opacity: 0.15;
}
.banner-border {
	margin: -1px 0 0 -1px;
	border: 1px solid #fff;
}
.banner-img {
	backface-visibility: hidden;
}
.banner-animate,
.banner-caption {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.banner-inner-shadow {
	z-index: 3;
	width: 100%;
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
.banner-inner-shadow-lg {
	-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
.banner-title {
	margin: 0;
	font-weight: 400;
	font-size: 19px;
	font-family: Roboto, helvetica, Arial, sans-serif;
}
.banner-subtitle {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=66)';
	filter: alpha(opacity=66);
	opacity: 0.66;
}
.banner-caption {
	z-index: 5;
	position: relative;
	padding: 30px;
	backface-visibility: hidden;
	color: #fff;
}
.banner-caption-dark {
	color: #4d4d4d;
}
.banner-caption-center {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	transfrom: translateY(-50%);
}
.banner-caption-inner {
	z-index: 2;
}
.banner-caption-grad {
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.01),
		rgba(0, 0, 0, 0.7)
	);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
}
.banner-caption-grad-white {
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0.01),
		rgba(255, 255, 255, 0.9)
	);
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 0.01),
		rgba(255, 255, 255, 0.9)
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 0.01),
		rgba(255, 255, 255, 0.9)
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 255, 255, 0.01),
		rgba(255, 255, 255, 0.9)
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.01),
		rgba(255, 255, 255, 0.9)
	);
}
.banner-caption-vert-center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.banner-caption-top {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
}
.banner-caption-bottom {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 100%;
}
.banner-animate {
	backface-visibility: hidden;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.theme-hero-area-bg-video,
.theme-search-results-item-flight-section-path-icon {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.banner-animate-slow,
.banner-animate-slow.banner-animate-mask-in .banner-mask,
.banner-animate-slow.banner-animate-zoom-in .banner-bg {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
}
.banner-animate-very-slow,
.banner-animate-very-slow.banner-animate-mask-in .banner-mask,
.banner-animate-very-slow.banner-animate-zoom-in .banner-bg {
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
	transition: 1.2s;
}
.banner-animate-super-slow,
.banner-animate-super-slow.banner-animate-mask-in .banner-mask,
.banner-animate-super-slow.banner-animate-zoom-in .banner-bg {
	-webkit-transition: 2.2s;
	-moz-transition: 2.2s;
	-o-transition: 2.2s;
	-ms-transition: 2.2s;
	transition: 2.2s;
}
@media (min-width: 992px) {
	.banner-animate-mask-in .banner-mask {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.banner-animate-mask-in:hover .banner-mask {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
	.banner-animate-mask-out .banner-mask {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.banner-animate-mask-out:hover .banner-mask {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.banner-animate-zoom-in .banner-bg,
	.banner-animate-zoom-in .banner-img {
		-webkit-transform: translateZ(0) scale(1);
		-moz-transform: translateZ(0) scale(1);
		-o-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
		transform: translateZ(0) scale(1);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.banner-animate-zoom-in:hover .banner-bg,
	.banner-animate-zoom-in:hover .banner-img {
		-webkit-transform: translateZ(0) scale(1.1);
		-moz-transform: translateZ(0) scale(1.1);
		-o-transform: translateZ(0) scale(1.1);
		-ms-transform: translateZ(0) scale(1.1);
		transform: translateZ(0) scale(1.1);
	}
	.banner-animate-zoom-out .banner-bg,
	.banner-animate-zoom-out .banner-img {
		-webkit-transform: translateZ(0) scale(1.1);
		-moz-transform: translateZ(0) scale(1.1);
		-o-transform: translateZ(0) scale(1.1);
		-ms-transform: translateZ(0) scale(1.1);
		transform: translateZ(0) scale(1.1);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.banner-animate-zoom-out:hover .banner-bg,
	.banner-animate-zoom-out:hover .banner-img {
		-webkit-transform: translateZ(0) scale(1);
		-moz-transform: translateZ(0) scale(1);
		-o-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
		transform: translateZ(0) scale(1);
	}
	.banner-animate-blur-in .banner-bg,
	.banner-animate-blur-in .banner-img {
		filter: blur(0);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.banner-animate-blur-in:hover .banner-bg,
	.banner-animate-blur-in:hover .banner-img {
		filter: blur(5px);
	}
	.banner-animate-blur-out .banner-bg {
		filter: blur(5px);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.banner-animate-blur-out:hover .banner-bg {
		filter: blur(0);
	}
	.banner-animate-bsh:hover {
		-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
	}
}
.feature-icon {
	display: block;
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1em;
}
.feature-icon-box {
	width: 60px;
	height: 60px;
	margin-bottom: 30px;
	line-height: 60px;
	text-align: center;
}
.feature-icon-round {
	border-radius: 50%;
}
.feature-icon-left {
	margin-right: 15px;
	margin-bottom: 0;
	float: left;
}
.feature-icon-lg {
	font-size: 30px;
}
.feature-icon-xl {
	font-size: 45px;
}
.feature-icon-sm.feature-icon-box {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 40px;
}
.feature-icon-xs.feature-icon-box {
	width: 30px;
	height: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
}
.feature-icon-primary {
	color: #0093d2;
}
.feature-icon-primary.feature-icon-box {
	background: #0093d2;
	color: #fff;
}
.feature-icon-primary-inverse {
	color: #ff6c2d;
}
.feature-icon-primary-inverse.feature-icon-box {
	background: #ff6c2d;
	color: #fff;
}
.feature-icon-gray.feature-icon-box {
	background: #ededed;
	color: #4c4c4c;
}
.feature-icon-white {
	color: #fff;
}
.feature-icon-white.feature-icon-box {
	background: #fff;
	color: #4c4c4c;
}
.feature-icon-line {
	border: 1px solid #595959;
	background: 0 0 !important;
}
.feature-icon-line.feature-icon-primary {
	border-color: #0093d2;
	color: #0093d2;
}
.feature-icon-line.feature-icon-white {
	border-color: #fff;
	color: #fff;
}
.feature-icon-line.feature-icon-primary-inverse {
	border-color: #ff6c2d;
	color: #ff6c2d;
}
.feature-caption {
	display: table;
}
.feature-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1em;
}
.feature-subtitle {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.feature-center {
	text-align: center;
}
.feature-center .feature-caption {
	display: block;
}
.feature-center .feature-icon {
	margin-right: auto;
	margin-left: auto;
}
.feature-wrap-fade-white {
	padding: 35px 20px;
	background: rgba(255, 255, 255, 0.2);
}
.blur-area {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
	.blur-area {
		display: none;
	}
}
.icheck-label {
	display: block;
	padding: 0 !important;
}
.icheck,
.iradio {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 7px;
	float: left;
	border: 1px solid #8c8c8c;
	background: 0 0;
	cursor: pointer;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.icheck.checked,
.icheck.hover:after {
	background: #0093d2;
}
.icheck:before,
.iradio:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	content: '\f00c';
	color: #fff;
	font-size: 7px;
	line-height: 10px;
	font-family: FontAwesome;
	text-align: center;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.irs,
.irs-line {
	position: relative;
}
.icheck.checked {
	border-color: #0093d2;
}
.icheck.checked:before {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.icheck.checked:after {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.icheck.disabled {
	background: grey;
}
.icheck-title {
	display: table;
	margin-bottom: 0;
}
.icheck-sub-title {
	display: block;
	margin-top: 1px;
	margin-bottom: 0;
	font-size: 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.irs {
	display: block;
	height: 55px;
	user-select: none;
}
.irs-line {
	display: block;
	top: 33px;
	height: 10px;
	border: 1px solid #ccc;
	border-radius: 16px;
	outline: 0 !important;
	background: #eee;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
	display: block;
	position: absolute;
	top: 0;
	height: 8px;
}
.irs-bar,
.irs-bar-edge {
	display: block;
	top: 33px;
	height: 10px;
	background: #0093d2;
}
.irs-line-left {
	left: 0;
	width: 11%;
}
.irs-line-mid {
	left: 9%;
	width: 82%;
}
.irs-bar,
.irs-bar-edge,
.irs-shadow {
	position: absolute;
	left: 0;
}
.irs-line-right {
	right: 0;
	width: 11%;
}
.irs-bar {
	width: 0;
	border-top: 1px solid #0093d2;
	border-bottom: 1px solid #0093d2;
}
.irs-bar-edge {
	width: 14px;
	border: 1px solid #0093d2;
	border-right: 0;
	border-radius: 16px 0 0 16px;
}
.irs-shadow {
	display: none;
	top: 38px;
	width: 0;
	height: 2px;
	border-radius: 5px;
	background: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.irs-slider {
	display: block;
	z-index: 1;
	position: absolute;
	top: 25px;
	width: 27px;
	height: 27px;
	border: 1px solid #aaa;
	border-radius: 27px;
	background: #ddd;
	cursor: pointer;
}
.irs-from,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
	display: block;
	padding: 1px 5px;
	border-radius: 3px;
	line-height: 1.333;
}
.irs-slider.type_last {
	z-index: 2;
}
.irs-max,
.irs-min {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.1);
	color: #333;
	font-size: 12px;
	cursor: default;
}
.irs-from,
.irs-grid-pol,
.irs-single,
.irs-to {
	position: absolute;
	top: 0;
	left: 0;
	background: #0093d2;
}
.irs-min {
	left: 0;
}
.irs-max {
	right: 0;
}
.irs-from,
.irs-single,
.irs-to {
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	cursor: default;
}
.irs-grid {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	height: 27px;
}
.irs-widh-grid .irs-grid {
	display: block;
	height: 75px;
}
.irs-grid-pol {
	width: 1px;
	height: 8px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.irs-grid-pol.small {
	height: 4px;
	background: #999;
}
.irs-grid-text {
	position: absolute;
	bottom: 5px;
	left: 0;
	padding: 0 3px;
	color: #0093d2;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	white-space: nowrap;
}
.irs-disable-mask {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	background: #000;
	cursor: default;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	cursor: not-allowed;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.irs-disbled {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.irs-hidden-input {
	display: block !important;
	z-index: -9999 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	border-style: solid !important;
	border-color: transparent !important;
	outline: 0 !important;
	background: 0 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fotorama--fullscreen,
.fotorama__img {
	min-width: 0 !important;
	max-width: 99999px !important;
	min-height: 0 !important;
	max-height: 99999px !important;
	padding: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.fotorama__wrap .fotorama__grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.fotorama__grabbing * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.fotorama__spinner {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
	outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
	background-color: rgba(0, 175, 234, 0.5);
	content: '';
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-property: -webkit-transform, width;
	-moz-transition-property: -moz-transform, width;
	-o-transition-property: -o-transform, width;
	-ms-transition-property: -ms-transform, width;
	transition-property: transform, width;
	-webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
	-moz-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
	-ms-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fotorama__nav,
.fotorama__nav__frame {
	margin: auto;
	padding: 0;
}
.fotorama--fullscreen,
.fullscreen {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
}
.fotorama:not(.fotorama--unobtrusive) > :not(:first-child),
.fotorama__wrap--fade .fotorama__stage__frame {
	display: none;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.fotorama__caption__wrap,
.mfp-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
	z-index: -1;
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
	-webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
	color: #fff;
	text-align: center;
}
.fotorama__arr:before,
.fotorama__fullscreen-icon:before,
.fotorama__video-close:before,
.fotorama__video-play:before {
	font-family: FontAwesome;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
	.fotorama__arr,
	.fotorama__fullscreen-icon,
	.fotorama__video-close,
	.fotorama__video-play {
		background: url(~fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat;
	}
}
.fotorama__thumb {
	background-color: #7f7f7f;
	background-color: rgba(127, 127, 127, 0.2);
}
@media print {
	.fotorama__arr,
	.fotorama__fullscreen-icon,
	.fotorama__thumb-border,
	.fotorama__video-close,
	.fotorama__video-play {
		background: 0 0 !important;
	}
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage,
.fullscreen {
	background: #000;
}
.fotorama {
	min-width: 1px;
}
.fullscreen {
	max-width: 100% !important;
	max-height: 100% !important;
	padding: 0 !important;
	overflow: hidden !important;
}
.fotorama--fullscreen {
	z-index: 2147483647 !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	float: none !important;
	background: #000;
}
.fotorama__wrap {
	-webkit-text-size-adjust: 100%;
	z-index: 0;
	position: relative;
	direction: ltr;
}
.fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front {
	z-index: 8;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
	direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
.fotorama__wrap--pan-y {
	-ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
	cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
	-ms-filter: none !important;
	filter: none !important;
	opacity: 1 !important;
}
.fotorama__stage__frame {
	overflow: hidden;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
	display: block;
	top: 0;
	left: 0;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full,
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
	display: none;
}
.fotorama__wrap--fade .fotorama__fade-rear {
	z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
	z-index: 9;
}
.fotorama__img {
	border: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
	display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
	max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
	visibility: visible;
}
.fotorama__nav {
	display: none;
	z-index: 5;
	font-size: 0;
	line-height: 0;
	text-align: center;
	white-space: nowrap;
}
.fotorama__nav__shaft {
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
}
.fotorama__nav__frame {
	position: relative;
	cursor: pointer;
}
.fotorama__nav--dots {
	display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
	width: 18px;
	height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
	display: none;
}
.fotorama__nav--thumbs {
	display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
	padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
	padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
	display: none;
}
.fotorama__dot {
	display: block;
	position: relative;
	top: 12px;
	left: 6px;
	width: 4px;
	height: 4px;
	border: 1px solid #7f7f7f;
	border-radius: 6px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
	display: none;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
	top: -1px;
	left: -1px;
	padding: 1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 0;
	height: 0;
	border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
	top: -3px;
	left: -3px;
	padding: 3px;
}
.fotorama__thumb {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fotorama__nav__frame:focus .fotorama__thumb {
	z-index: 2;
}
.fotorama__thumb-border {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: #0093d2;
	background-image: -webkit-linear-gradient(
		top left,
		rgba(255, 255, 255, 0.25),
		rgba(64, 64, 64, 0.1)
	);
	background-image: -moz-linear-gradient(
		top left,
		rgba(255, 255, 255, 0.25),
		rgba(64, 64, 64, 0.1)
	);
	background-image: -o-linear-gradient(
		top left,
		rgba(255, 255, 255, 0.25),
		rgba(64, 64, 64, 0.1)
	);
	background-image: -ms-linear-gradient(
		top left,
		rgba(255, 255, 255, 0.25),
		rgba(64, 64, 64, 0.1)
	);
	background-image: linear-gradient(
		to bottom right,
		rgba(255, 255, 255, 0.25),
		rgba(64, 64, 64, 0.1)
	);
}
.fotorama__caption {
	z-index: 12;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Helvetica Neue', Arial, sans-serif;
}
.fotorama__caption a {
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.5);
	color: #000;
	text-decoration: none;
}
.fotorama__caption a:hover {
	border-color: rgba(51, 51, 51, 0.5);
	color: #333;
}
.fotorama__wrap--rtl .fotorama__caption {
	right: 0;
	left: auto;
}
.fotorama__caption__wrap {
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
.fotorama__wrap--css3 .fotorama__spinner {
	-webkit-animation: spinner 24s infinite linear;
	-moz-animation: spinner 24s infinite linear;
	-o-animation: spinner 24s infinite linear;
	-ms-animation: spinner 24s infinite linear;
	animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.fotorama__select {
	cursor: auto;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.fotorama__video {
	z-index: 10;
	position: absolute;
	top: 32px;
	right: 0;
	bottom: 0;
	left: 0;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
	z-index: 11;
	position: absolute;
	cursor: pointer;
}
.fotorama__arr {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	line-height: 32px;
}
.fotorama__arr--prev {
	left: 2px;
}
.fotorama__arr--prev:before {
	content: '\f053';
}
.fotorama__arr--next {
	right: 2px;
}
.fotorama__arr--next:before {
	content: '\f054';
}
.fotorama__arr--disabled {
	cursor: default;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
	filter: alpha(opacity=10);
	opacity: 0.1;
	pointer-events: none;
}
.fotorama__fullscreen-icon {
	z-index: 20;
	top: 2px;
	right: 2px;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.fotorama__fullscreen-icon:before {
	content: '\f065';
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
	border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
	background-position: -32px -32px;
}
.fotorama__video-play {
	top: 50%;
	left: 50%;
	width: 96px;
	height: 96px;
	margin-top: -48px;
	margin-left: -48px;
	background-position: 0 -64px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
	display: block;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	background-position: -64px -32px;
}
.fotorama__video-close {
	z-index: 20;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background-position: -64px 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
	display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
	-webkit-transform: translate3d(32px, -32px, 0);
	-moz-transform: translate3d(32px, -32px, 0);
	-o-transform: translate3d(32px, -32px, 0);
	-ms-transform: translate3d(32px, -32px, 0);
	transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
	display: block;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
	.fotorama__fullscreen-icon {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
	.fotorama__fullscreen-icon:focus {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
	.fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
	.fotorama__fullscreen-icon {
	display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
	.fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
	.fotorama__fullscreen-icon:focus {
	display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
	display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
	.fotorama__fullscreen-icon:not(:focus) {
	-webkit-transform: translate3d(32px, -32px, 0);
	-moz-transform: translate3d(32px, -32px, 0);
	-o-transform: translate3d(32px, -32px, 0);
	-ms-transform: translate3d(32px, -32px, 0);
	transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
	.fotorama__arr--prev:not(:focus) {
	-webkit-transform: translate3d(-48px, 0, 0);
	-moz-transform: translate3d(-48px, 0, 0);
	-o-transform: translate3d(-48px, 0, 0);
	-ms-transform: translate3d(-48px, 0, 0);
	transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
	.fotorama__arr--next:not(:focus) {
	-webkit-transform: translate3d(48px, 0, 0);
	-moz-transform: translate3d(48px, 0, 0);
	-o-transform: translate3d(48px, 0, 0);
	-ms-transform: translate3d(48px, 0, 0);
	transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
	-webkit-transform: translate3d(32px, -32px, 0) !important;
	-moz-transform: translate3d(32px, -32px, 0) !important;
	-o-transform: translate3d(32px, -32px, 0) !important;
	-ms-transform: translate3d(32px, -32px, 0) !important;
	transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
	-webkit-transform: translate3d(-48px, 0, 0) !important;
	-moz-transform: translate3d(-48px, 0, 0) !important;
	-o-transform: translate3d(-48px, 0, 0) !important;
	-ms-transform: translate3d(-48px, 0, 0) !important;
	transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
	-webkit-transform: translate3d(48px, 0, 0) !important;
	-moz-transform: translate3d(48px, 0, 0) !important;
	-o-transform: translate3d(48px, 0, 0) !important;
	-ms-transform: translate3d(48px, 0, 0) !important;
	transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	transition-property: transform, opacity;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
	display: block;
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	height: auto;
	-webkit-background-size:
		1px 100%,
		5px 100%;
	-moz-background-size:
		1px 100%,
		5px 100%;
	background-size:
		1px 100%,
		5px 100%;
	background-repeat: no-repeat;
	content: '';
	text-decoration: none;
	pointer-events: none;
}
.fotorama__nav:before,
.fotorama__stage:before {
	left: -10px;
	background-image:
		-webkit-linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		-webkit-radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
	background-image:
		-moz-linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		-moz-radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
	background-image:
		-o-linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		-o-radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
	background-image:
		-ms-linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		-ms-radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
	background-image: linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
	background-position:
		0 0,
		0 0;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
	left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
	right: -10px;
	background-image:
		-webkit-linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		-webkit-radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
	background-image:
		-moz-linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		-moz-radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
	background-image:
		-o-linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		-o-radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
	background-image:
		-ms-linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		-ms-radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
	background-image: linear-gradient(
			transparent,
			rgba(0, 0, 0, 0.2) 25%,
			rgba(0, 0, 0, 0.3) 75%,
			transparent
		),
		radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
	background-position:
		100% 0,
		100% 0;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
	right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
	display: none;
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.bootstrap-datetimepicker-widget {
	color: #000;
	list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	width: 19em;
	margin: 5px 0;
	padding: 12px 15px;
	border: none;
	border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
	display: inline-block;
	position: absolute;
	content: '';
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	right: 6px;
	left: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	right: 7px;
	left: auto;
}
.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	margin: 0;
	font-weight: 700;
	font-size: 1.2em;
}
.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after,
.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after,
.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after,
.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after,
.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after,
.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after,
.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after,
.bootstrap-datetimepicker-widget .btn[data-action='clear']::after,
.bootstrap-datetimepicker-widget .btn[data-action='today']::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after {
	content: 'Increment Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after {
	content: 'Increment Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after {
	content: 'Decrement Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after {
	content: 'Decrement Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after {
	content: 'Show Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after {
	content: 'Show Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after {
	content: 'Toggle AM/PM';
}
.bootstrap-datetimepicker-widget .btn[data-action='clear']::after {
	content: 'Clear the picker';
}
.bootstrap-datetimepicker-widget .btn[data-action='today']::after {
	content: 'Set the date to today';
}
.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	content: 'Toggle Date and Time Screens';
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.bootstrap-datetimepicker-widget .picker-switch td {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
	width: 100%;
	height: 2.5em;
	line-height: 2.5;
}
.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
	border-radius: 4px;
	text-align: center;
}
.bootstrap-datetimepicker-widget table th {
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	content: 'Previous Month';
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.bootstrap-datetimepicker-widget table th.next::after {
	content: 'Next Mounth';
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after,
.theme-login-social-separator:before,
.theme-search-area-options-list .btn:before {
	content: '';
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #eee;
}
.bootstrap-datetimepicker-widget table td {
	width: 54px;
	height: 54px;
	line-height: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
	height: 20px;
	color: #777;
	font-size: 0.8em;
	line-height: 20px;
}
.bootstrap-datetimepicker-widget table td.day {
	width: 33px;
	height: 25px;
	line-height: 25px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
	background: #eee;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
	color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
	poisition: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
	display: inline-block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: #0093d2;
	content: '';
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #0093d2;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	margin: 2px 1.54px;
	border-radius: 4px;
	line-height: 54px;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table td span:hover {
	backround: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
	background-color: #0093d2;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
	color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
	width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em !important;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.quantity-selector.showme {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.quantity-selector-box {
	display: none;
	z-index: 999;
	position: absolute;
	width: 160px;
	margin-top: 5px;
	padding: 15px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	color: #595959;
}
.typeahead.dropdown-menu > li.active > a,
.typeahead.dropdown-menu > li > a:hover {
	background: #0093d2;
}
.quantity-selector-box.show {
	display: block;
}
.quantity-selector-inner {
	position: relative;
}
.quantity-selector-title {
	margin-bottom: 0;
}
.quantity-selector-controls {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.quantity-selector-controls > li {
	height: 20px;
	margin-left: 7px;
	float: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}
.quantity-selector-controls > li > a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0093d2;
	color: #fff;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none !important;
}
.typeahead.dropdown-menu {
	width: 100%;
	padding: 0;
	border: none;
	border-top: 5px solid transparent;
	border-radius: 0;
}
.typeahead.dropdown-menu > li {
	border-bottom: 1px solid #e6e6e6;
}
.typeahead.dropdown-menu > li:last-child {
	border: none;
}
.typeahead.dropdown-menu > li > a {
	padding: 15px;
}
.spinner-grid-dots {
	position: relative;
	width: 135px;
	height: 135px;
}
.spinner-grid-dots div {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	-webkit-animation: blink linear 1s infinite;
	-moz-animation: blink linear 1s infinite;
	-o-animation: blink linear 1s infinite;
	-ms-animation: blink linear 1s infinite;
	animation: blink linear 1s infinite;
}
.spinner-grid-dots div:nth-child(1),
.spinner-grid-dots div:nth-child(6),
.spinner-grid-dots div:nth-child(8) {
	-webkit-animation-delay: -666ms;
	-moz-animation-delay: -666ms;
	-o-animation-delay: -666ms;
	-ms-animation-delay: -666ms;
	animation-delay: -666ms;
}
.spinner-grid-dots div:nth-child(2),
.spinner-grid-dots div:nth-child(5),
.spinner-grid-dots div:nth-child(7) {
	-webkit-animation-delay: -333ms;
	-moz-animation-delay: -333ms;
	-o-animation-delay: -333ms;
	-ms-animation-delay: -333ms;
	animation-delay: -333ms;
}
.spinner-grid-dots div:nth-child(1),
.spinner-grid-dots div:nth-child(2),
.spinner-grid-dots div:nth-child(3) {
	top: 0;
}
.spinner-grid-dots div:nth-child(4),
.spinner-grid-dots div:nth-child(5),
.spinner-grid-dots div:nth-child(6) {
	top: 50px;
}
.spinner-grid-dots div:nth-child(7),
.spinner-grid-dots div:nth-child(8),
.spinner-grid-dots div:nth-child(9) {
	top: 100px;
}
.spinner-grid-dots div:nth-child(1),
.spinner-grid-dots div:nth-child(4),
.spinner-grid-dots div:nth-child(7) {
	left: 0;
}
.spinner-grid-dots div:nth-child(2),
.spinner-grid-dots div:nth-child(5),
.spinner-grid-dots div:nth-child(8) {
	left: 50px;
}
.spinner-grid-dots div:nth-child(3),
.spinner-grid-dots div:nth-child(6),
.spinner-grid-dots div:nth-child(9) {
	left: 100px;
}
@-moz-keyframes blink {
	0%,
	100% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	50% {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
}
@-webkit-keyframes blink {
	0%,
	100% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	50% {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
}
@-o-keyframes blink {
	0%,
	100% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	50% {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
}
@keyframes blink {
	0%,
	100% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	50% {
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
}
.magnific-popup {
	position: relative;
	width: 50%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
}
.mfp-bg,
.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
}
@media (max-width: 991px) {
	.magnific-popup {
		width: 100% !important;
	}
}
.magnific-popup-sm {
	width: 30%;
}
.mfp-bg {
	z-index: 1042;
	width: 100%;
	overflow: hidden;
	background: #0b0b0b;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.mfp-wrap {
	z-index: 1043;
	width: 100%;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	text-align: center;
}
.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	display: inline-block;
	z-index: 1045;
	position: relative;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
.mfp-close,
.mfp-preloader {
	position: absolute;
	text-align: center;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	z-index: 1044;
	top: 50%;
	right: 8px;
	left: 8px;
	width: auto;
	margin-top: -0.8em;
	color: #ccc;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none;
}
button.mfp-arrow,
button.mfp-close {
	display: block;
	-webkit-appearance: none;
	z-index: 1046;
	padding: 0;
	overflow: visible;
	border: 0;
	outline: 0;
	background: 0 0;
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	line-height: 44px;
	font-family: Arial, Baskrville, monospace;
	text-decoration: none;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.mfp-close:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	right: -6px;
	width: 100%;
	padding-right: 6px;
	color: #fff;
	text-align: right;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
	line-height: 0;
}
.mfp-arrow {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 110px;
	margin: -55px 0 0;
	padding: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}
.mfp-arrow:after {
	top: 8px;
	border-top-width: 13px;
	border-bottom-width: 13px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	margin-left: 31px;
	border-right: 17px solid #fff;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	margin-left: 39px;
	border-left: 17px solid #fff;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 900px;
	line-height: 0;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.mfp-iframe-scaler iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure:after,
img.mfp-img {
	display: block;
	width: auto;
	height: auto;
}
img.mfp-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0;
}
.mfp-figure:after {
	z-index: -1;
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 40px;
	left: 0;
	background: #444;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
	color: #bdbdbd;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto;
}
.mfp-title {
	color: #3f3f3f;
	line-height: 18px;
	text-align: left;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-galler .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 880px) and (orientation: landscape),
	screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0;
		padding-left: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: fixed;
		top: auto;
		bottom: 0;
		margin: 0;
		padding: 3px 5px;
		background: rgba(0, 0, 0, 0.6);
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		top: 3px;
		right: 5px;
	}
	.mfp-img-mobile .mfp-close {
		position: fixed;
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		padding: 0;
		background: rgba(0, 0, 0, 0.6);
		line-height: 35px;
		text-align: center;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-moz-transform-origin: 0;
		-o-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-moz-transform-origin: 100%;
		-o-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-right: 0;
		padding-left: 0;
	}
}
.dropdown-meganav-list-items {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
}
.dropdown-meganav-list-items > li {
	margin-bottom: 7px;
}
.dropdown-meganav-list-items > li:last-child {
	margin-bottom: 0;
}
.dropdown-meganav-list-items > li > a {
	color: #6a6a6a;
}
.dropdown-meganav-list-items > li > a:hover {
	color: #3e3e3e;
	text-decoration: none;
}
.dropdown-meganav-list-title {
	margin-top: 0;
	margin-bottom: 13px;
}
.dropdown-meganav-select-list-title {
	margin-top: 0;
	margin-left: 5px;
}
.dropdown-meganav-select-list-currency,
.dropdown-meganav-select-list-lang {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropdown-meganav-select-list-currency {
	font-size: 12px;
}
.dropdown-meganav-select-list-currency > li.active > a {
	background-color: #0093d2;
	color: #fff;
	cursor: default;
}
.dropdown-meganav-select-list-currency > li.active > a > span {
	color: #fff;
}
.dropdown-meganav-select-list-currency > li.active > a:hover {
	background: #0093d2;
	color: #fff;
}
.dropdown-meganav-select-list-currency > li > .theme-link {
	display: block;
	padding: 5px;
	color: #7a7a7a;
	text-decoration: none !important;
}
.dropdown-meganav-select-list-currency > li > .theme-link:hover {
	background-color: #f2f2f2;
	color: #595959;
}
.dropdown-meganav-select-list-currency > li > .theme-link > span {
	display: inline-block;
	width: 30px;
	margin-right: 5px;
	color: #0093d2;
	font-weight: 700;
	font-size: 13px;
}
.dropdown-meganav-select-list-lang {
	font-size: 13px;
}
.dropdown-meganav-select-list-lang > li.active > a {
	background: #e6e6e6;
	color: #505050;
	cursor: default;
}
.dropdown-meganav-select-list-lang > li > .theme-link {
	display: block;
	padding: 7px 5px;
	color: #7a7a7a;
	text-decoration: none !important;
}
.dropdown-meganav-select-list-lang > li > .theme-link:hover {
	background: #e6e6e6;
	color: #505050;
}
.dropdown-meganav-select-list-lang > li > .theme-link > img {
	height: 17px;
	margin-right: 7px;
}
.theme-page-header-abs {
	position: absolute;
	bottom: 60px;
	color: #fff;
}
.theme-page-header-title {
	margin-top: 0;
	font-weight: 300;
	font-size: 40px;
	letter-spacing: 1px;
}
.theme-page-header-subtitle {
	margin-bottom: 0;
	font-size: 21px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-page-header-lg .theme-page-header-title {
	font-size: 60px;
}
@media (max-width: 991px) {
	.theme-page-header-lg .theme-page-header-title {
		font-size: 40px;
	}
}
.theme-page-header-xl .theme-page-header-title {
	font-size: 100px;
}
.theme-page-body {
	margin-top: 45px;
	margin-bottom: 45px;
}
.theme-page-section {
	padding: 30px 0;
}
.theme-page-section-no-pad {
	padding: 0;
}
.theme-page-section-sm {
	padding: 20px 0;
}
.theme-page-section-lg {
	padding: 45px 0;
}
@media (max-width: 991px) {
	.theme-page-section-lg {
		padding: 30px 0;
	}
}
.theme-page-section-xl {
	padding: 60px 0;
}
@media (max-width: 991px) {
	.theme-page-section-xl {
		padding: 45px 0;
	}
}
.theme-page-section-xxl {
	padding: 90px 0;
}
@media (max-width: 991px) {
	.theme-page-section-xxl {
		padding: 60px 0;
	}
}
.theme-page-section-no-pad-bottom {
	padding-bottom: 0;
}
.theme-page-section-dark {
	background: #333;
}
.theme-page-section-gray {
	background: #e6e6e6;
}
.theme-page-section-white {
	background: #fff;
}
.theme-page-section-b-bottom,
.theme-page-section-bb {
	border-bottom: 1px solid #d9d9d9;
}
.theme-page-section-header {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.theme-page-section-header-bb {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.theme-page-section-header-white,
.theme-page-section-header-white .theme-page-section-title,
.theme-page-section-header-white .theme-page-section-title b {
	color: #fff;
}
.theme-page-section-header-sm {
	margin-bottom: 15px;
}
.theme-page-section-header-sm .theme-page-section-title {
	font-size: 18px;
	letter-spacing: 0;
}
.theme-page-section-header-sm .theme-page-section-subtitle {
	margin-top: 7px;
	font-size: 13px;
	letter-spacing: 0;
}
.theme-page-section-header-link {
	display: inline-block;
	margin-top: 10px;
	color: #595959;
	font-size: 17px;
	text-transform: uppercase;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=45)';
	filter: alpha(opacity=45);
	opacity: 0.45;
}
.theme-page-section-header-link:hover {
	color: #595959;
	text-decoration: none;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-page-section-header-link-rb {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 991px) {
	.theme-page-section-header-link-rb {
		position: relative;
	}
}
.theme-page-section-subtitle {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 20px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=45)';
	filter: alpha(opacity=45);
	opacity: 0.45;
}
.theme-page-section-subtitle-sm {
	font-size: 16px;
}
.theme-page-section-title {
	margin-top: 0;
	margin-bottom: 0;
	color: #616161;
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 0.6px;
}
.theme-page-section-title b {
	color: #505050;
}
.theme-page-section-title-sm {
	font-size: 25px;
	letter-spacing: 0;
}
.theme-page-section-title-lg {
	font-size: 32px;
}
.theme-page-section-title-white {
	color: #fff;
	text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}
.theme-breadcrumbs {
	margin: 30px 0 0;
	padding: 0;
	overflow: hidden;
	color: #fff;
	list-style: none;
}
.theme-breadcrumbs > li {
	position: relative;
	padding-right: 40px;
	float: left;
}
.theme-breadcrumbs > li:after {
	position: absolute;
	top: 0;
	right: 12px;
	content: '\2192';
	color: rgba(255, 255, 255, 0.8);
}
.theme-breadcrumbs > li:last-child {
	padding-right: 0;
}
.theme-breadcrumbs > li:last-child:after {
	display: none;
}
@media (max-width: 991px) {
	.theme-breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
	}
	.theme-breadcrumbs > li {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}
.theme-breadcrumbs-center {
	display: table;
	margin-right: auto !important;
	margin-left: auto !important;
}
.theme-breadcrumbs-block {
	margin: 0;
	padding: 30px 0;
}
.theme-breadcrumbs-block.theme-breadcrumbs-sm {
	margin: 0;
	padding: 15px 0;
}
.theme-breadcrumbs-abs-bottom {
	z-index: 5;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.theme-breadcrumbs-item-title {
	margin-bottom: 3px;
	font-size: 15px;
}
.theme-breadcrumbs-item-title.active {
	font-weight: 700;
}
.theme-breadcrumbs-item-title > a {
	color: #fff;
	text-decoration: underline;
}
.theme-breadcrumbs-item-subtitle {
	margin-bottom: 0;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-breadcrumbs-sm {
	margin-top: 25px;
}
.theme-breadcrumbs-sm > li:after {
	top: -2px;
}
.theme-breadcrumbs-sm .theme-breadcrumbs-item-title {
	font-size: 13px;
}
.theme-breadcrumbs-sm .theme-breadcrumbs-item-title > a {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-breadcrumbs-sm .theme-breadcrumbs-item-title > a:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-breadcrumbs-default,
.theme-breadcrumbs-default .theme-breadcrumbs-item-title > a {
	color: #595959;
}
.theme-breadcrumbs-default > li:after {
	color: rgba(89, 89, 89, 0.8);
}
.theme-breadcrumbs-top {
	margin-top: 0;
	margin-bottom: 30px;
}
.theme-hero-area {
	z-index: 1;
	position: relative;
}
.theme-hero-area-primary {
	z-index: 10;
}
.theme-hero-area-sm {
	height: 36vh;
}
.theme-hero-area-half {
	height: 50vh;
}
.theme-hero-area-lg {
	height: 64vh;
}
.theme-hero-area-xl {
	height: 80vh;
}
.theme-hero-area-full {
	height: 100vh;
}
.theme-hero-area-title {
	margin-top: 0;
	color: #fff;
	font-weight: 100;
	font-size: 125px;
	line-height: 1.15em;
	font-family: helvetica, Arial, sans-serif;
	letter-spacing: -2px;
	text-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.theme-blog-item-title,
.theme-reviews-score-total > p {
	font-family: Roboto, helvetica, Arial, sans-serif;
}
.theme-hero-area-subtitle {
	color: #fff;
	font-size: 25px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-hero-area-bg-wrap {
	z-index: 4;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.theme-hero-area-bg,
.theme-hero-area-bg-color,
.theme-hero-area-bg-parallax,
.theme-hero-area-bg-pattern,
.theme-hero-area-bg-video,
.theme-hero-area-grad-mask,
.theme-hero-area-inner-shadow,
.theme-hero-area-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.theme-hero-area-bg-video {
	z-index: 2;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}
@media (max-width: 991px) {
	.theme-hero-area-bg-video {
		display: none;
	}
}
.theme-hero-area-bg-video-blur,
.theme-hero-area-bg-video-blur-strong {
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
	-moz-transform: translate3d(-50%, -50%, 0) scale(1.2);
	-o-transform: translate3d(-50%, -50%, 0) scale(1.2);
	-ms-transform: translate3d(-50%, -50%, 0) scale(1.2);
	transform: translate3d(-50%, -50%, 0) scale(1.2);
	filter: blur(8px);
}
.theme-hero-area-bg-video-blur-strong {
	filter: blur(16px);
}
.theme-hero-area-bg,
.theme-hero-area-bg-parallax {
	z-index: 1;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.theme-hero-area-bg-blur {
	-webkit-transform: translateZ(0) scale(1.2);
	-moz-transform: translateZ(0) scale(1.2);
	-o-transform: translateZ(0) scale(1.2);
	-ms-transform: translateZ(0) scale(1.2);
	transform: translateZ(0) scale(1.2);
	filter: blur(8px);
}
.theme-hero-area-body-vert-center,
.theme-mobile-app-logo > img {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.bg-fixed {
	background-attachment: fixed;
}
.theme-hero-area-bg-color-dark {
	background: #333;
}
.theme-hero-area-bg-pattern {
	z-index: 4;
	background-repeat: repeat;
}
.theme-hero-area-bg-pattern[data-parallax='true'] {
	background-position: unset;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
}
.theme-hero-area-bg-pattern-animate {
	right: 0;
	left: auto;
	width: 300%;
	height: 300%;
	-webkit-animation: patternMove 600s linear infinite;
	-moz-animation: patternMove 600s linear infinite;
	-o-animation: patternMove 600s linear infinite;
	-ms-animation: patternMove 600s linear infinite;
	animation: patternMove 600s linear infinite;
}
.theme-hero-area-bg-pattern-half {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-hero-area-bg-pattern-light {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.theme-hero-area-bg-pattern-mega-light {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=15)';
	filter: alpha(opacity=15);
	opacity: 0.15;
}
.theme-hero-area-bg-pattern-ultra-light {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=3)';
	filter: alpha(opacity=3);
	opacity: 0.03;
}
.theme-hero-area-bg-pattern-strong {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.theme-hero-area-bg-pattern-bold {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.theme-hero-area-grad-mask {
	z-index: 3;
	background: -webkit-linear-gradient(135deg, #00587e, #0093d2);
	background: -moz-linear-gradient(135deg, #00587e, #0093d2);
	background: -o-linear-gradient(135deg, #00587e, #0093d2);
	background: -ms-linear-gradient(135deg, #00587e, #0093d2);
	background: linear-gradient(-45deg, #00587e, #0093d2);
}
.theme-hero-area-grad-mask-i {
	background: -webkit-linear-gradient(135deg, #b43600, #ff6c2d);
	background: -moz-linear-gradient(135deg, #b43600, #ff6c2d);
	background: -o-linear-gradient(135deg, #b43600, #ff6c2d);
	background: -ms-linear-gradient(135deg, #b43600, #ff6c2d);
	background: linear-gradient(-45deg, #b43600, #ff6c2d);
}
.theme-hero-area-grad-mask-half {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-hero-area-grad-mask-light {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.theme-hero-area-grad-mask-strong {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.theme-hero-area-grad-mask-bold {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.theme-hero-area-mask {
	z-index: 2;
	background: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=33)';
	filter: alpha(opacity=33);
	opacity: 0.33;
}
.theme-hero-area-mask-white {
	background: #fff;
}
.theme-hero-area-mask-half {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-hero-area-mask-strong {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=66)';
	filter: alpha(opacity=66);
	opacity: 0.66;
}
.theme-hero-area-mask-bold {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.theme-hero-area-mask-black {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.theme-hero-area-inner-shadow {
	z-index: 5;
	-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
.theme-hero-area-inner-shadow-strong {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.theme-hero-area-inner-shadow-medium {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-hero-area-inner-shadow-light {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.theme-hero-area-front-mask {
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
}
.theme-hero-area-body,
.theme-hero-area-body > .container {
	position: relative;
	height: 100%;
}
.theme-hero-area-front-mask-gray {
	background: #e6e6e6;
}
.theme-hero-area-front-mask-color-inverse {
	background: #ff6c2d;
}
.theme-hero-area-front-mask-color {
	background: #0093d2;
}
.theme-hero-area-front-mask-right {
	right: 0;
	left: auto;
	-webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
}
.theme-hero-area-body {
	z-index: 6;
}
.theme-hero-area-body-vert-center {
	position: absolute;
	top: 50%;
	width: 100%;
	height: auto;
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.theme-hero-area-body-bottom {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: auto;
}
.theme-hero-area-sm .theme-hero-area-slider-item {
	height: 36vh;
}
.theme-hero-area-half .theme-hero-area-slider-item {
	height: 50vh;
}
.theme-hero-area-lg .theme-hero-area-slider-item {
	height: 64vh;
}
.theme-hero-area-xl .theme-hero-area-slider-item {
	height: 80vh;
}
.theme-hero-area-full .theme-hero-area-slider-item {
	height: 100vh;
}
.theme-hero-area-slider {
	z-index: 3;
	position: relative;
}
.theme-hero-area-slider-item {
	position: relative;
	overflow: hidden;
}
.theme-hero-area-slider-item-bg,
.theme-hero-area-slider-item-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.theme-hero-area-slider-item-bg {
	z-index: 1;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.theme-hero-area-slider-item-mask {
	z-index: 2;
	background: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=66)';
	filter: alpha(opacity=66);
	opacity: 0.66;
}
.theme-hero-area-slider-item-caption {
	z-index: 3;
	position: relative;
	padding-top: 200px;
	color: #fff;
	text-align: center;
}
.theme-hero-area-slider-item-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 130px;
	line-height: 1em;
	letter-spacing: 10px;
	text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
.theme-hero-area-slider-item-subtitle {
	display: table;
	width: 50%;
	margin: 0 auto 20px;
	font-size: 19px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
@-moz-keyframes patternMove {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@-webkit-keyframes patternMove {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@-o-keyframes patternMove {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes patternMove {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.theme-hero-text-center {
	text-align: center;
}
.theme-hero-text-white {
	color: #fff;
}
.theme-hero-text-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 200;
	font-size: 50px;
	line-height: 1em;
	letter-spacing: 0;
}
.theme-hero-text-title-lg {
	font-size: 60px;
	line-height: 1.15em;
}
.theme-hero-text-title-xl {
	font-size: 100px;
	line-height: 1em;
	letter-spacing: 1px;
}
@media (max-width: 991px) {
	.theme-hero-text-title-xl {
		font-size: 40px;
	}
}
.theme-hero-text-title-xxl {
	font-size: 150px;
	line-height: 1em;
	letter-spacing: 1.5px;
}
@media (max-width: 991px) {
	.theme-hero-text-title-xxl {
		font-size: 50px;
	}
}
.theme-hero-text-title-sm {
	font-size: 30px;
}
.theme-hero-text-mb {
	margin-bottom: 30px;
}
.theme-hero-text-subtitle {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.6em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.theme-hero-text-subtitle-sm {
	font-size: 16px;
}
.theme-hero-text-body {
	margin-top: 30px;
	font-size: 18px;
}
.theme-hero-text-body > p {
	line-height: 1.5em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-hero-text-video {
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.theme-hero-text-btn {
	margin-top: 30px;
	padding-right: 27px;
	padding-left: 27px;
}
.theme-hero-text-btn.btn-primary-inverse {
	-webkit-box-shadow: 0 5px 15px rgba(90, 27, 0, 0.25);
	box-shadow: 0 5px 15px rgba(90, 27, 0, 0.25);
}
.theme-hero-text-btn.btn-primary {
	-webkit-box-shadow: 0 5px 15px rgba(0, 44, 63, 0.25);
	box-shadow: 0 5px 15px rgba(0, 44, 63, 0.25);
}
.theme-hero-text-sm .theme-hero-text-title {
	margin-bottom: 15px;
	font-size: 43px;
}
.theme-hero-text-sm .theme-hero-text-subtitle {
	font-size: 20px;
	line-height: 1.6em;
}
.theme-hero-text-xs .theme-hero-text-title {
	margin-bottom: 15px;
	font-size: 30px;
}
.theme-hero-text-xs .theme-hero-text-subtitle {
	font-size: 17px;
	line-height: 1.4em;
}
.theme-search-area {
	color: #6a6a6a;
}
@media (min-width: 992px) {
	.theme-search-area-stacked .theme-search-area-section-inner {
		border-right: none;
	}
}
.theme-search-area-stacked
	.theme-search-area-section-curved
	.theme-search-area-section-inner {
	border-radius: 0;
}
@media (max-width: 991px) {
	.theme-search-area-stacked
		.theme-search-area-section-curved
		.theme-search-area-section-inner {
		border-radius: 3px !important;
	}
}
.theme-search-area-stacked
	.theme-search-area-section-curved.first
	.theme-search-area-section-inner {
	border-radius: 3px 0 0 3px;
}
.theme-search-area-stacked .theme-search-area-submit-curved {
	border-radius: 0 3px 3px 0;
}
.theme-search-area-header {
	margin-bottom: 30px;
}
.theme-search-area-header-sm {
	margin-bottom: 0;
}
.theme-search-area-header-sm .theme-search-area-title {
	font-size: 18px;
	letter-spacing: 0;
}
.theme-search-area-header-sm .theme-search-area-subtitle {
	margin-top: 2px;
	font-size: 12px;
}
.theme-search-area-title {
	margin: 0;
	font-weight: 200;
}
.theme-search-area-title-lg {
	font-size: 45px;
}
.theme-search-area-title-sm {
	font-size: 27px;
	letter-spacing: 0.33px;
}
.theme-search-area-subtitle {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 16px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-area-subtitle-sm {
	font-size: 13px;
}
.theme-search-area-title-line {
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.theme-search-area-vert .theme-search-area-section {
	margin-bottom: 20px;
}
.theme-search-area-tabs-header {
	margin-bottom: 40px;
}
.theme-search-area-tabs-title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 60px;
	line-height: 1em;
}
.theme-search-area-tabs-title-lg {
	font-size: 80px;
}
.theme-search-area-tabs-title-sm {
	font-size: 40px;
}
.theme-search-area-tabs-title-xs {
	font-weight: 400;
	font-size: 30px;
}
.theme-search-area-tabs-subtitle {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 25px;
	letter-spacing: 1px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-area-tabs-subtitle-sm {
	font-size: 18px;
	letter-spacing: 0;
}
.theme-search-area-section {
	position: relative;
}
@media (max-width: 991px) {
	.theme-search-area-stacked .theme-search-area-submit-curved {
		border-radius: 3px;
	}
	.theme-search-area-section {
		margin-bottom: 20px;
	}
	.theme-search-area-section-input {
		line-height: 55px;
	}
}
.theme-search-area-section-inner {
	position: relative;
	border: 1px solid #d9d9d9;
}
.theme-search-area-section-input {
	display: block;
	width: 100%;
	height: 55px;
	padding-left: 42.31px;
	border: none;
	background: 0 0;
	font-size: 16px;
}
.theme-search-area-section-icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 42.31px;
	height: 55px;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=86)';
	filter: alpha(opacity=86);
	opacity: 0.86;
}
.theme-search-area-section-label {
	display: block;
	margin-bottom: 12.5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-search-area-section-submit,
.theme-search-area-submit {
	display: block;
	margin-top: 26.5px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}
.theme-search-area-section-submit {
	width: 100%;
	height: 57px;
	padding: 0;
	border: none;
	background: #ff6c2d;
	line-height: 57px;
}
.theme-search-area-section-sm .theme-search-area-section-input {
	height: 45px;
	padding-left: 37.5px;
	font-size: 14px;
}
@media (max-width: 991px) {
	.theme-search-area-section-sm .theme-search-area-section-input {
		line-height: 45px;
	}
}
.theme-search-area-section-sm .theme-search-area-section-icon {
	width: 34.62px;
	height: 45px;
	font-size: 15px;
	line-height: 45px;
}
.theme-search-area-section-sm .theme-search-area-section-label {
	margin-bottom: 8px;
	font-size: 12px;
}
.theme-search-area-section-sm.theme-search-area-section-line
	.theme-search-area-section-inner {
	border-width: 1px;
}
.theme-search-area-section-curved .theme-search-area-section-inner,
.theme-search-area-section-curved .theme-search-area-section-input {
	border-radius: 3px;
}
.theme-search-area-section-fade-white .theme-search-area-section-inner {
	background: rgba(255, 255, 255, 0.2);
}
.theme-search-area-section-fade-black .theme-search-area-section-inner {
	background: rgba(0, 0, 0, 0.2);
}
.theme-search-area-section-no-border .theme-search-area-section-inner {
	border: none;
}
.theme-search-area-section-line .theme-search-area-section-inner {
	border: none;
	border-bottom: 2px solid #989898;
}
.theme-search-area-section-line .theme-search-area-section-icon {
	width: 30.56px;
	text-align: left;
}
.theme-search-area-section-line .theme-search-area-section-input {
	padding-left: 30.56px;
}
.theme-search-area-section-bg-white .theme-search-area-section-inner {
	background: #fff;
}
.theme-search-area-section-bg-fade-white .theme-search-area-section-inner {
	background: rgba(255, 255, 255, 0.65);
}
.theme-search-area-section-mr {
	margin-right: 2px;
}
.theme-search-area-section-border-primary .theme-search-area-section-inner {
	border-color: #0093d2;
}
.theme-search-area-section-border-light .theme-search-area-section-inner {
	border-color: #e4e4e4;
}
.theme-search-area-section-no-icon .theme-search-area-section-input {
	padding-left: 15px;
}
.theme-search-area-submit {
	position: relative;
	width: 100%;
	height: 57px;
	padding: 0;
	border: none;
	background: #ff6c2d;
	line-height: 57px;
}
.theme-search-area-submit-sm {
	height: 47px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 47px;
}
.theme-search-area-submit-sm.theme-search-area-submit-no-border {
	height: 45px;
	line-height: 45px;
}
.theme-search-area-submit-sm .theme-search-area-submit-icon {
	font-size: 1.3em;
}
.theme-search-area-submit-white {
	background: #fff;
	color: #ff6c2d;
}
.theme-search-area-submit-primary {
	background: #0093d2;
}
.theme-search-area-submit-primary.theme-search-area-submit-white {
	background: #fff;
	color: #0093d2;
}
.theme-search-area-submit-no-border {
	height: 55px;
	line-height: 55px;
}
.theme-search-area-submit-curved {
	border-radius: 3px;
}
.theme-search-area-submit-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2em;
}
@media (max-width: 991px) {
	.theme-search-area-submit-icon {
		display: none;
	}
	.theme-search-area-options {
		margin-right: auto;
		margin-left: auto;
	}
	.theme-search-area-options .theme-search-area-options-list .btn:last-child {
		margin-right: 0;
	}
}
.theme-search-area-submit-icon-sm {
	font-size: 1.5em;
}
.theme-search-area-submit-glow {
	-webkit-box-shadow: 0 2px 30px rgba(255, 145, 98, 0.65);
	box-shadow: 0 2px 30px rgba(255, 145, 98, 0.65);
}
.theme-search-area-submit-glow.theme-search-area-submit-primary {
	-webkit-box-shadow: 0 2px 30px rgba(30, 187, 255, 0.65);
	box-shadow: 0 2px 30px rgba(30, 187, 255, 0.65);
}
.theme-search-area-options {
	display: table;
	height: 30px;
	margin-top: 15px;
	overflow: hidden;
}
.theme-search-area-options-dot-primary-inverse
	.theme-search-area-options-list
	.btn.active:before,
.theme-search-area-options-dot-primary-inverse
	.theme-search-area-options-list
	.btn:active:before,
.theme-search-area-options-dot-primary-inverse
	.theme-search-area-options-list
	.btn:focus:before {
	background: #ff6c2d;
	-webkit-box-shadow: 0 0 0 1px #ff6c2d !important;
	box-shadow: 0 0 0 1px #ff6c2d !important;
}
.theme-search-area-options-dot-white
	.theme-search-area-options-list
	.btn.active:before,
.theme-search-area-options-dot-white
	.theme-search-area-options-list
	.btn:active:before,
.theme-search-area-options-dot-white
	.theme-search-area-options-list
	.btn:focus:before {
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px #fff !important;
	box-shadow: 0 0 0 1px #fff !important;
}
.theme-search-area-options-center {
	margin-right: auto;
	margin-left: auto;
}
.theme-search-area-options-center .theme-search-area-options-list .btn:last-child {
	margin-right: 0;
}
.theme-search-area-options-title {
	display: table;
	height: 30px;
	margin: 0 10px 0 0;
	float: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
}
.theme-search-area-options-list {
	margin-right: -5px;
}
.theme-search-area-options-list .btn {
	position: relative;
	height: 30px;
	margin-right: 5px;
	padding: 0 10px 0 15px;
	border: none;
	border-radius: 3px !important;
	outline: 0 !important;
	background: 0 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #595959;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-search-area-options-list .btn:before {
	position: absolute;
	top: 50%;
	left: 3px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 1px #595959;
	box-shadow: 0 0 0 1px #595959;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-search-area-options-list .btn.active,
.theme-search-area-options-list .btn:active,
.theme-search-area-options-list .btn:focus {
	background: 0 0;
	color: #595959;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-area-inline-white .theme-search-area-inline-details,
.theme-search-area-inline-white .theme-search-area-inline-link,
.theme-search-area-inline-white .theme-search-area-inline-link:hover,
.theme-search-area-inline-white .theme-search-area-inline-title,
.theme-search-area-options-white .btn,
.theme-search-area-options-white .btn.active,
.theme-search-area-options-white .btn:active,
.theme-search-area-options-white .btn:focus,
.theme-search-area-options-white .theme-search-area-options-title,
.theme-search-area-white,
.theme-search-area-white .theme-search-area-options-list .btn,
.theme-search-area-white .theme-search-area-options-list .btn.active,
.theme-search-area-white .theme-search-area-options-list .btn:active,
.theme-search-area-white .theme-search-area-options-list .btn:focus {
	color: #fff;
}
.theme-search-area-options-list .btn.active:before,
.theme-search-area-options-list .btn:active:before,
.theme-search-area-options-list .btn:focus:before {
	background: #0093d2;
	-webkit-box-shadow: 0 0 0 1px #0093d2;
	box-shadow: 0 0 0 1px #0093d2;
}
.theme-search-area-white .theme-search-area-section-inner {
	border-color: rgba(255, 255, 255, 0.5);
}
.theme-search-area-white .theme-search-area-section-input::placeholder {
	color: #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-search-area-white
	.theme-search-area-section-line
	.theme-search-area-section-inner {
	border-color: #fff;
}
.theme-search-area-options-white .btn:before,
.theme-search-area-white .theme-search-area-options-list .btn:before {
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}
.theme-search-area-options-white .btn.active:before,
.theme-search-area-options-white .btn:active:before,
.theme-search-area-options-white .btn:focus:before,
.theme-search-area-white .theme-search-area-options-list .btn.active:before,
.theme-search-area-white .theme-search-area-options-list .btn:active:before,
.theme-search-area-white .theme-search-area-options-list .btn:focus:before {
	-webkit-box-shadow: 0 0 0 1px #0093d2;
	box-shadow: 0 0 0 1px #0093d2;
}
.theme-search-area-white
	.theme-search-area-section-border-light
	.theme-search-area-section-inner {
	border-color: rgba(255, 255, 255, 0.25);
}
.theme-search-area-inline-title {
	margin-top: 0;
	font-size: 20px;
}
.theme-search-area-inline-link {
	outline: 0 !important;
	color: #595959;
	text-decoration: none !important;
}
.theme-search-area-inline-link:hover {
	color: #505050;
}
.theme-search-area-inline-link .fa {
	margin-right: 5px;
}
.theme-blog-post-title {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.6em;
}
.theme-blog-post > p {
	margin-bottom: 30px;
	color: #555;
	font-size: 21px;
	line-height: 1.6em;
}
.theme-blog-slider-item {
	position: relative;
	height: 600px;
	height: 64vh;
	color: #fff;
}
.theme-blog-slider-item .banner-caption {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}
.theme-blog-slider-item-post {
	height: 50vh;
}
.theme-blog-slider-item-post .banner-caption {
	bottom: 30px;
}
.theme-blog-slider-item-caption-title {
	font-size: 50px;
	line-height: 1em;
}
.theme-blog-slider-item-caption-title > a {
	color: #fff;
	text-decoration: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-blog-slider-item-caption-title > a:hover {
	color: #fff;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-blog-slider-item-caption-meta {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-blog-slider-item-caption-meta > li {
	display: inline-block;
	margin-right: 15px;
}
.theme-blog-item {
	position: relative;
	overflow: hidden;
}
.theme-blog-item .banner-caption {
	padding: 20px 20px 22px;
}
.theme-blog-item-center {
	text-align: center;
}
.theme-blog-item-center .theme-blog-item-title {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.theme-blog-item-center .theme-blog-item-desc {
	margin: 0 auto;
	padding: 0 15px;
}
.theme-blog-item-time {
	font-style: italic;
	font-size: 12px;
	line-height: 1em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-blog-item-link {
	display: block;
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.theme-blog-item-white .banner-caption {
	padding-top: 20px;
	background: #fff;
	color: #595959;
}
.theme-blog-item-white .banner-bg {
	height: calc(100% - 154px);
}
.theme-blog-item-white .theme-blog-item-title {
	border-color: #d9d9d9;
}
.theme-blog-item-desc {
	max-width: 330px;
	height: 42px;
	margin-bottom: 0;
	overflow: hidden;
	font-size: 14px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.theme-blog-item-title {
	display: table;
	height: 19px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 400;
	font-size: 17px;
	line-height: 1.25em;
}
.theme-page-404 {
	color: #fff;
}
.theme-page-404-title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 270px;
	line-height: 1em;
	letter-spacing: 15px;
	text-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
	.theme-page-404-title {
		font-size: 10em;
	}
}
.theme-page-404-subtitle {
	margin-bottom: 45px;
	font-size: 33px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
@media (max-width: 991px) {
	.theme-page-404-subtitle {
		font-size: 20px;
	}
}
.theme-about-us > .theme-about-us-section:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.theme-about-us-section {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 3px solid #d9d9d9;
}
.theme-about-us-section-title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 70px;
	line-height: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 991px) {
	.theme-about-us-section-title {
		margin-bottom: 15px;
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	.is_stuck .theme-about-us-section-title {
		margin-top: 15px;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
}
.theme-about-us-section-body {
	margin-bottom: -10px;
}
.theme-about-us-section-body > p {
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 1.6em;
}
.theme-about-us-section-gallery {
	margin-bottom: 0;
}
.theme-about-us-section-gallery-img {
	height: 160px;
	margin-bottom: 10px;
}
.theme-about-us-section-gallery-img-lg {
	height: 200px;
}
.theme-about-us-section-gallery-img-xl {
	height: 260px;
}
.theme-about-us-section-team {
	margin-bottom: 10px;
}
.theme-about-us-section-team-member {
	height: 272px;
	margin-bottom: 10px;
}
.theme-about-us-section-team-member .banner-caption {
	position: absolute;
	bottom: 30px;
	left: 0;
}
.theme-about-us-section-team-member-caption {
	display: table;
	padding: 12px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
}
.theme-about-us-section-team-member-name {
	margin-bottom: 5px;
	font-weight: 700;
}
.theme-about-us-section-team-member-position {
	margin-bottom: 0;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-contact-map {
	width: 100%;
	height: 290px;
}
.theme-contact-form-group .form-control {
	height: 50px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 17px;
}
.theme-contact-form-group textarea.form-control {
	height: auto;
}
.theme-contact-title {
	margin-top: 0;
	margin-bottom: 30px;
	color: #595959;
}
.theme-contact-info {
	margin-top: 20px;
	font-size: 16px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-contact-address {
	margin-bottom: 0;
	line-height: 33px;
}
.theme-contact-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-contact-info-list > li {
	line-height: 33px;
}
.theme-contact-info-list > li .fa {
	margin-right: 5px;
}
.theme-contact-info-list > li > a,
.theme-contact-info-list > li > a:hover,
.theme-login-white .theme-login-title {
	color: #fff;
}
.theme-login-white .theme-login-subtitle {
	color: rgba(255, 255, 255, 0.6);
}
.theme-login-white .theme-login-terms {
	color: rgba(255, 255, 255, 0.85);
}
.theme-login-white .theme-login-terms a {
	color: #fff;
	font-weight: 700;
}
.theme-login-header {
	margin-bottom: 15px;
	padding: 0 30px;
}
.theme-login-title {
	margin-top: 0;
	margin-bottom: 0;
	color: #505050;
	font-weight: 300;
	line-height: 1em;
}
.theme-login-subtitle {
	margin-top: 7px;
	margin-bottom: 0;
	color: #616161;
}
.theme-login-box {
	overflow: hidden;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow:
		0 10px 45px rgba(0, 0, 0, 0.15),
		0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow:
		0 10px 45px rgba(0, 0, 0, 0.15),
		0 2px 4px rgba(0, 0, 0, 0.1);
}
.theme-login-box-inner {
	padding: 35px 30px 20px;
}
.theme-login-box-alt {
	padding: 20px 30px;
	border-top: 1px solid #e6e6e6;
	background: #f9f9f9;
}
.theme-login-box-alt p {
	margin-bottom: 0;
	color: #6a6a6a;
	font-size: 14px;
}
.theme-login-terms {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0 30px;
	color: #727272;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-login-terms a {
	color: #595959;
	font-weight: 700;
}
.theme-login-form,
.theme-login-form-group {
	margin-bottom: 20px;
}
.theme-login-form-group .form-control {
	height: 50px;
	border-radius: 0;
	border-color: #dedede;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
}
.theme-login-form-group .form-control:focus {
	border-color: #0093d2;
}
.theme-login-form-group .help-block {
	margin-top: 10px;
	font-size: 13px;
}
.theme-login-form-group .help-block > a {
	color: #7a7a7a;
}
.theme-login-form-group .help-block > a:hover {
	color: #595959;
}
.theme-login-social-login-facebook,
.theme-login-social-login-google {
	display: block;
	padding: 10px 12px;
	overflow: hidden;
	border-radius: 3px;
	color: #fff;
	text-decoration: none !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-payment-success-actions > li > a,
.theme-reviews-more {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-login-social-login-facebook:hover,
.theme-login-social-login-google:hover {
	color: #fff;
}
.theme-login-social-login-facebook .fa,
.theme-login-social-login-google .fa {
	display: block;
	margin-right: 15px;
	float: left;
	font-size: 30px;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
}
.theme-login-social-login-facebook span,
.theme-login-social-login-google span {
	display: table;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
	opacity: 0.9;
}
@media (max-width: 991px) {
	.theme-login-social-login-facebook,
	.theme-login-social-login-google {
		padding: 13px 18px;
		text-align: center;
	}
	.theme-login-social-login-facebook .fa,
	.theme-login-social-login-google .fa {
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}
	.theme-login-social-login-facebook span,
	.theme-login-social-login-google span {
		display: block;
	}
}
.theme-login-social-login-facebook {
	background: #3b5998;
}
.theme-login-social-login-facebook:hover {
	background: #324c81;
}
.theme-login-social-login-google {
	background: #db4437;
}
.theme-login-social-login-google:hover {
	background: #c53024;
}
.theme-login-social-separator {
	position: relative;
	margin-bottom: 20px;
}
.theme-login-social-separator:before {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=17)';
	filter: alpha(opacity=17);
	opacity: 0.17;
}
.theme-login-social-separator > p {
	display: table;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	padding: 0 7px;
	background: #fff;
	color: #8c8c8c;
	font-size: 14px;
}
.theme-login-pwd-reset-text {
	margin-bottom: 20px;
	color: #727272;
	font-size: 16px;
	line-height: 1.6em;
}
.theme-login-pwd-reset-back {
	display: block;
	margin-top: 20px;
	color: #616161;
	font-size: 14px;
}
.theme-login-pwd-reset-back:hover {
	color: #4c4c4c;
}
.theme-login-checkbox .icheck {
	top: 3px;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	background: 0 0;
}
.theme-login-checkbox .icheck.checked {
	border-color: #0093d2;
	background: #0093d2;
}
.theme-login-checkbox .icheck:after {
	display: none;
}
.theme-login-checkbox .icheck:before {
	height: 16px;
	line-height: 14px;
}
.theme-login-checkbox .icheck-title {
	font-weight: 400;
	font-size: 15px;
}
.theme-login-checkbox .icheck-sub-title {
	font-size: 13px;
}
.theme-payment-success-header {
	margin-bottom: 20px;
	padding: 0 30px;
	text-align: center;
}
.theme-payment-success-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 32px;
	line-height: 1em;
}
.theme-payment-success-subtitle {
	margin-bottom: 0;
	color: #8c8c8c;
}
.theme-payment-success-header-icon {
	display: block;
	margin-bottom: 15px;
	color: #ff6c2d;
	font-size: 70px;
	line-height: 1em;
	text-shadow: 2px 5px 10px rgba(210, 63, 0, 0.3);
}
.theme-payment-success-box {
	padding: 35px 30px;
	background: #fff;
	-webkit-box-shadow:
		0 10px 45px rgba(0, 0, 0, 0.15),
		0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow:
		0 10px 45px rgba(0, 0, 0, 0.15),
		0 2px 4px rgba(0, 0, 0, 0.1);
}
.theme-payment-success-summary {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
}
.theme-payment-success-summary > li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	color: grey;
}
.theme-payment-success-summary > li > span {
	position: absolute;
	top: 0;
	right: 0;
	color: #4d4d4d;
	font-weight: 700;
}
.theme-payment-success-check-order {
	margin-top: 30px;
	margin-bottom: 0;
	color: #999;
	font-size: 12px;
}
.theme-payment-success-actions {
	display: table;
	margin: 20px auto 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.theme-payment-success-actions > li {
	margin-right: 30px;
	float: left;
}
.theme-payment-success-actions > li:last-child {
	margin-right: 0;
}
.theme-payment-success-actions > li > a {
	display: block;
	color: #595959;
	text-decoration: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.theme-payment-success-actions > li > a:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-payment-success-actions > li .fa {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 30px;
	line-height: 1em;
}
.theme-payment-success-actions > li p {
	display: table;
	position: relative;
	top: 3px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.15em;
}
.theme-loading {
	color: #fff;
}
.theme-loading-spinner > div {
	margin: 0 auto;
}
.theme-loading-body {
	text-align: center;
}
.theme-loading-title {
	margin: 30px 0;
	font-weight: 300;
	font-size: 60px;
}
.theme-loading-subtitle {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 1.2em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
@media (max-width: 991px) {
	.theme-loading-title {
		font-size: 30px;
	}
	.theme-loading-subtitle {
		font-size: 20px;
	}
}
body,
html {
	overflow-x: hidden;
}
.theme-reviews-more {
	color: #595959;
	font-weight: 700;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.is_stuck .theme-reviews-score,
.theme-abs-logo {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-reviews-more:hover {
	color: #595959;
	text-decoration: none;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-reviews-list-scored {
	margin-top: 50px;
}
.theme-reviews-item {
	margin-bottom: 20px;
}
.theme-reviews-item-body {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.theme-reviews-item-date {
	margin-bottom: 4px;
	font-size: 11px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-reviews-item-author {
	font-size: 11px;
}
.theme-reviews-item-avatar {
	display: block;
	width: 60px;
	margin-bottom: 15px;
	border-radius: 50%;
}
.theme-reviews-item-text {
	margin-bottom: 0;
	color: #616161;
	font-size: 14px;
	line-height: 1.65em;
}
.theme-reviews-rating-bar {
	width: 140px;
	height: 4px;
	margin-top: 7px;
	margin-bottom: 15px;
	background: #ccc;
}
.theme-reviews-rating-bar > div {
	height: 100%;
	background: #0093d2;
}
.theme-reviews-rating-num {
	margin-bottom: 1px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1em;
}
.theme-reviews-rating-title {
	margin-left: 5px;
	font-size: 11px;
	line-height: 1em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-reviews-rating-stars {
	margin: 0 3px 3px 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}
.theme-reviews-rating-stars > li {
	display: inline-block;
	margin-right: 2px;
	color: #ff6c2d;
}
.theme-reviews-score-hor {
	margin-bottom: 10px;
}
.theme-reviews-score-hor .theme-reviews-score-list {
	margin-top: 40px;
}
.is_stuck .theme-reviews-score {
	margin-top: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.theme-reviews-score-header {
	margin-bottom: 10px;
	text-align: center;
}
.theme-reviews-score-title {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 15px;
	letter-spacing: 0;
}
.theme-reviews-score-subtitle {
	margin-bottom: 0;
	color: #727272;
	font-size: 13px;
}
.theme-reviews-score-total {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 100%;
	border-radius: 10px;
	background: #666;
}
.theme-reviews-score-total > p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 70px;
}
.theme-reviews-score-list {
	margin-top: 20px;
}
.theme-reviews-score-item {
	margin-bottom: 20px;
}
.theme-reviews-score-item-header {
	position: relative;
	margin-bottom: 5px;
}
.theme-reviews-score-item-title {
	margin: 0;
	font-size: 14px;
}
.theme-reviews-score-item-num {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-reviews-score-item-bar {
	position: relative;
	height: 6px;
	background-color: #e6e6e6;
}
.theme-reviews-score-item-bar > div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ff6c2d;
}
.theme-tab-slider > img {
	display: none;
}
.theme-tab-slider > img.active {
	display: block;
}
.theme-mobile-app-section {
	position: relative;
}
.theme-mobile-app-img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	padding-top: 40px;
}
.theme-mobile-app-body {
	color: #fff;
}
@media (min-width: 992px) {
	.theme-mobile-app-section {
		height: 66vh;
	}
	.theme-mobile-app-body {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 991px) {
	.theme-mobile-app-img {
		display: none;
	}
	.theme-mobile-app-body {
		padding: 50px 0;
	}
}
.theme-mobile-app-header {
	margin-bottom: 30px;
}
.theme-mobile-app-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 40px;
}
.theme-mobile-app-subtitle {
	margin-bottom: 0;
	font-size: 19px;
	line-height: 1.6em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.theme-mobile-app-btn-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-mobile-app-btn-list > li {
	display: inline-block;
	margin-right: 15px;
}
.theme-mobile-app-btn-list > li:last-child {
	margin-right: 0;
}
@media (max-width: 991px) {
	.theme-mobile-app-btn-list > li {
		margin-bottom: 10px;
	}
	.theme-mobile-app-btn-list > li:last-child {
		margin-bottom: 0;
	}
}
.theme-mobile-app-logo {
	display: block;
	position: relative;
	width: 30px;
	height: 40px;
	margin-right: 17px;
	float: left;
}
.theme-mobile-app-logo > img {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.theme-mobile-app-btn {
	padding: 12px 17px;
	border: none;
	border-radius: 5px;
	background: #2b2b2b;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	text-align: left;
}
.theme-mobile-app-btn > span {
	display: table;
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
}
.theme-mobile-app-btn > span > span {
	color: #fff;
	font-weight: 700;
}
.theme-inline-slider .owl-next,
.theme-inline-slider .owl-prev {
	color: #666;
}
.theme-inline-slider .owl-prev {
	left: -45px;
}
.theme-inline-slider .owl-next {
	right: -45px;
}
.theme-inline-slider-item {
	padding-right: 15px;
	padding-left: 15px;
}
.row[data-gutter='10'] .theme-inline-slider-item {
	padding-right: 5px;
	padding-left: 5px;
}
.row[data-gutter='20'] .theme-inline-slider-item {
	padding-right: 10px;
	padding-left: 10px;
}
.row[data-gutter='0'] .theme-inline-slider-item {
	padding-right: 0;
	padding-left: 0;
}
.theme-inline-slider-nav-white .owl-next,
.theme-inline-slider-nav-white .owl-prev {
	color: #fff;
}
.theme-abs-logo {
	z-index: 6;
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.theme-search-results-map-layout-btn,
.theme-social-list > li > .fa {
	text-decoration: none !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-abs-logo:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-abs-logo > img {
	max-width: 140px;
	max-height: 60px;
}
.theme-social-list {
	z-index: 6;
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.theme-social-list > li {
	display: inline-block;
	margin: 0 10px;
}
.theme-social-list > li > .fa {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	line-height: 35px;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
	transition: 0.3s;
}
.theme-social-list > li > .fa:hover {
	background: #0093d2;
}
.theme-search-results-map-layout-btn {
	display: block;
	padding: 18px 0;
	background: #f7f7f7;
	color: #7a7a7a;
	font-weight: 700;
	font-size: 11px;
	line-height: 1em;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s;
}
.theme-search-results-map-layout-btn:active,
.theme-search-results-map-layout-btn:focus {
	color: #7a7a7a;
}
.theme-search-results-map-layout-btn:hover {
	background: #0093d2;
	color: #fff;
}
.theme-search-results-map-layout-block {
	z-index: 5;
	position: relative;
	overflow-y: scroll;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.theme-search-results-map-layout-block .theme-search-results-item {
	border-right: none;
	border-left: none;
}
.theme-search-results-map-layout-block .theme-search-results-sort {
	margin: 0;
	padding: 10px 15px;
	border: none;
	background: #f7f7f7;
}
.theme-search-results-map-layout-block .theme-search-results-sort-alt > a {
	font-weight: 700;
}
.theme-search-results-sort {
	z-index: 15;
	margin-bottom: 10px;
	padding: 10px 20px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	background: #fff;
}
.theme-search-results-sort-title {
	margin: 0 14px 0 0;
	float: left;
	color: #4c4c4c;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
}
.theme-search-results-sort-list {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.theme-search-results-sort-list > li {
	float: left;
	border-left: 1px solid #f2f2f2;
}
.theme-search-results-sort-list > li:last-child {
	border-right: 1px solid #f2f2f2;
}
.theme-search-results-sort-list > li > a {
	display: block;
	margin-bottom: 2px;
	padding: 0 17px;
	color: #737373;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-search-results-sort-list > li > a > span {
	display: block;
	font-size: 9px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=45)';
	filter: alpha(opacity=45);
	opacity: 0.45;
}
.theme-search-results-sort-list > li > a:hover {
	color: #262626;
	text-decoration: none;
}
.theme-search-results-sort-list > li.active > a,
.theme-search-results-sort-list > li.active > a:hover {
	color: #0093d2;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-sort-list > li.active > a:hover > span,
.theme-search-results-sort-list > li.active > a > span {
	color: #404040;
	font-weight: 400;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-sort-alt {
	float: right;
	font-size: 13px;
}
.theme-search-results-sort-alt > a {
	color: #595959;
	text-decoration: none !important;
}
.theme-search-results-sort-alt > a .caret {
	margin-top: -1px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=55)';
	filter: alpha(opacity=55);
	opacity: 0.55;
}
.theme-search-results-sort-alt .dropdown-menu {
	top: 25px;
	right: -21px;
	left: auto;
	min-width: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.theme-search-results-sort-alt .dropdown-menu > li > a {
	padding: 7px 20px;
	color: #8c8c8c;
	font-size: 12px;
}
.theme-search-results-sort-alt .dropdown-menu > li > a:hover {
	background: 0 0;
	color: #666;
}
.theme-search-results-sort-select {
	position: relative;
	margin-bottom: 20px;
}
.theme-search-results-sort-select:after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '\f107';
	font-family: FontAwesome;
}
.theme-search-results-sort-select > select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 15px;
	border: 1px solid #b3b3b3;
	outline: 0 !important;
	background: #fff;
}
.theme-search-results-sign-in {
	position: relative;
	margin-bottom: 10px;
	padding: 25px 20px;
	border: none;
	border-radius: 2px;
	background: #0093d2;
}
.theme-search-results-sign-in-title {
	margin: 0;
	padding-left: 37px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
}
.theme-search-results-sign-in-btn {
	display: block;
	position: absolute;
	top: 14px;
	right: 20px;
	padding: 7px 10px;
	font-size: 11px;
	text-transform: uppercase;
}
.theme-search-results-sign-in-icon {
	display: block;
	position: absolute;
	top: 18px;
	left: 20px;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.theme-search-results-item {
	z-index: 1;
	position: relative;
	margin-bottom: -1px;
	border: 1px solid #e6e6e6;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-search-results-item-rounded,
.theme-search-results-item-rounded .theme-search-results-item-tabs {
	border-radius: 3px;
}
.theme-search-results-item.active .theme-search-results-item-extend {
	display: block;
}
.theme-search-results-item.active,
.theme-search-results-item:hover {
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}
.theme-search-results-item.active {
	z-index: 2;
	border-color: #bababa;
}
.theme-search-results-item-rounded .theme-search-results-item-img-wrap {
	overflow: hidden;
	border-radius: 3px;
}
.theme-search-results-item-preview {
	position: relative;
	padding: 23px 20px;
}
.theme-search-results-item-mask-link {
	display: block;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.theme-search-results-item-discount-label {
	position: absolute;
	top: 7px;
	left: -3px;
	padding: 7px;
	background: #0093d2;
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 1em;
}
.theme-search-results-item-title,
.theme-search-results-item-title-sm {
	margin-top: 0;
	margin-bottom: 7px;
	color: #000;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3em;
	letter-spacing: 0;
}
.theme-search-results-item-title-sm {
	font-size: 16px;
}
.theme-search-results-item-desc {
	margin-bottom: 0;
	color: #8c8c8c;
	font-size: 12px;
}
.theme-search-results-item-location {
	margin-bottom: 7px;
	font-size: 13px;
}
.theme-search-results-item-location .fa {
	margin-right: 3px;
}
.theme-search-results-item-book {
	position: relative;
	height: 100%;
}
.theme-search-results-item-bs {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.theme-search-results-item-bs:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.theme-search-results-item-lift:hover {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
.theme-search-results-item-category {
	margin-bottom: 10px;
	color: #737373;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.theme-search-results-item-rating .theme-search-results-item-stars > li.active,
.theme-search-results-item-sm
	.theme-search-results-item-rating
	.theme-search-results-item-stars
	> li.active {
	color: #4d4d4d;
}
.theme-search-results-item-full {
	border: none;
}
.theme-search-results-item-full.active {
	border-color: #bababa;
}
.theme-search-results-item-full.active .theme-search-results-item-body {
	background: #fafafa;
}
.theme-search-results-item-full .theme-search-results-item-preview {
	padding: 0;
}
.theme-search-results-item-full .theme-search-results-item-tabs {
	margin-top: 15px;
}
.theme-search-results-item-full .theme-search-results-item-title {
	height: 46px;
	margin-bottom: 20px;
	overflow: hidden;
}
.theme-search-results-item-img-full {
	height: 100%;
}
.theme-search-results-item-body {
	padding: 25px 23px;
	transition: 0.2s;
}
.theme-search-results-item-sm {
	padding: 15px;
}
.theme-search-results-item-sm .theme-search-results-item-title {
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 1.3em;
}
.theme-search-results-item-sm .theme-search-results-item-hotel-rating {
	margin-bottom: 0;
	font-size: 10px;
}
.theme-search-results-item-sm .theme-search-results-item-hotel-stars > li {
	margin-right: 1.5px;
	font-size: 6px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-sm .theme-search-results-item-price {
	margin-bottom: 0;
	line-height: 1em;
	text-align: left;
}
.theme-search-results-item-sm .theme-search-results-item-price-tag {
	display: inline;
	margin-right: 3px;
	font-size: 11px;
}
.theme-search-results-item-rating .theme-search-results-item-stars > li,
.theme-search-results-item-sm
	.theme-search-results-item-rating
	.theme-search-results-item-stars
	> li {
	margin-right: 2px;
	font-size: 10px;
}
.theme-search-results-item-sm .theme-search-results-item-price-sign {
	display: inline;
	font-size: 10px;
}
.theme-search-results-item-sm .theme-search-results-item-car-company-logo {
	max-width: 40px;
}
.theme-search-results-item-sm .theme-search-results-item-rating {
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 10px;
}
.theme-search-results-item-rating {
	margin-top: 2px;
}
.theme-search-results-item-rating .theme-search-results-item-car-company-logo {
	max-width: 30px;
	margin-bottom: 5px;
}
.theme-search-results-item-stars {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
.theme-search-results-item-rating,
.theme-search-results-item-rating-sm {
	margin-bottom: 7px;
	overflow: hidden;
	font-size: 11px;
}
.theme-search-results-item-stars > li {
	display: inline-block;
	margin-right: 3px;
	color: #ccc;
	font-size: 11px;
}
.theme-search-results-item-stars > li.active {
	color: #595959;
}
.theme-search-results-item-rating-sm .theme-search-results-item-stars {
	margin-right: 4px;
}
.theme-search-results-item-rating-sm .theme-search-results-item-stars > li.active {
	color: #0093d2;
}
.theme-search-results-item-rating-title {
	margin-bottom: 0;
	font-weight: 700;
}
.theme-search-results-item-rating-stars {
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
.theme-search-results-item-rating-stars > li {
	display: inline-block;
	margin-right: 3px;
	color: #ccc;
	font-size: 11px;
}
.theme-search-results-item-rating-stars > li.active {
	color: #0093d2;
}
.theme-search-results-item-rating-sm-title {
	margin-bottom: 0;
	font-weight: 700;
}
.theme-search-results-item-bookmark {
	display: block;
	z-index: 15;
	position: relative;
	margin-top: 10px;
	color: #8c8c8c;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.theme-search-results-item-bookmark:hover {
	color: #0093d2;
	text-decoration: none;
}
.theme-search-results-item-bookmark:active,
.theme-search-results-item-bookmark:focus {
	color: #8c8c8c;
	text-decoration: none;
}
.theme-search-results-item-bookmark .fa {
	margin-right: 5px;
	font-size: 15px;
}
.theme-search-results-item-bookmark span {
	position: relative;
	top: -1.5px;
	font-size: 10px;
}
.theme-search-results-item-bookmark.active {
	color: #0093d2;
	text-decoration: none;
}
.theme-search-results-item-bookmark-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.theme-search-results-item-bookmark-top {
	position: absolute;
	top: 0;
	left: 5px;
	margin-top: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
}
.theme-search-results-item-bookmark-top:hover {
	color: #ff6c2d;
}
.theme-search-results-item-bookmark-top .fa {
	font-size: 15px;
}
.theme-search-results-item-bookmark-top span {
	top: -1px;
	font-size: 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.theme-search-results-item-bookmark-top.active {
	top: -6px;
	color: #ff6c2d;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-item-bookmark-top.active span {
	display: none;
}
.theme-search-results-item:hover .theme-search-results-item-bookmark-top {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-item-bookmark-footer {
	padding: 15px 27px;
	border-top: 1px solid #ededed;
	background: #fafafa;
	font-size: 11px;
}
.theme-search-results-item-bookmark-footer-title {
	margin-bottom: 0;
	color: #727272;
}
.theme-search-results-item-bookmark-footer-title > b {
	color: #595959;
}
.theme-search-results-item-bookmark-actions {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.theme-search-results-item-bookmark-actions > li {
	display: inline-block;
	margin-left: 15px;
}
.theme-search-results-item-bookmark-actions > li > a {
	color: #595959;
	text-decoration: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-search-results-item-bookmark-actions > li > a:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-item-bookmark-actions > li > a > .fa {
	margin-right: 5px;
}
.theme-search-results-item-extend {
	position: relative;
}
.theme-search-results-item-extend-inner {
	padding: 30px 27px 23px;
}
.theme-search-results-item-extend-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 23px;
	color: #595959;
	font-family: Arial, Baskrville, monospace;
	text-align: center;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-extend-close:hover {
	color: #595959;
	text-decoration: none;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-item-img {
	width: 100%;
}
.theme-search-results-item-img-wrap {
	position: relative;
}
.theme-search-results-item-img-wrap-inner {
	position: relative;
	margin: 10px 20px;
}
.theme-search-results-item-img-wrap-inner > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.theme-search-results-item-price {
	margin-bottom: 10px;
	text-align: center;
}
.theme-search-results-item-price-tag {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1em;
	font-family: Roboto, helvetica, Arial, sans-serif;
}
.theme-search-results-item-price-sign {
	margin-top: 2px;
	margin-bottom: 0;
	color: #b3b3b3;
	font-size: 10px;
}
.theme-search-results-item-price-btn {
	z-index: 10;
	position: relative;
	padding: 7px 0;
	border-radius: 2px;
	font-weight: 700;
	font-size: 11px;
}
.theme-search-results-item-grid {
	overflow: hidden;
	border: none;
}
.theme-search-results-item-grid .theme-search-results-item-title {
	height: 34px;
	margin-bottom: 0;
	overflow: hidden;
	font-weight: 700;
	font-size: 13px;
}
.theme-search-results-item-grid .theme-search-results-item-hotel-rating {
	margin-bottom: 0;
	font-size: 11px;
}
.theme-search-results-item-grid .theme-search-results-item-hotel-rating b {
	font-size: 13px;
}
.theme-search-results-item-grid .theme-search-results-item-price {
	margin-bottom: 0;
	text-align: right;
}
.theme-search-results-item-grid .theme-search-results-item-price-body {
	text-align: center;
}
.theme-search-results-item-grid .theme-search-results-item-location {
	margin-bottom: 0;
	color: #8c8c8c;
	font-size: 11px;
}
.theme-search-results-item-grid .theme-search-results-item-price-tag {
	font-weight: 400;
	font-size: 15px;
	line-height: 1em;
}
.theme-search-results-item-grid .theme-search-results-item-price-sign {
	font-size: 9px;
}
.theme-search-results-item-grid .theme-search-results-item-hotel-stars {
	margin-bottom: 2px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-grid .theme-search-results-item-car-location {
	margin-top: 0;
}
.theme-search-results-item-grid .theme-search-results-item-stars {
	margin-right: 0;
	float: none;
}
.theme-search-results-item-grid .theme-search-results-item-room-feature-list {
	font-size: 12px;
}
.theme-search-results-item-grid .theme-search-results-item-room-feature-list > li {
	display: block;
	margin-right: 0;
	margin-bottom: 1px;
}
.theme-search-results-item-grid
	.theme-search-results-item-room-feature-list
	> li:last-child {
	margin-bottom: 0;
}
.theme-search-results-item-grid
	.theme-search-results-item-room-feature-list
	> li:after {
	display: none;
}
.theme-search-results-item-grid .theme-search-results-item-room-feature-list-icon {
	display: inline-block;
	width: 13px;
	margin-right: 5px;
}
.theme-search-results-item-grid-caption {
	margin-top: 7px;
	padding-top: 12px;
	border-top: 1px solid #ededed;
}
.theme-search-results-item-grid-caption .theme-search-results-item-rating {
	margin: 0;
}
.theme-search-results-item-grid-caption .theme-search-results-item-rating-title {
	font-weight: 400;
}
.theme-search-results-item-grid-caption .theme-search-results-item-rating-stars {
	margin-right: 0;
	margin-bottom: 1px;
	float: none;
}
.theme-search-results-item-grid-caption
	.theme-search-results-item-rating-stars
	> li {
	font-size: 10px;
}
.theme-search-results-item-grid-img {
	height: 18vh;
}
.theme-search-results-item-grid-body {
	padding: 20px;
}
.theme-search-results-item-grid-body-car {
	padding-top: 0;
}
.theme-search-results-item-grid-body-car .theme-search-results-item-title {
	position: relative;
	padding-right: 60px;
}
.theme-search-results-item-grid-body-car
	.theme-search-results-item-car-company-logo {
	position: absolute;
	top: 2px;
	right: 0;
	max-width: 50px;
	max-height: 100%;
}
.theme-search-results-item-grid-header-logo {
	position: relative;
}
.theme-search-results-item-grid-header-logo .theme-search-results-item-title {
	position: relative;
	padding-right: 60px;
}
.theme-search-results-item-grid-header-logo
	.theme-search-results-item-car-company-logo {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 50px;
	max-height: 100%;
}
.theme-search-results-item-grid-car-img-wrap {
	position: relative;
	height: 18vh;
	margin: 0 20px;
}
.theme-search-results-item-grid-car-img-wrap > img {
	position: absolute;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.theme-search-results-item-grid-exp-time {
	margin-bottom: 7px;
	font-size: 12px;
}
.theme-search-results-item-grid-inline {
	background: 0 0;
}
.theme-search-results-item-grid-inline:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.theme-search-results-item-grid-inline:hover
	.theme-search-results-item-grid-body-car
	.theme-search-results-item-car-company-logo {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-item-grid-inline .theme-search-results-item-grid-img {
	border-radius: 2px;
}
.theme-search-results-item-grid-inline .theme-search-results-item-grid-body {
	margin-top: 15px;
	padding: 0;
}
.theme-search-results-item-grid-inline .theme-search-results-item-title {
	height: auto;
}
.theme-search-results-item-grid-inline .theme-search-results-item-grid-caption {
	padding: 0;
	border: none;
}
.theme-search-results-item-grid-inline .theme-search-results-item-stars {
	margin-right: 4px;
	float: left;
}
.theme-search-results-item-grid-inline .theme-search-results-item-grid-car-img-wrap {
	margin: 0 10px;
}
.theme-search-results-item-grid-inline
	.theme-search-results-item-grid-body-car
	.theme-search-results-item-car-feature-list {
	margin-top: 5px;
}
.theme-search-results-item-grid-inline
	.theme-search-results-item-grid-body-car
	.theme-search-results-item-car-company-logo {
	right: 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=33)';
	filter: alpha(opacity=33);
	opacity: 0.33;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.banner-caption {
	padding-top: 120px;
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.01),
		rgba(0, 0, 0, 0.7)
	);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-title {
	height: auto;
	color: #fff;
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-hotel-stars {
	color: #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=86)';
	filter: alpha(opacity=86);
	opacity: 0.86;
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-grid-caption {
	border-color: rgba(255, 255, 255, 0.3);
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-hotel-rating {
	color: rgba(255, 255, 255, 0.4);
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-hotel-rating-title {
	color: #fff;
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-hotel-rating-title
	> b {
	color: #0093d2;
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-price-tag {
	color: #fff;
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-rating-stars
	> li {
	color: #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-grid
	.theme-search-results-item-grid-body-full
	.theme-search-results-item-rating-stars
	> li.active {
	color: #1ebbff;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-item-tabs {
	background: #fff;
}
.theme-search-results-item-tabs .nav-tabs {
	padding: 0 20px;
	border-color: #f0f0f0;
}
.theme-search-results-item-tabs .nav-tabs > li {
	margin: 0 10px;
}
.theme-search-results-item-tabs .nav-tabs > li:first-child {
	margin-left: 0;
}
.theme-search-results-item-tabs .nav-tabs > li:last-child {
	margin-right: 0;
}
.theme-search-results-item-tabs .nav-tabs > li > a {
	display: block;
	position: relative;
	padding: 0 0 7px;
	border: none !important;
	outline: 0 !important;
	background: 0 0 !important;
	color: #595959;
	font-size: 13px;
}
.theme-search-results-item-tabs .nav-tabs > li.active > a {
	background: 0 0;
	color: #0093d2;
}
.theme-search-results-item-tabs .nav-tabs > li.active > a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0093d2;
	content: '';
}
.theme-search-results-item-tabs .tab-content {
	padding: 20px;
}
.theme-search-results-item-tabs-gallery {
	margin: 0 -5px -5px 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.theme-search-results-item-tabs-gallery > li {
	width: 25%;
	float: left;
}
.theme-search-results-item-tabs-gallery > li > a {
	display: block;
	padding-right: 5px;
	padding-bottom: 5px;
}
.theme-search-results-item-tabs-gallery > li > a > img {
	width: 100%;
}
.theme-search-results-item-tabs-details-desc {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.6em;
}
.theme-search-results-item-tabs-details-table {
	width: 100%;
	font-size: 13px;
}
.theme-search-results-item-tabs-details-table th {
	height: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	line-height: 16px;
}
.theme-search-results-item-tabs-details-table-title {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-search-results-item-tabs-details-table-value {
	width: 50%;
	height: 16px;
}
.theme-search-results-item-tabs-details-table-value-bar {
	width: 100%;
	height: 10px;
	margin-top: 3px;
	background: #e6e6e6;
}
.theme-search-results-item-tabs-details-table-value-bar > div {
	height: 100%;
	background: #0093d2;
}
.theme-search-results-item-tabs-map {
	border: 1px solid #ccc;
}
.theme-search-results-item-tabs-map-title {
	margin-top: 0;
	font-size: 16px;
}
.theme-search-results-item-tabs-map-phone {
	margin-bottom: 30px;
	font-size: 14px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-search-results-item-tabs-map-rates {
	margin: 0 0 -20px;
	padding: 0;
	list-style: none;
}
.theme-search-results-item-tabs-map-rates > li {
	margin-bottom: 20px;
}
.theme-search-results-item-tabs-map-rates-icon {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	background: #e6e6e6;
	color: #0093d2;
	line-height: 35px;
	text-align: center;
}
.theme-search-results-item-tabs-map-rates-title {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 400;
}
.theme-search-results-item-tabs-map-rates-sign {
	margin-bottom: 0;
	font-size: 11px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-search-results-item-tabs-similar-item {
	z-index: 1;
	position: relative;
	border: 1px solid #d9d9d9;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-search-results-item-tabs-similar-item:hover {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.theme-search-results-item-tabs-similar-item-link {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.theme-search-results-item-tabs-similar-item-img {
	width: 100%;
}
.theme-search-results-item-tabs-similar-item-caption {
	padding: 10px 15px;
}
.theme-search-results-item-tabs-similar-item-price {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 17px;
}
.theme-search-results-item-tabs-similar-item-title {
	height: 27px;
	margin-top: 0;
	margin-bottom: 10px;
	overflow: hidden;
	font-weight: 400;
	font-size: 12px;
}
.theme-search-results-item-tabs-similar-item-book {
	font-size: 11px;
}
.theme-search-results-item-tabs-similar-item-stars {
	margin: 0 0 8px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.theme-search-results-item-tabs-similar-item-stars > li {
	margin-right: 3px;
	float: left;
	font-size: 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=33)';
	filter: alpha(opacity=33);
	opacity: 0.33;
}
.theme-search-results-item-tabs-similar-item-stars > li.active {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-search-results-item-flight-airline-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 11px;
	font-family: helvetica, Arial, sans-serif;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-flight-airline-logo {
	display: block;
	width: 100%;
}
.theme-search-results-item-flight-sections
	.theme-search-results-item-flight-section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e6e6e6;
}
@media (min-width: 992px) {
	.theme-search-results-item-flight-sections
		.theme-search-results-item-flight-section:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
}
.theme-search-results-item-flight-section-airline-logo-wrap {
	position: relative;
	height: 100%;
}
.theme-search-results-item-flight-section-airline-logo {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 67%;
	max-height: 50px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 991px) {
	.theme-search-results-item-flight-section-airline-logo {
		position: relative;
		top: 0;
		left: 0;
		width: 50px;
		max-height: none;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.theme-search-results-item-flight-section-meta {
		display: table;
		margin: 0 auto 20px;
	}
	.theme-search-results-item-flight-section-meta > p {
		display: inline-block;
		margin: 0 7px;
	}
}
.theme-search-results-item-flight-section-item {
	padding: 0 15px;
}
.theme-search-results-item-flight-section-airline-title {
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 10px;
	font-family: helvetica, Arial, sans-serif;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	filter: alpha(opacity=40);
	opacity: 0.4;
}
@media (max-width: 991px) {
	.theme-search-results-item-flight-section-airline-title {
		margin-top: 10px;
		font-size: 12px;
		text-align: center;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
		filter: alpha(opacity=65);
		opacity: 0.65;
	}
}
.theme-search-results-item-flight-section-meta-time {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1em;
	text-transform: uppercase;
}
.theme-search-results-item-flight-section-meta-time > span {
	margin-left: 2px;
	font-weight: 400;
	font-size: 10px;
	line-height: 1em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-flight-section-meta-city {
	margin-bottom: 2px;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-flight-section-meta-date {
	margin-bottom: 0;
	font-size: 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-flight-section-path {
	position: relative;
	height: 60px;
	margin: 0 5px;
}
@media (max-width: 991px) {
	.theme-search-results-item-flight-section-path {
		margin-bottom: 20px;
	}
}
.theme-search-results-item-flight-section-path-line {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #dedede;
}
.theme-search-results-item-flight-section-path-icon {
	margin-bottom: 9px;
	backface-visibility: hidden;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-flight-section-path-line-end,
.theme-search-results-item-flight-section-path-line-middle,
.theme-search-results-item-flight-section-path-line-middle-1,
.theme-search-results-item-flight-section-path-line-middle-2,
.theme-search-results-item-flight-section-path-line-start {
	position: absolute;
	left: -15px;
	width: 30px;
	text-align: center;
}
.theme-search-results-item-flight-section-path-line-end {
	right: -15px;
	left: auto;
}
.theme-search-results-item-flight-section-path-line-end
	.theme-search-results-item-flight-section-path-icon {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.theme-search-results-item-flight-section-path-line-middle,
.theme-search-results-item-flight-section-path-line-middle-1,
.theme-search-results-item-flight-section-path-line-middle-2 {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.theme-search-results-item-flight-section-path-line-middle
	.theme-search-results-item-flight-section-path-line-dot,
.theme-search-results-item-flight-section-path-line-middle-1
	.theme-search-results-item-flight-section-path-line-dot,
.theme-search-results-item-flight-section-path-line-middle-2
	.theme-search-results-item-flight-section-path-line-dot {
	background: #999;
}
.theme-search-results-item-flight-section-path-line-middle-1 {
	left: 33%;
	-webkit-transform: traslateX(-33%);
	-moz-transform: traslateX(-33%);
	-o-transform: traslateX(-33%);
	-ms-transform: traslateX(-33%);
	transform: traslateX(-33%);
}
.theme-search-results-item-flight-section-path-line-middle-2 {
	left: 66%;
	transfrom: translateX(-66%);
}
.theme-search-results-item-flight-section-path-line-dot {
	width: 8px;
	height: 8px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #0093d2;
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
}
.theme-search-results-item-flight-section-path-line-title {
	font-size: 9px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-flight-section-path-fly-time {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.theme-search-results-item-flight-section-path-fly-time > p {
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-flight-section-path-stops-count {
	position: absolute;
	top: 13px;
	width: 100%;
	font-size: 9px;
	text-align: center;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.theme-search-results-item-flight-detail-items
	.theme-search-results-item-flight-details {
	margin-bottom: 30px;
}
.theme-search-results-item-flight-detail-items
	.theme-search-results-item-flight-details:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.theme-search-results-item-flight-details-info {
		margin-bottom: 15px;
	}
}
.theme-search-results-item-flight-details-info-title {
	margin-top: 0;
	margin-bottom: 7px;
	color: #999;
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.theme-search-results-item-flight-details-info-date {
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
}
.theme-search-results-item-flight-details-info-cities {
	margin-bottom: 10px;
	font-size: 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-flight-details-info-fly-time {
	margin-bottom: 0;
	font-size: 16px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.theme-search-results-item-flight-details-info-stops {
	margin-bottom: 0;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.theme-search-results-item-flight-details-schedule-list {
	position: relative;
	margin: 0;
	padding-left: 30px;
	list-style: none;
}
.theme-search-results-item-flight-details-schedule-list:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #d9d9d9;
	content: '';
}
.theme-search-results-item-flight-details-schedule-list > li {
	position: relative;
	margin-bottom: 30px;
}
.theme-search-results-item-flight-details-schedule-list > li:last-child {
	margin-bottom: 0;
}
.theme-search-results-item-flight-details-schedule-icon {
	display: block;
	position: absolute;
	top: 16px;
	left: -42px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #d9d9d9;
	box-shadow: 0 0 0 1px #d9d9d9;
	color: #0093d2;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}
.theme-search-results-item-flight-details-schedule-icon.fa-plane {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.theme-search-results-item-flight-details-schedule-icon.fa-plane:before {
	position: relative;
	top: 1px;
	margin-left: -1px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.theme-search-results-item-flight-details-schedule-dots {
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	border-top: 2px dotted #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.theme-search-results-item-flight-details-schedule-date {
	margin-bottom: 7px;
	font-size: 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-flight-details-schedule-time {
	display: table;
	z-index: 2;
	position: relative;
	margin-bottom: 7px;
	padding-right: 10px;
	background: #fff;
	font-size: 16px;
	line-height: 1em;
	font-family: Roboto, helvetica, Arial, sans-serif;
}
.theme-search-results-item-flight-details-schedule-time-item {
	font-weight: 700;
	text-transform: uppercase;
}
.theme-search-results-item-flight-details-schedule-time-item > span {
	margin-left: 1.5px;
	font-weight: 400;
	font-size: 10px;
}
.theme-search-results-item-flight-details-schedule-time-separator {
	padding: 0 6px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.theme-search-results-item-flight-details-schedule-fly-time {
	z-index: 2;
	position: absolute;
	top: 20px;
	right: 0;
	padding-left: 10px;
	background-color: #fff;
	color: #999;
	font-size: 12px;
}
.theme-search-results-item-hotel-feature-list > li > span,
.theme-search-results-item-hotel-features > li > span {
	position: relative;
	top: -2px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.theme-search-results-item-flight-details-schedule-transfer {
	margin-bottom: 2px;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.theme-search-results-item-flight-details-list-body {
	position: relative;
}
.theme-search-results-item-flight-details-schedule-destination {
	margin-bottom: 10px;
	overflow: hidden;
}
.theme-search-results-item-flight-details-schedule-destination-item,
.theme-search-results-item-flight-details-schedule-destination-separator {
	float: left;
}
.theme-search-results-item-flight-details-schedule-destination-separator {
	margin: 0 10px;
}
.theme-search-results-item-flight-details-schedule-destination-separator > span {
	display: block;
	line-height: 1em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-flight-details-schedule-destination-title {
	margin-bottom: 0;
	font-size: 12px;
}
.theme-search-results-item-flight-details-schedule-destination-city {
	margin-bottom: 0;
	font-size: 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-flight-details-schedule-features {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-flight-details-schedule-features > li {
	display: inline-block;
	margin-right: 10px;
}
.theme-search-results-item-flight-payment-airline {
	margin-bottom: 5px;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-item-flight-payment-info {
	margin-bottom: 15px;
	font-size: 14px;
}
.theme-search-results-item-flight-payment-dates {
	margin: 0 0 15px;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
.theme-search-results-item-flight-payment-details-link {
	font-size: 12px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.theme-search-results-item-hotel-feature-list {
	margin: 0;
	padding: 0;
	color: #6a6a6a;
	font-size: 12px;
	list-style: none;
}
.theme-search-results-item-hotel-feature-list > li {
	margin-bottom: 4px;
	hieght: 17px;
	color: #0093d2;
	line-height: 17px;
}
.theme-search-results-item-hotel-feature-list > li:last-child {
	margin-bottom: 0;
}
.theme-search-results-item-hotel-feature-list > li > span {
	display: inline-block;
	margin-right: 4px;
	background: #0093d2;
	color: #fff;
	font-size: 8px;
	line-height: 14px;
}
.theme-search-results-item-hotel-features {
	margin: 0;
	padding: 0;
	color: #6a6a6a;
	font-size: 12px;
	list-style: none;
}
.theme-search-results-item-hotel-features > li {
	margin-bottom: 4px;
	hieght: 17px;
	color: #ff6c2d;
	line-height: 17px;
}
.theme-search-results-item-hotel-features > li:last-child {
	margin-bottom: 0;
}
.theme-search-results-item-hotel-features > li > span {
	display: inline-block;
	margin-right: 4px;
	background: #ff6c2d;
	color: #fff;
	font-size: 8px;
	line-height: 14px;
}
.theme-search-results-item-hotel-book-count {
	margin-bottom: 12px;
	color: #7a7a7a;
	font-size: 11px;
}
.theme-search-results-item-hotel-rating {
	margin-bottom: 7px;
	overflow: hidden;
	font-size: 13px;
}
.theme-search-results-item-hotel-rating-title {
	margin-bottom: 0;
}
.theme-search-results-item-hotel-rating-title > b {
	color: #0093d2;
}
.theme-search-results-item-hotel-stars {
	margin: 0 0 1px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.theme-search-results-item-hotel-stars > li {
	margin-right: 3px;
	float: left;
	font-size: 8px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.theme-search-results-item-full .theme-search-results-item-hotel-book-count {
	margin-bottom: 0;
}
.theme-search-results-item-hotel-room-features,
.theme-search-results-item-hotel-room-options {
	margin: 10px 0 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-search-results-item-hotel-room-features > li,
.theme-search-results-item-hotel-room-options > li {
	margin-bottom: 5px;
}
.theme-search-results-item-hotel-room-features > li:last-child,
.theme-search-results-item-hotel-room-options > li:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.theme-search-results-item-hotel-room-options {
		margin-bottom: 15px;
	}
}
.theme-search-results-item-hotel-room-features > li > .fa {
	display: inline-block;
	width: 20px;
	margin-right: 7px;
	text-align: center;
}
.theme-search-results-item-room-feature-list {
	margin-bottom: 7px;
	padding: 0;
	font-size: 13px;
	list-style: none;
}
.theme-search-results-item-room-feature-list > li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.theme-search-results-item-room-feature-list > li:after {
	position: absolute;
	top: 50%;
	right: -7.5px;
	width: 2px;
	height: 2px;
	margin-top: -1px;
	background: #000;
	content: '';
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.theme-search-results-item-room-feature-list > li:last-child {
	margin-right: 0;
}
.theme-search-results-item-room-feature-list > li:last-child:after {
	display: none;
}
.theme-search-results-item-room-feature-list-icon {
	position: relative;
	top: -1px;
	margin-right: 3px;
	font-size: 11px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-search-results-item-car-feature-list {
	display: table;
	margin: 10px auto 0;
	padding: 0;
	list-style: none;
}
.theme-search-results-item-car-feature-list > li {
	display: inline-block;
	margin-right: 14px;
	text-align: center;
}
.theme-search-results-item-car-feature-list > li:last-child {
	margin-right: 0;
}
.theme-search-results-item-car-feature-list > li .fa {
	display: block;
	margin-bottom: 2px;
	font-size: 19px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-car-feature-list > li span {
	display: block;
	font-size: 9px;
}
.theme-search-results-item-car-location {
	margin-top: 15px;
	overflow: hidden;
}
.theme-search-results-item-car-location-icon {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 27px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-search-results-item-car-location-body {
	display: table;
}
.theme-search-results-item-car-location-title {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1em;
}
.theme-search-results-item-car-location-subtitle {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 1em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-car-company {
	margin-bottom: 5px;
}
.theme-search-results-item-car-company-title {
	margin-bottom: 4px;
	font-size: 11px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-item-car-company-logo {
	max-width: 60px;
	max-height: 20px;
}
.theme-search-results-item-car-list {
	margin: 15px 0 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}
.theme-search-results-item-car-list > li {
	margin-bottom: 3px;
}
.theme-search-results-item-car-list > li .fa {
	margin-right: 5px;
	color: #0093d2;
}
.theme-search-results-item-exp-time {
	margin-bottom: 7px;
	font-size: 13px;
}
.theme-search-results-mobile-filters {
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.theme-search-results-mobile-filters.active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
@media (min-width: 992px) {
	.theme-search-results-mobile-filters {
		display: none;
	}
}
.theme-search-results-mobile-filters-btn {
	display: block;
	margin: 0 15px;
	padding: 15px;
	outline: 0 !important;
	background: #0093d2;
	-webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}
.theme-search-results-mobile-filters-btn .fa {
	margin-right: 7px;
}
.theme-search-results-sidebar-map-view {
	position: relative;
	margin-bottom: 30px;
	padding: 17px 25px;
	overflow: hidden;
	border-radius: 2px;
	background-image: url(~/common/img/map-view.png);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.theme-search-results-sidebar-map-view:hover
	.theme-search-results-sidebar-map-view-mask {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-search-results-sidebar-map-view-primary
	.theme-search-results-sidebar-map-view-mask {
	background: #0093d2;
}
.theme-search-results-sidebar-map-view-body {
	display: table;
	z-index: 2;
	position: relative;
	margin: 0 auto;
}
.theme-search-results-sidebar-map-view-mask {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	background: #404040;
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.theme-search-results-sidebar-map-view-icon {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 18px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.theme-search-results-sidebar-map-view-sign {
	display: table;
	position: relative;
	top: 2px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.theme-search-results-sidebar-map-view-link {
	display: block;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.theme-search-results-sidebar-section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	border-color: #d9d9d9;
}
.theme-search-results-sidebar-section-title {
	margin-top: 0;
	margin-bottom: 15px;
	color: #555;
	font-size: 13px;
	letter-spacing: 0.33px;
	text-transform: uppercase;
}
.theme-search-results-sidebar-section-checkbox-list-items {
	margin: 0;
}
.theme-search-results-sidebar-section-checkbox-list-item {
	margin: 0;
	padding-bottom: 8px;
}
.theme-search-results-sidebar-section-checkbox-list-item label {
	color: #6a6a6a;
	font-size: 14px;
}
.theme-search-results-sidebar-section-checkbox-list-item label .icheck {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	margin-bottom: -10px;
}
.theme-search-results-sidebar-section-checkbox-list-item label .icheck:before {
	height: 18px;
	line-height: 16px;
}
.theme-search-results-sidebar-section-checkbox-list-item
	+ .theme-search-results-sidebar-section-checkbox-list-item {
	margin: 0;
}
.theme-search-results-sidebar-section-checkbox-list-items
	.theme-search-results-sidebar-section-checkbox-list-item:last-child {
	padding-bottom: 0;
}
.theme-search-results-sidebar-section-checkbox-list-amount {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-search-results-sidebar-section-checkbox-list-items-expand {
	padding-top: 8px;
}
.theme-search-results-sidebar-section-checkbox-list-expand-link {
	display: block;
	position: relative;
	margin-top: 15px;
	color: #595959 !important;
	font-size: 11px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.theme-search-results-sidebar-section-checkbox-list-expand-link .fa {
	position: absolute;
	right: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	font-size: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-search-results-sidebar-section-checkbox-list-expand-link[aria-expanded='true']
	.fa {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.theme-search-results-sidebar-section-price .irs {
	height: 47px;
	margin-top: -3px;
}
.theme-search-results-sidebar-section-price .irs-bar,
.theme-search-results-sidebar-section-price .irs-line {
	height: 5px;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	-o-transition: 0.15s;
	-ms-transition: 0.15s;
	transition: 0.15s;
}
.theme-search-results-sidebar-section-price .irs-line {
	border: none;
	background: #c7c7c7;
}
.theme-search-results-sidebar-section-price .irs-slider {
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	-o-transition: 0.15s;
	-ms-transition: 0.15s;
	transition: 0.15s;
}
.theme-account-nav-list > li > a,
.theme-payment-page-signin {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-search-results-sidebar-section-price .irs-from,
.theme-search-results-sidebar-section-price .irs-single,
.theme-search-results-sidebar-section-price .irs-to {
	top: 3px;
	padding: 0;
	background: 0 0;
	color: #595959;
	font-size: 13px;
}
.theme-search-results-sidebar-section-price .irs-from {
	margin-left: 4px;
}
.theme-search-results-sidebar-section-price .irs-to {
	margin-left: -4px;
}
.theme-search-results-sidebar-section-price .irs-max,
.theme-search-results-sidebar-section-price .irs-min {
	top: 4px;
	padding: 0;
	background: 0 0;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-search-results-sidebar-section-price .irs-slider.state_hover,
.theme-search-results-sidebar-section-price .irs-slider:hover {
	-webkit-box-shadow: 0 0 0 2px #0093d2;
	box-shadow: 0 0 0 2px #0093d2;
}
.theme-search-results-sidebar-section-search {
	position: relative;
	overflow: hidden;
}
.theme-search-results-sidebar-section-search-input {
	display: block;
	width: 100%;
	height: 40px;
	padding-right: 50px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	outline: 0 !important;
	font-size: 14px;
	line-height: 40px;
}
.theme-search-results-sidebar-section-search-input:focus {
	border-color: #0093d2;
}
.theme-search-results-sidebar-section-search-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 0 3px 3px 0;
	background: #0093d2;
	color: #fff;
	font-size: 11px;
	line-height: 40px;
	text-align: center;
}
.theme-search-results-sidebar-section-search-btn:hover {
	color: #fff;
	text-decoration: none;
}
.theme-search-results-sidebar-sections-white-wrap {
	padding: 20px 0;
	border: 1px solid #d9d9d9;
	background: #fff;
}
.theme-search-results-sidebar-sections-white-wrap
	.theme-search-results-sidebar-section {
	padding-right: 20px;
	padding-left: 20px;
	border-color: #ededed;
}
.theme-search-results-sidebar-sections-white-wrap
	.theme-search-results-sidebar-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.theme-search-results-sidebar-sections-white .theme-search-results-sidebar-section {
	border-color: rgba(255, 255, 255, 0.2);
}
.theme-search-results-sidebar-sections-white
	.theme-search-results-sidebar-section-checkbox-list-amount,
.theme-search-results-sidebar-sections-white
	.theme-search-results-sidebar-section-title {
	color: #fff;
}
.theme-search-results-sidebar-sections-white .icheck {
	border-color: rgba(255, 255, 255, 0.55);
}
.theme-search-results-sidebar-sections-white .icheck.checked {
	border-color: #0093d2;
}
.theme-search-results-sidebar-sections-white .icheck-title {
	color: rgba(255, 255, 255, 0.85);
}
.theme-search-results-sidebar-sections-white .icheck-sub-title {
	color: #fff;
}
.theme-search-results-sidebar-sections-white
	.theme-search-results-sidebar-section-price
	.irs-from,
.theme-search-results-sidebar-sections-white
	.theme-search-results-sidebar-section-price
	.irs-single,
.theme-search-results-sidebar-sections-white
	.theme-search-results-sidebar-section-price
	.irs-to {
	color: rgba(255, 255, 255, 0.85);
}
.theme-sidebar-section {
	padding: 25px 30px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: #fff;
}
.theme-sidebar-section > div > ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
}
.theme-sidebar-section-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
}
.theme-sidebar-section-weather-list {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
}
.theme-sidebar-section-weather-list > li {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ededed;
}
.theme-sidebar-section-weather-date,
.theme-sidebar-section-weather-temp {
	margin-bottom: 0;
}
.theme-sidebar-section-weather-date {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-sidebar-section-weather-temp {
	position: absolute;
	top: 0;
	right: 0;
}
.theme-sidebar-section-weather-icon {
	margin-right: 7px;
}
.theme-sidebar-section-weather-forecast {
	margin-bottom: 0;
	font-size: 12px;
	text-align: right;
}
.theme-item-page-header-center .theme-item-page-header-features,
.theme-item-page-header-center .theme-item-page-header-stars,
.theme-item-page-header-center .theme-item-page-header-summary,
.theme-item-page-header-center .theme-item-page-header-title {
	text-align: center;
}
.theme-sidebar-section-weather-forecast > a {
	color: #7a7a7a;
}
.theme-sidebar-section-weather-forecast > a:active,
.theme-sidebar-section-weather-forecast > a:focus,
.theme-sidebar-section-weather-forecast > a:hover {
	color: #595959;
	text-decoration: none;
}
.theme-sidebar-section-summary-list {
	margin: 0;
	padding: 0;
	color: grey;
	font-size: 13px;
	list-style: none;
}
.theme-sidebar-section-summary-list > li {
	margin-bottom: 5px;
}
.theme-sidebar-section-summary-list > li:last-child {
	margin-bottom: 0;
}
.theme-sidebar-section-features-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-sidebar-section-features-list > li {
	position: relative;
	margin-bottom: 22px;
	padding-left: 20px;
}
.theme-sidebar-section-features-list > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f00c';
	color: #ff6c2d;
	font-size: 13px;
	line-height: 1.4em;
	font-family: FontAwesome;
}
.theme-sidebar-section-features-list > li:last-child {
	margin-bottom: 0;
}
.theme-sidebar-section-features-list-title {
	margin-top: 0;
	margin-bottom: 5px;
	color: #4c4c4c;
	font-size: 13px;
	line-height: 1.4em;
}
.theme-sidebar-section-features-list-body {
	margin: 0;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-sidebar-section-hotel-thumbnail-img {
	margin-right: 15px;
	float: left;
}
.theme-sidebar-section-hotel-thumbnail-caption {
	display: table;
}
.theme-sidebar-section-hotel-thumbnail-rating {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1em;
}
.theme-sidebar-section-hotel-thumbnail-address {
	margin-bottom: 0;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-sidebar-section-charges-total {
	position: relative;
	margin-bottom: 0;
	padding-top: 10px;
	border-top: 1px solid #d9d9d9;
	font-size: 13px;
}
.theme-sidebar-section-charges-total > span {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 700;
}
.theme-sidebar-section-charges-list {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
}
.theme-sidebar-section-charges-list > li {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #e6e6e6;
}
.theme-sidebar-section-charges-list > li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.theme-sidebar-section-charges-item-title {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
}
.theme-sidebar-section-charges-item-subtitle {
	margin-bottom: 0;
	font-size: 11px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-sidebar-section-charges-item-price {
	position: absolute;
	top: 10px;
	right: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 12px;
	line-height: 1em;
}
.theme-ad {
	z-index: 1;
	position: relative;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: #fff;
}
.theme-ad-dark {
	border: none;
	background: grey;
}
.theme-ad-dark .theme-ad-sign {
	color: rgba(255, 255, 255, 0.7);
}
.theme-ad-link {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.theme-ad-img {
	width: 100%;
}
.theme-ad-sign {
	margin-bottom: 5px;
	color: #a6a6a6;
	font-size: 9px;
	line-height: 1em;
}
.theme-item-page-desc > p {
	font-size: 16px;
	line-height: 1.6em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=64)';
	filter: alpha(opacity=64);
	opacity: 0.64;
}
.theme-item-page-desc > p:last-child {
	margin-bottom: 0;
}
.theme-item-page-header {
	margin-top: 50px;
}
.theme-item-page-header-center .theme-item-page-header-stars > li {
	margin-right: 3.5px;
	margin-left: 3.5px;
}
.theme-item-page-header-center .theme-item-page-header-features,
.theme-item-page-header-center .theme-item-page-header-rating {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.theme-item-page-header-body {
	position: relative;
}
.theme-item-page-header-title {
	margin: 0;
	font-weight: 200;
}
.theme-item-page-header-title-sm {
	font-size: 27px;
}
.theme-item-page-header-title-xs {
	font-size: 22px;
	line-height: 1.3em;
}
.theme-item-page-header-stars {
	margin-bottom: 5px;
	padding: 0;
	font-size: 10px;
	list-style: none;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-item-page-header-stars > li {
	display: inline-block;
	margin-right: 5px;
}
.theme-item-page-header-summary {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 17px;
}
.theme-item-page-header-summary > a {
	margin-left: 7px;
	font-weight: 700;
}
.theme-item-page-header-white .theme-item-page-header-features,
.theme-item-page-header-white .theme-item-page-header-price-body,
.theme-item-page-header-white .theme-item-page-header-rating-title,
.theme-item-page-header-white .theme-item-page-header-reserve-price,
.theme-item-page-header-white .theme-item-page-header-stars,
.theme-item-page-header-white .theme-item-page-header-summary,
.theme-item-page-header-white .theme-item-page-header-title {
	color: #fff;
}
.theme-item-page-header-white .theme-item-page-header-features > li {
	border-color: rgba(255, 255, 255, 0.15);
}
.theme-item-page-header-features {
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}
.theme-item-page-header-features > li {
	display: inline-block;
	border-right: 1px solid #595959;
	text-align: center;
}
.theme-item-page-header-features > li:last-child {
	border: none;
}
.theme-item-page-header-features-title {
	margin-bottom: 0;
	font-size: 14px;
}
.theme-item-page-header-features-icon {
	margin-bottom: 7px;
	font-size: 25px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-item-page-header-rating {
	margin-bottom: 7px;
	overflow: hidden;
}
.theme-item-page-header-rating-stars {
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
.theme-item-page-header-rating-stars > li {
	display: inline-block;
	margin-right: 3px;
	color: #ff6c2d;
}
.theme-item-page-header-rating-stars > li > .fa {
	text-shadow: 0 0 5px rgba(255, 182, 150, 0.3);
}
.theme-item-page-header-rating-stars > li:last-child {
	margin-right: 0;
}
.theme-item-page-header-rating-title {
	display: inline-block;
	margin-bottom: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-item-page-header-price {
	position: absolute;
	right: 0;
	bottom: 0;
}
.theme-item-page-header-price .btn {
	margin-top: 10px;
	float: right;
}
@media (max-width: 991px) {
	.theme-item-page-header-price {
		position: relative;
		left: 0;
		margin-top: 20px;
	}
	.theme-item-page-header-price .btn {
		margin-top: 15px;
		float: none;
	}
	.theme-item-page-header-price .theme-item-page-header-price-body {
		text-align: left;
	}
}
.theme-item-page-header-price-lg .theme-item-page-header-price-body > b {
	font-weight: 400;
	font-size: 40px;
}
.theme-item-page-header-price-xl .theme-item-page-header-price-body > b {
	font-weight: 200;
	font-size: 60px;
}
.theme-item-page-header-price-body {
	margin-bottom: 0;
	text-align: right;
}
.theme-item-page-header-price-body > b {
	margin-left: 5px;
	font-size: 30px;
	line-height: 1em;
}
.theme-item-page-header-price-body > span {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=66)';
	filter: alpha(opacity=66);
	opacity: 0.66;
}
.theme-item-page-facilities {
	position: relative;
	margin-bottom: -30px;
}
.theme-item-page-facilities-item {
	margin-bottom: 30px;
}
.theme-item-page-facilities-item-icon {
	font-size: 17px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-item-page-facilities-item-title {
	margin-bottom: 10px;
	font-family: helvetica, Arial, sans-serif;
}
.theme-item-page-facilities-item-body,
.theme-item-page-facilities-item-list {
	font-size: 13px;
}
.theme-item-page-facilities-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-item-page-facilities-item-list > li {
	margin-bottom: 5px;
}
.theme-item-page-overview-rate {
	margin-bottom: 20px;
}
.theme-item-page-overview-rate-title {
	margin-top: 0;
	margin-bottom: 3px;
	color: #0093d2;
	font-size: 35px;
	text-transform: uppercase;
}
.theme-item-page-overview-rate-subtitle {
	margin-bottom: 3px;
	font-size: 17px;
}
.theme-item-page-overview-rate-count {
	margin-bottom: 0;
	font-size: 14px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-item-page-overview-summary {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.theme-item-page-overview-summary > li {
	margin-bottom: 5px;
}
.theme-item-page-overview-summary > li:last-child {
	margin-bottom: 0;
}
.theme-item-page-details-section-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
}
.theme-item-page-details-section {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}
.theme-item-page-details-list {
	margin: 0;
	padding: 0;
	color: #6a6a6a;
	font-size: 14px;
	list-style: none;
}
.theme-item-page-details-list > li {
	margin-bottom: 5px;
}
.theme-item-page-details-list > li:last-child {
	margin-bottom: 0;
}
.theme-item-page-details-list-checked > li {
	position: relative;
	padding-left: 20px;
}
.theme-item-page-details-list-checked > li:before {
	position: absolute;
	top: 1.5px;
	left: 0;
	content: '\f00c';
	color: #0093d2;
	font-size: 12px;
	font-family: FontAwesome;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-item-page-details-first-nm .theme-item-page-details-section:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.theme-item-page-summary-price-link {
	display: block;
	position: relative;
	padding-bottom: 10px;
	color: #6a6a6a !important;
	text-decoration: none !important;
}
.theme-item-page-summary-price-link:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '\f107';
	font-family: FontAwesome;
}
.theme-item-page-summary-price-total {
	position: relative;
	margin-bottom: 0;
	padding-top: 15px;
	border-top: 1px solid #d9d9d9;
	font-size: 17px;
	text-transform: uppercase;
}
.theme-item-page-summary-price-total > span {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 25px;
}
.theme-item-page-summary-price-list {
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
}
.theme-item-page-summary-price-list > li {
	position: relative;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #e6e6e6;
}
.theme-item-page-summary-price-item-title {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0;
}
.theme-item-page-summary-price-item-subtitle {
	margin-bottom: 0;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-item-page-summary-price-item-price {
	position: absolute;
	top: 10px;
	right: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
}
.theme-item-page-summary-price-white {
	color: #fff;
}
.theme-item-page-summary-price-white .theme-item-page-summary-price-link {
	color: rgba(255, 255, 255, 0.7) !important;
}
.theme-item-page-summary-price-white .theme-item-page-summary-price-list > li {
	border-color: rgba(255, 255, 255, 0.5);
}
.theme-item-page-summary-price-white .theme-item-page-summary-price-total {
	border-color: #fff;
}
.theme-item-page-rooms-table .table {
	margin: 0;
}
.theme-item-page-rooms-table .table > tbody > tr > td,
.theme-item-page-rooms-table .table > tbody > tr > th,
.theme-item-page-rooms-table .table > tfoot > tr > td,
.theme-item-page-rooms-table .table > tfoot > tr > th,
.theme-item-page-rooms-table .table > thead > tr > td,
.theme-item-page-rooms-table .table > thead > tr > th {
	padding: 20px;
}
@media (max-width: 991px) {
	.theme-item-page-rooms-table .table > thead {
		display: none;
	}
	.theme-item-page-rooms-table .table > tbody > tr > td,
	.theme-item-page-rooms-table .table > tbody > tr > th,
	.theme-item-page-rooms-table .table > tfoot > tr > td,
	.theme-item-page-rooms-table .table > tfoot > tr > th,
	.theme-item-page-rooms-table .table > thead > tr > td,
	.theme-item-page-rooms-table .table > thead > tr > th {
		display: block;
		width: 100%;
		padding: 10px 0;
		border: none !important;
	}
	.theme-item-page-rooms-table .table > tbody > tr {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ededed;
	}
	.theme-item-page-rooms-table .table > tbody > tr:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
}
.theme-item-page-rooms-table .table > thead > tr > th {
	padding-top: 0;
	border-width: 1px;
	color: #a6a6a6;
	font-weight: 400;
	font-size: 13px;
}
.theme-item-page-rooms-table .table > tbody > tr > td {
	border: 1px solid #ededed;
	border-bottom: none;
	border-left: none;
}
.theme-item-page-rooms-table .table > tbody > tr > td:first-child,
.theme-item-page-rooms-table .table > thead > tr > th:first-child {
	padding-left: 0;
}
.theme-item-page-rooms-table .table > tbody > tr > td:last-child,
.theme-item-page-rooms-table .table > thead > tr > th:last-child {
	padding-right: 0;
	border-right: none;
}
.theme-item-page-rooms-table .table > tbody > tr:nth-child(even) {
	background: #fcfcfc;
}
.theme-item-page-rooms-table .table > tbody > tr:last-child td {
	padding-bottom: 0;
}
.theme-item-page-rooms-table-first-pad .table > tbody > tr > td:first-child,
.theme-item-page-rooms-table-first-pad .table > thead > tr > th:first-child {
	padding-left: 20px;
}
.theme-item-page-rooms-table-type {
	width: 25%;
}
.theme-item-page-rooms-table-type-img {
	width: 100%;
	margin-bottom: 15px;
}
.theme-item-page-rooms-table-type-title {
	margin-top: 0;
	font-size: 13px;
}
.theme-item-page-rooms-table-type-feature-list {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Roboto, helvetica, Arial, sans-serif;
	list-style: none;
}
.theme-item-page-rooms-table-type-feature-list > li {
	margin-bottom: 3px;
}
.theme-item-page-rooms-table-type-feature-list > li:last-child {
	margin-bottom: 0;
}
.theme-item-page-rooms-table-type-feature-list-icon {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 22px;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-item-page-rooms-table-guests-count {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-item-page-rooms-table-guests-count > li {
	display: inline-block;
	margin-right: 4px;
	font-size: 19px;
}
.theme-item-page-rooms-table-guests-count > li .fa {
	color: #6a6a6a;
}
.theme-item-page-rooms-table-guests-count > li:last-child {
	margin-right: 0;
}
.theme-item-page-rooms-table-options-list {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}
.theme-item-page-rooms-table-options-list > li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 9px;
}
.theme-item-page-rooms-table-options-list > li:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: '\f111';
	font-size: 4px;
	font-family: FontAwesome;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-item-page-rooms-table-price {
	width: 20%;
}
.theme-item-page-rooms-table-price-night {
	margin-bottom: 15px;
}
.theme-item-page-rooms-table-price-total {
	margin-bottom: 20px;
}
.theme-item-page-rooms-table-price-sign {
	margin-bottom: 5px;
	color: #8c8c8c;
	font-size: 11px;
}
.theme-item-page-rooms-table-price-night-amount {
	margin-bottom: 0;
	color: #0093d2;
	font-weight: 700;
	font-size: 32px;
	line-height: 1em;
	font-family: Roboto, helvetica, Arial, sans-serif;
	letter-spacing: 0.64px;
}
.theme-item-page-rooms-table-price-total-amount {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1em;
	font-family: Roboto, helvetica, Arial, sans-serif;
}
.theme-item-page-rooms-table-price-note {
	margin-bottom: 0;
	color: #4d4d4d;
	font-size: 12px;
}
.theme-item-page-rooms-table-booking-note {
	margin-top: 10px;
	margin-bottom: 0;
	color: #a6a6a6;
	font-size: 11px;
	line-height: 1.35em;
}
.theme-payment-page-item-thumb {
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.theme-payment-page-item-thumb .theme-search-results-item-img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100px;
	float: right;
}
@media (max-width: 991px) {
	.theme-payment-page-item-thumb .theme-search-results-item-img {
		width: 100%;
		max-height: none;
		float: none;
	}
}
.theme-payment-page-form-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 16px;
	font-family: helvetica, Arial, sans-serif;
	letter-spacing: 0;
}
.theme-payment-page-form-item {
	position: relative;
	margin-bottom: 0;
}
.theme-payment-page-form-item select.form-control {
	padding-right: 30px;
}
.theme-payment-page-form-item .form-control {
	-webkit-appearance: none;
	height: 45px;
	border-radius: 2px;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.theme-payment-page-form-item .form-control:before {
	content: 'foo';
}
.theme-payment-page-form-item .form-control:focus {
	border-color: #0093d2;
}
.theme-payment-page-form-item > .fa {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	height: 45px;
	content: '\f107';
	line-height: 45px;
	font-family: FontAwesome;
	pointer-events: none;
}
.theme-payment-page-booking-header {
	position: relative;
	margin-bottom: 20px;
}
.theme-payment-page-booking-price {
	font-weight: 700;
	font-size: 35px;
	line-height: 1em;
}
.theme-payment-page-booking-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
}
.theme-payment-page-booking-subtitle {
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
@media (min-width: 992px) {
	.theme-payment-page-booking-price {
		position: absolute;
		top: 0;
		right: 0;
	}
	.theme-payment-page-booking-subtitle {
		width: 64%;
		margin-bottom: 0;
	}
}
.theme-payment-page-card-list {
	margin: 10px 0 0;
	padding: 0;
	float: right;
	list-style: none;
}
.theme-payment-page-card-list > li {
	display: inline-block;
	margin-left: 10px;
}
.theme-payment-page-card-list > li img {
	display: block;
	height: 25px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-payment-page-sections .theme-payment-page-sections-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.theme-payment-page-sections-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.theme-payment-page-sections-item-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
}
.theme-payment-page-sections-item-new-link {
	display: inline-block;
	margin-top: 20px;
	text-decoration: none !important;
}
.theme-payment-page-sections-item-new-extend {
	padding-top: 20px;
}
.theme-payment-page-signin {
	position: relative;
	overflow: hidden;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
	transition: 0.3s;
}
.theme-payment-page-signin:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-payment-page-signin-icon {
	display: block;
	margin-right: 12px;
	float: left;
	color: #0093d2;
	font-size: 40px;
}
@media (max-width: 991px) {
	.theme-payment-page-signin {
		text-align: center;
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	.theme-payment-page-signin-icon {
		margin-right: 0;
		margin-bottom: 15px;
		float: none;
		font-size: 64px;
	}
}
.theme-payment-page-signin-body {
	margin-top: 2px;
}
.theme-payment-page-signin-title {
	margin-top: 0;
	margin-bottom: 3px;
	color: #595959;
	font-size: 16px;
}
.theme-payment-page-signin-subtitle {
	margin-bottom: 0;
	font-size: 13px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-payment-page-signin-link-mask {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 992px) {
	.theme-payment-page-signin-btn {
		z-index: 3;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 991px) {
	.theme-payment-page-signin-subtitle {
		margin-bottom: 15px;
	}
	.theme-payment-page-signin-btn {
		text-transform: uppercase;
	}
	.theme-account-sidebar {
		margin-bottom: 30px;
	}
}
.theme-account-page-title {
	margin-top: 0;
	margin-bottom: 33px;
	font-weight: 200;
	font-size: 42px;
	font-family: helvetica, Arial, sans-serif;
}
.theme-account-nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-account-nav-list > li {
	margin-bottom: 15px;
}
.theme-account-nav-list > li:last-child {
	margin-bottom: 0;
}
.theme-account-nav-list > li.active > a {
	color: #1a1a1a;
	font-weight: 700;
}
.theme-account-nav-list > li:hover > a {
	color: #1a1a1a;
	text-decoration: none;
}
.theme-account-nav-list > li > a {
	display: block;
	color: #7a7a7a;
	font-size: 15px;
	text-decoration: none !important;
	transition: 0.3s;
}
.theme-account-bookmarks-item-info,
.theme-account-bookmarks-item-thumb {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-account-nav-list > li > a .fa {
	margin-right: 10px;
}
.theme-account-avatar {
	height: 47px;
	margin-bottom: 30px;
	overflow: hidden;
}
.theme-account-avatar-img {
	display: block;
	width: 40px;
	margin-right: 15px;
	float: left;
	border-radius: 50%;
}
.theme-account-avatar-name {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.2em;
}
.theme-account-bookmarks-item {
	margin-bottom: 20px;
}
.theme-account-bookmarks-item:hover .theme-account-bookmarks-item-info {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-account-bookmarks-item:hover .theme-account-bookmarks-item-thumb {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.theme-account-card-actions,
.theme-account-card-new-title {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.theme-account-bookmarks-item-thumb {
	z-index: 1;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}
.theme-account-bookmarks-item-thumb-link {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.theme-account-bookmarks-item-title {
	height: 32px;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.3em;
	font-family: helvetica, Arial, sans-serif;
	letter-spacing: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.theme-account-bookmarks-item-price {
	margin-bottom: 0;
	font-size: 18px;
	text-align: right;
}
.theme-account-bookmarks-item-thumb-body {
	padding: 15px 20px;
}
.theme-account-bookmarks-item-info {
	margin-top: 15px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
	transition: 0.3s;
}
.theme-account-bookmarks-item-actions > li > a,
.theme-account-card-mask {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-account-bookmarks-item-date {
	margin-bottom: 10px;
	font-size: 11px;
}
.theme-account-bookmarks-item-location {
	margin-bottom: 10px;
	font-size: 12px;
}
.theme-account-bookmarks-item-actions {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
}
.theme-account-bookmarks-item-actions > li {
	display: inline-block;
	margin-right: 15px;
}
.theme-account-bookmarks-item-actions > li > a {
	color: #595959;
	text-decoration: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition: 0.3s;
}
.theme-account-bookmarks-item-actions > li > a:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-account-bookmarks-item-action-icon {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.theme-account-history table {
	margin-bottom: 0;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
}
.theme-account-history table > thead > tr > th {
	border: none;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.theme-account-history table > tbody > tr > td,
.theme-account-history table > tbody > tr > th,
.theme-account-history table > tfoot > tr > td,
.theme-account-history table > tfoot > tr > th,
.theme-account-history table > thead > tr > td,
.theme-account-history table > thead > tr > th {
	padding: 15px 12px;
}
.theme-account-history-type-icon {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-account-history-type-title {
	margin-bottom: 2px;
	line-height: 1.2em;
}
.theme-account-history-item-name {
	font-size: 12px;
	line-height: 1.3em;
}
.theme-account-history-item-price {
	margin-bottom: 0;
	font-weight: 700;
}
.theme-account-history-date {
	font-size: 12px;
}
.theme-account-history-tr-date {
	width: 30%;
}
.theme-account-card {
	position: relative;
	height: 175px;
	padding: 20px;
	border-radius: 4px;
	background: -webkit-linear-gradient(135deg, #006793, #00a8f0);
	background: -moz-linear-gradient(135deg, #006793, #00a8f0);
	background: -o-linear-gradient(135deg, #006793, #00a8f0);
	background: -ms-linear-gradient(135deg, #006793, #00a8f0);
	background: linear-gradient(-45deg, #006793, #00a8f0);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	color: #fff;
}
.theme-account-card-primary {
	background: -webkit-linear-gradient(135deg, #d23f00, #ff7b42);
	background: -moz-linear-gradient(135deg, #d23f00, #ff7b42);
	background: -o-linear-gradient(135deg, #d23f00, #ff7b42);
	background: -ms-linear-gradient(135deg, #d23f00, #ff7b42);
	background: linear-gradient(-45deg, #d23f00, #ff7b42);
}
.theme-account-card-new {
	background: #fff;
	color: #595959;
}
.theme-account-card-number {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.theme-account-card-expire {
	margin-bottom: 10px;
	overflow: hidden;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-account-card-expire-end {
	display: block;
	float: left;
	font-size: 8px;
	line-height: 1em;
	text-transform: uppercase;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.theme-account-card-expire-date {
	display: block;
	margin-left: 5px;
	float: left;
	font-size: 17px;
	line-height: 1em;
}
.theme-account-card-name {
	position: absolute;
	bottom: 20px;
	font-weight: 700;
	font-size: 17px;
}
.theme-account-card-name > p {
	margin-bottom: 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.theme-account-card-logo {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 20px;
}
.theme-account-card-mask {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 0.3s;
}
.theme-account-card-actions > li > a,
.theme-account-traveler-add-new {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-account-card:hover .theme-account-card-mask {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.theme-account-card-actions {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	list-style: none;
	text-align: center;
}
.theme-account-card-actions > li {
	display: inline-block;
	margin: 0 10px;
}
.theme-account-card-actions > li > a {
	display: block;
	color: #fff;
	font-size: 13px;
	text-decoration: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition: 0.3s;
}
.theme-account-card-actions > li > a:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-account-card-actions > li > a .fa {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.theme-account-card-new-title {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: 0;
	transform: translate(-50%, -50%);
	font-size: 17px;
}
.theme-account-card-mask-link {
	display: block;
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
}
.theme-account-traveler {
	position: relative;
	height: 192px;
	padding: 30px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.theme-account-traveler:hover .theme-account-traveler-add-new {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-account-traveler-icon {
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 30px;
	float: left;
	border-radius: 50%;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
}
.theme-account-traveler-body {
	display: table;
}
.theme-account-traveler-name {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 1em;
}
.theme-account-traveler-details {
	margin: 0 0 15px;
	padding: 0;
	font-size: 13px;
	list-style: none;
}
.theme-account-traveler-details > li {
	margin-bottom: 5px;
	color: #6a6a6a;
}
.theme-account-traveler-details > li:last-child {
	margin-bottom: 0;
}
.theme-account-traveler-actions {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-account-traveler-actions > li {
	display: inline-block;
	margin-right: 7px;
	font-size: 13px;
}
.theme-account-traveler-actions > li > a {
	color: #acacac;
	text-decoration: none !important;
}
.theme-account-traveler-actions > li > a:hover {
	color: #595959;
}
.theme-account-traveler-link-mask {
	display: block;
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
}
.theme-account-traveler-add-new {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=44)';
	filter: alpha(opacity=44);
	opacity: 0.44;
	transition: 0.3s;
}
.theme-account-notifications {
	border-radius: 3px;
	background: #fff;
}
.theme-account-notifications-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 400;
}
.theme-account-notifications-item {
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.theme-account-notifications-item .icheck {
	top: 3px;
	width: 16px;
	height: 16px;
	margin-right: 12px;
	border: 1px solid #666;
	background: 0 0;
}
.theme-account-notifications-item .icheck.checked {
	border-color: #0093d2;
	background: #0093d2;
}
.theme-account-notifications-item .icheck:after {
	display: none;
}
.theme-account-notifications-item .icheck:before {
	height: 16px;
	line-height: 14px;
}
.theme-account-notifications-item .icheck-title {
	font-weight: 400;
	font-size: 15px;
}
.theme-account-notifications-item .icheck-sub-title {
	font-size: 13px;
}
.theme-account-preferences .theme-account-preferences-item:last-child {
	margin-bottom: 0;
}
.theme-account-preferences-item {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 3px;
	background: #fff;
}
.theme-account-preferences-item-title {
	margin-top: 0;
	margin-bottom: 0;
}
.theme-account-preferences-item-value {
	margin-bottom: 0;
	color: #727272;
	font-size: 14px;
}
.theme-account-preferences-item-change-link {
	display: block;
	font-size: 13px;
	text-align: right;
	text-decoration: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-coming-soon-header,
.theme-coming-soon-social,
.theme-testimonial {
	text-align: center;
}
.theme-account-preferences-item-change-link .fa {
	margin-right: 7px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-coming-soon-social > li > .fa,
.theme-footer-section-list > li > .theme-link {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-account-preferences-item-change-link:hover,
.theme-account-preferences-item-change-link:hover .fa,
.theme-account-preferences-item-change-link[aria-expanded='true'],
.theme-account-preferences-item-change-link[aria-expanded='true'] .fa {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-account-preferences-item-change {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
	border-top: 1px solid #e6e6e6;
}
.theme-account-preferences-item-change-description {
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
}
.theme-account-preferences-item-change-actions .btn {
	margin-right: 5px;
}
.theme-account-preferences-item-change-form .form-control {
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.theme-account-preferences-item-change-form .form-control:focus {
	border-color: #0093d2;
}
.theme-account-preferences-item-change-form label {
	margin-top: 10px;
	font-weight: 400;
	font-size: 12px;
}
.theme-testimonial-body {
	position: relative;
	margin-bottom: 20px;
}
.theme-testimonial-body > blockquote {
	z-index: 2;
	position: relative;
	margin: 0;
	padding: 0 10px;
	border: none;
	font-style: italic;
	font-size: 20px;
}
.theme-testimonial-body:after,
.theme-testimonial-body:before {
	z-index: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	font-family: FontAwesome;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=5)';
	filter: alpha(opacity=5);
	opacity: 0.05;
}
.theme-testimonial-body:before {
	left: 0;
	content: '\f10d';
}
.theme-testimonial-body:after {
	right: 0;
	content: '\f10e';
}
.theme-testimonial-img {
	display: inline-block !important;
	width: 70px !important;
	margin-bottom: 10px;
	border-radius: 50%;
}
.theme-testimonial-author {
	margin-bottom: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-coming-soon {
	color: #fff;
}
.theme-coming-soon-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 50px;
	line-height: 1em;
}
.theme-coming-soon-subtitle {
	margin-bottom: 0;
	font-size: 23px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=55)';
	filter: alpha(opacity=55);
	opacity: 0.55;
}
.theme-coming-soon-countdown {
	display: table;
	margin: 30px auto;
	padding: 30px 0;
	overflow: hidden;
}
.theme-coming-soon-countdown > div {
	position: relative;
	width: auto;
	padding: 0 20px;
	float: left;
	border-radius: 3px;
	text-align: center;
}
.theme-coming-soon-countdown > div:after,
.theme-coming-soon-countdown > div:before {
	position: absolute;
	top: 25px;
	right: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	content: '';
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=15)';
	filter: alpha(opacity=15);
	opacity: 0.15;
}
.theme-coming-soon-countdown > div:before {
	top: 50px;
}
.theme-coming-soon-countdown > div:last-child:after,
.theme-coming-soon-countdown > div:last-child:before {
	display: none;
}
.theme-coming-soon-countdown > div > p {
	margin-bottom: 0;
	font-size: 85px;
	line-height: 1em;
	text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.theme-coming-soon-countdown > div > span {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	line-height: 1em;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.theme-coming-soon-form {
	-webkit-box-shadow:
		0 10px 45px rgba(0, 0, 0, 0.2),
		0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow:
		0 10px 45px rgba(0, 0, 0, 0.2),
		0 2px 4px rgba(0, 0, 0, 0.15);
}
.theme-coming-soon-form .form-control {
	height: 60px;
	padding: 6px 20px;
	border: none !important;
	border-radius: 2px 0 0 2px;
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 20px;
}
@media (max-width: 991px) {
	.theme-coming-soon-form .form-control {
		margin-bottom: 10px;
		border-radius: 2px;
	}
}
.theme-coming-soon-form-btn {
	height: 60px;
	padding: 0;
	border: none;
	border-radius: 0 2px 2px 0;
	font-size: 20px;
	line-height: 60px;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.theme-coming-soon-form-btn {
		border-radius: 2px;
	}
}
.theme-coming-soon-social {
	z-index: 6;
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-coming-soon-social > li {
	display: inline-block;
	margin: 0 10px;
}
.theme-coming-soon-social > li > .fa {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	line-height: 35px;
	text-decoration: none !important;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
	transition: 0.3s;
}
.theme-coming-soon-social > li > .fa:hover {
	background: #0093d2;
}
.theme-footer {
	border-top: 1px solid #d9d9d9;
	background: #f7f7f7;
}
@media (max-width: 991px) {
	.theme-footer {
		padding-top: 30px;
	}
}
.theme-footer-section {
	position: relative;
	padding: 30px 0;
}
@media (max-width: 991px) {
	.theme-footer-section {
		padding: 15px 0;
		text-align: center;
	}
}
.theme-footer-section-subscribe-bg {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.theme-footer-section-subscribe-content {
	z-index: 2;
	position: relative;
}
.theme-footer-section-subscribe {
	height: 100%;
	padding: 30px;
	background: #0093d2;
	-webkit-box-shadow:
		0 1px 60px rgba(0, 0, 0, 0.25),
		0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow:
		0 1px 60px rgba(0, 0, 0, 0.25),
		0 0 2px rgba(0, 0, 0, 0.3);
	color: #fff;
}
.theme-footer-section-title {
	margin-top: 0;
	margin-bottom: 15px;
}
.theme-footer-section-list {
	list-style: none;
	marign: 0;
	margin-bottom: -5px;
	padding: 0;
	font-size: 12px;
}
.theme-footer-section-list > li > .theme-link {
	display: block;
	padding-bottom: 5px;
	color: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
	filter: alpha(opacity=40);
	opacity: 0.4;
	transition: 0.3s;
}
.theme-copyright-social > li > a,
.theme-footer-brand {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.theme-footer-section-list > li > .theme-link:hover {
	text-decoration: none;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-footer-brand {
	display: block;
	margin-bottom: 20px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
	transition: 0.3s;
}
.theme-footer-brand:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-footer-brand > img {
	width: 55%;
}
.theme-footer-brand-text {
	color: #b3b3b3;
	font-size: 11px;
}
.theme-footer-subscribe-form-control {
	height: auto;
	padding: 10px 15px;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
}
.theme-copyright {
	padding: 10px 0;
	background-color: #404040;
}
@media (max-width: 991px) {
	.theme-footer-brand-text {
		width: 70%;
		margin: 0 auto;
	}
	.theme-copyright {
		padding: 20px 0;
	}
	.theme-copyright-text {
		text-align: center;
	}
}
.theme-copyright-text {
	margin-bottom: 0;
	color: #b3b3b3;
	font-size: 13px;
}
.theme-copyright-text a {
	color: #fff;
	font-weight: 700;
}
.theme-copyright-text a:hover {
	color: #fff;
}
.theme-copyright-social {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
@media (max-width: 991px) {
	.theme-copyright-social {
		margin-top: 10px;
		text-align: center;
	}
	.theme-copyright-social > li {
		margin: 0 10px;
	}
}
.theme-copyright-social > li {
	display: inline-block;
	margin-left: 15px;
}
.theme-copyright-social > li > a {
	display: block;
	color: #fff;
	text-decoration: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition: 0.3s;
}
.theme-copyright-social > li > a:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-footer-subscribe-btn {
	padding: 10px 14px;
}
.theme-footer-abs {
	z-index: 1;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
._pos-a-b,
.front {
	z-index: 99 !important;
}
@media (max-width: 991px) {
	.theme-footer-abs {
		position: relative;
		bottom: auto;
		padding: 20px 0;
		background: #333;
	}
}
.theme-footer-abs-nav {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
@media (max-width: 991px) {
	.theme-footer-abs-nav {
		padding-bottom: 10px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.theme-footer-abs-nav > li {
		margin: 0 10px;
		text-align: center;
	}
	.theme-footer-abs-copyright {
		text-align: center;
	}
}
.theme-footer-abs-nav > li {
	display: inline-block;
	margin-right: 15px;
}
.theme-footer-abs-nav > li > a {
	color: #fff;
	text-decoration: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.theme-footer-abs-nav > li > a:hover {
	color: #fff;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.theme-footer-abs-copyright {
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=33)';
	filter: alpha(opacity=33);
	opacity: 0.33;
}
.theme-footer-abs-copyright > a {
	color: #fff;
	text-decoration: underline;
}
.theme-footer-abs-social {
	position: relative;
	bottom: auto;
	text-align: right;
}
._pos-r,
.front {
	position: relative !important;
}
@media (max-width: 991px) {
	.theme-footer-abs-social {
		margin-top: 20px;
		text-align: center;
	}
	.theme-footer-abs-social > li {
		margin: 0 10px;
	}
}
.theme-footer-abs-social > li {
	margin: 0 0 0 15px;
	text-align: center;
}
.theme-footer-abs-social > li > .fa {
	width: 30px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
}
._ofw-h {
	overflow: hidden !important;
}
._m-a {
	margin: auto !important;
}
._m-0 {
	margin: 0 !important;
}
._m-5 {
	margin: 5px !important;
}
._m-10 {
	margin: 10px !important;
}
._m-15 {
	margin: 15px !important;
}
._m-20 {
	margin: 20px !important;
}
._m-25 {
	margin: 25px !important;
}
._m-30 {
	margin: 30px !important;
}
._m-40 {
	margin: 40px !important;
}
._m-45 {
	margin: 45px !important;
}
._m-50 {
	margin: 50px !important;
}
._m-60 {
	margin: 60px !important;
}
._m-70 {
	margin: 70px !important;
}
._m-80 {
	margin: 80px !important;
}
._m-90 {
	margin: 90px !important;
}
._m-100 {
	margin: 100px !important;
}
._mh-a {
	margin-right: auto !important;
	margin-left: auto !important;
}
._mh-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
._mh-5 {
	margin-right: 5px !important;
	margin-left: 5px !important;
}
._mh-10 {
	margin-right: 10px !important;
	margin-left: 10px !important;
}
._mh-15 {
	margin-right: 15px !important;
	margin-left: 15px !important;
}
._mh-20 {
	margin-right: 20px !important;
	margin-left: 20px !important;
}
._mh-25 {
	margin-right: 25px !important;
	margin-left: 25px !important;
}
._mh-30 {
	margin-right: 30px !important;
	margin-left: 30px !important;
}
._mh-40 {
	margin-right: 40px !important;
	margin-left: 40px !important;
}
._mh-45 {
	margin-right: 45px !important;
	margin-left: 45px !important;
}
._mh-50 {
	margin-right: 50px !important;
	margin-left: 50px !important;
}
._mh-60 {
	margin-right: 60px !important;
	margin-left: 60px !important;
}
._mh-70 {
	margin-right: 70px !important;
	margin-left: 70px !important;
}
._mh-80 {
	margin-right: 80px !important;
	margin-left: 80px !important;
}
._mh-90 {
	margin-right: 90px !important;
	margin-left: 90px !important;
}
._mh-100 {
	margin-right: 100px !important;
	margin-left: 100px !important;
}
._mv-a {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
._mv-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
._mv-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
._mv-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
._mv-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
._mv-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
._mv-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
._mv-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
._mv-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
._mv-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}
._mv-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
._mv-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
._mv-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
._mv-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
._mv-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}
._mv-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
._mt-a {
	margin-top: auto !important;
}
._mt-0 {
	margin-top: 0 !important;
}
._mt-5 {
	margin-top: 5px !important;
}
._mt-10 {
	margin-top: 10px !important;
}
._mt-15 {
	margin-top: 15px !important;
}
._mt-20 {
	margin-top: 20px !important;
}
._mt-25 {
	margin-top: 25px !important;
}
._mt-30 {
	margin-top: 30px !important;
}
._mt-40 {
	margin-top: 40px !important;
}
._mt-45 {
	margin-top: 45px !important;
}
._mt-50 {
	margin-top: 50px !important;
}
._mt-60 {
	margin-top: 60px !important;
}
._mt-70 {
	margin-top: 70px !important;
}
._mt-80 {
	margin-top: 80px !important;
}
._mt-90 {
	margin-top: 90px !important;
}
._mt-100 {
	margin-top: 100px !important;
}
._mb-a {
	margin-bottom: auto !important;
}
._mb-0 {
	margin-bottom: 0 !important;
}
._mb-5 {
	margin-bottom: 5px !important;
}
._mb-10 {
	margin-bottom: 10px !important;
}
._mb-15 {
	margin-bottom: 15px !important;
}
._mb-20 {
	margin-bottom: 20px !important;
}
._mb-25 {
	margin-bottom: 25px !important;
}
._mb-30 {
	margin-bottom: 30px !important;
}
._mb-40 {
	margin-bottom: 40px !important;
}
._mb-45 {
	margin-bottom: 45px !important;
}
._mb-50 {
	margin-bottom: 50px !important;
}
._mb-60 {
	margin-bottom: 60px !important;
}
._mb-70 {
	margin-bottom: 70px !important;
}
._mb-80 {
	margin-bottom: 80px !important;
}
._mb-90 {
	margin-bottom: 90px !important;
}
._mb-100 {
	margin-bottom: 100px !important;
}
._ml-a {
	margin-left: auto !important;
}
._ml-0 {
	margin-left: 0 !important;
}
._ml-5 {
	margin-left: 5px !important;
}
._ml-10 {
	margin-left: 10px !important;
}
._ml-15 {
	margin-left: 15px !important;
}
._ml-20 {
	margin-left: 20px !important;
}
._ml-25 {
	margin-left: 25px !important;
}
._ml-30 {
	margin-left: 30px !important;
}
._ml-40 {
	margin-left: 40px !important;
}
._ml-45 {
	margin-left: 45px !important;
}
._ml-50 {
	margin-left: 50px !important;
}
._ml-60 {
	margin-left: 60px !important;
}
._ml-70 {
	margin-left: 70px !important;
}
._ml-80 {
	margin-left: 80px !important;
}
._ml-90 {
	margin-left: 90px !important;
}
._ml-100 {
	margin-left: 100px !important;
}
._mr-a {
	margin-right: auto !important;
}
._mr-0 {
	margin-right: 0 !important;
}
._mr-5 {
	margin-right: 5px !important;
}
._mr-10 {
	margin-right: 10px !important;
}
._mr-15 {
	margin-right: 15px !important;
}
._mr-20 {
	margin-right: 20px !important;
}
._mr-25 {
	margin-right: 25px !important;
}
._mr-30 {
	margin-right: 30px !important;
}
._mr-40 {
	margin-right: 40px !important;
}
._mr-45 {
	margin-right: 45px !important;
}
._mr-50 {
	margin-right: 50px !important;
}
._mr-60 {
	margin-right: 60px !important;
}
._mr-70 {
	margin-right: 70px !important;
}
._mr-80 {
	margin-right: 80px !important;
}
._mr-90 {
	margin-right: 90px !important;
}
._mr-100 {
	margin-right: 100px !important;
}
._mt--5 {
	margin-top: -5px !important;
}
._mt--10 {
	margin-top: -10px !important;
}
._mt--15 {
	margin-top: -15px !important;
}
._mt--20 {
	margin-top: -20px !important;
}
._mt--25 {
	margin-top: -25px !important;
}
._mt--30 {
	margin-top: -30px !important;
}
._mt--40 {
	margin-top: -40px !important;
}
._mt--45 {
	margin-top: -45px !important;
}
._mt--50 {
	margin-top: -50px !important;
}
._mt--60 {
	margin-top: -60px !important;
}
._mt--70 {
	margin-top: -70px !important;
}
._mt--90 {
	margin-top: -90px !important;
}
._mt--100 {
	margin-top: -100px !important;
}
._mb--5 {
	margin-bottom: -5px !important;
}
._mb--10 {
	margin-bottom: -10px !important;
}
._mb--15 {
	margin-bottom: -15px !important;
}
._mb--20 {
	margin-bottom: -20px !important;
}
._mb--25 {
	margin-bottom: -25px !important;
}
._mb--30 {
	margin-bottom: -30px !important;
}
._mb--40 {
	margin-bottom: -40px !important;
}
._mb--45 {
	margin-bottom: -45px !important;
}
._mb--50 {
	margin-bottom: -50px !important;
}
._mb--60 {
	margin-bottom: -60px !important;
}
._mb--70 {
	margin-bottom: -70px !important;
}
._mb--90 {
	margin-bottom: -90px !important;
}
._mb--100 {
	margin-bottom: -100px !important;
}
._ml--5 {
	margin-left: -5px !important;
}
._ml--10 {
	margin-left: -10px !important;
}
._ml--15 {
	margin-left: -15px !important;
}
._ml--20 {
	margin-left: -20px !important;
}
._ml--25 {
	margin-left: -25px !important;
}
._ml--30 {
	margin-left: -30px !important;
}
._ml--40 {
	margin-left: -40px !important;
}
._ml--45 {
	margin-left: -45px !important;
}
._ml--50 {
	margin-left: -50px !important;
}
._ml--60 {
	margin-left: -60px !important;
}
._ml--70 {
	margin-left: -70px !important;
}
._ml--90 {
	margin-left: -90px !important;
}
._ml--100 {
	margin-left: -100px !important;
}
._mr--5 {
	margin-right: -5px !important;
}
._mr--10 {
	margin-right: -10px !important;
}
._mr--15 {
	margin-right: -15px !important;
}
._mr--20 {
	margin-right: -20px !important;
}
._mr--25 {
	margin-right: -25px !important;
}
._mr--30 {
	margin-right: -30px !important;
}
._mr--40 {
	margin-right: -40px !important;
}
._mr--45 {
	margin-right: -45px !important;
}
._mr--50 {
	margin-right: -50px !important;
}
._mr--60 {
	margin-right: -60px !important;
}
._mr--70 {
	margin-right: -70px !important;
}
._mr--90 {
	margin-right: -90px !important;
}
._mr--100 {
	margin-right: -100px !important;
}
._p-0 {
	padding: 0 !important;
}
._p-5 {
	padding: 5px !important;
}
._p-10 {
	padding: 10px !important;
}
._p-15 {
	padding: 15px !important;
}
._p-20 {
	padding: 20px !important;
}
._p-25 {
	padding: 25px !important;
}
._p-30 {
	padding: 30px !important;
}
._p-40 {
	padding: 40px !important;
}
._p-45 {
	padding: 45px !important;
}
._p-50 {
	padding: 50px !important;
}
._p-60 {
	padding: 60px !important;
}
._p-70 {
	padding: 70px !important;
}
._p-80 {
	padding: 80px !important;
}
._p-90 {
	padding: 90px !important;
}
._p-100 {
	padding: 100px !important;
}
._p-120 {
	padding: 120px !important;
}
._p-150 {
	padding: 150px !important;
}
._p-200 {
	padding: 200px !important;
}
._p-250 {
	padding: 250px !important;
}
._p-300 {
	padding: 300px !important;
}
._p-400 {
	padding: 400px !important;
}
._p-500 {
	padding: 500px !important;
}
._p-600 {
	padding: 600px !important;
}
._ph-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
._ph-5 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
._ph-10 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
._ph-15 {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
._ph-20 {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
._ph-25 {
	padding-right: 25px !important;
	padding-left: 25px !important;
}
._ph-30 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}
._ph-40 {
	padding-right: 40px !important;
	padding-left: 40px !important;
}
._ph-45 {
	padding-right: 45px !important;
	padding-left: 45px !important;
}
._ph-50 {
	padding-right: 50px !important;
	padding-left: 50px !important;
}
._ph-60 {
	padding-right: 60px !important;
	padding-left: 60px !important;
}
._ph-70 {
	padding-right: 70px !important;
	padding-left: 70px !important;
}
._ph-80 {
	padding-right: 80px !important;
	padding-left: 80px !important;
}
._ph-90 {
	padding-right: 90px !important;
	padding-left: 90px !important;
}
._ph-100 {
	padding-right: 100px !important;
	padding-left: 100px !important;
}
._ph-120 {
	padding-right: 120px !important;
	padding-left: 120px !important;
}
._ph-150 {
	padding-right: 150px !important;
	padding-left: 150px !important;
}
._ph-200 {
	padding-right: 200px !important;
	padding-left: 200px !important;
}
._ph-250 {
	padding-right: 250px !important;
	padding-left: 250px !important;
}
._ph-300 {
	padding-right: 300px !important;
	padding-left: 300px !important;
}
._ph-400 {
	padding-right: 400px !important;
	padding-left: 400px !important;
}
._ph-500 {
	padding-right: 500px !important;
	padding-left: 500px !important;
}
._ph-600 {
	padding-right: 600px !important;
	padding-left: 600px !important;
}
._pv-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
._pv-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
._pv-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
._pv-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
._pv-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
._pv-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
._pv-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
._pv-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
._pv-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
._pv-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
._pv-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
._pv-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
._pv-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
._pv-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
._pv-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
._pv-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}
._pv-150 {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}
._pv-200 {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}
._pv-250 {
	padding-top: 250px !important;
	padding-bottom: 250px !important;
}
._pv-300 {
	padding-top: 300px !important;
	padding-bottom: 300px !important;
}
._pv-400 {
	padding-top: 400px !important;
	padding-bottom: 400px !important;
}
._pv-500 {
	padding-top: 500px !important;
	padding-bottom: 500px !important;
}
._pv-600 {
	padding-top: 600px !important;
	padding-bottom: 600px !important;
}
._pt-0 {
	padding-top: 0 !important;
}
._pt-5 {
	padding-top: 5px !important;
}
._pt-10 {
	padding-top: 10px !important;
}
._pt-15 {
	padding-top: 15px !important;
}
._pt-20 {
	padding-top: 20px !important;
}
._pt-25 {
	padding-top: 25px !important;
}
._pt-30 {
	padding-top: 30px !important;
}
._pt-40 {
	padding-top: 40px !important;
}
._pt-45 {
	padding-top: 45px !important;
}
._pt-50 {
	padding-top: 50px !important;
}
._pt-60 {
	padding-top: 60px !important;
}
._pt-70 {
	padding-top: 70px !important;
}
._pt-80 {
	padding-top: 80px !important;
}
._pt-90 {
	padding-top: 90px !important;
}
._pt-100 {
	padding-top: 100px !important;
}
._pt-120 {
	padding-top: 120px !important;
}
._pt-150 {
	padding-top: 150px !important;
}
._pt-200 {
	padding-top: 200px !important;
}
._pt-250 {
	padding-top: 250px !important;
}
._pt-300 {
	padding-top: 300px !important;
}
._pt-400 {
	padding-top: 400px !important;
}
._pt-500 {
	padding-top: 500px !important;
}
._pt-600 {
	padding-top: 600px !important;
}
._pb-0 {
	padding-bottom: 0 !important;
}
._pb-5 {
	padding-bottom: 5px !important;
}
._pb-10 {
	padding-bottom: 10px !important;
}
._pb-15 {
	padding-bottom: 15px !important;
}
._pb-20 {
	padding-bottom: 20px !important;
}
._pb-25 {
	padding-bottom: 25px !important;
}
._pb-30 {
	padding-bottom: 30px !important;
}
._pb-40 {
	padding-bottom: 40px !important;
}
._pb-45 {
	padding-bottom: 45px !important;
}
._pb-50 {
	padding-bottom: 50px !important;
}
._pb-60 {
	padding-bottom: 60px !important;
}
._pb-70 {
	padding-bottom: 70px !important;
}
._pb-80 {
	padding-bottom: 80px !important;
}
._pb-90 {
	padding-bottom: 90px !important;
}
._pb-100 {
	padding-bottom: 100px !important;
}
._pb-120 {
	padding-bottom: 120px !important;
}
._pb-150 {
	padding-bottom: 150px !important;
}
._pb-200 {
	padding-bottom: 200px !important;
}
._pb-250 {
	padding-bottom: 250px !important;
}
._pb-300 {
	padding-bottom: 300px !important;
}
._pb-400 {
	padding-bottom: 400px !important;
}
._pb-500 {
	padding-bottom: 500px !important;
}
._pb-600 {
	padding-bottom: 600px !important;
}
._pl-0 {
	padding-left: 0 !important;
}
._pl-5 {
	padding-left: 5px !important;
}
._pl-10 {
	padding-left: 10px !important;
}
._pl-15 {
	padding-left: 15px !important;
}
._pl-20 {
	padding-left: 20px !important;
}
._pl-25 {
	padding-left: 25px !important;
}
._pl-30 {
	padding-left: 30px !important;
}
._pl-40 {
	padding-left: 40px !important;
}
._pl-45 {
	padding-left: 45px !important;
}
._pl-50 {
	padding-left: 50px !important;
}
._pl-60 {
	padding-left: 60px !important;
}
._pl-70 {
	padding-left: 70px !important;
}
._pl-80 {
	padding-left: 80px !important;
}
._pl-90 {
	padding-left: 90px !important;
}
._pl-100 {
	padding-left: 100px !important;
}
._pl-120 {
	padding-left: 120px !important;
}
._pl-150 {
	padding-left: 150px !important;
}
._pl-200 {
	padding-left: 200px !important;
}
._pl-250 {
	padding-left: 250px !important;
}
._pl-300 {
	padding-left: 300px !important;
}
._pl-400 {
	padding-left: 400px !important;
}
._pl-500 {
	padding-left: 500px !important;
}
._pl-600 {
	padding-left: 600px !important;
}
._pr-0 {
	padding-right: 0 !important;
}
._pr-5 {
	padding-right: 5px !important;
}
._pr-10 {
	padding-right: 10px !important;
}
._pr-15 {
	padding-right: 15px !important;
}
._pr-20 {
	padding-right: 20px !important;
}
._pr-25 {
	padding-right: 25px !important;
}
._pr-30 {
	padding-right: 30px !important;
}
._pr-40 {
	padding-right: 40px !important;
}
._pr-45 {
	padding-right: 45px !important;
}
._pr-50 {
	padding-right: 50px !important;
}
._pr-60 {
	padding-right: 60px !important;
}
._pr-70 {
	padding-right: 70px !important;
}
._pr-80 {
	padding-right: 80px !important;
}
._pr-90 {
	padding-right: 90px !important;
}
._pr-100 {
	padding-right: 100px !important;
}
._pr-120 {
	padding-right: 120px !important;
}
._pr-150 {
	padding-right: 150px !important;
}
._pr-200 {
	padding-right: 200px !important;
}
._pr-250 {
	padding-right: 250px !important;
}
._pr-300 {
	padding-right: 300px !important;
}
._pr-400 {
	padding-right: 400px !important;
}
._pr-500 {
	padding-right: 500px !important;
}
._pr-600 {
	padding-right: 600px !important;
}
@media (max-width: 991px) {
	._m-mob-a {
		margin: auto !important;
	}
	._m-mob-0 {
		margin: 0 !important;
	}
	._m-mob-5 {
		margin: 5px !important;
	}
	._m-mob-10 {
		margin: 10px !important;
	}
	._m-mob-15 {
		margin: 15px !important;
	}
	._m-mob-20 {
		margin: 20px !important;
	}
	._m-mob-25 {
		margin: 25px !important;
	}
	._m-mob-30 {
		margin: 30px !important;
	}
	._m-mob-40 {
		margin: 40px !important;
	}
	._m-mob-45 {
		margin: 45px !important;
	}
	._m-mob-50 {
		margin: 50px !important;
	}
	._m-mob-60 {
		margin: 60px !important;
	}
	._m-mob-70 {
		margin: 70px !important;
	}
	._m-mob-80 {
		margin: 80px !important;
	}
	._m-mob-90 {
		margin: 90px !important;
	}
	._m-mob-100 {
		margin: 100px !important;
	}
	._mh-mob-a {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	._mh-mob-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	._mh-mob-5 {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}
	._mh-mob-10 {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}
	._mh-mob-15 {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}
	._mh-mob-20 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	._mh-mob-25 {
		margin-right: 25px !important;
		margin-left: 25px !important;
	}
	._mh-mob-30 {
		margin-right: 30px !important;
		margin-left: 30px !important;
	}
	._mh-mob-40 {
		margin-right: 40px !important;
		margin-left: 40px !important;
	}
	._mh-mob-45 {
		margin-right: 45px !important;
		margin-left: 45px !important;
	}
	._mh-mob-50 {
		margin-right: 50px !important;
		margin-left: 50px !important;
	}
	._mh-mob-60 {
		margin-right: 60px !important;
		margin-left: 60px !important;
	}
	._mh-mob-70 {
		margin-right: 70px !important;
		margin-left: 70px !important;
	}
	._mh-mob-80 {
		margin-right: 80px !important;
		margin-left: 80px !important;
	}
	._mh-mob-90 {
		margin-right: 90px !important;
		margin-left: 90px !important;
	}
	._mh-mob-100 {
		margin-right: 100px !important;
		margin-left: 100px !important;
	}
	._mv-mob-a {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	._mv-mob-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	._mv-mob-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	._mv-mob-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	._mv-mob-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	._mv-mob-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	._mv-mob-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	._mv-mob-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	._mv-mob-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	._mv-mob-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}
	._mv-mob-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	._mv-mob-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	._mv-mob-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	._mv-mob-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	._mv-mob-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	._mv-mob-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	._mt-mob-a {
		margin-top: auto !important;
	}
	._mt-mob-0 {
		margin-top: 0 !important;
	}
	._mt-mob-5 {
		margin-top: 5px !important;
	}
	._mt-mob-10 {
		margin-top: 10px !important;
	}
	._mt-mob-15 {
		margin-top: 15px !important;
	}
	._mt-mob-20 {
		margin-top: 20px !important;
	}
	._mt-mob-25 {
		margin-top: 25px !important;
	}
	._mt-mob-30 {
		margin-top: 30px !important;
	}
	._mt-mob-40 {
		margin-top: 40px !important;
	}
	._mt-mob-45 {
		margin-top: 45px !important;
	}
	._mt-mob-50 {
		margin-top: 50px !important;
	}
	._mt-mob-60 {
		margin-top: 60px !important;
	}
	._mt-mob-70 {
		margin-top: 70px !important;
	}
	._mt-mob-80 {
		margin-top: 80px !important;
	}
	._mt-mob-90 {
		margin-top: 90px !important;
	}
	._mt-mob-100 {
		margin-top: 100px !important;
	}
	._mb-mob-a {
		margin-bottom: auto !important;
	}
	._mb-mob-0 {
		margin-bottom: 0 !important;
	}
	._mb-mob-5 {
		margin-bottom: 5px !important;
	}
	._mb-mob-10 {
		margin-bottom: 10px !important;
	}
	._mb-mob-15 {
		margin-bottom: 15px !important;
	}
	._mb-mob-20 {
		margin-bottom: 20px !important;
	}
	._mb-mob-25 {
		margin-bottom: 25px !important;
	}
	._mb-mob-30 {
		margin-bottom: 30px !important;
	}
	._mb-mob-40 {
		margin-bottom: 40px !important;
	}
	._mb-mob-45 {
		margin-bottom: 45px !important;
	}
	._mb-mob-50 {
		margin-bottom: 50px !important;
	}
	._mb-mob-60 {
		margin-bottom: 60px !important;
	}
	._mb-mob-70 {
		margin-bottom: 70px !important;
	}
	._mb-mob-80 {
		margin-bottom: 80px !important;
	}
	._mb-mob-90 {
		margin-bottom: 90px !important;
	}
	._mb-mob-100 {
		margin-bottom: 100px !important;
	}
	._ml-mob-a {
		margin-left: auto !important;
	}
	._ml-mob-0 {
		margin-left: 0 !important;
	}
	._ml-mob-5 {
		margin-left: 5px !important;
	}
	._ml-mob-10 {
		margin-left: 10px !important;
	}
	._ml-mob-15 {
		margin-left: 15px !important;
	}
	._ml-mob-20 {
		margin-left: 20px !important;
	}
	._ml-mob-25 {
		margin-left: 25px !important;
	}
	._ml-mob-30 {
		margin-left: 30px !important;
	}
	._ml-mob-40 {
		margin-left: 40px !important;
	}
	._ml-mob-45 {
		margin-left: 45px !important;
	}
	._ml-mob-50 {
		margin-left: 50px !important;
	}
	._ml-mob-60 {
		margin-left: 60px !important;
	}
	._ml-mob-70 {
		margin-left: 70px !important;
	}
	._ml-mob-80 {
		margin-left: 80px !important;
	}
	._ml-mob-90 {
		margin-left: 90px !important;
	}
	._ml-mob-100 {
		margin-left: 100px !important;
	}
	._mr-mob-a {
		margin-right: auto !important;
	}
	._mr-mob-0 {
		margin-right: 0 !important;
	}
	._mr-mob-5 {
		margin-right: 5px !important;
	}
	._mr-mob-10 {
		margin-right: 10px !important;
	}
	._mr-mob-15 {
		margin-right: 15px !important;
	}
	._mr-mob-20 {
		margin-right: 20px !important;
	}
	._mr-mob-25 {
		margin-right: 25px !important;
	}
	._mr-mob-30 {
		margin-right: 30px !important;
	}
	._mr-mob-40 {
		margin-right: 40px !important;
	}
	._mr-mob-45 {
		margin-right: 45px !important;
	}
	._mr-mob-50 {
		margin-right: 50px !important;
	}
	._mr-mob-60 {
		margin-right: 60px !important;
	}
	._mr-mob-70 {
		margin-right: 70px !important;
	}
	._mr-mob-80 {
		margin-right: 80px !important;
	}
	._mr-mob-90 {
		margin-right: 90px !important;
	}
	._mr-mob-100 {
		margin-right: 100px !important;
	}
	._mt-mob--5 {
		margin-top: -5px !important;
	}
	._mt-mob--10 {
		margin-top: -10px !important;
	}
	._mt-mob--15 {
		margin-top: -15px !important;
	}
	._mt-mob--20 {
		margin-top: -20px !important;
	}
	._mt-mob--25 {
		margin-top: -25px !important;
	}
	._mt-mob--30 {
		margin-top: -30px !important;
	}
	._mt-mob--40 {
		margin-top: -40px !important;
	}
	._mt-mob--45 {
		margin-top: -45px !important;
	}
	._mt-mob--50 {
		margin-top: -50px !important;
	}
	._mt-mob--60 {
		margin-top: -60px !important;
	}
	._mt-mob--70 {
		margin-top: -70px !important;
	}
	._mt-mob--90 {
		margin-top: -90px !important;
	}
	._mt-mob--100 {
		margin-top: -100px !important;
	}
	._mb-mob--5 {
		margin-bottom: -5px !important;
	}
	._mb-mob--10 {
		margin-bottom: -10px !important;
	}
	._mb-mob--15 {
		margin-bottom: -15px !important;
	}
	._mb-mob--20 {
		margin-bottom: -20px !important;
	}
	._mb-mob--25 {
		margin-bottom: -25px !important;
	}
	._mb-mob--30 {
		margin-bottom: -30px !important;
	}
	._mb-mob--40 {
		margin-bottom: -40px !important;
	}
	._mb-mob--45 {
		margin-bottom: -45px !important;
	}
	._mb-mob--50 {
		margin-bottom: -50px !important;
	}
	._mb-mob--60 {
		margin-bottom: -60px !important;
	}
	._mb-mob--70 {
		margin-bottom: -70px !important;
	}
	._mb-mob--90 {
		margin-bottom: -90px !important;
	}
	._mb-mob--100 {
		margin-bottom: -100px !important;
	}
	._ml-mob--5 {
		margin-left: -5px !important;
	}
	._ml-mob--10 {
		margin-left: -10px !important;
	}
	._ml-mob--15 {
		margin-left: -15px !important;
	}
	._ml-mob--20 {
		margin-left: -20px !important;
	}
	._ml-mob--25 {
		margin-left: -25px !important;
	}
	._ml-mob--30 {
		margin-left: -30px !important;
	}
	._ml-mob--40 {
		margin-left: -40px !important;
	}
	._ml-mob--45 {
		margin-left: -45px !important;
	}
	._ml-mob--50 {
		margin-left: -50px !important;
	}
	._ml-mob--60 {
		margin-left: -60px !important;
	}
	._ml-mob--70 {
		margin-left: -70px !important;
	}
	._ml-mob--90 {
		margin-left: -90px !important;
	}
	._ml-mob--100 {
		margin-left: -100px !important;
	}
	._mr-mob--5 {
		margin-right: -5px !important;
	}
	._mr-mob--10 {
		margin-right: -10px !important;
	}
	._mr-mob--15 {
		margin-right: -15px !important;
	}
	._mr-mob--20 {
		margin-right: -20px !important;
	}
	._mr-mob--25 {
		margin-right: -25px !important;
	}
	._mr-mob--30 {
		margin-right: -30px !important;
	}
	._mr-mob--40 {
		margin-right: -40px !important;
	}
	._mr-mob--45 {
		margin-right: -45px !important;
	}
	._mr-mob--50 {
		margin-right: -50px !important;
	}
	._mr-mob--60 {
		margin-right: -60px !important;
	}
	._mr-mob--70 {
		margin-right: -70px !important;
	}
	._mr-mob--90 {
		margin-right: -90px !important;
	}
	._mr-mob--100 {
		margin-right: -100px !important;
	}
	._p-mob-0 {
		padding: 0 !important;
	}
	._p-mob-5 {
		padding: 5px !important;
	}
	._p-mob-10 {
		padding: 10px !important;
	}
	._p-mob-15 {
		padding: 15px !important;
	}
	._p-mob-20 {
		padding: 20px !important;
	}
	._p-mob-25 {
		padding: 25px !important;
	}
	._p-mob-30 {
		padding: 30px !important;
	}
	._p-mob-40 {
		padding: 40px !important;
	}
	._p-mob-45 {
		padding: 45px !important;
	}
	._p-mob-50 {
		padding: 50px !important;
	}
	._p-mob-60 {
		padding: 60px !important;
	}
	._p-mob-70 {
		padding: 70px !important;
	}
	._p-mob-80 {
		padding: 80px !important;
	}
	._p-mob-90 {
		padding: 90px !important;
	}
	._p-mob-100 {
		padding: 100px !important;
	}
	._p-mob-120 {
		padding: 120px !important;
	}
	._p-mob-150 {
		padding: 150px !important;
	}
	._p-mob-200 {
		padding: 200px !important;
	}
	._p-mob-250 {
		padding: 250px !important;
	}
	._p-mob-300 {
		padding: 300px !important;
	}
	._p-mob-400 {
		padding: 400px !important;
	}
	._p-mob-500 {
		padding: 500px !important;
	}
	._p-mob-600 {
		padding: 600px !important;
	}
	._ph-mob-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	._ph-mob-5 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	._ph-mob-10 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	._ph-mob-15 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	._ph-mob-20 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	._ph-mob-25 {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
	._ph-mob-30 {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	._ph-mob-40 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	._ph-mob-45 {
		padding-right: 45px !important;
		padding-left: 45px !important;
	}
	._ph-mob-50 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	._ph-mob-60 {
		padding-right: 60px !important;
		padding-left: 60px !important;
	}
	._ph-mob-70 {
		padding-right: 70px !important;
		padding-left: 70px !important;
	}
	._ph-mob-80 {
		padding-right: 80px !important;
		padding-left: 80px !important;
	}
	._ph-mob-90 {
		padding-right: 90px !important;
		padding-left: 90px !important;
	}
	._ph-mob-100 {
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
	._ph-mob-120 {
		padding-right: 120px !important;
		padding-left: 120px !important;
	}
	._ph-mob-150 {
		padding-right: 150px !important;
		padding-left: 150px !important;
	}
	._ph-mob-200 {
		padding-right: 200px !important;
		padding-left: 200px !important;
	}
	._ph-mob-250 {
		padding-right: 250px !important;
		padding-left: 250px !important;
	}
	._ph-mob-300 {
		padding-right: 300px !important;
		padding-left: 300px !important;
	}
	._ph-mob-400 {
		padding-right: 400px !important;
		padding-left: 400px !important;
	}
	._ph-mob-500 {
		padding-right: 500px !important;
		padding-left: 500px !important;
	}
	._ph-mob-600 {
		padding-right: 600px !important;
		padding-left: 600px !important;
	}
	._pv-mob-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	._pv-mob-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	._pv-mob-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	._pv-mob-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	._pv-mob-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	._pv-mob-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	._pv-mob-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	._pv-mob-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	._pv-mob-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}
	._pv-mob-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	._pv-mob-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	._pv-mob-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	._pv-mob-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	._pv-mob-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	._pv-mob-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	._pv-mob-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	._pv-mob-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	._pv-mob-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	._pv-mob-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}
	._pv-mob-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}
	._pv-mob-400 {
		padding-top: 400px !important;
		padding-bottom: 400px !important;
	}
	._pv-mob-500 {
		padding-top: 500px !important;
		padding-bottom: 500px !important;
	}
	._pv-mob-600 {
		padding-top: 600px !important;
		padding-bottom: 600px !important;
	}
	._pt-mob-0 {
		padding-top: 0 !important;
	}
	._pt-mob-5 {
		padding-top: 5px !important;
	}
	._pt-mob-10 {
		padding-top: 10px !important;
	}
	._pt-mob-15 {
		padding-top: 15px !important;
	}
	._pt-mob-20 {
		padding-top: 20px !important;
	}
	._pt-mob-25 {
		padding-top: 25px !important;
	}
	._pt-mob-30 {
		padding-top: 30px !important;
	}
	._pt-mob-40 {
		padding-top: 40px !important;
	}
	._pt-mob-45 {
		padding-top: 45px !important;
	}
	._pt-mob-50 {
		padding-top: 50px !important;
	}
	._pt-mob-60 {
		padding-top: 60px !important;
	}
	._pt-mob-70 {
		padding-top: 70px !important;
	}
	._pt-mob-80 {
		padding-top: 80px !important;
	}
	._pt-mob-90 {
		padding-top: 90px !important;
	}
	._pt-mob-100 {
		padding-top: 100px !important;
	}
	._pt-mob-120 {
		padding-top: 120px !important;
	}
	._pt-mob-150 {
		padding-top: 150px !important;
	}
	._pt-mob-200 {
		padding-top: 200px !important;
	}
	._pt-mob-250 {
		padding-top: 250px !important;
	}
	._pt-mob-300 {
		padding-top: 300px !important;
	}
	._pt-mob-400 {
		padding-top: 400px !important;
	}
	._pt-mob-500 {
		padding-top: 500px !important;
	}
	._pt-mob-600 {
		padding-top: 600px !important;
	}
	._pb-mob-0 {
		padding-bottom: 0 !important;
	}
	._pb-mob-5 {
		padding-bottom: 5px !important;
	}
	._pb-mob-10 {
		padding-bottom: 10px !important;
	}
	._pb-mob-15 {
		padding-bottom: 15px !important;
	}
	._pb-mob-20 {
		padding-bottom: 20px !important;
	}
	._pb-mob-25 {
		padding-bottom: 25px !important;
	}
	._pb-mob-30 {
		padding-bottom: 30px !important;
	}
	._pb-mob-40 {
		padding-bottom: 40px !important;
	}
	._pb-mob-45 {
		padding-bottom: 45px !important;
	}
	._pb-mob-50 {
		padding-bottom: 50px !important;
	}
	._pb-mob-60 {
		padding-bottom: 60px !important;
	}
	._pb-mob-70 {
		padding-bottom: 70px !important;
	}
	._pb-mob-80 {
		padding-bottom: 80px !important;
	}
	._pb-mob-90 {
		padding-bottom: 90px !important;
	}
	._pb-mob-100 {
		padding-bottom: 100px !important;
	}
	._pb-mob-120 {
		padding-bottom: 120px !important;
	}
	._pb-mob-150 {
		padding-bottom: 150px !important;
	}
	._pb-mob-200 {
		padding-bottom: 200px !important;
	}
	._pb-mob-250 {
		padding-bottom: 250px !important;
	}
	._pb-mob-300 {
		padding-bottom: 300px !important;
	}
	._pb-mob-400 {
		padding-bottom: 400px !important;
	}
	._pb-mob-500 {
		padding-bottom: 500px !important;
	}
	._pb-mob-600 {
		padding-bottom: 600px !important;
	}
	._pl-mob-0 {
		padding-left: 0 !important;
	}
	._pl-mob-5 {
		padding-left: 5px !important;
	}
	._pl-mob-10 {
		padding-left: 10px !important;
	}
	._pl-mob-15 {
		padding-left: 15px !important;
	}
	._pl-mob-20 {
		padding-left: 20px !important;
	}
	._pl-mob-25 {
		padding-left: 25px !important;
	}
	._pl-mob-30 {
		padding-left: 30px !important;
	}
	._pl-mob-40 {
		padding-left: 40px !important;
	}
	._pl-mob-45 {
		padding-left: 45px !important;
	}
	._pl-mob-50 {
		padding-left: 50px !important;
	}
	._pl-mob-60 {
		padding-left: 60px !important;
	}
	._pl-mob-70 {
		padding-left: 70px !important;
	}
	._pl-mob-80 {
		padding-left: 80px !important;
	}
	._pl-mob-90 {
		padding-left: 90px !important;
	}
	._pl-mob-100 {
		padding-left: 100px !important;
	}
	._pl-mob-120 {
		padding-left: 120px !important;
	}
	._pl-mob-150 {
		padding-left: 150px !important;
	}
	._pl-mob-200 {
		padding-left: 200px !important;
	}
	._pl-mob-250 {
		padding-left: 250px !important;
	}
	._pl-mob-300 {
		padding-left: 300px !important;
	}
	._pl-mob-400 {
		padding-left: 400px !important;
	}
	._pl-mob-500 {
		padding-left: 500px !important;
	}
	._pl-mob-600 {
		padding-left: 600px !important;
	}
	._pr-mob-0 {
		padding-right: 0 !important;
	}
	._pr-mob-5 {
		padding-right: 5px !important;
	}
	._pr-mob-10 {
		padding-right: 10px !important;
	}
	._pr-mob-15 {
		padding-right: 15px !important;
	}
	._pr-mob-20 {
		padding-right: 20px !important;
	}
	._pr-mob-25 {
		padding-right: 25px !important;
	}
	._pr-mob-30 {
		padding-right: 30px !important;
	}
	._pr-mob-40 {
		padding-right: 40px !important;
	}
	._pr-mob-45 {
		padding-right: 45px !important;
	}
	._pr-mob-50 {
		padding-right: 50px !important;
	}
	._pr-mob-60 {
		padding-right: 60px !important;
	}
	._pr-mob-70 {
		padding-right: 70px !important;
	}
	._pr-mob-80 {
		padding-right: 80px !important;
	}
	._pr-mob-90 {
		padding-right: 90px !important;
	}
	._pr-mob-100 {
		padding-right: 100px !important;
	}
	._pr-mob-120 {
		padding-right: 120px !important;
	}
	._pr-mob-150 {
		padding-right: 150px !important;
	}
	._pr-mob-200 {
		padding-right: 200px !important;
	}
	._pr-mob-250 {
		padding-right: 250px !important;
	}
	._pr-mob-300 {
		padding-right: 300px !important;
	}
	._pr-mob-400 {
		padding-right: 400px !important;
	}
	._pr-mob-500 {
		padding-right: 500px !important;
	}
	._pr-mob-600 {
		padding-right: 600px !important;
	}
}
._h-10vh {
	height: 10vh !important;
}
._h-15vh {
	height: 15vh !important;
}
._h-20vh {
	height: 20vh !important;
}
._h-25vh {
	height: 25vh !important;
}
._h-30vh {
	height: 30vh !important;
}
._h-33vh {
	height: 33vh !important;
}
._h-40vh {
	height: 40vh !important;
}
._h-45vh {
	height: 45vh !important;
}
._h-50vh {
	height: 50vh !important;
}
._h-60vh {
	height: 60vh !important;
}
._h-66vh {
	height: 66vh !important;
}
._h-75vh {
	height: 75vh !important;
}
._h-80vh {
	height: 80vh !important;
}
._h-100vh {
	height: 100vh !important;
}
._h-120vh {
	height: 120vh !important;
}
._h-10pct {
	height: 10% !important;
}
._h-15pct {
	height: 15% !important;
}
._h-20pct {
	height: 20% !important;
}
._h-25pct {
	height: 25% !important;
}
._h-30pct {
	height: 30% !important;
}
._h-33pct {
	height: 33% !important;
}
._h-40pct {
	height: 40% !important;
}
._h-45pct {
	height: 45% !important;
}
._h-50pct {
	height: 50% !important;
}
._h-60pct {
	height: 60% !important;
}
._h-66pct {
	height: 66% !important;
}
._h-75pct {
	height: 75% !important;
}
._h-80pct {
	height: 80% !important;
}
._h-100pct {
	height: 100% !important;
}
._h-120pct {
	height: 120% !important;
}
@media (min-width: 992px) {
	._m-desk-a {
		margin: auto !important;
	}
	._m-desk-0 {
		margin: 0 !important;
	}
	._m-desk-5 {
		margin: 5px !important;
	}
	._m-desk-10 {
		margin: 10px !important;
	}
	._m-desk-15 {
		margin: 15px !important;
	}
	._m-desk-20 {
		margin: 20px !important;
	}
	._m-desk-25 {
		margin: 25px !important;
	}
	._m-desk-30 {
		margin: 30px !important;
	}
	._m-desk-40 {
		margin: 40px !important;
	}
	._m-desk-45 {
		margin: 45px !important;
	}
	._m-desk-50 {
		margin: 50px !important;
	}
	._m-desk-60 {
		margin: 60px !important;
	}
	._m-desk-70 {
		margin: 70px !important;
	}
	._m-desk-80 {
		margin: 80px !important;
	}
	._m-desk-90 {
		margin: 90px !important;
	}
	._m-desk-100 {
		margin: 100px !important;
	}
	._mh-desk-a {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	._mh-desk-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	._mh-desk-5 {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}
	._mh-desk-10 {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}
	._mh-desk-15 {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}
	._mh-desk-20 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	._mh-desk-25 {
		margin-right: 25px !important;
		margin-left: 25px !important;
	}
	._mh-desk-30 {
		margin-right: 30px !important;
		margin-left: 30px !important;
	}
	._mh-desk-40 {
		margin-right: 40px !important;
		margin-left: 40px !important;
	}
	._mh-desk-45 {
		margin-right: 45px !important;
		margin-left: 45px !important;
	}
	._mh-desk-50 {
		margin-right: 50px !important;
		margin-left: 50px !important;
	}
	._mh-desk-60 {
		margin-right: 60px !important;
		margin-left: 60px !important;
	}
	._mh-desk-70 {
		margin-right: 70px !important;
		margin-left: 70px !important;
	}
	._mh-desk-80 {
		margin-right: 80px !important;
		margin-left: 80px !important;
	}
	._mh-desk-90 {
		margin-right: 90px !important;
		margin-left: 90px !important;
	}
	._mh-desk-100 {
		margin-right: 100px !important;
		margin-left: 100px !important;
	}
	._mv-desk-a {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	._mv-desk-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	._mv-desk-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	._mv-desk-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	._mv-desk-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	._mv-desk-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	._mv-desk-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	._mv-desk-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	._mv-desk-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	._mv-desk-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}
	._mv-desk-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	._mv-desk-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	._mv-desk-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	._mv-desk-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	._mv-desk-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	._mv-desk-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	._mt-desk-a {
		margin-top: auto !important;
	}
	._mt-desk-0 {
		margin-top: 0 !important;
	}
	._mt-desk-5 {
		margin-top: 5px !important;
	}
	._mt-desk-10 {
		margin-top: 10px !important;
	}
	._mt-desk-15 {
		margin-top: 15px !important;
	}
	._mt-desk-20 {
		margin-top: 20px !important;
	}
	._mt-desk-25 {
		margin-top: 25px !important;
	}
	._mt-desk-30 {
		margin-top: 30px !important;
	}
	._mt-desk-40 {
		margin-top: 40px !important;
	}
	._mt-desk-45 {
		margin-top: 45px !important;
	}
	._mt-desk-50 {
		margin-top: 50px !important;
	}
	._mt-desk-60 {
		margin-top: 60px !important;
	}
	._mt-desk-70 {
		margin-top: 70px !important;
	}
	._mt-desk-80 {
		margin-top: 80px !important;
	}
	._mt-desk-90 {
		margin-top: 90px !important;
	}
	._mt-desk-100 {
		margin-top: 100px !important;
	}
	._mb-desk-a {
		margin-bottom: auto !important;
	}
	._mb-desk-0 {
		margin-bottom: 0 !important;
	}
	._mb-desk-5 {
		margin-bottom: 5px !important;
	}
	._mb-desk-10 {
		margin-bottom: 10px !important;
	}
	._mb-desk-15 {
		margin-bottom: 15px !important;
	}
	._mb-desk-20 {
		margin-bottom: 20px !important;
	}
	._mb-desk-25 {
		margin-bottom: 25px !important;
	}
	._mb-desk-30 {
		margin-bottom: 30px !important;
	}
	._mb-desk-40 {
		margin-bottom: 40px !important;
	}
	._mb-desk-45 {
		margin-bottom: 45px !important;
	}
	._mb-desk-50 {
		margin-bottom: 50px !important;
	}
	._mb-desk-60 {
		margin-bottom: 60px !important;
	}
	._mb-desk-70 {
		margin-bottom: 70px !important;
	}
	._mb-desk-80 {
		margin-bottom: 80px !important;
	}
	._mb-desk-90 {
		margin-bottom: 90px !important;
	}
	._mb-desk-100 {
		margin-bottom: 100px !important;
	}
	._ml-desk-a {
		margin-left: auto !important;
	}
	._ml-desk-0 {
		margin-left: 0 !important;
	}
	._ml-desk-5 {
		margin-left: 5px !important;
	}
	._ml-desk-10 {
		margin-left: 10px !important;
	}
	._ml-desk-15 {
		margin-left: 15px !important;
	}
	._ml-desk-20 {
		margin-left: 20px !important;
	}
	._ml-desk-25 {
		margin-left: 25px !important;
	}
	._ml-desk-30 {
		margin-left: 30px !important;
	}
	._ml-desk-40 {
		margin-left: 40px !important;
	}
	._ml-desk-45 {
		margin-left: 45px !important;
	}
	._ml-desk-50 {
		margin-left: 50px !important;
	}
	._ml-desk-60 {
		margin-left: 60px !important;
	}
	._ml-desk-70 {
		margin-left: 70px !important;
	}
	._ml-desk-80 {
		margin-left: 80px !important;
	}
	._ml-desk-90 {
		margin-left: 90px !important;
	}
	._ml-desk-100 {
		margin-left: 100px !important;
	}
	._mr-desk-a {
		margin-right: auto !important;
	}
	._mr-desk-0 {
		margin-right: 0 !important;
	}
	._mr-desk-5 {
		margin-right: 5px !important;
	}
	._mr-desk-10 {
		margin-right: 10px !important;
	}
	._mr-desk-15 {
		margin-right: 15px !important;
	}
	._mr-desk-20 {
		margin-right: 20px !important;
	}
	._mr-desk-25 {
		margin-right: 25px !important;
	}
	._mr-desk-30 {
		margin-right: 30px !important;
	}
	._mr-desk-40 {
		margin-right: 40px !important;
	}
	._mr-desk-45 {
		margin-right: 45px !important;
	}
	._mr-desk-50 {
		margin-right: 50px !important;
	}
	._mr-desk-60 {
		margin-right: 60px !important;
	}
	._mr-desk-70 {
		margin-right: 70px !important;
	}
	._mr-desk-80 {
		margin-right: 80px !important;
	}
	._mr-desk-90 {
		margin-right: 90px !important;
	}
	._mr-desk-100 {
		margin-right: 100px !important;
	}
	._p-desk-0 {
		padding: 0 !important;
	}
	._p-desk-5 {
		padding: 5px !important;
	}
	._p-desk-10 {
		padding: 10px !important;
	}
	._p-desk-15 {
		padding: 15px !important;
	}
	._p-desk-20 {
		padding: 20px !important;
	}
	._p-desk-25 {
		padding: 25px !important;
	}
	._p-desk-30 {
		padding: 30px !important;
	}
	._p-desk-40 {
		padding: 40px !important;
	}
	._p-desk-45 {
		padding: 45px !important;
	}
	._p-desk-50 {
		padding: 50px !important;
	}
	._p-desk-60 {
		padding: 60px !important;
	}
	._p-desk-70 {
		padding: 70px !important;
	}
	._p-desk-80 {
		padding: 80px !important;
	}
	._p-desk-90 {
		padding: 90px !important;
	}
	._p-desk-100 {
		padding: 100px !important;
	}
	._p-desk-120 {
		padding: 120px !important;
	}
	._p-desk-150 {
		padding: 150px !important;
	}
	._p-desk-200 {
		padding: 200px !important;
	}
	._p-desk-250 {
		padding: 250px !important;
	}
	._p-desk-300 {
		padding: 300px !important;
	}
	._p-desk-400 {
		padding: 400px !important;
	}
	._p-desk-500 {
		padding: 500px !important;
	}
	._p-desk-600 {
		padding: 600px !important;
	}
	._ph-desk-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	._ph-desk-5 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	._ph-desk-10 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	._ph-desk-15 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	._ph-desk-20 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	._ph-desk-25 {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
	._ph-desk-30 {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	._ph-desk-40 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	._ph-desk-45 {
		padding-right: 45px !important;
		padding-left: 45px !important;
	}
	._ph-desk-50 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	._ph-desk-60 {
		padding-right: 60px !important;
		padding-left: 60px !important;
	}
	._ph-desk-70 {
		padding-right: 70px !important;
		padding-left: 70px !important;
	}
	._ph-desk-80 {
		padding-right: 80px !important;
		padding-left: 80px !important;
	}
	._ph-desk-90 {
		padding-right: 90px !important;
		padding-left: 90px !important;
	}
	._ph-desk-100 {
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
	._ph-desk-120 {
		padding-right: 120px !important;
		padding-left: 120px !important;
	}
	._ph-desk-150 {
		padding-right: 150px !important;
		padding-left: 150px !important;
	}
	._ph-desk-200 {
		padding-right: 200px !important;
		padding-left: 200px !important;
	}
	._ph-desk-250 {
		padding-right: 250px !important;
		padding-left: 250px !important;
	}
	._ph-desk-300 {
		padding-right: 300px !important;
		padding-left: 300px !important;
	}
	._ph-desk-400 {
		padding-right: 400px !important;
		padding-left: 400px !important;
	}
	._ph-desk-500 {
		padding-right: 500px !important;
		padding-left: 500px !important;
	}
	._ph-desk-600 {
		padding-right: 600px !important;
		padding-left: 600px !important;
	}
	._pv-desk-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	._pv-desk-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	._pv-desk-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	._pv-desk-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	._pv-desk-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	._pv-desk-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	._pv-desk-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	._pv-desk-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	._pv-desk-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}
	._pv-desk-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	._pv-desk-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	._pv-desk-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	._pv-desk-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	._pv-desk-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	._pv-desk-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	._pv-desk-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	._pv-desk-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	._pv-desk-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	._pv-desk-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}
	._pv-desk-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}
	._pv-desk-400 {
		padding-top: 400px !important;
		padding-bottom: 400px !important;
	}
	._pv-desk-500 {
		padding-top: 500px !important;
		padding-bottom: 500px !important;
	}
	._pv-desk-600 {
		padding-top: 600px !important;
		padding-bottom: 600px !important;
	}
	._pt-desk-0 {
		padding-top: 0 !important;
	}
	._pt-desk-5 {
		padding-top: 5px !important;
	}
	._pt-desk-10 {
		padding-top: 10px !important;
	}
	._pt-desk-15 {
		padding-top: 15px !important;
	}
	._pt-desk-20 {
		padding-top: 20px !important;
	}
	._pt-desk-25 {
		padding-top: 25px !important;
	}
	._pt-desk-30 {
		padding-top: 30px !important;
	}
	._pt-desk-40 {
		padding-top: 40px !important;
	}
	._pt-desk-45 {
		padding-top: 45px !important;
	}
	._pt-desk-50 {
		padding-top: 50px !important;
	}
	._pt-desk-60 {
		padding-top: 60px !important;
	}
	._pt-desk-70 {
		padding-top: 70px !important;
	}
	._pt-desk-80 {
		padding-top: 80px !important;
	}
	._pt-desk-90 {
		padding-top: 90px !important;
	}
	._pt-desk-100 {
		padding-top: 100px !important;
	}
	._pt-desk-120 {
		padding-top: 120px !important;
	}
	._pt-desk-150 {
		padding-top: 150px !important;
	}
	._pt-desk-200 {
		padding-top: 200px !important;
	}
	._pt-desk-250 {
		padding-top: 250px !important;
	}
	._pt-desk-300 {
		padding-top: 300px !important;
	}
	._pt-desk-400 {
		padding-top: 400px !important;
	}
	._pt-desk-500 {
		padding-top: 500px !important;
	}
	._pt-desk-600 {
		padding-top: 600px !important;
	}
	._pb-desk-0 {
		padding-bottom: 0 !important;
	}
	._pb-desk-5 {
		padding-bottom: 5px !important;
	}
	._pb-desk-10 {
		padding-bottom: 10px !important;
	}
	._pb-desk-15 {
		padding-bottom: 15px !important;
	}
	._pb-desk-20 {
		padding-bottom: 20px !important;
	}
	._pb-desk-25 {
		padding-bottom: 25px !important;
	}
	._pb-desk-30 {
		padding-bottom: 30px !important;
	}
	._pb-desk-40 {
		padding-bottom: 40px !important;
	}
	._pb-desk-45 {
		padding-bottom: 45px !important;
	}
	._pb-desk-50 {
		padding-bottom: 50px !important;
	}
	._pb-desk-60 {
		padding-bottom: 60px !important;
	}
	._pb-desk-70 {
		padding-bottom: 70px !important;
	}
	._pb-desk-80 {
		padding-bottom: 80px !important;
	}
	._pb-desk-90 {
		padding-bottom: 90px !important;
	}
	._pb-desk-100 {
		padding-bottom: 100px !important;
	}
	._pb-desk-120 {
		padding-bottom: 120px !important;
	}
	._pb-desk-150 {
		padding-bottom: 150px !important;
	}
	._pb-desk-200 {
		padding-bottom: 200px !important;
	}
	._pb-desk-250 {
		padding-bottom: 250px !important;
	}
	._pb-desk-300 {
		padding-bottom: 300px !important;
	}
	._pb-desk-400 {
		padding-bottom: 400px !important;
	}
	._pb-desk-500 {
		padding-bottom: 500px !important;
	}
	._pb-desk-600 {
		padding-bottom: 600px !important;
	}
	._pl-desk-0 {
		padding-left: 0 !important;
	}
	._pl-desk-5 {
		padding-left: 5px !important;
	}
	._pl-desk-10 {
		padding-left: 10px !important;
	}
	._pl-desk-15 {
		padding-left: 15px !important;
	}
	._pl-desk-20 {
		padding-left: 20px !important;
	}
	._pl-desk-25 {
		padding-left: 25px !important;
	}
	._pl-desk-30 {
		padding-left: 30px !important;
	}
	._pl-desk-40 {
		padding-left: 40px !important;
	}
	._pl-desk-45 {
		padding-left: 45px !important;
	}
	._pl-desk-50 {
		padding-left: 50px !important;
	}
	._pl-desk-60 {
		padding-left: 60px !important;
	}
	._pl-desk-70 {
		padding-left: 70px !important;
	}
	._pl-desk-80 {
		padding-left: 80px !important;
	}
	._pl-desk-90 {
		padding-left: 90px !important;
	}
	._pl-desk-100 {
		padding-left: 100px !important;
	}
	._pl-desk-120 {
		padding-left: 120px !important;
	}
	._pl-desk-150 {
		padding-left: 150px !important;
	}
	._pl-desk-200 {
		padding-left: 200px !important;
	}
	._pl-desk-250 {
		padding-left: 250px !important;
	}
	._pl-desk-300 {
		padding-left: 300px !important;
	}
	._pl-desk-400 {
		padding-left: 400px !important;
	}
	._pl-desk-500 {
		padding-left: 500px !important;
	}
	._pl-desk-600 {
		padding-left: 600px !important;
	}
	._pr-desk-0 {
		padding-right: 0 !important;
	}
	._pr-desk-5 {
		padding-right: 5px !important;
	}
	._pr-desk-10 {
		padding-right: 10px !important;
	}
	._pr-desk-15 {
		padding-right: 15px !important;
	}
	._pr-desk-20 {
		padding-right: 20px !important;
	}
	._pr-desk-25 {
		padding-right: 25px !important;
	}
	._pr-desk-30 {
		padding-right: 30px !important;
	}
	._pr-desk-40 {
		padding-right: 40px !important;
	}
	._pr-desk-45 {
		padding-right: 45px !important;
	}
	._pr-desk-50 {
		padding-right: 50px !important;
	}
	._pr-desk-60 {
		padding-right: 60px !important;
	}
	._pr-desk-70 {
		padding-right: 70px !important;
	}
	._pr-desk-80 {
		padding-right: 80px !important;
	}
	._pr-desk-90 {
		padding-right: 90px !important;
	}
	._pr-desk-100 {
		padding-right: 100px !important;
	}
	._pr-desk-120 {
		padding-right: 120px !important;
	}
	._pr-desk-150 {
		padding-right: 150px !important;
	}
	._pr-desk-200 {
		padding-right: 200px !important;
	}
	._pr-desk-250 {
		padding-right: 250px !important;
	}
	._pr-desk-300 {
		padding-right: 300px !important;
	}
	._pr-desk-400 {
		padding-right: 400px !important;
	}
	._pr-desk-500 {
		padding-right: 500px !important;
	}
	._pr-desk-600 {
		padding-right: 600px !important;
	}
	._h-desk-10vh {
		height: 10vh !important;
	}
	._h-desk-15vh {
		height: 15vh !important;
	}
	._h-desk-20vh {
		height: 20vh !important;
	}
	._h-desk-25vh {
		height: 25vh !important;
	}
	._h-desk-30vh {
		height: 30vh !important;
	}
	._h-desk-33vh {
		height: 33vh !important;
	}
	._h-desk-40vh {
		height: 40vh !important;
	}
	._h-desk-45vh {
		height: 45vh !important;
	}
	._h-desk-50vh {
		height: 50vh !important;
	}
	._h-desk-60vh {
		height: 60vh !important;
	}
	._h-desk-66vh {
		height: 66vh !important;
	}
	._h-desk-75vh {
		height: 75vh !important;
	}
	._h-desk-80vh {
		height: 80vh !important;
	}
	._h-desk-100vh {
		height: 100vh !important;
	}
	._h-desk-120vh {
		height: 120vh !important;
	}
}
@media (max-width: 991px) {
	._h-mob-10vh {
		height: 10vh !important;
	}
	._h-mob-15vh {
		height: 15vh !important;
	}
	._h-mob-20vh {
		height: 20vh !important;
	}
	._h-mob-25vh {
		height: 25vh !important;
	}
	._h-mob-30vh {
		height: 30vh !important;
	}
	._h-mob-33vh {
		height: 33vh !important;
	}
	._h-mob-40vh {
		height: 40vh !important;
	}
	._h-mob-45vh {
		height: 45vh !important;
	}
	._h-mob-50vh {
		height: 50vh !important;
	}
	._h-mob-60vh {
		height: 60vh !important;
	}
	._h-mob-66vh {
		height: 66vh !important;
	}
	._h-mob-75vh {
		height: 75vh !important;
	}
	._h-mob-80vh {
		height: 80vh !important;
	}
	._h-mob-100vh {
		height: 100vh !important;
	}
	._h-mob-120vh {
		height: 120vh !important;
	}
	._h-mob-a {
		height: auto !important;
	}
}
._h-a,
._pos-a-br {
	height: auto !important;
}
._w-10pct {
	width: 10% !important;
}
._w-15pct {
	width: 15% !important;
}
._w-20pct {
	width: 20% !important;
}
._w-25pct {
	width: 25% !important;
}
._w-30pct {
	width: 30% !important;
}
._w-33pct {
	width: 33% !important;
}
._w-40pct {
	width: 40% !important;
}
._w-45pct {
	width: 45% !important;
}
._w-50pct {
	width: 50% !important;
}
._w-60pct {
	width: 60% !important;
}
._w-66pct {
	width: 66% !important;
}
._w-75pct {
	width: 75% !important;
}
._w-80pct {
	width: 80% !important;
}
._w-100pct {
	width: 100% !important;
}
._w-120pct {
	width: 120% !important;
}
._w-a {
	width: auto !important;
}
._pos-a-bl,
._w-f,
._w-full {
	width: 100% !important;
}
._mw-10 {
	max-width: 10px !important;
}
._mw-30 {
	max-width: 30px !important;
}
._mw-50 {
	max-width: 50px !important;
}
._mw-100 {
	max-width: 100px !important;
}
._mw-200 {
	max-width: 200px !important;
}
._mw-300 {
	max-width: 300px !important;
}
._mw-400 {
	max-width: 400px !important;
}
._mw-500 {
	max-width: 500px !important;
}
._mw-600 {
	max-width: 600px !important;
}
._bsh-xs {
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
}
._bsh-sm {
	-webkit-box-shadow:
		0 3px 6px rgba(0, 0, 0, 0.16),
		0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow:
		0 3px 6px rgba(0, 0, 0, 0.16),
		0 3px 6px rgba(0, 0, 0, 0.23);
}
._bsh {
	-webkit-box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.19),
		0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.19),
		0 6px 6px rgba(0, 0, 0, 0.23);
}
._bsh-lg {
	-webkit-box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.25),
		0 10px 10px rgba(0, 0, 0, 0.23);
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.25),
		0 10px 10px rgba(0, 0, 0, 0.23);
}
._bsh-xl {
	-webkit-box-shadow:
		0 19px 38px rgba(0, 0, 0, 0.3),
		0 15px 12px rgba(0, 0, 0, 0.22);
	box-shadow:
		0 19px 38px rgba(0, 0, 0, 0.3),
		0 15px 12px rgba(0, 0, 0, 0.22);
}
._bsh-xxl {
	-webkit-box-shadow:
		0 25px 50px rgba(0, 0, 0, 0.4),
		0 18px 16px rgba(0, 0, 0, 0.21);
	box-shadow:
		0 25px 50px rgba(0, 0, 0, 0.4),
		0 18px 16px rgba(0, 0, 0, 0.21);
}
._bsh-light._bsh-xs {
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.06),
		0 1px 2px rgba(0, 0, 0, 0.12);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.06),
		0 1px 2px rgba(0, 0, 0, 0.12);
}
._bsh-light._bsh-sm {
	-webkit-box-shadow:
		0 3px 6px rgba(0, 0, 0, 0.08),
		0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow:
		0 3px 6px rgba(0, 0, 0, 0.08),
		0 3px 6px rgba(0, 0, 0, 0.16);
}
._bsh-light._bsh {
	-webkit-box-shadow:
		0 8px 20px rgba(0, 0, 0, 0.08),
		0 4px 6px rgba(0, 0, 0, 0.12);
	box-shadow:
		0 8px 20px rgba(0, 0, 0, 0.08),
		0 4px 6px rgba(0, 0, 0, 0.12);
}
._bsh-light._bsh-lg {
	-webkit-box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.13),
		0 10px 10px rgba(0, 0, 0, 0.15);
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.13),
		0 10px 10px rgba(0, 0, 0, 0.15);
}
._bsh-light._bsh-xl {
	-webkit-box-shadow:
		0 15px 40px rgba(0, 0, 0, 0.15),
		0 7px 12px rgba(0, 0, 0, 0.11);
	box-shadow:
		0 15px 40px rgba(0, 0, 0, 0.15),
		0 7px 12px rgba(0, 0, 0, 0.11);
}
._bsh-light._bsh-xxl {
	-webkit-box-shadow:
		0 17px 50px rgba(0, 0, 0, 0.17),
		0 10px 10px rgba(0, 0, 0, 0.11);
	box-shadow:
		0 17px 50px rgba(0, 0, 0, 0.17),
		0 10px 10px rgba(0, 0, 0, 0.11);
}
._b {
	border: 1px solid #e6e6e6 !important;
}
._b-n {
	border: none !important;
}
._bc-dg {
	border-color: #d9d9d9 !important;
}
._bc-w {
	border-color: #fff !important;
}
._bc-g {
	border-color: #e6e6e6 !important;
}
._bc-b {
	border-color: #000 !important;
}
._bc-lb {
	border-color: #1a1a1a !important;
}
._bc-p {
	border-color: #0093d2 !important;
}
._bc-pi {
	border-color: #ff6c2d !important;
}
._pos-a-b,
._pos-a-bl,
._pos-a-br {
	position: absolute !important;
	top: auto !important;
	bottom: 0 !important;
}
._pos-a-b {
	left: 0 !important;
}
._pos-a-br {
	right: 0 !important;
	left: auto !important;
}
._pos-a-bl {
	right: auto !important;
	left: 0 !important;
	height: auto !important;
}
._pos-a-tl,
._pos-a-tr {
	position: absolute !important;
	top: 0 !important;
	bottom: auto !important;
	height: auto !important;
}
._pos-a-tr {
	right: 0 !important;
	left: auto !important;
}
._pos-a-tl {
	right: auto !important;
	left: 0 !important;
}
._pos-v-c {
	position: absolute !important;
	top: 50% !important;
	height: auto !important;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}
._pos-h-c {
	position: absolute !important;
	left: 50% !important;
	height: auto !important;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}
._br-0 {
	border-radius: 0 !important;
}
._br-1 {
	border-radius: 1px !important;
}
._br-2 {
	border-radius: 2px !important;
}
._br-3 {
	border-radius: 3px !important;
}
._br-4 {
	border-radius: 4px !important;
}
._br-5 {
	border-radius: 5px !important;
}
._br-10 {
	border-radius: 10px !important;
}
._br-r {
	border-radius: 50% !important;
}
._bg-p,
._bg-primary {
	background-color: #0093d2 !important;
}
._bg-p-grad {
	background: -webkit-linear-gradient(left, #00a8f0, #0084bd) !important;
	background: -moz-linear-gradient(left, #00a8f0, #0084bd) !important;
	background: -o-linear-gradient(left, #00a8f0, #0084bd) !important;
	background: -ms-linear-gradient(left, #00a8f0, #0084bd) !important;
	background: linear-gradient(to right, #00a8f0, #0084bd) !important;
}
._bg-pi,
._bg-primary-inverse {
	background-color: #ff6c2d !important;
}
._bg-w,
._bg-white {
	background-color: #fff !important;
}
._bg-b,
._bg-black {
	background-color: #000 !important;
}
._bg-d,
._bg-dark {
	background-color: #333 !important;
}
._bg-g,
._bg-gray {
	background-color: #e6e6e6 !important;
}
._bg-b-03 {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
._bg-b-04 {
	background-color: rgba(0, 0, 0, 0.6) !important;
}
._bg-b-05 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
._bg-w-05 {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
._c {
	color: #595959 !important;
}
._c-p,
._c-primary {
	color: #0093d2 !important;
}
._c-pi,
._c-primary-inverse {
	color: #ff6c2d !important;
}
._c-w,
._c-white {
	color: #fff !important;
}
._c-b,
._c-black {
	color: #000 !important;
}
._c-d,
._c-dark {
	color: #404040 !important;
}
._fw-b,
._fw-bold {
	font-weight: 700 !important;
}
._fw-n,
._fw-normal {
	font-weight: 400 !important;
}
._fw-200 {
	font-weight: 200 !important;
}
._ff-d {
	font-family: helvetica, Arial, sans-serif !important;
}
._ff-p {
	font-family: Roboto, helvetica, Arial, sans-serif !important;
}
._fs {
	font-size: 15px !important;
}
._fs-b {
	font-size: 16px !important;
}
._fs-lg {
	font-size: 18px !important;
}
._fs-xl {
	font-size: 21px !important;
}
._fs-xxl {
	font-size: 31px !important;
}
._fs-sm {
	font-size: 14px !important;
}
._fs-xs {
	font-size: 12px !important;
}
._ta-c,
._ta-center {
	text-align: center !important;
}
@media (max-width: 991px) {
	._ta-mob-c,
	._ta-mob-center {
		text-align: center;
	}
}
._ta-l,
._ta-lelft {
	text-align: left !important;
}
._ta-r,
._ta-right {
	text-align: right !important;
}
._tt-uc {
	text-transform: uppercase !important;
}
._tt-lc {
	text-transform: lowercase !important;
}
._tt-n {
	text-transform: none !important;
}
._ls-0 {
	letter-spacing: 0 !important;
}
._d-t {
	display: table !important;
}
._d-b {
	display: block !important;
}
._op-0 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
}
._op-01 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)' !important;
	filter: alpha(opacity=10) !important;
	opacity: 0.1 !important;
}
._op-02 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)' !important;
	filter: alpha(opacity=20) !important;
	opacity: 0.2 !important;
}
._op-03 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)' !important;
	filter: alpha(opacity=30) !important;
	opacity: 0.3 !important;
}
._op-04 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)' !important;
	filter: alpha(opacity=40) !important;
	opacity: 0.4 !important;
}
._op-05 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important;
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
._op-06 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)' !important;
	filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;
}
._op-07 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)' !important;
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;
}
._op-08 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)' !important;
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
}
._op-09 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)' !important;
	filter: alpha(opacity=90) !important;
	opacity: 0.9 !important;
}
._op-1 {
	-ms-filter: none !important;
	filter: none !important;
	opacity: 1 !important;
}
@media (max-width: 991px) {
	._mob-h {
		display: none !important;
	}
	._mob-s {
		display: block !important;
	}
}
@media (min-width: 992px) {
	._pos-desk-v-c {
		position: absolute !important;
		top: 50% !important;
		height: auto !important;
		-webkit-transform: translateY(-50%) !important;
		-moz-transform: translateY(-50%) !important;
		-o-transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
	}
	._pos-desk-a-b {
		z-index: 99 !important;
		position: absolute !important;
		top: auto !important;
		bottom: 0 !important;
		left: 0 !important;
	}
	._desk-h {
		display: none !important;
	}
	._desk-s {
		display: block !important;
	}
}
