@charset "UTF-8";

/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
	margin: 0;
	left: 0;
	right: 0;
	z-index: 0;
	box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
	content: '';
	bottom: 0
}

.mm-menu.mm-dropdown,
.mm-menu.mm-popup,
.mm-menu.mm-tip:before {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.about-us-page .section-2 .cards-wrap .card-item.inverse,
.lSSlideOuter.lSrtl,
.mm-menu.mm-rtl,
.owl-carousel.owl-rtl {
	direction: rtl
}

.mm-hidden {
	display: none!important
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
	display: block
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-btn,
.mm-menu,
.mm-navbar,
.mm-next:after,
.mm-panels,
.mm-panels>.mm-panel,
.mm-prev:before {
	position: absolute;
	top: 0
}

.mm-menu {
	padding: 0;
	bottom: 0
}

.mm-panels,
.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	bottom: 0
}

.mm-btn,
.mm-panel.mm-highest {
	z-index: 1
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

.mm-panel.mm-opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-noanimation {
	-webkit-transition: none!important;
	transition: none!important
}

.mm-menu.mm-fx-menu-zoom,
.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease
}

.mm-panel.mm-noanimation.mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
	content: '';
	display: block;
	height: 20px
}

.mm-vertical .mm-panel {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	box-sizing: border-box;
	height: 40px;
	bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}

.mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-next:after,
.mm-prev:before {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto
}

.mm-prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	left: 0;
	right: 0
}

.mm-navbar>* {
	display: block;
	padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
	left: 0
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block
}

.mm-listview,
.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview>li {
	position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
	border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0
}

.mm-listview>li:not(.mm-divider):after {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	right: 0;
	left: 20px
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next:before {
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
	margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
	margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
	border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
	tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1
}

html.mm-opened {
	overflow-x: hidden;
	position: relative
}

html.mm-blocking,
html.mm-blocking body {
	overflow: hidden
}

html.mm-background .mm-page {
	background: inherit
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed;
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

.mm-menu.mm-offcanvas.mm-opened {
	display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
	z-index: 10
}

html.mm-opening .mm-menu~.mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-menu~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-opening .mm-menu~.mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-sronly {
	border: 0!important;
	clip: rect(1px, 1px, 1px, 1px)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	white-space: nowrap!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	overflow: hidden!important;
	position: absolute!important
}

.mm-menu .mm-listview.mm-border-none>li:after,
.mm-menu .mm-listview>li.mm-border-none:after,
.mm-menu.mm-border-none .mm-listview>li:after {
	content: none
}

.mm-menu .mm-listview.mm-border-full>li:after,
.mm-menu .mm-listview>li.mm-border-full:after,
.mm-menu.mm-border-full .mm-listview>li:after {
	left: 0!important
}

.mm-menu .mm-listview.mm-border-offset>li:after,
.mm-menu .mm-listview>li.mm-border-offset:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
	right: 20px
}

.mm-menu.mm-fx-menu-zoom {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-fx-menu-zoom {
	-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
	transform: scale(.7, .7) translate3d(-30%, 0, 0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

html.mm-opening .mm-menu.mm-fx-menu-zoom {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
	-webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
	transform: scale(.7, .7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-fx-menu-slide {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-fx-menu-slide {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-fx-menu-slide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
	-webkit-transform: translate(30%, 0);
	-ms-transform: translate(30%, 0);
	transform: translate(30%, 0);
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu.mm-fx-menu-fade {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-fx-menu-fade {
	opacity: 1
}

.mm-menu .mm-fx-panels-none.mm-panel,
.mm-menu.mm-fx-panels-none .mm-panel {
	-webkit-transition-property: none;
	transition-property: none
}

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu .mm-fx-panels-zoom.mm-panel,
.mm-menu.mm-fx-panels-zoom .mm-panel {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	transform: scale(1.5, 1.5) translate3d(100%, 0, 0)
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
	-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
	transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu .mm-fx-panels-slide-up.mm-panel,
.mm-menu.mm-fx-panels-slide-up .mm-panel {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li {
	-webkit-transition: none .4s ease;
	transition: none .4s ease
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(1) {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(2) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(3) {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(4) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(5) {
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(6) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(7) {
	-webkit-transition-delay: 350ms;
	transition-delay: 350ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(8) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(9) {
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(10) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(11) {
	-webkit-transition-delay: 550ms;
	transition-delay: 550ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(12) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(13) {
	-webkit-transition-delay: 650ms;
	transition-delay: 650ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(14) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(15) {
	-webkit-transition-delay: 750ms;
	transition-delay: 750ms
}

.mm-menu.mm-fx-listitems-slide .mm-listview>li {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	opacity: 0
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview>li {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.mm-menu.mm-fx-listitems-fade .mm-listview>li {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	opacity: 0
}

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview>li {
	opacity: 1
}

.mm-menu.mm-fx-listitems-drop .mm-listview>li {
	-webkit-transition-property: opacity, top;
	transition-property: opacity, top;
	opacity: 0;
	top: -25%
}

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview>li {
	opacity: 1;
	top: 0
}

.mm-menu.mm-offcanvas.mm-fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px
}

html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
	html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:10000px) {
	html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout {
		-webkit-transform: translate(10000px, 0);
		-ms-transform: translate(10000px, 0);
		transform: translate(10000px, 0);
		-webkit-transform: translate3d(10000px, 0, 0);
		transform: translate3d(10000px, 0, 0)
	}
}

html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
	html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:10000px) {
	html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout {
		-webkit-transform: translate(-10000px, 0);
		-ms-transform: translate(-10000px, 0);
		transform: translate(-10000px, 0);
		-webkit-transform: translate3d(-10000px, 0, 0);
		transform: translate3d(-10000px, 0, 0)
	}
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
	height: 100%;
	min-height: 140px;
	max-height: 10000px
}

.mm-menu .mm-panels>.mm-panel.mm-listview-justify:after,
.mm-menu .mm-panels>.mm-panel.mm-listview-justify:before,
.mm-menu.mm-listview-justify .mm-panels>.mm-panel:after,
.mm-menu.mm-listview-justify .mm-panels>.mm-panel:before {
	content: none;
	display: none
}

.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview,
.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li,
.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 40px
}

.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li:not(.mm-divider),
.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li>a:not(.mm-next),
.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li>span,
.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li>a:not(.mm-next),
.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li>span {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.mm-listview-small .mm-listview>li>a:not(.mm-next),
.mm-listview-small .mm-listview>li>span {
	padding: 7px 10px 7px 20px
}

.mm-listview-small .mm-listview>li.mm-vertical>.mm-next,
.mm-listview-small .mm-vertical>.mm-listview>li>.mm-next {
	height: 34px
}

.mm-listview-large .mm-listview>li>a:not(.mm-next),
.mm-listview-large .mm-listview>li>span {
	padding: 15px 10px 15px 20px
}

.mm-listview-large .mm-listview>li.mm-vertical>.mm-next,
.mm-listview-large .mm-vertical>.mm-listview>li>.mm-next {
	height: 50px
}

.mm-listview-huge .mm-listview>li>a:not(.mm-next),
.mm-listview-huge .mm-listview>li>span {
	padding: 20px 10px 20px 20px
}

.mm-listview-huge .mm-listview>li.mm-vertical>.mm-next,
.mm-listview-huge .mm-vertical>.mm-listview>li>.mm-next {
	height: 60px
}

.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px
}

.mm-listview .mm-spacer {
	padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
	top: 40px
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px
}

.mm-listview .mm-inset {
	list-style: disc inside;
	padding: 0 10px 15px 40px;
	margin: 0
}

.mm-listview .mm-inset>li {
	padding: 5px 0
}

html.mm-iconbar body {
	overflow-x: hidden
}

html.mm-iconbar .mm-page {
	background: inherit;
	min-height: 100vh
}

html.mm-iconbar .mm-slideout {
	box-sizing: border-box;
	padding-right: 60px;
	-webkit-transform: translate(60px, 0);
	-ms-transform: translate(60px, 0);
	transform: translate(60px, 0);
	-webkit-transform: translate3d(60px, 0, 0);
	transform: translate3d(60px, 0, 0)
}

.mm-menu.mm-iconbar {
	display: block
}

.mm-menu .mm-listview.mm-multiline>li>a,
.mm-menu .mm-listview.mm-multiline>li>span,
.mm-menu .mm-listview>li.mm-multiline>a,
.mm-menu .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
	text-overflow: clip;
	white-space: normal
}

.mm-divider>span,
.mm-navbar .mm-breadcrumbs,
.selectric .label {
	text-overflow: ellipsis;
	white-space: nowrap
}

.mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker {
	opacity: 0
}

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker {
	opacity: .3;
	-webkit-transition: opacity .4s ease .4s;
	transition: opacity .4s ease .4s
}

.mm-menu.mm-opened.mm-pagedim~#mm-blocker {
	background: inherit
}

.mm-menu.mm-opened.mm-pagedim-white~#mm-blocker {
	background: #fff
}

.mm-menu.mm-opened.mm-pagedim-black~#mm-blocker {
	background: #000
}

.mm-menu.mm-popup {
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0;
	height: 80%;
	min-height: 140px;
	max-height: 880px;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.mm-menu.mm-popup.mm-opened~.mm-slideout {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	z-index: 0
}

.mm-menu.mm-popup.mm-opened~#mm-blocker {
	-webkit-transition-delay: 0s!important;
	transition-delay: 0s!important;
	z-index: 1
}

html.mm-opening .mm-menu.mm-popup {
	opacity: 1
}

.mm-menu.mm-offcanvas.mm-right {
	left: auto
}

html.mm-right.mm-opening .mm-menu~.mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-right.mm-opening .mm-menu~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-right.mm-opening .mm-menu~.mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

html.mm-front .mm-slideout,
html.mm-widescreen .mm-slideout {
	-webkit-transform: none!important;
	-ms-transform: none!important
}

html.mm-front .mm-slideout {
	transform: none!important;
	z-index: 0
}

html.mm-front #mm-blocker {
	z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
	z-index: 2
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-top {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 80%;
	min-height: 140px;
	max-height: 880px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu.mm-shadow-page:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 100;
	-webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
	clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%)
}

.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after,
.mm-menu.mm-shadow-page.mm-theme-black:after {
	content: none;
	display: none
}

.mm-menu.mm-shadow-page.mm-right:after {
	left: auto;
	right: 100%
}

.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-dark {
	background: #333;
	border-color: rgba(0, 0, 0, .15);
	color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
	color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
	border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
	tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
	background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
	border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
	box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
	background: rgba(255, 255, 255, .3);
	color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
	color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
	background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
	background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
	background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu.mm-theme-white {
	background: #fff;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
	color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
	border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .05);
	tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-check:before {
	border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
	color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white label.mm-toggle {
	background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
	background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu.mm-theme-black {
	background: #000;
	border-color: rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black em.mm-counter {
	color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
	border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .3);
	tap-highlight-color: rgba(255, 255, 255, .3)
}

.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
	background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
	border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
	box-shadow: false
}

.mm-menu.mm-theme-black .mm-search input {
	background: rgba(255, 255, 255, .3);
	color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
	color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
	background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
	background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
	background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
	content: '';
	display: block;
	clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
	display: none;
	content: none
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
	width: 50%;
	height: 0;
	padding: 50% 0 0;
	float: left;
	position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
	left: 0;
	top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
	width: 12.5%;
	padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
	width: 25%;
	padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
	width: 75%;
	padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
	width: 100%;
	padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span {
	line-height: 1px;
	text-align: center;
	padding: 50% 10px 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 1px;
	left: 0
}

.mm-menu.mm-autoheight:not(.mm-offcanvas),
html.mm-widescreen body {
	position: relative
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
	width: auto
}

.mm-menu.mm-tileview .mm-panel {
	padding-left: 0;
	padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
	margin: 0
}

html.mm-widescreen #mm-blocker {
	display: none!important
}

html.mm-widescreen .mm-slideout {
	transform: none!important;
	width: 70%!important;
	margin-left: 30%!important
}

html.mm-widescreen .mm-page {
	background: inherit;
	box-sizing: border-box
}

html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
	overflow: auto
}

.mm-menu.mm-widescreen {
	border-right-width: 1px;
	border-right-style: solid;
	display: block!important;
	width: 30%!important;
	min-width: 0!important;
	max-width: none!important;
	top: 0!important;
	right: auto!important;
	bottom: 0!important;
	left: 0!important;
	z-index: 100!important;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}

.mm-menu.mm-widescreen.mm-pageshadow:after {
	content: none;
	display: none
}

.mm-menu.mm-autoheight {
	-webkit-transition: none .4s ease;
	transition: none .4s ease;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
	display: block!important
}

.mm-menu.mm-measureheight .mm-panels>.mm-panel {
	bottom: auto!important;
	height: auto!important
}

em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 45px;
	top: 50%
}

em.mm-counter+a.mm-next {
	width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
	margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
	padding-left: 0
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span,
em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
	padding-right: 90px
}

.mm-vertical>.mm-counter {
	top: 12px;
	margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
	margin-top: 40px
}

.mm-nosubresults>.mm-counter {
	display: none
}

.mm-menu em.mm-counter {
	color: rgba(0, 0, 0, .3)
}

.mm-columns {
	-webkit-transition-property: width;
	transition-property: width
}

.mm-columns .mm-panels>.mm-panel {
	right: auto;
	-webkit-transition-property: width, -webkit-transform;
	transition-property: width, -webkit-transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

.mm-columns .mm-panels>.mm-panel.mm-opened,
.mm-columns .mm-panels>.mm-panel.mm-subopened {
	border-left: 1px solid;
	border-color: inherit;
	display: block!important
}

.mm-columns .mm-panels>.mm-columns-0 {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-columns-0 .mm-panels>.mm-panel {
	z-index: 0
}

.mm-columns-0 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-columns-0 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened) {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-0 {
	width: 80%;
	min-width: 140px;
	max-width: 0
}

html.mm-opening .mm-menu.mm-columns-0~.mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-menu.mm-columns-0~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:0px) {
	html.mm-opening .mm-menu.mm-columns-0~.mm-slideout {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:0px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.mm-columns .mm-panels>.mm-columns-1 {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-columns-1 .mm-panels>.mm-panel {
	z-index: 1;
	width: 100%
}

.mm-columns-1 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-columns-1 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened) {
	-webkit-transform: translate(200%, 0);
	-ms-transform: translate(200%, 0);
	transform: translate(200%, 0);
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-1 {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

html.mm-opening .mm-menu.mm-columns-1~.mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-menu.mm-columns-1~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-opening .mm-menu.mm-columns-1~.mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

.mm-columns .mm-panels>.mm-columns-2 {
	-webkit-transform: translate(200%, 0);
	-ms-transform: translate(200%, 0);
	transform: translate(200%, 0);
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-columns-2 .mm-panels>.mm-panel {
	z-index: 2;
	width: 50%
}

.mm-columns-2 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-columns-2 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened) {
	-webkit-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	transform: translate(300%, 0);
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-2 {
	width: 80%;
	min-width: 140px;
	max-width: 880px
}

html.mm-opening .mm-menu.mm-columns-2~.mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-menu.mm-columns-2~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:1100px) {
	html.mm-opening .mm-menu.mm-columns-2~.mm-slideout {
		-webkit-transform: translate(880px, 0);
		-ms-transform: translate(880px, 0);
		transform: translate(880px, 0);
		-webkit-transform: translate3d(880px, 0, 0);
		transform: translate3d(880px, 0, 0)
	}
}

html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:1100px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout {
		-webkit-transform: translate(-880px, 0);
		-ms-transform: translate(-880px, 0);
		transform: translate(-880px, 0);
		-webkit-transform: translate3d(-880px, 0, 0);
		transform: translate3d(-880px, 0, 0)
	}
}

.mm-columns .mm-panels>.mm-columns-3 {
	-webkit-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	transform: translate(300%, 0);
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-columns-3 .mm-panels>.mm-panel {
	z-index: 3;
	width: 33.34%
}

.mm-columns-3 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-columns-3 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened) {
	-webkit-transform: translate(400%, 0);
	-ms-transform: translate(400%, 0);
	transform: translate(400%, 0);
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-3 {
	width: 80%;
	min-width: 140px;
	max-width: 1320px
}

html.mm-opening .mm-menu.mm-columns-3~.mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-menu.mm-columns-3~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:1650px) {
	html.mm-opening .mm-menu.mm-columns-3~.mm-slideout {
		-webkit-transform: translate(1320px, 0);
		-ms-transform: translate(1320px, 0);
		transform: translate(1320px, 0);
		-webkit-transform: translate3d(1320px, 0, 0);
		transform: translate3d(1320px, 0, 0)
	}
}

html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:1650px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout {
		-webkit-transform: translate(-1320px, 0);
		-ms-transform: translate(-1320px, 0);
		transform: translate(-1320px, 0);
		-webkit-transform: translate3d(-1320px, 0, 0);
		transform: translate3d(-1320px, 0, 0)
	}
}

.mm-columns .mm-panels>.mm-columns-4 {
	-webkit-transform: translate(400%, 0);
	-ms-transform: translate(400%, 0);
	transform: translate(400%, 0);
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-columns-4 .mm-panels>.mm-panel {
	z-index: 4;
	width: 25%
}

.mm-columns-4 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-columns-4 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened) {
	-webkit-transform: translate(500%, 0);
	-ms-transform: translate(500%, 0);
	transform: translate(500%, 0);
	-webkit-transform: translate3d(500%, 0, 0);
	transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-4 {
	width: 80%;
	min-width: 140px;
	max-width: 1760px
}

html.mm-opening .mm-menu.mm-columns-4~.mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-menu.mm-columns-4~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:2200px) {
	html.mm-opening .mm-menu.mm-columns-4~.mm-slideout {
		-webkit-transform: translate(1760px, 0);
		-ms-transform: translate(1760px, 0);
		transform: translate(1760px, 0);
		-webkit-transform: translate3d(1760px, 0, 0);
		transform: translate3d(1760px, 0, 0)
	}
}

html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:2200px) {
	html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout {
		-webkit-transform: translate(-1760px, 0);
		-ms-transform: translate(-1760px, 0);
		transform: translate(-1760px, 0);
		-webkit-transform: translate3d(-1760px, 0, 0);
		transform: translate3d(-1760px, 0, 0)
	}
}

.mm-columns.mm-offcanvas.mm-bottom,
.mm-columns.mm-offcanvas.mm-top {
	width: 100%;
	max-width: 100%;
	min-width: 100%
}

html.mm-opening .mm-columns.mm-offcanvas.mm-front,
html.mm-opening .mm-columns.mm-offcanvas.mm-next {
	-webkit-transition-property: width, min-width, max-width, -webkit-transform;
	transition-property: width, min-width, max-width, -webkit-transform;
	transition-property: width, min-width, max-width, transform;
	transition-property: width, min-width, max-width, transform, -webkit-transform
}

.mm-divider>span {
	overflow: hidden;
	padding: 0;
	line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
	display: none
}

.mm-fixeddivider {
	background: inherit;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
	content: none!important;
	display: none!important
}

.mm-hasdividers .mm-fixeddivider {
	display: block
}

.mm-menu .mm-fixeddivider span {
	background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.mm-menu.mm-dropdown {
	height: 80%
}

html.mm-dropdown .mm-slideout {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	z-index: 0
}

html.mm-dropdown #mm-blocker {
	-webkit-transition-delay: 0s!important;
	transition-delay: 0s!important;
	z-index: 1
}

html.mm-dropdown .mm-menu {
	z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
	display: none
}

.mm-menu.mm-tip:before {
	content: '';
	background: inherit;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
	left: 22px
}

.mm-menu.mm-tipright:before {
	right: 22px
}

.mm-menu.mm-tiptop:before {
	top: -8px
}

.mm-menu.mm-tipbottom:before {
	bottom: -8px
}

.mm-iconpanel .mm-panels>.mm-panel {
	-webkit-transition-property: left, -webkit-transform;
	transition-property: left, -webkit-transform;
	transition-property: transform, left;
	transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panels>.mm-panel.mm-opened,
.mm-iconpanel .mm-panels>.mm-panel.mm-subopened {
	border-left: 1px solid;
	border-color: inherit;
	display: block!important
}

.mm-iconpanel .mm-panels>.mm-panel.mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
	left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
	left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
	left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
	left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
	left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
	left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
	left: 240px
}

.mm-subblocker {
	background: inherit;
	opacity: 0;
	display: block;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
	opacity: .6;
	bottom: -100000px
}

.mm-keyboardfocus a:focus {
	outline: 0
}

.mm-menu.mm-keyboardfocus a:focus {
	background: rgba(255, 255, 255, .5)
}

.mm-navbars-bottom,
.mm-navbars-top {
	background: inherit;
	border-color: inherit;
	border-width: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3
}

.mm-navbars-bottom>.mm-navbar,
.mm-navbars-top>.mm-navbar {
	border: none;
	padding: 0;
	position: relative;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-navbars-top {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	top: 0
}

.mm-navbars-bottom {
	border-top-style: solid;
	border-top-width: 1px;
	bottom: 0
}

.mm-navbar.mm-hasbtns {
	padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
	box-sizing: border-box;
	display: block;
	float: left
}

.mm-navbar .mm-breadcrumbs {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 17px
}

.fa-fw,
.fa-li,
.mfp-container,
.mm-indexer,
.mm-noresultsmsg {
	text-align: center
}

.mm-navbar .mm-breadcrumbs>* {
	display: inline-block;
	padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
	text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
	margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
	margin-left: 0;
	padding-left: 0
}

.mm-hasnavbar-top-1 .mm-panels {
	top: 40px
}

.mm-hasnavbar-top-2 .mm-panels {
	top: 80px
}

.mm-hasnavbar-top-3 .mm-panels {
	top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
	top: 160px
}

.mm-hasnavbar-bottom-1 .mm-panels {
	bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels {
	bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels {
	bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
	bottom: 160px
}

.mm-navbar-size-2 {
	height: 80px
}

.mm-navbar-size-3 {
	height: 120px
}

.mm-navbar-size-4 {
	height: 160px
}

.mm-navbar-content-2>* {
	width: 50%
}

.mm-navbar-content-3>* {
	width: 33.33%
}

.mm-navbar-content-4>* {
	width: 25%
}

.mm-navbar-content-5>* {
	width: 20%
}

.mm-navbar-content-6>* {
	width: 16.67%
}

.mm-menu.mm-rtl.mm-offcanvas {
	right: auto
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
	-webkit-transform: translate(30%, 0);
	-ms-transform: translate(30%, 0);
	transform: translate(30%, 0);
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
	left: auto;
	right: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
	right: auto;
	left: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after {
	left: 0;
	right: 20px
}

.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next) {
	padding-left: 10px;
	padding-right: 20px!important;
	margin-right: 0!important
}

.mm-menu.mm-rtl .mm-listview .mm-next {
	right: auto;
	left: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
	left: auto;
	right: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-menu.mm-rtl .mm-listview .mm-next+a,
.mm-menu.mm-rtl .mm-listview .mm-next+span {
	margin-left: 50px
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span {
	padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter {
	left: 45px;
	right: auto
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+span {
	margin-left: 90px
}

.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span {
	padding-left: 90px
}

.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
	left: 20px;
	right: auto!important
}

.mm-menu.mm-rtl label.mm-toggle+a,
.mm-menu.mm-rtl label.mm-toggle+span {
	padding-left: 80px
}

.mm-menu.mm-rtl label.mm-check+a,
.mm-menu.mm-rtl label.mm-check+span {
	padding-left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle {
	left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
	margin-left: 50px
}

.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
	padding-left: 70px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span {
	padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle {
	left: 100px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span {
	margin-left: 90px
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
	left: 0
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
	-webkit-transition-property: right, -webkit-transform;
	transition-property: right, -webkit-transform;
	transition-property: transform, right;
	transition-property: transform, right, -webkit-transform
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
	right: 0
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
	right: 40px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
	right: 80px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
	right: 120px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
	right: 160px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
	right: 200px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
	right: 240px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
	border-left: none;
	border-right: 1px solid;
	border-color: inherit
}

.mm-search,
.mm-search input {
	box-sizing: border-box
}

.mm-search {
	height: 40px;
	padding: 7px 10px 0;
	position: relative
}

.mm-search input {
	border: none!important;
	outline: 0!important;
	box-shadow: none!important;
	border-radius: 4px;
	font: inherit;
	font-size: 14px;
	line-height: 26px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	margin: 0;
	padding: 0 10px
}

.mm-search input::-ms-clear {
	display: none
}

.mm-search .mm-clear,
.mm-search .mm-next {
	right: 0
}

.mm-panel>.mm-search {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.mm-panel.mm-hassearch {
	padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
	padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar>.mm-search {
	top: 40px
}

.mm-noresultsmsg {
	font-size: 21px;
	padding: 40px 0
}

.mm-noresults .mm-indexer {
	display: none!important
}

li.mm-nosubresults>a.mm-next {
	display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
	padding-right: 10px
}

.mm-menu .mm-search input {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-indexer a,
.mm-menu .mm-noresultsmsg {
	color: rgba(0, 0, 0, .3)
}

.mm-indexer {
	background: inherit;
	font-size: 12px;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100px;
	z-index: 15;
	-webkit-transition: right .4s ease;
	transition: right .4s ease;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-indexer a {
	text-decoration: none;
	display: block;
	height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
	padding-right: 40px
}

.mm-hasindexer .mm-indexer {
	right: 0
}

.mm-hasindexer .mm-fixeddivider {
	right: 20px
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
	-webkit-transition: background .4s ease;
	transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
	background: rgba(255, 255, 255, .5)
}

input.mm-check,
input.mm-toggle {
	position: absolute;
	left: -10000px
}

label.mm-check,
label.mm-toggle {
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
	content: '';
	display: block
}

.fa,
.fa-stack {
	display: inline-block
}

label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-top: -15px
}

label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
	float: right
}

label.mm-check {
	width: 30px;
	height: 30px;
	margin-top: -15px
}

label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: .1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
	opacity: 1
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
	bottom: auto;
	margin-top: 0;
	top: 5px
}

label.mm-toggle+a,
label.mm-toggle+span {
	padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
	padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
	right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
	margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
	padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
	padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
	right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
	margin-right: 90px
}

.fa.fa-pull-left,
.fa.pull-left {
	margin-right: .3em
}

.mm-menu label.mm-toggle {
	background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
	background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu label.mm-check:before {
	border-color: rgba(0, 0, 0, .75)
}


/*!
* animate.css -http://daneden.me/animate
* Version - 3.6.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

@keyframes pulse {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

@keyframes rubberBand {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

@keyframes tada {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

@keyframes wobble {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.bounceOut,
.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

.flipInY,
.flipOutX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
	margin-left: .3em
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	-webkit-border-radius: .1em;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right,
.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

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

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

.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
	content: ''
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.lSSlideOuter,
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.mfp-bg,
.mfp-wrap {
	position: fixed
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	z-index: 1043;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	position: absolute;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-close,
.mfp-preloader {
	text-align: center;
	position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	top: 50%;
	width: auto;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	right: 0;
	top: 0;
	text-decoration: none;
	opacity: .65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.lSSlideWrapper,
.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000
}

.mfp-figure:after,
img.mfp-img {
	width: auto;
	height: auto;
	display: block
}

img.mfp-img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure:after {
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.lSAction>a,
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
	screen and (max-height:300px) {
		.mfp-img-mobile .mfp-image-holder {
			padding-left: 0;
			padding-right: 0
		}
		.mfp-img-mobile img.mfp-img {
			padding: 0
		}
		.mfp-img-mobile .mfp-figure:after {
			top: 0;
			bottom: 0
		}
		.mfp-img-mobile .mfp-figure small {
			display: inline;
			margin-left: 5px
		}
		.mfp-img-mobile .mfp-bottom-bar {
			background: rgba(0, 0, 0, .6);
			bottom: 0;
			margin: 0;
			top: auto;
			padding: 3px 5px;
			position: fixed;
			-webkit-box-sizing: border-box;
			box-sizing: border-box
		}
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0
		}
		.mfp-img-mobile .mfp-counter {
			right: 5px;
			top: 3px
		}
		.mfp-img-mobile .mfp-close {
			top: 0;
			right: 0;
			width: 35px;
			height: 35px;
			line-height: 35px;
			background: rgba(0, 0, 0, .6);
			position: fixed;
			text-align: center;
			padding: 0
		}
}

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
	position: relative
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}


/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */


/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none
}

.lSSlideOuter .lSPager.lSGallery,
.selectric .label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow: hidden
}

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

.lightSlider {
	overflow: hidden;
	margin: 0
}

.lSSlideWrapper {
	overflow: hidden
}

.lSSlideWrapper>.lightSlider:after {
	clear: both
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade>* {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade>.active {
	z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #222;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #428bca
}

.lSSlideOuter .media {
	opacity: .8
}

.lSSlideOuter .media.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
	list-style: none;
	padding-left: 0;
	margin: 0;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius .12s linear 0s .35s linear 0s;
	-webkit-transition: -webkit-border-radius .12s linear 0s .35s linear 0s;
	transition: -webkit-border-radius .12s linear 0s .35s linear 0s;
	transition: border-radius .12s linear 0s .35s linear 0s;
	transition: border-radius .12s linear 0s .35s linear 0s, -webkit-border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
	content: " ";
	display: table
}

.lSAction>a,
.selectric-open .selectric-items {
	display: block
}

.lSSlideOuter .lSPager.lSGallery:after {
	clear: both
}

.lSAction>a {
	width: 32px;
	top: 50%;
	height: 32px;
	background-image: url(../img/controls.png);
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: .5;
	-webkit-transition: opacity .35s linear 0s;
	transition: opacity .35s linear 0s
}

.lSAction>a:hover {
	opacity: 1
}

.lSAction>.lSPrev {
	background-position: 0 0;
	left: 10px
}

.lSAction>.lSNext {
	background-position: -32px 0;
	right: 10px
}

.lSAction>a.disabled {
	pointer-events: none
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	overflow: hidden
}

.selectric .button,
.selectric .label {
	height: 38px;
	line-height: 38px;
	display: block
}

.lSSlideOuter.vertical {
	position: relative
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute!important;
	top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
	width: 100%!important;
	max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	padding-left: 0;
	list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
	padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
	float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
	float: right!important
}

@-webkit-keyframes rightEnd {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -15px
	}
}

@keyframes rightEnd {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -15px
	}
}

@-webkit-keyframes topEnd {
	0%,
	100% {
		top: 0
	}
	50% {
		top: -15px
	}
}

@keyframes topEnd {
	0%,
	100% {
		top: 0
	}
	50% {
		top: -15px
	}
}

@-webkit-keyframes leftEnd {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 15px
	}
}

@keyframes leftEnd {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 15px
	}
}

@-webkit-keyframes bottomEnd {
	0%,
	100% {
		bottom: 0
	}
	50% {
		bottom: -15px
	}
}

@keyframes bottomEnd {
	0%,
	100% {
		bottom: 0
	}
	50% {
		bottom: -15px
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd .3s;
	animation: topEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd .3s;
	animation: bottomEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}

.lightSlider.lsGrab>* {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lightSlider.lsGrabbing>* {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.selectric-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-responsive {
	width: 100%
}

.selectric {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #f8f8f8;
	position: relative;
	overflow: hidden
}

.selectric .label {
	margin: 0 38px 0 10px;
	font-size: 12px;
	color: #444;
	user-select: none
}

.selectric-disabled,
.selectric-items .disabled {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.selectric .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	background-color: #f8f8f8;
	color: #bbb;
	text-align: center;
	font: 0/0 a
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #bbb;
	border-bottom: none
}

.selectric-focus .selectric {
	border-color: #aaa
}

.selectric-hover .selectric {
	border-color: #c4c4c4
}

.selectric-hover .selectric .button {
	color: #a2a2a2
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2
}

.selectric-open {
	z-index: 9999
}

.selectric-open .selectric {
	border-color: #c4c4c4
}

.selectric-disabled {
	opacity: .5;
	cursor: default;
	user-select: none
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-hide-select select {
	position: absolute;
	left: -100%
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0
}

.selectric-input {
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	overflow: hidden!important;
	clip: rect(0, 0, 0, 0)!important;
	margin: 0!important;
	padding: 0!important;
	width: 1px!important;
	height: 1px!important;
	outline: 0!important;
	border: none!important;
	background: 0 0!important
}

.selectric-temp-show {
	position: absolute!important;
	visibility: hidden!important;
	display: block!important
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f8f8f8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	-webkit-box-shadow: 0 0 10px -6px;
	box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%
}

.selectric-items li,
.selectric-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer
}

.selectric-items li.selected {
	background: #e0e0e0;
	color: #444
}

.selectric-items li.highlighted {
	background: #d0d0d0;
	color: #444
}

.selectric-items li:hover {
	background: #d5d5d5;
	color: #444
}

.selectric-items .disabled {
	opacity: .5;
	cursor: default!important;
	background: 0 0!important;
	color: #666!important;
	user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0 0;
	color: #444
}

.selectric-items .selectric-group.disabled li {
	opacity: 1
}

.ui-slider-left-arrow.edge div,
.ui-slider-right-arrow.edge div {
	opacity: .25
}

.selectric-items .selectric-group li {
	padding-left: 25px
}

.ui-slider-tabs-list-wrapper {
	position: relative;
	width: 100%;
	font-family: Arial, sans-serif;
	margin: 0 0 -1px;
	z-index: 50
}

.ui-slider-tabs-list-wrapper.bottom {
	margin: -1px 0 0
}

.ui-slider-tabs-list-container {
	overflow: hidden
}

.ui-slider-tabs-list {
	padding: 0;
	margin: 0;
	list-style: none
}

.ui-slider-tabs-list li {
	display: inline-block;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	background: #fcfcfc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #fcfcfc 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f5f5f5));
	background: linear-gradient(top, #fcfcfc 0, #f5f5f5 100%)
}

.ui-slider-tabs-list li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	margin: 0
}

.ui-slider-tabs-list li a:hover {
	color: #000
}

.ui-slider-tabs-list li.selected {
	border-bottom-color: #fff;
	border-top-color: #cfcfcf;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #fff 0, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: linear-gradient(top, #fff 0, #fff 100%)
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected {
	border-top-color: #fff;
	border-bottom-color: #cfcfcf
}

.ui-slider-tabs-list li.selected a {
	cursor: default;
	color: #000
}

.ui-slider-tabs-list li:first-of-type {
	border-left: 1px solid #cfcfcf
}

.ui-slider-tabs-content-container {
	position: relative;
	border: 1px solid #cfcfcf;
	z-index: 1;
	overflow: hidden;
	background-color: #fff
}

.ui-slider-tab-content {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	padding: 10px
}

.ui-slider-left-arrow,
.ui-slider-left-arrow.edge:hover,
.ui-slider-right-arrow,
.ui-slider-right-arrow.edge:hover {
	display: block;
	position: absolute;
	border: 1px solid #cfcfcf;
	background: #fcfcfc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #fcfcfc 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f5f5f5));
	background: linear-gradient(top, #fcfcfc 0, #f5f5f5 100%)
}

.ui-slider-left-arrow:hover,
.ui-slider-right-arrow:hover {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #fff 0, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: linear-gradient(top, #fff 0, #fff 100%)
}

.ui-slider-left-arrow div,
.ui-slider-right-arrow div {
	background-repeat: no-repeat;
	background-position: center center;
	height: inherit
}

.ui-slider-left-arrow {
	left: 0;
	top: 0;
	-webkit-box-shadow: 2px 0 1px rgba(0, 0, 0, .06);
	box-shadow: 2px 0 1px rgba(0, 0, 0, .06);
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px
}

.ui-slider-left-arrow div {
	background-image: url(images/leftArrow.png)
}

.ui-slider-left-arrow.edge {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.ui-slider-right-arrow {
	top: 0;
	right: 0;
	-webkit-box-shadow: -2px 0 1px rgba(0, 0, 0, .06);
	box-shadow: -2px 0 1px rgba(0, 0, 0, .06);
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px
}

.ui-slider-right-arrow div {
	background-image: url(images/rightArrow.png)
}

.ui-slider-right-arrow.edge {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.ui-slider-tabs-indicator-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center
}

.ui-slider-tabs-indicator {
	width: 10px;
	height: 10px;
	background-image: url(images/indicator.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer
}

.ui-slider-tabs-leftPanelArrow,
.ui-slider-tabs-rightPanelArrow {
	position: absolute;
	width: 30px;
	height: 35px;
	background-position: center center;
	cursor: pointer;
	background-repeat: no-repeat
}

.ui-slider-tabs-indicator.selected {
	background-image: url(images/indicatorActive.png)
}

.ui-slider-tabs-leftPanelArrow {
	left: 0;
	background-image: url(images/leftPanelArrow.png);
	opacity: .5;
	-moz-opacity: .5
}

.ui-slider-tabs-rightPanelArrow {
	right: 0;
	background-image: url(images/rightPanelArrow.png);
	opacity: .5;
	-moz-opacity: .5
}

.ui-slider-tabs-leftPanelArrow.showOnHover,
.ui-slider-tabs-rightPanelArrow.showOnHover {
	opacity: 0;
	display: none
}

.ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover,
.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover {
	opacity: .5;
	display: inline-block
}

.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover {
	opacity: 1
}

.choices {
	position: relative;
	margin-bottom: 24px;
	font-size: 16px
}

.choices:focus {
	outline: 0
}

.choices:last-child {
	margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #eaeaea;
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.choices.is-disabled .choices__item {
	cursor: not-allowed
}

.choices[data-type*=select-one] {
	cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
	padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin: 0
}

.choices[data-type*=select-one] .choices__button {
	background-image: url(../../icons/cross-inverse.svg);
	padding: 0;
	background-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 25px;
	height: 20px;
	width: 20px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
	opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
	-webkit-box-shadow: 0 0 0 2px #00bcd4;
	box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333 transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
	border-color: transparent transparent #333;
	margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
	left: 11.5px;
	right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
	right: auto;
	left: 0;
	margin-left: 25px;
	margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
	cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	border-left: 1px solid #008fa1;
	background-image: url(../../icons/cross.svg);
	background-size: 8px;
	width: 8px;
	line-height: 1;
	opacity: .75;
	margin: 0 -4px 0 8px
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
	opacity: 1
}

.choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f9f9f9;
	padding: 7.5px 7.5px 3.75px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2.5px;
	border-radius: 2.5px;
	font-size: 14px;
	min-height: 44px;
	overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
	border-color: #b7b7b7
}

.is-open .choices__inner {
	-webkit-border-radius: 2.5px 2.5px 0 0;
	border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
	-webkit-border-radius: 0 0 2.5px 2.5px;
	border-radius: 0 0 2.5px 2.5px
}

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

.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%
}

[dir=rtl] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px
}

.choices__list--single .choices__item {
	width: 100%
}

.choices__list--multiple {
	display: inline
}

.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 3.75px;
	margin-bottom: 3.75px;
	background-color: #00bcd4;
	border: 1px solid #00a5bb;
	color: #fff;
	word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaa;
	border: 1px solid #919191
}

.choices__list--dropdown {
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	top: 100%;
	margin-top: -1px;
	-webkit-border-bottom-left-radius: 2.5px;
	border-bottom-left-radius: 2.5px;
	-webkit-border-bottom-right-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all
}

.choices__list--dropdown.is-active {
	display: block
}

.is-open .choices__list--dropdown {
	border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	-webkit-border-radius: .25rem .25rem 0 0;
	border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
	text-align: right
}

@media (min-width:640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px
	}
	.choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: 12px;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	[dir=rtl] .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px
	}
	[dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
		right: auto;
		left: 10px
	}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after,
.choices__placeholder {
	opacity: .5
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2
}

.choices__item {
	cursor: default
}

.choices__item--selectable {
	cursor: pointer
}

.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .5
}

.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray
}

.mm-menu,
.mm-menu .mm-navbar .mm-title {
	color: #113d85
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.choices__button:focus {
	outline: 0
}

.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background-color: #f9f9f9;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px
}

.mm-menu .mm-listview,
.mm-menu .mm-navbar .mm-title,
.widget .title {
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.choices__input:focus {
	outline: 0
}

[dir=rtl] .choices__input {
	padding-right: 2px;
	padding-left: 0
}

.mm-menu {
	background: #fff;
	border-color: #e5e5e5
}

.mm-menu .mm-panels>.mm-panel:before {
	height: 60px
}

.mm-menu .mm-navbar {
	line-height: 60px;
	height: 80px
}

.mm-menu .mm-navbar .mm-btn {
	height: 80px
}

.mm-menu .mm-navbar .mm-prev:before {
	height: 10px;
	width: 10px;
	border-color: #3993dd
}

.mm-menu .mm-listview>li.blue {
	color: #3993dd
}

.mm-menu .mm-listview>li>a {
	padding: 30px
}

.mm-menu .mm-listview>li:not(.mm-divider):after {
	left: 0
}

.mm-menu .mm-listview>li .mm-next {
	border-left: 1px solid #e5e5e5
}

.mm-menu .mm-listview>li .mm-next:before {
	display: none
}

.mm-menu .mm-listview>li .mm-next:after {
	right: 27px;
	height: 10px;
	width: 10px;
	border-color: #ffcd00
}

.widget {
	padding: 40px 30px;
	border-bottom: 1px solid #eaeaea
}

.widget .title {
	text-transform: uppercase;
	color: #113d85;
	margin-bottom: 24px
}

.widget.widget-banner .banner {
	background-size: cover;
	min-height: 250px;
	height: 40vh;
	position: relative
}

.widget.widget-banner .banner .b_tton {
	position: absolute;
	left: 30px;
	bottom: 30px
}

.widget.widget-tags .post-categories li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px
}

.widget.widget-instagramm {
	padding-bottom: 10px
}

.widget.widget-instagramm .title {
	font-size: 20px;
	text-transform: none
}

.widget.widget-instagramm .title a {
	display: inline-block;
	color: #3993dd
}

.widget.widget-instagramm .gall-wrap a {
	display: block;
	width: 100%;
	height: 100%
}

.widget.widget-instagramm .gall-wrap img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 30px
}

.widget.widget-socials {
	padding: 0
}

.widget.widget-socials ul {
	width: 100%
}

.widget.widget-socials ul li {
	border-right: 1px solid #eaeaea;
	text-align: center;
	display: block;
	float: left;
	margin: 0;
	width: 25%
}

.widget.widget-socials ul li a {
	padding: 25px 0;
	display: inline-block;
	width: 100%
}

.widget.widget-socials ul li i {
	color: #113d85;
	-webkit-transition: all .25s;
	transition: all .25s
}

.widget.widget-socials ul li:hover i {
	color: #ffcd00
}

.section-cards {
	background-color: #e2f1fe;
	padding: 10vh 0 11vh
}

.section-cards .cards-titling-wrap {
	text-align: center;
	padding-bottom: 10vh
}

.section-cards .cards-titling-wrap .cards-title {
	font-size: 28px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #113d85;
	margin-bottom: 20px
}

.section-cards .cards-titling-wrap .cards-subtitle {
	color: #112c42;
	font-size: 22px;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	margin-bottom: 20px
}

.about-us-page .section-1 .slogan-wrap p,
.about-us-page .section-2 .cards-wrap .card-item .col-text h3,
.section-cards .card-item .col-text h3,
.section-cards .cards-titling-wrap .cards-title-link,
.section-home-adaptors-banner .home-adaptors-banner .banner-subtitle,
.section-home-adaptors-banner .home-adaptors-banner .banner-title,
.section-home-featured-products .featured-product-title,
.section-home-video-banner-v2 .b_tton,
.section-insta-carousel .title.right a,
.section-magazine .title-item .inner-wrap .title {
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.section-cards .cards-titling-wrap .cards-title-link {
	color: #113d85;
	font-size: 18px;
	border-bottom: 3px solid #bdcee4;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.section-cards .cards-titling-wrap .cards-title-link:hover {
	color: #3993dd;
	border-color: #3993dd
}

.section-cards .card-item {
	margin-bottom: 40px;
	height: 50vh;
	min-height: 400px;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1)
}

.section-cards .card-item:last-of-type {
	margin-bottom: 0
}

.section-cards .card-item .col-text-inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 16%
}

.section-cards .card-item .col-text {
	position: relative;
	vertical-align: middle;
	float: left;
	width: 50%;
	height: 100%;
	background-color: #fff
}

.section-cards .card-item .col-text h3,
.section-cards .card-item .col-text h2,
.section-cards .card-item .col-text > div > div {
	font-size: 24px;
	margin-bottom: 25px;
	color: #113d85;
	font-weight: 500;
}

.section-cards .card-item .col-text p {
	font-size: 18px
}

.section-cards .card-item .col-text .b_tton {
	margin-top: 40px
}

.section-cards .card-item .col-img {
	float: left;
	width: 50%;
	height: 100%;
	background-size: cover
}

.contact-us-page .wpcf7-form .b_tton,
.section-cards .card-item.inverse .col-img,
.section-cards .card-item.inverse .col-text {
	float: right
}

.section-cards.large .card-item .col-text h3,
.section-cards.large .card-item .col-text h2 {
	font-size: 28px;
	margin-bottom: 8px
}

.section-cards.large .card-item .col-text p {
	font-size: 21px;
	line-height: 2
}

.section-home-adaptors-banner {
	overflow: hidden;
	padding: 12vh 0;
	background-size: cover;
	text-align: center
}

.section-home-adaptors-banner .home-adaptors-banner {
	max-width: 100%;
	display: inline-block;
	background-color: #fff;
	color: #113d85;
	padding: 29px 20px 20px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .06);
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.section-home-adaptors-banner .home-adaptors-banner .icon svg {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block
}

.section-home-adaptors-banner .home-adaptors-banner .banner-title {
	font-size: 28px;
	margin: 10px 0 25px;
	line-height: 1.4
}

.section-home-adaptors-banner .home-adaptors-banner .banner-subtitle {
	font-size: 19px;
	margin: 20px 0 30px
}

.section-home-adaptors-banner .home-adaptors-banner .b_tton {
	font-size: 20px;
	width: 100%
}

.section-home-featured-products {
	background-color: #e2f1fe;
	padding: 11vh 0 7vh
}

.section-home-featured-products .featured-product-title {
	text-align: center;
	color: #113d85;
	font-size: 28px;
	line-height: 1;
	margin: 0 0 11vh
}

.section-home-image-banner {
	background-color: #e2f1fe;
	padding: 0 0 11vh
}

.section-home-image-banner .image-banner {
	width: 100%;
	height: auto;
	max-width: 100%
}

.section-home-video-banner-v2 {
	overflow: hidden;
	padding: 24vh 0;
	background-size: cover;
	text-align: center
}

.section-home-video-banner-v2 .home-video-banner-title {
	color: #112c42;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 10px
}

.section-home-video-banner-v2 .home-video-banner-product-name {
	color: #113d85;
	font-size: 28px;
	line-height: 1;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.section-home-video-banner-v2 .home-video-banner-stars-wrap {
	display: block;
	padding: 18px 0 14px;
	margin: 0;
	text-align: center
}

.section-home-video-banner-v2 .home-video-banner-stars-wrap .star {
	display: inline-block;
	width: 24px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/star-accent-icon.png);
	margin: 0 4px
}

.section-home-video-banner-v2 .video-link {
	position: relative;
	color: #113d85;
	margin-bottom: 14px;
	padding-left: 40px
}

.section-home-video-banner-v2 .video-link:after {
	content: ' ';
	display: block;
	position: absolute;
	top: -webkit-calc(50% - 7px);
	top: calc(50% - 7px);
	left: 20px;
	width: 9px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/play-icon-blue.png)
}

.section-home-video-banner-v2 .video-link:hover {
	color: #fff
}

.section-home-image-video-banner {
	height: 50vh;
	min-height: 450px;
	position: relative;
	overflow: hidden
}

.section-home-image-video-banner .content-wrap {
	height: 100%;
	width: 100%;
	overflow: hidden
}

.section-home-image-video-banner .content-wrap video {
	object-fit: cover;
	position: absolute;
	height: auto;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}

.section-home-image-video-banner .hover-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(57, 147, 221, .5);
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
	visibility: visible
}

.section-home-image-video-banner .hover-wrap.hide {
	visibility: hidden;
	opacity: 0
}

.section-home-image-video-banner .hover-wrap .desc-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.section-home-image-video-banner .hover-wrap p {
	color: #fff;
	font-size: 18px
}

.section-home-image-video-banner .hover-wrap .b_tton {
	margin-top: 30px
}

.section-magazine {
	height: 100%;
	min-height: 500px;
	background-color: #ebf4fc
}

.section-magazine .title-item {
	height: 60vh;
	min-height: 500px;
	position: relative
}

.section-magazine .title-item .inner-wrap {
	position: absolute;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	padding: 25% 45px;
	background-color: #fff;
	left: 15%;
	top: 15%;
	width: 70%;
	height: 70%;
	text-align: center
}

.section-magazine .title-item .inner-wrap .title {
	color: #113d85;
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 50px
}

.section-magazine .title-item .inner-wrap .b_tton {
	margin-bottom: 40px
}

.section-magazine .title-item .inner-wrap .arrow-icon {
	display: inline-block;
	width: auto
}

.section-magazine .title-item:hover .inner-wrap .arrow-icon {
	-webkit-animation-name: arrow-move;
	animation-name: arrow-move;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-iteration-count: 15;
	animation-iteration-count: 15
}

.section-magazine .magazine-item {
	height: 60vh;
	min-height: 500px;
	position: relative;
	overflow: hidden
}

.section-magazine .magazine-item:before {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), color-stop(45%, transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8) 0, transparent 45%);
	background: linear-gradient(to top, rgba(0, 0, 0, .8) 0, transparent 45%);
	-webkit-transition: all .25s;
	transition: all .25s;
	z-index: 2
}

.section-magazine .magazine-item .bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s;
	transition: all 3s;
	z-index: 1
}

.section-magazine .magazine-item .desc-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	z-index: 2;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.section-magazine .magazine-item .desc-wrap .title {
	margin-top: 30px;
	color: #fff;
	font-size: 24px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out
}

.section-magazine .magazine-item .desc-wrap .post-categories li {
	padding: 7px 12px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px
}

.section-magazine .magazine-item:hover .desc-wrap {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

.section-magazine .magazine-item:hover .desc-wrap .title {
	color: #ffcd00
}

.section-magazine .magazine-item:hover .bg-wrap {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.about-us-page .section-1 {
	padding: 10vh 0
}

.about-us-page .section-1 .slogan-wrap {
	padding: 5vh 0;
	position: relative
}

.about-us-page .section-1 .slogan-wrap:before {
	content: ' ';
	position: absolute;
	right: -40px;
	bottom: 2vh;
	width: 78px;
	height: 68px;
	background-image: url(../img/quote-icon-accent.png);
	z-index: -1
}

.about-us-page .section-1 .slogan-wrap p {
	color: #113d85;
	font-size: 30px;
	line-height: 1.2
}

.about-us-page .section-1 .text-wrap a {
	color: #3993dd
}

.about-us-page .section-1 .text-wrap b {
	color: #113d85
}

.about-us-page .section-1 .text-wrap p {
	margin-bottom: 20px
}

.about-us-page .section-2 {
	background-color: #ebf4fc
}

.about-us-page .section-2 .cards-wrap .card-item {
	display: table
}

.about-us-page .section-2 .cards-wrap .card-item:last-of-type {
	margin-bottom: 0
}

.about-us-page .section-2 .cards-wrap .card-item .col-text {
	display: table-cell;
	width: 50%;
	padding: 6%
}

.about-us-page .section-2 .cards-wrap .card-item .col-text h3 {
	font-size: 22px;
	margin-bottom: 40px;
	color: #113d85;
	position: relative;
	line-height: 1
}

.about-us-page .section-2 .cards-wrap .card-item .col-text h3:before {
	content: ' ';
	position: absolute;
	left: -60px;
	bottom: 15%;
	width: 30px;
	height: 3px;
	background-color: #ffcd00
}

.about-us-page .section-2 .cards-wrap .card-item .col-text p {
	font-size: 16px;
	color: #113d85
}

.about-us-page .section-2 .cards-wrap .card-item .inner {
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	padding: 15% 60px
}

.about-us-page .section-2 .cards-wrap .card-item .inner a {
	color: #3993dd
}

.about-us-page .section-2 .cards-wrap .card-item .col-img {
	display: table-cell;
	width: 50%;
	background-size: cover;
	background-position: 50% 50%
}

.section-insta-carousel {
	padding: 8vh 0 9vh
}

.section-insta-carousel .title {
	font-size: 24px;
	margin-bottom: 8vh
}

.section-insta-carousel .title.left {
	text-align: right;
	color: #3993dd
}

.section-insta-carousel .title.right a {
	color: #113d85
}

.not-found-page .page-title,
.offices-page .offices-list-wrap .item .title,
.offices-page .page-title,
.terms-page .title {
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.section-insta-carousel .insta-carousel .item {
	min-height: 30vh;
	position: relative;
	overflow: hidden
}

.section-insta-carousel .insta-carousel .item .bg-img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s;
	transition: all 3s
}

.not-found-page .page-title:before,
.offices-page .page-title:before,
.terms-page .title:before {
	background-color: #ffcd00;
	height: 2px;
	width: 50vw;
	bottom: 9px;
	content: ' '
}

.section-insta-carousel .insta-carousel .item:hover .bg-img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.not-found-page {
	padding: 0 0 10vh
}

.not-found-page .page-header {
	padding: 10vh 0 12vh
}

.not-found-page .page-title {
	color: #113d85;
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 60px
}

.not-found-page .page-title:before {
	position: absolute;
	right: -webkit-calc(100% + 15px);
	right: calc(100% + 15px)
}

.not-found-page .subtitle {
	margin-bottom: 60px
}

.not-found-page .subtitle a {
	color: #3993dd;
	text-decoration: underline
}

.not-found-page .no-products-found-wrap {
	padding: 60px 0 40px
}

.not-found-page .no-products-found-wrap .products {
	padding: 40px 0 0
}

.offices-page {
	padding: 0 0 10vh
}

.offices-page .page-title {
	color: #113d85;
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	margin: 10vh 0 12vh
}

.offices-page .page-title:before {
	position: absolute;
	right: -webkit-calc(100% + 15px);
	right: calc(100% + 15px)
}

.offices-page .offices-list-wrap .item {
	margin-bottom: 75px
}

.offices-page .offices-list-wrap .item .title {
	font-size: 18px;
	line-height: 1;
	color: #113d85;
	margin: 0 0 10px
}

.offices-page .offices-list-wrap .item .subtitle {
	font-size: 18px;
	line-height: 1;
	color: #113d85;
	margin: 0 0 15px
}

.offices-page .offices-list-wrap .item .desc p {
	margin-bottom: 10px
}

.offices-page .offices-list-wrap .item .desc a {
	color: #3993dd
}

.offices-page .offices-list-wrap .item .desc a:hover {
	color: #2b6fa7
}

.terms-page {
	padding: 12vh 0
}

.terms-page .title {
	color: #113d85;
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 12vh
}

.terms-page .title:before {
	position: absolute;
	right: -webkit-calc(100% + 15px);
	right: calc(100% + 15px)
}

.terms-page .section-terms-content p {
	font-size: 16px;
	margin-bottom: 20px
}

.terms-page .section-terms-content a {
	color: #113d85
}

.terms-page .section-terms-content a:hover {
	color: #ffcd00
}

.contact-us-page .title,
.terms-page .section-terms-content table th {
	color: #113d85;
	font-family: Montserrat, sans-serif
}

.terms-page .section-terms-content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px
}

.terms-page .section-terms-content ul li {
	margin-bottom: 20px
}

.terms-page .section-terms-content table {
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	width: 100%;
	max-width: 100%;
	margin-top: 40px
}

.terms-page .section-terms-content table td {
	padding: 15px 25px;
	width: auto
}

.terms-page .section-terms-content table th {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	padding: 20px 25px;
	border-bottom: 1px solid #eaeaea
}

.contact-us-page {
	padding: 12vh 0
}

.contact-us-page .wpcf7-form textarea {
	display: inline-block;
	margin: 0;
	outline: 0;
	line-height: 1;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 205px
}

.contact-us-page .wpcf7-form .input-text,
.contact-us-page .wpcf7-form textarea {
	padding: 17px 20px;
	font-size: 16px;
	margin-bottom: 20px;
	width: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: 400
}

.contact-us-page .wpcf7-form .input-text.wpcf7-not-valid,
.contact-us-page .wpcf7-form textarea.wpcf7-not-valid {
	border-color: red
}

.contact-us-page .wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -35px;
	right: 0;
	font-size: 12px
}

.contact-us-page .wpcf7-form div.wpcf7-validation-errors {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.contact-us-page .title {
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 20px
}

.contact-us-page .title:before {
	content: ' ';
	position: absolute;
	background-color: #ffcd00;
	height: 2px;
	width: 50vw;
	right: -webkit-calc(100% + 15px);
	right: calc(100% + 15px);
	bottom: 9px
}

.contact-us-page .subtitle {
	margin-bottom: 60px
}

.contact-us-page .subtitle a {
	color: #3993dd;
	text-decoration: underline
}

.contact-us-page .contacts-list-wrap {
	padding-top: 64px
}

.contact-us-page .contacts-list-wrap .item {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 40px
}

.contact-us-page .contacts-list-wrap .item p {
	color: #112c42
}

.contact-us-page .contacts-list-wrap .item .title {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	color: #113d85
}

.contact-us-page .contacts-list-wrap .item a {
	color: #3993dd
}

.contact-us-page .contacts-list-wrap .item a:hover {
	color: #2b6fa7
}

.guaranty-page .section-guaranty-slider {
	padding: 90px 0;
	background-color: #ebf4fc
}

.guaranty-page .guaranty-slider {
	width: 100%
}

.guaranty-page .nav-wrap {
	position: relative;
	padding: 0 100px;
	margin-bottom: 40px;
	font-family: Montserrat, sans-serif;
	font-weight: 400
}

.guaranty-page .nav-wrap .tabs-wrap {
	text-align: center
}

.guaranty-page .nav-wrap .tabs-wrap span {
	background: 0 0;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	margin: 0 15px;
	cursor: pointer;
	color: #9d9d9d;
	text-shadow: none
}

.guaranty-page .nav-wrap .tabs-wrap span.active {
	color: #3993dd
}

.guaranty-page .guar-item .lang-title,
.guaranty-page .guar-item .tab-title {
	color: #113d85;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.guaranty-page .nav-wrap .tab-nav span {
	display: inline-block;
	position: absolute;
	top: 1px;
	height: 20px;
	width: 31px;
	cursor: pointer;
	background-repeat: no-repeat
}

.guaranty-page .nav-wrap .tab-nav .prev {
	left: 5%;
	background-image: url(../img/tab-arrow-left.png)
}

.guaranty-page .nav-wrap .tab-nav .next {
	right: 5%;
	background-image: url(../img/tab-arrow-right.png)
}

.guaranty-page .tab-content {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	overflow: hidden
}

.guaranty-page .guar-item {
	position: absolute;
	padding: 45px 0;
	overflow: hidden
}

.guaranty-page .guar-item .lang-title {
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	padding-left: 70px
}

.guaranty-page .guar-item .lang-title:before {
	content: ' ';
	position: absolute;
	bottom: 4px;
	left: -20px;
	width: 50px;
	height: 3px;
	background-color: #ffcd00
}

.guaranty-page .guar-item .tab-title {
	padding-top: 4px;
	font-size: 18px
}

.guaranty-page .guar-item .desc-wrap {
	color: #112c42
}

.guaranty-page .section-about-products .about-product-item .desc-wrap,
.guaranty-page .section-about-products .sec-title,
.guaranty-page .section-guaranty-includes .incudes-item .title,
.guaranty-page .section-guaranty-includes .sec-title {
	color: #113d85;
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.guaranty-page .section-guaranty-includes {
	padding: 60px 0;
	background-color: #fff;
	text-align: center
}

.guaranty-page .section-guaranty-includes .sec-title {
	font-size: 28px;
	margin-bottom: 80px
}

.guaranty-page .section-guaranty-includes .incudes-item {
	text-align: center;
	margin-bottom: 30px
}

.guaranty-page .section-guaranty-includes .incudes-item .title {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 20px
}

.guaranty-page .section-about-products {
	padding: 60px 0;
	background-color: #fafafa;
	text-align: center
}

.guaranty-page .section-about-products .sec-title {
	font-size: 28px;
	margin-bottom: 80px
}

.guaranty-page .section-about-products .about-product-item {
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	margin-bottom: 20px
}

.guaranty-page .section-about-products .about-product-item img {
	max-width: 100%;
	height: auto
}

.guaranty-page .section-about-products .about-product-item .desc-wrap {
	position: relative;
	text-align: left;
	padding: 30px 10px 30px 60px;
	font-size: 27px;
	line-height: 1.4;
	-webkit-transition: all .25s;
	transition: all .25s
}

.guaranty-page .section-about-products .about-product-item .desc-wrap:before {
	content: ' ';
	position: absolute;
	bottom: 42%;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #ffcd00;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.guaranty-page .section-about-products .about-product-item:hover .desc-wrap {
	color: #3993dd
}

.pagination-wrap ul {
	text-align: right
}

.pagination-wrap ul li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px
}

.pagination-wrap ul li .page-numbers {
	position: relative;
	display: inline-block;
	padding: 5px 2px
}

.pagination-wrap ul li .page-numbers:after {
	content: ' ';
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #ffcd00;
	height: 4px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.pagination-wrap ul li .page-numbers.current:after,
.pagination-wrap ul li .page-numbers:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.blog-page .blog-categories-menu-wrap {
	background-color: #f7f7f7;
	border-bottom: 1px solid #eaeaea
}

.blog-page .blog-categories-menu-wrap ul li {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	padding: 20px 0
}

.blog-page .blog-items-wrap .blog-item .img-wrap .post-categories li,
.blogpost-single .post-categories li {
	display: inline-block;
	margin-right: 15px
}

.blog-page .blog-categories-menu-wrap ul li:after {
	content: ' ';
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #ffcd00;
	height: 4px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.blog-page .blog-categories-menu-wrap ul li.current-menu-item:after,
.blog-page .blog-categories-menu-wrap ul li:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.blog-page .blog-categories-menu-wrap ul li a {
	line-height: 1;
	font-size: 14px;
	color: #113d85;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.blog-page .blog-items-wrap {
	padding-top: 90px
}

.blog-page .blog-items-wrap .blog-item {
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	background-color: #fff;
	margin-bottom: 50px
}

.blog-page .blog-items-wrap .blog-item .img-wrap {
	position: relative;
	height: 50vh;
	min-height: 350px;
	background-size: cover;
	background-position: 50% 50%
}

.blog-page .blog-items-wrap .blog-item .img-wrap .post-categories {
	position: absolute;
	bottom: 30px;
	left: 30px
}

.blog-page .blog-items-wrap .blog-item .desc-wrap {
	padding: 40px
}

.blog-page .blog-items-wrap .blog-item .desc-wrap p {
	font-size: 14px;
	color: #112c42;
	margin-bottom: 10px
}

.blog-page .blog-items-wrap .blog-item .desc-wrap .date {
	color: #9d9d9d;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	margin-bottom: 10px
}

.blog-page .blog-items-wrap .blog-item .desc-wrap .title {
	color: #113d85;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px
}

.blog-page .blog-items-wrap .blog-item .desc-wrap .read-more {
	display: inline-block;
	position: relative;
	color: #3993dd;
	text-transform: uppercase;
	margin-left: 30px;
	font-size: 14px
}

.blog-page .blog-items-wrap .blog-item .desc-wrap .read-more:before {
	content: ' ';
	position: absolute;
	top: 45%;
	left: -30px;
	width: 15px;
	height: 2px;
	background-color: #ffcd00;
	-webkit-transition: all .25s;
	transition: all .25s
}

.blog-page .blog-items-wrap .blog-item .desc-wrap .read-more:hover:before {
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px)
}

.blog-page .pagination-wrap {
	padding: 30px 0 40px
}

.blog-page .blog-sidebar {
	border-left: 1px solid #eaeaea
}

.blog-page .blog-sidebar .widget {
	position: relative
}

.blog-page .blog-sidebar .widget:after {
	content: ' ';
	position: absolute;
	right: -100%;
	bottom: -1px;
	height: 1px;
	width: 100%;
	background-color: #eaeaea
}

.blogpost-single .content-wrap img,
.blogpost-single .main-image {
	height: auto;
	width: 100%;
	max-width: 100%
}

.single.single-post .breadcrumbs-wrap {
	border-bottom: 1px solid #eaeaea
}

.blogpost-single {
	padding-top: 70px
}

.blogpost-single .date {
	color: #9d9d9d;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	font-weight: 300
}

.blogpost-single .post-title {
	font-size: 22px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	color: #113d85;
	margin-top: 25px;
	margin-bottom: 25px
}

.blogpost-single .bpost-item .title,
.blogpost-single .sec-title,
.comments-area .comment-reply-title,
.comments-area .comments-title {
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.blogpost-single .post-categories {
	margin-bottom: 50px
}

.blogpost-single .post-categories li {
	margin-bottom: 10px
}

.blogpost-single .post-categories li:hover {
	background-color: #f7f7f7!important
}

.blogpost-single .main-image {
	margin-bottom: 70px
}

.blogpost-single .content-wrap p {
	color: #151b5e;
	font-size: 16px;
	margin-bottom: 20px
}

.blogpost-single .post-footer {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 60px;
	margin-bottom: 60px
}

.blogpost-single .post-footer .author {
	font-size: 16px;
	color: #151b5e;
	padding: 16px 0
}

.blogpost-single .post-footer .social-buttons-wrap {
	width: 100%
}

.blogpost-single .post-footer .social-buttons-wrap ul {
	border: 1px solid #e5e5e5;
	border-bottom: 0
}

.blogpost-single .post-footer .social-buttons-wrap ul li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #e5e5e5
}

.blogpost-single .post-footer .social-buttons-wrap ul li:first-of-type {
	border-left: 0
}

.blogpost-single .post-footer .social-buttons-wrap ul li a {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 16px 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.blogpost-single .post-footer .social-buttons-wrap ul li i {
	font-size: 18px;
	color: #113d85
}

.blogpost-single .post-footer .social-buttons-wrap ul li:hover a {
	background-color: #ebf4fc
}

.blogpost-single .sec-title {
	text-transform: uppercase;
	font-size: 16px;
	color: #113d85;
	margin-bottom: 30px
}

.blogpost-single .bpost-item {
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	background-color: #fff;
	margin-bottom: 25px
}

.blogpost-single .bpost-item .img-wrap {
	height: 20vh;
	min-height: 160px;
	background-position: 50% 50%;
	background-size: cover
}

.blogpost-single .bpost-item .desc-wrap {
	padding: 15px
}

.blogpost-single .bpost-item .date {
	font-size: 14px;
	margin-bottom: 5px
}

.blogpost-single .bpost-item .title {
	line-height: 1.4;
	font-size: 18px;
	color: #113d85;
	-webkit-transition: all .3s;
	transition: all .3s
}

.blogpost-single .bpost-item .title:hover {
	color: #3993dd
}

.blogpost-single .recomended-posts-wrap {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5
}

.blogpost-single .recomended-posts-wrap .bpost-item .desc-wrap {
	min-height: 107px
}

.blogpost-single .resent-posts-sticky-wrap {
	margin-top: 202px;
	margin-bottom: 40px
}

.blogpost-single .recent-posts-wrap {
	padding: 30px 15px 10px;
	border: 1px solid #f0f0f0
}

.blogpost-single .recent-posts-wrap .bpost-item .img-wrap {
	min-height: 180px
}

.comments-area .comment-respond {
	padding: 40px 0 60px
}

.comments-area .comment-reply-title,
.comments-area .comments-title {
	text-transform: uppercase;
	color: #113d85;
	font-size: 16px
}

.comments-area .comments-title {
	margin-bottom: 30px
}

.comments-area .comment-notes,
.comments-area .logged-in-as {
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	color: #929292;
	margin-bottom: 30px
}

.comments-area .comment-form-author {
	display: block;
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px
}

.comments-area .comment-form-email {
	display: block;
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
	float: left;
	margin-bottom: 30px
}

.comments-area .input-text {
	width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.comments-area textarea {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	margin: 0 0 30px;
	outline: 0;
	background-color: #f7f7f7;
	border-color: #f7f7f7!important;
	border: 1px solid #f7f7f7;
	width: 100%;
	resize: vertical
}

.comments-area .form-submit {
	display: inline-block;
	clear: both
}

.comments-area .form-submit .b_tton {
	padding: 20px 50px;
	max-width: 100%
}

.comments-area .comments-list-wrap {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0 60px
}

.comments-area .comment-list .comment {
	margin-bottom: 60px;
	clear: both
}

.comments-area .comment-list .comment .vcard {
	display: block;
	float: left;
	width: 75px;
	margin-right: 25px
}

.comments-area .comment-list .comment .vcard img {
	max-width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.comments-area .comment-list .comment .comment-content {
	float: left;
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px)
}

.comments-area .comment-list .comment .comment-content p {
	color: #9d9d9d
}

.comments-area .comment-list .comment .comment-content .comment-author-name {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	color: #2e5494;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1
}

.comments-area .comment-list .comment .comment-reply-link {
	display: inline-block;
	margin-top: 15px;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-decoration: underline;
	color: #3993dd
}

.comments-area .comment-list .comment.parent .comment {
	margin-top: 60px;
	margin-left: 100px
}

.custom-form-page .contact-form-section {
	padding: 80px 0
}

.custom-form-page .contact-form-section p {
	color: #113d85;
	font-weight: 700
}

.custom-form-page .contact-form-section .wpcf7-form {
	margin-top: 70px
}

.custom-form-page .contact-form-section .wpcf7-form p {
	font-weight: 400
}

.custom-form-page .contact-form-section .wpcf7-form .input-text,
.custom-form-page .contact-form-section .wpcf7-form textarea {
	padding: 17px 20px;
	font-size: 16px;
	margin-bottom: 30px;
	width: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: 400
}

.custom-form-page .contact-form-section .wpcf7-form .input-text.wpcf7-not-valid,
.custom-form-page .contact-form-section .wpcf7-form textarea.wpcf7-not-valid {
	border-color: red
}

.custom-form-page .contact-form-section .wpcf7-form .wpcf7-textarea {
	height: 225px;
	resize: none
}

.custom-form-page .contact-form-section .wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -40px;
	right: 0;
	font-size: 12px
}

.custom-form-page .contact-form-section .wpcf7-form .input-file {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.custom-form-page .contact-form-section .wpcf7-form .file-label {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	color: #9d9d9d;
	height: 55px;
	cursor: pointer;
	display: inline-block;
	padding: 17px 20px;
	margin-bottom: 30px;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #f7f7f7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%
}

.custom-form-page .contact-form-section .wpcf7-form .file-label span {
	color: #b8b8b8;
	float: right;
	font-family: Montserrat, sans-serif;
	font-weight: 300
}

.custom-form-page .contact-form-section .wpcf7-form .file-label .wpcf7-not-valid-tip {
	display: none
}

.custom-form-page .contact-form-section .wpcf7-form div.wpcf7-validation-errors {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.custom-text-page .text-content-section {
	padding: 12vh 0
}

.custom-text-page .text-content-section p {
	font-size: 16px;
	margin: 0 0 20px
}

.custom-text-page .text-content-section p .bukv {
	font-size: 20px;
	color: #3993dd
}

.custom-text-page .text-content-section p a {
	text-decoration: underline;
	color: #3993dd
}

.custom-text-page .text-content-section p a:hover {
	color: #113d85
}

.section-rfid-relevant-products {
	background-color: #e2f1fe;
	padding: 1vh 0 10vh
}

.section-rfid-relevant-products .rfid-product-title {
	text-align: center;
	color: #113d85;
	font-size: 28px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 10vh
}

.page-template-template-adapter-search .breadcrumbs-wrap {
	border-bottom: 1px solid #f5f5f5
}

.adapter-search-page {
	padding: 55px 0 200px
}

.adapter-search-page.found-smth {
	padding-bottom: 0
}

.adapter-search-page .adaptor-finder {
	padding-bottom: 80px
}

.adapter-search-page .adaptor-finder .page-title {
	color: #113d85;
	font-size: 35px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 10px
}

.adapter-search-page .adaptor-finder .page-subtitle,
.adapter-search-page .adaptor-tabs-wrap .tab,
.adapter-search-page .checkboxes-wrap .checkboxes-title,
.adapter-search-page .selects-wrap .choices__inner .choices__item {
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.adapter-search-page .adaptor-finder .page-subtitle {
	color: #113d85;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 25px
}

.adapter-search-page .adaptor-tabs-wrap .tab {
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	display: inline-block;
	padding: 16px 30px 15px;
	min-width: 240px;
	background-color: #f5f5f5;
	color: #113d85;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.adapter-search-page .adaptor-tabs-wrap .tab.active,
.adapter-search-page .adaptor-tabs-wrap .tab:hover {
	background-color: #ffcd00
}

.adapter-search-page .adaptor-tabs-wrap .tab.active:hover {
	background-color: #e6b900
}

.adapter-search-page .adaptor-tabs-wrap .tab:not(:last-child) {
	margin-right: 18px
}

.adapter-search-page .adaptor-contents-wrap .tab-content {
	display: none
}

.adapter-search-page .adaptor-contents-wrap .tab-content.active {
	display: block
}

.adapter-search-page .products-sort-bar {
	border-top: 1px solid #e5e5e5
}

.adapter-search-page .products-sort-bar .count-wrap {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 16px
}

.adapter-search-page .products-sort-bar .count-wrap span {
	text-transform: uppercase;
	color: #ffcd00;
	margin-left: 5px;
	margin-right: 5px
}

.adapter-search-page .checkboxes-wrap {
	padding-bottom: 40px
}

.adapter-search-page .checkboxes-wrap .checkboxes-title {
	color: #113d85;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: 1px
}

.adapter-search-page .checkboxes-wrap label {
	color: #113d85;
	text-transform: none;
	margin: 0
}

.adapter-search-page .checkboxes-wrap .checkbox-item {
	position: relative;
	width: auto;
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	line-height: 1;
	min-width: 105px
}

.adapter-search-page .checkboxes-wrap .checkbox-item:last-of-type {
	margin-right: 0
}

.adapter-search-page .checkboxes-wrap .checkbox-item .item-tooltip {
	position: absolute;
	right: -220px;
	top: -25px;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #113d85;
	width: auto;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .06);
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s
}

.adapter-search-page .checkboxes-wrap .checkbox-item .item-tooltip.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.adapter-search-page .checkboxes-wrap .checkbox-item .item-tooltip:before {
	display: block;
	content: ' ';
	position: absolute;
	top: -webkit-calc(50% - 13px);
	top: calc(50% - 13px);
	left: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 13px 13px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 2
}

.adapter-search-page .checkboxes-wrap .checkbox-item .item-tooltip:after {
	display: block;
	content: ' ';
	position: absolute;
	top: -webkit-calc(50% - 12px);
	top: calc(50% - 12px);
	left: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 13px 13px 0;
	border-color: transparent rgba(0, 0, 0, .1) transparent transparent;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	z-index: 1
}

.adapter-search-page .checkboxes-wrap .checkbox-item input {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px
}

.adapter-search-page .checkboxes-wrap .checkbox-item input+label {
	cursor: pointer
}

.adapter-search-page .checkboxes-wrap .checkbox-item input:not(checked) {
	position: absolute;
	opacity: 0
}

.adapter-search-page .checkboxes-wrap .checkbox-item input:not(checked)+label {
	position: relative;
	padding: 0 0 0 25px
}

.adapter-search-page .checkboxes-wrap .checkbox-item input:not(checked)+label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #113d85
}

.adapter-search-page .checkboxes-wrap .checkbox-item input:not(checked)+label:after {
	content: ' ';
	color: #113d85;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 4px;
	height: 4px;
	background-color: #113d85;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

.adapter-search-page .checkboxes-wrap .checkbox-item input:checked+label:after {
	opacity: 1
}

.adapter-search-page .selects-wrap .selectric {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: none
}

.adapter-search-page .selects-wrap .selectric .label {
	position: relative;
	height: 54px;
	overflow: visible;
	line-height: 54px;
	font-size: 18px;
	margin-right: 54px;
	margin-left: 40px
}

.adapter-search-page .selects-wrap .selectric .label:after {
	position: absolute;
	content: ' ';
	display: block;
	left: -22px;
	top: 16px;
	width: 11px;
	height: 21px;
	background-image: url(../img/apin-icon-active.png);
	z-index: 1
}

.adapter-search-page .selects-wrap .selectric .button {
	background-color: transparent;
	height: 54px;
	line-height: 54px;
	width: 54px
}

.adapter-search-page .selects-wrap .selectric .button:after {
	border: 6px solid transparent;
	border-top-color: #112c42;
	border-bottom: none
}

.adapter-search-page .selects-wrap .selectric-items {
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden
}

.adapter-search-page .selects-wrap .selectric-items li {
	color: #113d85;
	padding: 10px 20px
}

.adapter-search-page .selects-wrap .selectric-items li.highlighted,
.adapter-search-page .selects-wrap .selectric-items li.selected,
.adapter-search-page .selects-wrap .selectric-items li:hover {
	background-color: transparent;
	color: #ffcd00
}

.adapter-search-page .selects-wrap .choices__list--single {
	padding: 0
}

.adapter-search-page .selects-wrap .choices__list--dropdown {
	cursor: auto;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .06);
	margin-top: 0;
	padding: 20px 50px;
	overflow: hidden;
	z-index: 3
}

.adapter-search-page .selects-wrap .choices__list--dropdown:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 18px;
	top: 25px;
	width: 17px;
	height: 16px;
	background-image: url(../img/search-icon-grey.png)
}

.adapter-search-page .selects-wrap .choices__list--dropdown .choices__list::-webkit-scrollbar {
	width: 4px
}

.adapter-search-page .selects-wrap .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
	background-color: #f5f5f5
}

.adapter-search-page .selects-wrap .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
	background-color: #9d9d9d
}

.adapter-search-page .selects-wrap .choices__list--dropdown .choices__input {
	position: relative;
	padding: 0 0 5px;
	font-size: 16px;
	color: #113d85
}

.adapter-search-page .selects-wrap .choices__list--dropdown .choices__item {
	padding: 10px 0;
	font-size: 16px;
	color: #113d85;
	background-color: transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.adapter-search-page .selects-wrap .choices__list--dropdown .choices__item.is-highlighted {
	background-color: transparent;
	color: #ffcd00
}

.adapter-search-page .selects-wrap .choices__list--dropdown .choices__placeholder {
	display: none
}

.adapter-search-page .selects-wrap .choices__inner {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: none;
	padding: 0;
	min-height: 54px;
	line-height: 54px;
	font-size: 18px
}

.adapter-search-page .selects-wrap .choices__inner .choices__item {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	color: #113d85;
	-webkit-transition: all .3s;
	transition: all .3s
}

.adapter-search-page .selects-wrap .choices__inner .choices__item:before {
	position: absolute;
	content: ' ';
	display: block;
	left: 22px;
	top: 16px;
	width: 11px;
	height: 21px;
	background-image: url(../img/apin-icon-active.png);
	z-index: 2;
	-webkit-transition: background-image .3s;
	transition: background-image .3s
}

.adapter-search-page .selects-wrap .choices__inner .choices__item.choices__placeholder {
	opacity: 1;
	color: #9d9d9d;
	font-family: Montserrat, sans-serif;
	font-weight: 400
}

.adapter-search-page .selects-wrap .choices__inner .choices__item.choices__placeholder:before {
	background-image: url(../img/apin-icon-disabled.png)
}

.adapter-search-page .selects-wrap .choices:after {
	border-color: #113d85 transparent transparent;
	right: 20px
}

.adapter-search-page .selects-wrap .choices.is-open:after {
	border-color: transparent transparent #113d85
}

.adapter-search-page .selects-wrap label {
	display: inline-block;
	color: #113d85;
	margin-bottom: 14px;
	font-size: 16px;
	letter-spacing: 1px
}

.adapter-search-page .selects-wrap>div {
	display: block;
	float: left
}

.adapter-search-page .selects-wrap .from-select-wrap,
.adapter-search-page .selects-wrap .to-select-wrap {
	width: -webkit-calc(50% - 92px);
	width: calc(50% - 92px);
	margin-right: 20px
}

.adapter-search-page .selects-wrap .submit-btn-wrap {
	width: 142px;
	padding-top: 39px
}

.adapter-search-page .selects-wrap .submit-btn-wrap .b_tton {
	width: 100%;
	height: 54px
}

.adapter-search-page .tab-content {
	padding-top: 50px
}

.adapter-search-page .tab-content.origin-form {
	padding-top: 25px
}

.adapter-search-page .tab-content .title {
	color: #113d85;
	font-size: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 12px
}

.adapter-search-page .tab-content .subtitle {
	color: #113d85;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	margin: 0 0 45px
}

.adapter-search-page .tab-content .origin-search-title {
	color: #113d85;
	font-size: 20px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	line-height: 1;
	margin: 0
}

.adapter-search-page .adaptor-types-wrap {
	max-width: 900px
}

.adapter-search-page .adaptor-types-wrap .adaptor-item {
	position: relative;
	display: inline-block;
	width: 90px;
	margin-right: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	vertical-align: top;
	text-align: center
}

.adapter-search-page .adaptor-types-wrap .adaptor-item:last-of-type {
	margin-right: 0
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .icon-wrap {
	width: auto;
	height: 54px
}

.adapter-search-page .adaptor-types-wrap .adaptor-item svg {
	display: inline-block;
	height: 100%
}

.adapter-search-page .adaptor-types-wrap .adaptor-item svg path {
	fill: #113d85;
	-webkit-transition: all .4s;
	transition: all .4s
}

.adapter-search-page .adaptor-types-wrap .adaptor-item img {
	display: block;
	width: auto;
	height: 100%;
	object-fit: contain;
	max-width: 100%
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .name {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
	min-height: 26px;
	color: #2da6d8;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	text-align: center;
	-webkit-transition: color .4s;
	transition: color .4s
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap {
	position: absolute;
	width: 274px;
	top: -405px;
	left: -webkit-calc(50% - 137px);
	left: calc(50% - 137px);
	padding: 0 10px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .06);
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	overflow: visible;
	-webkit-transition: all .4s;
	transition: all .4s
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap:before {
	display: block;
	content: ' ';
	position: absolute;
	bottom: -14px;
	left: -webkit-calc(50% - 13px);
	left: calc(50% - 13px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 13px 0;
	border-color: #fff transparent transparent;
	z-index: 2
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap:after {
	display: block;
	content: ' ';
	position: absolute;
	bottom: -19px;
	left: -webkit-calc(50% - 13px);
	left: calc(50% - 13px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 13px 0;
	border-color: rgba(0, 0, 0, .1) transparent transparent;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	z-index: 1
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap .list-title {
	padding: 25px 20px;
	margin: 0 -10px 10px;
	color: #113d85;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	border-bottom: 1px solid #e8e8e8
}

.news-events-title-bar,
.news-events-title-bar:after {
	border-bottom: 1px solid #eaeaea;
	background-color: #f7f7f7;
	border-top: 1px solid #eaeaea
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap ul {
	height: 300px;
	width: 100%;
	overflow: auto
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap ul li {
	color: #113d85;
	padding: 5px 20px;
	font-size: 14px
}

.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap ul li:hover {
	color: #ffcd00
}

.adapter-search-page .adaptor-types-wrap .adaptor-item:first-of-type .countries-list-wrap,
.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(9) .countries-list-wrap {
	left: -webkit-calc(50% - 37px);
	left: calc(50% - 37px)
}

.adapter-search-page .adaptor-types-wrap .adaptor-item:first-of-type .countries-list-wrap:after,
.adapter-search-page .adaptor-types-wrap .adaptor-item:first-of-type .countries-list-wrap:before,
.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(9) .countries-list-wrap:after,
.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(9) .countries-list-wrap:before {
	left: 20px
}

.adapter-search-page .adaptor-types-wrap .adaptor-item:hover .name {
	color: #113d85
}

.adapter-search-page .adaptor-types-wrap .adaptor-item:hover .countries-list-wrap {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.adapter-search-page .adaptor-types-wrap .adaptor-item:hover svg path {
	fill: #ffcd00!important
}

.press-info-widget {
	padding-top: 40px;
	padding-right: 80px
}

.press-info-widget .title {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	color: #112c42;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 35px
}

.press-info-widget ul li {
	font-size: 13px;
	margin-bottom: 20px
}

.press-info-widget ul li p {
	font-size: 13px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #113d85;
	line-height: 1.2
}

.press-info-widget ul li a {
	color: #3993dd;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	-webkit-transition: all .25s;
	transition: all .25s
}

.events-items-wrap .event-item .desc-wrap .title,
.news-events-title-bar p,
.news-events-title-bar > div,
.news-items-wrap .news-item .desc-wrap .title {
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.press-info-widget ul li a:hover {
	color: #2b6fa7
}

.news-events-title-bar {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 15px 20px 60px;
	color: #113d85
}

.news-events-title-bar:after {
	content: ' ';
	position: absolute;
	right: -100%;
	top: -1px;
	width: 100%;
	height: -webkit-calc(100% + 2px);
	height: calc(100% + 2px)
}

.news-event-sidebar .news-event-menu li,
.news-event-sidebar .news-event-menu li:before {
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
	-webkit-transition: all .3s;
	width: 100%
}

.news-events-title-bar p,
.news-events-title-bar > div{
	display: inline-block
}

.news-events-title-bar a {
	color: #3993dd;
	display: inline-block;
	text-transform: uppercase;
	float: right;
	position: relative
}

.news-events-title-bar a:before {
	content: ' ';
	position: absolute;
	top: 45%;
	left: -30px;
	width: 15px;
	height: 2px;
	background-color: #ffcd00;
	-webkit-transition: all .25s;
	transition: all .25s
}

.news-events-title-bar a:hover:before {
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px)
}

.news-items-wrap {
	padding: 60px 0 20px 45px
}

.news-items-wrap .news-item {
	margin-bottom: 40px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1)
}

.news-items-wrap .news-item .img-wrap {
	position: absolute;
	height: 100%;
	width: 30%;
	background-position: 50% 50%;
	background-size: cover
}

.news-items-wrap .news-item .desc-wrap {
	padding-left: 30%
}

.news-items-wrap .news-item .desc-wrap .desc-inner {
	padding: 5%
}

.news-items-wrap .news-item .desc-wrap .date {
	font-size: 14px;
	color: #9d9d9d
}

.news-items-wrap .news-item .desc-wrap .title {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px
}

.news-items-wrap .news-item .desc-wrap .title a {
	color: #113d85
}

.news-items-wrap .news-item .desc-wrap .read-more {
	display: inline-block;
	position: relative;
	color: #3993dd;
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 14px
}

.news-items-wrap .news-item .desc-wrap .read-more:before {
	content: ' ';
	position: absolute;
	top: 45%;
	left: -30px;
	width: 15px;
	height: 2px;
	background-color: #ffcd00;
	-webkit-transition: all .25s;
	transition: all .25s
}

.news-items-wrap .news-item .desc-wrap .read-more:hover:before {
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px)
}

.events-items-wrap {
	padding: 60px 0 30px 45px
}

.events-items-wrap .event-item {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1)
}

.events-items-wrap .event-item .img-wrap {
	height: 20vh;
	min-height: 200px;
	background-position: 50% 50%;
	background-size: cover
}

.events-items-wrap .event-item .desc-wrap {
	padding: 20px
}

.events-items-wrap .event-item .desc-wrap .date {
	font-size: 14px;
	color: #9d9d9d;
	margin-bottom: 10px
}

.events-items-wrap .event-item .desc-wrap .title {
	font-size: 18px;
	margin-bottom: 10px
}

.news-event-sidebar .news-event-menu li a,
.news-event-sidebar .news-event-menu li span,
.products-sort-bar,
.section-retailers .retailers-card .title,
.section-retailers .retailers-card ul li span {
	font-weight: 600;
	font-family: Montserrat, sans-serif
}

.events-items-wrap .event-item .desc-wrap .title a {
	color: #113d85
}

.news-events-page {
	overflow: hidden
}

.news-events-page .pagination-wrap {
	padding: 10px 0 30px
}

.news-event-sidebar {
	padding-top: 63px
}

.news-event-sidebar .news-event-menu {
	margin-right: -15px;
	border-top: 1px solid #eaeaea
}

.news-event-sidebar .news-event-menu li {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	transition: all .3s
}

.news-event-sidebar .news-event-menu li a,
.news-event-sidebar .news-event-menu li span {
	display: inline-block;
	color: #113d85;
	padding: 22px 0;
	font-size: 14px;
	line-height: 1;
	width: 100%
}

.news-event-sidebar .news-event-menu li:before {
	content: ' ';
	position: absolute;
	right: 100%;
	bottom: -1px;
	height: -webkit-calc(100% + 2px);
	height: calc(100% + 2px);
	border-top: 1px solid #e5e5e5;
	transition: all .3s
}

.news-event-sidebar .news-event-menu li:after {
	content: ' ';
	position: absolute;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	right: 40px;
	height: 10px;
	width: 10px;
	background-image: url(../img/icon-little-arrov-right.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.news-event-sidebar .news-event-menu li.current,
.news-event-sidebar .news-event-menu li.current:before,
.news-event-sidebar .news-event-menu li:hover,
.news-event-sidebar .news-event-menu li:hover:before {
	background-color: #f7f7f7
}

.news-event-sidebar .news-event-menu li.current:after,
.news-event-sidebar .news-event-menu li:hover:after {
	background-image: url(../img/icon-little-arrov-active.png)
}

.press-page .press-items-wrap {
	padding: 60px 0 30px 45px
}

.press-page .press-info-widget {
	position: relative
}

.press-page .press-info-widget:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: -15px;
	height: 1px;
	width: 200%;
	background-color: #e5e5e5
}

.press-page .press-item {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1)
}

.press-page .press-item .img-wrap {
	position: relative
}

.press-page .press-item .img-wrap .press-icon {
	position: absolute;
	bottom: 25px;
	left: 25px;
	height: 40px;
	width: 40px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ebeaea;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain
}

.page-template-template-retailers .breadcrumbs-wrap,
.products-sort-bar {
	border-bottom: 1px solid #e5e5e5
}

.press-page .press-item .img-wrap img {
	max-width: 100%;
	width: 100%;
	height: auto
}

.press-page .press-item .desc-wrap {
	padding: 25px 35px
}

.press-page .press-item .desc-wrap p {
	color: #113d85;
	font-size: 12px
}

.press-page .press-item .desc-wrap .title {
	color: #113d85;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative
}

.press-page .press-item .desc-wrap .title:before {
	content: ' ';
	position: absolute;
	bottom: 7px;
	left: -35px;
	width: 25px;
	height: 2px;
	background-color: #ffcd00
}

.page-template-template-retailers .page-title-wrap {
	padding: 15vh 0
}

.section-retailers {
	padding-bottom: 100px
}

.section-retailers .retailers-card {
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	padding: 45px 40px 20px;
	color: #113d85;
	font-size: 18px
}

.section-retailers .retailers-card .title {
	position: relative;
	margin-bottom: 30px
}

.section-retailers .retailers-card .title:before {
	content: ' ';
	position: absolute;
	top: 17px;
	left: -40px;
	width: 30px;
	height: 3px;
	background-color: #ffcd00;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.section-retailers .retailers-card ul li {
	display: inline-block;
	width: 100%
}

.section-retailers .retailers-card ul li span {
	position: relative;
	color: #113d85;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 5px;
	margin-left: 10px
}

.section-retailers .retailers-card ul li span:before {
	content: ' ';
	position: absolute;
	left: -10px;
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px);
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #113d85
}

.section-retailers .retailers-card ul li a {
	color: #3993dd;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.section-retailers .retailers-card ul li a:hover {
	color: #2b6fa7
}

.products-sort-bar {
	background-color: #f7f7f7;
	font-size: 14px;
	color: #113d85;
	line-height: 1
}

.products-sort-bar .sort-wrap {
	width: 100%
}

.products-sort-bar .sort-wrap .title {
	display: inline-block;
	padding: 25px 0
}

.products-sort-bar .sort-wrap .woocommerce-ordering {
	margin: 0 -15px 0 0
}

.products-sort-bar .sort-wrap .selectric {
	border: 0;
	border-left: 1px solid #e5e5e5;
	background-color: #fff
}

.products-sort-bar .sort-wrap .selectric .label {
	min-width: 110px;
	color: #113d85;
	height: 64px;
	margin: 0 40px 0 0;
	text-align: left;
	font-size: 14px;
	line-height: 1;
	padding: 25px 0 25px 20px
}

.products-sort-bar .sort-wrap .selectric .button {
	height: 64px;
	width: 40px;
	background-color: #fff
}

.products-sort-bar .sort-wrap .selectric .button:after {
	border-top-color: #113d85
}

.products-sort-bar .sort-wrap .selectric-items {
	border: 0;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1)
}

.products-sort-bar .sort-wrap .selectric-items li {
	padding: 15px 10px 15px 20px;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	color: #113d85
}

.products-sort-bar .sort-wrap .selectric-items li:hover {
	background-color: #f7f7f7
}

.products-sort-bar .sort-wrap .selectric-hover .button:after {
	border-top-color: #ffcd00
}

.products-sort-bar .count-wrap {
	padding: 25px 0 25px 45px
}

.products-sort-bar .count-wrap .woocommerce-result-count {
	margin: 0
}

.section-products-with-sidebar .sidebar-wrap {
	padding: 60px 0 30px
}

.section-products-with-sidebar .sidebar-wrap .widget {
	padding-left: 15px;
	padding-right: 0
}

.section-products-with-sidebar .subcategories-list li {
	position: relative;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.section-products-with-sidebar .subcategories-list li a,
.section-products-with-sidebar .subcategories-list li span {
	display: inline-block;
	color: #113d85;
	padding: 22px 80px 22px 15px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	width: 100%
}

.section-products-with-sidebar .subcategories-list li:before {
	content: ' ';
	position: absolute;
	right: 100%;
	bottom: -1px;
	height: -webkit-calc(100% + 2px);
	height: calc(100% + 2px);
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.section-products-with-sidebar .subcategories-list li:after {
	content: ' ';
	position: absolute;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	right: 40px;
	height: 10px;
	width: 10px;
	background-image: url(../img/icon-little-arrov-right.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.section-products-with-sidebar .subcategories-list li:first-of-type {
	border-top: 1px solid #e5e5e5
}

.section-products-with-sidebar .subcategories-list li.back:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.section-products-with-sidebar .subcategories-list li.current,
.section-products-with-sidebar .subcategories-list li:hover {
	background-color: #f7f7f7;
	color: #3993dd
}

.section-products-with-sidebar .subcategories-list li.current:before,
.section-products-with-sidebar .subcategories-list li:hover:before {
	background-color: #f7f7f7
}

.section-products-with-sidebar .subcategories-list li.current:after,
.section-products-with-sidebar .subcategories-list li:hover:after {
	background-image: url(../img/icon-little-arrov-active.png)
}

.adapter-search-page .products,
.not-found-page .products,
.page-products-section .products,
.woocommerce .products {
	padding: 60px 0 30px 45px
}

.adapter-search-page .products .product,
.not-found-page .products .product,
.page-products-section .products .product,
.woocommerce .products .product {
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	margin-bottom: 30px;
	overflow: hidden
}

.adapter-search-page .products .product .img-wrap,
.not-found-page .products .product .img-wrap,
.page-products-section .products .product .img-wrap,
.woocommerce .products .product .img-wrap {
	position: relative
}

.adapter-search-page .products .product .img-wrap .new-product-badge,
.not-found-page .products .product .img-wrap .new-product-badge,
.page-products-section .products .product .img-wrap .new-product-badge,
.woocommerce .products .product .img-wrap .new-product-badge {
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 16px;
	padding: 13px 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	background-color: #ffcd00;
	color: #113d85;
	z-index: 3;
	line-height: 1
}

.adapter-search-page .products .product .img-wrap img,
.not-found-page .products .product .img-wrap img,
.page-products-section .products .product .img-wrap img,
.woocommerce .products .product .img-wrap img {
	width: 100%;
	height: auto
}

.adapter-search-page .products .product .img-wrap .hover-img,
.not-found-page .products .product .img-wrap .hover-img,
.page-products-section .products .product .img-wrap .hover-img,
.woocommerce .products .product .img-wrap .hover-img {
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.adapter-search-page .products .product .product-loop-title-wrap,
.not-found-page .products .product .product-loop-title-wrap,
.page-products-section .products .product .product-loop-title-wrap,
.woocommerce .products .product .product-loop-title-wrap {
	position: relative;
	display: block;
	padding: 25px 20px 25px 40px;
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
	overflow: hidden
}

.adapter-search-page .products .product .product-loop-title-wrap:before,
.not-found-page .products .product .product-loop-title-wrap:before,
.page-products-section .products .product .product-loop-title-wrap:before,
.woocommerce .products .product .product-loop-title-wrap:before {
	content: ' ';
	position: absolute;
	top: 39px;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #ffcd00;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.adapter-search-page .products .product .woocommerce-loop-product__title,
.not-found-page .products .product .woocommerce-loop-product__title,
.page-products-section .products .product .woocommerce-loop-product__title,
.woocommerce .products .product .woocommerce-loop-product__title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 38px;
	color: #113d85;
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition: color .25s ease;
	transition: color .25s ease
}

.adapter-search-page .products .product .woocommerce-loop-product__title,
.not-found-page .products .product .woocommerce-loop-product__title,
.page-products-section .products .product .woocommerce-loop-product__title,
.woocommerce .products .product .woocommerce-loop-product__title {
	font-weight: 500;
}

.adapter-search-page .products .product:hover .img-wrap .hover-img,
.not-found-page .products .product:hover .img-wrap .hover-img,
.page-products-section .products .product:hover .img-wrap .hover-img,
.woocommerce .products .product:hover .img-wrap .hover-img {
	visibility: visible;
	opacity: 1
}

.adapter-search-page .products .product:hover .woocommerce-loop-product__title,
.not-found-page .products .product:hover .woocommerce-loop-product__title,
.page-products-section .products .product:hover .woocommerce-loop-product__title,
.woocommerce .products .product:hover .woocommerce-loop-product__title {
	color: #3993dd
}

.adapter-search-page .products .product .no-colors .product-loop-title-wrap,
.not-found-page .products .product .no-colors .product-loop-title-wrap,
.page-products-section .products .product .no-colors .product-loop-title-wrap,
.woocommerce .products .product .no-colors .product-loop-title-wrap {
	width: 100%;
	padding-right: 40px
}

.adapter-search-page .products .product .desc-wrap,
.not-found-page .products .product .desc-wrap,
.page-products-section .products .product .desc-wrap,
.woocommerce .products .product .desc-wrap {
	border-top: 2px solid #f9f8f8;
	position: relative;
	min-height: 90px
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap,
.not-found-page .products .product .desc-wrap .color-select-wrap,
.page-products-section .products .product .desc-wrap .color-select-wrap,
.woocommerce .products .product .desc-wrap .color-select-wrap {
	text-align: center;
	padding: 15px 20px 20px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 88px;
	height: auto;
	border-left: 2px solid #f9f8f8;
	-webkit-transform: translateY(-webkit-calc(100% - 88px));
	-ms-transform: translateY(calc(100% - 88px));
	transform: translateY(calc(100% - 88px));
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap p,
.not-found-page .products .product .desc-wrap .color-select-wrap p,
.page-products-section .products .product .desc-wrap .color-select-wrap p,
.woocommerce .products .product .desc-wrap .color-select-wrap p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap .colors,
.not-found-page .products .product .desc-wrap .color-select-wrap .colors,
.page-products-section .products .product .desc-wrap .color-select-wrap .colors,
.woocommerce .products .product .desc-wrap .color-select-wrap .colors {
	margin: 0;
	text-align: center
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap .colors li,
.not-found-page .products .product .desc-wrap .color-select-wrap .colors li,
.page-products-section .products .product .desc-wrap .color-select-wrap .colors li,
.woocommerce .products .product .desc-wrap .color-select-wrap .colors li {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap .colors li:last-of-type,
.not-found-page .products .product .desc-wrap .color-select-wrap .colors li:last-of-type,
.page-products-section .products .product .desc-wrap .color-select-wrap .colors li:last-of-type,
.woocommerce .products .product .desc-wrap .color-select-wrap .colors li:last-of-type {
	margin-bottom: 0
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap .colors li:first-of-type,
.not-found-page .products .product .desc-wrap .color-select-wrap .colors li:first-of-type,
.page-products-section .products .product .desc-wrap .color-select-wrap .colors li:first-of-type,
.woocommerce .products .product .desc-wrap .color-select-wrap .colors li:first-of-type {
	opacity: 1;
	position: relative
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap .colors li:first-of-type:before,
.not-found-page .products .product .desc-wrap .color-select-wrap .colors li:first-of-type:before,
.page-products-section .products .product .desc-wrap .color-select-wrap .colors li:first-of-type:before,
.woocommerce .products .product .desc-wrap .color-select-wrap .colors li:first-of-type:before {
	content: ' ';
	position: absolute;
	left: -webkit-calc(50% - 4px);
	left: calc(50% - 4px);
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	height: 10px;
	width: 8px;
	background-image: url(../img/icon-little-arrov-up-light.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: all .25s;
	transition: all .25s
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap .colors li span,
.not-found-page .products .product .desc-wrap .color-select-wrap .colors li span,
.page-products-section .products .product .desc-wrap .color-select-wrap .colors li span,
.woocommerce .products .product .desc-wrap .color-select-wrap .colors li span {
	display: inline-block;
	height: 28px;
	width: 28px;
	border: 3px solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap .colors li span:hover,
.not-found-page .products .product .desc-wrap .color-select-wrap .colors li span:hover,
.page-products-section .products .product .desc-wrap .color-select-wrap .colors li span:hover,
.woocommerce .products .product .desc-wrap .color-select-wrap .colors li span:hover {
	-webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	box-shadow: 0 8px 40px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	border-color: #fff!important
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap:hover,
.not-found-page .products .product .desc-wrap .color-select-wrap:hover,
.page-products-section .products .product .desc-wrap .color-select-wrap:hover,
.woocommerce .products .product .desc-wrap .color-select-wrap:hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap:hover .colors li,
.not-found-page .products .product .desc-wrap .color-select-wrap:hover .colors li,
.page-products-section .products .product .desc-wrap .color-select-wrap:hover .colors li,
.woocommerce .products .product .desc-wrap .color-select-wrap:hover .colors li {
	opacity: 1
}

.adapter-search-page .products .product .desc-wrap .color-select-wrap:hover .colors li:before,
.not-found-page .products .product .desc-wrap .color-select-wrap:hover .colors li:before,
.page-products-section .products .product .desc-wrap .color-select-wrap:hover .colors li:before,
.woocommerce .products .product .desc-wrap .color-select-wrap:hover .colors li:before {
	opacity: 0;
	visibility: hidden
}

.adapter-search-page .products {
	padding: 60px 0
}

.page-products-section .products {
	padding: 0
}

.no-products-found-wrap {
	padding: 60px 0 40px
}

.no-products-found-wrap .no-products-text {
	text-align: center;
	color: #113d85;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	margin-bottom: 20px
}

.no-products-found-wrap .products {
	padding: 40px 0 0
}

.tesmonials-page .tesmonials-wrap {
	padding: 120px 0 90px
}

.tesmonials-page .tesmonials-wrap .masonry-item {
	padding-bottom: 30px
}

.tesmonials-page .tesmonials-wrap .tesm-item {
	padding: 40px 80px 40px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	overflow: hidden;
	position: relative
}

.tesmonials-page .tesmonials-wrap .tesm-item:before {
	content: ' ';
	position: absolute;
	right: -10px;
	top: 120px;
	width: 78px;
	height: 68px;
	background-image: url(../img/quote-icon-accent.png)
}

.tesmonials-page .tesmonials-wrap .tesm-item .img-wrap {
	margin-bottom: 30px;
	position: relative
}

.tesmonials-page .tesmonials-wrap .tesm-item .img-wrap:before {
	content: ' ';
	position: absolute;
	top: 49%;
	left: -10px;
	width: 30px;
	height: 3px;
	background-color: #ffcd00;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.tesmonials-page .tesmonials-wrap .tesm-item img {
	width: 125px;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.tesmonials-page .tesmonials-wrap .tesm-item .desc-wrap {
	color: #113d85
}

.tesmonials-page .tesmonials-wrap .tesm-item .author {
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	margin-top: 30px
}

.tesmonials-page .tesmonials-wrap .trustpilot-item {
	padding: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	overflow: hidden;
	position: relative
}

.tesmonials-page .tesmonials-wrap .trustpilot-item .img-wrap {
	margin-bottom: 30px;
	position: relative
}

.tesmonials-page .tesmonials-wrap .trustpilot-item .desc {
	color: #113d85;
	font-size: 18px
}

.careers-page .careers-top-bar .selectric .label,
.careers-page .careers-top-bar span {
	font-size: 13px;
	height: 64px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.tesmonials-page .tesmonials-wrap .trustpilot-item .desc a {
	color: #3993dd;
	text-decoration: underline
}

.tesmonials-page .tesmonials-wrap .trustpilot-item .desc a:hover {
	color: #113d85
}

.tesmonials-page .tesmonials-wrap .trustpilot-item .arrow-link {
	display: inline-block;
	text-decoration: none;
	margin-top: 20px
}

.careers-page .careers-top-bar {
	background-color: #f7f7f7;
	border-bottom: 1px solid #eaeaea
}

.careers-page .careers-top-bar span {
	float: left;
	color: #113d85;
	padding: 20px 0;
	margin-right: 30px
}

.careers-page .careers-top-bar .selectric-wrapper {
	float: left
}

.careers-page .careers-top-bar .selectric {
	border: 0;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #fff
}

.careers-page .careers-top-bar .selectric .label {
	color: #113d85;
	margin: 0 80px 0 0;
	text-align: center;
	line-height: 1;
	padding: 25px 0 25px 20px;
	text-transform: uppercase
}

.careers-single .job-description-wrap .content-wrap p,
.careers-single .job-description-wrap .content-wrap ul {
	margin-bottom: 30px
}

.careers-page .careers-top-bar .selectric .button {
	height: 64px;
	width: 40px;
	background-color: #fff
}

.careers-page .careers-top-bar .selectric .button:after {
	border-top-color: #113d85
}

.careers-page .careers-top-bar .selectric-items {
	border: 0;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1)
}

.careers-page .careers-top-bar .selectric-items li {
	padding: 15px 10px 15px 20px;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	color: #113d85;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.careers-page .careers-top-bar .selectric-items li:hover {
	background-color: #f7f7f7
}

.careers-page .careers-top-bar .selectric-hover .button:after {
	border-top-color: #ffcd00
}

.careers-page .careers-section {
	padding: 100px 0
}

.careers-page .careers-table-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	overflow-x: auto
}

.careers-page .careers-table {
	width: 100%;
	text-align: left
}

.careers-page .careers-table tr {
	background-color: #fff;
	-webkit-transition: all .25s;
	transition: all .25s
}

.careers-page .careers-table tr:hover {
	background-color: #ebf4fc
}

.careers-page .careers-table td {
	padding: 30px 60px;
	font-size: 14px;
	color: #113d85
}

.careers-page .careers-table thead tr {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea
}

.careers-page .careers-table thead tr:hover {
	background-color: #fff
}

.careers-page .careers-table thead th {
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding: 28px 60px
}

.careers-page .careers-table .b_tton {
	padding: 15px 40px;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	min-width: 1px
}

.careers-single .single-job-top-bar {
	padding: 24px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e5e5e5
}

.careers-single .single-job-top-bar p {
	font-size: 13px
}

.careers-single .single-job-top-bar a {
	color: #3993dd;
	-webkit-transition: all .25s;
	transition: all .25s
}

.careers-single .single-job-top-bar a:before {
	display: inline-block;
	content: ' ';
	height: 8px;
	width: 10px;
	margin-right: 5px;
	background: url(../img/icon-little-arrov-left.png) no-repeat
}

.careers-single .single-job-top-bar a:hover {
	color: #2b6fa7
}

.careers-single .job-description-wrap {
	padding: 90px 0
}

.careers-single .job-description-wrap .content-wrap h3 {
	display: inline-block;
	color: #113d85;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 1.2;
	font-size: 18px
}

.careers-single .job-apply-wrap .post-title,
.careers-single .travel_vacancy .post-title {
	line-height: 1.1;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase
}

.careers-single .job-description-wrap .content-wrap ul li:before {
	content: ' ';
	display: inline-block;
	height: 6px;
	width: 6px;
	margin-bottom: 2px;
	margin-right: 1em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #3993dd
}

.careers-single .travel_vacancy .post-title {
	font-size: 26px;
	font-weight: 500;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
	color: #113d85
}

.careers-single .travel_vacancy .post-title:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #ffcd00
}

.careers-single .job-sidebar {
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	margin-bottom: 40px
}

.careers-single .job-sidebar p {
	color: #112c42
}

.careers-single .job-sidebar .sallary {
	color: #113d85;
	font-size: 24px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	margin-bottom: 20px
}

.careers-single .job-sidebar .apply_job {
	margin-top: 30px;
	width: 100%;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.careers-single .social-buttons-wrap ul {
	text-align: center
}

.careers-single .social-buttons-wrap ul li {
	display: inline-block
}

.careers-single .social-buttons-wrap ul li a {
	display: inline-block;
	padding: 30px
}

.careers-single .social-buttons-wrap ul li i {
	font-size: 20px;
	color: #113d85;
	-webkit-transition: all .25s;
	transition: all .25s
}

.careers-single .social-buttons-wrap ul li:hover i {
	color: #ffcd00
}

.careers-single .job-apply-wrap {
	padding: 90px 0
}

.careers-single .job-apply-wrap .post-title {
	font-size: 26px;
	font-weight: 400;
	padding-bottom: 25px;
	margin-bottom: 60px;
	position: relative;
	color: #113d85
}

.careers-single .job-apply-wrap .post-title:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #ffcd00
}

.careers-single .job-apply-wrap .post-title span {
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.careers-single .job-apply-wrap .wpcf7-form .input-text {
	padding: 17px 20px;
	font-size: 16px;
	margin-bottom: 30px;
	width: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: 400
}

.careers-single .job-apply-wrap .wpcf7-form .input-text.wpcf7-not-valid {
	border-color: red
}

.careers-single .job-apply-wrap .wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -40px;
	right: 0;
	font-size: 12px
}

.careers-single .job-apply-wrap .wpcf7-form .input-file {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.careers-single .job-apply-wrap .wpcf7-form .file-label {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	color: #9d9d9d;
	height: 55px;
	cursor: pointer;
	display: inline-block;
	padding: 17px 20px;
	margin-bottom: 30px;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #f7f7f7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%
}

.careers-single .job-apply-wrap .wpcf7-form .file-label span {
	color: #b8b8b8;
	float: right;
	font-family: Montserrat, sans-serif;
	font-weight: 300
}

.section-related-products .related-products-title,
.single-product-wrap .section-product-info .details-table .det-title,
.single-product-wrap .section-product-info .title,
.single-product-wrap .section-product-service .sec-title,
.single-product-wrap .single-product-summary-wrap .color-select-wrap p,
.single-product-wrap .single-product-summary-wrap .title {
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.careers-single .job-apply-wrap .wpcf7-form .file-label .wpcf7-not-valid-tip {
	display: none
}

.careers-single .job-apply-wrap .wpcf7-form .b_tton {
	float: right
}

.careers-single .job-apply-wrap .wpcf7-form div.wpcf7-validation-errors {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.term-travel-adaptors .page-title-flags-wrap {
	margin-top: 25px;
	margin-bottom: 0
}

.term-travel-adaptors .page-title-flags-wrap img {
	height: 130px
}

.lSSlideOuter .lslide img,
.lSSlideOuter.vertical .lslide img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.lSSlideOuter .lslide {
	overflow: hidden
}

.lSSlideOuter.vertical {
	padding-right: 0!important;
	padding-left: 140px
}

.lSSlideOuter.vertical .lslide {
	overflow: hidden
}

.lSSlideOuter.vertical .lSGallery {
	right: auto;
	left: 0;
	margin-left: 0!important;
	margin-right: 15px
}

.lSSlideOuter.vertical .lSGallery li {
	background-color: #fff;
	-webkit-border-radius: 0!important;
	border-radius: 0!important
}

.single-product-wrap {
	position: relative
}

.single-product-wrap .p-side-nav-wrap {
	position: fixed;
	right: 0;
	top: -webkit-calc(50% - 100px);
	top: calc(50% - 100px);
	z-index: 990
}

.single-product-wrap .p-side-nav-wrap ul {
	text-align: right
}

.single-product-wrap .p-side-nav-wrap ul li {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
	height: 18px
}

.single-product-wrap .p-side-nav-wrap ul li span {
	position: relative;
	display: block;
	margin: 3px 0;
	width: 10px;
	height: 10px;
	border: 2px solid #ffcd00;
	background-color: #ffcd00;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .2s;
	transition: all .2s
}

.single-product-wrap .p-side-nav-wrap ul li span:before {
	content: ' ';
	position: absolute;
	height: 12px;
	width: 12px;
	top: -3px;
	left: -3px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffcd00;
	opacity: 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .2s;
	transition: all .2s
}

.single-product-wrap .p-side-nav-wrap ul li a {
	color: #5877a9;
	-webkit-transition: all .2s;
	transition: all .2s
}

.single-product-wrap .p-side-nav-wrap ul li a.is-selected,
.single-product-wrap .p-side-nav-wrap ul li a:hover {
	color: #113d85
}

.single-product-wrap .p-side-nav-wrap ul li a.is-selected span,
.single-product-wrap .p-side-nav-wrap ul li a:hover span {
	border-color: #fff
}

.single-product-wrap .p-side-nav-wrap ul li a.is-selected span:before,
.single-product-wrap .p-side-nav-wrap ul li a:hover span:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.single-product-wrap .p-side-nav-wrap .main-wrap {
	position: absolute;
	padding: 30px 30px 15px 10px;
	top: 0;
	right: 0;
	z-index: 2
}

.single-product-wrap .p-side-nav-wrap .hover-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	padding: 30px 50px 15px 30px;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
	z-index: 1
}

.single-product-wrap .p-side-nav-wrap:hover .hover-wrap {
	opacity: 1;
	visibility: visible
}

.single-product-wrap .section-product {
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(40%, #fdfdfd), to(#f4f4f4));
	background: -webkit-linear-gradient(top, #fafafa 0, #fdfdfd 40%, #f4f4f4 100%);
	background: linear-gradient(to bottom, #fafafa 0, #fdfdfd 40%, #f4f4f4 100%);
	padding: 75px 0
}

.single-product-wrap .single-product-summary-wrap {
	padding: 80px 0 40px
}

.single-product-wrap .single-product-summary-wrap .sku-wrap {
	font-size: 16px;
	line-height: 1.2;
	color: #113d85;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 35px
}

.single-product-wrap .single-product-summary-wrap .title {
	font-size: 28px;
	line-height: 1.2;
	color: #113d85;
	margin-bottom: 35px
}

.single-product-wrap .single-product-summary-wrap .short-title {
	color: #363636;
	font-size: 16px;
	margin-bottom: 40px
}

.single-product-wrap .single-product-summary-wrap .short-title .sku-title {
	color: #113d85
}

.single-product-wrap .single-product-summary-wrap .short-title .short-title-text {
	display: inline-block;
	margin-left: 30px
}

.single-product-wrap .single-product-summary-wrap .desc-wrap {
	position: relative;
	padding: 20px 0;
	color: #113d85;
	font-size: 16px
}

.single-product-wrap .single-product-summary-wrap .desc-wrap:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background-color: #ffcd00
}

.single-product-wrap .single-product-summary-wrap .desc-wrap ul {
	list-style-type: disc;
	margin-left: 1em
}

.single-product-wrap .single-product-summary-wrap .desc-wrap li {
	margin-bottom: 2px
}

.single-product-wrap .single-product-summary-wrap .color-select-wrap {
	padding: 0 0 25px
}

.single-product-wrap .single-product-summary-wrap .color-select-wrap p {
	display: block;
	float: left;
	color: #113d85;
	line-height: 1;
	padding-top: 3px;
	margin-right: 30px
}

.single-product-wrap .single-product-summary-wrap .color-select-wrap .colors {
	display: block;
	float: left
}

.single-product-wrap .single-product-summary-wrap .color-select-wrap .colors li {
	display: inline-block;
	margin-right: 15px
}

.single-product-wrap .single-product-summary-wrap .color-select-wrap .colors li span {
	display: block;
	border: 2px solid;
	height: 20px;
	width: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.single-product-wrap .single-product-summary-wrap .color-select-wrap .colors li.active span,
.single-product-wrap .single-product-summary-wrap .color-select-wrap .colors li:hover span {
	border-color: #fff!important;
	-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .19), 0 3px 6px rgba(0, 0, 0, .23);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .19), 0 3px 6px rgba(0, 0, 0, .23)
}

.single-product-wrap .section-product-info {
	background-color: #f4f4f4;
	padding: 60px 0
}

.single-product-wrap .section-product-info .info-card {
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1)
}

.single-product-wrap .section-product-info .features-wrap {
	padding: 30px 80px 50px
}

.single-product-wrap .section-product-info .details-table img {
	width: 100%;
	height: auto;
	max-width: 30px
}

.single-product-wrap .section-product-info .details-table .det-title {
	line-height: 1;
	color: #113d85;
	font-size: 18px;
	margin-bottom: 15px
}

.single-product-wrap .section-product-info .details-table .desc {
	font-size: 14px;
	margin-bottom: 40px
}

.single-product-wrap .section-product-info .details-wrap {
	padding: 30px 60px 50px;
	border-left: 1px solid #e5e5e5
}

.single-product-wrap .section-product-info .title {
	color: #113d85;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 60px;
	position: relative
}

.single-product-wrap .section-product-info .title:before {
	content: ' ';
	position: absolute;
	left: -80px;
	bottom: 3px;
	width: 45px;
	height: 2px;
	background-color: #ffcd00
}

.single-product-wrap .section-product-info .icon-item {
	position: relative;
	padding-left: 45px;
	margin-top: 25px;
	color: #363636
}

.single-product-wrap .section-product-info .icon-item .name {
	color: #113d85;
	line-height: 25px;
	margin-bottom: 5px
}

.single-product-wrap .section-product-info .icon-item .info {
	color: #363636
}

.single-product-wrap .section-product-info .icon-item .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	object-fit: contain
}

.single-product-wrap .section-product-info .icon-item .care-image {
	width: auto;
	height: 34px
}

.single-product-wrap .section-product-info .icon-item a {
	position: relative;
	color: #113d85
}

.single-product-wrap .section-product-info .icon-item a:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #d5d9e4;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.single-product-wrap .section-product-info .icon-item a:hover:after {
	background-color: #113d85
}

.single-product-wrap .section-product-info .tesmonials-carousel {
	border-top: 1px solid #e5e5e5
}

.single-product-wrap .section-product-info .tesmonials-carousel .item {
	background-image: url(../img/quote-icon-accent-big.png);
	background-repeat: no-repeat;
	background-position: 100% -40px;
	padding: 40px 60px
}

.single-product-wrap .section-product-info .tesmonials-carousel .item p {
	font-size: 18px;
	color: #112c42
}

.single-product-wrap .section-product-info .tesmonials-carousel .item .content-wrap {
	position: relative
}

.single-product-wrap .section-product-info .tesmonials-carousel .item .content-wrap:before {
	content: ' ';
	position: absolute;
	left: -60px;
	top: 20px;
	width: 45px;
	height: 2px;
	background-color: #ffcd00
}

.single-product-wrap .section-product-info .tesmonials-carousel .item .author {
	margin-top: 10px;
	font-size: 14px;
	color: #113d85
}

.single-product-wrap .section-product-service {
	text-align: center;
	background-color: #f4f4f4;
	padding: 60px 0
}

.single-product-wrap .section-product-service .sec-title {
	color: #113d85;
	font-size: 28px;
	margin-bottom: 80px
}

.single-product-wrap .section-product-service .product-service-card {
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	padding: 65px;
	margin-bottom: 40px
}

.single-product-wrap .section-product-service .product-service-card .service-icon-wrap {
	margin-bottom: 40px
}

.single-product-wrap .section-product-service .product-service-card p {
	color: #113d85;
	font-size: 14px
}

.single-product-wrap .section-product-service .product-service-card .title {
	color: #113d85;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px
}

.product-instruction-popup .product-instruction-popup-container .desc-wrap .title,
.section-extra-mile .sec-title {
	margin-bottom: 10px;
	color: #113d85
}

.single-product-wrap .section-product-service .product-service-card .b_tton {
	margin-top: 50px;
	font-size: 14px;
	min-width: 1px;
	padding: 15px 25px
}

.section-extra-mile {
	background-color: #ebf4fc;
	padding-top: 90px
}

.section-extra-mile .sec-title {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 32px
}

.section-extra-mile .sec-subtitle {
	text-align: center;
	font-size: 18px;
	color: #113d85;
	margin-bottom: 90px
}

.section-extra-mile iframe {
	max-height: 70vh
}

.product-instruction-popup .product-instruction-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transition: all .35s;
	transition: all .35s
}

.product-instruction-popup .product-instruction-popup-container {
	position: fixed;
	top: 49%;
	left: 49%;
	width: 900px;
	max-width: 100%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	background-color: #fff;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	box-shadow: 0 0 35px 0 rgba(15, 38, 57, .1);
	z-index: 99;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s
}

.product-instruction-popup .product-instruction-popup-container .product-instruction-tgl {
	position: absolute;
	right: 12px;
	top: 10px;
	display: block;
	line-height: 1
}

.product-instruction-popup .product-instruction-popup-container .img-wrap {
	display: inline-block;
	width: -webkit-calc(49% - 40px);
	width: calc(49% - 40px);
	vertical-align: middle
}

.product-instruction-popup .product-instruction-popup-container .img-wrap img {
	width: 100%
}

.product-instruction-popup .product-instruction-popup-container .desc-wrap {
	display: inline-block;
	width: -webkit-calc(49% + 40px);
	width: calc(49% + 40px);
	vertical-align: middle;
	padding-left: 40px
}

.product-instruction-popup.opened .product-instruction-popup-overlay {
	visibility: visible;
	opacity: 1
}

.product-instruction-popup.opened .product-instruction-popup-container {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	visibility: visible;
	opacity: 1
}

.section-related-products {
	background-color: #f4f4f4;
	padding: 80px 0 60px
}

.section-related-products .related-products-title {
	text-align: center;
	color: #113d85;
	font-size: 28px;
	margin-bottom: 80px
}

.section-product-share {
	text-align: center
}

.section-product-share .title {
	color: #113d85;
	padding: 60px 0;
	width: 25%;
	float: left;
	font-size: 18px;
	line-height: 1
}

.section-product-share .social-buttons-wrap {
	float: left;
	width: 75%
}

.section-product-share .social-buttons-wrap ul li {
	background-color: #f9f9f9;
	display: block;
	float: left;
	width: 25%
}

.section-product-share .social-buttons-wrap ul li a {
	display: block;
	padding: 60px 0;
	width: 100%;
	border-left: 1px solid #fff
}

.section-product-share .social-buttons-wrap ul li i {
	color: #113d85;
	font-size: 18px
}

.section-product-share .social-buttons-wrap ul li:first-of-type a {
	border-left: 0
}

.section-product-share .social-buttons-wrap ul li:hover {
	background-color: #ebf4fc
}

.site-review-page .site-review-header .logo-wrap {
	max-width: 230px
}

.site-review-page .site-review-header .b_tton {
	float: right
}

.site-review-page .site-review-header .b_tton img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	margin-top: -4px
}

.site-review-page .page-title-wrap {
	padding: 12vh 0
}

.site-review-page .site-review-form-wrap {
	padding: 10vh 0
}

.site-review-page .wpcf7-form textarea {
	display: inline-block;
	margin: 0;
	outline: 0;
	line-height: 1;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 205px
}

.site-review-page .wpcf7-form .input-text,
.site-review-page .wpcf7-form .wpcf7-date,
.site-review-page .wpcf7-form textarea {
	padding: 17px 20px;
	font-size: 16px;
	margin-bottom: 20px;
	width: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: 400
}

.site-review-page .wpcf7-form .input-text.wpcf7-not-valid,
.site-review-page .wpcf7-form textarea.wpcf7-not-valid {
	border-color: red
}

.site-review-page .wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -35px;
	right: 0;
	font-size: 12px
}

.site-review-page .wpcf7-form .b_tton {
	float: right;
	padding-right: 60px;
	padding-left: 60px
}

.site-review-page .wpcf7-form div.wpcf7-validation-errors {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.site-review-page .wpcf7-form .ajax-loader {
	display: none!important
}

.site-review-page .wpcf7-form .send-wrap .wpcf7-form-control-wrap {
	display: inline-block
}

.site-review-page .wpcf7-form .send-wrap p {
	padding-top: 14px;
	float: right;
	display: inline-block
}

.site-review-page .section-contact-us {
	border-top: 1px solid #e5e5e5
}

.woocommerce .lmp_products_loading {
	width: 40px;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#113d85), color-stop(30%, #113d85), color-stop(10%, #ccc));
	background: -webkit-linear-gradient(left, #113d85, #113d85 30%, #ccc 10%);
	background: linear-gradient(to right, #113d85, #113d85 30%, #ccc 10%);
	-webkit-animation: loader-anim 1s linear infinite;
	animation: loader-anim 1s linear infinite;
	margin: 40px auto
}

.woocommerce .lmp_products_loading i {
	display: none!important
}

@-webkit-keyframes loader-anim {
	to {
		background-position: 40px 0
	}
}

@keyframes loader-anim {
	to {
		background-position: 40px 0
	}
}

.section-newsletter {
	background-color: #ffcd00;
	padding: 45px 0;
	position: relative
}

.section-newsletter .overlay {
	position: absolute;
	background-color: #ffcd00;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1
}

.section-newsletter .newsletter-success {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	font-size: 18px;
	color: #113d85;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	z-index: 2
}

.section-newsletter p {
	padding: 17px 0;
	line-height: 1;
	font-size: 18px;
	color: #113d85
}

.section-newsletter .newsletter-wrap {
	position: relative;
	text-align: right
}

.section-newsletter .newsletter-wrap .newsletter-error {
	padding: 8px 0 0;
	position: absolute;
	top: 55px;
	right: 25%;
	font-size: 14px;
	color: #ff3312
}

.section-newsletter .input-text {
	float: left;
	width: 75%;
	margin: 0;
	line-height: 1.2;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 51px
}

.section-newsletter .input-text:disabled {
	opacity: .9
}

.section-newsletter .b_tton {
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 1.1;
	height: 51px;
	margin: 0;
	min-width: 1px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0
}

.section-newsletter .b_tton .short {
	display: none
}

.section-newsletter .b_tton:disabled {
	background-color: #3588cc
}

.section-newsletter .newsletter-checkbox {
	text-align: left;
	line-height: 1;
	padding-top: 12px;
	font-size: 14px;
	color: #113d85
}

.section-newsletter .newsletter-checkbox input {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px
}

.section-newsletter .newsletter-checkbox input+label {
	cursor: pointer
}

.section-newsletter .newsletter-checkbox input:not(checked) {
	position: absolute;
	opacity: 0
}

.section-newsletter .newsletter-checkbox input:not(checked)+label {
	position: relative;
	padding: 0 0 0 21px
}

.section-newsletter .newsletter-checkbox input:not(checked)+label:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: 0 0;
	border: 1px solid #113d85
}

.section-newsletter .newsletter-checkbox input:not(checked)+label:after {
	content: ' ';
	color: #113d85;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 6px;
	height: 6px;
	background-color: #113d85;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

.section-newsletter .newsletter-checkbox input:checked+label:after {
	opacity: 1
}

.section-contact-us {
	padding: 40px 0;
	border-bottom: 1px solid #e5e5e5
}

.section-contact-us .title {
	font-size: 16px;
	font-weight: 700;
	color: #113d85
}

.section-contact-us .title a {
	margin-left: 40px;
	font-family: Montserrat, sans-serif;
	font-weight: 300
}

.section-contact-us .socials {
	text-align: right
}

.section-contact-us .socials li {
	display: inline-block;
	margin-left: 15px
}

.section-contact-us .socials li:first-of-type {
	margin-left: 0
}

.section-contact-us .socials li i {
	color: #113d85;
	font-size: 20px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.section-contact-us .socials li:hover i {
	color: #ffcd00
}

.section-footer-columns {
	padding: 60px 0;
	border-bottom: 1px solid #e5e5e5
}

.section-footer-columns .footer-widget .widget-title {
	color: #113d85;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 16px
}

.section-footer-columns .footer-widget.right {
	float: right
}

.section-footer-columns .footer-widget ul li {
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	margin-bottom: 20px
}

.section-footer-columns .footer-widget ul li a:hover {
	color: #d7d7d8
}

.section-footer-columns .footer-widget .widget-post-item {
	max-width: 200px
}


.section-footer-columns .footer-widget .widget-post-item img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.section-footer-columns .footer-widget .widget-post-item .title {
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	color: #113d85;
	margin-top: 10px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.section-footer-columns .footer-widget .widget-post-item .title:hover {
	color: #3993dd
}

.section-footer-columns .footer-widget .widget-post-item .read-more {
	display: inline-block;
	position: relative;
	color: #3993dd;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 12px
}

.section-footer-columns .footer-widget .widget-post-item .read-more:before {
	content: ' ';
	position: absolute;
	top: 50%;
	left: -20px;
	width: 10px;
	height: 2px;
	background-color: #ffcd00;
	-webkit-transition: all .25s;
	transition: all .25s
}

.section-footer-columns .footer-widget .widget-post-item .read-more:hover:before {
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px)
}

.section-footer-copyright {
	color: #113d85;
	padding: 30px 0
}

.section-footer-copyright .bottom-menu li {
	display: inline-block;
	margin-right: 30px;
	text-transform: uppercase;
	font-size: 12px
}

.section-footer-copyright .bottom-menu li:last-of-type {
	margin-right: 0
}

.section-footer-copyright .bottom-menu li a {
	color: #113d85
}

.section-footer-copyright .bottom-menu li a:hover {
	color: #3993dd
}

.section-footer-copyright .copyright-text {
	text-align: right;
	font-size: 12px;
	line-height: 25px
}

.section-footer-copyright .truspilot-logo {
	line-height: 1
}

.section-footer-copyright .truspilot-logo img {
	max-height: 13px;
	max-width: 100%
}

.mfp-iframe-scaler iframe {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

footer .logos-row {
	margin-top: 10px;
}

footer .logos-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

footer .logos-list li:not(:last-child) {
	margin-right: 20px;
}

footer .logos-list li img {
	width: 70px;
	display: block;
	max-width: 100%;
	height: 100%;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/*background-color: rgba(0, 0, 0, 0.5);*/
	color: white;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 40px;
}

.owl-prev { left: 0px; }  /* Adjust position of left button */
.owl-next { right: 0px; } /* Adjust position of right button */

/*Store Locations*/
.brand-container {
	display: flex;
	flex-wrap: wrap; /* Allow wrapping when exceeding 6 items */
	gap: 20px; /* Space between items */
	justify-content: flex-start; /* Align items to the left */
	align-items: flex-start; /* Keep images aligned */
	max-width: 900px; /* Adjust width */
	margin: 0; /* Remove auto-centering */
}

.brand {
	display: flex;
	flex-direction: column; /* Stack image and text */
	align-items: center;
	text-align: center;
	width: calc(100% / 6 - 20px); /* Ensure 6 logos per row */
	max-width: 150px; /* Adjust width for bigger images */
}

.brand img {
	width: 100px; /* Bigger image */
	height: auto;
	margin-bottom: 8px; /* More space between image and text */
}

.brand a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	min-height: 40px; /* Prevent shifting */
	display: flex;
	align-items: center; /* Center text vertically */
	justify-content: center; /* Center text horizontally */
	text-align: center;
}

.brand a:hover {
	color: #007bff;
}

@media (max-width: 1024px) {
	.brand {
		width: calc(100% / 4 - 20px); /* 4 logos per row on medium screens */
	}
}

@media (max-width: 768px) {
	.brand {
		width: calc(100% / 3 - 20px); /* 3 logos per row on smaller screens */
	}

	.brand img {
		width: 80px; /* Adjust image size for smaller screens */
	}
}

@media (max-width: 480px) {
	.brand {
		width: calc(100% / 2 - 20px); /* 2 logos per row on mobile */
	}

	.brand img {
		width: 70px; /* Adjust image size for mobile */
	}
}

@media only screen and (max-width:1500px) {
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item>a.mega-menu-link {
		font-size: 13px
	}
	.page-products-section .products .product .product-loop-title-wrap,
	.woocommerce .products .product .product-loop-title-wrap {
		padding-right: 10px
	}
}

@media only screen and (min-width:768px)  {
	.category-nav.scroll{    position: fixed;top: 0;width: 100%;z-index: 9;}
	.adapter-search-page .products .product .product-loop-title-wrap,
	.not-found-page .products .product .product-loop-title-wrap,
	.page-products-section .products .product .product-loop-title-wrap,
	.woocommerce .products .product .product-loop-title-wrap {
		padding-top: 16px;
		padding-bottom: 16px
	}
	.adapter-search-page .products .product .woocommerce-loop-product__title,
	.not-found-page .products .product .woocommerce-loop-product__title,
	.page-products-section .products .product .woocommerce-loop-product__title,
	.woocommerce .products .product .woocommerce-loop-product__title {
		height: 56px
	}
}

@media only screen and (max-width:1370px) {
	.category-nav .container-fluid{padding:0;}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item {margin-right: 15px}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item>a.mega-menu-link{}

	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .title {
		font-size: 24px
	}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .subtitle {
		font-size: 16px
	}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .adaptor-form-wrap label {
		font-size: 14px
	}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .adaptor-form-wrap form {
		padding: 20px 0
	}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .type-select-wrap {
		padding-top: 20px
	}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .adaptor-types-wrap {
		padding: 10px 0
	}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .adaptor-item .icon-wrap {
		height: 50px
	}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .adaptor-item:first-of-type .countries-list-wrap:after,
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .adaptor-item:first-of-type .countries-list-wrap:before,
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .adaptor-item:nth-of-type(9) .countries-list-wrap:after,
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item ul.mega-sub-menu .widget_adaptors_select_widget .adaptor-item:nth-of-type(9) .countries-list-wrap:before {
		left: 25px
	}
	.not-found-page .products .product .product-loop-title-wrap,
	.page-products-section .products .product .product-loop-title-wrap,
	.woocommerce .products .product .product-loop-title-wrap {
		padding-left: 25px;
		padding-right: 10px;
		font-size: 15px
	}
	.not-found-page .products .product .product-loop-title-wrap:before,
	.page-products-section .products .product .product-loop-title-wrap:before,
	.woocommerce .products .product .product-loop-title-wrap:before {
		width: 15px
	}
}

@media only screen and (max-width:1024px) {
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item {
		margin-right: 15px
	}
	.category-nav #mega-menu-wrap-main-category #mega-menu-main-category>li.mega-menu-item>a.mega-menu-link {
		font-size: 12px
	}
	.section-cards .card-item {
		height: 40vh
	}
	.section-cards .card-item .col-text h3 {
		font-size: 18px
	}
	.section-cards .card-item .col-text p {
		font-size: 16px;
		line-height: 1.6!important
	}
	.section-cards .card-item .col-text .button {
		margin-top: 25px;
		font-size: 12px;
		min-width: 120px;
		padding: 10px 20px
	}
}

@media only screen and (max-width:768px) {

	.main-site-header.scrollH{    position: fixed;
		z-index: 9;
		top: 0;
		width: 100%;
		height: 60px;
		padding: 10px 0;
	}

	.category-nav {
		border: 0
	}
	.section-home-image-video-banner .content-wrap video {
		height: 100%
	}
	.section-newsletter .button .short {
		display: initial
	}
	.section-newsletter .button .long {
		display: none
	}
	.product-instruction-popup .product-instruction-popup-container {
		width: 700px
	}
	.not-found-page .products,
	.page-products-section .products,
	.woocommerce .products {
		padding: 20px 0
	}
	.news-events-title-bar {
		overflow: hidden;
		margin-right: -15px;
		margin-left: -15px
	}
	.press-page .press-items-wrap {
		padding-left: 0
	}
}

@media only screen and (max-width:680px) {
	.main-site-header {
		height: 80px;
		padding: 20px 0;
	}
	.main-site-header .logo-wrap {
		min-width: 120px;
			max-width: 120px;
	}
	.page-title-wrap {
		padding: 60px 40px
	}
	.page-title-wrap .title {
		font-size: 28px;
		margin: 0 0 20px
	}
	.page-title-wrap .page-title-flags-wrap {
		margin-top: -5px
	}
	.page-title-wrap .page-title-flags-wrap img {
		height: 40px
	}
	.page-title-wrap .subtitle {
		font-size: 16px
	}
	.page-title-wrap .scroll-down-btn {
		display: none
	}
	.page-title-wrap .overlay {
		opacity: .8!important
	}
	.breadcrumbs-wrap {
		padding: 25px 0
	}
	.breadcrumbs-wrap .kama_breadcrumbs {
		font-size: 14px
	}
	.border-left,
	.border-right {
		border: 0
	}
	.home-slider .owl-carousel .owl-dots {
		bottom: 20px
	}
	.home-slider .owl-carousel .item .slide-content {
		bottom: 60px
	}
	.home-slider .owl-carousel .item .slide-content h2 {
		font-size: 32px
	}
	.home-slider .owl-carousel .item .slide-content p {
		font-size: 16px
	}
	.section-cards {
		padding: 30px 0 20px
	}
	.section-cards .cards-titling-wrap {
		padding-bottom: 30px
	}
	.section-cards .cards-titling-wrap .cards-title {
		font-size: 24px;
		margin-bottom: 10px
	}
	.section-cards .cards-titling-wrap .cards-subtitle {
		font-size: 18px;
		margin-bottom: 10px
	}
	.section-cards .cards-titling-wrap .cards-title-link {
		font-size: 16px
	}
	.section-cards .card-item {
		height: auto;
		margin-bottom: 20px
	}
	.section-cards .card-item .col-text-inner {
		position: static;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 0
	}
	.section-cards .card-item .col-text {
		display: block;
		width: 100%;
		float: none;
		padding: 30px
	}
	.section-cards .card-item .col-text h3 {
		font-size: 16px!important;
		margin-bottom: 18px!important
	}
	.section-cards .card-item .col-text p {
		font-size: 14px!important;
		line-height: 1.6!important
	}
	.section-cards .card-item .col-text .button {
		margin-top: 25px;
		font-size: 12px;
		min-width: 120px;
		padding: 10px 20px
	}
	.section-cards .card-item .col-img {
		background-color: #fff;
		display: block;
		width: 100%;
		height: 40vh;
		float: none
	}
	.section-cards .card-item.inverse .col-img,
	.section-cards .card-item.inverse .col-text {
		float: none
	}
	.section-home-adaptors-banner {
		padding: 20px 0
	}
	.section-home-adaptors-banner .col-md-12 {
		padding: 0
	}
	.section-home-adaptors-banner .home-adaptors-banner {
		width: 100%
	}
	.section-home-adaptors-banner .home-adaptors-banner .banner-title {
		font-size: 24px
	}
	.section-home-adaptors-banner .home-adaptors-banner .b_tton,
	.section-home-adaptors-banner .home-adaptors-banner .banner-subtitle {
		font-size: 16px
	}
	.section-home-featured-products .featured-product-title,
	.section-rfid-relevant-products .rfid-product-title {
		font-size: 24px;
		margin-bottom: 30px
	}
	.section-home-featured-products {
		padding: 30px 0 0
	}
	.section-home-ifa-banner {
		padding: 0 0 30px
	}
	.section-rfid-relevant-products {
		padding: 10px 0 0
	}
	.section-magazine .magazine-carousel .owl-stage {
		padding-left: 0!important
	}
	.section-home-image-video-banner .content-wrap video {
		height: 100%
	}
	.section-home-image-video-banner .hover-wrap .desc-wrap p {
		display: none
	}
	.section-newsletter {
		padding: 35px 0
	}
	.section-newsletter .title {
		font-size: 14px;
		text-align: center;
		margin-bottom: 35px
	}
	.section-newsletter .input-text {
		width: 60%
	}
	.section-newsletter .b_tton {
		width: 40%
	}
	.section-newsletter .b_tton .short {
		display: initial
	}
	.section-newsletter .b_tton .long {
		display: none
	}
	.section-newsletter .newsletter-wrap .newsletter-error {
		position: relative;
		display: block;
		top: 0;
		right: 0;
		padding-top: 25px;
		text-align: center
	}
	.section-contact-us .title a,
	.section-contact-us .title b {
		display: inline-block;
		width: 100%
	}
	.section-contact-us {
		padding: 35px 0
	}
	.section-contact-us .title a {
		margin-left: 0;
		margin-top: 10px
	}
	.section-contact-us .socials {
		margin-top: 30px;
		text-align: left
	}
	.section-footer-copyright {
		padding: 40px 0
	}
	.section-footer-copyright .bottom-menu {
		margin-bottom: 35px
	}
	.section-footer-copyright .copyright-text {
		text-align: left
	}
	.about-us-page .section-1 .slogan-wrap {
		padding: 0 0 80px;
		margin-bottom: 20px
	}
	.about-us-page .section-1 .slogan-wrap:before {
		right: -10px;
		bottom: 20px
	}
	.about-us-page .section-1 .slogan-wrap p {
		font-size: 22px
	}
	.about-us-page .section-2 .cards-wrap {
		padding: 40px 0
	}
	.about-us-page .section-2 .cards-wrap .card-item {
		display: block
	}
	.about-us-page .section-2 .cards-wrap .card-item .col-img,
	.about-us-page .section-2 .cards-wrap .card-item .col-text {
		width: 100%;
		display: block
	}
	.about-us-page .section-2 .cards-wrap .card-item .col-text .inner {
		padding: 40px 30px;
		overflow: hidden
	}
	.about-us-page .section-insta-carousel .title.left {
		text-align: center;
		margin-bottom: 10px
	}
	.about-us-page .section-insta-carousel .title.right {
		text-align: center
	}
	.not-found-page .products,
	.page-products-section .products,
	.woocommerce .products {
		padding: 40px 0
	}
	.not-found-page .products .product .desc-wrap,
	.page-products-section .products .product .desc-wrap,
	.woocommerce .products .product .desc-wrap {
		min-height: 1px
	}
	.not-found-page .products .product .desc-wrap .color-select-wrap,
	.page-products-section .products .product .desc-wrap .color-select-wrap,
	.woocommerce .products .product .desc-wrap .color-select-wrap {
		position: relative;
		width: 100%;
		height: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 20px 40px;
		border: 0;
		border-top: 1px solid #f9f8f8
	}
	.not-found-page .products .product .desc-wrap .color-select-wrap p,
	.page-products-section .products .product .desc-wrap .color-select-wrap p,
	.woocommerce .products .product .desc-wrap .color-select-wrap p {
		display: none
	}
	.not-found-page .products .product .desc-wrap .color-select-wrap .colors,
	.page-products-section .products .product .desc-wrap .color-select-wrap .colors,
	.woocommerce .products .product .desc-wrap .color-select-wrap .colors {
		text-align: left
	}
	.not-found-page .products .product .desc-wrap .color-select-wrap .colors li,
	.page-products-section .products .product .desc-wrap .color-select-wrap .colors li,
	.woocommerce .products .product .desc-wrap .color-select-wrap .colors li {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		width: auto;
		margin: 0 10px 0 0
	}
	.not-found-page .products .product .desc-wrap .color-select-wrap .colors li:before,
	.page-products-section .products .product .desc-wrap .color-select-wrap .colors li:before,
	.single-product .breadcrumbs-wrap,
	.woocommerce .products .product .desc-wrap .color-select-wrap .colors li:before {
		display: none
	}
	.not-found-page .products .product .product-loop-title-wrap,
	.page-products-section .products .product .product-loop-title-wrap,
	.woocommerce .products .product .product-loop-title-wrap {
		font-size: 16px;
		width: 100%;
		padding: 25px 40px
	}
	.section-extra-mile .sec-title,
	.single-product-wrap .single-product-summary-wrap .title {
		font-size: 20px
	}
	.not-found-page .products .product .product-loop-title-wrap:before,
	.page-products-section .products .product .product-loop-title-wrap:before,
	.woocommerce .products .product .product-loop-title-wrap:before {
		width: 30px
	}
	.page-products-section .products {
		padding: 0
	}
	.product-instruction-popup .product-instruction-popup-container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		-webkit-transform: translate(0, 0)!important;
		-ms-transform: translate(0, 0)!important;
		transform: translate(0, 0)!important;
		padding: 30px
	}
	.product-instruction-popup .product-instruction-popup-container .product-instruction-tgl {
		position: absolute;
		right: 12px;
		top: 10px;
		display: block;
		line-height: 1
	}
	.product-instruction-popup .product-instruction-popup-container .img-wrap {
		display: block;
		width: 100%;
		margin-bottom: 20px
	}
	.product-instruction-popup .product-instruction-popup-container .img-wrap img {
		width: 100%
	}
	.product-instruction-popup .product-instruction-popup-container .desc-wrap {
		display: block;
		width: 100%;
		padding: 0
	}
	.blog-page .blog-categories-menu-wrap,
	.guaranty-page .nav-wrap .tab-nav,
	.news-items-wrap .news-item .desc-wrap .read-more,
	.section-footer-columns .footer-widget.right,
	.section-product-share .title {
		display: none
	}
	.single-product-wrap .section-product {
		padding: 0;
		background: #fff
	}
	.single-product-wrap .product-images-wrapper {
		margin-left: -15px;
		margin-right: -15px;
		border-bottom: 1px solid #e5e5e5
	}
	.single-product-wrap .section-product-info {
		padding: 40px 0
	}
	.single-product-wrap .section-product-info .details-wrap {
		overflow: hidden;
		padding: 40px 20px;
		border: 0
	}
	.single-product-wrap .section-product-info .features-wrap {
		overflow: hidden;
		padding: 40px 20px;
		border-bottom: 1px solid #e5e5e5
	}
	.single-product-wrap .section-product-info .tesmonials-carousel .item {
		padding: 30px;
		overflow: hidden
	}
	.single-product-wrap .single-product-summary-wrap {
		padding: 40px 0
	}
	.single-product-wrap .single-product-summary-wrap .color-select-wrap p {
		padding-top: 9px
	}
	.single-product-wrap .single-product-summary-wrap .color-select-wrap .colors li span {
		height: 33px;
		width: 33px
	}
	.single-product-wrap .section-product-service {
		padding: 30px 0 20px
	}
	.single-product-wrap .section-product-service .sec-title {
		font-size: 20px;
		margin-bottom: 40px
	}
	.single-product-wrap .section-product-service .product-service-card {
		padding: 40px 20px
	}
	.single-product-wrap .section-product-service .product-service-card .b_tton {
		margin-top: 30px
	}
	.section-extra-mile {
		padding-top: 40px
	}
	.section-extra-mile .sec-subtitle {
		margin-bottom: 40px;
		font-size: 16px
	}
	.section-extra-mile iframe {
		height: auto
	}
	.section-related-products {
		padding: 40px 0 20px
	}
	.section-related-products .related-products-title {
		font-size: 20px;
		margin-bottom: 40px
	}
	.section-product-share .social-buttons-wrap {
		float: none;
		width: 100%
	}
	.section-product-share .social-buttons-wrap ul li a {
		padding: 30px 0
	}
	.section-retailers {
		padding-bottom: 20px
	}
	.section-retailers .retailers-card {
		margin-bottom: 30px
	}
	.blog-page .blog-items-wrap {
		padding-top: 40px
	}
	.blog-page .blog-items-wrap .blog-item .img-wrap {
		min-height: 1px;
		height: 40vh
	}
	.blog-page .blog-items-wrap .blog-item .img-wrap .post-categories li {
		margin-bottom: 10px;
		margin-right: 5px
	}
	.blog-page .blog-items-wrap .blog-item .desc-wrap {
		padding: 20px
	}
	.blog-page .blog-items-wrap .blog-item .desc-wrap .title {
		font-size: 20px
	}
	.guaranty-page .nav-wrap {
		padding: 0;
		width: 100%;
		height: 30px;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.guaranty-page .nav-wrap .tabs-wrap {
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch
	}
	.guaranty-page .guar-item .lang-title {
		padding: 0 20px;
		margin-bottom: 20px
	}
	.guaranty-page .guar-item .lang-title:before {
		width: 30px
	}
	.guaranty-page .guar-item .tab-title {
		padding: 0 20px;
		margin-bottom: 10px
	}
	.guaranty-page .guar-item .desc-wrap {
		padding: 0 20px
	}
	.guaranty-page .section-guaranty-includes {
		padding: 40px 0
	}
	.guaranty-page .section-guaranty-includes .sec-title {
		margin-bottom: 40px
	}
	.guaranty-page .section-guaranty-includes .incudes-item {
		margin-bottom: 60px
	}
	.tesmonials-page .tesmonials-wrap .masonry-item {
		width: 100%
	}
	.tesmonials-page .tesmonials-wrap .tesm-item {
		width: 100%;
		padding: 40px
	}
	.tesmonials-page .tesmonials-wrap .tesm-item .author {
		margin-top: 20px
	}
	.tesmonials-page .tesmonials-wrap .trustpilot-item {
		width: 100%
	}
	.news-events-title-bar {
		padding: 20px 30px
	}
	.news-items-wrap {
		padding: 40px 0 20px
	}
	.news-items-wrap .news-item .img-wrap {
		position: static;
		height: 20vh;
		min-height: 200px;
		width: 100%
	}
	.news-items-wrap .news-item .desc-wrap {
		padding-left: 0
	}
	.events-items-wrap {
		padding: 40px 0 20px
	}
	.section-footer-columns {
		padding: 0;
		border: 0
	}
	.section-footer-columns .footer-widget {
		border-bottom: 1px solid #e5e5e5;
		margin-right: -20px;
		margin-left: -20px;
		padding: 0 20px
	}
	.section-footer-columns .footer-widget .widget-title {
		position: relative;
		padding: 25px 0;
		margin-bottom: 0
	}
	.section-footer-columns .footer-widget .widget-title:after {
		content: " ";
		position: absolute;
		left: -20px;
		bottom: 0;
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		height: 1px;
		background-color: #e5e5e5;
		opacity: 0;
		-webkit-transition: all .25s;
		transition: all .25s
	}
	.section-footer-columns .footer-widget .widget-title:before {
		content: " ";
		position: absolute;
		right: 0;
		top: -webkit-calc(50% - 4px);
		top: calc(50% - 4px);
		width: 11px;
		height: 8px;
		background-image: url(../img/icon-triangle.png);
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: all .25s;
		transition: all .25s
	}
	.section-footer-columns .footer-widget>div {
		padding: 20px 0;
		display: none
	}
	.section-footer-columns .footer-widget.opened .widget-title:before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.section-footer-columns .footer-widget.opened .widget-title:after {
		opacity: 1
	}
	.section-footer-columns .footer-widget.opened>div {
		display: block
	}
	.careers-page .careers-table thead,
	.careers-page .careers-top-bar .selector-wrap>span {
		display: none
	}
	.careers-page .careers-top-bar {
		border-bottom: 0
	}
	.careers-page .careers-top-bar .selector-wrap .selectric {
		border-right: 0;
		border-left: 0
	}
	.careers-page .careers-top-bar .selector-wrap .selectric-wrapper {
		border-bottom: 1px solid #e5e5e5;
		margin-right: -20px;
		margin-left: -20px;
		float: none
	}
	.careers-page .careers-section {
		padding: 60px 0
	}
	.careers-page .careers-table-wrap {
		overflow: hidden
	}
	.careers-page .careers-table {
		text-align: center
	}
	.careers-page .careers-table thead th {
		padding: 10px 20px;
		font-size: 14px
	}
	.careers-page .careers-table tr {
		border-bottom: 1px solid #e5e5e5
	}
	.careers-page .careers-table tr:last-of-type {
		border-bottom: 0
	}
	.careers-page .careers-table td {
		display: block;
		width: 100%;
		padding: 10px 20px
	}
	.careers-page .careers-table td:first-of-type {
		font-family: Montserrat, sans-serif;
		font-weight: 500;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 0
	}
	.careers-page .careers-table td:last-of-type {
		padding-bottom: 30px
	}
	.careers-page .careers-table .b_tton {
		padding: 10px 15px
	}
	.main-site-header.site-review-header {
		padding: 20px 0
	}
	.site-review-page .site-review-header .logo-wrap {
		max-width: 170px
	}
	.site-review-page .wpcf7-form .send-wrap .wpcf7-form-control-wrap {
		display: block;
		text-align: center
	}
	.site-review-page .wpcf7-form .send-wrap p {
		display: block;
		float: none;
		width: 100%
	}
	.site-review-page .wpcf7-form .send-wrap .b_tton {
		float: none;
		width: 100%
	}
	.adapter-search-page {
		padding: 40px 0 0
	}
	.adapter-search-page .adaptor-tabs-wrap .tab {
		font-size: 16px;
		padding: 10px 15px 9px;
		margin-bottom: 10px
	}
	.adapter-search-page .tab-content {
		padding-top: 25px
	}
	.adapter-search-page .tab-content .title {
		font-size: 24px
	}
	.adapter-search-page .products-sort-bar .count-wrap {
		font-size: 14px;
		line-height: 1.4
	}
	.adapter-search-page .adaptor-finder {
		padding-bottom: 40px
	}
	.adapter-search-page .adaptor-finder .page-title {
		font-size: 28px
	}
	.adapter-search-page .checkboxes-wrap .checkbox-item {
		display: block;
		margin-right: 0;
		margin-bottom: 15px
	}
	.adapter-search-page .checkboxes-wrap .checkbox-item .item-tooltip {
		top: -20px;
		right: 0;
		padding: 10px;
		font-size: 12px
	}
	.adapter-search-page .adaptor-types-wrap {
		max-width: 100%
	}
	.adapter-search-page .adaptor-types-wrap .adaptor-item {
		width: 49%;
		margin-right: 0;
		margin-bottom: 25px
	}
	.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap {
		width: 250px;
		left: -webkit-calc(50% - 40px);
		left: calc(50% - 40px)
	}
	.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap:after,
	.adapter-search-page .adaptor-types-wrap .adaptor-item .countries-list-wrap:before {
		left: 25px
	}
	.adapter-search-page .adaptor-types-wrap .adaptor-item:first-of-type .countries-list-wrap,
	.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(9) .countries-list-wrap {
		left: -webkit-calc(50% - 40px);
		left: calc(50% - 40px)
	}
	.adapter-search-page .adaptor-types-wrap .adaptor-item:first-of-type .countries-list-wrap:after,
	.adapter-search-page .adaptor-types-wrap .adaptor-item:first-of-type .countries-list-wrap:before,
	.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(9) .countries-list-wrap:after,
	.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(9) .countries-list-wrap:before {
		left: 25px
	}
	.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(even) .countries-list-wrap {
		left: auto;
		right: -webkit-calc(50% - 40px);
		right: calc(50% - 40px)
	}
	.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(even) .countries-list-wrap:after,
	.adapter-search-page .adaptor-types-wrap .adaptor-item:nth-of-type(even) .countries-list-wrap:before {
		left: auto;
		right: 25px
	}
	.adapter-search-page .selects-wrap>div {
		float: none;
		margin-bottom: 20px
	}
	.adapter-search-page .selects-wrap label {
		margin-bottom: 5px
	}
	.adapter-search-page .selects-wrap .from-select-wrap,
	.adapter-search-page .selects-wrap .to-select-wrap {
		width: 100%;
		margin-right: 0
	}
	.adapter-search-page .selects-wrap .submit-btn-wrap {
		padding: 0;
		width: 100%;
		margin: 0
	}
	.cookies-popup-wrap .col-close-wrap {
		text-align: center;
		padding: 0
	}
	.cookies-popup-wrap p {
		font-size: 14px
	}
}

@media only screen and (min-width:1600px) {
	.lSSlideOuter.vertical {
		padding-left: 250px
	}
}