/**
 *  Mixins
 */
html {
  font-size: 1em;
  line-height: 1.5em; }
  @media (max-width: 991.98px) {
    html {
      font-size: 0.875em;
      line-height: 1.05em; } }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  color: #52413F; }

/**
 *  Header
 */
.header {
  position: relative;
  font-family: 'Right here, right now';
  height: 700px;
  z-index: 1; }
  .header__background, .header__title-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    z-index: 0; }
  .header__background::after {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    height: 330px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 38, 38, 0.9)), to(rgba(43, 38, 38, 0)));
    background: -webkit-linear-gradient(top, rgba(43, 38, 38, 0.9) 0%, rgba(43, 38, 38, 0) 100%);
    background: -o-linear-gradient(top, rgba(43, 38, 38, 0.9) 0%, rgba(43, 38, 38, 0) 100%);
    background: linear-gradient(180deg, rgba(43, 38, 38, 0.9) 0%, rgba(43, 38, 38, 0) 100%); }
  .header__title-container {
    overflow: hidden; }
  .header .col {
    text-align: center; }
  .header__logo {
    margin-top: 90px;
    height: 120px;
    width: auto; }
  .header__title {
    margin-top: 50px;
    text-align: center; }
    .header__title--homepage h1 {
      font-family: 'Right here, right now';
      font-size: 2em;
      line-height: 1.25em;
      color: #fff;
      display: inline;
      padding: 8px 30px;
      background-size: 100% 100%;
      background-image: url("../images/orange-marker-large.png");
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
    .header__title--trip h1, .header__title--content h1 {
      font-size: 4.375em;
      line-height: 1.25em;
      text-transform: uppercase;
      color: #fff;
      display: inline;
      padding: 8px 30px;
      background-size: 100% 100%;
      background-image: url("../images/green-marker-large.png");
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
      @media (max-width: 991.98px) {
        .header__title--trip h1, .header__title--content h1 {
          font-size: 3.5em;
          line-height: 1em; } }
      @media (max-width: 767.98px) {
        .header__title--trip h1, .header__title--content h1 {
          font-size: 2.5em;
          line-height: 1em;
          word-wrap: break-word;
          -webkit-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto; } }

/**
 *  Main menu
 */
.main-menu {
  margin-top: 28px; }
  .main-menu__col {
    height: 52px; }
  .main-menu__item {
    font-size: 0.875em;
    line-height: 1.05em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 15px; }
    .main-menu__item:hover {
      background-image: url("../images/main-menu-underline.png");
      background-position: center 18px;
      background-size: 80% 3px;
      padding: 0 15px 25px 15px;
      background-repeat: no-repeat;
      color: #fff;
      text-decoration: none; }
    .main-menu__item.is-active {
      background-image: url("../images/main-menu-underline.png");
      background-position: center 18px;
      background-size: 80% 3px;
      padding: 0 15px 25px 15px;
      background-repeat: no-repeat;
      color: #fff;
      text-decoration: none; }
  @media (max-width: 991.98px) {
    .main-menu {
      display: none; } }

/**
 * Mobile menu
 */
.mobile-menu {
  display: none; }
  .mobile-menu__open-button i {
    position: fixed;
    top: 25px;
    left: 25px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    z-index: 4; }
  @media (max-width: 991.98px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #325f97;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    -o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 5; }
    .mobile-menu-overlay.is-visible {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .mobile-menu-overlay__close-button i {
      position: fixed;
      top: 25px;
      left: 25px;
      font-size: 40px;
      cursor: pointer;
      color: #fff;
      z-index: 100; }
    .mobile-menu-overlay__items {
      display: block;
      margin-top: 150px;
      text-align: center;
      font-family: right; }
    .mobile-menu-overlay__item {
      text-transform: uppercase;
      margin-bottom: 10px;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      font-family: 'Right here, right now';
      font-size: 2em;
      line-height: 1.2em; }
      .mobile-menu-overlay__item:hover, .mobile-menu-overlay__item.is-active {
        background-image: url("../images/main-menu-underline.png");
        background-position: center 35px;
        background-size: 80% 5px;
        padding: 0 15px 10px 15px;
        background-repeat: no-repeat;
        color: #fff;
        text-decoration: none;
        margin-bottom: 0px; }

/**
 * Small categories
 */
.small-categories {
  position: relative;
  z-index: 4; }
  .small-categories__grunge-top {
    position: relative;
    height: 10px;
    margin-top: -10px;
    width: 100%;
    background-image: url("../images/background-tile-white.png");
    background-repeat: repeat-x;
    background-position-x: center; }
  .small-categories__inner {
    padding: 40px 0; }
  .small-categories__title {
    font-family: 'Right here, right now';
    font-size: 1.25em;
    line-height: 1.5em;
    color: #325f97;
    margin: 0 0 40px 0;
    text-align: center; }

/**
 *  Content
 */
.content {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-size: 1em;
  line-height: 1.5em;
  min-height: 250px; }
  .content__grunge-top {
    position: relative;
    height: 10px;
    margin-top: -10px;
    width: 100%;
    background-image: url("../images/background-tile-white.png");
    background-repeat: repeat-x;
    background-position-x: center;
    z-index: 3; }
  .content-first-row {
    margin: -40px 0 0 0;
    position: relative;
    background: #fff;
    z-index: 3; }
    .content-first-row__grunge-top {
      position: relative;
      height: 10px;
      margin-top: -10px;
      width: 100%;
      background-image: url("../images/background-tile-white.png");
      background-repeat: repeat-x;
      background-position-x: center;
      padding-top: 50px;
      z-index: 3; }
  .content h2 {
    margin-top: 40px;
    font-family: 'Right here, right now';
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #325f97; }
  .content a {
    color: #e49d0d;
    font-weight: 600; }

/**
 *  Homepage
 **/
.homepage-content {
  position: relative;
  text-align: center;
  z-index: 1; }
  .homepage-content__action-button {
    margin-bottom: 40px !important; }
  .homepage-content h2 {
    margin: 40px 0 20px 0;
    font-family: 'Right here, right now';
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    color: #52413F; }
  .homepage-content hr {
    height: 5px;
    width: 122px;
    background-image: url("../images/brown-hr.png");
    border: 0;
    background-size: 100% 100%; }
  .homepage-content a {
    color: #e49d0d;
    font-weight: 600; }

.small-category__item {
  margin-bottom: 10px; }

.small-category__image {
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .small-category__image {
      height: 120px; } }

.small-category__grunge-top {
  position: relative;
  height: 10px;
  margin-top: -10px;
  width: 100%;
  background-image: url("../images/background-tile-green.png");
  background-repeat: repeat-x;
  background-position-x: center; }

.small-category__inner {
  background-color: #325f97;
  padding: 5px 10px 10px; }

.small-category__title {
  font-family: 'Right here, right now';
  font-size: 0.75em;
  line-height: 1.6em; }

.small-category__number {
  font-size: 0.75em;
  line-height: 1.6em; }

.small-category__link {
  color: #fff; }
  .small-category__link:hover {
    color: #325f97;
    text-decoration: none; }
    .small-category__link:hover .small-category__item {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35); }
    .small-category__link:hover .small-category__grunge-top {
      background-image: url("../images/background-tile-white.png"); }
    .small-category__link:hover .small-category__inner {
      background-color: #fff; }

.trip-price-from {
  position: relative;
  display: inline-block;
  background-color: #e49d0d;
  color: #fff;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 7.5px 27px;
  margin-right: 27px;
  margin-bottom: 15px;
  border-radius: 4px;
  position: absolute;
  bottom: -30px;
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .trip-price-from:hover {
    color: #fff;
    text-decoration: underline; }
  .trip-price-from:after, .trip-price-from:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #e49d0d;
    border-style: solid;
    border-radius: 100px; }
  .trip-price-from:before {
    left: -6.5px;
    top: 7.5px;
    border-color: #e49d0d; }
  .trip-price-from:after {
    right: -6.5px;
    top: 7.5px;
    border-color: #e49d0d; }
  @media (max-width: 575.98px) {
    .trip-price-from {
      font-size: 12px; } }

/**
 *  Trip map
 */
.trip-map {
  position: relative;
  height: 400px; }
  .trip-map iframe {
    position: absolute;
    top: -61px;
    width: 100%;
    height: 460px;
    z-index: 0; }

/**
 *  Trip categories
 */
.trip-categories {
  margin-top: 48px;
  text-align: center; }
  .trip-categories__item {
    position: relative;
    display: inline-block;
    background-color: #325f97;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 7.5px 27px;
    margin-right: 27px;
    margin-bottom: 15px;
    border-radius: 4px; }
    .trip-categories__item:hover {
      color: #fff;
      text-decoration: underline; }
    .trip-categories__item:after, .trip-categories__item:before {
      content: '';
      position: absolute;
      height: 15px;
      width: 15px;
      background-color: #325f97;
      border-style: solid;
      border-radius: 100px; }
    .trip-categories__item:before {
      left: -6.5px;
      top: 7.5px;
      border-color: #325f97; }
    .trip-categories__item:after {
      right: -6.5px;
      top: 7.5px;
      border-color: #325f97; }

/**
 *  Trip detail
 */
.trip-detail {
  position: relative; }
  .trip-detail__grunge-top {
    position: relative;
    height: 10px;
    margin-top: -10px;
    width: 100%;
    background-image: url("../images/background-tile-white.png");
    background-repeat: repeat-x;
    background-position-x: center; }
  .trip-detail-first-row {
    position: relative;
    margin-top: -40px;
    background: #fff; }
    .trip-detail-first-row__grunge-top {
      position: relative;
      height: 10px;
      margin-top: -10px;
      width: 100%;
      background-image: url("../images/background-tile-white.png");
      background-repeat: repeat-x;
      background-position-x: center; }
  .trip-detail__intro {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-top: 72px;
    line-height: 1.8em; }
  .trip-detail__content {
    margin-top: 40px;
    font-size: 1em;
    line-height: 1.5em; }
    .trip-detail__content h2 {
      margin-top: 40px;
      font-family: 'Right here, right now';
      text-transform: uppercase;
      font-size: 1.25em;
      line-height: 1.5em;
      color: #325f97; }
    .trip-detail__content a {
      color: #e49d0d;
      font-weight: 600; }
  .trip-detail__action {
    margin: 40px 0;
    text-align: center; }
    .trip-detail__action a {
      font-size: 0.75em;
      line-height: 0.9em;
      text-transform: uppercase;
      color: #e49d0d;
      font-weight: 600; }

/**
 *  Day
 */
.trip-detail-day__subtitle {
  margin-top: 60px;
  color: #325f97;
  font-size: 0.875em;
  line-height: 1.05em;
  font-weight: bold;
  text-transform: uppercase; }

.trip-detail-day__header {
  margin-top: 5px;
  cursor: pointer; }

.trip-detail-day__number {
  display: inline-block;
  font-family: 'Right here, right now';
  color: #fff;
  font-size: 2em;
  line-height: 2.4em;
  background-size: 100% 100%;
  padding: 0 25px;
  background-image: url("../images/orange-marker-small.png"); }

.trip-detail-day__title {
  color: #52413F;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Right here, right now'; }

.trip-detail-day__arrow {
  width: 20px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/day-arrow-up.png"); }

.trip-detail-day--closed .trip-detail-day__arrow {
  background-image: url("../images/day-arrow-down.png"); }

.trip-detail-day--closed .trip-detail-day__content {
  display: none; }

.trip-detail-day__image {
  margin-top: 20px;
  height: 460px;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1539.98px) {
    .trip-detail-day__image {
      height: 350px; } }
  @media (max-width: 767.98px) {
    .trip-detail-day__image {
      height: 260px; } }

.trip-detail-day__swiper .swiper-container {
  height: 460px; }
  @media (max-width: 1539.98px) {
    .trip-detail-day__swiper .swiper-container {
      height: 350px; } }
  @media (max-width: 767.98px) {
    .trip-detail-day__swiper .swiper-container {
      height: 260px; } }

.trip-detail-day__specs {
  background-color: rgba(50, 95, 151, 0.2); }
  .trip-detail-day__specs .row {
    min-height: 76px;
    border-bottom: 1px solid #fff;
    color: #52413F;
    padding: 10px 0; }

.trip-detail-day__icon {
  text-align: center; }
  .trip-detail-day__icon img {
    width: 42px;
    height: 42px;
    margin-left: 10px; }

.trip-detail-day__icon-small {
  width: 20px;
  height: 20px; }

.trip-detail-day__route-title {
  font-weight: bold; }

.trip-detail-day__intro {
  margin-top: 48px;
  font-size: 1em;
  line-height: 1.5em; }

.trip-detail-day__load {
  display: inline-block;
  padding: 0 5px;
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: url("../images/route-load-background-1.png"); }
  .trip-detail-day__load--1 {
    background-image: url("../images/route-load-background-1.png"); }
  .trip-detail-day__load--2 {
    background-image: url("../images/route-load-background-2.png"); }
  .trip-detail-day__load--3 {
    background-image: url("../images/route-load-background-3.png"); }
  .trip-detail-day__load--4 {
    background-image: url("../images/route-load-background-4.png"); }
  .trip-detail-day__load--5 {
    background-image: url("../images/route-load-background-5.png"); }

/**
 *  Form Trip Detail
 */
.action-button {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 28px;
  border-radius: 40px;
  margin: 0 20px;
  cursor: pointer;
  background: #325f97;
  color: #fff; }
  .action-button--orange {
    background: #e49d0d;
    color: #fff; }

.trip-form {
  padding: 20px 0;
  color: #fff; }
  .trip-form--hidden {
    display: none;
    height: 0; }
  .trip-form__close-button {
    position: absolute;
    top: -20px;
    right: -30px;
    height: 30px;
    width: 30px;
    background-image: url("../images/form-field-remove-icon-orange.png");
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .trip-form__close-button {
        right: 10px; } }
  .trip-form__top {
    position: relative;
    height: 10px;
    margin-top: -10px;
    width: 100%;
    background-image: url("../images/background-tile-green.png");
    background-repeat: repeat-x;
    background-position-x: center;
    z-index: 3; }
  .trip-form__bottom {
    position: relative;
    height: 10px;
    margin-top: -10px;
    width: 100%;
    background-image: url("../images/background-tile-green.png");
    background-repeat: repeat-x;
    background-position-x: center;
    margin-top: 0px;
    background-position-y: bottom;
    z-index: 3; }
  .trip-form__inner {
    background-color: #325f97; }
  .trip-form__title {
    font-family: 'Right here, right now';
    font-size: 1.25em;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    margin: 24px 0; }
  .trip-form__sub-title {
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1.05em;
    color: #fff;
    text-transform: uppercase; }
  .trip-form__person-hidden {
    display: none; }
  .trip-form__remove-person {
    line-height: 30px; }
  .trip-form__remove-person-icon, .trip-form__add-person-icon {
    display: inline-block;
    vertical-align: text-bottom;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background-image: url("../images/form-field-remove-icon.png");
    background-size: 100% 100%;
    cursor: pointer; }
    .trip-form__remove-person-icon--hidden, .trip-form__add-person-icon--hidden {
      display: none; }
  .trip-form__add-person {
    line-height: 30px; }
  .trip-form__add-person-icon {
    background-image: url("../images/form-field-add-icon.png"); }
  .trip-form span.wpcf7-not-valid-tip {
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1.05em;
    text-transform: uppercase;
    color: #b30f0f; }
  .trip-form div.wpcf7-response-output {
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1.05em;
    color: #fff; }

.trip-form-field__label {
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.05em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px; }

.trip-form-field__label > br {
  display: none; }

.trip-form-field__input-text input,
.trip-form-field__input-text textarea,
.trip-form-field__input-text select, .trip-form-field__input-textarea input,
.trip-form-field__input-textarea textarea,
.trip-form-field__input-textarea select, .trip-form-field__input-select input,
.trip-form-field__input-select textarea,
.trip-form-field__input-select select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 0.875em;
  line-height: 1.05em;
  color: #fff;
  padding: 6px 8px; }
  .trip-form-field__input-text input:focus, .trip-form-field__input-text input.filled,
  .trip-form-field__input-text textarea:focus,
  .trip-form-field__input-text textarea.filled,
  .trip-form-field__input-text select:focus,
  .trip-form-field__input-text select.filled, .trip-form-field__input-textarea input:focus, .trip-form-field__input-textarea input.filled,
  .trip-form-field__input-textarea textarea:focus,
  .trip-form-field__input-textarea textarea.filled,
  .trip-form-field__input-textarea select:focus,
  .trip-form-field__input-textarea select.filled, .trip-form-field__input-select input:focus, .trip-form-field__input-select input.filled,
  .trip-form-field__input-select textarea:focus,
  .trip-form-field__input-select textarea.filled,
  .trip-form-field__input-select select:focus,
  .trip-form-field__input-select select.filled {
    background-color: #fff;
    color: #325f97;
    outline: none; }
  .trip-form-field__input-text input::-webkit-input-placeholder,
  .trip-form-field__input-text textarea::-webkit-input-placeholder,
  .trip-form-field__input-text select::-webkit-input-placeholder, .trip-form-field__input-textarea input::-webkit-input-placeholder,
  .trip-form-field__input-textarea textarea::-webkit-input-placeholder,
  .trip-form-field__input-textarea select::-webkit-input-placeholder, .trip-form-field__input-select input::-webkit-input-placeholder,
  .trip-form-field__input-select textarea::-webkit-input-placeholder,
  .trip-form-field__input-select select::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6; }
  .trip-form-field__input-text input:-ms-input-placeholder,
  .trip-form-field__input-text textarea:-ms-input-placeholder,
  .trip-form-field__input-text select:-ms-input-placeholder, .trip-form-field__input-textarea input:-ms-input-placeholder,
  .trip-form-field__input-textarea textarea:-ms-input-placeholder,
  .trip-form-field__input-textarea select:-ms-input-placeholder, .trip-form-field__input-select input:-ms-input-placeholder,
  .trip-form-field__input-select textarea:-ms-input-placeholder,
  .trip-form-field__input-select select:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6; }
  .trip-form-field__input-text input::-ms-input-placeholder,
  .trip-form-field__input-text textarea::-ms-input-placeholder,
  .trip-form-field__input-text select::-ms-input-placeholder, .trip-form-field__input-textarea input::-ms-input-placeholder,
  .trip-form-field__input-textarea textarea::-ms-input-placeholder,
  .trip-form-field__input-textarea select::-ms-input-placeholder, .trip-form-field__input-select input::-ms-input-placeholder,
  .trip-form-field__input-select textarea::-ms-input-placeholder,
  .trip-form-field__input-select select::-ms-input-placeholder {
    color: #fff;
    opacity: 0.6; }
  .trip-form-field__input-text input::placeholder,
  .trip-form-field__input-text textarea::placeholder,
  .trip-form-field__input-text select::placeholder, .trip-form-field__input-textarea input::placeholder,
  .trip-form-field__input-textarea textarea::placeholder,
  .trip-form-field__input-textarea select::placeholder, .trip-form-field__input-select input::placeholder,
  .trip-form-field__input-select textarea::placeholder,
  .trip-form-field__input-select select::placeholder {
    color: #fff;
    opacity: 0.6; }

.trip-form-field__input-submit input {
  background-color: #fff;
  border: none;
  font-size: 0.875em;
  line-height: 1.05em;
  font-weight: 700;
  color: #325f97;
  padding: 12px 44px;
  text-transform: uppercase;
  border-radius: 50px;
  margin: 10px 0 0 0;
  cursor: pointer; }

.custom-form .trip-form__title {
  color: #325f97; }

.custom-form .trip-form__sub-title {
  color: #325f97; }

.custom-form .trip-form-field__label {
  color: #325f97; }

.custom-form .trip-form-field__input-text input,
.custom-form .trip-form-field__input-text textarea,
.custom-form .trip-form-field__input-text select, .custom-form .trip-form-field__input-textarea input,
.custom-form .trip-form-field__input-textarea textarea,
.custom-form .trip-form-field__input-textarea select, .custom-form .trip-form-field__input-select input,
.custom-form .trip-form-field__input-select textarea,
.custom-form .trip-form-field__input-select select {
  background-color: rgba(50, 95, 151, 0.1);
  color: #000; }
  .custom-form .trip-form-field__input-text input:focus, .custom-form .trip-form-field__input-text input.filled,
  .custom-form .trip-form-field__input-text textarea:focus,
  .custom-form .trip-form-field__input-text textarea.filled,
  .custom-form .trip-form-field__input-text select:focus,
  .custom-form .trip-form-field__input-text select.filled, .custom-form .trip-form-field__input-textarea input:focus, .custom-form .trip-form-field__input-textarea input.filled,
  .custom-form .trip-form-field__input-textarea textarea:focus,
  .custom-form .trip-form-field__input-textarea textarea.filled,
  .custom-form .trip-form-field__input-textarea select:focus,
  .custom-form .trip-form-field__input-textarea select.filled, .custom-form .trip-form-field__input-select input:focus, .custom-form .trip-form-field__input-select input.filled,
  .custom-form .trip-form-field__input-select textarea:focus,
  .custom-form .trip-form-field__input-select textarea.filled,
  .custom-form .trip-form-field__input-select select:focus,
  .custom-form .trip-form-field__input-select select.filled {
    background-color: rgba(50, 95, 151, 0.1);
    color: #000; }
  .custom-form .trip-form-field__input-text input::-webkit-input-placeholder,
  .custom-form .trip-form-field__input-text textarea::-webkit-input-placeholder,
  .custom-form .trip-form-field__input-text select::-webkit-input-placeholder, .custom-form .trip-form-field__input-textarea input::-webkit-input-placeholder,
  .custom-form .trip-form-field__input-textarea textarea::-webkit-input-placeholder,
  .custom-form .trip-form-field__input-textarea select::-webkit-input-placeholder, .custom-form .trip-form-field__input-select input::-webkit-input-placeholder,
  .custom-form .trip-form-field__input-select textarea::-webkit-input-placeholder,
  .custom-form .trip-form-field__input-select select::-webkit-input-placeholder {
    color: #325f97;
    opacity: 0.8; }
  .custom-form .trip-form-field__input-text input:-ms-input-placeholder,
  .custom-form .trip-form-field__input-text textarea:-ms-input-placeholder,
  .custom-form .trip-form-field__input-text select:-ms-input-placeholder, .custom-form .trip-form-field__input-textarea input:-ms-input-placeholder,
  .custom-form .trip-form-field__input-textarea textarea:-ms-input-placeholder,
  .custom-form .trip-form-field__input-textarea select:-ms-input-placeholder, .custom-form .trip-form-field__input-select input:-ms-input-placeholder,
  .custom-form .trip-form-field__input-select textarea:-ms-input-placeholder,
  .custom-form .trip-form-field__input-select select:-ms-input-placeholder {
    color: #325f97;
    opacity: 0.8; }
  .custom-form .trip-form-field__input-text input::-ms-input-placeholder,
  .custom-form .trip-form-field__input-text textarea::-ms-input-placeholder,
  .custom-form .trip-form-field__input-text select::-ms-input-placeholder, .custom-form .trip-form-field__input-textarea input::-ms-input-placeholder,
  .custom-form .trip-form-field__input-textarea textarea::-ms-input-placeholder,
  .custom-form .trip-form-field__input-textarea select::-ms-input-placeholder, .custom-form .trip-form-field__input-select input::-ms-input-placeholder,
  .custom-form .trip-form-field__input-select textarea::-ms-input-placeholder,
  .custom-form .trip-form-field__input-select select::-ms-input-placeholder {
    color: #325f97;
    opacity: 0.8; }
  .custom-form .trip-form-field__input-text input::placeholder,
  .custom-form .trip-form-field__input-text textarea::placeholder,
  .custom-form .trip-form-field__input-text select::placeholder, .custom-form .trip-form-field__input-textarea input::placeholder,
  .custom-form .trip-form-field__input-textarea textarea::placeholder,
  .custom-form .trip-form-field__input-textarea select::placeholder, .custom-form .trip-form-field__input-select input::placeholder,
  .custom-form .trip-form-field__input-select textarea::placeholder,
  .custom-form .trip-form-field__input-select select::placeholder {
    color: #325f97;
    opacity: 0.8; }

.custom-form .trip-form-field__input-submit input {
  background-color: #325f97;
  color: #fff; }

/**
 *  Similar
 */
.floating-similar {
  position: relative;
  z-index: 4;
  margin: 80px 0 100px 0; }
  .floating-similar__title {
    text-align: center;
    margin: 40px 0;
    color: #52413F;
    font-size: 2em;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: 'Right here, right now'; }
  .floating-similar__cards {
    position: relative;
    height: 350px; }
  .floating-similar__swiper .swiper-container {
    height: 360px; }

/**
 *  Trip list card
 */
.static-card,
.floating-card {
  position: relative;
  height: 350px;
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .static-card__background,
  .floating-card__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover; }
  .static-card__price,
  .floating-card__price {
    position: relative;
    margin: 30px 0 0 30px; }
  .static-card__price-tag,
  .floating-card__price-tag {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #325f97;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 5px 18px;
    margin-right: 18px;
    margin-bottom: 10px;
    border-radius: 4px; }
    .static-card__price-tag:hover,
    .floating-card__price-tag:hover {
      color: #325f97;
      text-decoration: underline; }
    .static-card__price-tag:after, .static-card__price-tag:before,
    .floating-card__price-tag:after,
    .floating-card__price-tag:before {
      content: '';
      position: absolute;
      height: 10px;
      width: 10px;
      background-color: #fff;
      border-style: solid;
      border-radius: 100px; }
    .static-card__price-tag:before,
    .floating-card__price-tag:before {
      left: -4px;
      top: 5px;
      border-color: #fff; }
    .static-card__price-tag:after,
    .floating-card__price-tag:after {
      right: -4px;
      top: 5px;
      border-color: #fff; }
  .static-card__title,
  .floating-card__title {
    position: relative;
    width: 80%;
    margin: 10px 0 0 0; }
    .static-card__title h3,
    .floating-card__title h3 {
      font-family: 'Right here, right now';
      font-size: 2em;
      line-height: 1.4em;
      color: #fff;
      display: inline;
      padding: 8px 20px 8px 30px;
      background-size: 100% 100%;
      background-image: url("../images/green-marker-large.png");
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }

.floating-card {
  height: 100%; }

/**
 *  Trip list search form
 */
.trip-list-form {
  position: relative;
  margin-bottom: 40px;
  z-index: 1; }
  .trip-list-form__grunge-top {
    position: relative;
    height: 10px;
    margin-top: -10px;
    width: 100%;
    background-image: url("../images/background-tile-white.png");
    background-repeat: repeat-x;
    background-position-x: center;
    z-index: 3; }
  .trip-list-form-first-row {
    margin: -40px 0 0 0;
    position: relative;
    background: #fff;
    z-index: 3; }
    .trip-list-form-first-row__grunge-top {
      position: relative;
      height: 10px;
      margin-top: -10px;
      width: 100%;
      background-image: url("../images/background-tile-white.png");
      background-repeat: repeat-x;
      background-position-x: center;
      z-index: 3; }
  .trip-list-form__title {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
    padding: 40px 0 10px 0; }
  .trip-list-form__checkbox {
    display: none; }
  .trip-list-form__checkbox + label {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-image: url("../images/checkbox-unchecked.png");
    margin: 0; }
  .trip-list-form__checkbox:checked + label {
    background-image: url("../images/checkbox-checked.png"); }
  .trip-list-form__label {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
    vertical-align: text-bottom; }
  .trip-list-form__checkbox:disabled + label,
  .trip-list-form__checkbox:disabled ~ span {
    opacity: 0.4; }

.trip-list {
  position: relative;
  z-index: 1; }

/**
 *  Footer
 */
.footer {
  position: relative;
  margin-top: -300px;
  height: 916px;
  background-image: url("../images/footer-background.jpg");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }
  .footer__bottom {
    padding-top: 720px; }
    @media (max-width: 767.98px) {
      .footer__bottom {
        padding-top: 640px; } }
  .footer__image {
    background-image: url("../images/footer-me.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 140px;
    width: 140px;
    border-radius: 200px; }
  .footer__logos {
    text-align: center;
    margin: 20px 0; }

.footer-form {
  color: #fff; }
  .footer-form__title {
    font-family: 'Right here, right now';
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #fff; }

.footer-form-field__label {
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.05em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px; }

.footer-form-field__input-text input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 0.875em;
  line-height: 1.05em;
  color: #fff;
  padding: 6px 8px;
  margin-bottom: 20px; }
  .footer-form-field__input-text input:focus {
    outline: none; }

.footer-form-field__input-submit input {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 0.875em;
  line-height: 1.05em;
  font-weight: 700;
  color: #fff;
  padding: 12px 44px;
  text-transform: uppercase;
  border-radius: 50px;
  margin: 10px 0 20px 0;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .footer-form-field__input-submit input {
      font-size: 0.875em;
      padding: 10px 20px; } }
  .footer-form-field__input-submit input:hover {
    background-color: #fff;
    color: #52413F; }

.sto-logo {
  height: 60px; }

.vvkr-logo {
  height: 60px; }

/**
 *  Top button
 */
.top-button {
  width: 55px;
  height: 55px;
  background-image: url("../images/green-icon-up.png");
  background-position: center;
  background-size: cover;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear; }
  .top-button.is-visible {
    visibility: visible;
    opacity: 1; }

/**
 *  Swiper
 */
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff; }

.trip-detail-day__swiper .swiper-button-prev,
.trip-detail-day__swiper .swiper-button-next {
  background: none;
  height: 35px; }
  .trip-detail-day__swiper .swiper-button-prev svg,
  .trip-detail-day__swiper .swiper-button-next svg {
    height: 35px;
    fill: #fff;
    -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3)); }

.floating-similar__swiper .swiper-button-prev,
.floating-similar__swiper .swiper-button-next {
  background-image: url("../images/green-icon-left.png");
  width: 50px;
  height: 50px;
  background-size: 100%;
  top: 50%;
  margin-top: -25px; }
  @media (max-width: 767.98px) {
    .floating-similar__swiper .swiper-button-prev,
    .floating-similar__swiper .swiper-button-next {
      display: none; } }

.floating-similar__swiper .swiper-button-next {
  background-image: url("../images/green-icon-right.png"); }

.swiper-slide {
  opacity: 0.5; }

.swiper-slide-active {
  opacity: 1; }

/**
 *  Vertical and bottom align inside grid
 **/
.vcenter {
  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; }

.vbottom {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
