/*
Theme Name: Pioneer - Responsive
Theme URI: 
Description: Child theme of responsive
Author: <a href="https://cyberchimps.com">CyberChimps</a>
Author URI: 
Template: responsive
Version: 4.7.3
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 15 Apr 2022 12:09:20 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/
@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('fonts/GothamPro.woff') format('woff'), url('fonts/GothamPro.ttf') format('truetype'), url('fonts/GothamPro.svg#GothamPro') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamPro-Medium';
	src: url('fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamPro-Medium.woff') format('woff'), url('fonts/GothamPro-Medium.ttf') format('truetype'), url('fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamPro-Bold';
	src: url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GothamPro-Bold.woff') format('woff'), url('fonts/GothamPro-Bold.ttf') format('truetype'), url('fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?27561563');
	src: url('../font/fontello.eot?27561563#iefix') format('embedded-opentype'), url('../font/fontello.woff2?27561563') format('woff2'), url('../font/fontello.woff?27561563') format('woff'), url('../font/fontello.ttf?27561563') format('truetype'), url('../font/fontello.svg?27561563#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
    ==== GRID ====
*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*Body & HTML Common CSS*/
html {
	height: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html.js {
	margin-top: 0 !important; 
	overflow-y: auto;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	display: inline-block;
	background: #060917;
	z-index: 9999;
}

#preloader svg {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	display: inline-block;
	width: 40px;
	height: 40px;
	z-index: 10001;
	/* background-color: #e7ad5a; */
	-webkit-animation: spin-animation 2s ease-in-out infinite;
	animation: spin-animation 2s ease-in-out infinite;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
 audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}
a {
	background: transparent;
	color: #444;
	text-decoration: none;
	-webkit-transition: color .2s, background 0.2s, border-color 0.2s;
	transition: color .2s, background 0.2s, border-color 0.2s;
}
 a:active, a:focus, a:hover {
	outline: 0;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
 b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
 sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	vertical-align: top;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
 code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
 button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
 button,select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	-webkit-transition: background .2s, border-color .2s, color .2s;
	transition: background .2s, border-color .2s, color .2s;
}
 button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
 input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	opacity: 0;
}
input[type="file"] {
	opacity: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 td, th {
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
 ol, ul {
	list-style: none;
}
 blockquote, q {
	quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: 0;
	box-sizing: border-box;
}
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
*:before, *:after {
	box-sizing: border-box;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
 .container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
 .tab-1, .lap-1, .desk-1, .all-2, .tab-2, .lap-2, .desk-2, .lg-2, .all-3, .tab-3, .lap-3, .desk-3, .lg-3, .all-4, .tab-4, .lap-4, .desk-4, .lg-4, .all-5, .tab-5, .lap-5, .desk-5, .lg-5, .all-6, .tab-6, .lap-6, .desk-6, .lg-6, .all-7, .tab-7, .lap-7, .desk-7, .lg-7, .all-8, .tab-8, .lap-8, .desk-8, .lg-8, .all-9, .tab-9, .lap-9, .desk-9, .lg-9, .all-10, .tab-10, .lap-10, .desk-10, .lg-10, .all-11, .tab-11, .lap-11, .desk-11, .lg-11, .all-12, .tab-12, .lap-12, .desk-12, .lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
 .all-1, .all-2, .all-3, .all-4, .all-5, .all-6, .all-7, .all-8, .all-9, .all-10, .all-11, .all-12 {
	float: left;
}
.all-1 {
	width: 8.33333%;
}
.all-2 {
	width: 16.66667%;
}
.all-3 {
	width: 25%;
}
.all-4 {
	width: 33.33333%;
}
.all-5 {
	width: 41.66667%;
}
.all-6 {
	width: 50%;
}
.all-7 {
	width: 58.33333%;
}
.all-8 {
	width: 66.66667%;
}
.all-9 {
	width: 75%;
}
.all-10 {
	width: 83.33333%;
}
.all-11 {
	width: 91.66667%;
}
.all-12 {
	width: 100%;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
 [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none; /* fix buttons height, for twitter bootstrap */
	line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
	margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-check:before {
	content: '\e800';
}
/*Body & HTML Common CSS*/

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.follow-us-photos li {
	list-style: none;
}
/**** Contact_us ****/
.address address {
	padding: 0;
	font-style: normal;
	background: transparent;
}
.contact-info .text {
	position: relative;
	z-index: 2;
	width: 80%;
	margin: -40px auto 0;
	padding: 30px 40px;
	text-align: left;
	color: #060917;
	background: #fff;
}
.contact-info .text div + div {
	margin-top: 25px;
}
.contact-info .map {
	height: 300px;
	background-size: cover;
}
.captcha-img, .contact-info .map {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.contact-info .text div + div {
	margin-top: 25px;
}
.contact-info h3 {
	text-transform: uppercase;
	color: #e7ad5a;
	font-family: 'GothamPro';
}
address span {
	display: block;
	font-family: 'GothamPro';
}
.contact-info .text a {
	display: block;
	color: #060917;
}
/**** Contact_us ****/
/*** Actual CSS ***/
/*** Our Fleet Page ****/
.fleet-categories .sub-category-content .category-image {
	width: 290px;
	height: 190px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.page-template-our_fleet .mCSB_scrollTools {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 16px;
    height: auto;
    opacity: .75;
    filter: 'alpha(opacity=75)';
    -ms-filter: 'alpha(opacity=75)';
}
.page-template-our_fleet .mCSB_scrollTools,.page-template-our_fleet  .mCSB_scrollTools .mCSB_buttonDown,.page-template-our_fleet  .mCSB_scrollTools .mCSB_buttonLeft,.page-template-our_fleet  .mCSB_scrollTools .mCSB_buttonRight,.page-template-our_fleet  .mCSB_scrollTools .mCSB_buttonUp,.page-template-our_fleet  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}
.page-template-our_fleet .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    height: 16px;
}
.page-template-our_fleet .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0!important;
}
.page-template-our_fleet .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
}
.page-template-our_fleet .mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #8f734e;
    width: 14px;
    margin: 0 1px;
}
.page-template-our_fleet .page-template-our_fleet .mCS-rounded-orange.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}
.page-template-our_fleet .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
}
.page-template-our_fleet .mCS-rounded-orange.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}
.page-template-our_fleet .mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}
.page-template-our_fleet .mCS-rounded-orange.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 1px;
	display: none;
}
.page-template-our_fleet .mCS-rounded-orange.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
	height: 1px;
    background-color: #8f734e;
}
.page-template-our_fleet .mCSB_scrollTools {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 16px;
    height: auto;
    opacity: .75;
    filter: 'alpha(opacity=75)';
    -ms-filter: 'alpha(opacity=75)';
}
.page-template-our_fleet .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    filter: 'alpha(opacity=40)';
    -ms-filter: 'alpha(opacity=40)';
}
.page-template-our_fleet .mCSB_scrollTools .mCSB_draggerRail {
    margin: 0 auto;
    border-radius: 16px;
}
.page-template-our_fleet .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
	border-radius: 16px;
}
.page-template-our_fleet .mCS-rounded-orange.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}
.page-template-our_fleet .mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #8f734e;
    width: 14px;
    margin: 0 1px;
}
.page-template-our_fleet .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
}
.page-template-our_fleet .mCSB_scrollTools .mCSB_dragger {
    z-index: 1;
    width: 100%;
    height: 30px;
    cursor: pointer;
}
.page-template-our_fleet-php ol, .page-template-our_fleet-php ul {
	list-style: none;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}
.page-template-our_fleet-php ol li, .page-template-our_fleet-php ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.page-template-our_fleet .mCSB_scrollTools.mCSB_scrollTools_horizontal::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #8f734e;
	top: calc(50% - 1.5px);
	background: ;
}
.fleet-categories .sub-categories {
    margin: 0 -10px 15px;
    text-align: left;
}
.fleet-categories .sub-categories>li {
    display: inline-block;
    margin: 0 25px 40px;
}
.fleet-categories .sub-categories > li.active h3 {
	cursor: pointer;
	color: #e7ad5a;
	font-size: 22px;
	text-transform: uppercase;
	font-family: GothamPro;
}
.fleet-categories .sub-categories > li h3 {
	cursor: pointer;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-family: GothamPro;
}
.fleet-categories .sub-categories h3 {
    font: 400 16px/24px;
	font-family: 'GothamPro';
    display: inline-block;
    cursor: pointer;
    transition: color .3s ease;
    color: #fff;
}
.fleet-categories .custom-scroll-wrap {
    min-height: 190px;
}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.fleet-categories .sub-category-content {
    display: table;
    max-width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}
.fleet-categories .sub-categories>li {
    display: inline-block;
    margin: 0 25px 40px;
}
.fleet-categories .sub-category-content li {
    display: table-cell;
    vertical-align: top;
}
.fleet-categories .sub-category-content .category-image {
    width: 290px;
    height: 190px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.fleet-categories .sub-category-content .category-image a {
    display: block;
    height: 100%;
}
.fleet-categories .sub-category-content li+li {
    padding-left: 15px;
}
/*** Our Fleet Page ****/
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom; /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}
.mCustomScrollBox { /* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.mCSB_container { /* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px; /* minimum dragger height */
	z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px; /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px; /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px; /* minimum dragger width */
	height: 100%;
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px; /* auto-expanded scrollbar */
	margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px; /* auto-expanded scrollbar */
	margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0; /* non-visible scrollbar */
	margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/

/* default theme ("light") */
.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
 .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0; /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px; /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px; /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px; /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px; /* auto-expanded scrollbar */
	height: 16px;
	margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px; /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px; /* auto-expanded scrollbar */
	width: 16px;
	margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px; /* auto-expanded scrollbar */
	margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}
/* ---------------------------------------- */

/* theme "rounded-orange" */
.mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #8f734e;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #8f734e;
	width: 1px;
}
.mCS-rounded-orange.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 1px;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #8f734e;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #8f734e;
}
.mCS-rounded-orange.mCSB_scrollTools {
	right: 4px;
}
.mCSB_outside + .mCS-rounded-orange.mCSB_scrollTools {
	right: -20px;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0 !important;
}
.mCS-rounded-orange.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}
.mCS-rounded-orange.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}
.mCS-rounded-orange.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-orange.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px; /* auto-expanded scrollbar */
	height: 16px;
	margin: -1px 0;
}
.mCS-rounded-orange.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-orange.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px; /* auto-expanded scrollbar */
}
.mCS-rounded-orange.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-orange.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px; /* auto-expanded scrollbar */
	width: 16px;
	margin: 0 -1px;
}
.mCS-rounded-orange.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-orange.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px; /* auto-expanded scrollbar */
	margin: 6px 0;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}
.mCS-rounded-orange.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
} 
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-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;
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.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;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	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 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.content {
	text-align: left;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #fff;
	letter-spacing: normal;
	font-family: 'GothamPro' !important;
}

.content h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.content h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.content h3 {
	font: bold 18px/28px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.content h4 {
	font: bold 16px/24px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.content h5 {
	font: normal 16px/24px "GothamPro", sans-serif;
	margin-bottom: 10px;
}

.content h6 {
	font: normal 12px/18px "GothamPro", sans-serif;
	margin-bottom: 10px;
}

.content p a,
.content ol a,
.content ul a {
	color: #e7ad5a;
}

.content p a:hover,
.content ol a:hover,
.content ul a:hover {
	text-decoration: underline;
}

.content ol {
	counter-reset: section;
	margin-bottom: 15px;
}

.content ol > li:before {
	content: counter(section) '.';
	counter-increment: section;
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.content ul {
	margin-bottom: 15px;
}

.content ul > li:before {
	content: '\2013';
	color: #e7ad5a;
	display: inline-block;
	margin-right: 10px;
}

.content blockquote {
	margin-bottom: 20px;
	text-align: center;
}

.content blockquote p:before {
	content: '\201C';
}

.content blockquote p:after {
	content: '\201D';
}

.content blockquote cite {
	color: #9c9c9c;
	font: normal 14px/18px "GothamPro", sans-serif;
	font-style: normal;
}

.content blockquote cite:before {
	content: '\2013';
	display: inline-block;
	margin-right: 5px;
}

.content img {
	height: auto;
	width: 100%;
}

.content img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.content img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.content img.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

.content .alignright {
	float: right;
}

.content .alignleft {
	float: left;
}

.content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content iframe {
	display: block;
	margin: 0 auto 1em;
	width: 100%;
}

.wpcf7-not-valid,
[class$="-wpcf7-not-valid"] {
	border-color: #ff5400 !important;
	color: #ff5400 !important;
}

.wpcf7-not-valid:focus,
[class$="-wpcf7-not-valid"]:focus {
	border-color: #ff5400 !important;
}

.wpcf7-not-valid .jcf-option-hideme,
[class$="-wpcf7-not-valid"] .jcf-option-hideme {
	color: #ff5400 !important;
}

.wpcf7-not-valid::-moz-placeholder {
	color: #ff5400 !important;
}

.wpcf7-not-valid:-ms-input-placeholder {
	color: #ff5400 !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
	color: #ff5400 !important;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	display: none !important;
}
#wpadminbar {
    z-index: 9 !important;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #060917;
	height: 60px;
	padding: 15px;
	text-align: center;
	-webkit-transition: background .4s ease .4s;
	transition: background .4s ease .4s;
	z-index: 8;
}

#header .logo {
	position: absolute;
	top: 15px;
	left: calc(50% - 62px);
	background-image: url(svg/logo.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 30px;
	text-indent: -9999px;
	width: 124px;
	z-index: 8;
}

#header .logo a {
	display: block;
	height: 100%;
}

#header .btn-menu {
	display: block;
	height: 24px;
	padding: 5px;
	position: relative;
	text-indent: -9999px;
	width: 30px;
	z-index: 10;
}

#header .btn-menu span {
	position: absolute;
	top: auto;
	left: 5px;
	bottom: 5px;
	right: 5px;
	background-color: #fff;
	height: 2px;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
}

#header .btn-menu span:before,
#header .btn-menu span:after {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	display: block;
	content: '';
	height: 2px;
}

#header .btn-menu span:before {
	top: -6px;
	-webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
}

#header .btn-menu span:after {
	top: -12px;
	-webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

#header .btn-menu.opened span {
	-webkit-transition-delay: .32s;
	transition-delay: .32s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

#header .btn-menu.opened span:after {
	top: 0;
	-webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
	transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
	opacity: 0;
}

#header .btn-menu.opened span:before {
	top: 0;
	-webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
	transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(-90deg) translateZ(0);
	transform: rotate(-90deg) translateZ(0);
}

#header .btn-menu.opened ~ .login-link {
	opacity: 0;
}

#header .login-link {
    background-image: url(svg/icon-user.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 30px;
    display: inline-block;
    opacity: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 5px;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 30px;
    font-family: 'GothamPro';
}
#header .register {
	height: 30px;
    display: inline-block;
    opacity: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
    padding: 0 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	color: #e7ad5a;
	font-size: 16px;
	margin-left: 10px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
    font-family: 'GothamPro';
}
#header .register::before {
	content: "/";
	height: auto;
	/* background-color: #e7ad5a; */
	display: inline-block;
	position: absolute;
	left: -6px;
	top: 0;
	vertical-align: middle;
}
#header .register::after {
	width: 100%;
	background-color: #e7ad5a;
	height: 1px;
	content: '';
	opacity: 0;
	left: 0;
	display: inline-block;
	position: absolute;
	bottom: -14px;
}
#header .register:hover::after {
	opacity: 1;
}
.no-dev #header .register {
    order: 4;
}
/*#header .login-link.disabled {
	cursor: default;
	opacity: .5;
}*/
#header .main-nav {
	position: fixed;
	top: 0;
	left: -100%;
	bottom: 0;
	background: #060917;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	z-index: 9;
}
#header .main-nav.opened {
	left: 0;
}
#header .main-nav.opened .main-menu {
	opacity: 1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
#header .nav-wrap {
	height: 100%;
	max-height: calc(100vh - 140px);
	margin: 70px auto;
	width: auto;
	max-width: 50vw;
}
#header .main-menu {
	color: #fff;
	font: bold 18px/28px "GothamPro", sans-serif;
	display: inline-block;
	opacity: 0;
	font-family: 'GothamPro';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
#header .main-menu li.opened a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#header .main-menu a {
	color: inherit;
	display: inline-block;
	height: 100%;
	padding: 10px;
	position: relative;
}
#header .sub-menu-wrap > a:after {
	position: absolute;
	top: 50%;
	right: -10px;
	border-color: #fff transparent;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	content: '';
	height: 0;
	margin-top: -3px;
	-webkit-transition: color .3s ease, -webkit-transform .3s ease;
	transition: color .3s ease, transform .3s ease;
	width: 0;
}
#header .current-menu-item {
	color: #e7ad5a;
}
#header .current-menu-item > a:after {
	border-color: #e7ad5a transparent;
}
#header .sub-menu {
	display: none;
	margin: 6px auto;
}
#header .sub-menu li {
	color: #fff;
	font: normal 16px/24px "GothamPro", sans-serif;
	font-family: 'GothamPro';
}
#header .sub-menu a {
	padding: 6px 10px;
}
#footer {
	background-color: #060917;
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	color: #c1c1c1;
	font: normal 14px/24px "GothamPro", sans-serif;
	padding: 45px 10px;
	font-family: 'GothamPro';
	text-align: left;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#footer.pushed {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
#footer .logo {
	background-image: url(svg/logo.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	height: 60px;
	text-indent: -9999px;
	width: 255px;
	z-index: 10;
}
#footer .logo a {
	display: block;
	height: 100%;
}
#footer .social {
	margin: 60px auto 0;
	text-align: center;
}
#footer .social h6 {
	color: #fff;
	margin-bottom: 30px;
}
#footer .follow-us-wrap ul {
	margin-left: 15px;
	margin-top: 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}
#footer .social ul a {
	color: inherit;
	display: block;
	height: 26px;
	padding: 5px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 26px;
}
#footer .social ul a svg {
	display: inline-block;
	height: 100%;
}
#footer .social ul a path {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#footer .social ul a:hover path {
	fill: #fff;
}

#footer .follow-us-wrap {
	margin-bottom: 60px;
}

#footer .copy {
	font: normal 12px/24px "GothamPro", sans-serif;
	margin: 0 auto 10px;
	text-align: center;
	text-transform: uppercase;
	max-width: 180px;
}

.popups {
	position: absolute;
	height: 0;
	overflow: hidden;
	top: -9999px;
	left: -9999px;
}

.fancybox-overlay {
	background: #060917;
	z-index: 997;
}

.fancybox-wrap {
	background: #060917;
	position: fixed !important;
	top: 0 !important;
	bottom: 0;
	padding-top: 60px;
	z-index: 998;
}

.fancybox-skin {
	background: #060917;
	box-shadow: none !important;
	border-radius: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden !important;
}

.popup {
	height: calc(100% - 60px);
	padding: 20px 25px;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	border: 1px solid #e7ad5a;
	border-radius: 50%;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;
	z-index: 999;
}

.popup .close:before,
.popup .close:after {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
	background: #e7ad5a;
	content: '';
	height: 1px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	width: 12px;
}

.popup .close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup .close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup .close:hover:before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.popup .close:hover:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.popup header {
	min-height: 47px;
	margin-bottom: 30px;
	padding: 0 30px;
	text-align: center;
}

.popup header h2 {
	position: relative;
	padding-bottom: 15px;
	color: #fff;
}

.popup header h2:after {
	content: "";
	width: 80px;
	height: 4px;
	background: #e7ad5a;
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
}

.popup header h2.password-title {
	display: none;
}

.popup .popup-wrapper {
	color: #fff;
	font: normal 16px/24px "GothamPro", sans-serif;
	height: 100%;
	max-height: calc(100% - 110px);
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 480px;
}

.popup .popup-wrapper.password-wrapper,
.popup .popup-wrapper.message-wrapper {
	display: none;
}

.popup .popup-wrapper.password-wrapper .btn {
	margin-top: 15px;
}

.popup .popup-wrapper form {
	margin: 0 auto;
	padding: 5px 0 10px;
	max-width: 370px;
}

.popup .popup-wrapper p {
	margin-bottom: 20px;
}

.popup .password-link {
	border-bottom: 1px dashed #fff;
	color: #fff;
	font: normal 14px/21px "GothamPro", sans-serif;
	display: inline-block;
	margin-bottom: 15px;
}

.popup .password-link:hover {
	border-color: transparent;
}

.popup .message-link {
	display: block;
}

.popup.our-fleet-popup {
	display: none;
	padding: 35px 25px 20px;
}

.popup.our-fleet-popup .close {
	top: 0;
}

.popup.our-fleet-popup .photo-slider {
	height: 100%;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

.popup.our-fleet-popup .owl-carousel {
	margin-bottom: 20px;
}

.popup.our-fleet-popup .slider-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 45vh;
	min-height: 280px;
	max-height: 585px;
	width: calc(100vw - 50px);
	max-width: 960px;
}

.popup.our-fleet-popup .photo-content {
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.popup.our-fleet-popup .photo-content .slider-nav {
	margin-bottom: 15px;
}

.popup.our-fleet-popup .photo-content h3 {
	margin-bottom: 10px;
}

.popup.our-fleet-popup .photo-content .columns {
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	columns: 2 300px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	line-height: 22px;
	margin: 0 auto;
	text-align: justify;
	max-width: 630px;
}

.popup.our-fleet-popup .photo-content .columns p:last-of-type {
	margin-bottom: 0;
}

/*heading*/

h1 {
	/* font: bold 32px/38px "GothamPro", sans-serif; */
	text-transform: uppercase;
	font-family: 'GothamPro-Bold';
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
}

h2 {
	/* font: bold 26px/32px "GothamPro", sans-serif; */
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	font-family: 'GothamPro-Bold';
}

h2.underlined {
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	font-family: 'GothamPro-Bold';
	margin-bottom: 35px;
}

h2.underlined:after {
	content: "";
	width: 80px;
	height: 4px;
	background: #e7ad5a;
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
}

h3 {
	color: #e7ad5a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	font-family: 'GothamPro-Bold';
	/* font: bold 18px/28px "GothamPro", sans-serif; */
	text-transform: uppercase;
}

h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	font-family: 'GothamPro-Bold';
	/* font: bold 16px/24px "GothamPro", sans-serif; */
	text-transform: uppercase;
}

h5 {
	font: normal 16px/24px "GothamPro", sans-serif;
}

h6 {
	font: normal 12px/18px "GothamPro", sans-serif;
}

p {
	margin-bottom: 10px;
}

address {
	font-style: normal;
}

address span {
	display: block;
}

/*buttons*/

.btn {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: transparent;
	border: 1px solid #e7ad5a;
	border-radius: 20px;
	color: #e7ad5a;
	cursor: pointer;
	display: inline-block;
	font-family: 'GothamPro';
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	/* font: normal 16px/20px "GothamPro", sans-serif; */
	height: 40px;
	outline: none;
	padding: 10px 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	max-width: 100%;
	min-width: 160px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-appearance: none;
}

.btn-orange {
	background-color: #e7ad5a;
	color: #fff;
}

.btn-arrow {
	overflow: hidden;
	text-indent: -500px;
	padding: 10px 15px;
	min-width: 50px;
	white-space: nowrap;
}

.btn-arrow:after {
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 11px);
	content: '';
	background-image: url(svg/long-arrow.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto;
	height: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	vertical-align: top;
	width: 22px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.no-dev .btn:hover,
.no-dev .btn:active {
	background-color: #e7ad5a;
	color: #fff;
}

.no-dev .btn-orange:hover,
.no-dev .btn-orange:active {
	background-color: transparent;
	color: #e7ad5a;
}

.no-dev .btn-orange:focus {
	background-color: #8f734e;
}

.no-dev .btn-arrow:hover,
.no-dev .btn-arrow:active {
	padding: 10px 60px 10px 30px;
	text-indent: 0;
}

.no-dev .btn-arrow:hover:after,
.no-dev .btn-arrow:active:after {
	background-image: url(svg/long-arrow-white.svg);
	left: calc(100% - 50px);
}

/*form styles*/

/*form-control*/

.form-group {
	display: block;
	margin-bottom: 15px;
	position: relative;
}

.form-group.checkbox-group {
	margin: 0 -10px;
	text-align: justify;
}

.form-group.checkbox-group:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.form-group.checkbox-group > * {
	margin: 0 10px 10px;
}

.form-control {
	background: none;
	border-color: rgba(231, 173, 90, 0.3);
	border-style: solid;
	border-radius: 0;
	border-width: 1px;
	box-shadow: none;
	color: #e7ad5a;
	height: 40px;
	font: normal 14px/18px "GothamPro", sans-serif;
	padding: 10px 15px;
	outline: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-appearance: none;
}

.form-control:focus,
.form-control:active {
	border-color: #e7ad5a;
}

.form-control.error {
	border-color: #ff5400 !important;
	color: #ff5400 !important;
}

.form-control.error:focus {
	border-color: #ff5400 !important;
}

textarea.form-control {
	border: 1px solid rgba(231, 173, 90, 0.3);
	height: auto;
	padding: 10px 15px;
	resize: none;
	-webkit-transition: none;
	transition: none;
	width: 100%;
}

div[contenteditable=true] {
	cursor: text;
	height: auto;
	min-height: 40px;
	text-align: left;
}

div[contenteditable=true]:empty:before {
	content: attr(data-placeholder);
	color: #fff;
	display: block;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

div[contenteditable=true]:focus:before {
	opacity: 0;
}

.jcf-hidden {
	-moz-appearance: none;
	border-width: 0 !important;
	height: 1px !important;
	left: -9999px !important;
	margin: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.form-control::-moz-placeholder {
	font: normal 14px/18px "GothamPro", sans-serif;
	color: #fff;
	opacity: 1;
	transition: all .3s ease-in-out;
}

.form-control:-ms-input-placeholder {
	font: normal 14px/18px "GothamPro", sans-serif;
	color: #fff;
	opacity: 1;
	transition: all .3s ease-in-out;
}

.form-control::-webkit-input-placeholder {
	font: normal 14px/18px "GothamPro", sans-serif;
	color: #fff;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-control:focus::-moz-placeholder {
	opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
	opacity: 0;
}

.form-control:focus::-webkit-input-placeholder {
	opacity: 0;
}

input[type="file"] {
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0;
}

input[type="checkbox"],
input[type="radio"] {
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0;
}

label {
	color: #9c9c9c;
	font: normal 13px/14px "GothamPro", sans-serif;
	display: block;
	padding: 10px 15px 0;
	text-align: left;
}

label.checkbox,
label.radio {
	cursor: pointer;
	font: normal 14px/24px "GothamPro", sans-serif;
	display: inline-block;
	padding: 0 0 0 50px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

label.checkbox:before,
label.radio:before {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	background-clip: content-box;
	border: 1px solid rgba(231, 173, 90, 0.3);
	border-radius: 50%;
	content: '';
	height: 24px;
	padding: 6px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 24px;
}

label.checkbox.checked,
label.radio.checked {
	color: #fff;
}

label.checkbox.checked:before,
label.radio.checked:before {
	background: #e7ad5a;
	border-color: rgba(231, 173, 90, 0.6);
	background-clip: content-box;
}

label.radio {
	padding-left: 35px;
}

/*error styles*/

.errorMessage {
	color: #ff0000;
	clear: both;
	width: 100%;
	font: normal 14px/18px "GothamPro", sans-serif;
	padding: 10px 0 0;
}

blockquote p:before {
	content: '\201C';
}

blockquote p:after {
	content: '\201D';
}

blockquote cite {
	color: #9c9c9c;
	font: normal 14px/18px "GothamPro", sans-serif;
	font-style: normal;
}

blockquote cite:before {
	content: '\2013';
	display: inline-block;
	margin-right: 5px;
}

html.stop-scroll,
body.stop-scroll {
	overflow: hidden;
}

body {
	background-color: #060917;
	color: #fff;
	font: normal 16px/25px "GothamPro", sans-serif;
}

.wrapper {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 100vh;
}

#header,
#footer {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

/* #preloader { */
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	/* bottom: 0; */
	/* right: 0; */
	/* background: #060917; */
	/* z-index: 9999; */
/* } */

/* #preloader svg { */
	/* position: absolute; */
	/* top: calc(50% - 20px); */
	/* left: calc(50% - 20px); */
	/* -webkit-animation: spin-animation 3s ease-in-out infinite; */
	/* animation: spin-animation 3s ease-in-out infinite; */
/* } */

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.page.pushed {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.section {
	min-height: 100vh;
	padding: 80px 0 70px;
	text-align: center;
}

.section.form-section {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 798px;
}

.section article p a {
	color: #e7ad5a;
}

.section article p a:hover {
	text-decoration: underline;
}

.slider-nav {
	color: #e7ad5a;
	margin-bottom: 30px;
}

.slider-nav .slide-counter {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}

.slider-nav .owl-prev,
.slider-nav .owl-next {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin: 0 5px;
	position: relative;
	text-indent: -9999px;
	-webkit-transition: left .3s ease, right .3s ease, opacity .3s ease;
	transition: left .3s ease, right .3s ease, opacity .3s ease;
	vertical-align: middle;
	width: 27px;
}

.slider-nav .owl-prev.disabled,
.slider-nav .owl-next.disabled {
	cursor: default;
	opacity: .3;
}

.slider-nav .owl-prev {
	background-image: url('svg/arrow-long-left.svg');
	left: 0;
}

.slider-nav .owl-prev:hover {
	left: -5px;
}

.slider-nav .owl-prev.disabled:hover {
	left: 0;
}

.slider-nav .owl-next {
	background-image: url('svg/arrow-long-right.svg');
	right: 0;
}

.slider-nav .owl-next:hover {
	right: -5px;
}

.slider-nav .owl-next.disabled:hover {
	right: 0;
}

/*
    ==== GRID ====
*/

#header {
	background:#060917;
}
.home #header {
	background: transparent;
}

#header .logo-big {
	top: 30vh;
	left: 50%;
	height: 65px;
	margin-left: -135px;
	margin-top: -30px;
	opacity: 0;
	width: 270px;
	-webkit-animation: fade-in-animation .5s ease forwards .5s;
	animation: fade-in-animation .5s ease forwards .5s;
}

#header .logo-big.opened {
	top: -15px;
	height: 30px;
	margin-left: -62px;
	margin-top: 0;
	opacity: 0;
	width: 124px;
	-webkit-animation: logo-mob .5s normal forwards;
	animation: logo-mob .5s normal forwards;
}

#header.fixed {
	background: #060917;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

#header.fixed .logo-big {
	top: -15px;
	height: 30px;
	margin-left: -62px;
	margin-top: 0;
	opacity: 0;
	width: 124px;
	-webkit-animation: logo-mob .5s normal forwards;
	animation: logo-mob .5s normal forwards;
}

.main {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 75% 50%;
	background-size: cover;
	height: 100vh;
	min-height: 320px;
	text-align: center;
	padding: 60px 15px;
	position: relative;
	z-index: 1;
}

.main:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3) -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.2));
	background: rgba(0, 0, 0, 0.3) radial-gradient(transparent, rgba(0, 0, 0, 0.2));
	content: '';
	z-index: -1;
}

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 25px;
	display: none;
	border: 1px solid #fff;
	border-radius: 13px;
	height: 40px;
	margin-left: -13px;
	padding: 8px;
	text-align: center;
	width: 26px;
	z-index: 99;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-animation: scroll-down 1.5s linear .3s infinite alternate;
	animation: scroll-down 1.5s linear .3s infinite alternate;
}

.scroll-down:after {
	background: #fff;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 4px;
	vertical-align: top;
	width: 4px;
}

.scroll-down:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.section article + article {
	margin: 70px auto 0;
}

.photo-slider {
	padding: 0 5px;
}

.photo-slider .owl-carousel {
	margin: 0 -20px;
	width: auto;
}

.photo-slider .slider-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 50vh;
	min-height: 250px;
	max-height: 535px;
}

.photo-navigation {
	margin-top: -20px;
}

.photo-navigation .photo-thumbs {
	display: none;
}

.photo-navigation .photo-content {
	background: #fff;
	color: #000;
	max-height: 350px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	text-align: center;
	max-width: 280px;
	z-index: 2;
}

.photo-navigation .slider-nav {
	margin-bottom: 20px;
}

.photo-navigation .photo-text {
	font: normal 14px/18px "GothamPro", sans-serif;
	max-height: 215px;
	margin-bottom: 20px;
	overflow: hidden;
}

.photo-navigation .photo-text p {
	margin-bottom: 0;
}

.services-list .service-info {
	margin: 0 auto;
	padding: 0 15px;
}

.services-list .service-icon {
	background: #fff;
	border-radius: 50%;
	height: 64px;
	margin: 0 auto 25px;
	position: relative;
	width: 64px;
}

.services-list .service-icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: auto;
	width: 60%;
}

.services-list h3 {
	margin-bottom: 5px;
}

.services-list p {
	font: normal 14px/21px "GothamPro", sans-serif;
	height: 65px;
	margin-bottom: 25px;
	overflow: hidden;
}

.services-list .owl-dot {
	display: inline-block;
	margin-top: 35px;
	padding: 5px;
	vertical-align: top;
}

.services-list .owl-dot span {
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 10px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	width: 10px;
}

.services-list .owl-dot.active span {
	background-color: rgba(255, 255, 255, 0.5);
}

.twitter-link {
	color: #e7ad5a;
	font: normal 18px/28px "GothamPro", sans-serif;
	display: inline-block;
	margin-bottom: 30px;
}

.twitter-link:hover {
	text-decoration: underline;
}

.follow-us-photos {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 230px;
	margin: 0 -15px;
	overflow: hidden;
}

.follow-us-photos li {
	height: 165px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 -15px;
	position: relative;
	z-index: 2;
	width: 165px;
}

.follow-us-photos li:nth-of-type(odd) {
	-ms-flex-item-align: end;
	align-self: flex-end;
	z-index: 1;
}

.follow-us-photos .follow-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('fancybox_sprite@2x.png');
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
	background-image: url('fancybox_loading@2x.gif');
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}

}

@media (min-width: 640px) {

.container {
	width: 100%;
}

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

.tab-1 {
	width: 8.33333%;
}

.tab-2 {
	width: 16.66667%;
}

.tab-3 {
	width: 25%;
}

.tab-4 {
	width: 33.33333%;
}

.tab-5 {
	width: 41.66667%;
}

.tab-6 {
	width: 50%;
}

.tab-7 {
	width: 58.33333%;
}

.tab-8 {
	width: 66.66667%;
}

.tab-9 {
	width: 75%;
}

.tab-10 {
	width: 83.33333%;
}

.tab-11 {
	width: 91.66667%;
}

.tab-12 {
	width: 100%;
}

}

@media (min-width: 768px) {

.container {
	width: 100%;
}

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

.lap-1 {
	width: 8.33333%;
}

.lap-2 {
	width: 16.66667%;
}

.lap-3 {
	width: 25%;
}

.lap-4 {
	width: 33.33333%;
}

.lap-5 {
	width: 41.66667%;
}

.lap-6 {
	width: 50%;
}

.lap-7 {
	width: 58.33333%;
}

.lap-8 {
	width: 66.66667%;
}

.lap-9 {
	width: 75%;
}

.lap-10 {
	width: 83.33333%;
}

.lap-11 {
	width: 91.66667%;
}

.lap-12 {
	width: 100%;
}

}

@media screen and (min-width: 768px) {

.content img,
.content iframe {
	width: 50%;
}

.popup {
	padding: 20px 30px;
}

.popup .close {
	right: 30px;
}

.popup.our-fleet-popup .photo-slider {
	max-width: 768px;
}

.popup.our-fleet-popup .slider-image {
	height: 65vh;
	min-height: 320px;
	max-height: 585px;
	max-width: 768px;
}
.contact-info {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}
.contact-info .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	flex-direction: column;
	width: 45%;
	font-family: 'GothamPro';
	min-height: 295px;
	margin: 0;
	padding: 45px 65px 40px;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact-info .map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 61%;
  height: auto;
  min-height: 375px;
}
}

@media (min-width: 1024px) {

.container {
	width: 960px;
}

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

.desk-1 {
	width: 8.33333%;
}

.desk-2 {
	width: 16.66667%;
}

.desk-3 {
	width: 25%;
}

.desk-4 {
	width: 33.33333%;
}

.desk-5 {
	width: 41.66667%;
}

.desk-6 {
	width: 50%;
}

.desk-7 {
	width: 58.33333%;
}

.desk-8 {
	width: 66.66667%;
}

.desk-9 {
	width: 75%;
}

.desk-10 {
	width: 83.33333%;
}

.desk-11 {
	width: 91.66667%;
}

.desk-12 {
	width: 100%;
}

}

@media screen and (min-width: 1024px) {

.mCSB_outside + .mCS-rounded-orange.mCSB_scrollTools {
	right: -30px;
}

.popup.our-fleet-popup .close {
	top: 50px;
}

}

@media (min-width: 1280px) {

.container {
	width: 1200px;
}

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

.lg-1 {
	width: 8.33333%;
}

.lg-2 {
	width: 16.66667%;
}

.lg-3 {
	width: 25%;
}

.lg-4 {
	width: 33.33333%;
}

.lg-5 {
	width: 41.66667%;
}

.lg-6 {
	width: 50%;
}

.lg-7 {
	width: 58.33333%;
}

.lg-8 {
	width: 66.66667%;
}

.lg-9 {
	width: 75%;
}

.lg-10 {
	width: 83.33333%;
}

.lg-11 {
	width: 91.66667%;
}

.lg-12 {
	width: 100%;
}

}

@media screen and (min-width: 1280px) {
/*** contact_us_page****/
.contact-info .text {
	font: 400 18px/28px 'Gotham A','Gotham B',sans-serif;
	width: 48%;
	min-height: 350px;
}
/*** contact_us_page****/
/*** Our Fleet Page ****/
.fleet-categories > li + li {
	margin-top: 35px;
}

.fleet-categories .sub-categories {
	margin: 0 -10px 15px;
	text-align: left;
}

.fleet-categories .sub-categories > li {
	display: inline-block;
	margin: 0 10px 10px;
}

.fleet-categories .sub-categories > li.active h3 {
	color: #e7ad5a;
	cursor: default;
}

.fleet-categories .sub-categories h3 {
	color: #fff;
	cursor: pointer;
	font: normal 16px/24px "GothamPro", sans-serif;
	display: inline-block;
	transition: color .3s ease;
}

.fleet-categories .custom-scroll-wrap {
	min-height: 190px;
}

.fleet-categories .custom-scroll-wrap.image-preloader {
	position: relative;
	-webkit-animation: fade-in-animation .5s ease forwards;
	animation: fade-in-animation .5s ease forwards;
}

.fleet-categories .custom-scroll-wrap.image-preloader:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #060917;
	content: '';
	z-index: 50;
}

.fleet-categories .custom-scroll-wrap.image-preloader:after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	background-image: url(../../svg/icon-custom-builds.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 40px;
	width: 40px;
	z-index: 51;
	-webkit-animation: spin-animation 3s ease-in-out infinite;
	animation: spin-animation 3s ease-in-out infinite;
}
.fleet-categories .sub-category-content {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	max-width: 100%;
}

.fleet-categories .sub-category-content li {
	display: table-cell;
	vertical-align: top;
}

.fleet-categories .sub-category-content li + li {
	padding-left: 15px;
}

.fleet-categories .sub-category-content .message {
	display: block;
	width: 280px;
	margin: 0 auto;
}

.fleet-categories .sub-category-content .message > span {
	display: inline-block;
	padding: 50px 10px;
	color: #8f734e;
}

.fleet-categories .sub-category-content .category-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 190px;
	margin-bottom: 5px;
	width: 290px;
}

.fleet-categories .sub-category-content .category-image a {
	display: block;
	height: 100%;
}
.fleet-categories .sub-category-content .category-image {
	width: 370px;
	height: 245px;
}
/*** Our Fleet Page ****/
.content h1 {
	font: bold 42px/52px "GothamPro", sans-serif;
	margin-bottom: 35px;
}

.content h2 {
	font: bold 36px/40px "GothamPro", sans-serif;
	margin-bottom: 25px;
}

.content h3 {
	font: bold 22px/32px "GothamPro", sans-serif;
	margin-bottom: 20px;
}

.content h4 {
	font: bold 18px/28px "GothamPro", sans-serif;
	margin-bottom: 20px;
}

.content h5 {
	font: normal 18px/28px "GothamPro", sans-serif;
	margin-bottom: 15px;
}

.content h6 {
	font: normal 12px/18px "GothamPro", sans-serif;
	margin-bottom: 15px;
}

.content blockquote {
	margin-bottom: 25px;
}

.no-dev .stop-scroll #header {
	right: 0;
}

.no-dev #header {
	right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
}

.no-dev #header .logo {
	top: 20px;
	left: calc(50% - 102px);
	height: 49px;
	width: 204px;
}

.no-dev #header .btn-menu {
	display: none;
}

.no-dev #header .login-link {
	background-position: 0 4px;
	color: #e7ad5a;
	height: auto;
	line-height: 28px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 0 0 30px;
	position: relative;
	text-indent: 0;
	width: auto;
}

.no-dev #header .login-link:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #e7ad5a;
	content: '';
	height: 1px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, width .3s ease;
	transition: opacity .3s ease, width .3s ease;
	width: 0;
}

.no-dev #header .login-link:not(.disabled):hover:after {
	opacity: 1;
	width: 100%;
}

.no-dev #header .main-nav {
	position: relative;
	top: 0;
	left: 0;
	background: transparent;
	-webkit-transition: none;
	transition: none;
	width: auto;
}

.no-dev #header .nav-wrap {
	max-height: 100%;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

.no-dev #header .main-menu {
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}

.no-dev #header .main-menu li {
	display: inline-block;
	padding: 15px 60px 15px 0;
	-webkit-transition: padding .3s ease 0s;
	transition: padding .3s ease 0s;
}

.no-dev #header .main-menu li.opened a:before {
	opacity: 1;
	width: 100%;
}

.no-dev #header .main-menu > li:nth-of-type(3) {
	padding-right: 320px;
}

.no-dev #header .main-menu a {
	padding: 0;
	font-family: 'GothamPro-Bold';
}

.no-dev #header .main-menu a:before {
	position: absolute;
	left: 50%;
	bottom: -15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #e7ad5a;
	content: '';
	height: 1px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, width .3s ease;
	transition: opacity .3s ease, width .3s ease;
	width: 0;
}

.no-dev #header .main-menu a:after {
	right: -20px;
}

.no-dev #header .main-menu a:hover {
	color: #e7ad5a;
}

.no-dev #header .main-menu a:hover:before {
	opacity: 1;
	width: 100%;
}

.no-dev #header .main-menu a:hover:after {
	border-color: #e7ad5a transparent;
}

.no-dev #header .sub-menu {
	position: absolute;
	top: 100%;
	left: -30px;
	background: #060917;
	margin: 0 0 5px;
	z-index: 999;
}

.no-dev #header .sub-menu li {
	padding: 15px 30px;
}

.no-dev #header .sub-menu a {
	padding: 0;
}

.no-dev #header .sub-menu a:before {
	display: none;
}

.no-dev #header .sub-menu a:hover {
	color: #e7ad5a;
}

#footer {
	font-size: 12px;
	padding: 50px 40px;
}

#footer .logo {
	display: block;
	margin-bottom: 40px;
}

#footer .footer-info {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer p {
	max-width: 364px;
}

#footer .social {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: -20px 0 0;
	text-align: right;
}

#footer .follow-us-wrap {
	margin: 0 -5px;
}

#footer .follow-us-wrap h6,
#footer .follow-us-wrap ul {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

#footer .follow-us-wrap ul {
	margin-left: 15px;
}

#footer .follow-us-wrap ul li {
	margin: 0 5px;
}

#footer .copy {
	line-height: 24px;
	max-width: none;
}

.no-dev .fancybox-wrap {
	padding-top: 90px;
}

.no-dev .popup {
	height: calc(100% - 90px);
	padding: 40px;
}

.no-dev .popup header {
	margin-bottom: 40px;
}

.no-dev .popup header h2 {
	padding-bottom: 20px;
}

.no-dev .popup .close {
	top: 40px;
	right: 40px;
	height: 31px;
	width: 31px;
}

.no-dev .popup .close:before,
.no-dev .popup .close:after {
	left: calc(50% - 7px);
	width: 14px;
}

.no-dev .popup .popup-wrapper {
	font: normal 18px/30px "GothamPro", sans-serif;
	max-height: calc(100% - 100px);
	max-width: 530px;
}

.no-dev .popup .popup-wrapper p {
	margin-bottom: 30px;
}

.no-dev .popup.our-fleet-popup .photo-slider {
	max-width: 960px;
}

.no-dev .popup.our-fleet-popup .slider-image {
	max-width: 960px;
}

.no-dev .popup.our-fleet-popup .owl-carousel {
	margin-bottom: 30px;
}

.no-dev .popup.our-fleet-popup .photo-content .slider-nav {
	margin-bottom: 20px;
}

.no-dev .popup.our-fleet-popup .photo-content h3 {
	margin-bottom: 25px;
}

h1 {
	font-size:42px;
	line-height: 52px;
}

h2 {
	font-size:36px;
	line-height:40px;
}

h2.underlined {
	margin-bottom: 65px;
	padding-bottom: 20px;
}

h3 {
	font-size:22px;
	line-height: 32px;
}

h4 {
	font-size:18px;
	line-height: 28px;
}

h5 {
	font-size:18px;
	line-height: 28px;
}

h6 {
	font: normal 12px/18px "GothamPro", sans-serif;
}

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

.form-group.checkbox-group {
	margin-bottom: 30px;
}

.form-group.checkbox-group > * {
	margin-bottom: 0;
}

.form-control {
	font: normal 16px/28px "GothamPro", sans-serif;
	height: 60px;
	padding: 15px 30px;
}

textarea.form-control {
	padding: 15px 30px;
}

div[contenteditable=true] {
	font: normal 16px/18px "GothamPro", sans-serif;
	min-height: 60px;
	margin-bottom: 45px;
	padding: 20px 30px;
}

.form-control::-moz-placeholder {
	font: normal 16px/28px "GothamPro", sans-serif;
}

.form-control:-ms-input-placeholder {
	font: normal 16px/28px "GothamPro", sans-serif;
}

.form-control::-webkit-input-placeholder {
	font: normal 16px/28px "GothamPro", sans-serif;
}

label {
	padding: 10px 30px 0;
}

.section {
	padding: 130px 0 100px;
}

.slider-nav {
	border: 1px solid #e7ad5a;
	border-radius: 20px;
	display: inline-block;
	padding: 6px 10px;
	min-width: 150px;
	width: auto;
}

.no-dev #header .logo-big {
	top: 50vh;
	left: 50%;
	height: 147px;
	margin-left: -309px;
	margin-top: -147px;
	width: 618px;
}

.no-dev .home #header .main-menu > li:nth-of-type(3) {
	padding-right: 60px;
}

.no-dev #header .sub-menu {
	background: transparent;
	-webkit-transition: background 0s ease 0s;
	transition: background 0s ease 0s;
}

.no-dev #header.fixed .logo-big {
	top: -20px;
	height: 49px;
	margin-left: -102px;
	margin-top: 0;
	width: 204px;
	-webkit-animation: logo-lap .75s normal forwards;
	animation: logo-lap .75s normal forwards;
}

.no-dev #header.fixed .main-menu > li:nth-of-type(3) {
	padding-right: 320px;
}

.no-dev #header.fixed .sub-menu {
	background: #060917;
	-webkit-transition: background .5s ease .5s;
	transition: background .5s ease .5s;
}

.main {
	min-height: 600px;
	padding: 90px 30px 115px;
}

.scroll-down {
	display: block;
}

.section article + article {
	margin-top: 100px;
}

.our-fleet > .container {
	width: 100%;
	max-width: 1670px;
}

.photo-slider {
	padding: 0 15px;
}

.photo-slider .owl-carousel {
	margin: 0;
}

.photo-slider .slider-image {
	height: 535px;
	max-height: none;
}

.photo-navigation {
	margin-top: -185px;
	position: relative;
	z-index: 2;
}

.photo-navigation .photo-thumbs {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.photo-navigation .photo-preview {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 215px;
	width: 33.33%;
	max-width: 370px;
}

.photo-navigation .photo-preview.active {
	display: none;
}

.photo-navigation .photo-content {
	height: 460px;
	max-height: none;
	padding: 30px;
	margin: 0 auto;
	width: 33.33%;
	max-width: 370px;
}

.photo-navigation .slider-nav {
	margin-bottom: 30px;
}

.photo-navigation .photo-text {
	font: normal 18px/24px "GothamPro", sans-serif;
	max-height: 265px;
	margin-bottom: 25px;
	padding: 0 25px;
}

.services-list .service-info {
	padding: 10px 30px;
}

.services-list .service-icon {
	background: transparent;
	box-shadow: inset 0 0 0 1px #fff;
	height: 70px;
	position: relative;
	-webkit-transition: 1s;
	transition: 1s;
	width: 70px;
}

.services-list .service-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
	content: '';
	height: 100%;
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
}

.services-list .service-icon svg {
	z-index: 1;
}

.services-list .service-icon svg path {
	-webkit-transition: 1s;
	transition: 1s;
}

.services-list h3 {
	overflow: hidden;
}

.no-dev .services-list .service-icon.animated:after {
	opacity: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.no-dev .services-list .service-icon.animated svg path {
	fill: #fff;
}

.follow-us .underlined {
	margin-bottom: 30px;
}

.twitter-link {
	margin-bottom: 55px;
}

.follow-us-photos {
	height: 365px;
	margin: 0 -15px;
}
.contact-info .map {
  min-height: 430px;
}
.follow-us-photos li {
	height: 265px;
	margin: 0 -25px;
	width: 265px;
}

}
.services-list p {
	font-size: 16px;
	line-height: 21px;
	font-family: 'GothamPro';
}
.page-id-2764 #wrapper .content-outer.container {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}
.page-id-2764 #wrapper .content-outer.container .site-content-header {
	display: none;
}
.page-id-2764 #wrapper .content-outer.container #primary {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}
.page-id-2764 #wrapper .content-outer.container .type-page {
	background: transparent;
	position: relative;
	float: none;
	display: inline-block;
	width: 100%;
	margin: 100px auto;
	max-width: 100%;
}
.page-id-2764 #wrapper .content-outer.container .type-page .thumbnail {
	display: none;
}
.page-id-2764 #wrapper .content-outer.container .type-page .entry-title.post-title {
	display: none;
}
.page-id-2764 #wrapper .content-outer.container .type-page h2.underlined {
	text-align: center;
}
.gform_wrapper form {
	width: 100%;
	font-family: 'GothamPro';
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.gform_wrapper form input {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #e7ad5a;
	font-family: 'GothamPro';
	border-width: 1px;
	border-style: solid;
	border-color: rgba(231,173,90,.89);
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	padding: 15px 30px;
	font-size: 16px;
	height: 60px;
}
.page-id-2764 #wrapper .content-outer.container .type-page .gform_wrapper form input {
	padding: 15px 30px;
}
.gform_wrapper form p {
	font-size: 18px;
	font-weight: 600;
	margin: 15px auto;
	font-family: 'GothamPro';
	display: inline-block;
	padding: 0;
	line-height: 1.75;
}
.gform_wrapper form p.user_meta {
	color: #fff;
	text-align: left;
}
.gform_wrapper form input::placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'GothamPro';
	font-weight: 600;
}
.gform_wrapper form #gform_submit_button_4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	position: relative;
	font-family: 'GothamPro';
	display: inline-block;
	width: auto;
	min-width: 160px;
	max-width: 100%;
	height: 40px;
	padding: 10px 30px !important;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: unset;
	border: 1px solid #e7ad5a;
	border-radius: 20px;
	background-color: #e7ad5a;
	color: #ffffff;
}
.gform_wrapper form #gform_submit_button_4:hover {
	color: #e7ad5a;
	background-color: transparent;
}
.gform_wrapper form .gform_footer.top_label {
	width: 100%;
	text-align: center;
	margin: 30px auto;
	display: inline-block;
}
.black .gform_confirmation_message {
	color: #fff;
	font-size: 16px;
}
/*Registration Page css ends*/
/*For Sale CSS*/
.fleet-categories .sub-categories li {
	width: 45%;
	text-align: left;
	margin: 0 15px;
}
.fleet-categories .sub-category-content .category-image {
	width: 560px;
	height: 245px;
}
.photo-content {
	margin-top: 100px;
	font-family: 'GothamPro';
	font-weight: 400;
	border: 1px solid #e7ad5a;
	padding: 50px;
	display: inline-block;
	width: 100%;
}
.photo-content .photo-text h3 {
	display: inline-block;
	margin: 0 auto 15px;
	color: #e7ad5a;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
}
.photo-content .photo-text h4 {
	display: inline-block;
	margin: 20px auto 0;
	width: 100%;
	font-size: 18px;
}
/*For Sale CSS ends*/
/*Portal CSS*/
#portal-login {
	width: 800px;
	display: block;
	margin: 150px auto;
	max-width: 100%;
}
#portal-login #loginform {
	width: 500px;
	display: inline-block;
	margin: 50px auto 0;
	font-family: 'GothamPro';
	max-width: 100%;
}
#portal-login #loginform p {
	width: 100%;
	font-family: 'GothamPro';
	color: #ffffff;
	margin: 0 auto 30px;
}
#portal-login #loginform p label {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
	display: none;
	margin: 0 auto 10px;
	font-weight: 500;
}
#portal-login #loginform p input {
	background: transparent;
	height: 60px;
	padding: 15px 30px;
	border: 1px solid rgba(231,173,90,.89);
	color: #e7ad5a;
	font-size: 16px;
	box-shadow: none;
	border-radius: 0px;
}
#portal-login #loginform p input::placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'GothamPro';
	font-weight: 500;
}
#portal-login #loginform #wp-submit {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	position: relative;
	font-family: 'GothamPro';
	display: inline-block;
	width: auto;
	min-width: 160px;
	max-width: 100%;
	height: 40px;
	padding: 10px 30px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: unset;
	border: 1px solid #e7ad5a;
	border-radius: 20px;
	background-color: #e7ad5a;
	color: #ffffff;
}
#portal-login #loginform #wp-submit:hover {
	background-color: transparent ;
	color: #e7ad5a;
}
/*Portal CSS ends*/
.page-template-registration-php .gform_confirmation_wrapper {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.page-template-registration-php .gform_confirmation_message {
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	width: auto !important;
	display: inline-block;
	font-family: 'GothamPro';
	margin: 0 auto;
	border: 1px solid #e7ad5a;
}
.gform_confirmation_message {
	display: inline-block;
	width: 100% !important;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 15px 30px;
}
.page-template-tours-php .icon_rep svg {
	width: 22px;
}
@media screen and (min-width: 1600px) {

.content img,
.content iframe {
	width: 33.33%;
}

.no-dev .popup {
	padding: 125px 50px 50px;
}

.no-dev .popup header {
	min-height: 60px;
	margin-bottom: 60px;
}

.no-dev .popup .close {
	top: 125px;
	right: 50px;
}

.no-dev .popup .popup-wrapper {
	max-height: calc(100% - 120px);
}

.no-dev .popup .popup-wrapper p {
	margin-bottom: 50px;
}

.no-dev .popup .popup-wrapper blockquote p {
	margin-bottom: 30px;
}

.no-dev .popup.our-fleet-popup {
	padding: 50px;
}

.no-dev .popup.our-fleet-popup .close {
	top: 50px;
	right: 20px;
}

.no-dev .popup.our-fleet-popup .photo-slider {
	width: calc(100% - 100px);
	max-width: 1640px;
}

.no-dev .popup.our-fleet-popup .owl-carousel {
	margin-bottom: 40px;
}

.no-dev .popup.our-fleet-popup .slider-image {
	max-height: 680px;
	max-width: 1640px;
}

.no-dev .popup.our-fleet-popup .photo-content {
	font-size: 16px;
}

.no-dev .popup.our-fleet-popup .photo-content h3 {
	margin-bottom: 40px;
}

.no-dev .popup.our-fleet-popup .photo-content .columns {
	-webkit-columns: 2 350px;
	-moz-columns: 2 350px;
	columns: 2 350px;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	max-width: 770px;
}

.section {
	padding: 215px 0 160px;
}

.main {
	padding-bottom: 245px;
}

.main:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
	content: '';
	height: 20%;
	z-index: 0;
}

.scroll-down {
	bottom: 30px;
}

.section article + article {
	margin-top: 160px;
}

.photo-slider .slider-image {
	height: 705px;
}

.services-list p {
	font-size: 16px;
	line-height: 21px;
	font-family: 'GothamPro';
}
.contact-info {
  margin-top: 115px;
}
.contact-info .map {
	min-height: 430px;
}
.fleet-categories .sub-categories {
    margin: 0 -25px 15px;
}
.fleet-categories .sub-categories>li {
    margin: 0 25px 40px;
}
.fleet-categories .sub-categories>li {
    margin: 0 25px 40px;
}
}

@media screen and (min-width: 1920px) {

.no-dev .popup.our-fleet-popup .slider-image {
	height: 70vh;
	max-height: 760px;
}
.form-group .wpcf7-form-control-wrap input {
	width: 100%;
	height: 40px;
	padding: 15px 30px;	
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #e7ad5a;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(231,173,90,.3);
	border-radius: 0;
	background: 0 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 28px;
	font-family: 'GothamPro';
	height: 60px;
}

.form-group .wpcf7-form-control-wrap .jcf-select .jcf-select-text .jcf-option-hideme {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
}
.jcf-unselectable {
	user-select: none;
}
.form-group .wpcf7-form-control-wrap .jcf-select {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 150px;
	cursor: pointer;
	transition: all .3s ease;
	text-align: left;
	vertical-align: top;
	height: 60px;
	padding: 15px 50px 15px 30px;
	color: #e7ad5a;
	border: 1px solid rgba(231,173,90,.3);
	background: 0 0;
}
.jcf-hidden {
	position: absolute !important;
	left: -9999px !important;
	height: 1px !important;
	width: 1px !important;
	margin: 0px !important;
	border-width: 0px !important;
	appearance: none;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	width: 0;
	height: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	text-align: center;
	border-width: 8px 5px 0;
	border-style: solid;
	border-color: #fff transparent;
	background: 0 0;
}
.jcf-list {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	vertical-align: top;
	background: #060917;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	z-index: 9999;
	top: 100%;
	right: -1px;
	left: -1px;
	margin-top: 1px;
}
.jcf-list .jcf-list-content {
	display: inline-block;
	overflow: auto;
	width: 100%;
	vertical-align: top;
}
.jcf-list ul {
	margin: 0;
	padding: 0;
}
.jcf-list ul li {
	display: block;
	overflow: hidden;
}
.jcf-list .jcf-option {
	display: block;
	overflow: hidden;
	height: 1%;
	min-height: 14px;
	padding: 5px 30px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	color: #fff;
}
.jcf-list .jcf-option::before {
	display: inline-block;
	margin-right: 5px;
	content: '\2013';
	color: #e7ad5a;
}
.form-group .wpcf7-form-control-wrap .jcf-select.jcf-drop-active {
	border: 1px solid #e7ad5a;
}
/* .contact-info .map { */
  /* min-height: 430px; */
/* } */
/* .contact-info .map { */
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* width: 61%; */
  /* height: auto; */
/* } */
}
@media screen and (min-width: 1280px) {
	h5 {
		font: 400 18px/28px 'Gotham A','Gotham B',sans-serif;
	}
	.contact-info .text {
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		font-family: 'GothamPro';
		width: 48%;
		min-height: 350px;
	}
	.fleet-categories .sub-categories {
		margin: 0 -20px 15px;
	}
	.fleet-categories .sub-categories>li {
		margin: 0 20px 30px;
	}
	.fleet-categories .sub-categories h3 {
		font-weight: 400;
		font-size: 22px;
		line-height: 32px;
		font-family: 'GothamPro';
	}
	.fleet-categories .custom-scroll-wrap {
		min-height: 245px;
	}
	.fleet-categories .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-bottom: 55px;
	}
	.fleet-categories .sub-category-content .category-image {
		width: 370px;
		height: 245px;
	}
	.form-group .wpcf7-form-control-wrap .jcf-select .jcf-select-text .jcf-option-hideme {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		color: #fff;
	} 
	.jcf-unselectable {
		user-select: none;
	}
	.form-group .wpcf7-form-control-wrap .jcf-select {
		position: relative;
		display: inline-block;
		width: 100%;
		min-width: 150px;
		cursor: pointer;
		transition: all .3s ease;
		text-align: left;
		vertical-align: top;
		height: 60px;
		padding: 15px 50px 15px 30px;
		color: #e7ad5a;
		border: 1px solid rgba(231,173,90,.3);
		background: 0 0;
	}
	.jcf-hidden {
		position: absolute !important;
		left: -9999px !important;
		height: 1px !important;
		width: 1px !important;
		margin: 0px !important;
		border-width: 0px !important;
		appearance: none;
	}
	.jcf-select .jcf-select-opener {
		position: absolute;
		top: 25px;
		right: 25px;
		bottom: 0;
		width: 0;
		height: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		text-align: center;
		border-width: 8px 5px 0;
		border-style: solid;
		border-color: #fff transparent;
		background: 0 0;
	}
	.jcf-list {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 10px 0;
		vertical-align: top;
		background: #060917;
	}
	.jcf-select .jcf-select-drop {
		position: absolute;
		z-index: 9999;
		top: 100%;
		right: -1px;
		left: -1px;
		margin-top: 1px;
	}
	.jcf-list .jcf-list-content {
		display: inline-block;
		overflow: auto;
		width: 100%;
		vertical-align: top;
	}
	.jcf-list ul {
		margin: 0;
		padding: 0;
	}
	.jcf-list ul li {
		display: block;
		overflow: hidden;
	}
	.jcf-list .jcf-option {
		display: block;
		overflow: hidden;
		height: 1%;
		min-height: 14px;
		padding: 5px 30px;
		cursor: pointer;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		white-space: nowrap;
		color: #fff;
	}
	.jcf-list .jcf-option::before {
		display: inline-block;
		margin-right: 5px;
		content: '\2013';
		color: #e7ad5a;
	}
	.form-group .wpcf7-form-control-wrap .jcf-select.jcf-drop-active {
		border: 1px solid #e7ad5a;
	}
	
}
@media screen and (max-width: 1280px) {
	h5 {
		font: 400 18px/28px 'Gotham A','Gotham B',sans-serif;
	}
	.contact-info .text {
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		font-family: 'GothamPro';
		width: 48%;
		min-height: 350px;
	}
	.fleet-categories .sub-categories {
		margin: 0 -20px 15px;
	}
	.fleet-categories .sub-categories>li {
		margin: 0 20px 30px;
	}
	.fleet-categories .sub-categories h3 {
		font-weight: 400;
		font-size: 22px;
		line-height: 32px;
		font-family: 'GothamPro';
	}
	.fleet-categories .custom-scroll-wrap {
		min-height: 245px;
	}
	.fleet-categories .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-bottom: 55px;
	}
	.fleet-categories .sub-category-content .category-image {
		width: 370px;
		height: 245px;
	}
	.form-group .wpcf7-form-control-wrap .jcf-select .jcf-select-text .jcf-option-hideme {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		color: #fff;
	} 
	.jcf-unselectable {
		user-select: none;
	}
	.form-group .wpcf7-form-control-wrap .jcf-select {
		position: relative;
		display: inline-block;
		width: 100%;
		min-width: 150px;
		cursor: pointer;
		transition: all .3s ease;
		text-align: left;
		vertical-align: top;
		height: 60px;
		padding: 15px 50px 15px 30px;
		color: #e7ad5a;
		border: 1px solid rgba(231,173,90,.3);
		background: 0 0;
	}
	.jcf-hidden {
		position: absolute !important;
		left: -9999px !important;
		height: 1px !important;
		width: 1px !important;
		margin: 0px !important;
		border-width: 0px !important;
		appearance: none;
	}
	.jcf-select .jcf-select-opener {
		position: absolute;
		top: 25px;
		right: 25px;
		bottom: 0;
		width: 0;
		height: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		text-align: center;
		border-width: 8px 5px 0;
		border-style: solid;
		border-color: #fff transparent;
		background: 0 0;
	}
	.jcf-list {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 10px 0;
		vertical-align: top;
		background: #060917;
	}
	.jcf-select .jcf-select-drop {
		position: absolute;
		z-index: 9999;
		top: 100%;
		right: -1px;
		left: -1px;
		margin-top: 1px;
	}
	.jcf-list .jcf-list-content {
		display: inline-block;
		overflow: auto;
		width: 100%;
		vertical-align: top;
	}
	.jcf-list ul {
		margin: 0;
		padding: 0;
	}
	.jcf-list ul li {
		display: block;
		overflow: hidden;
	}
	.jcf-list .jcf-option {
		display: block;
		overflow: hidden;
		height: 1%;
		min-height: 14px;
		padding: 5px 30px;
		cursor: pointer;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		white-space: nowrap;
		color: #fff;
	}
	.jcf-list .jcf-option::before {
		display: inline-block;
		margin-right: 5px;
		content: '\2013';
		color: #e7ad5a;
	}
	.form-group .wpcf7-form-control-wrap .jcf-select.jcf-drop-active {
		border: 1px solid #e7ad5a;
	}
	
}
@media screen and (max-width: 768px) {
	/***Our Fleet.css***/
	.fleet-categories .sub-categories>li {
		margin: 0 15px 20px;
	}
	.fleet-categories .custom-scroll-wrap {
		min-height: 232px;
	}
	.fleet-categories .custom-scroll-wrap .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.fleet-categories .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-bottom: 45px;
	}
	.fleet-categories .sub-category-content .category-image {
		width: 354px;
		height: 232px;
	}
	.fleet-categories .sub-category-content li+li {
		padding-left: 30px;
	}
	.fleet-categories .custom-scroll-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		top: auto;
		bottom: 0;
	}
	.fleet-categories .custom-scroll-wrap .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.fleet-categories .custom-scroll-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		bottom: 0;
		top: auto;
	}
	/***Our Fleet.css***/
}
@media screen and (max-width: 1023px) {

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

}

@media screen and (max-width: 775px) and (max-height: 436px) and (orientation: landscape) {

#header .nav-wrap {
	max-height: calc(100vh - 155px);
	margin: 65px auto 90px;
}

.popup header {
	margin-bottom: 20px;
}

.popup .popup-wrapper {
	max-height: calc(100% - 70px);
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes scroll-down {

0% {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 1;
}

50% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: .5;
}

100% {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 1;
}

}

@keyframes scroll-down {

0% {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 1;
}

50% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: .5;
}

100% {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 1;
}

}

@-webkit-keyframes logo-mob {

0% {
	opacity: 0;
}

25% {
	opacity: 0;
}

100% {
	top: 15px;
	opacity: 1;
}

}

@keyframes logo-mob {

0% {
	opacity: 0;
}

25% {
	opacity: 0;
}

100% {
	top: 15px;
	opacity: 1;
}

}

@-webkit-keyframes logo-lap {

0% {
	opacity: 0;
}

25% {
	opacity: 0;
}

100% {
	top: 20px;
	opacity: 1;
}

}

@keyframes logo-lap {

0% {
	opacity: 0;
}

25% {
	opacity: 0;
}

100% {
	top: 20px;
	opacity: 1;
}

}

@-webkit-keyframes path-fill {

100% {
	fill-opacity: 1;
}

}

@keyframes path-fill {

100% {
	fill-opacity: 1;
}

}

@-webkit-keyframes fade-in-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fade-in-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes spin-animation {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes spin-animation {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes dash {

100% {
	stroke-dashoffset: 0;
}

}

@keyframes dash {

100% {
	stroke-dashoffset: 0;
}

}
