body {
	color: #344154;
	font-size: 12px;
	line-height: 22px;
	font-family: Rubik, sans-serif
}

form {
	padding: 0;
	margin: 0;
	display: inline
}

a,
a:focus {
	color: #0479ec;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

a:active,
a:hover {
	color: #0c2f55;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:active,
a:focus,
button:active,
button:focus {
	outline: 0
}

p {
	line-height: 1.8
}

blockquote {
	border-left: 5px solid #eee;
	padding: 10px 20px
}

iframe {
	border: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #344154;
	font-weight: 500
}

.lead {
	font-size: 1.3em;
	line-height: 1.8
}

#preloader {
	position: fixed;
	z-index: 999999999!important;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

#preloader p {
	position: absolute;
	display:block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-size:20px;
	font-weight:400;
	bottom:20%;
	color:#0479ec;
}

#preloader [data-loader=dual-ring] {
	position: absolute;
	top: 50%;
	left: 48%;
	width: 50px;
	height: 50px;
	display: inline-block;
	content: " ";
	display: block;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #0479ec;
	border-color: #0479ec transparent #0479ec transparent;
	animation: dual-ring 1.2s linear infinite
}

@keyframes dual-ring {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.shadow-md {
	-webkit-box-shadow: 0 0 12px rgba(126, 142, 177, .2);
	box-shadow: 0 0 12px rgba(126, 142, 177, .2)
}

.rounded-top-0 {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important
}

.rounded-bottom-0 {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important
}

.rounded-left-0 {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important
}

.rounded-right-0 {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important
}

.text-0 {
	font-size: 11px!important;
	font-size: .6875rem!important
}

.text-1 {
	font-size: 12px!important
}

.text-2 {
	font-size: 13px!important
}

.text-3 {
	font-size: 14px!important
}

.text-4 {
	font-size: 18px!important
}

.text-5 {
	font-size: 21px!important
}

.text-6 {
	font-size: 24px!important
}

.text-7 {
	font-size: 28px!important;
	font-size: 1.75rem!important
}

.text-8 {
	font-size: 32px!important;
	font-size: 2rem!important
}

.text-9 {
	font-size: 36px!important;
	font-size: 2.25rem!important
}

.text-10 {
	font-size: 40px!important;
	font-size: 2.5rem!important
}

.text-11 {
	font-size: 44px!important;
	font-size: 2.75rem!important
}

.text-12 {
	font-size: 48px!important;
	font-size: 3rem!important
}

.text-13 {
	font-size: 52px!important;
	font-size: 3.25rem!important
}

.text-14 {
	font-size: 56px!important;
	font-size: 3.5rem!important
}

.text-15 {
	font-size: 60px!important;
	font-size: 3.75rem!important
}

.text-16 {
	font-size: 64px!important;
	font-size: 4rem!important
}

.text-17 {
	font-size: 72px!important;
	font-size: 4.5rem!important
}

.text-18 {
	font-size: 80px!important;
	font-size: 5rem!important
}

.text-19 {
	font-size: 84px!important;
	font-size: 5.25rem!important
}

.text-20 {
	font-size: 92px!important;
	font-size: 5.75rem!important
}

.line-height-07 {
	line-height: .7!important
}

.line-height-1 {
	line-height: 1!important
}

.line-height-2 {
	line-height: 1.2!important
}

.line-height-3 {
	line-height: 1.4!important
}

.line-height-4 {
	line-height: 1.6!important
}

.line-height-5 {
	line-height: 1.8!important
}

.font-weight-100 {
	font-weight: 100!important
}

.font-weight-200 {
	font-weight: 200!important
}

.font-weight-300 {
	font-weight: 300!important
}

.font-weight-400 {
	font-weight: 400!important
}

.font-weight-500 {
	font-weight: 500!important
}

.font-weight-600 {
	font-weight: 600!important
}

.font-weight-700 {
	font-weight: 700!important
}

.font-weight-800 {
	font-weight: 800!important
}

.font-weight-900 {
	font-weight: 900!important
}

.opacity-0 {
	opacity: 0
}

.opacity-1 {
	opacity: .1
}

.opacity-2 {
	opacity: .2
}

.opacity-3 {
	opacity: .3
}

.opacity-4 {
	opacity: .4
}

.opacity-5 {
	opacity: .5
}

.opacity-6 {
	opacity: .6
}

.opacity-7 {
	opacity: .7
}

.opacity-8 {
	opacity: .8
}

.opacity-9 {
	opacity: .9
}

.opacity-10 {
	opacity: 1
}

.bg-light {
	background-color: #fff!important
}

.bg-light-1 {
	background-color: #f9f9fb!important
}

.bg-light-2 {
	background-color: #f8f8fa!important
}

.bg-light-3 {
	background-color: #f5f5f5!important
}

.bg-light-4 {
	background-color: #eff0f2!important
}

.bg-light-5 {
	background-color: #ececec!important
}

.bg-dark {
	background-color: #111418!important
}

.bg-dark-1 {
	background-color: #191f24!important
}

.bg-dark-2 {
	background-color: #232a31!important
}

.bg-dark-3 {
	background-color: #2b343c!important
}

.bg-dark-4 {
	background-color: #38434f!important
}

.bg-dark-5 {
	background-color: #435161!important
}

#main-wrapper {
	/*background: #eee*/
	background:#f3f7f8;
}

#main-wrapper.boxed {
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.section {
	position: relative;
	padding: 50px 0;
	padding: 3.125rem 0
}

@media only screen and (min-width:1920px) {
	.container {
		max-width: 1600px!important
	}
}

#header {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	min-height: 70px;
	width: 100%
}

#header .navbar {
	padding: 0
}

#header.bg-transparent {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: none
}

#header.header-border .header-row {
	border-bottom: 1px solid rgba(250, 250, 250, .3)
}

#header .logo {
	position: relative;
	float: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

#header .header-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	max-height: 100%;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

#header .header-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	/*height: 70px*/
	height:50px;
}

#header .header-column .header-row {
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #0c2f55
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show {
	color: #0c2f55
}

.navbar-light .navbar-nav .show>.nav-link {
	color: #0c2f55
}

.primary-menu {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	height: auto!important;
	-webkit-box-ordinal-group: 0;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.primary-menu.navbar {
	position: inherit
}

.primary-menu ul.navbar-nav>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.primary-menu ul.navbar-nav>li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.primary-menu ul.navbar-nav>li>a {
	height: 70px;
	padding-left: .85em;
	padding-right: .85em;
	color: #0c2e53;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: relative
}

.primary-menu ul.navbar-nav>li.active>a,
.primary-menu ul.navbar-nav>li:hover>a {
	color: #0479ec;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
	padding: 5px 0;
	background-color: transparent;
	color: #777;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn) {
	color: #0479ec;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.primary-menu ul.navbar-nav>li.dropdown:hover>a:after {
	clear: both;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #ccc transparent;
	position: absolute;
	border-width: 0 7px 6px 7px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -5px;
	z-index: 1022
}

.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu {
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .176);
	box-shadow: 0 0 12px rgba(0, 0, 0, .176);
	border: 0 none;
	border-top: 3px solid #ccc;
	padding: 10px 15px;
	min-width: 230px;
	margin: 0;
	font-size: 13px;
	font-size: .8125rem;
	z-index: 1021
}

.primary-menu .dropdown-menu-right {
	left: auto!important;
	right: 100%!important
}

.primary-menu ul.navbar-nav>li.dropdown-mega {
	position: static
}

.primary-menu ul.navbar-nav>li.dropdown-mega>.dropdown-menu {
	width: 100%;
	padding: 20px 20px;
	margin-left: 0!important
}

.primary-menu ul.navbar-nav>li.dropdown-mega .dropdown-mega-content>.row>div {
	border-right: 1px solid #eee;
	padding: 10px 5px 10px 30px
}

.primary-menu ul.navbar-nav>li.dropdown-mega .dropdown-mega-content>.row>div:last-child {
	border-right: 0
}

.primary-menu ul.navbar-nav>li.dropdown-mega .sub-title {
	display: block;
	font-size: 15px;
	margin-top: 1rem;
	padding-bottom: 5px
}

.primary-menu ul.navbar-nav>li.dropdown-mega .dropdown-mega-submenu {
	list-style-type: none;
	padding-left: 0
}

.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
	left: 100%;
	margin-top: -40px
}

.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-toggle:after {
	border-top: .4em solid transparent;
	border-right: 0;
	border-bottom: .4em solid transparent;
	border-left: .4em solid
}

.primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow {
	position: absolute;
	min-width: 30px;
	height: 100%;
	right: 0;
	top: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	border-color: #000;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 6px;
	height: 6px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.primary-menu .dropdown-toggle:after {
	content: none
}

.primary-menu ul.navbar-nav>li.login-signup>a {
	position: relative
}

.primary-menu ul.navbar-nav>li.login-signup>a:before {
	content: '';
	position: absolute;
	display: block;
	border-left: 1px solid #d6dde4;
	height: 24px;
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.primary-menu ul.navbar-nav>li.login-signup>a span {
	background: #8f9dac;
	color: #fff;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .15);
	box-shadow: 0 0 6px rgba(0, 0, 0, .15);
	margin-left: .4rem
}

.header-text-light .navbar-toggler span {
	background: #fff
}

@media (min-width:992px) {
	.header-text-light .primary-menu ul.navbar-nav>li>a {
		color: rgba(250, 250, 250, .8)
	}
	.header-text-light .primary-menu ul.navbar-nav>li.login-signup>a span {
		background: rgba(250, 250, 250, .4)
	}
	.header-text-light .primary-menu ul.navbar-nav>li.login-signup>a:before {
		border-color: rgba(250, 250, 250, .35)
	}
	.header-text-light .primary-menu ul.navbar-nav>li.active>a,
	.header-text-light .primary-menu ul.navbar-nav>li:hover>a {
		color: #fff
	}
}

.primary-menu.nav-dark-dropdown ul.navbar-nav>li.dropdown .dropdown-menu {
	background-color: #252a2c;
	color: #fff;
	border-color: #252a2c
}

.primary-menu.nav-dark-dropdown ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
	background-color: #272c2e
}

.primary-menu.nav-dark-dropdown ul.navbar-nav>li.dropdown:hover>a:after {
	border-color: transparent transparent #252a2c transparent
}

.primary-menu.nav-dark-dropdown ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
	color: #a3a2a2
}

.primary-menu.nav-dark-dropdown ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn) {
	color: #fff
}

.primary-menu.nav-dark-dropdown ul.navbar-nav>li.dropdown-mega .dropdown-mega-content>.row>div {
	border-color: #3a3a3a
}

.primary-menu.nav-primary-dropdown ul.navbar-nav>li.dropdown .dropdown-menu {
	background-color: #0479ec;
	color: #fff;
	border-color: #0071cc
}

.primary-menu.nav-primary-dropdown ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
	background-color: #0071cc
}

.primary-menu.nav-primary-dropdown ul.navbar-nav>li.dropdown:hover>a:after {
	border-color: transparent transparent #0071cc transparent
}

.primary-menu.nav-primary-dropdown ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
	color: rgba(250, 250, 250, .8)
}

.primary-menu.nav-primary-dropdown ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn) {
	color: #fff
}

.primary-menu.nav-primary-dropdown ul.navbar-nav>li.dropdown-mega .dropdown-mega-content>.row>div {
	border-color: rgba(250, 250, 250, .2)
}

@media (max-width:991px) {
	#header .nav-dark-dropdown.primary-menu:before,
	.primary-menu.nav-dark-dropdown ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
		background-color: #252a2c
	}
	#header .nav-primary-dropdown.primary-menu:before {
		background-color: #0071cc
	}
	.primary-menu.nav-primary-dropdown ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
		background-color: #0071cc
	}
	.primary-menu.nav-dark-dropdown ul.navbar-nav li {
		border-color: #444
	}
	.primary-menu.nav-dark-dropdown ul.navbar-nav>li>a {
		color: #a3a2a2
	}
	.primary-menu.nav-dark-dropdown ul.navbar-nav>li:hover>a {
		color: #fff
	}
	.primary-menu.nav-primary-dropdown ul.navbar-nav li {
		border-color: rgba(250, 250, 250, .2)
	}
	.primary-menu.nav-primary-dropdown ul.navbar-nav>li>a {
		color: rgba(250, 250, 250, .8)
	}
	.primary-menu.nav-primary-dropdown ul.navbar-nav>li:hover>a {
		color: #fff
	}
}

@media (min-width:992px) {
	.navbar-toggler {
		display: none
	}
	.primary-menu ul.navbar-nav>li+li {
		margin-left: 2px
	}
	.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn) {
		margin-left: 5px
	}
	.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a .arrow {
		right: -3px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease
	}
	.primary-menu ul.navbar-nav>li.dropdown>.dropdown-toggle .arrow {
		display: none
	}
	.primary-menu ul.navbar-nav>li.dropdown-mega .sub-title:first-child {
		margin-top: 0
	}
}

@media (max-width:991px) {
	.navbar-toggler {
		width: 25px;
		height: 30px;
		padding: 10px;
		margin: 18px 10px;
		position: relative;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block
	}
	.navbar-toggler span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #3c3636;
		border-radius: 2px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}
	.navbar-toggler span:nth-child(1) {
		top: 6px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center
	}
	.navbar-toggler span:nth-child(2) {
		top: 12px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center
	}
	.navbar-toggler span:nth-child(3) {
		top: 18px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center
	}
	.navbar-toggler.open span:nth-child(1) {
		top: 5px;
		left: 4px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.navbar-toggler.open span:nth-child(2) {
		width: 0%;
		opacity: 0
	}
	.navbar-toggler.open span:nth-child(3) {
		top: 21px;
		left: 4px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#header .primary-menu {
		position: absolute;
		top: 99%;
		right: 0;
		left: 0;
		background: 0 0;
		margin-top: 0;
		z-index: 1000
	}
	#header .primary-menu:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #fff;
		z-index: -1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
		box-shadow: 0 0 15px rgba(0, 0, 0, .1)
	}
	#header .primary-menu>div {
		overflow: hidden;
		overflow-y: auto;
		max-height: 65vh;
		margin: 18px 0
	}
	.primary-menu ul.navbar-nav li {
		display: block;
		border-bottom: 1px solid #eee;
		margin: 0;
		padding: 0
	}
	.primary-menu ul.navbar-nav li:last-child {
		border: none
	}
	.primary-menu ul.navbar-nav li.dropdown>.dropdown-toggle>.arrow.open:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		-webkit-transition: all .2s ease;
		transition: all .2s ease
	}
	.primary-menu ul.navbar-nav>li>a {
		height: auto;
		padding: 8px 0;
		position: relative
	}
	.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
		padding: 8px 0;
		position: relative
	}
	.primary-menu ul.navbar-nav>li.dropdown:hover>a:after {
		content: none
	}
	.primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after {
		-webkit-transform: translate(-50%, -50%) rotate(134deg);
		transform: translate(-50%, -50%) rotate(134deg);
		-webkit-transition: all .2s ease;
		transition: all .2s ease
	}
	.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		padding: 0 0 0 15px
	}
	.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
		margin: 0
	}
	.primary-menu ul.navbar-nav>li.dropdown-mega .dropdown-mega-content>.row>div {
		padding: 0 15px
	}
	.primary-menu ul.navbar-nav>li.dropdown-mega .sub-title {
		margin-top: 10px;
		display: block;
		padding: 0
	}
	.primary-menu ul.navbar-nav>li.login-signup>a:before {
		content: none
	}
	
	li.nav-item {
		padding: 0px 0px;
	}
	
}

.secondary-nav.nav {
	/*padding-top: 12px;*/
	padding-top:4px;
	padding-bottom: 0;
	display: flex;
	flex-direction: row
}

.secondary-nav.nav .nav-link {
	text-align: center; 
	font-size: .8125rem;
	padding: .6rem 0px;
	color: #cce4fb; 
	min-width: 80px;
}

.secondary-nav.nav .nav-link:hover span {
	border-bottom: 2px solid #00d487
}

li.nav-item {
	flex-grow: 1;
	flex-basis: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
	color: #fff;
	left: auto;
	cursor: pointer;
	position: relative; 
	padding: 0px 6px 0px 0px;
}

.secondary-nav.nav .nav-item:first-child .nav-link {
	margin-left: 0
}

.secondary-nav.nav .nav-link img {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px
}

.secondary-nav.nav .nav-link span {
	display: inline-block;
	border-bottom: 2px solid transparent
}

.secondary-nav.nav .nav-item .nav-link.active {
	color: #fff
}

.secondary-nav.nav .nav-item .nav-link.active span {
	border-bottom: 2px solid #00d487
}

.secondary-nav.nav.alternate {
	margin-bottom: 10px
}

.secondary-nav.nav.alternate .nav-link {
	padding: .3rem 15px
}

.secondary-nav.nav.alternate .nav-item .nav-link.active {
	background-color: transparent;
	color: #fff;
	border-bottom: 3px solid #0071cc
}

@media (max-width:992px) {
	.secondary-nav.nav {
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: auto;
		pointer-events: auto
	}
}

.page-header {
	margin: 0 0 30px 0;
	padding: 30px 0
}

.page-header h1 {
	font-weight: 400;
	font-size: 25px;
	margin: 0;
	padding: 5px 0
}

.page-header .breadcrumb {
	background: 0 0;
	margin: 0 0 8px 2px;
	padding: 0;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-header .breadcrumb>li {
	display: inline-block;
	text-shadow: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 24px
}

.page-header .breadcrumb>li+li:before {
	color: inherit;
	opacity: .7;
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	padding: 0 7px 0 7px;
	font-weight: 900
}

.page-header .breadcrumb>li a {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.page-header .breadcrumb>li a:hover {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.page-header.page-header-text-light {
	color: #fff
}

.page-header.page-header-text-light h1 {
	color: #fff;
	font-weight: 100
}

.page-header.page-header-text-light .breadcrumb>li {
	color: rgba(250, 250, 250, .8)
}

.page-header.page-header-text-light .breadcrumb>li a {
	color: rgba(250, 250, 250, .8);
	line-height: 26px
}

.page-header.page-header-text-light .breadcrumb>li a:hover {
	color: #fff
}

.page-header.page-header-text-dark h1 {
	color: #0c2f54
}

.page-header.page-header-text-dark .breadcrumb>li {
	color: #707070
}

.page-header.page-header-text-dark .breadcrumb>li a {
	color: #707070
}

.page-header.page-header-text-dark .breadcrumb>li a:hover {
	color: #0071cc
}

.view-plans-link {
	position: absolute;
	right: 0;
	z-index: 4;
	line-height: 50px;
	padding: 0 15px;
	font-size: 13px;
	text-decoration: underline
}

.plans {
	max-height: 380px;
	overflow: hidden;
	overflow-y: auto
}

.plans.page {
	max-height: 617px
}

.plans .table th {
	padding: 0.6rem;
	font-weight: 700;
	/*color: #344154;*/
}

.plans .table td {
	padding: 1.2rem
}

.travellers-class {
	position: relative
}

.travellers-class-input {
	cursor: pointer
}

.travellers-class-input[readonly] {
	background: #fff
}

.travellers-dropdown {
	position: absolute;
	display: none;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .176);
	box-shadow: 0 2px 12px rgba(0, 0, 0, .176);
	z-index: 11;
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	min-width: 300px;
	width: 100%
}

.travellers-dropdown .qty .qty-spinner {
	background: 0 0;
	border: none;
	pointer-events: none;
	text-align: center;
	padding: .2rem .2rem
}

.travellers-dropdown .qty .btn {
	padding-top: .2rem;
	padding-bottom: .2rem;
	border-radius: .25rem!important
}

@media (max-width:991px) {
	.travellers-dropdown {
		min-width: inherit
	}
}

.icon-inside {
	position: absolute;
	right: 5px;
	top: calc(50% - 11px);
	pointer-events: none;
	font-size: 18px;
	font-size: 1.125rem;
	color: #8e98ad;
	z-index: 3
}

.form-control-sm+.icon-inside {
	font-size: .875rem!important;
	font-size: 14px;
	top: calc(50% - 13px)
}

.bus-list .bus-item,
.flight-list .flight-item,
.train-list .train-item {
	position: relative;
	border-bottom: 1px solid #e9e9e9
}

.flight-list .flight-item .flight-details .time-info small {
	line-height: 15px
}

.flight-list.round-trip .flight-item .company-info span,
.flight-list.round-trip .flight-item .time-info small {
	line-height: 15px
}

.round-trip-fare small {
	line-height: 14px
}

.round-trip-fare .company-info img {
	min-width: 26px
}

.confirm-details .company-info {
	line-height: 15px
}

.confirm-details .company-info img {
	min-width: 26px
}

.confirm-details .time-info small {
	line-height: 15px
}

.promo-code {
	max-height: 150px;
	padding-left: 30px
}

.promo-code li {
	margin-bottom: 10px
}

.bus-list .bus-item .time-info small,
.train-list .train-item .time-info small {
	line-height: 15px
}

.date-available {
	border: 1px solid #dee2e6;
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
	overflow: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch
}

.date-available li {
	flex: 1 1 auto!important;
	-ms-flex: 1 1 auto!important
}

.date-available li+li {
	border-left: 1px solid #dee2e6
}

body {
	position: relative;
	background: #f2f4f8
}

.location-brief-line {
	position: absolute;
	top: 7px;
	bottom: -31px;
	left: 1px;
	width: 5px;
	border-right: 2px solid #cbd7e0
}

.location-brief-pickup {
	background: #cbd7e0;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: absolute;
	left: 0
}

.location-brief-dropoff {
	background: #cbd7e0;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0
}

.car-item {
	position: relative;
	margin-bottom: 1rem;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.car-features span,
.hotels-amenities span {
	margin-right: .7rem;
	color: rgba(0, 0, 0, .4)!important
}

.hotels-amenities span.cf {
	color: rgba(0, 0, 0, .5)!important;
	border-color: rgba(0, 0, 0, .3)!important;
	line-height: normal
}

.hotels-amenities span.disabled {
	color: rgba(0, 0, 0, .1)!important;
	cursor: not-allowed
}

.hotels-amenities-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.hotels-amenities-detail span {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #888
}

.reviews .reviews-score {
	background: #00d487
}

.review-tumb {
	width: 60px;
	height: 60px;
	line-height: 60px
}

@media (max-width:991px) {
	.flight-list .flight-item .flight-details .nav-tabs .nav-item .nav-link {
		font-size: .875rem;
		padding: .5rem .5rem
	}
	.round-trip-fare .price {
		font-size: 18px!important
	}
	.round-trip-fare .time-info span {
		font-size: 15px!important
	}
	.confirm-details .date {
		font-size: 14px!important
	}
	.confirm-details .trip-title .trip-arrow {
		font-size: 31px!important
	}
	.confirm-details .trip-title .trip-place {
		font-size: 15px!important
	}
	.bus-list .bus-item .time-info .duration,
	.train-list .train-item .time-info .duration {
		font-size: 13px!important
	}
	.bus-list .bus-item .operator-name,
	.train-list .train-item .train-name {
		font-size: 15px!important
	}
}

@media (max-width:575px) {
	.flight-list:not(.round-trip) .flight-item .company-info span {
		line-height: 15px
	}
	.flight-list:not(.round-trip) .flight-item .time-info span {
		font-size: 12px!important
	}
	.flight-list:not(.round-trip) .flight-item .price {
		font-size: 13px!important
	}
	.flight-list:not(.round-trip) .flight-item .btn-book .btn {
		width: 100%;
		margin-top: 5px
	}
	.flight-list:not(.round-trip) .flight-item .flight-details .time-info span {
		font-size: 22px!important
	}
	.flight-list .flight-item .flight-details .trip-title .trip-place {
		font-size: 15px!important
	}
	.flight-list .flight-item .flight-details .trip-title .trip-arrow {
		font-size: 31px!important
	}
	.round-trip-fare .price {
		font-size: 16px!important
	}
	.round-trip-fare .time-info span {
		font-size: 13px!important
	}
	.confirm-details .trip-title .trip-arrow {
		font-size: 22px!important
	}
	.confirm-details .date {
		font-size: 13px!important
	} 
}

.featured-box {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.featured-box p.mt-2.mb-0 {
	display: none
}

.featured-box h3,
.featured-box h4 {
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 10px
}

.featured-box .featured-box-icon {
	display: inline-block;
	font-size: 35px;
	height: 30px;
	width:30px;
	line-height: 45px;
	padding: 0; 
	margin-top: 0;
	margin-bottom: 12px;
	color: #546d89;
	border-radius: 0
}

.featured-box.style-1,
.featured-box.style-2,
.featured-box.style-3 {
	padding-left: 50px;
	padding-top: 8px
}

.featured-box.style-1 .featured-box-icon,
.featured-box.style-2 .featured-box-icon,
.featured-box.style-3 .featured-box-icon {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
	font-size: 30px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	text-align: center
}

.featured-box.style-2 p {
	margin-left: -50px
}

.featured-box.style-3 {
	padding-left: 90px;
	padding-top: 0
}

.featured-box.style-3 .featured-box-icon {
	width: 70px;
	height: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.featured-box.style-4 {
	text-align: center
}

.featured-box.style-4 .featured-box-icon {
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
	width: 110px;
	height: 110px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .03);
	box-shadow: 0 0 50px rgba(0, 0, 0, .03)
}

.featured-box.style-4 .featured-box-icon i.fa,
.featured-box.style-4 .featured-box-icon i.fab,
.featured-box.style-4 .featured-box-icon i.fal,
.featured-box.style-4 .featured-box-icon i.far,
.featured-box.style-4 .featured-box-icon i.fas {
	font-size: 46.4px;
	font-size: 2.9rem;
	margin: 0 auto
}

.team {
	text-align: center;
	margin-bottom: 15px;
	padding: 15px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.team:hover {
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .15);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.team img {
	margin-bottom: 20px
}

.team h3 {
	font-size: 18px;
	margin-bottom: 0
}

.team p {
	margin-bottom: .5rem
}

.accordion .card {
	border: none;
	background-color: transparent;
	margin-bottom: 10px
}

.accordion .card-header {
	padding: 0;
	border: none;
	background: 0 0
}

.accordion .card-header a {
	/*font-size: 14px;*/
	padding: 1rem 1.25rem 1rem 2.25rem;
	display: block;
	border-radius: 4px;
	position: relative
}

.accordion:not(.accordion-alternate) .card-header a {
	background-color: #0479ec;
	color: #fff
}

.accordion:not(.accordion-alternate) .card-header a.collapsed {
	background-color: #f1f2f4;
	color: #535b61
}

.accordion .card-header a:before {
	position: absolute;
	content: " ";
	left: 20px;
	top: calc(50% + -2px);
	width: 8px;
	height: 8px;
	border-color: #ccc;
	border-top: 2px solid;
	border-right: 2px solid;
	/*-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);*/
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.accordion .card-header a.collapsed:before {
	top: calc(50% - 1px);
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg)
}

.accordion .card-body {
	line-height: 26px;
	padding: 1rem
}

.accordion.accordion-alternate .card-header a {
	padding-left: 1.25rem;
	border-radius: 0
}

.accordion.accordion-alternate .card:first-of-type .card-header a {
	border-top: 0
}

.accordion.accordion-alternate .card-header a:before {
	left: 5px
}

.accordion.accordion-alternate .card-header a.collapsed {
	/*color: #344154*/
}

.accordion.accordion-alternate .card-body {
	padding: 0 0 1rem 1.25rem
}

.accordion.toggle .card-header a:before {
	content: "-";
	border: none;
	font-size: 20px;
	height: auto;
	top: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}

.accordion.toggle .card-header a.collapsed:before {
	content: "+";
	-webkit-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0)
}

.accordion.accordion-alternate.style-2 .card-header a {
	padding-left: 0
}

.accordion.accordion-alternate.style-2 .card-header a.collapse:before {
	right: 2px;
	left: auto; 
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
	top: 50%
}

.accordion.accordion-alternate.style-2 .card-header a.collapsed:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.accordion.accordion-alternate.style-2 .card-body {
	padding-left: 0
}

.accordion.accordion-alternate.popularRoutes .card-header .nav {
	margin-top: 3px
}

.accordion.accordion-alternate.popularRoutes .card-header .nav a {
	font-size: 14px
}

.accordion.accordion-alternate.popularRoutes .card-header a {
	padding: 0 8px 0 0;
	border: none;
	font-size: inherit
}

.accordion.accordion-alternate.popularRoutes .card-header a:before {
	content: none
}

.accordion.accordion-alternate.popularRoutes .card-header h5 {
	cursor: pointer
}

.accordion.accordion-alternate.popularRoutes .card-header h5:before {
	position: absolute;
	content: " ";
	right: 0;
	top: 24px;
	width: 10px;
	height: 10px;
	opacity: .6;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.accordion.accordion-alternate.popularRoutes .card-header h5.collapsed:before {
	top: 24px;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg)
}

.accordion.accordion-alternate.popularRoutes .card-body {
	padding: 0
}

.accordion.accordion-alternate.popularRoutes .card {
	border-bottom: 2px solid #e4e9ec;
	padding: 15px 0
}

.accordion.accordion-alternate.popularRoutes .routes-list {
	margin: 1rem 0 0 0;
	padding: 0;
	list-style: none
}

.accordion.accordion-alternate.popularRoutes .routes-list a {
	color: inherit;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.accordion.accordion-alternate.popularRoutes .routes-list a:hover {
	color: #0479ec;
	text-decoration: underline
}

.nav-tabs .nav-item .nav-link {
	border: 0;
	background: 0 0;
	position: relative;
	border-radius: 0;
	color: #8e98ad;
	white-space: nowrap!important;
	font-size: 14px
}

.nav-tabs .nav-item .nav-link.active {
	color: #0479ec;
	font-weight: 500
}

.nav-tabs .nav-item .nav-link.active:after {
	height: 2px;
	width: 100%;
	content: ' ';
	background-color: #0479ec;
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.nav-tabs.flex-column {
	border-right: 1px solid #d7dee3;
	border-bottom: 0;
	padding: 1.5rem 0
}

.nav-tabs.flex-column .nav-item .nav-link {
	border: 1px solid #d7dee3;
	border-right: 0;
	background-color: #f6f7f8;
	font-size: 14px;
	padding: .75rem 1rem;
	color: #535b61
}

.nav-tabs.flex-column .nav-item:first-of-type .nav-link {
	border-top-left-radius: 4px
}

.nav-tabs.flex-column .nav-item:last-of-type .nav-link {
	border-bottom-left-radius: 4px
}

.nav-tabs.flex-column .nav-item .nav-link.active {
	background-color: transparent;
	color: #0071cc
}

.nav-tabs.flex-column .nav-item .nav-link.active:after {
	height: 100%;
	width: 2px;
	background: #fff;
	right: -1px;
	left: auto
}

.nav-tabs.style-2 {
	background: rgba(0, 0, 0, .4);
	border-radius: 4px 4px 0 0;
	border: 0
}

.nav-tabs.style-2 .nav-item {
	margin-bottom: 0
}

.nav-tabs.style-2 .nav-item .nav-link {
	color: #fff;
	font-size: 13px;
	padding: .7rem 1rem;
	text-transform: uppercase
}

.nav-tabs.style-2 .nav-item .nav-link:hover {
	background: rgba(250, 250, 250, .2)
}

.nav-tabs.style-2 .nav-item .nav-link.active,
.nav-tabs.style-2 .nav-item .nav-link:hover.active {
	background: #0071cc
}

.nav-tabs.style-2 .nav-item .nav-link.active:after {
	content: none
}

.nav-tabs.style-3 {
	border: none;
	margin-bottom: 8px
}

.nav-tabs.style-3.border-bottom {
	border-bottom: 1px solid rgba(250, 250, 250, .3)!important
}

.nav-tabs.style-4.border-bottom {
	border-bottom: 1px solid rgba(250, 250, 250, .3)!important
}

.nav-tabs.style-3 .nav-item .nav-link {
	color: #8298af;
	margin: 0 10px;
	padding: .6rem .9375rem;
	text-align: center;
	font-size: 13px;
	font-size: .8125rem
}

.nav-tabs.style-3 .nav-item:first-child .nav-link {
	margin-left: 0
}

.nav-tabs.style-3 .nav-item .nav-link.active {
	color: #fff
}

.nav-tabs.style-2 .nav-item .nav-link:hover.active {
	color: #fff;
	back-to-top: hidden
}

.nav-tabs.style-3 .nav-item .nav-link:hover {
	color: #a6bcd3
}

.nav-tabs.style-3 .nav-item .nav-link.active:after {
	height: 3px
}

.nav-tabs.style-3 .nav-item .nav-link span {
	display: block;
	font-size: 30px;
	margin-bottom: 5px
}

.nav-tabs.style-4 {
	border: none
}

.nav-tabs.style-4 .nav-item {
	margin-right: 20px
}

.nav-tabs.style-4 .nav-item .nav-link {
	color: #fff;
	opacity: .65;
	text-align: center;
	font-size: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: .7rem;
	font-weight: 500
}

.nav-tabs.style-4 .nav-item .nav-link.active,
.nav-tabs.style-4 .nav-item .nav-link:hover.active {
	color: #fff;
	opacity: 1
}

.nav-tabs.style-4 .nav-item .nav-link.active::after {
	content: none
}

.nav-tabs:not(.flex-column) .nav-item {
	margin-bottom: 0
}

.nav-tabs:not(.flex-column) {
	flex-wrap: nowrap;
	overflow: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch
}

@media (max-width:575px) {
	.nav-tabs .nav-item .nav-link {
		padding-left: 0;
		padding-right: 0;
		margin-right: 10px;
		font-size: .875rem
	}
}

@media (min-width:992px) {
	.search-input-2 .form-control {
		border-radius: 0
	}
	.search-input-2 .custom-select:not(.custom-select-sm) {
		border-radius: 0;
		height: calc(3.05rem)
	}
	.search-input-2 .btn {
		border-radius: 0
	}
	.search-input-2 .form-group:first-child .custom-select,
	.search-input-2 .form-group:first-child .form-control {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px
	}
	.search-input-2 .form-group:last-child .btn {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px
	}
	.search-input-2 .custom-select:focus,
	.search-input-2 .form-control:focus {
		box-shadow: none;
		-webkit-box-shadow: none
	}
	.search-input-2 .custom-select,
	.search-input-2 .form-group .form-control {
		border-left: none;
		border-top: none;
		border-bottom: none
	}
}

@media screen and (min-width:992px) and (-webkit-min-device-pixel-ratio:0) {
	.search-input-2 .custom-select:not(.custom-select-sm) {
		height: calc(3rem)
	}
	.search-input-2 .btn {
		line-height: inherit
	}
}

@media (min-width:992px) {
	@-moz-document url-prefix() {
		.search-input-2 .custom-select:not(.custom-select-sm) {
			height: calc(3.05rem)
		}
		.search-input-2 .btn {
			line-height: 1.4
		}
	}
}

.search-input-line .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(250, 250, 250, .5);
	border-radius: 0;
	padding-left: 0!important;
	color: #ccc
}

.search-input-line .form-control::-webkit-input-placeholder {
	color: #ccc
}

.search-input-line .form-control:-moz-placeholder {
	color: #ccc
}

.search-input-line .form-control::-moz-placeholder {
	color: #ccc
}

.search-input-line .form-control:-ms-input-placeholder,
.search-input-line .form-control::-ms-input-placeholder {
	color: #ccc
}

.search-input-line .custom-select {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(250, 250, 250, .5);
	border-radius: 0;
	padding-left: 0;
	color: #ccc;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.6)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 13px 15px
}

.search-input-line .custom-select:focus,
.search-input-line .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none
}

.search-input-line .form-control:not(output):-moz-ui-invalid:-moz-focusring:not(:focus),
.search-input-line .form-control:not(output):-moz-ui-invalid:not(:focus) {
	border-bottom: 2px solid #b00708;
	box-shadow: none;
	-webkit-box-shadow: none
}

.search-input-line .icon-inside {
	color: #999
}

.search-input-line select option {
	color: #333
}

.search-input-line .travellers-dropdown input {
	color: #666
}

.resp-htabs ul.resp-tabs-list {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	border-bottom: 1px solid #d7dee3
}

.resp-tabs-list li {
	padding: .5rem 1rem!important;
	margin: 0;
	list-style: none;
	cursor: pointer
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none
}

.resp-tab-content {
	display: none
}

.resp-tab-active {
	margin-bottom: -1px!important;
	border-bottom: 2px solid #0071cc
}

.resp-accordion-active,
.resp-content-active {
	display: block
}

h2.resp-accordion {
	font-size: 16px;
	color: #777;
	border: 1px solid #e4e9ec;
	border-top: 0 solid #e4e9ec;
	margin: 0;
	padding: 1rem 1.25rem
}

h2.resp-tab-active {
	border-bottom: 0 solid #e4e9ec!important;
	margin-bottom: 0!important;
	padding: 1rem 1.25rem!important
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #e4e9ec!important;
	background: #00f
}

.resp-vtabs ul.resp-tabs-list {
	margin: 0;
	padding: 0
}

.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px!important;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	color: #999;
	border: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.resp-vtabs .resp-tabs-list li:hover {
	color: #555;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.resp-vtabs .resp-tabs-list li span {
	font-size: 20px;
	text-align: center;
	width: 30px;
	display: inline-block;
	float: left;
	margin-right: 15px
}

h2.resp-accordion span {
	font-size: 20px;
	text-align: center;
	width: 30px;
	display: inline-block;
	float: left;
	margin-right: 15px
}

.resp-vtabs .resp-tabs-container {
	padding: 0
}

.resp-vtabs .resp-tab-content {
	border: none
}

.resp-vtabs li.resp-tab-active,
.resp-vtabs li.resp-tab-active:hover {
	color: #0479ec;
	-webkit-box-shadow: -5px 0 24px -18px rgba(0, 0, 0, .4);
	box-shadow: -5px 0 24px -18px rgba(0, 0, 0, .4);
	border-radius: 4px 0 0 4px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px!important;
	margin-bottom: 0!important
}

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 6px;
	border-color: #000;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 9px;
	height: 9px;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

h2.resp-tab-active {
	background: #f1f2f4!important;
	color: #535b61
}

h2.resp-tab-active i.resp-arrow {
	margin-top: 10px;
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.resp-easy-accordion h2.resp-accordion {
	display: block
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #e4e9ec
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #e4e9ec!important
}

.resp-jfit {
	width: 100%;
	margin: 0
}

.resp-tab-content-active {
	display: block
}

h2.resp-accordion:first-child {
	border-top: 1px solid #e4e9ec!important
}

@media only screen and (max-width:768px) {
	ul.resp-tabs-list {
		display: none!important
	}
	h2.resp-accordion {
		display: block
	}
	.resp-htabs .resp-tab-content,
	.resp-vtabs .resp-tab-content {
		border: 1px solid #e4e9ec
	}
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none
	}
	.resp-accordion-closed {
		display: none!important
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #e4e9ec!important
	}
	 
}

.hero-wrap {
	position: relative
}

.hero-wrap .hero-bg,
.hero-wrap .hero-bg-slideshow,
.hero-wrap .hero-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.hero-wrap .hero-mask {
	z-index: 1
}

.hero-wrap .hero-content {
	position: relative;
	z-index: 2
}

.hero-wrap .hero-bg-slideshow {
	z-index: 0
}

.hero-wrap .hero-bg {
	z-index: 0;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	transition: background-image .3s ease-in .2s
}

.hero-wrap .hero-bg-slideshow .hero-bg {
	background-attachment: inherit
}

.hero-wrap .hero-bg-slideshow.owl-carousel .owl-item,
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage,
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer {
	height: 100%
}

.brands-grid {
	overflow: hidden
}

.brands-grid>.row>div {
	padding-top: 20px;
	padding-bottom: 20px
}

.brands-grid.separator-border>.row>div:after,
.brands-grid.separator-border>.row>div:before {
	content: '';
	position: absolute
}

.brands-grid.separator-border>.row>div:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dotted #e0dede
}

.brands-grid.separator-border>.row>div:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dotted #e0dede
}

.brands-grid>.row>div a {
	opacity: .7;
	color: #444
}

.brands-grid>.row>div a:hover {
	opacity: 1;
	color: #0071cc
}

.banner .item {
	position: relative
}

.banner .item img {
	vertical-align: middle
}

.banner .caption {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	padding: 15px 20px
}

.banner .caption h2 {
	font-size: 19px;
	color: #fff
}

.banner .caption p {
	color: rgba(250, 250, 250, .8);
	margin-bottom: 0
}

.banner .rounded .banner-mask,
.banner .rounded img {
	border-radius: .25rem
}

.banner .banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	backface-visibility: hidden;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .01), rgba(0, 0, 0, .6));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .01), rgba(0, 0, 0, .6));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .01), #000);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .01), #000);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .01), #000);
	opacity: .7;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.banner .item:hover .banner-mask {
	opacity: .95;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.simple-ul>li {
	position: relative;
	list-style-type: none;
	line-height: 24px
}

.simple-ul>li:after {
	content: " ";
	position: absolute;
	top: 12px;
	left: -15px;
	border-color: #000;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 6px;
	height: 6px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.text-grey {
	color: #8e98ad
}

#footer {
	color: #8e98ad;
	padding: 0 0 35px 0;
	padding: 0 0 2rem 0;
	margin-top: 0px
}

#footer .footer-copyright {
	border-top: 1px solid #e6e9ec;
	margin-top: 2rem;
	margin-top: 32px;
	text-align: center
}

#footer .footer-copyright .nav .nav-item {
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 10px
}

#footer .footer-copyright .nav .nav-item .nav-link {
	padding-left: 0;
	padding-right: 0;
	color: #252b33;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

#footer .footer-copyright .nav .nav-item .nav-link:focus {
	color: #0479ec;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

#footer .footer-copyright .nav .nav-link:hover {
	color: #0479ec;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

#footer .footer-copyright .copyright-text {
	color: #67727c;
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 10px;
	margin-top: 100px
}

.payments-types {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none
}

.payments-types li {
	margin: 0 10px 8px 0
}

.payments-types li a {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 1
}

.payments-types li img {
	display: flex;
	width: 50px;
	border: 1px solid #ced4da;
	padding: 10px 5px;
	border-radius: 2px
}

.payments-types li:hover a {
	opacity: .8
}

.newsletter .form-control {
	height: 38px!important;
	font-size: 14px
}

.newsletter .btn {
	height: 38px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	background: #546d89;
	border-color: #546d89
}

.newsletter .btn:hover {
	background: #415b78
}

.social-icons {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none
}

.social-icons li {
	margin: 0 2px 4px;
	padding: 0;
	border-radius: 100%;
	overflow: visible
}

.social-icons li:last-child {
	margin-right: 0
}

.social-icons li a {
	background: #8e98ad;
	border-radius: 100%;
	display: block;
	height: 34px;
	line-height: 34px;
	width: 34px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.social-icons li i {
	line-height: inherit
}

.social-icons.social-icons-sm li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px
}

.social-icons.social-icons-lg li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px
}

.social-icons.social-icons-dark li a {
	background: #555
}

.social-icons li:hover a {
	background: #171717;
	color: #fff
}

.social-icons li:hover.social-icons-twitter a,
.social-icons.social-icons-colored li.social-icons-twitter a {
	background: #00acee
}

.social-icons li:hover.social-icons-facebook a,
.social-icons.social-icons-colored li.social-icons-facebook a {
	background: #3b5998
}

.social-icons li:hover.social-icons-linkedin a,
.social-icons.social-icons-colored li.social-icons-linkedin a {
	background: #0e76a8
}

.social-icons li:hover.social-icons-rss a,
.social-icons.social-icons-colored li.social-icons-rss a {
	background: #ee802f
}

.social-icons li:hover.social-icons-google a,
.social-icons.social-icons-colored li.social-icons-google a {
	background: #dd4b39
}

.social-icons li:hover.social-icons-pinterest a,
.social-icons.social-icons-colored li.social-icons-pinterest a {
	background: #cc2127
}

.social-icons li:hover.social-icons-youtube a,
.social-icons.social-icons-colored li.social-icons-youtube a {
	background: #c4302b
}

.social-icons li:hover.social-icons-instagram a,
.social-icons.social-icons-colored li.social-icons-instagram a {
	background: #3f729b
}

.social-icons li:hover.social-icons-skype a,
.social-icons.social-icons-colored li.social-icons-skype a {
	background: #00aff0
}

.social-icons li:hover.social-icons-email a,
.social-icons.social-icons-colored li.social-icons-email a {
	background: #6567a5
}

.social-icons li:hover.social-icons-vk a,
.social-icons.social-icons-colored li.social-icons-vk a {
	background: #2b587a
}

.social-icons li:hover.social-icons-xing a,
.social-icons.social-icons-colored li.social-icons-xing a {
	background: #126567
}

.social-icons li:hover.social-icons-tumblr a,
.social-icons.social-icons-colored li.social-icons-tumblr a {
	background: #34526f
}

.social-icons li:hover.social-icons-reddit a,
.social-icons.social-icons-colored li.social-icons-reddit a {
	background: #c6c6c6
}

.social-icons li:hover.social-icons-delicious a,
.social-icons.social-icons-colored li.social-icons-delicious a {
	background: #205cc0
}

.social-icons li:hover.social-icons-stumbleupon a,
.social-icons.social-icons-colored li.social-icons-stumbleupon a {
	background: #f74425
}

.social-icons li:hover.social-icons-digg a,
.social-icons.social-icons-colored li.social-icons-digg a {
	background: #191919
}

.social-icons li:hover.social-icons-blogger a,
.social-icons.social-icons-colored li.social-icons-blogger a {
	background: #fc4f08
}

.social-icons li:hover.social-icons-flickr a,
.social-icons.social-icons-colored li.social-icons-flickr a {
	background: #ff0084
}

.social-icons li:hover.social-icons-vimeo a,
.social-icons.social-icons-colored li.social-icons-vimeo a {
	background: #86c9ef
}

.social-icons li:hover.social-icons-yahoo a,
.social-icons.social-icons-colored li.social-icons-yahoo a {
	background: #720e9e
}

.social-icons li:hover.social-icons-googleplay a,
.social-icons.social-icons-colored li.social-icons-googleplay a {
	background: #dd4b39
}

.social-icons li:hover.social-icons-apple a,
.social-icons.social-icons-colored li.social-icons-apple a {
	background: #000
}

.social-icons.social-icons-colored li:hover a {
	background: #d4d4d4
}

#back-to-top {
	display: none;
	position: fixed;
	z-index: 1030;
	bottom: 8px;
	right: 10px;
	background-color: rgba(0, 0, 0, .2);
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

#back-to-top:hover {
	background-color: #0479ec;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

@media (max-width:575px) {
	#back-to-top {
		z-index: 1029
	}
}

.custom-select,
.form-control {
	border: 1px solid #dde2ec;
	font-size: 13px;
	color: #344154
}

.form-control-sm {
	font-size: 14px
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
	height: auto;
	border-bottom: 1px solid #eceff1!important
}

.custom-select:not(.custom-select-sm) {
	height: calc(3.05rem + 2px);
	padding-top: .7rem;
	padding-bottom: .7rem
}

.col-form-label-sm {
	font-size: 13px
}

.custom-select-sm {
	padding-left: 5px!important;
	font-size: 14px
}

.custom-select:not(.custom-select-sm).border-0 {
	height: 3rem
}

.form-control:focus {
	box-shadow: none
}

.form-control:focus[readonly] {
	box-shadow: none
}

.input-group-text {
	border-color: transparent;
	background: #fff;
	color: #777
}

.form-control::-webkit-input-placeholder {
	color: #777
}

.form-control:-moz-placeholder {
	color: #777
}

.form-control::-moz-placeholder {
	color: #777
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
	color: #777
}

.btn {
	padding: .45rem 1.5rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 14px;
}

.btn-sm {
	padding: .3rem 1rem;
	font-size: 13px;
	min-width: 78px
}

.input-group-append .btn,
.input-group-prepend .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: .75rem;
	padding-right: .75rem
}

.input-group-append .btn:hover,
.input-group-prepend .btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:575px) {
	.btn:not(.btn-sm) {
		padding: .81rem 1rem
	}
	.input-group>.input-group-append>.btn,
	.input-group>.input-group-prepend>.btn {
		padding: 0 .75rem
	}
}

.badge-primary,
.bg-primary {
	background-color: #0071cc!important
}

.bg-secondary {
	background-color: #0479ec
}

.text-secondary {
	color: #0c2f55!important
}

.text-primary {
	color: #0479ec!important
}

.border-primary {
	border-color: #0071cc!important
}

.border-secondary {
	border-color: #0c2f55!important
}

.btn-secondary {
	color: #fff !important;
	background-color: #0479ec;
	border-color: #0479ec
}

.btn-secondary:hover {
	background: #0360bc;
	border-color: #0360bc
}

.btn-outline-primary {
	color: #0579ec;
	border-color: #0579ec
}

.btn-outline-primary:hover {
	background-color: #0479ec;
	border-color: #0479ec;
	color: #fff
}

.btn-outline-secondary {
	color: #00d487;
	border-color: #00d487
}

.btn-outline-secondary:hover {
	background-color: #00d487;
	border-color: #00d487;
	color: #fff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.page-item.active .page-link,
.progress-bar {
	background-color: #00d487
}

.list-group-item.active {
	background-color: #0479ec;
	border-color: #0071cc
}

.page-link {
	color: #0071cc
}

.page-link:hover {
	color: #0e7fd9
}

.ui-slider-horizontal {
	height: .2em;
	margin-left: 11px;
	margin-right: 11px
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.7em;
	margin-left: -.7em;
	border-radius: 100%;
	background: #fff;
	width: 1.5em;
	height: 1.5em
}

.ui-slider.ui-widget.ui-widget-content {
	border: none;
	background: #eee;
	margin-bottom: 15px
}

.ui-slider .ui-widget-header {
	background: #0071cc
}

.ui-menu.ui-widget.ui-widget-content {
	box-shadow: 0 0 12px rgba(0, 0, 0, .176);
	border: none;
	overflow: hidden;
	overflow-y: auto;
	max-height: 50vh;
	border-radius: 4px
}

.ui-menu .ui-menu-item-wrapper {
	padding: 6px .75rem 6px .9rem
}

.ui-menu.ui-widget-content .ui-state-active {
	background: #0479ec;
	border-color: #0071cc
}

.ui-menu .ui-menu-divider {
	display: none
}

dt dl dd {
	font-weight: 600
}

span.big-advice {
	font-weight: 100;
	font-size: 20px
}

.btn-link {
	padding: 0!important;
	text-decoration: none!important
}

a.circled {
	color: #344154
}

a.circled:hover {
	color: #0479ec
}

.featured-box.circled-img {
	background: #ececef;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	display: flex
}

span.down-sign {
	position: absolute;
	right: 0;
	top: 8px;
	cursor: pointer;
	width: 20px;
	height: 12px;
	background: url(../images/icons/chevron-down.svg) no-repeat center
}

.car-list .btn,
.car-list .btn:focus,
.car-list .btn:hover {
	padding: 8px 10px;
	font-size: 14px;
	width: 100%
}

.car-list a.green,
.car-list a.green:focus {
	color: #00d487
}

.car-item {
	background: #fff;
	overflow: hidden;
}

.car-item a {
	width: 100%
}

.resp-vtabs ul.resp-tabs-list {
	margin: 0;
	padding: 0
}

.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px!important;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	color: #999;
	border: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.resp-vtabs .resp-tabs-list li:hover {
	color: #555;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.resp-vtabs .resp-tabs-list li span {
	font-size: 20px;
	text-align: center;
	width: 30px;
	display: inline-block;
	float: left;
	margin-right: 15px
}

h2.resp-accordion span {
	font-size: 20px;
	text-align: center;
	width: 30px;
	display: inline-block;
	float: left;
	margin-right: 15px
}

.resp-vtabs .resp-tabs-container {
	padding: 0
}

.resp-vtabs .resp-tab-content {
	border: none
}

.resp-vtabs li.resp-tab-active,
.resp-vtabs li.resp-tab-active:hover {
	color: #0479ec;
	-webkit-box-shadow: -5px 0 24px -18px rgba(0, 0, 0, .4);
	box-shadow: -5px 0 24px -18px rgba(0, 0, 0, .4);
	border-radius: 4px 0 0 4px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px!important;
	margin-bottom: 0!important
}

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 6px;
	border-color: #000;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 9px;
	height: 9px;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

h2.resp-tab-active {
	background: #f1f2f4!important;
	color: #535b61
}

h2.resp-tab-active i.resp-arrow {
	margin-top: 10px;
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.resp-easy-accordion h2.resp-accordion {
	display: block
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #e4e9ec
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #e4e9ec!important
}

.resp-jfit {
	width: 100%;
	margin: 0
}

.resp-tab-content-active {
	display: block
}

h2.resp-accordion:first-child {
	border-top: 1px solid #e4e9ec!important
}

@media only screen and (max-width:768px) {
	ul.resp-tabs-list {
		display: none!important
	}
	h2.resp-accordion {
		display: block
	}
	.resp-htabs .resp-tab-content,
	.resp-vtabs .resp-tab-content {
		border: 1px solid #e4e9ec
	}
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none
	}
	.resp-accordion-closed {
		display: none!important
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #e4e9ec!important
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1; 
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.slider_s_one .col-lg-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_s_one .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media only screen and (max-width:767px) {
	.slider_s_one .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.slider_s_one .offset-lg-3 {
	margin-left: 21%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_s_one .offset-lg-3 {
		margin-left: 0
	}
}

@media only screen and (max-width:767px) {
	.slider_s_one .offset-lg-3 {
		margin-left: 0
	}
}

.slider_s_one .s_banner {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_s_one .s_banner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media only screen and (max-width:767px) {
	.slider_s_one .s_banner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.single_slider {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover; 
	border-radius:4px;
}

@media only screen and (min-width:1200px) {
	.single_slider {
		/*height: 320px*/
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single_slider {
		/*height: 320px*/
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single_slider {
		/*height: 320px*/
		background-position: 55%
	}
}

@media only screen and (max-width:767px) {
	.single_slider {
		background-position: 10%;
		min-height:180px; 
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_section {
		margin-top: 0
	}
}

@media only screen and (max-width:767px) {
	.slider_section {
		margin-top: 0;
		/*margin-bottom: 30px*/
	}
}

.slider_area .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%)
}

@media only screen and (max-width:767px) {
	.slider_area .owl-dots {
		bottom: 10px
	}
}

.slider_area .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .5);
	display: inline-block;
	margin: 0 7px;
	border-radius: 50%;
	position: relative
}

.slider_area .owl-dots .owl-dot::before {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	left: -2px;
	top: -2px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.slider_area .owl-dots .owl-dot.active::before {
	opacity: 1
}

.slider_area .owl-dots .owl-dot:hover::before {
	opacity: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider_content {
		padding-left: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_content {
		padding-left: 60px
	}
}

@media only screen and (max-width:767px) {
	.slider_content {
		padding-left: 30px
	}
}

.slider_content h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00d487;
	margin-bottom: 10px
}

.slider_content h1 {
	font-size: 34px;
	line-height: 42px;
	font-weight: 400;
	margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider_content h1 {
		font-size: 28px;
		line-height: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_content h1 {
		font-size: 28px;
		line-height: 30px
	}
}

@media only screen and (max-width:767px) {
	.slider_content h1 {
		font-size: 20px;
		line-height: 22px
	}
}

.slider_content p {
	margin: 38px 0 44px;
	font-size: 16px;
	line-height: 25px;
	color: #344154
}

.slider_content p span {
	color: #00d487
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider_content p {
		font-size: 15px;
		line-height: 22px;
		margin: 20px 0 26px;
		max-width: 432px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_content p {
		margin: 18px 0 23px;
		font-size: 15px;
		line-height: 20px
	}
}

@media only screen and (max-width:767px) {
	.slider_content p {
		margin: 17px 0 22px;
		font-size: 12px;
		line-height: 20px;
		max-width: 360px
	}
}

@media only screen and (max-width:479px) {
	.slider_content p {
		max-width: 100%
	}
}

.slider_content a {
	font-size: 13px;
	font-weight: 500;
	padding: 0 35px;
	display: inline-block;
	border-radius: 4px;
	height: 48px;
	line-height: 48px;
	color: #fff
}

.slider_content a:hover {
	color: #fff;
	background: #0479ec
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider_content a {
		padding: 0 20px;
		height: 43px;
		line-height: 39px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_content a {
		padding: 0 15px;
		height: 43px;
		line-height: 41px;
		font-size: 13px
	}
}

@media only screen and (max-width:767px) {
	.slider_content a {
		font-size: 12px;
		height: 35px;
		line-height: 31px;
		padding: 0 13px
	}
}

.slider_content.color_white h3 {
	color: #fff
}

.slider_content.color_white h1 {
	color: #fff
}

.slider_content.color_white p {
	color: #fff
}

.slider_content.color_white p span {
	color: #0479ec
}

.active .slider_content a,
.active .slider_content h1,
.active .slider_content h2,
.active .slider_content h3,
.active .slider_content p,
.active .slider_content span {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.active .slider_content h2 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.active .slider_content h3,
.active .slider_content span {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.active .slider_content p {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.active .slider_content a {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

.gallery-thumbs {
	height: 86px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.gallery-thumbs .swiper-slide {
	border-right: 1px solid #ebebeb;
	padding: 22px 18px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	width: 25%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.gallery-thumbs .swiper-slide {
		/*padding: 8px 8px*/
	}
}

@media only screen and (max-width:767px) {
	.gallery-thumbs .swiper-slide {
		padding: 8px 3px;
		font-size: 12px
	}
}

.gallery-thumbs .swiper-slide:hover {
	color: #00d487
}

.gallery-thumbs .swiper-slide::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #00d487;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 99
}

.gallery-thumbs .swiper-slide-thumb-active {
	color: #00d487
}

.gallery-thumbs .swiper-slide-thumb-active::before {
	opacity: 1
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #00d487
}

.slider_s_two .single_slider {
	height: 450px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.slider_s_two .single_slider {
		height: 418px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider_s_two .single_slider {
		height: 351px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_s_two .single_slider {
		height: 330px;
		background-position: 55%
	}
}

@media only screen and (max-width:767px) {
	.slider_s_two .single_slider {
		background-position: 10%;
		height: 300px
	}
}

.slider_s_two .col-lg-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 79%;
	flex: 0 0 79%;
	max-width: 79%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_s_two .col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media only screen and (max-width:767px) {
	.slider_s_two .col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.slider_s_two .offset-lg-3 {
	margin-left: 21%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_s_two .offset-lg-3 {
		margin-left: 0
	}
}

@media only screen and (max-width:767px) {
	.slider_s_two .offset-lg-3 {
		margin-left: 0
	}
}

.slider_s_two .slider_content {
	padding-left: 72px;
	text-align: center
}

@media only screen and (max-width:767px) {
	.slider_s_two .slider_content {
		padding-left: 0;
		width: 100%
	}
}

.slider_s_two .gallery-thumbs .swiper-slide {
	padding: 8px 43px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider_s_two .gallery-thumbs .swiper-slide {
		line-height: 21px;
		padding: 8px 10px
	}
}

@media only screen and (max-width:767px) {
	.slider_s_two .gallery-thumbs .swiper-slide {
		padding: 8px 0
	}
}

.corner-ribbon {
	width: 120px;
	background: #00d487;
	position: absolute;
	top: 18px;
	left: -29px;
	text-align: center;
	line-height: 24px;
	color: #f0f0f0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 0
}

.corner-ribbon span {
	text-transform: uppercase;
	font-size: 8px
}

.language-selector>.dropdown-toggle {
	display: inline-block;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box
}

.language-selector>.dropdown-toggle i {
	color: #344154;
	font-size: 8px;
	vertical-align: middle
}

.language-selector>.dropdown-toggle>span {
	/*vertical-align: middle;*/
	color: #344154
}

.language-selector>.dropdown-toggle img {
	display: inline-block;
	line-height: 1;
	width: 15px;
	height: 15px;
	margin-bottom: 2px;
}

.language-selector.open>.dropdown-toggle {
	background: #f5f5f6
}

.language-selector .dropdown-menu {
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
	width: 200px;
	overflow: hidden;
	-webkit-border-radius: 0 3px 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 3px 3px 3px;
	-moz-background-clip: padding;
	border-radius: 0 3px 3px 3px;
	background-clip: padding-box;
	font-size: 12px;
	
	transform: translate3d(-56px, 30px, 0px) !important;
	
}

.language-selector .dropdown-menu.pull-right {
	-webkit-border-radius: 3px 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 0 3px 3px;
	-moz-background-clip: padding;
	border-radius: 3px 0 3px 3px;
	background-clip: padding-box;
	margin-right: 5px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .11)
}

.language-selector .dropdown-menu>li {
	border-bottom: 1px solid #ebebeb
}

.language-selector .dropdown-menu>li a {
	margin: 0;
	display: block;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	padding: 10px 20px;
	color: #344154;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.language-selector .dropdown-menu>li a img {
	margin-right: 5px;
	width: 20px;
	height: 20px
}

.language-selector .dropdown-menu>li a:hover {
	background: #f0f0f1
}

.language-selector .dropdown-menu>li:last-child {
	border-bottom: 0
}

.language-selector .dropdown-menu>li.active a {
	background: rgba(235, 235, 235, .9);
	color: #737881
}

.language-selector.open>.dropdown-toggle {
	-webkit-border-radius: 3px 3px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 0 0;
	-moz-background-clip: padding;
	border-radius: 3px 3px 0 0;
	background-clip: padding-box
}

img.flag {
	width: 30px!important
}

.country-mx {
	background: url(../images/mx.gif) no-repeat center left!important;
	padding-left: 30px!important
}

a.dropdown-toggle {
	color: #344154
}

.border-radius-5 {border-radius: 5px;}

.card-base {
	width:100%;
}

.access-holder {
	width:100%;
	display:block; 
	height: 70px !important; padding:10px;     
	padding:10px !important;
}
 
.access-holder img{
	width:auto; 
	height: 22px !important;
}

/*Row*/

.row div:nth-child(1) > a.access-holder { 
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	color:#344159;
    /*background: url(../images/icons/access-1.svg) no-repeat right center;*/
    background-size: 24%;
    background-position: 108%;
	
}

.row div:nth-child(2) > a.access-holder {  
	/*background: url(https://10.10.1.125/app/images/icons/access-2.svg) no-repeat right center;*/
	color:#344159;
    background-size: 26%;
    background-position: 112%;
}

.row div:nth-child(3) > a.access-holder {
	/*background: url(https://10.10.1.125/app/images/icons/access-3.svg) no-repeat right center;*/
	color:#344159;
    background-size: 26%;
    background-position: 112%;
}

.row div:nth-child(4) > a.access-holder { 
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	color:#344159;
	/*background: url(https://10.10.1.125/app/images/icons/access-4.svg) no-repeat right center;*/
    background-size: 26%;
    background-position: 112%;
	cursor:pointer;
}

/*Row Hover*/

.row div:nth-child(1) > a.access-holder:hover {
	
	background: #fdfdfd;
	cursor:pointer;
}

.row:hover div:nth-child(2) > a.access-holder:hover {
	 
	background: #fdfdfd;
	cursor:pointer;
}

.row:hover div:nth-child(3) > a.access-holder:hover {
	 
	background: #fdfdfd;
	cursor:pointer;
}

.row:hover div:nth-child(4) > a.access-holder:hover {
	 
	background: #fdfdfd;
	cursor:pointer;
}

/*Row Hover*/

.row-access-buttons > .row > .col-4 { 
}

.row-access-buttons > .row.no-gutters > .col-6:last-child {
	 
}


.live__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.live__scroll .row{
  display:block;
}
.live__scroll .live__scroll--box {
  display: inline-block;
  float: none;
  padding: 15px;
  border: 1px solid red;
}

img.stored-payment {   
    /*padding: 8px 4px;
    border-radius: 2px;
    width: 48px;
    background: #f1f1f1;*/
	width:48px;
}

.stored-card .form-control {
	height: calc(1.8rem); 
}

.stored-card a.disabled > i {
	color: #bbc1ce;
}

.stored-card { 
}

.row.stored-card row > col-* {
	min-height:24px; background:red;
}

.swal-text{
    font-size: 19px !important;
    text-align: center !important;
    
}









