/*!
Theme Name: Twelve Transfers
Theme URI: http://underscores.me/
Author: Dragos Cristache
Author URI: https://www.webventures.ro/
Version: 1.0.47.8
Text Domain: twelve
*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.google-maps {
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  height: 0;
}

.google-maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery figure {
  margin: 0;
  padding: 5px;
}
.gallery figure img {
  width: 100%;
}
.gallery figure a {
  font-size: 0;
  line-height: 1;
}
.gallery.gallery-columns-1 figure {
  width: 100%;
}
.gallery.gallery-columns-2 figure {
  width: 50%;
}
.gallery.gallery-columns-3 figure {
  width: 33.333%;
}
.gallery.gallery-columns-4 figure {
  width: 25%;
}
.gallery.gallery-columns-5 figure {
  width: 20%;
}
.gallery.gallery-columns-6 figure {
  width: 16.666%;
}
.gallery.gallery-columns-7 figure {
  width: 14.2%;
}
.gallery.gallery-columns-8 figure {
  width: 12.5%;
}
.gallery.gallery-columns-9 figure {
  width: 11%;
}

.page-id-244 .accordion {
  margin-bottom: 30px;
}

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.fluid-wrapper {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/*
 * Gap rows
*/
.row-gap .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.3333333333%;
          flex: 0 0 6.3333333333%;
  max-width: 6.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.6666666667%;
          flex: 0 0 14.6666666667%;
  max-width: 14.6666666667%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.3333333333%;
          flex: 0 0 31.3333333333%;
  max-width: 31.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.6666666667%;
          flex: 0 0 39.6666666667%;
  max-width: 39.6666666667%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.3333333333%;
          flex: 0 0 56.3333333333%;
  max-width: 56.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64.6666666667%;
          flex: 0 0 64.6666666667%;
  max-width: 64.6666666667%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73%;
          flex: 0 0 73%;
  max-width: 73%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 81.3333333333%;
          flex: 0 0 81.3333333333%;
  max-width: 81.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 89.6666666667%;
          flex: 0 0 89.6666666667%;
  max-width: 89.6666666667%;
  margin-left: 1%;
  margin-right: 1%;
}

.row-gap .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 98%;
          flex: 0 0 98%;
  max-width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (max-width: 1200px) {
  .row-gap .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.3333333333%;
            flex: 0 0 6.3333333333%;
    max-width: 6.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.6666666667%;
            flex: 0 0 14.6666666667%;
    max-width: 14.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.6666666667%;
            flex: 0 0 39.6666666667%;
    max-width: 39.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.3333333333%;
            flex: 0 0 56.3333333333%;
    max-width: 56.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64.6666666667%;
            flex: 0 0 64.6666666667%;
    max-width: 64.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    max-width: 73%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.3333333333%;
            flex: 0 0 81.3333333333%;
    max-width: 81.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 89.6666666667%;
            flex: 0 0 89.6666666667%;
    max-width: 89.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .row-gap .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
            flex: 0 0 98%;
    max-width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 992px) {
  .row-gap .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.3333333333%;
            flex: 0 0 6.3333333333%;
    max-width: 6.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.6666666667%;
            flex: 0 0 14.6666666667%;
    max-width: 14.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.6666666667%;
            flex: 0 0 39.6666666667%;
    max-width: 39.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.3333333333%;
            flex: 0 0 56.3333333333%;
    max-width: 56.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64.6666666667%;
            flex: 0 0 64.6666666667%;
    max-width: 64.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    max-width: 73%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.3333333333%;
            flex: 0 0 81.3333333333%;
    max-width: 81.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 89.6666666667%;
            flex: 0 0 89.6666666667%;
    max-width: 89.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
            flex: 0 0 98%;
    max-width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 768px) {
  .row-gap .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.3333333333%;
            flex: 0 0 6.3333333333%;
    max-width: 6.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.6666666667%;
            flex: 0 0 14.6666666667%;
    max-width: 14.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.6666666667%;
            flex: 0 0 39.6666666667%;
    max-width: 39.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.3333333333%;
            flex: 0 0 56.3333333333%;
    max-width: 56.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64.6666666667%;
            flex: 0 0 64.6666666667%;
    max-width: 64.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    max-width: 73%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.3333333333%;
            flex: 0 0 81.3333333333%;
    max-width: 81.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 89.6666666667%;
            flex: 0 0 89.6666666667%;
    max-width: 89.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
            flex: 0 0 98%;
    max-width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 576px) {
  .row-gap .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.3333333333%;
            flex: 0 0 6.3333333333%;
    max-width: 6.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.6666666667%;
            flex: 0 0 14.6666666667%;
    max-width: 14.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.6666666667%;
            flex: 0 0 39.6666666667%;
    max-width: 39.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.3333333333%;
            flex: 0 0 56.3333333333%;
    max-width: 56.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64.6666666667%;
            flex: 0 0 64.6666666667%;
    max-width: 64.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    max-width: 73%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.3333333333%;
            flex: 0 0 81.3333333333%;
    max-width: 81.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 89.6666666667%;
            flex: 0 0 89.6666666667%;
    max-width: 89.6666666667%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row-gap .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
            flex: 0 0 98%;
    max-width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/*
 * Flex responsive rules
*/
@media (max-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-xl-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-lg-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-md-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-sm-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container .row .col {
  padding-left: 10px;
  padding-right: 10px;
}

#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#content #primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media (max-width: 1200px) {
  #content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  #content {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content #main {
    width: 100%;
  }
  #content #secondary {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.page-template-template-unit-tests #content {
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e1e1e;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
}

p {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: #c62b5e;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  cursor: pointer;
  color: #2e3280;
}

ul.reset,
ol.reset {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.semi-reset,
ol.semi-reset {
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 25px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.light,
.light-text,
.light-font {
  font-weight: 300;
}

.regular,
.regular-font,
.regular-text {
  font-weight: 400;
}

.semi,
.semi-font,
.semi-text {
  font-weight: 600;
}

.bold,
.bold-font,
.bold-text {
  font-weight: 700;
}

.italic-font,
.italic-text {
  font-style: italic;
}

ul,
ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
}

table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: gray;
  background-color: transparent;
}

blockquote {
  margin: 30px 0;
}
blockquote:first-of-type {
  margin-top: 0;
}
blockquote p {
  margin: 0;
}

@media (max-width: 768px) {
  h1,
.h1 {
    font-size: 24px;
  }

  h2,
.h2 {
    font-size: 21px;
  }

  h3,
.h3 {
    font-size: 18px;
  }

  h4,
.h4 {
    font-size: 14px;
  }

  h5,
.h5 {
    font-size: 14px;
  }

  h6,
.h6 {
    font-size: 14px;
  }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

figure {
  margin-left: 0;
  margin-right: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.readmore-content-area {
  display: none;
}

img {
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.page-hero {
  margin-top: -20px !important;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-hero {
    margin-top: 0 !important;
  }
}
.page-hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-hero h1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px;
}
.page-hero .form-container,
.page-hero .content-container {
  padding: 0 15px;
}
.page-hero .form-container .form-box {
  background-color: #fff;
  border-radius: 2px;
}
.page-hero .form-container .form-box h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ba1c4a;
  margin: 15px auto;
}
.page-hero .form-container .form-box .field-container {
  padding: 0 15px;
  margin-bottom: 15px;
}
.page-hero .form-container .form-box .field-container label {
  display: block;
  font-weight: 600;
  color: #333;
}
.page-hero .form-container .form-box .field-container input {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border: 1px solid #e7e7e7;
  background-repeat: no-repeat;
  background-position: center left 5px;
}
.page-hero .form-container .form-box .instant-pickup {
  background-image: url("img/instant-quote/map-marker-green.png");
}
.page-hero .form-container .form-box .instant-dropoff {
  background-image: url("img/instant-quote/map-marker-red.png");
}
.page-hero .form-container .form-box .instant-date {
  background-image: url("img/instant-quote/calendar.png");
}
.page-hero .form-container .form-box .instant-time {
  background-image: url("img/instant-quote/clock.png");
}
.page-hero .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-hero .content-container ul {
  margin-bottom: 0;
  margin-left: 0;
  color: #fff;
  font-size: 20px;
}
.page-hero .content-container ul li {
  margin-bottom: 10px;
}
.page-hero .content-container ul li:last-of-type {
  margin-bottom: 0;
}
.page-hero .content-container ul .fa-check-circle {
  margin-right: 10px;
}
.page-hero .button-container {
  padding: 15px;
  padding-top: 0;
}
.page-hero .button-container button {
  width: 100%;
  border-radius: 2px;
  outline: none;
  color: #fff;
  background-color: #5eba46;
  border: none;
  padding: 15px;
  font-size: 20px;
}

.estimate-results {
  margin-top: 0 !important;
}
.estimate-results .container {
  margin-top: -120px;
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .estimate-results .container {
    margin-top: 15px;
  }
}
.estimate-results .car-column {
  padding: 0 15px;
}
.estimate-results .car-container {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}
.estimate-results .car-container .car-info {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.estimate-results .car-container .car-info .main {
  position: relative;
  width: calc(100% - 42px);
}
.estimate-results .car-container .car-info .main .name {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.estimate-results .car-container .car-info .main img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -70%);
      -ms-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
.estimate-results .car-container .car-info .specifications {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 44px;
}
.estimate-results .car-container .car-info .specifications li {
  display: block;
  background-color: #ebeced;
  padding: 5px 8px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.estimate-results .car-container .car-info .specifications li:last-of-type {
  margin-bottom: 0;
}
.estimate-results .car-container .car-info .specifications li svg {
  color: #8c8c8c;
  margin-right: 2px;
}
.estimate-results .car-container .price {
  background: #73c12d;
  color: #fff;
  margin-bottom: -1px;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 0 0 2px 2px;
}
.estimate-results .car-container a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 10;
}
.estimate-results .car-container:hover .price {
  background-color: #ba1c4a;
}

@media (max-width: 768px) {
  .page-hero {
    padding-bottom: 15px;
    padding-top: 50px;
  }
  .page-hero .container {
    max-width: 100%;
  }
  .page-hero h1 {
    font-size: 28px;
  }
  .page-hero .page-headline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-hero .form-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .page-hero .content-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .estimate-results {
    margin-top: 15px;
  }
}
#appbanner {
  background-image: url("img/app/app-bg.jpg");
  background-position: center;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#appbanner .app-demo {
  margin-top: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 30px;
}
#appbanner .app-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#appbanner .app-headline {
  color: #c21f54;
  font-size: 30px;
  margin-bottom: 15px;
}
#appbanner .app-description {
  margin-bottom: 15px;
  font-size: 18px;
}
#appbanner .promo {
  margin-top: 15px;
  font-weight: 900;
  color: #333;
  background-color: #fff;
  border: 2px dashed #c21f54;
  border-radius: 5px;
  padding: 10px;
}
#appbanner .promo .disclaimer {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
#appbanner .promo p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #appbanner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  #appbanner .app-demo {
    max-width: 250px;
  }
}
.full-width-hero {
  margin-top: -20px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.full-width-hero .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}
.full-width-hero .content-wrapper .hero-content-area {
  background-color: #c62b5e;
  background-color: rgba(194, 31, 84, 0.64);
  color: white;
  font-size: 27px;
  padding: 20px;
  margin-bottom: 20px;
}
.full-width-hero .content-wrapper .hero-content-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.full-width-hero .content-wrapper .hero-content-area ul li {
  margin-bottom: 10px;
}
.full-width-hero .content-wrapper .hero-content-area ul li:last-of-type {
  margin-bottom: 0;
}
.full-width-hero .content-wrapper .hero-first-line {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  padding: 18px;
}
.full-width-hero .content-wrapper .hero-text-line {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 12px 20px;
  line-height: 1;
}
.full-width-hero .content-wrapper .hero-text-line .small-text {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .full-width-hero {
    background-position: center right 40%;
  }
}
@media (max-width: 900px) {
  .full-width-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .full-width-hero {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -10px;
  }
  .full-width-hero .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .full-width-hero .content-wrapper .hero-content-area {
    font-size: 20px;
  }
  .full-width-hero .content-wrapper .hero-first-line {
    font-size: 30px;
  }
  .full-width-hero .content-wrapper .hero-text-line {
    font-size: 20px;
  }
  .full-width-hero .content-wrapper .hero-text-line .small-text {
    font-size: 16px;
  }
}

.pink-bg-text {
  background-color: #c62b5e;
  background-color: rgba(194, 31, 84, 0.64);
  color: white;
}

.btn {
  display: inline-block;
  background-color: #787878;
  color: white;
  padding: 10px 15px;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #787878;
  font-size: 16px;
}
.btn:hover {
  background-color: white;
  color: #787878;
}

.readmore-btn {
  width: auto;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.green-btn {
  background-color: #69c24f;
  border-color: #579e41;
}
.green-btn:hover {
  background-color: white;
  color: #579e41;
}

.pink-btn {
  background-color: #c62b5e;
  border-color: #c62b5e;
}
.pink-btn:hover {
  background-color: white;
  color: #c62b5e;
}

.large-btn {
  font-weight: 300;
  font-size: 30px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .large-btn {
    padding: 10px 15px;
    font-size: 20px;
  }
}

.headline-element {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 25px;
}
.headline-element span {
  background-color: white;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
.headline-element:before {
  position: absolute;
  z-index: 1;
  top: 17px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c62b5e;
}
.headline-element .typed {
  background-color: transparent;
  padding: 0;
}

.left {
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.left span {
  padding-left: 0;
}

.half {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.half span {
  padding-left: 0;
}
.half:before {
  top: 12px;
}

.white {
  color: white;
}
.white:before {
  display: none;
}

.dark {
  color: #1e1e1e;
}
.dark:before {
  display: none;
}

@media (max-width: 1200px) {
  .paddingfix, #management-team, .video-background-hero, .vehicle-types, .style-comfort, .booking-system, .full-width-hero {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.accordion h3 {
  margin-bottom: 15px;
  padding: 12px;
  font-size: 18px;
  font-weight: 300;
  outline: none;
}
.accordion h3:last-of-type {
  margin-bottom: 0;
}
.accordion h3 svg {
  margin-right: 10px;
}
.accordion h3.ui-state-default {
  background-color: #c62b5e;
  color: white;
}
.accordion h3.ui-accordion-header-active {
  background-color: #e1e1e1;
  color: #c62b5e;
}
.accordion div {
  font-weight: 300;
  padding-bottom: 15px;
}
.accordion div :last-child {
  margin-bottom: 0;
}

.destinations {
  position: relative;
  overflow-y: hidden;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .destinations {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 20px;
  }
}
.destinations .more-destinations {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  bottom: -3px;
  color: inherit;
}
.destinations .destination {
  -webkit-box-shadow: 0px 1px 2.85px 0.15px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 2.85px 0.15px rgba(0, 0, 0, 0.14);
  margin-bottom: 50px;
}
.destinations .destination .featured-image {
  height: 125px;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.destinations .destination .featured-image span.pricing {
  background-color: #ffb300;
  color: white;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  padding: 3px 5px;
  top: 20px;
}
.destinations .destination .featured-image a {
  display: block;
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.destinations .destination .content {
  padding: 14px;
}
.destinations .destination .content .destination-name {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 14px;
}
.destinations .destination .content .destination-name a {
  color: inherit;
}
.destinations .destination .content .destination-content {
  font-size: 14px;
  font-weight: 300;
}
.destinations .destination .content .destination-content p {
  margin-bottom: 10px;
}
.destinations .destination .content .destination-content a:not(.btn) {
  display: inline-block;
}
.destinations .destination .content .destination-content p:last-of-type {
  margin-bottom: 0;
}
.destinations.shown {
  height: auto !important;
  margin-bottom: 0;
}
.destinations.shown .more-destinations {
  display: none;
}
.destinations.shown .destination {
  margin-bottom: 24px;
}

.booking-system {
  background: url("img/booking-system-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  text-align: center;
}
.booking-system .section-headline {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
}
.booking-system .section-headline span {
  font-weight: 600;
  color: #c62b5e;
}
.booking-system img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.booking-system .step {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.booking-system .step-description {
  font-size: 18px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.booking-system a.btn {
  margin-top: 20px;
}

.review-boxes .review-box {
  -webkit-box-shadow: 0px 1px 2.85px 0.15px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 2.85px 0.15px rgba(0, 0, 0, 0.14);
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.review-boxes .review-box img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.review-boxes .review-box .stars {
  margin-top: 10px;
  margin-bottom: 10px;
}
.review-boxes .review-box .stars svg {
  color: #ffb300;
}
.review-boxes .review-box a {
  font-weight: 300;
  color: inherit;
}
@media (max-width: 768px) {
  .review-boxes .review-box.col-2.col-md-4.col-sm-12 {
    margin-bottom: 10px;
  }
}

.expanded-review-box {
  position: relative;
  -webkit-box-shadow: 0px 1px 2.85px 0.15px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 2.85px 0.15px rgba(0, 0, 0, 0.14);
  padding: 20px;
}
.expanded-review-box a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.expanded-review-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.expanded-review-box .header .author {
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
}
.expanded-review-box .header .stars {
  margin-right: 10px;
}
.expanded-review-box .header .stars svg {
  color: #ffb300;
}
.expanded-review-box .header .verified {
  display: inline-block;
  padding: 2px 3px;
  background-color: #3dbb91;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
}
.expanded-review-box .header .verified svg {
  font-size: 12px;
}
.expanded-review-box .content {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
}
.expanded-review-box .content .fa-quote-left {
  position: absolute;
  top: 0;
  left: 0;
}
.expanded-review-box .content .fa-quote-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.expanded-review-box .content p:last-of-type {
  margin: 0;
}

.green-checklist ul.fa-ul {
  line-height: 2;
  margin-left: 25px;
}
.green-checklist ul.fa-ul .fa-li {
  top: 5px;
}
.green-checklist ul.fa-ul svg {
  color: #69c24f;
  font-size: 22px;
}

.pink-checklist ul.fa-ul {
  line-height: 2.3;
  margin-left: 25px;
}
.pink-checklist ul.fa-ul svg {
  color: #c62b5e;
  font-size: 22px;
}

.style-comfort {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: white;
  background-position: center;
}
.style-comfort .second-headline {
  margin-top: 80px;
}

.payment-options {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .payment-options .payment {
    margin-bottom: -20px;
  }
}
.payment-options .payment .col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .payment-options .payment .col {
    margin-bottom: 20px;
  }
}
.payment-options .payment img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.vehicle-types {
  background: url("img/car_types_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .vehicle-types .vehicles {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.vehicle-types .vehicles .vehicle {
  background-color: white;
  -webkit-box-shadow: 0px 1px 2.85px 0.15px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 2.85px 0.15px rgba(0, 0, 0, 0.14);
  padding: 10px;
}
@media (max-width: 768px) {
  .vehicle-types .vehicles .vehicle {
    margin-bottom: 20px;
  }
  .vehicle-types .vehicles .vehicle:last-of-type {
    margin-bottom: 0;
  }
}
.vehicle-types .vehicles .vehicle .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vehicle-types .vehicles .vehicle .header .info p.name {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.vehicle-types .vehicles .vehicle .header .info .pricing span {
  font-size: 14px;
}
.vehicle-types .vehicles .vehicle .header .info .pricing .price {
  font-size: 20px;
  font-weight: 600;
}
.vehicle-types .vehicles .vehicle .header img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.vehicle-types .vehicles .vehicle .content ul {
  line-height: 1.4;
}
.vehicle-types .vehicles .vehicle .small-text {
  font-size: 12px;
}
.vehicle-types .vehicles .vehicle .btn {
  text-align: center;
  margin-top: auto;
}

.why-us .reasons {
  margin-top: 20px;
}
.why-us .reasons .reason {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .why-us .reasons .reason {
    text-align: center;
  }
}
.why-us .reasons .reason img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.why-us .reasons .reason p.title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 15px;
}
.why-us .reasons .reason .content ul {
  line-height: 1.3;
}

.slim-hero {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: white;
}
.slim-hero .second-headline {
  margin-top: 80px;
}

.video-background-hero {
  position: relative;
}
.video-background-hero .video-background {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: url("video-bg/slide12.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.video-background-hero .video-background video {
  background-attachment: fixed;
  vertical-align: top;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
.video-background-hero .overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: url("img/overlay-pattern.png") repeat;
}
.video-background-hero .wrapper {
  position: relative;
  z-index: 2;
}

#banners .col-3 {
  max-width: 22%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  margin-left: 2%;
}

#masthead {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#masthead .logo {
  font-size: 0;
  line-height: 1;
  display: block;
}
#masthead .logo img {
  max-width: 270px;
  width: 100%;
  height: auto;
}
#masthead .menu-toggle {
  display: none;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .main-navigation ul li {
    display: inline-block;
  }
}
.main-navigation ul li a {
  font-size: 15px;
  color: #787878;
}
.main-navigation ul li a:hover {
  color: #c62b5e;
}
@media (min-width: 768px) {
  .main-navigation ul li.menu-item-depth-0 {
    margin-left: -4px;
    margin-right: 20px;
  }
}
.main-navigation ul li.menu-item-depth-0 a {
  font-size: 15px;
  text-transform: uppercase;
}
.main-navigation ul li:first-of-type {
  margin-left: 0;
}
.main-navigation ul .menu-item-has-children {
  position: relative;
}
@media (min-width: 768px) {
  .main-navigation ul .menu-item-has-children ul.sub-menu {
    z-index: 2;
    width: 250px;
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-color: #f1f1f1;
    border-style: solid;
    border-radius: 2px;
    padding: 10px 0;
  }
}
.main-navigation ul .menu-item-has-children ul.sub-menu li {
  display: block;
  line-height: 1;
}
.main-navigation ul .menu-item-has-children ul.sub-menu li a {
  display: block;
  text-transform: none;
}
@media (min-width: 768px) {
  .main-navigation ul .menu-item-has-children ul.sub-menu li a {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .main-navigation ul .menu-item-has-children ul.sub-menu li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.main-navigation ul .menu-item-has-children ul.sub-menu.menu-depth-1 {
  display: none;
}
@media (min-width: 768px) {
  .main-navigation ul .menu-item-has-children ul.sub-menu.menu-depth-1 .sub-menu-link .fa-chevron-right {
    position: absolute;
    right: 18px;
  }
}
.main-navigation ul .menu-item-has-children ul.sub-menu.menu-depth-2 {
  display: none;
}
@media (min-width: 768px) {
  .main-navigation ul .menu-item-has-children ul.sub-menu.menu-depth-2 {
    left: 248px;
    top: -11px;
  }
}
@media (min-width: 768px) {
  .main-navigation ul .menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }
}
.main-navigation ul .current-menu-item > a {
  color: #c62b5e;
  font-weight: 600;
}
.main-navigation ul .help-link {
  white-space: nowrap;
}
.main-navigation ul .help-link svg {
  color: #c62b5e;
  font-size: 16px;
}
.main-navigation ul .help-link .on-hover {
  display: none;
}
.main-navigation ul .help-link.clicked .on-hover {
  display: inline-block;
}
.main-navigation ul .help-link.clicked .default-value {
  display: none;
}
@media (max-width: 768px) {
  .main-navigation ul .instant-quote {
    display: none;
  }
}
.main-navigation ul .instant-quote a {
  background-color: #fff;
  color: #c62b5e;
  border-radius: 3px;
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  border: 1px solid #c62b5e;
}
.main-navigation ul .instant-quote a:hover {
  background-color: #c62b5e;
  color: #fff;
}

.menu-item-depth-0 > a {
  position: relative;
}
.menu-item-depth-0 > a .tooltip {
  position: absolute;
  color: white;
  background-color: #636363;
  font-size: 12px;
  padding: 2px 3px;
  border-radius: 3px;
  top: -21px;
  right: 0;
}
.menu-item-depth-0 > a .tooltip:before {
  border: 5px solid transparent;
  border-right-color: #636363;
  bottom: -5px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
}

.menu-item-depth-1 > a {
  position: relative;
}
.menu-item-depth-1 > a .tooltip {
  position: absolute;
  color: white;
  background-color: #636363;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  right: 15px;
}

.tooltip.new {
  background-color: #c62b5e !important;
}
.tooltip.new:before {
  border-right-color: #c62b5e !important;
}

.tooltip.vip {
  background-color: #f89406 !important;
}
.tooltip.vip:before {
  border-right-color: #f89406 !important;
}

@media (max-width: 1200px) {
  #masthead .site-branding .logo img {
    max-width: 220px;
  }

  .main-navigation ul li.menu-item-depth-0 {
    margin-right: 15px;
  }
  .main-navigation ul li.menu-item-depth-0 a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tooltip {
    display: none;
  }

  #masthead {
    padding: 0;
    position: relative;
  }
  #masthead .site-branding {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  #masthead .site-branding .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #masthead .site-branding .logo img {
    max-width: 200px;
  }
  #masthead .site-branding #nav-menu-item-19 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    list-style: none;
    margin: 0 15px 0 auto;
    padding: 0;
  }
  #masthead .site-branding #nav-menu-item-19 .on-hover {
    display: none;
  }
  #masthead .site-branding .menu-toggle {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    color: #787878;
    font-size: 25px;
    line-height: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 10;
    left: 0;
    right: 0;
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
  }
  .main-navigation ul li a.menu-link {
    padding: 6px 0;
    display: block;
    font-size: 18px !important;
  }
  .main-navigation ul .menu-item-has-children {
    position: relative;
  }
  .main-navigation ul .menu-item-has-children a.expand-category {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .main-navigation ul .menu-item-has-children a.expand-category .fa-chevron-down {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main-navigation ul .menu-item-has-children ul.sub-menu {
    padding-left: 15px;
  }
  .main-navigation ul .menu-item-has-children.expanded-category > .expand-category .fa-chevron-down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-navigation ul .menu-item-has-children.expanded-category > ul.sub-menu {
    display: block;
  }
}
@media (max-width: 400px) {
  #masthead .site-branding .logo img {
    max-width: 150px;
  }
}
#rs_container {
  text-align: center;
  font-size: 14px;
  padding-bottom: 1em;
}
#rs_container p {
  margin: 0;
}

.site-footer {
  background-color: #f2f2f2;
}
.site-footer .breadcrumbs {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .site-footer .breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-footer .breadcrumbs a {
  color: #1e1e1e;
}
.site-footer .breadcrumbs a:hover {
  color: #c62b5e;
}
.site-footer .breadcrumbs .breadcrumb_last {
  color: #787878;
}
.site-footer .breadcrumbs svg {
  font-size: 12px;
}
.site-footer .breadcrumbs p {
  margin: 0;
}
@media (max-width: 1200px) {
  .site-footer .footer-widgets {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-footer .footer-widgets section {
  margin-bottom: 15px;
}
.site-footer .footer-widgets section h2 {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.site-footer .footer-widgets section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-widgets section ul li {
  line-height: 1.4;
}
.site-footer .footer-widgets section a {
  font-size: 14px;
  color: #888888;
}
.site-footer .footer-widgets section a:hover {
  color: #c62b5e;
}
.site-footer .footer-contact {
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .site-footer .footer-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-footer .footer-contact span {
  display: inline-block;
}
.site-footer .footer-contact span:first-of-type {
  margin-right: 20px;
}
.site-footer .footer-copy-info {
  border-top: 1px solid #e1e1e1;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
}
.site-footer .footer-copy-info p {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .site-footer .footer-copy-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-copy-info p {
    text-align: left;
  }
}

#secondary {
  padding-top: 25px;
  min-width: 270px;
  max-width: 270px;
  width: 270px;
  border-left: 2px solid #f0f0f0;
  padding-left: 30px;
  margin-left: 30px;
}
#secondary .widget-title {
  color: #c62b5e;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
#secondary section {
  margin-bottom: 40px;
}
#secondary section:last-of-type {
  margin-bottom: 0;
}

section.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.widget_recent_entries ul li {
  margin-bottom: 20px;
}
section.widget_recent_entries ul li:last-of-type {
  margin-bottom: 0;
}
section.widget_recent_entries ul li a {
  color: #c62b5e;
  font-size: 20px;
}
section.widget_recent_entries ul li span.post-date {
  display: block;
  color: #a1a1a1;
}

.page-template-template-homepage #content {
  max-width: 100%;
}
.page-template-template-homepage #destinations {
  margin-top: 20px;
}
.page-template-template-homepage .booking-system {
  margin-bottom: 20px;
}
.page-template-template-homepage #reviews .review-box {
  margin-bottom: 20px;
}
.page-template-template-homepage #reviews .expanded-review-box {
  margin-bottom: 20px;
}
.page-template-template-homepage #banners a {
  font-size: 0;
  line-height: 1;
}
.page-template-template-homepage #banners a img {
  width: 100%;
}
.page-template-template-homepage #who-what {
  margin-bottom: 20px;
}
.page-template-template-homepage .why-us {
  margin-bottom: 20px;
}
.page-template-template-homepage .news-faq .swiper-pagination-bullet {
  background: #e1e1e1;
  width: 15px;
  height: 15px;
}
.page-template-template-homepage .news-faq .swiper-pagination-bullet-active {
  background: #787878;
}
.page-template-template-homepage .payment-options {
  margin-bottom: 20px;
}

.page-template-template-contact .contact-info-repeater .contact-block {
  margin-bottom: 20px;
}
.page-template-template-contact .contact-info-repeater .contact-block:last-of-type {
  margin-bottom: 0;
}
.page-template-template-contact .contact-info-repeater .contact-block:last-of-type p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-contact .contact-info-repeater .contact-block .headline {
  font-weight: 600;
  margin-bottom: 5px;
}
.page-template-template-contact .first-content-area .featured-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-template-contact .secondary-content {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 1%;
  padding-right: 1%;
}
.page-template-template-contact .secondary-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin: 1em 0;
  padding: 0;
}
.page-template-template-contact .secondary-content svg {
  margin-right: 4px;
}
.page-template-template-contact .second-content-area {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
  margin-bottom: 20px;
}
.page-template-template-contact .gform_wrapper {
  border: 1px solid #e1e1e1;
  padding: 0 0 16px 16px;
  border-radius: 3px;
}

body .gform_wrapper {
  margin: 0;
}
body .gform_wrapper .gform_heading h3.gform_title {
  margin-top: 16px;
  font-size: 25px;
}
body .gform_wrapper textarea.large {
  height: 90px;
}
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=search],
body .gform_wrapper input[type=month],
body .gform_wrapper input[type=time],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea,
body .gform_wrapper select {
  width: 100%;
  padding: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #cacaca;
  border-radius: 3px;
  outline: none;
}
body .gform_wrapper input[type=tel]:focus,
body .gform_wrapper input[type=text]:focus,
body .gform_wrapper input[type=password]:focus,
body .gform_wrapper input[type=email]:focus,
body .gform_wrapper input[type=number]:focus,
body .gform_wrapper input[type=search]:focus,
body .gform_wrapper input[type=month]:focus,
body .gform_wrapper input[type=time]:focus,
body .gform_wrapper input[type=url]:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  border-color: #c62b5e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c62b5e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c62b5e;
}
body .gform_wrapper input[type=submit] {
  background-color: #65c660;
  border: none;
  color: #fff;
  padding: 15px 25px;
  border-radius: 2px;
}
body .gform_wrapper .gform_footer {
  margin: 0;
  padding-bottom: 0;
}

.single-destinations #content {
  max-width: 100%;
}
.single-destinations .first-content-area {
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.single-destinations .first-content-area .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-destinations .first-content-area .destination-featured-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-destinations .second-content-area {
  margin-bottom: 20px;
}
.single-destinations .second-content-area .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 60px;
}
.single-destinations .second-content-area .reviews .trip-advisor {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 50%;
  max-width: 200px;
}
.single-destinations .second-content-area .reviews iframe {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.single-destinations .booking-system {
  margin-bottom: 20px;
}
.single-destinations .reviews-container {
  margin-bottom: 20px;
}
.single-destinations .third-content-area {
  margin-bottom: 20px;
}
.single-destinations .fourth-content-area {
  margin-bottom: 20px;
}
.single-destinations .google-maps {
  margin-bottom: 20px;
}
.single-destinations .fifth-content-area {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .single-destinations .full-width-hero {
    background-image: url("https://www.twelvetransfers.co.uk/wp-content/uploads/2018/05/gatwick_cambridge_img1.jpg");
  }
  .single-destinations .full-width-hero .pink-bg-text,
.single-destinations .full-width-hero .hero-content-area {
    background-color: rgba(194, 31, 84, 0.8);
  }
  .single-destinations .second-content-area .reviews {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-destinations .second-content-area .reviews .trip-advisor {
    margin-left: auto;
    margin-right: auto;
  }
  .single-destinations .second-content-area .reviews iframe {
    margin-top: 30px;
  }
}
.page-template-template-destinations #content {
  max-width: 100%;
}
.page-template-template-destinations .second-content-area {
  margin-bottom: 20px;
}
.page-template-template-destinations .featured-image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-template-destinations .why-us .reasons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-template-destinations .why-us .reasons .reason {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-template-destinations .why-us .reasons .reason .title {
  text-align: center;
}
.page-template-template-destinations .why-us .reasons .reason img {
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-destinations .why-us .reasons .reason:last-of-type {
  margin-bottom: 0;
}

.page-template-template-about #content {
  max-width: 100%;
}
.page-template-template-about #who-what {
  margin-bottom: 20px;
}
.page-template-template-about #who-what .who-we-are a.btn {
  display: none;
}
.page-template-template-about .news-faq {
  margin-bottom: 20px;
}
.page-template-template-about .payment-options {
  margin-bottom: 20px;
}
.page-template-template-about .video-background-hero {
  height: 40vw;
  min-height: 400px;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .page-template-template-about .video-background-hero {
    height: auto;
    max-height: auto;
  }
}

#management-team {
  background: url("img/team-members-bg-2.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #management-team {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.team-container .team-member {
  background-color: white;
  border-radius: 3px;
  position: relative;
}
.team-container .team-member .image-container {
  background-color: #2e3280;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.team-container .team-member .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-container .team-member .name,
.team-container .team-member .occupation {
  margin-bottom: 0;
}
.team-container .team-member .bottom-row {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e1e1e1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.team-container .team-member .bottom-row .name,
.team-container .team-member .bottom-row .occupation {
  text-align: center;
}
.team-container .team-member .more-info {
  opacity: 0;
  position: absolute;
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  padding: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.team-container .team-member .more-info .name,
.team-container .team-member .more-info .occupation {
  text-align: left;
}
.team-container .team-member .more-info .content {
  margin-top: 20px;
  font-size: 14px;
}
.team-container .team-member:hover {
  cursor: default;
}
.team-container .team-member:hover .more-info {
  opacity: 1;
}
@media (max-width: 768px) {
  .team-container .team-member {
    margin-bottom: 20px;
  }
  .team-container .team-member:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .page-template-template-about .slim-hero .headline-element .typed {
    display: block;
    height: 36px;
  }
}
.blog.hfeed header.blog-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.blog.hfeed header.blog-page-header h1.page-title {
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.blog.hfeed header.blog-page-header h1.page-title:after {
  display: block;
  margin-top: 20px;
  content: "";
  width: 90px;
  height: 7px;
  background-color: #c62b5e;
}
.blog.hfeed header.blog-page-header form.search-form {
  margin-right: 30px;
}
.blog.hfeed header.blog-page-header form.search-form input[type=submit] {
  display: none;
}
.blog.hfeed .articole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog.hfeed .articole article {
  width: 33.333%;
  padding-right: 30px;
  margin-bottom: 90px;
}
.blog.hfeed .articole article .h3,
.blog.hfeed .articole article .h4 {
  font-weight: 700;
}
.blog.hfeed .articole article .h4 {
  font-size: 18px;
}
.blog.hfeed .articole article .content .title {
  margin-bottom: 15px;
  margin-top: 15px;
}
.blog.hfeed .articole article .content .date {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 14px;
  color: #9f9f9f;
}
.blog.hfeed .articole article .content .excerpt {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 15px;
}
.blog.hfeed .articole article .content .readmore {
  text-decoration: underline;
  font-size: 15px;
}
.blog.hfeed .wp-pagenavi .pages {
  display: none;
}

@media (max-width: 800px) {
  .blog.hfeed .articole article {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .blog.hfeed .articole article {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
body.single.single-post #content {
  margin-bottom: 20px;
  margin-top: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single.single-post #content #primary {
  margin-top: 25px;
}
body.single.single-post #content #primary article .entry-header {
  margin-bottom: 20px;
}
body.single.single-post #content #primary article .entry-header .entry-title {
  color: #c62b5e;
  font-size: 26px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  body.single.single-post #content #primary {
    margin-top: 0;
  }
  body.single.single-post #content #primary article .entry-header .entry-title,
body.single.single-post #content #primary article .entry-header .share {
    margin-bottom: 15px;
  }
  body.single.single-post #content #primary article .post-hero-image {
    margin-bottom: 15px;
  }
}
.destination-template-single-tour .full-width-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}
.destination-template-single-tour .full-width-hero .content-wrapper .hero-first-line {
  font-size: 35px;
}
.destination-template-single-tour .full-width-hero .content-wrapper .hero-text-line {
  font-size: 20px;
}
.destination-template-single-tour .full-width-hero .content-wrapper .hero-text-line .small-text {
  font-size: 18px;
}
.destination-template-single-tour .full-width-hero .large-btn {
  padding: 10px 15px;
  font-size: 25px;
}

.cd-timeline {
  overflow: hidden;
  margin: 0 auto;
}

.cd-timeline__container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-timeline__container::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin: 4em 0;
  }
}
.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img--picture {
  margin-top: 1.6em;
  background: #75ce66;
}
.cd-timeline__img.cd-timeline__img--picture svg {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
}

.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}

.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}

.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__content::before {
  /* triangle next to content block */
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.cd-timeline__content h2 {
  color: #303e49;
}

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 1.3rem;
}

.cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}

.cd-timeline__read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline__date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 25px;
  }

  .cd-timeline__content p {
    font-size: 20px;
  }

  .cd-timeline__read-more,
.cd-timeline__date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline__read-more {
    float: left;
  }

  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.page-template-template-why-us #content {
  max-width: 100%;
}
.page-template-template-why-us .vehicle-types {
  margin-bottom: 20px;
}
.page-template-template-why-us .featured-image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-template-why-us #destinations {
  margin-top: 20px;
}
.page-template-template-why-us .reviews-container {
  margin-bottom: 20px;
}

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

.circle {
  position: relative;
}
.circle .value {
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-template-private #content {
  max-width: 100%;
}
.page-template-template-private .first-content-area {
  margin-bottom: 20px;
}
.page-template-template-private #destinations {
  margin-bottom: 20px;
}
.page-template-template-private .vehicle-types {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-template-private .why-us {
  margin-bottom: 20px;
}
.page-template-template-private .reviews-container {
  margin-bottom: 40px;
}
.page-template-template-private .vehicle-types .vehicle img {
  border-radius: 50%;
  border: 1px solid #c62b5e;
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-template-template-executive-transfers #content {
  max-width: 100%;
}
.page-template-template-executive-transfers .vehicle-types {
  margin-bottom: 20px;
}
.page-template-template-executive-transfers .vehicle-types .vehicles .vehicle .header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.page-template-template-executive-transfers .rates table {
  text-align: center;
}
.page-template-template-executive-transfers .rates table thead tr {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color: transparent;
}
.page-template-template-executive-transfers .rates table tr {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px 0 0 0;
  zoom: 1;
  -webkit-tap-highlight-color: transparent;
}
.page-template-template-executive-transfers .rates table tr td {
  padding: 16px 10px 15px;
}
.page-template-template-executive-transfers .our-services {
  margin-bottom: 20px;
}
.page-template-template-executive-transfers .our-services .reasons .reason svg {
  font-size: 35px;
}
.page-template-template-executive-transfers .our-services .reasons .reason .title {
  width: 100%;
  max-width: 285px;
  font-size: 25px;
  text-align: center;
}
.page-template-template-executive-transfers .slim-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
}
.page-template-template-executive-transfers .slim-hero:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.51);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.page-template-template-executive-transfers .full-width-hero {
  margin-bottom: 40px;
}
.page-template-template-executive-transfers .first-content-area {
  margin-bottom: 20px;
}
.page-template-template-executive-transfers .rates {
  margin-bottom: 20px;
}

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

.page-template-template-feedback .featured-image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-template-feedback .gform_wrapper {
  border: 1px solid #e1e1e1;
  padding: 0 0 16px 16px;
  border-radius: 3px;
}
.page-template-template-feedback .first-content-area {
  margin-bottom: 20px;
}
.page-template-template-feedback .corporate-clients {
  margin-bottom: 20px;
}
.page-template-template-feedback .second-content-area {
  margin-bottom: 20px;
}
.page-template-template-feedback .second-content-area iframe {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-feedback .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .page-template-template-feedback .reviews {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-template-template-feedback .reviews .trip-advisor,
.page-template-template-feedback .reviews .TA_certificateOfExcellence {
  width: 50%;
  max-width: 200px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 768px) {
  .page-template-template-feedback .reviews .trip-advisor,
.page-template-template-feedback .reviews .TA_certificateOfExcellence {
    margin-bottom: 40px;
  }
}
.page-template-template-feedback .reviews-container {
  margin-bottom: 40px;
}
.page-template-template-feedback .feedback-form {
  margin-bottom: 20px;
}
.page-template-template-feedback .featured-image-wrapper .featured-image {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-template-feedback .featured-image-wrapper .featured-image {
    display: none;
  }
}
.page-template-template-feedback .featured-image-wrapper .featured-image p.text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.38);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  max-width: 280px;
  padding: 10px 20px;
}
/*# sourceMappingURL=style.css.map */