/* =========================================================================

    Project: Limos
    Last updated: 18.08.2018

    1. Normalize
    2. Icomoon
    3. Chosen
    4. Fancybox
    5. Slick
    6. Datepicker
    7. Base
    8. Utilities
    9. Layout
    10. Page-head
    11. Page-foot
    12. Page-subtitle
    13. Page-status
    14. Nav-primary
    15. Button
    16. Back-top
    17. Slider
    18. Section
    19. Car-list
    20. Car
    21. Clients
    22. Breadcrumbs
    23. Form
    24. Order-tabs
    25. Order-cars
    26. Login-form
    27. Side-link
    28. Features
    29. Table
    30. Popup

   ========================================================================= */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  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 */
  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.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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;
  margin: 0.67em 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;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 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-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.
 */

/**
 * 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.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * 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.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * 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.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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: 'icomoon';
  src: url("../fonts/icomoon.eot?2zd1c1");
  src: url("../fonts/icomoon.eot?#iefix2zd1c1") format("embedded-opentype"), url("../fonts/icomoon.woff?2zd1c1") format("woff"), url("../fonts/icomoon.ttf?2zd1c1") format("truetype"), url("../fonts/icomoon.svg?2zd1c1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wifi:before {
  content: "\e900";
}

.icon-tick:before {
  content: "\e600";
}

.icon-caret-bottom:before {
  content: "\e601";
}

.icon-arrow-bottom:before {
  content: "\e606";
}

.icon-arrow-top:before {
  content: "\e607";
}

.icon-arrow-left:before {
  content: "\e602";
}

.icon-arrow-right:before {
  content: "\e603";
}

.icon-cross:before,
.fancybox-close:before {
  content: "\e604";
}

.icon-phone:before {
  content: "\e605";
}

.icon-bars:before {
  content: "\f0c9";
}

.chosen-container {
  display: inline-block;
  position: relative;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-bottom-color: #dbdbdb;
  border-radius: 3px;
  overflow: visible;
  font-size: 20.8px;
  font-size: 1.3rem;
  vertical-align: middle;
}

.chosen-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  cursor: pointer;
}

.parsley-error + .chosen-container {
  border-color: #e60000;
}

.chosen-container-active:not(.chosen-with-drop) {
  box-shadow: 0 0 3px 1px #6DACEF;
}

.chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 55px;
  padding: 6px 30px 6px 10px;
  color: #444;
  white-space: nowrap;
  cursor: pointer;
}

.chosen-single:hover {
  color: #444;
  text-decoration: none;
}

.chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
}

.chosen-results {
  display: block;
  position: relative;
  z-index: 10;
  max-height: 150px;
  background: #e8e8e8;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #444;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.chosen-results li {
  position: relative;
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
  color: #444;
}

.chosen-results li:hover,
.chosen-results li.highlighted {
  background: #ccc;
}

.chosen-results li.result-selected {
  background: #ff7f00;
  color: #fff;
}

.chosen-with-drop .chosen-drop {
  left: -1px;
  right: -1px;
}

.chosen-with-drop:after {
  border-top: 0;
  border-bottom: 5px solid #000;
}

.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 {
  background: #000 url("../img/bg-mask.png") no-repeat 0 0;
  color: #fff;
}

.fancybox-opened {
  z-index: 8030;
}

.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 {
  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-close {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 8040;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.fancybox-close:hover {
  color: #fff;
  text-decoration: none;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -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: rgba(0, 0, 0, 0.25);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

.slick-slide {
  display: none;
  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-initialized .slick-slide {
  display: block;
}

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

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

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

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 17.6px;
  font-size: 1.1rem;
}

.ui-widget .ui-widget {
  font-size: 16px;
  font-size: 1rem;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../img/jquery.ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../img/jquery.ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../img/jquery.ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #dadada url("../img/jquery.ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  color: #212121;
  cursor: pointer;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../img/jquery.ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../img/jquery.ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../img/jquery.ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
  text-indent: -999em;
  border: 0;
  /* background: none !important; */
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/jquery.ui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../img/jquery.ui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../img/jquery.ui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../img/jquery.ui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../img/jquery.ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../img/jquery.ui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/jquery.ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa url("../img/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../img/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

.ui-datepicker .ui-datepicker-prev {
  top: 2px !important;
  left: 2px !important;
}

.ui-datepicker .ui-datepicker-next {
  top: 2px !important;
  right: 2px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
ul,
ol,
dl,
dt,
dd,
img,
figure,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

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

body {
  min-height: 100%;
  background: #fff;
  color: #444;
  font-size: 1.6em;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  cursor: default;
}

.flexboxlegacy body[data-skip-header] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  color: #ff7f00;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:hover {
  color: #ff7f00;
  text-decoration: underline;
}

[type='text'],
[type='email'],
[type='tel'],
[type='number'],
[type='password'],
textarea {
  display: block;
  width: 100%;
  padding: 5px 12px 6px;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-bottom-color: #dbdbdb;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: normal;
  resize: none;
}

[type='text']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  line-height: 1.4;
}

[type='text']::-moz-placeholder,
[type='email']::-moz-placeholder,
[type='tel']::-moz-placeholder,
[type='number']::-moz-placeholder,
[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
  line-height: 1.4;
}

[type='text']:-ms-input-placeholder,
[type='email']:-ms-input-placeholder,
[type='tel']:-ms-input-placeholder,
[type='number']:-ms-input-placeholder,
[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
  line-height: 1.4;
}

[type='text']::placeholder,
[type='email']::placeholder,
[type='tel']::placeholder,
[type='number']::placeholder,
[type='password']::placeholder,
textarea::placeholder {
  color: #bfbfbf;
  line-height: 1.4;
}

[type='text'].parsley-error,
[type='email'].parsley-error,
[type='tel'].parsley-error,
[type='number'].parsley-error,
[type='password'].parsley-error,
textarea.parsley-error {
  border-color: #e60000;
}

[type='text'].medium,
[type='email'].medium,
[type='tel'].medium,
[type='number'].medium,
[type='password'].medium,
textarea.medium {
  max-width: 210px;
}

[type='text'].small,
[type='email'].small,
[type='tel'].small,
[type='number'].small,
[type='password'].small,
textarea.small {
  max-width: 136px;
}

[type='text'][data-clearable],
[type='email'][data-clearable],
[type='tel'][data-clearable],
[type='number'][data-clearable],
[type='password'][data-clearable],
textarea[data-clearable] {
  padding-right: 30px;
}

@media (min-width: 860px) {
  [type='text'][data-clearable],
  [type='email'][data-clearable],
  [type='tel'][data-clearable],
  [type='number'][data-clearable],
  [type='password'][data-clearable],
  textarea[data-clearable] {
    padding-right: 12px;
  }

}

/* Hide visually but not from screen readers */

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Only display content to screen readers */

.sr-only,
.chosen-search {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/* Lazy load images */

.lazy-loading {
  width: 100%;
  height: 100%;
  background: url("../img/loader.gif") no-repeat 50% 50%;
}

/* Container */

.container {
  position: relative;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.flexboxlegacy .page-content--centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  min-height: 600px;
}

[data-skip-header] .page-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.page-head {
  padding: 15px 0;
  background: #000 url("../img/bg-mask.png") no-repeat 0 0;
  color: #777;
}

.page-head:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 767px) {
  .page-head {
    padding: 35px 0;
  }

  .flexbox .page-head .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

.page-home .page-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: transparent;
}

@media (min-width: 767px) {
  .flexbox .page-head-spacer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

}

.page-head-logo {
  float: left;
  display: block;
  height: 44px;
  width: 190px;
  margin-bottom: 15px;
  background: url("../img/logo.png") no-repeat;
  background-size: cover;
  text-indent: -999em;
}

@media (min-width: 767px) {
  .page-head-logo {
    margin-top: -5px;
    margin-bottom: 0;
  }

}

@media (min-width: 860px) {
  .page-head-logo {
    height: 51px;
    width: 220px;
  }

}

@media (min-width: 992px) {
  .page-head-logo {
    height: 64px;
    width: 275px;
    margin-top: -10px;
  }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-head-logo {
    background-image: url("../img/logo-big.png");
  }

}

.page-head-contact {
  float: right;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
}

@media (min-width: 767px) {
  .page-head-contact {
    margin-top: 0;
  }

}

.page-head-contact [class^="icon"] {
  width: 32px;
  margin-right: 5px;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-head-contact [class^="icon"] {
    margin-right: 10px;
  }

}

.page-head-contact .icon-phone {
  display: none;
}

@media (min-width: 767px) {
  .page-head-contact .icon-phone {
    display: inline-block;
  }

}

.page-head-contact .icon-wifi {
  opacity: 0.75;
}

@media (min-width: 767px) {
  .page-head-contact .icon-wifi {
    display: none;
  }

}

.page-head-contact a {
  color: #777;
}

.page-head-contact a:hover {
  text-decoration: none;
}

.page-head-contact strong {
  color: #fff;
  font-weight: normal;
}

.page-head-contact strong a {
  color: #fff;
}

.page-head-title {
  clear: both;
  position: relative;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 767px) {
  .page-head-title {
    padding-bottom: 0;
  }

}

.flexbox .page-head-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.page-head-title h1 {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .page-head-title h1 {
    font-size: 40px;
    font-size: 4rem;
  }

}

.page-head-title .side-link {
  margin-top: 10px;
}

@media (min-width: 860px) {
  .page-head-title .side-link {
    position: absolute;
    right: 0;
    bottom: 5px;
    margin-top: 0;
  }

}

.page-head .btn {
  float: left;
  clear: both;
}

@media (min-width: 767px) {
  .page-head .btn {
    float: right;
    clear: none;
    margin-left: 15px;
  }

  .flexbox .page-head .btn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

}

@media (min-width: 860px) {
  .page-head .btn {
    margin-left: 35px;
  }

}

.page-foot {
  position: relative;
  padding: 10px 0 30px;
  background: #f5f5f5;
  color: #777;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.page-foot:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 767px) {
  .page-foot {
    padding: 50px 0;
  }

}

.page-foot a {
  color: #777;
}

.page-foot h3 {
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}

.page-foot-cols:after {
  content: '';
  display: table;
  clear: both;
}

.page-foot-col {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 767px) {
  .page-foot-col {
    float: left;
    width: 33.33%;
    padding-right: 40px;
    margin: 0;
    text-align: left;
  }

}

.page-foot-col p {
  margin-top: 15px;
}

.page-foot-col p strong {
  color: #222;
  font-weight: normal;
}

.page-foot-col p strong a {
  color: #222;
}

.page-foot-bottom {
  padding-top: 25px;
  color: #ccc;
  text-align: center;
}

@media (min-width: 767px) {
  .page-foot-bottom {
    padding-top: 45px;
  }

}

.page-foot-bottom a {
  color: #ccc;
}

.page-foot-bottom a:hover {
  color: #777;
}

.page-foot-bottom p {
  display: inline-block;
}

.page-foot-nav {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .page-foot-nav {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0;
    padding-right: 7px;
    border-right: 1px solid;
  }

}

.page-foot-nav li {
  display: inline-block;
  padding: 0 2px;
}

.page-foot-btn {
  display: inline-block;
  width: 150px;
  padding: 0 10px;
  margin-top: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #444;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}

.page-foot-btn:hover {
  background: #e8e8e8;
  color: #444;
  text-decoration: none;
}

.page-subtitle {
  margin-top: 20px;
  color: #777;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 767px) {
  .page-subtitle {
    margin-top: 50px;
  }

}

.page-subtitle strong {
  color: #000;
  font-weight: 600;
}

.page-status {
  width: 100%;
  max-width: 620px;
  margin: auto;
  padding: 30px 20px;
  text-align: center;
}

@media (min-width: 767px) {
  .page-status {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

.page-status h2 {
  margin-bottom: 30px;
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: -1px;
}

@media (min-width: 767px) {
  .page-status h2 {
    margin-bottom: 60px;
    font-size: 40px;
    font-size: 4rem;
  }

}

.page-status p {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.page-status p strong {
  color: #222;
  font-weight: 600;
}

.page-status fieldset {
  margin-bottom: 55px;
}

.nav-primary {
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.is-active .nav-primary {
  display: block;
}

@media (min-width: 767px) {
  .nav-primary {
    display: block;
    width: auto;
    margin-left: 15px;
    margin-bottom: 0;
  }

}

@media (min-width: 860px) {
  .nav-primary {
    margin-left: 25px;
  }

}

@media (min-width: 1100px) {
  .nav-primary {
    margin-left: 45px;
  }

}

.nav-primary-list:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 767px) {
  .nav-primary-list li {
    float: left;
  }

}

@media (min-width: 860px) {
  .nav-primary-list li {
    margin-left: 10px;
  }

  .nav-primary-list li:first-child {
    margin-left: 0;
  }

}

@media (min-width: 992px) {
  .nav-primary-list li {
    margin-left: 20px;
  }

  .nav-primary-list li:first-child {
    margin-left: 0;
  }

}

.nav-primary-list li a {
  display: block;
  padding: 7px 15px;
  border-left: 1px solid #444;
  color: #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .nav-primary-list li a {
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

}

.nav-primary-list li a:hover {
  color: #fff;
}

.nav-primary-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  color: #ccc;
  margin-top: 5px;
  font-size: 30px;
  font-size: 3rem;
}

@media (min-width: 767px) {
  .nav-primary-toggle {
    display: none;
  }

}

.nav-primary-toggle:hover {
  color: #fff;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 5px 20px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.btn--default {
  padding: 0 40px;
  background: #ff7f00;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.btn--default:hover {
  color: #fff;
  text-decoration: none;
}

.btn--book {
  position: relative;
  background: #ff7f00;
  color: #fff;
}

@media (min-width: 992px) {
  .btn--book {
    width: 190px;
    padding: 9px 5px;
  }

}

.btn--book:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  border-radius: 3px;
}

.btn--book[href]:hover,
.btn--book[type]:hover {
  background: #18a232;
  color: #fff;
  text-decoration: none;
}

.btn--cta {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 50px auto 0;
  padding: 5px 20px;
  color: #ff7f00;
  border: 1px solid;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .btn--cta {
    padding: 9px 50px;
  }

}

.btn--cta:hover {
  border-color: #18a232;
  color: #18a232;
  text-decoration: none;
}

.btn--transparent {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.btn--transparent:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.back-top {
  display: none;
  position: absolute;
  bottom: 38px;
  right: 0;
  z-index: 10;
  width: 55px;
  height: 40px;
  padding: 13px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  font-size: 6px;
  font-size: 0.6rem;
  text-align: center;
}

@media (min-width: 767px) {
  .back-top {
    display: block;
  }

}

.back-top:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  text-decoration: none;
}

.slider {
  position: relative;
}

@media (min-width: 767px) {
  .slider {
    height: 100vh;
  }

}

.slider:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url("../img/bg-mask.png") no-repeat 0 0;
  background-size: cover;
}

.slider-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

.slider-image {
  /* background-attachment: fixed; */
}

.slider-image.is-visible {
  opacity: 1;
}

.slider-content {
  position: relative;
  z-index: 2;
  padding: 150px 0 55px;
  text-align: center;
}

.nav-active .slider-content {
  padding-top: 315px;
}

@media (min-width: 767px) {
  .slider-content {
    position: absolute;
    bottom: 21%;
    left: 0;
    right: 0;
    padding: 0;
    text-align: left;
  }

}

.slider-content h2 {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .slider-content h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }

}

@media (min-width: 860px) {
  .slider-content h2 {
    font-size: 46px;
    font-size: 4.6rem;
  }

}

.slider-content p {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #777;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}

@media (min-width: 767px) {
  .slider-content p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 40px;
  }

}

.slider-content .btn {
  width: 120px;
  margin: 0 7px;
}

@media (min-width: 767px) {
  .slider-content .btn {
    width: 160px;
    margin: 0;
    margin-right: 15px;
  }

}

.slider-content [class^="icon"] {
  display: none;
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  opacity: 0.5;
}

@media (min-width: 767px) {
  .slider-content [class^="icon"] {
    display: block;
  }

}

.slider-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  color: #777;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 767px) {
  .slider-info {
    bottom: 40px;
    text-align: right;
  }

}

.section:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 479px) {
  .flexbox .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

}

.section-image {
  display: none;
}

@media (min-width: 479px) {
  .section-image {
    display: block;
    float: left;
    width: 33.333%;
  }

  .flexbox .section-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

}

@media (min-width: 479px) and (min-width: 1100px) {
  .flexbox .section-image {
    display: block;
  }

}

.section-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.section-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}

@media (min-width: 479px) {
  .section-content {
    float: left;
    width: 66.667%;
    max-width: calc(1160px - (33.333% - (100% - 1160px) / 2));
  }

  .flexbox .section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

.section-content h2 {
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .section-content h2 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 40px;
  }

}

.section-content p {
  margin-top: 20px;
}

.section-content p:first-child {
  margin-top: 0;
}

.section-content li {
  position: relative;
  padding-left: 15px;
}

.section-content li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  height: 2px;
  width: 2px;
  background: #000;
  border-radius: 50%;
}

.section-content-wrapper {
  padding: 20px;
}

.section-content-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 479px) {
  .section-content-wrapper {
    padding: 30px 20px 30px 40px;
  }

}

.section-content-cols {
  margin: 0 -20px;
}

.section-content-cols:after {
  content: '';
  display: table;
  clear: both;
}

.section-content-col {
  padding: 0 20px;
  margin-top: 20px;
}

@media (min-width: 767px) {
  .section-content-col {
    float: left;
    width: 50%;
    margin-top: 0;
  }

}

.section-content-more {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .section-content-more {
    float: right;
    margin-top: 50px;
  }

}

.car-list {
  margin-left: -1px;
}

.car-list:after {
  content: '';
  display: table;
  clear: both;
}

.flexbox .car-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}

.car-list-item {
  position: relative;
  width: 100%;
  background: #000;
  border-top: 1px solid #000;
}

@media (min-width: 479px) {
  .car-list-item {
    float: left;
    width: 50%;
    border-left: 1px solid #000;
	  display: flex;
  }

}

@media (min-width: 860px) {
  .car-list-item {
    width: 25%;
  }

}

.no-touch .car-list-item:hover .car-list-overlay {
  opacity: 1;
}

.flexbox .car-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}

.car-list-image {
  width: 100%;
  /* height: 68.75%; */
  background-repeat: no-repeat;
  background-size: cover;
  position:absoulte;
}

.car-list-image:before {
  content: '';
  display: block;
  padding-bottom: 68.75%;
}

.car-list-overlay {
  position: absolute;
  top: 0px;
  /*
  bottom: 0;
  left: 0;
  right: 0;
  */
  z-index: 1;
  width: 100%;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}


@media (min-width: 992px) {
  .car-list-overlay {
    padding: 20px;
  }

}

.flexbox .car-list-overlay {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.touch .car-list-overlay {
  position: relative;
  padding: 10px 20px;
  background: #000;
  text-align: left;
  opacity: 1;
}

.flexbox.no-touch .car-list-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.car-list-overlay h3 {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.touch .car-list-overlay h3 {
  padding-right: 30px;
}

.car-list-overlay p {
  color: #777;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 3px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .car-list-overlay p {
    margin-bottom: 45px;
  }

}

.touch .car-list-overlay p {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.car-list-overlay-pointer {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.touch .car-list-overlay-pointer {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  width: auto;
}

.touch .car-list-overlay-pointer span {
  display: none;
}

.car-list-overlay-pointer [class^='icon'] {
  display: block;
  margin-top: 10px;
  color: #ff7f00;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 0;
}

.touch .car-list-overlay-pointer [class^='icon'] {
  margin: 0;
}

.flex-control-nav {
  display: none;
}

.car {
  padding-top: 20px;
}

.car:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 860px) {
  .car {
    padding-top: 60px;
  }

}

.flexbox .car {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}

.car-carousel {
  margin: 0;
  border: 0;
  background: none;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.car-carousel.is-active {
  max-height: 1450px;
}

.car-gallery {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.flexbox .car-gallery {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flexbox .car-notes {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 10px;
}

@media (min-width: 860px) {
  .car-gallery {
    float: left;
    width: 50%;
    margin-top: 0;
  }

  .car-gallery:before {
    content: '';
    display: block;
    padding-bottom: 68.75%;
  }

  .flexbox .car-gallery {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

}

.car-gallery-promo {
  position: relative;
}

.car-gallery-promo:before {
  content: '';
  display: block;
  padding-bottom: 68.75%;
}

.car-gallery-promo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.car-gallery-promo .inner-slides,
.car-gallery-promo .inner-slides li {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.car-gallery-promo .inner-slides li {
  opacity: 0;
}

.car-gallery-promo .inner-slides li:first-child {
  opacity: 1;
}

@media (min-width: 860px) {
  .car-gallery-promo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .car-gallery-promo:before {
    display: none;
  }

  .car-gallery-promo img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

}

.car-gallery-thumbnails {
  padding-top: 10px;
  margin-left: -1px;
}

.car-gallery-thumbnails:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 860px) {
  .car-gallery .car-gallery-thumbnails {
    display: none;
  }

}

.car-gallery-thumbnails a {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.car-gallery-thumbnails a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out;
}

.car-gallery-thumbnails a:hover:after {
  opacity: 1;
}

.car-gallery-thumbnails a.flex-active:after {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.car-gallery-thumbnails img {
  display: block;
  width: 100%;
}

.car-foot .car-gallery-thumbnails {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  padding-top: 20px;
}

@media (min-width: 860px) {
  .car-foot .car-gallery-thumbnails {
    display: block;
    float: left;
    width: 50%;
    padding-top: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

}

.car-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background: #f5f5f5;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media (min-width: 479px) {
  .car-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

@media (min-width: 860px) {
  .car-content {
    float: left;
    width: 50%;
  }

}

.car-content li {
  position: relative;
  padding-left: 15px;
}

.car-content li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  height: 2px;
  width: 2px;
  background: #000;
  border-radius: 50%;
}

.car-content-wrapper {
  position: relative;
  width: 100%;
  padding: 20px;
}

@media (min-width: 479px) {
  .car-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

}

@media (min-width: 860px) {
  .car-content-wrapper {
    padding: 40px 20px 40px 60px;
    max-width: calc(1160px - (50% - (100% - 1160px) / 2));
  }

}

.car-content-wrapper ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.car-content-header {
  width: 100%;
  padding-bottom: 20px;
  background: #fff;
}

@media (min-width: 860px) {
  .car-content-header {
    padding-bottom: 15px;
  }

}

.car-content-header h2 {
  padding-right: 40px;
  margin-bottom: 30px;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 860px) {
  .car-content-header h2 {
    font-size: 30px;
    font-size: 3rem;
  }

}

.car-content-header .car-content-wrapper {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.car-content-header .side-link {
  margin-top: 15px;
}

@media (min-width: 1100px) {
  .car-content-header .side-link {
    position: absolute;
    bottom: 0;
    right: 20px;
  }

}

.car-content-close {
  position: absolute;
  top: -2px;
  right: 20px;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 860px) {
  .car-content-close {
    top: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }

}

.car-content-close:hover {
  text-decoration: none;
}

.car-content-description {
  min-height: 350px;
}

.car-prices {
  margin-top: 20px;
  padding: 20px;
  background: #e2e2e2;
}

@media (min-width: 479px) {
  .car-prices {
    /*width: 180px;*/
    margin: -20px -20px -20px 20px;
  }

}

@media (min-width: 860px) {
  .car-prices {
    padding: 40px 20px;
    margin-top: -40px;
    margin-bottom: 0;
  }

}

.car-prices-title {
  margin: -2px 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.car-prices-subtitle {
  color: #777;
}

.car-prices-subtitle strong {
  display: block;
}

.car-prices-list li {
  margin-top: 15px;
  padding: 0;
}

.car-prices-list li:before {
  content: initial;
}

.car-prices-list li span {
  display: block;
  color: #777;
}

.car-prices-list li strong {
  float: right;
  margin-left: 10px;
}

.car-foot {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flexbox .car-foot {
  padding-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 860px) {
  .car-foot {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .flexbox .car-foot {
    -webkit-flex-flow: nowrap row;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
  }

}

.car-actions {
  width: 100%;
}

@media (min-width: 860px) {
  .car-actions {
    float: left;
    width: 50%;
  }

}

.car-actions .btn {
  margin-top: 0;
}

.car-actions-wrapper {
  position: relative;
  padding: 0 40px;
}

@media (min-width: 860px) {
  .car-actions-wrapper {
    padding: 0 20px 0 60px;
    max-width: calc(1160px - (50% - (100% - 1160px) / 2));
  }

}

.car-actions-prev,
.car-actions-next {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}

@media (min-width: 860px) {
  .car-actions-prev,
  .car-actions-next {
    margin-top: -18px;
    font-size: 36px;
    font-size: 3.6rem;
  }

}

.car-actions-prev:hover,
.car-actions-next:hover {
  text-decoration: none;
}

.car-actions-prev {
  left: 10px;
}

@media (min-width: 860px) {
  .car-actions-prev {
    left: 60px;
  }

}

.car-actions-next {
  right: 10px;
}

@media (min-width: 860px) {
  .car-actions-next {
    right: 20px;
  }

}

.car-notes {
  width: 100%;
  margin: 0 0 10px;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 860px) {
  .car-notes {
    margin: -15px 0 25px;
  }

}

.clients {
  margin-left: -1px;
}

.clients-head {
  padding: 20px 0;
  background: #f5f5f5;
  text-align: center;
}

@media (min-width: 860px) {
  .clients-head {
    padding: 40px 0;
  }

}

.clients-head h3 {
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .clients-head h3 {
    font-size: 40px;
    font-size: 4rem;
  }

}

.clients-item {
  border-left: 1px solid #fff;
}

.clients-item img {
  display: block;
  width: 100%;
}

.clients-item h4 {
  padding: 17px;
  color: #222;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.clients-item a {
  display: block;
  outline: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.clients-item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.clients-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: 0;
  outline: none;
  font-size: 34px;
  font-size: 3.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clients-arrow.prev {
  left: 20px;
}

.clients-arrow.next {
  right: 20px;
}

.breadcrumbs {
  margin-top: 35px;
  color: #777;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
}

.breadcrumbs ol:after {
  content: '';
  display: table;
  clear: both;
}

.breadcrumbs li {
  position: relative;
  margin-top: 2px;
  padding: 4px 15px;
  background: #f5f5f5;
  border-left: 1px solid #fff;
  text-align: center;
}

@media (min-width: 479px) {
  .breadcrumbs li {
    float: left;
    width: 50%;
  }

}

@media (min-width: 767px) {
  .breadcrumbs li {
    width: 33.33%;
    margin-top: 0;
  }

}

.breadcrumbs li:before,
.breadcrumbs li:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}

.breadcrumbs li:before {
  left: 0;
  border-left-color: #f5f5f5;
}

.breadcrumbs li:after {
  left: 100%;
  border-left-color: #000;
}

.breadcrumbs li.is-active {
  background: #000;
  border-left: 0;
  color: #fff;
}

@media (min-width: 767px) {
  .breadcrumbs li.is-active:before,
  .breadcrumbs li.is-active:after {
    display: block;
  }

  .breadcrumbs li.is-active:first-child:before,
  .breadcrumbs li.is-active:last-child:after {
    display: none;
  }

}

.form {
  padding: 30px 0;
}

@media (min-width: 860px) {
  .form {
    padding: 60px 0;
  }

}

.form .parsley-errors-list {
  display: none;
}

.form-cols:after {
  content: '';
  display: table;
  clear: both;
}

.form-col {
  margin-top: 30px;
}

.form-col:first-child {
  margin-top: 0;
}

@media (min-width: 767px) {
  .form-col {
    float: left;
    width: 37.5%;
    padding-left: 3.5%;
    margin-top: 0;
  }

  .form-col:first-child {
    width: 62.5%;
    padding-left: 0;
  }

}

.form-map img {
  display: block;
  width: 100%;
}

.form-map #map-canvas {
  height: 260px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.form-map .controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.form-fieldset {
  width: 100%;
  max-width: 600px;
  margin: 15px auto 0;
  padding: 0 15px;
}

@media (min-width: 479px) {
  .form-fieldset {
    padding: 0 30px;
  }

}

@media (min-width: 992px) {
  .form-fieldset {
    -webkit-transform: translateX(-62px);
    -ms-transform: translateX(-62px);
    transform: translateX(-62px);
  }

  .form-fieldset--static {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

}

.form-fieldset:first-child,
aside + .form-fieldset {
  margin-top: 0;
}

.form-fieldset--bordered {
  padding-top: 10px;
  padding-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (min-width: 479px) {
  .form-fieldset--bordered {
    padding-top: 15px;
    padding-bottom: 20px;
  }

}

@media (min-width: 767px) {
  .form-fieldset--bordered {
    padding-top: 20px;
  }

}

.form-field {
  position: relative;
  margin-top: 5px;
}

@media (min-width: 767px) {
  .form-field {
    padding-left: 190px;
  }

}

.form-field:first-child {
  margin-top: 0;
}

.form-field-separator {
  display: inline-block;
  margin: 0 5px;
  color: #777;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
}

label + .form-field-separator {
  margin-left: 0;
}

.form-field-separator strong {
  color: #444;
  font-weight: 600;
}

.form-field--separated {
  margin-top: 25px;
}

.form-field--negative {
  margin-bottom: -20px;
}

.form-field--hidden {
  display: none;
}

.form-field--no-padding {
  padding-left: 0;
}

@media (min-width: 992px) {
  .form-field--no-padding {
    margin-right: -130px;
  }

}

.form-field--full .chosen-container,
.form-field--full .chosen-single {
  width: 100% !important;
}

.form-label {
  display: block;
  line-height: 24px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (min-width: 767px) {
  .form-label {
    position: absolute;
    left: 0;
    line-height: 32px;
  }

}

.form-label .required,
.form-label--light {
  color: #8a8a8a;
}

.form-switcher {
  display: block;
  margin: 15px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.form-switcher input {
  margin-right: 10px;
}

.form-info {
  width: 100%;
  max-width: 600px;
  margin: 15px auto 0;
  padding-bottom: 10px;
  color: #8a8a8a;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 992px) {
  .form-info {
    padding-right: 124px;
  }

}

.form-terms {
  padding-top: 10px;
  color: #8a8a8a;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}

@media (min-width: 1100px) {
  .form-terms {
    margin-right: -130px;
  }

}

.form-price {
  width: 100%;
  max-width: 310px;
  padding: 5px 20px;
  margin: 20px auto 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #8a8a8a;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  text-align: center;
}

@media (min-width: 767px) {
  .form-price {
    margin: 12px auto -6px;
  }

}

@media (min-width: 992px) {
  .form-price {
    padding: 9px 50px;
  }

}

.form-price strong {
  color: #444;
  font-weight: 600;
}

.form-price--bordered {
  margin-top: 0;
  margin-bottom: 25px;
  border-color: #ccc;
}

.form-checkbox {
  display: block;
  margin: 30px 0 -15px;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
}

.form-checkbox input {
  margin-left: 3px;
  margin-right: 10px;
}

.form-checkbox.parsley-error input {
  outline: 1px solid #e60000;
}

.form-back,
.form-side-note,
.form-side-image {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  color: #777;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

@media (min-width: 767px) {
  .form-back,
  .form-side-note,
  .form-side-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    margin: 0;
    margin-left: -260px;
    line-height: 50px;
  }

}

.form-back:hover,
.form-side-note:hover,
.form-side-image:hover {
  color: #777;
}

.form-side-note,
.form-side-image {
  width: auto;
  margin: 30px auto -40px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 767px) {
  .form-side-note,
  .form-side-image {
    left: auto;
    right: 20px;
    margin: 0;
  }

}

.form-side-note strong,
.form-side-image strong {
  color: #222;
  font-weight: 600;
}

.form-side-note--small,
.form-side-image--small {
  font-size: 11px;
  font-size: 1.1rem;
}

.form-side-image {
  display: none;
}

@media (min-width: 860px) {
  .form-side-image {
    display: block;
    bottom: 85px;
  }

}

.form-hidden {
  max-height: 0;
  margin-bottom: -15px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.form-hidden.is-shown {
  max-height: 400px;
  margin: 0;
  opacity: 1;
}

.form-hidden-input {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: window;
}

.form-input-wrapper {
  position: relative;
}

.form-clearer {
  position: absolute;
  bottom: 50%;
  right: 7px;
  height: 16px;
  width: 16px;
  padding: 0;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.form-clearer:before {
  content: '\00d7';
}

.form-clearer:focus {
  outline: none;
}

:focus ~ .form-clearer {
  opacity: 1;
}

@media (min-width: 860px) {
  .form-clearer {
    display: none;
  }

}

.pac-item {
  cursor: pointer;
}

.order-tabs {
  margin-bottom: 40px;
}

.order-tabs ul {
  margin: 0 -5px;
  border-bottom: 1px solid #ccc;
}

.order-tabs ul:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 767px) {
  .order-tabs ul {
    margin: 0;
  }

}

.order-tabs li {
  float: left;
  width: 50%;
  padding: 0 5px;
}

@media (min-width: 767px) {
  .order-tabs li {
    width: 220px;
    margin-left: 10px;
    padding: 0;
  }

  .order-tabs li:first-child {
    margin-left: 0;
  }

}

.order-tabs label {
  cursor: pointer;
}

.order-tabs label [type='checkbox'],
.order-tabs label [type='radio'] {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: window;
}

.order-tabs-label {
  position: relative;
  padding: 4px 10px;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  color: #ff7f00;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.order-tabs-label:hover {
  color: #444;
}

input:checked ~ .order-tabs-label {
  background-color: #fff;
  color: #444;
  bottom: -1px;
  margin-top: -1px;
  padding-bottom: 5px;
  border-color: #ccc;
  border-bottom-color: transparent;
}

.order-cars {
  overflow: hidden;
}

.order-cars-list {
  margin-left: -1px;
  margin-right: -1px;
}

.order-cars-list:after {
  content: '';
  display: table;
  clear: both;
}

.flexbox .order-cars-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}

.order-cars-item {
  float: left;
  width: 50%;
  padding-bottom: 15px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
}

@media (min-width: 767px) {
  .order-cars-item {
    width: 25%;
  }

}

@media (min-width: 1100px) {
  .order-cars-item {
    width: 12.5%;
  }

}

.flexboxlegacy .order-cars-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
}

.order-cars-item.is-selected {
  background: #f5f5f5;
}

.order-cars-item.is-selected input {
  background-color: #fff;
}

.order-cars-item-title {
  padding: 25px 15px;
  width: 100%;
  min-height: 87px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4;
}

.flexbox .order-cars-item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-cars-item-image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.order-cars-item-image:before {
  content: '';
  display: block;
  padding-bottom: 69%;
}

.order-cars-item-desc {
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66;
}

.order-cars-item-price {
  color: #222;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.order-cars-choose {
  width: 120px;
  padding: 0 10px 12px;
  margin: 20px auto -3px;
  border: 1px solid #000;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  line-height: 1;
}

.order-cars-choose:hover {
  color: #18a232;
  text-decoration: none;
}

.order-cars-control {
  display: none;
  position: relative;
  max-width: 180px;
  padding: 0 53px;
  margin: 20px auto 0;
}

.order-cars-control:after {
  content: '';
  display: table;
  clear: both;
}

.order-cars-control input {
  display: block;
  width: 100%;
  padding: 2px 5px;
  text-align: center;
}

.order-cars-control-decrease,
.order-cars-control-increase {
  position: absolute;
  top: 0;
  width: 35px;
  padding: 0 5px;
  line-height: 24px;
  text-align: center;
}

.order-cars-control-decrease {
  left: 15px;
}

.order-cars-control-increase {
  right: 15px;
}

.login-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .login-form {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
    width: 240px;
  }

}

.login-form .side-link {
  display: block;
  margin-bottom: 10px;
  padding-left: 0;
  border-left: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .login-form .side-link {
    float: right;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 1px solid #444;
  }

}

.login-form fieldset {
  margin-bottom: 15px;
  padding: 15px 15px 20px;
  border: 1px solid #ff7f00;
  border-radius: 5px;
}

@media (min-width: 479px) {
  .login-form fieldset {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media (min-width: 992px) {
  .login-form fieldset {
    padding-right: 0;
    border-right: 0;
    border-radius: 5px 0 0 5px;
  }

}

.login-form fieldset input {
  margin-top: 5px;
}

.login-form fieldset .btn {
  display: block;
  margin: 12px auto 0;
}

.login-form p {
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.login-form-details {
  clear: both;
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.login-form-details.is-shown {
  max-height: 300px;
  margin-bottom: 20px;
  opacity: 1;
}

.side-link {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #444;
  color: #ff7f00;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.features {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}

@media (min-width: 992px) {
  .features {
    position: absolute;
    top: 0;
    right: 20px;
    width: 25%;
  }

}

.features li {
  position: relative;
  margin-top: 15px;
  padding-left: 40px;
  color: #777;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .features li {
    padding-left: 13.3%;
  }

}

.features li:first-child {
  margin-top: 0;
}

.features li [class^='icon'] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.table {
  margin: 0 auto;
  max-width: 600px;
}

@media (min-width: 860px) {
  .table {
    margin-bottom: -30px;
  }

}

.table-header {
  position: relative;
  background: #f5f5f5;
  margin-top: 20px;
}

.table-header h4 {
  padding: 0 10px;
  color: #777;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .table-header h4 {
    text-align: center;
  }

}

@media (min-width: 767px) {
  .table-header {
    margin-top: 40px;
  }

}

.table-header .side-link {
  position: absolute;
  bottom: 3px;
  right: 10px;
  z-index: 1;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .table-header .side-link {
    bottom: -48px;
    right: 0;
  }

}

.table-map {
  display: block;
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 767px) {
  .table-map {
    margin-top: 35px;
  }

}

.table-map #map-canvas {
  height: 220px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.table-car {
  position: relative;
  padding: 15px 0 0;
}

.table-car:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 479px) {
  .table-car {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (min-width: 767px) {
  .table-car {
    padding: 25px 40px 0;
  }

}

.table-car h5 {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

.table-car-image {
  float: left;
  width: 37.5%;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .table-car-image {
    padding-right: 30px;
  }

}

.table-car-image img {
  display: block;
  width: 100%;
}

.table-car-content {
  float: left;
  width: 62.5%;
}

@media (min-width: 767px) {
  .table-car-content {
    padding-right: 30px;
  }

}

.table-car-content-info,
.table-car-content-quantity {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.table-car-content-info {
  color: #8a8a8a;
}

.table-car-content-price {
  margin-top: 10px;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .table-car-content-price {
    margin-top: 20px;
  }

}

.table-content {
  position: relative;
  padding: 15px 0 0;
  color: #8a8a8a;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}

.table-content:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 479px) {
  .table-content {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (min-width: 767px) {
  .table-content {
    padding: 25px 40px 0;
  }

}

.table-content dt {
  clear: both;
  float: left;
  width: 50%;
  padding-right: 10px;
}

@media (min-width: 767px) {
  .table-content dt {
    width: 37.5%;
    padding-right: 30px;
  }

}

.table-content dd {
  float: left;
  width: 50%;
  color: #444;
}

@media (min-width: 767px) {
  .table-content dd {
    width: 62.5%;
    padding-right: 30px;
  }

}

.table-content dd span {
  color: #8a8a8a;
}

.popup {
  display: none;
  max-width: 600px;
  padding: 20px 20px 20px 30px;
}

@media (min-width: 767px) {
  .popup {
    min-height: 540px;
    padding: 40px 20px 50px 60px;
  }

}

.popup h2 {
  margin-bottom: 0.75em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 767px) {
  .popup h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }

}

.popup p {
  margin-top: 1.25em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25;
}

.popup p:first-child {
  margin-top: 0;
}

.popup-content {
  max-height: 367px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup-content::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}

.popup-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

@media (min-width: 767px) {
  .popup-content {
    padding-right: 30px;
  }

}

/*# sourceMappingURL=main.css.map */

#btn-reverse-route {
  display: none;
  width: 24px;
  height: 26px;
  cursor: pointer;
  background: url('/img/swap_icon.png');
  position: absolute;
  top: 56px;
  right: -10px;
}

@media (min-width: 767px) {
  #btn-reverse-route {
    top: 20px;
    right: 0px;
  }
}

.input-country {
  display: none;
}

.wrong {
  border-color: red;
}

.g-recaptcha {
  margin-top: 20px;
}

.g-recaptcha.error {
  border: solid 1px #e60000;
  width: 19em;
}

@media (max-width: 1024px) {
  .car-list-overlay {
  opacity: 0.5;
}  
.touch .car-list-overlay {
  position: relative;
  padding: 10px 20px;
  background: none;
  text-align: left;
  opacity: 1;
}
.car-list-overlay-pointer {
  display:none
} 
}
@media (max-width: 668px) and (min-width: 375px) {
/*.car-list-item:last-child .car-list-overlay {
	height:60px;
	}
	*/
}

/* CSS blog */
	.blog { padding:30px }
    .blog_article h3, .blog_article h3 a {
        font-weight: 300;
        margin-bottom: 10px;
        font-size: 23px;
    }
    .blog_article p,
    .blog_article a {
        font-size: 13px;
    }

    .blog_article {
        padding: 40px; width:33%; float:left;
    }
	.partblog { clear:both; border-bottom:1px dotted #CCC }
	
@media (max-width: 860px)  {
    .blog_article {
        padding: 30px 0px; width:100%; float:none;
    }
	.car-list-overlay {
	top: -100px;
	position:relative;
	max-height:70px !important;
}
	.car-list-overlay h3,
	.car-list-overlay p  { text-shadow: 1px 1px 5px #000; color:#fff !important;}
}

@media (min-width: 767px) and (max-width: 1120px) {
	.btn--book { margin:20px 0 0 0;  }
}