@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-size: 100%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

h2 {
  font-size: 1.5em;
  margin: 1em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1.2820512821em 0;
}

h4 {
  font-size: 1em;
  margin: 1.5em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.8072289157em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.2388059701em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
   * Address margins set differently in IE 6/7.
   */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
   * Address paddings set differently in IE 6/7.
   */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
   * Correct list images handled incorrectly in IE 7.
   */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
blockquote {
  margin: 1.5em 40px;
}

/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
p,
pre {
  margin: 1.5em 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
   * Correct margin displayed oddly in IE 6/7.
   */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/**** Sticky Footer ****/
html, body {
  height: 100%;
}

.body-wrapper {
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-content {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}

.footer-content {
  display: block;
  position: relative;
}

*:disabled,
.disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

/* -/ */
/**** Line style ****/
body {
  font-size: 16px;
  font-family: 'Open-sans', sans-serif;
  background-color: #fff;
  color: #010101;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

input, button, textarea, select {
  outline: none !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.container {
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 1220px) {
  .container {
    width: 1200px;
    margin: auto;
  }
}

head,
section,
main,
footer,
.row-all,
.container {
  clear: both;
}

head::after,
section::after,
main::after,
footer::after,
.row-all::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}

.row-half > *:first-child {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .row-half-left,
  .row-half-right {
    float: left;
    width: 50%;
  }
  .row-half-left::after,
  .row-half-right::after {
    clear: both;
    content: "";
    display: table;
  }
  .half-path-left,
  .half-path-right {
    float: left;
    width: 50%;
  }
  .row-half-left {
    padding-right: 15px;
  }
  .row-half-right {
    padding-left: 15px;
  }
  .row-half > * {
    width: 47% !important;
  }
  .row-half > *:first-child {
    float: left;
    margin-bottom: 0;
  }
  .row-half > *:last-child {
    float: right;
  }
}

.row-all {
  margin-bottom: 15px;
}

.custom-field,
.custom-select-field {
  border: 1px solid #d3d4d4;
  font-size: 14px;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  background-color: #f5f5f6;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.zip-field {
  max-width: 170px;
}

.custom-field:focus,
.custom-select-field:focus {
  background-color: #fff;
}

.custom-select-field {
  line-height: 1em;
  outline: none !important;
}

.hidden-field {
  position: absolute;
  opacity: 0;
  width: 0;
  visibility: hidden;
}

.custom-checkbox {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cbcbcb;
}

.custom-checkbox:after {
  visibility: hidden;
}

.hidden-field:checked + .custom-checkbox:after {
  visibility: visible;
}

textarea.custom-field {
  min-height: 137px;
  resize: none;
  padding: 10px 15px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 14px;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.i-icon {
  display: inline-block;
}

.img-responsive, .head .head__logo img, .bcg-fleet__nested-left img {
  max-width: 100%;
  height: auto;
}

@-moz-document url-prefix() {
  .img-responsive, .head .head__logo img, .bcg-fleet__nested-left img {
    width: 100%;
    max-width: -moz-max-content;
  }
}

/**** Custom radio, checkbox ****/
.hidden-field {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  left: -9999px;
}

.custom-label-radio, .custom-label-check {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-label-radio:before, .custom-label-check:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.custom-label-radio:before, .custom-label-check:before {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #000;
}

.custom-label-radio:after, .custom-label-check:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  left: 4px;
  top: 4px;
  background: #e3a031;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hidden-field:checked + .custom-label-radio:after, .hidden-field:checked + .custom-label-check:after {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-label-check {
  border-radius: 0;
}

.custom-label-check:before, .custom-label-check:after {
  border-radius: 0;
}

/**** Breadcrumbs ****/
.breadcrumbs-wrap {
  margin-left: auto;
  padding: 12px 10px 0px;
  position: relative;
  text-align: center;
}

.breadcrumbs {
  display: inline-block;
  text-align: center;
}

.breadcrumbs .list {
  vertical-align: middle;
  display: inline-block;
  color: #b8b8b8;
  font-family: 'OpenSans-Light';
  font-size: 14px;
}

.breadcrumbs .list {
  padding: 0 12px;
  font-size: 14px;
}

.breadcrumbs .list:after {
  content: '/';
  position: relative;
  right: -16px;
}

.breadcrumbs .list:last-child:after {
  display: none;
}

.breadcrumbs .list .link {
  border-bottom: 1px solid transparent;
  color: #8b8b8b;
}

.breadcrumbs .list .link:hover {
  border-bottom-color: #8b8b8b;
}

/**/
.custom-btn, .custom-btn-sky, .next-btn, .back-btn {
  width: 220px;
  height: 70px;
  line-height: 68px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #e3a031;
  position: relative;
  display: inline-block;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.custom-btn:before, .custom-btn-sky:before, .next-btn:before, .back-btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 5px;
  background: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.custom-btn:after, .custom-btn-sky:after, .next-btn:after, .back-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 4px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.custom-btn:hover:before, .custom-btn-sky:hover:before, .next-btn:hover:before, .back-btn:hover:before, .custom-btn:hover:after, .custom-btn-sky:hover:after, .next-btn:hover:after, .back-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.custom-btn:hover:after, .custom-btn-sky:hover:after, .next-btn:hover:after, .back-btn:hover:after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.custom-btn-sky {
  background: #e3a031;
  border-color: #e3a031;
}

.custom-btn-sky:after {
  background: #e3a031;
}

.wrap-pnt-flx, .flx-ver-center, .flx-abs-center, .bcg-main__center, .bcg-services__inner_item, .head .container, .bcg-services__inner, [class*="steps__head_item"], .row-data-card .row-field-cvv, .footer-content .footer-content-bottom, .flx-hor-center, .bcg-about__inner, .services-grid, .flx-between, .bcg-reserv__steps_head, .row-data-card, .head .head__menu_nav, .fleet-slide, .bcg-fleet__nested_row, .bcg-fleet__nested_center, .footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pnt-centered {
  text-align: center;
}

.pnt-right {
  text-align: right;
}

.row-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flx-ver-center, .flx-abs-center, .bcg-main__center, .bcg-services__inner_item, .head .container, .bcg-services__inner, [class*="steps__head_item"], .row-data-card .row-field-cvv, .footer-content .footer-content-bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

.flx-hor-center, .flx-abs-center, .bcg-main__center, .bcg-services__inner_item, .bcg-about__inner, .services-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flx-between, .bcg-reserv__steps_head, .row-data-card {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flx-row-col, .bcg-main__center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

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

/* 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 */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?4084218#fontello') format('svg');
  }
}
*/
[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-cancel:before {
  content: '\e800';
}

/* '' */
.icon-twitter:before {
  content: '\e80a';
}

/* '' */
.icon-facebook:before {
  content: '\e80b';
}

/* '' */
.icon-email:before {
  content: '\e80d';
}

/* '' */
.icon-left-open-1:before {
  content: '\e80e';
}

/* '' */
.icon-right-open-1:before {
  content: '\e80f';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */
/* Slider */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  outline: none !important;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

/* 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 */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?4084218#fontello') format('svg');
  }
}
*/
[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-cancel:before {
  content: '\e800';
}

/* '' */
.icon-twitter:before {
  content: '\e80a';
}

/* '' */
.icon-facebook:before {
  content: '\e80b';
}

/* '' */
.icon-email:before {
  content: '\e80d';
}

/* '' */
.icon-left-open-1:before {
  content: '\e80e';
}

/* '' */
.icon-right-open-1:before {
  content: '\e80f';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */
/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  margin: auto;
  z-index: 10;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  text-align: center;
  color: #fff;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  color: #e3a031;
}

.slick-prev {
  left: 1.5%;
  background-image: url(../images/sprite.png);
  background-position: -258px -150px;
  width: 22px;
  height: 40px;
}

.slick-prev:hover {
  background-image: url(../images/sprite.png);
  background-position: -180px -152px;
  width: 22px;
  height: 40px;
}

.slick-next {
  right: 1.5%;
  background-image: url(../images/sprite.png);
  background-position: -236px -150px;
  width: 22px;
  height: 40px;
}

.slick-next:hover {
  background-image: url(../images/sprite.png);
  background-position: -202px -152px;
  width: 22px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 0px;
    top: 60px;
  }
  .slick-next {
    right: 0px;
    top: 60px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 2px solid #fff;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #fff;
  background-clip: content-box;
  padding: 3px;
}

@media (max-height: 630px) {
  .slick-dots {
    display: none !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**** 1.INDEX PAGE ****/
/*** Section Main ***/
.bcg-main {
  height: auto;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .bcg-main {
    height: 100vh;
  }
  
}

.bcg-main .bcg-main__center {
    height: 430px;
    position: absolute;
    width: 100%;
    top: 20vh;
    z-index: 10;
  }

@media screen and (max-width: 767px) {
  
  .bcg-main .bcg-main__center {
    top: 80px;
  }

  .bcg-main .bcg-main__title {
    margin: 30px 0;
    font-size: 30px;
    padding: 10px 15px 15px;
  }
  .bcg-main .bcg-main__title small {
    font-size: 16px;
  }


}

.bcg-main__title {
  color: #fff;
  font-size: 48px;
  text-shadow: 4px 5px 0px rgba(0, 0, 0, 0.9);
  text-align: center;
  margin-bottom: 80px;
  font-family: 'OpenSans-Bold';
  padding: 20px 100px 30px;
  background: rgba(0,0,0,0.6);
}

.bcg-main__title small {
  display: block;
  font-size: 20px;
  font-family: 'OpenSans-Semibold';
  letter-spacing: 2px;
  text-shadow: none;
}

.services__item__info_link, .nav-slide__info_link {
  font-size: 14px;
  display: inline-block;
  width: 170px;
  height: 50px;
  border: 2px solid #fff;
  line-height: 46px;
  background: transparent;
  position: relative;
  z-index: 0;
  color: #e3a031;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.services__item__info_link:before, .nav-slide__info_link:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e3a031;
  z-index: -1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.services__item__info_link:hover, .nav-slide__info_link:hover {
  color: #fff;
}

.services__item__info_link:hover:before, .nav-slide__info_link:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.video-bg {
  overflow: hidden;
  min-height: 340px;
}

.video-bg video {
  min-width: 100%;
  position: relative;
  display: block;
}

/** Header **/
.head {
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 11;
  width: 100%;
}

.head .container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: auto;
}

.head .head__logo {
  margin-right: auto;
}

.head .head__contact {
  padding: 6px 0 6px 25px;
  border-left: 2px solid #2c2c2c;
}

.head .head__contact a {
  font-size: 18px;
  color: #fff;
}

.head .head__contact a:hover {
  color: #e3a031;
}

.head .head__menu_nav {
  padding-right: 30px;
}

.head .head__menu_nav .item:not(:last-child) {
  margin-right: 20px;
}

.head .head__menu_nav .item-link {
  color: #fff;
  font-size: 14px;
}

.head .head__menu_nav .item-link:hover {
  color: #e3a031;
}

.head .head__menu_nav .item.is-active .item-link {
  color: #e3a031;
}

@media screen and (min-width: 768px) {
  .head .container {
    height: 80px;
  }
}

@media screen and (max-width: 992px) {
  .head .head__logo {
    width: 110px;
  }
  .head .head__menu_nav {
    padding-right: 20px;
  }
  .head .head__contact {
    padding: 5px 5px 5px 20px;
  }
  .head .head__contact a {
    font: 0/0 a;
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAYAAADZ7LXbAAACvklEQVRIiZ2WTUiVQRSGn3u7GV6zKCpSSTICK5RahbuCFi1qU/QHIUEmREGLMBe5iWjjKvqBVrULSjcRFS7KnZBUFJkhYtGiH4sgzKxI7W0xMzAOM9+99sLhO9/MOfOeM78nJwmgEzgGTFv5C+SALcAboAO4w38iJ6kLuJDofw/sAEaBVcAuoN4GMOvGAPLAb+A58AiYmTOKpEHF0SsJK5cTNjFMSNrj+YKklxHDJ57RyDwIfHS7MQpAtU3qOPANqAV6bNsA0OglPmWnp+i1nQcWA6eDqe4EPgKXkDRumSv9FCWdCiIbte1ng/ZhSS2SjkaymZJU45MUA5JwGrfb9qWSvti2m5KeWn2rpI4IUVceUGRXbQaa/f0BvLX6BHDX6hXAfuAr0AeMAD+CsbblIwQAG4P/HLDJ6muBNqvvw6xlK7AMaADuB77r8nYAF63Doghxh/2+A8a89nbMZgEzA6FvRWpNdkbmVpJO2P6WyALPJHyeIelThGS5pMmIw7SkemvTKmmvpL7E4A7XUyRIup1wuhfYbShBsjtrCzdnOHYHtu0Juwey10qKBEknM4gGJZ2R1CWpP9I/Lmm1I0lNl5PYSS6FYUm1boxySJBUJ+mK0pfld0kfJA1Iagv9yyVxskbSbEBwq5SffxjLwUrMA+VwAzhUyil1d6VQ7+kXMdfLeiuZJPNBg/2ew7wfTcBroC7Ta55r0izpgPffY32bsvwKxC/IFIasOJQ1EwVM+QOwFPgFLGHuZnDr5sQFNAksLCfAAubBqcFc36FxJbDA6j8xZZCfuasPMneon24VpiDwZQw4CPRiiodqr6+aciFpKHGKJanRW8DHGXaZC58H/mTEUOXpxaRVWDEGyAP9Gf0PgavAC+YWFj5eYQqIJHIyBfc14DCmnp32oluByWAW+IzZiXkrRcxBPIKplZP4B2guN4EJWb5KAAAAAElFTkSuQmCC") no-repeat;
    position: relative;
    top: -8px;
  }
}

@media screen and (max-width: 767px) {
  .head {
    background: rgba(0, 0, 0, 0.5);
  }
  .head .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  .head .head__logo {
    margin-left: 15px;
  }
  .head .head__contact {
    padding: 5px 15px 5px 10px;
    border: none;
  }
  .head .head__menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    position: relative;
  }
  .head .head__menu .head__menu_nav {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 0 15px;
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .head .head__menu .head__menu_nav .item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.menu-open .head .head__menu .head__menu_nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/** Toggle Button **/
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.tcon {
  display: none;
  position: relative;
  top: -5px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .tcon {
    display: block;
  }
}

.tcon > * {
  display: block;
}

.tcon:hover,
.tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 1.71429px;
  width: 40px;
  border-radius: 2.85714px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  position: relative;
}

.tcon-menu__lines::before,
.tcon-menu__lines::after {
  display: inline-block;
  height: 1.71429px;
  width: 40px;
  border-radius: 2.85714px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 10px;
}

.tcon-menu__lines::after {
  top: -10px;
}

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xbutterfly {
  width: auto;
}

.tcon-menu--xbutterfly .tcon-menu__lines::before,
.tcon-menu--xbutterfly .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before,
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
  width: 40px;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*** Section Fleet ***/

.bcg-our-fleet {
  padding-top: 80px;
}

.bcg-our-fleet .container {
  background: url("../images/main-fllet.jpg") no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 40px 0;
}

.bcg-our-fleet .custom-main-title {
  color: #fff;
}

.fleet-slide__title {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'ProximaNovaCond-Semibold';
  padding: 20px 0 20px;
}

.fleet-slide__subtitle {
  text-transform: uppercase;
  font-family: 'ProximaNova-Semibold';
  margin-bottom: 5px;
}

.fleet-slide__text {
  font-family: 'ProximaNovaCond-Thin';
}

.lagg-item {
  font-family: 'ProximaNovaCond-Regular';
}

.lagg-item:not(:last-child):after {
  content: '/';
  padding: 0 8px 0 12px;
}

.lagg-item .i-icon {
  vertical-align: middle;
  margin-right: 6px;
}

.lagg-item .ico-pass {
  background-image: url(../images/sprite.png);
  background-position: -224px -152px;
  width: 12px;
  height: 33px;
}

.lagg-item .ico-lagg {
  background-image: url(../images/sprite.png);
  background-position: -57px -210px;
  width: 18px;
  height: 36px;
}

.fleet-slide__left {
  width: 60%;
}

.fleet-slide__left img {
  width: 100%;
  height: auto;
  display: block;
}

.fleet-slide__right, .bcg-fleet__nested-right {
  background: #f2f2f2;
  width: 40%;
  padding: 10px 35px 40px;
}

.fleet-slide__lagg {
  margin: 10px 0 0 0;
}

.nav-slide__info_link {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  text-align: center;
  -webkit-transition: initial;
  transition: initial;
  border-color: #e3a031;
  margin-top: 25px;
}

/** Services **/
.bcg-services {
  position: relative;
  z-index: 0;
}

.bcg-services .container {
  background: url("../images/bcg-services.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
}

.bcg-services .custom-main-title {
  color: #fff;
}

.bcg-services .custom-title-main {
  color: #fff;
  text-align: center;
}

.bcg-services__inner {
  padding: 10px 40px 50px;
}

.bcg-services__inner_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #818181;
  height: 280px;
  width: 20%;
  margin-left: -1px;
  text-align: center;
}

[class*="bcg-services__inner_item_thumb"] {
  height: 90px;
  margin-bottom: 15px;
}

[class*="bcg-services__inner_item_thumb"] i {
  display: inline-block;
}

[class*="bcg-services__inner_item_thumb"][class*="_thumb-1"] i {
  background-image: url(../images/sprite.png);
  background-position: -162px 0px;
  width: 74px;
  height: 74px;
}

[class*="bcg-services__inner_item_thumb"][class*="_thumb-2"] i {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 70px;
  height: 87px;
}

[class*="bcg-services__inner_item_thumb"][class*="_thumb-3"] i {
  background-image: url(../images/sprite.png);
  background-position: -70px 0px;
  width: 92px;
  height: 65px;
}

[class*="bcg-services__inner_item_thumb"][class*="_thumb-4"] i {
  background-image: url(../images/sprite.png);
  background-position: -236px -75px;
  width: 57px;
  height: 75px;
}

[class*="bcg-services__inner_item_thumb"][class*="_thumb-5"] i {
  background-image: url(../images/sprite.png);
  background-position: 0px -152px;
  width: 90px;
  height: 58px;
}

.bcg-services__inner_item_title {
  font-size: 17px;
  text-transform: uppercase;
  color: #c0c3c9;
}

/*** Section About ***/
.bcg-about {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bcg-about .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bcg-about .container {
  background: #fff;
}

.custom-main-title {
  text-align: center;
  font-size: 36px;
  padding: 40px 0 50px;
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
  color: #fff;
}

.custom-main-title p {
  font-size: 16px;
  font-family: 'OpenSans';
  text-transform: initial;
}

@media screen and (max-width: 767px) {
  .bcg-about__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bcg-about__inner .bcg-about__inner_item {
    width: 100%;
    margin-bottom: 35px;
  }
  .bcg-about__inner .bcg-about__inner_spin {
    display: none;
  }

  .bcg-our-fleet {
    padding-top: 40px;
  }
}

.bcg-about__inner_item {
  text-align: center;
  width: 95%;
}

.bcg-about__inner_item:nth-child(3) .bcg-about__inner_item_thumb {
  background-image: url("../images/ab-2.png");
}

.bcg-about__inner_item:nth-child(5) .bcg-about__inner_item_thumb {
  background-image: url("../images/ab-3.png");
}

.bcg-about__inner_item_thumb {
  height: 80px;
  background: url("../images/ab-1.png") no-repeat center top;
}

.bcg-about__inner_spin {
  background: url("../images/ab-l.png") no-repeat center;
  width: 24.5%;
  padding: 0 25px;
}

.bcg-about__inner_item_title {
  font-size: 26px;
  margin-bottom: 15px;
}

/*** Contact Us ***/
.bcg-contact .container {
  padding: 0;
}

.bcg-contact__head {
  padding: 25px 0;
  background: url(../images/banner-footer.jpg) no-repeat left top/cover;
}

.bcg-contact__head .custom-main-title {
  padding: 0;
  color: #fff;
}

/**** 2. CONTACTS PAGE ****/
.page-content {
  background: url(../images/banner-top.jpg) no-repeat left top/contain fixed;
}

.page-content .head {
  /*background: transparent;*/
    background: rgba(0,0,0,0.8);
}

.bcg-content-page {
  padding-top: 80px;
}

.page-content .bcg-content-page .container {
  background: #fff;
  padding: 0;
}

.page-content .bcg-about .container {
  background: #e3a031;
  color: #fff;
}

.page-content .bcg-about .bcg-about__inner_item_title {
  font-family: 'ProximaNovaExCn-Semibold';
  text-transform: uppercase;
}

.page-content .bcg-about .bcg-about__inner_item_text {
  font-family: 'OpenSans-Light';
  font-size: 15px;
}

.page-content .bcg-about .bcg-about__inner {
  padding: 0 3%;
}

.page-content .bcg-about .bcg-about__inner_item_thumb {
  background: url("../images/abf-1.png") no-repeat center 20%;
  height: 70px;
}

.page-content .bcg-about .bcg-about__inner_item:nth-child(3) .bcg-about__inner_item_thumb {
  background: url("../images/abf-2.png") no-repeat center top;
}

.page-content .bcg-about .bcg-about__inner_item:nth-child(5) .bcg-about__inner_item_thumb {
  background: url("../images/abf-3.png") no-repeat center 10%;
}

.bcg-contacts__inner {
  border-top-width: 1px;
  padding: 0;
}

.bcg-contacts__inner [class*="row-half-"] {
  padding: 40px;
}

.bcg-contacts__title {
  color: #e3a031;
  font-size: 26px;
  padding: 10px 0 50px;
  text-align: center;
}

.check-robot-row {
  margin-bottom: 15px;
}

.bcg-contacts__inner_item {
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 18px;
  position: relative;
}

.bcg-contacts__inner_item:before {
  background-image: url(../images/sprite.png);  
  background-position: -70px -65px;
  width: 17px;
  height: 26px;
}

.bcg-contacts__inner_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
}

.bcg-contacts__inner_item + p:before {
  background-image: url(../images/sprite.png);
  background-position: -256px -190px;
  width: 20px;
  height: 22px;
  top: 3px;
}

.bcg-contacts__inner_item + p + p:before {
  background-image: url(../images/sprite.png);
  background-position: -256px -190px;
  width: 20px;
  height: 18px;
}

.bcg-contacts__inner_item + p + p + p:before {
  background-image: url(../images/sprite.png);
  background-position: -256px -190px;
  width: 20px;
  height: 13px;
  top: 4px;
}

.bcg-contacts__inner_item + p + p + p + p:before {
  background-image: url(../images/sprite.png);
  background-position: -256px -190px;
  width: 20px;
  height: 13px;
}

.bcg-reserv__steps_btn {
  text-align: right;
}

.next-btn, .back-btn {
  height: 50px;
  line-height: 50px;
  width: 170px;
}

@media screen and (min-width: 768px) {
  .check-robot-row {
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .bcg-contacts__inner [class*="row-half-"] {
    padding: 0px 10px 30px;
  }
  .bcg-contacts__inner {
    margin-bottom: 30px;
  }
}

/**** 3. FAQ ****/
.bcg-faq__inner {
  padding: 50px 10% 50px 15%;
}

.custom-page__faq_item {
  margin-bottom: 25px;
  position: relative;
  padding-left: 60px;
}

.custom-page__faq {
  padding-top: 40px;
}

.custom-page__faq ul {
  padding: 10px 10px 10px 30px;
}

.custom-page__faq a {
  color: #00aeef;
  text-decoration: underline;
}

.custom-page__faq a:hover {
  text-decoration: none;
}

.custom-page__faq_quest {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'OpenSans-Semibold';
  margin-bottom: 20px;
}

.custom-page__faq_quest:before {
  content: 'Q';
  margin-right: 15px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-page__faq_ask {
  font-size: 16px;
}

.custom-page__faq_ask:before {
  content: 'A';
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  background: #e3a031;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 5px;
  font-family: 'OpenSans-Semibold';
  position: absolute;
  left: 0;
  top: 50px;
}

/**** 4. SEVICES ****/
.bcg-services-page .bcg-services__inner {
  padding: 0;
}

.services-grid {
  margin-bottom: 35px;
}

.services-grid__item {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.services-grid__item .text-wrap {
  padding: 0 10%;
}

.services-grid__item_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.title-ico {
  height: 105px;
  text-align: center;
  padding: 20px 0 0;
}

.icon-s-1 {
  background-image: url(../images/sprite.png);
  background-position: -90px -152px;
  width: 90px;
  height: 58px;
}

.icon-s-2 {
  background-image: url(../images/sprite.png);
  background-position: 0px -87px;
  width: 92px;
  height: 65px;
}

.icon-s-3 {
  background-image: url(../images/sprite.png);
  background-position: -92px -87px;
  width: 64px;
  height: 64px;
}

.icon-s-4 {
  background-image: url(../images/sprite.png);
  background-position: -236px 0px;
  width: 61px;
  height: 75px;
}

.icon-s-5 {
  background-image: url(../images/sprite.png);
  background-position: 0px -210px;
  width: 57px;
  height: 75px;
}

.services-grid__item_title .title-text {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'ProximaNovaCond-Semibold';
  margin-bottom: 10px;
}

.services-grid__item_text {
  font-family: 'ProximaNovaCond-Thin';
}

/**** 5. RATES ****/
.block-rates {
  padding-bottom: 80px;
}

.block-rates .text-block-center {
  margin-bottom: 60px;
}

.clearfix {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.block-rates--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 18px;
  margin: 10px 0;
}

.row-table-row {
  display: table-row;
}

.row-table-row.head-row {
  font-size: 16px;
}

.row-table-row:not(.head-row):hover .row-table-cell {
  background: #f6f6f6;
}

.row-table-row:not(.head-row):hover .row-table-cell .btn-reserve {
  visibility: visible;
}

.row-table-row:not(.head-row):hover .row-table-cell .btn-price {
  background: #000;
  color: #fff;
}

.row-table-row.head-row .row-table-cell:first-child {
  padding-left: 30px;
}

.row-table-row.head-row .row-table-cell:last-child {
  padding-right: 60px;
}

.row-table-row.head-row .row-table-cell {
  border-color: #aaaaaa;
}

.row-table-row .row-table-cell:nth-child(2) {
  width: 30%;
  white-space: nowrap;
  text-align: center;
}

.row-table-row .row-table-cell:last-child {
  width: 100%;
  white-space: normal;
  text-align: right;
}

.row-table-cell {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-family: 'ProximaNovaCond-Thin';
}

.row-table-cell:last-child {
  text-align: right;
}

.row-table-cell > * {
  display: inline-block;
}

.row-table-cell > *.icon {
  vertical-align: middle;
  width: 130px;
  padding-top: 7px;
}

.btn-reserve {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1e1e1e;
  margin-right: 3px;
  visibility: hidden;
}

.btn-reserve:hover {
  background: #f7941d;
}

.btn-price {
  padding: 0 10px;
  min-width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: transparent;
}

.field-hidden {
  display: none;
}

.block-rates-tabs--wrap {
  overflow: hidden;
  width: 100%;
  max-width: 935px;
  margin: 0px auto 0px;
  padding: 40px 0 60px;
}

.tab-rate-btn {
  display: inline-block;
  width: 50%;
  padding: 12px 0;
  float: left;
  font-size: 24px;
  color: #a3a3a3;
  padding-left: 130px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 70px;
  line-height: 48px;
  border-bottom: 4px solid #575757;
  font-family: 'ProximaNovaCond-Regular';
}

.tab-rate-btn.nth-rate-1 {
  border-right: 1px solid #fff;
  margin-right: -1px;
}

.tab-rate-btn.nth-rate-1 i {
  background-image: url(../images/s-26.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 40px;
}

.tab-rate-btn.nth-rate-1:hover i {
  background-image: url(../images/s-27.png);
  width: 40px;
  height: 40px;
}

.tab-rate-btn.nth-rate-3 {
  padding-left: 170px;
}

.tab-rate-btn.nth-rate-3 i {
  background-image: url(../images/s-28.png);
  width: 47px;
  height: 47px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 70px;
}

.tab-rate-btn.nth-rate-3:hover i {
  background-image: url(../images/s-29.png);
  width: 47px;
  height: 47px;
}

.tab-rate-none {
  cursor: default;
}

.tab-rate-btn.nth-rate-1:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  left: 0;
  top: 0;
  background: #f6f6f6;
}

.tab-rate-btn.nth-rate-3:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  right: 0;
  top: 0;
  background: #f6f6f6;
}

.tab-rate-btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  will-change: transform;
}

.tab-rate-btn.nth-rate-3:before {
  width: 70%;
}

.tab-rate-btn:hover {
  color: #fff;
}

.tab-rate-btn:hover:before, .tab-rate-btn:hover:after {
  background: #575757;
}

.field-hidden:checked + .tab-rate-btn {
  color: #fff;
}

.field-hidden:checked + .tab-rate-btn:before, .field-hidden:checked + .tab-rate-btn:after {
  background: #575757;
}

.field-hidden:checked + .nth-rate-1 i {
  background-image: url(../images/s-27.png);
  width: 40px;
  height: 40px;
}

.field-hidden:checked + .nth-rate-3 i {
  background-image: url(../images/s-29.png);
  background-position: 0px 0px;
  width: 47px;
  height: 47px;
}

.tab-content {
  display: none;
}

#tabRadio-1:checked ~ #tabRate-1 {
  display: block;
}

#tabRadio-2:checked ~ #tabRate-2 {
  display: block;
}

#tabRadio-3:checked ~ #tabRate-3 {
  display: block;
}

.tab-content--text {
  margin: 15px 0;
  padding-left: 25px;
  font-size: 15px;
  color: #5c5b5b;
}

.page-description {
  text-align: center;
  margin: 50px 0;
  padding: 0 5%;
}

@media screen and (max-width: 767px) {
  /** Tab rates **/
  .block-rates {
    padding-bottom: 30px;
  }
  .tab-content--text {
    padding-left: 10px;
  }
  .row-table-row:not(.head-row):hover .row-table-cell .btn-reserw {
    display: inline-block;
  }
  .tab-rate-btn,
  .tab-rate-btn.nth-rate-3 {
    padding: 26px 0;
    font-size: 16px;
    padding-left: 80px;
    width: 100%;
    border-bottom: 1px solid #fff;
    line-height: 1;
  }
  .tab-rate-btn:before {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
  .tab-rate-btn:after {
    display: none;
  }
  .row-table-cell:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab-rate-btn.nth-rate-1 i,
  .tab-rate-btn.nth-rate-3 i {
    left: 20px;
  }
  .tab-rate-btn.nth-rate-1, .tab-rate-btn.nth-rate-3 {
    border-right: none;
  }
  .tab-rate-none {
    display: none;
  }
  .tab-rate-btn.nth-rate-3:before {
    width: 100%;
  }
  .btn-reserve {
    margin-right: 0;
    visibility: visible !important;
  }
  .btn-price,
  .btn-reserve {
    width: 100px;
    min-width: auto;
  }
  .row-table-row.head-row .row-table-cell:last-child {
    padding-right: 20px;
  }
  .block-rates--table .row-table-cell {
    font-size: 14px;
  }
  .row-table-row:not(.head-row) .row-table-cell .btn-price {
    background: #000;
    color: #fff;
  }
  /**/
}

/*** FLEET ***/
.bcg-fleet__lists {
  padding-bottom: 100px;
}

.bcg-fleet__nested {
  background: #fff;
}

.bcg-fleet__nested_title {
  padding: 30px 0;
  background: #f2f2f2;
  text-align: center;
}

.bcg-fleet__nested_title h3 {
  color: #e3a031;
  font-family: 'OpenSans-Semibold';
  font-size: 30px;
}

.bcg-fleet__nested_title p {
  font-size: 14px;
  text-transform: uppercase;
  color: #818181;
  margin-top: 5px;
}

.bcg-fleet__nested_row .fleet-slide__title {
  font-size: 24px;
}

.bcg-fleet__nested_row.invert-nested .bcg-fleet__nested-left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.bcg-fleet__nested_row.invert-nested .bcg-fleet__nested-right {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.bcg-fleet__nested-left {
  width: 59.5%;
}

.bcg-fleet__nested-left img {
  display: block;
}

.bcg-fleet__nested-right {
  width: 45%;
  background: #fff;
  padding: 10px 35px 30px;
}

.bcg-fleet__nested_center .fleet-slide__title {
  font-size: 24px;
}

.bcg-fleet__nested_center-item {
  width: 50%;
  text-align: center;
}

.bcg-fleet__nested_center-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.bcg-fleet__center-item_inner {
  padding: 0 10% 30px;
}

.bcg-fleet__center-item_inner .fleet-slide__text {
  text-align: justify;
}

/**** 6. RESERVATION PAGE ****/
.bcg-reserv__steps, .bcg-contacts__inner {
  clear: both;
  padding: 20px 00px;
}

.bcg-reserv__steps::after, .bcg-contacts__inner::after {
  clear: both;
  content: "";
  display: table;
}

.subtititle-reserv {
  font-size: 24px;
  padding: 10px 0 35px;
  text-align: center;
  font-family: 'OpenSans-Semibold';
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .bcg-reserv__steps, .bcg-contacts__inner {
    padding: 40px 100px;
  }
  .bcg-reserv__steps .row-all, .bcg-contacts__inner .row-all {
    margin-bottom: 20px;
  }
  .reserv-fields-wrap {
    padding: 0 10%;
  }
  .reserv-fields-wrap .bcg-reserv__steps_btn {
    padding: 80px 0;
  }
}

[class*="steps__head_item"] {
  font-size: 17px;
  font-family: 'OpenSans-Semibold';
  color: #adadad;
  background: #c8c8c8;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  width: 23.5%;
  height: 45px;
}

[class*="steps__head_item"].is-active {
  background: #f8a11d;
  color: #fff;
  text-shadow: none;
}

[class*="steps__head_item"].is-active .step-num {
  background: #d09430;
  color: #fff;
  text-shadow: none;
}

[class*="steps__head_item"] .step-title {
  margin: 0 auto;
}

[class*="steps__head_item"]:not(:first-child):before {
  content: '';
  width: 19px;
  height: 45px;
  background: url(../images/serv2.png) no-repeat;
  margin-left: -19px;
}

[class*="steps__head_item"]:after {
  content: '';
  width: 19px;
  height: 45px;
  background: url(../images/serv1.png) no-repeat;
  margin-right: -19px;
}

[class*="steps__head_item"].is-active:before {
  background: url(../images/serv2-a.png) no-repeat;
}

[class*="steps__head_item"].is-active:after {
  background: url(../images/serv1-a.png) no-repeat;
}

[class*="steps__head_item"] .step-num {
  font-family: 'OpenSans-Bold';
  text-align: center;
  font-size: 30px;
  width: 45px;
  height: 45px;
  background: #c8c8c8;
  color: #adadad;
  display: inline-block;
  line-height: 46px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  .active[class*="-step-"]:before {
    display: none;
  }
  .active[class*="-step-"] [class*="steps__head_item"] {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.active[class*="step-1"] .steps__head_item-1 .step-num {
  background: #e3a031;
}

@media screen and (max-width: 767px) {
  .active[class*="step-1"] .steps__head_item-1 {
    display: block;
  }
}

.active[class*="step-1"]:before {
  right: 75%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.active[class*="step-2"] .steps__head_item-1 .step-num:before {
  visibility: visible;
}

.active[class*="step-2"] .steps__head_item-2 .step-num {
  background: #e3a031;
}

@media screen and (max-width: 767px) {
  .active[class*="step-2"] .steps__head_item-2 {
    display: block;
  }
}

.active[class*="step-2"]:before {
  right: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.active[class*="step-3"] .steps__head_item-3 .step-num {
  background: #e3a031;
}

@media screen and (max-width: 767px) {
  .active[class*="step-3"] .steps__head_item-3 {
    display: block;
  }
}

.active[class*="step-3"] .steps__head_item-1 .step-num:before,
.active[class*="step-3"] .steps__head_item-2 .step-num:before {
  visibility: visible;
}

.active[class*="step-3"]:before {
  right: 25%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.active[class*="step-4"] .steps__head_item-4 .step-num {
  background: #e3a031;
}

@media screen and (max-width: 767px) {
  .active[class*="step-4"] .steps__head_item-4 {
    display: block;
  }
}

.active[class*="step-4"] .steps__head_item-1 .step-num:before,
.active[class*="step-4"] .steps__head_item-2 .step-num:before,
.active[class*="step-4"] .steps__head_item-3 .step-num:before {
  visibility: visible;
}

.active[class*="step-4"]:before {
  right: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bcg-reserv__steps_btn {
  clear: both;
  text-align: center;
}

.bcg-reserv__steps_btn::after {
  clear: both;
  content: "";
  display: table;
}

.bcg-reserv__steps_btn p {
  margin-bottom: 25px;
  font-size: 14px;
}

.bcg-reserv__steps_btn p a {
  text-decoration: underline;
  color: #347ccf;
}

.bcg-reserv__steps_btn p a:hover {
  text-decoration: none;
}

.bcg-reserv__steps_btn a[class*="btn"], .bcg-reserv__steps_btn button[class*="btn"] {
  width: 170px;
  height: 50px;
  line-height: 48px;
  vertical-align: middle;
  background: transparent;
  border: 2px solid #e3a031;
  color: #e3a031;
}

.bcg-reserv__steps_btn a[class*="btn"]:before, .bcg-reserv__steps_btn button[class*="btn"]:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e3a031;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.bcg-reserv__steps_btn a[class*="btn"]:after, .bcg-reserv__steps_btn button[class*="btn"]:after {
  display: none;
}

.bcg-reserv__steps_btn a[class*="btn"]:hover, .bcg-reserv__steps_btn button[class*="btn"]:hover {
  color: #fff;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.bcg-reserv__steps_btn a[class*="btn"]:hover:before, .bcg-reserv__steps_btn button[class*="btn"]:hover:before {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bcg-reserv__steps_btn a[class*="btn"].back-btn, .bcg-reserv__steps_btn button[class*="btn"].back-btn {
  margin-right: 20px;
  border: 2px solid #000;
  color: #000;
}

.bcg-reserv__steps_btn a[class*="btn"].back-btn:hover, .bcg-reserv__steps_btn button[class*="btn"].back-btn:hover {
  color: #fff;
}

.bcg-reserv__steps_btn a[class*="btn"].back-btn:before, .bcg-reserv__steps_btn button[class*="btn"].back-btn:before {
  background: #000 !important;
}

.bcg-reserv__steps_btn a[class*="btn"].back-btn:before, .bcg-reserv__steps_btn button[class*="btn"].back-btn:before {
  background: #e3a031;
}

[class*="f-ico-"] {
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

[class*="f-ico-"][class*="-date"] {
  background-image: url("../images/pick-cal.png");
  background-position: calc(100% - 5px) center;
}

[class*="f-ico-"][class*="-time"] {
  background-image: url("../images/pick-time.png");
  background-position: calc(100% - 5px) center;
}

.custom-stem-title {
  margin-top: 30px;
  height: 80px;
}

.custom-stem-title p {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: 'OpenSans-Semibold';
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bcg-reserv__steps, .bcg-contacts__inner {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .bcg-reserv__steps_btn {
    text-align: center;
  }
  .bcg-reserv__steps_btn > * {
    margin: 0 0 15px 0 !important;
  }
  .active.-step-4 .row-half-right .custom-stem-title {
    display: none;
  }
}

.row-data-card > *:not(.row-field-cvv) {
  margin-right: 15px;
}

.row-data-card .select-year-cvv {
  max-width: 90px;
}

.row-data-card .row-field-cvv {
  max-width: 100px;
  width: 100%;
}

.row-data-card .row-field-cvv .custom-field {
  width: 62px;
}

.row-data-card .cvv-tooltip-info {
  width: 24px;
  height: 24px;
  background: url("../images/cvv-tool.png") no-repeat;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}

.row-data-card .cvv-tooltip-info img {
  position: absolute;
  bottom: 18px;
  left: -110px;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.row-data-card .cvv-tooltip-info:hover img {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}

/*** FOOTER ***/
.footer-content .container {
  background: #2e2e2f;
  padding: 0 3%;
  color: #fff;
  font-size: 14px;
}

.footer-content .footer-content-bottom {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .footer-content .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-content .container > div {
    width: 100%;
    text-align: center;
  }
  .footer-content .footer-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

.footer-content__right {
  margin-left: auto;
}

.footer-content__right > * {
  display: inline-block;
  vertical-align: middle;
}

.footer-to-top {
  width: 40px;
  height: 40px;
  background: url("../images/to-top.jpg") no-repeat;
  margin-left: 40px;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.footer-to-top:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../images/to-top-hov.jpg") no-repeat;
  z-index: -1;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.footer-to-top:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer__soc a {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
  padding: 5px 4px;
}

.footer__soc a:hover {
  color: #fff;
  border-color: #fff;
}

.footer-content__text {
  font-size: 14px;
  font-family: 'ProximaNovaCond-Thin';
}

.footer-content-top {
  padding: 30px 0;
  font-family: 'OpenSans-Light';
}

.footer-col-titl {
  color: #e2e2e2;
  margin-bottom: 5px;
}

.footer-col-titl.col-titl-h20 {
  margin-top: 20px;
}

.footer-col-titl.col-titl-mb25 {
  margin-bottom: 25px;
}

.footer-col-text {
  margin-bottom: 5px;
}

.footer-col-text a {
  color: #a4a4a4;
}

.footer-content-top .footer-content-top__col:first-child {
  width: 25%;
}

.footer-content-top .footer-content-top__col:nth-child(2) {
  width: 40%;
  padding: 0 3%;
}

.footer-content-top .footer-content-top__col:nth-child(3) {
  width: 35%;
}

.footer-menu-nav a:not(:last-child) {
  margin-right: 30px;
}

.footer-menu-nav a:hover {
  color: #e3a031;
}

.section-map {
  color: #000;
}

label.error
{
    display: none !important;
}

.custom-field.error, .custom-select-field.error {
    border: 1px solid red;
}


/*** Media Quires ***/
@media screen and (max-width: 1200px) {
  .fleet-slide,
  .bcg-fleet__nested_row,
  .bcg-fleet__nested_center {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bcg-fleet__nested_center-item {
    width: 100%;
  }
  .bcg-fleet__nested-left {
    width: 100%;
  }
  .bcg-fleet__nested-left img {
    width: 100%;
    max-width: auto;
  }
  .fleet-slide__left,
  .fleet-slide__right,
  .bcg-fleet__nested-right {
    width: 100%;
  }
  .bcg-fleet__nested_row.invert-nested .bcg-fleet__nested-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .bcg-fleet__nested_row.invert-nested .bcg-fleet__nested-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .bcg-fleet__nested-right {
    text-align: center !important;
  }
  .fleet-slide__text {
    text-align: justify;
  }
}

@media screen and (max-width: 992px) {
  .bcg-services__inner,
  .footer-content-top,
  .footer-content-bottom,
  .bcg-reserv__steps_head,
  .services-grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bcg-services__inner_item {
    width: 50%;
    margin-bottom: -1px;
  }
  .footer-content .container {
    padding: 0 10px;
  }
  [class*="steps__head_item"]:not(:first-child):before,
  [class*="steps__head_item"]:not(:first-child):after,
  [class*="steps__head_item"].is-active:after {
    display: none !important;
  }
  [class*="steps__head_item"] {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .bcg-services__inner {
    padding: 10px 10px 40px;
  }
  .bcg-services__inner_item {
    height: 210px;
  }
  .footer-content-top .footer-content-top__col,
  .footer-content__left,
  .footer-content__right,
  .services-grid__item {
    width: 100% !important;
  }
  .services-grid {
    margin-bottom: 0;
  }
  .services-grid__item {
    padding-bottom: 30px;
  }
  .footer-content__right {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 10px;
  }
  .footer-content__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-col-titl {
    padding-bottom: 20px;
  }
  .footer-menu-nav {
    text-align: center;
  }
  [class*="steps__head_item"] {
    width: 100%;
    margin-bottom: 2px;
  }
  [class*="steps__head_item"]:not(.is-active) {
    display: none;
  }
  .reserv-fields-wrap {
    padding: 0 10px;
  }
  .bcg-faq__inner {
    padding: 50px 10px 50px;
  }
  .page-content {
    background-size: cover;
  }
  .page-content .bcg-about .bcg-about__inner {
    padding: 25px 10px;
  }
  .bcg-about__inner {
    padding: 30px 0;
  }
  .footer-menu-nav {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .bcg-services__inner_item {
    width: 100%;
  }
}

.hover_red:hover span
{
color:red
}