@charset "UTF-8";
/* * * * * * * * * * * * * * * * * * * * */
/* REST STYLING */
/* * * * * * * * * * * * * * * * * * * * */
@import url("//hello.myfonts.net/count/36674b");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

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

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

::selection {
  background: #27D9A1;
  color: #FFFFFF; }

::-moz-selection {
  background: #27D9A1;
  color: #FFFFFF; }

.hide-desktop {
  display: none; }
  @media (max-width: 768px) {
    .hide-desktop {
      display: inline; } }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 4.2%; }
  @media (max-width: 768px) {
    .col {
      margin: 0% 0 40px 0% !important; } }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

.align-middle {
  clear: none;
  display: table;
  width: 100% !important;
  zoom: auto; }
  @media (max-width: 768px) {
    .align-middle {
      display: block; } }
  .align-middle:before {
    content: none;
    clear: none; }
  .align-middle:after {
    content: none;
    clear: none; }
  .align-middle .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    position: relative; }
    @media (max-width: 768px) {
      .align-middle .col {
        display: block;
        vertical-align: top; } }
    .align-middle .col:nth-child(1) {
      padding-right: 70px; }
      @media (max-width: 768px) {
        .align-middle .col:nth-child(1) {
          padding-right: 0px; } }
  .align-middle .splodge img {
    width: 100%;
    height: auto;
    display: block; }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%; }
  @media (max-width: 768px) {
    .span_12_of_12 {
      width: 100%; } }

.span_11_of_12 {
  width: 91.31%; }
  @media (max-width: 768px) {
    .span_11_of_12 {
      width: 100%; } }

.span_10_of_12 {
  width: 82.63%; }
  @media (max-width: 768px) {
    .span_10_of_12 {
      width: 100%; } }

.span_9_of_12 {
  width: 73.95%; }
  @media (max-width: 768px) {
    .span_9_of_12 {
      width: 100%; } }

.span_8_of_12 {
  width: 65.26%; }
  @media (max-width: 768px) {
    .span_8_of_12 {
      width: 100%; } }

.span_7_of_12 {
  width: 56.58%; }
  @media (max-width: 768px) {
    .span_7_of_12 {
      width: 100%; } }

.span_6_of_12 {
  width: 47.9%; }
  @media (max-width: 768px) {
    .span_6_of_12 {
      width: 100%; } }

.span_5_of_12 {
  width: 39.21%; }
  @media (max-width: 768px) {
    .span_5_of_12 {
      width: 100%; } }

.span_4_of_12 {
  width: 30.53%; }
  @media (max-width: 768px) {
    .span_4_of_12 {
      width: 47.9%;
      margin: 1% 0 1% 4.2%; }
      .span_4_of_12:nth-child(2n+1) {
        clear: left;
        margin-left: 0; } }
  @media (max-width: 520px) {
    .span_4_of_12 {
      width: 100%;
      margin: 1% 0 1% 0%; } }

.span_3_of_12 {
  width: 21.85%; }
  @media (max-width: 768px) {
    .span_3_of_12 {
      width: 47.9%;
      margin: 1% 0 1% 4.2%; }
      .span_3_of_12:nth-child(2n+1) {
        clear: left;
        margin-left: 0; } }
  @media (max-width: 520px) {
    .span_3_of_12 {
      width: 100%;
      margin: 1% 0 1% 0%; } }

.span_2_of_12 {
  width: 13.16%; }
  @media (max-width: 768px) {
    .span_2_of_12 {
      width: 100%; } }

.span_1_of_12 {
  width: 4.483%; }
  @media (max-width: 768px) {
    .span_1_of_12 {
      width: 100%; } }

/* * * * * * * * * * * * * * * * * * * * */
/* CONTAINER STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.full-wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  /*overflow: hidden;*/
}
.full-wrapper::after {
  content: " ";
  display: table;
  clear: both;
}

.container {
  width: 95%;
  max-width: 1200px;
  height: auto;
  margin: 0px auto; }
  @media (max-width: 768px) {
    .container {
      width: 90%; } }

.thin-container {
  width: 95%;
  max-width: 700px;
  height: auto;
  margin: 0px auto; }
  @media (max-width: 520px) {
    .thin-container {
      width: 90%; } }

.bluebg {
  background: #3188F2; }
  .bluebg h1, .bluebg h2, .bluebg h3, .bluebg h4, .bluebg h5, .bluebg p {
    color: #FFFFFF; }
    .bluebg h1 strong, .bluebg h2 strong, .bluebg h3 strong, .bluebg h4 strong, .bluebg h5 strong, .bluebg p strong {
      color: #FFC502; }

/*** @license
 * MyFonts Webfont Build ID 3565387, 2018-04-23T09:34:26-0400
 * * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 * * You may obtain a valid license at the URLs below.
 * * Webfont: Campton-Book by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/campton/book/
 * * Webfont: Campton-SemiBold by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/campton/semi-bold/
 * * * License: https://www.myfonts.com/viewlicense?type=web&buildid=3565387
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2017 by Ren&#x00E9; Bieder. All rights reserved.
 * * © 2018 MyFonts Inc*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Campton-Book';
  src: url("../includes/webfonts/36674B_0_0.eot");
  src: url("../includes/webfonts/36674B_0_0.eot?#iefix") format("embedded-opentype"), url("../includes/webfonts/36674B_0_0.woff2") format("woff2"), url("../includes/webfonts/36674B_0_0.woff") format("woff"), url("../includes/webfonts/36674B_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Campton-SemiBold';
  src: url("../includes/webfonts/36674B_1_0.eot");
  src: url("../includes/webfonts/36674B_1_0.eot?#iefix") format("embedded-opentype"), url("../includes/webfonts/36674B_1_0.woff2") format("woff2"), url("../includes/webfonts/36674B_1_0.woff") format("woff"), url("../includes/webfonts/36674B_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Campton-Medium';
  src: url("../includes/webfonts/Campton-Medium.eot?#iefix") format("embedded-opentype"), url("../includes/webfonts/Campton-Medium.woff") format("woff"), url("../includes/webfonts/Campton-Medium.ttf") format("truetype"), url("../includes/webfonts/Campton-Medium.svg#Campton-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noto_serifitalic';
  src: url("../includes/webfonts/notoserif-italic-webfont.woff2") format("woff2"), url("../includes/webfonts/notoserif-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* * * * * * * * * * * * * * * * * * * * */
/* MAIN FONT STYLES */
/* * * * * * * * * * * * * * * * * * * * */
html {
  font-size: 15px; }
  @media (max-width: 768px) {
    html {
      font-size: 14px; } }
  @media (max-width: 520px) {
    html {
      font-size: 10px; } }

h1 {
  font-family: "Campton-Medium";
  font-size: 2.6em;
  color: #444957;
  line-height: 1.2em;
  margin-bottom: 10px; }
  h1 strong {
    color: #3188F2; }

h2 {
  font-family: "Campton-Medium";
  font-size: 2em;
  color: #444957;
  line-height: 1.4em;
  margin-bottom: 10px; }
  h2 strong {
    color: #3188F2; }

h3 {
  font-family: "Campton-Medium";
  font-size: 17px;
  color: #444957;
  line-height: 25px;
  margin-bottom: 10px; }
  h3 strong {
    color: #3188F2; }

h4 {
  font-family: "Campton-SemiBold";
  font-size: 13px;
  color: #3188F2;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px; }

p {
  font-family: "Campton-Book";
  font-size: 15px;
  color: #444957;
  line-height: 24px;
  margin-bottom: 20px; }
  p strong {
    font-family: "Campton-SemiBold"; }

/* * * * * * * * * * * * * * * * * * * * */
/* LIST STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.insight-content-area ul, .thin-container ul {
  width: 100%;
  height: auto;
  margin: 0px auto 20px auto;
  padding: 0px;
  list-style-type: none; }
  .insight-content-area ul li, .thin-container ul li {
    width: 100%;
    height: auto;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 16px;
    font-family: "Campton-Book";
    font-size: 15px;
    color: #444957;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative; }
    .insight-content-area ul li:before, .thin-container ul li:before {
      content: '';
      display: block;
      width: 8px;
      height: 16px;
      background: url("../includes/images/icons/list-icon.svg");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0px;
      left: 0px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.size-thumbnail {
  width: 30%;
  height: auto; }
  @media (max-width: 768px) {
    .size-thumbnail {
      width: 50%;
      height: auto; } }

.size-medium {
  width: 50%;
  height: auto; }
  @media (max-width: 768px) {
    .size-medium {
      width: 60%;
      height: auto; } }

.size-large {
  width: 80%;
  height: auto; }
  @media (max-width: 768px) {
    .size-large {
      width: 90%;
      height: auto; } }

.size-full {
  width: 100%;
  height: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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. */ }

/* * * * * * * * * * * * * * * * * * * * */
/* BUTTON A STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.buttona {
  width: auto;
  height: 53px;
  display: inline-block;
  -webkit-border-radius: 27.5px;
  -moz-border-radius: 27.5px;
  -ms-border-radius: 27.5px;
  border-radius: 27.5px;
  padding: 2px 35px 0px 35px;
  margin: 0px 10px 20px 0px;
  font-family: "Campton-SemiBold";
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 55px;
  cursor: pointer;
  outline: none; }
  @media (max-width: 520px) {
    .buttona {
      display: block;
      width: 90%;
      padding: 2px 5% 0px 5%; } }

/* * * * * * * * * * * * * * * * * * * * */
/* BUTTON A STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.buttonb {
  width: auto;
  height: 35px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 35px 0px 35px;
  margin: 0px 10px 20px 0px;
  font-family: "Campton-SemiBold";
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  cursor: pointer;
  outline: none; }
  @media (max-width: 520px) {
    .buttonb {
      display: block;
      width: 90%;
      padding: 2px 5% 0px 5%;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; } }


/* * * * * * * * * * * * * * * * * * * * */
/* BUTTON COLOURS */
/* * * * * * * * * * * * * * * * * * * * */
.green-button {
  background-color: #27D9A1;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  border: 1px solid #24cd98; }
  .green-button:hover {
    background-color: #4adfb0; }

.blue-button {
  background-color: #3188F2;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  border: 1px solid #2380f1; }
  .blue-button:hover {
    background-color: #579ef4; }

.dark-blue-button {
  background-color: #2957B9;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  border: 1px solid #2651ac; }
  .dark-blue-button:hover {
    background-color: #3869d3; }

.yellow-button {
  background-color: #FFC502;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  color: #444957;
  border: 1px solid #f2ba00; }
  .yellow-button:hover {
    background-color: #ffce2b; }

.white-button {
  background-color: #FFFFFF;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  color: #444957;
  border: 1px solid #eaecf4; }

.red-button {
  background-color: #EF4136;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  border: 1px solid #E01D12; }
  .red-button:hover {
    background-color: #F25F57; }

/* * * * * * * * * * * * * * * * * * * * */
/* BROCHURE DOWNLOAD */
/* * * * * * * * * * * * * * * * * * * * */
.bro-download {
  position: relative; }

/*Category Filter */
.bro-drop {
  position: absolute;
  width: auto;
  height: auto;
  top: 60px;
  left: 0px;
  background: #FFFFFF;
  z-index: 999;
  border: 1px solid #D0D3E5;
  color: #444957 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 45px 44px -43px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  display: none;
  text-align: left; }
  .bro-drop ul {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px; }
    .bro-drop ul li {
      width: 100%;
      height: auto;
      margin: 0px;
      padding: 0px; }
      .bro-drop ul li a {
        width: 100% !important;
        height: auto !important;
        margin: 0px !important;
        padding: 0px 20px 0px 20px !important;
        text-indent: 0px !important;
        height: 50px !important;
        line-height: 50px !important;
        display: block !important;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out; }
        .bro-drop ul li a:hover {
          background: #F8FAFF; }

.morphext > .animated {
  display: inline-block; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* * * * * * * * * * * * * * * * * * * * */
/* HEADER STYLE */
/* * * * * * * * * * * * * * * * * * * * */
header {
  width: 100%;
  height: 500px;
  margin: 0px auto 80px auto;
  position: relative;
  overflow: visible;
  z-index: 1; }
  header .buttona {
    display: inline-block !important;
    width: auto !important;
    padding: 0px 30px !important; }
  header h2 {
    font-family: "Campton-Book";
    font-size: 1.5em; }
  header h3 {
    font-family: "Campton-Medium";
    font-size: 2.6em; }
  @media (max-width: 520px) {
    header {
      height: 400px; } }
  header h1, header h2, header h3, header h5, header p {
    color: #FFFFFF; }
    header h1 strong, header h2 strong, header h3 strong, header h5 strong, header p strong {
      color: #FFC502; }
    header h1:last-child, header h2:last-child, header h3:last-child, header h5:last-child, header p:last-child {
      margin-bottom: 0px; }
  header h1 {
    margin-bottom: 5px; }
  header h2 {
    font-family: "Campton-Book"; }
  header h4 {
    color: #FFC502 !important; }

/* Main Content in header */
.with-booker .container {
  width: 95%;
  height: 340px;
  display: table;
  margin: 0px auto;
  padding-bottom: 0px;
  z-index: 3;
  text-align: center !important; }
  @media (max-width: 520px) {
    .with-booker .container {
      height: 240px; } }
  .with-booker .container .full-header {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle; }

.without-booker .container {
  width: 95%;
  height: 410px;
  display: table;
  margin: 0px auto;
  padding: 0px 2.5% 70px 2.5%;
  z-index: 3;
  text-align: center !important;
  overflow: hidden; }
  @media (max-width: 520px) {
    .without-booker .container {
      height: 330px; } }
  .without-booker .container .full-header {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle; }
    .without-booker .container .full-header .group {
      height: 100%; }
    .without-booker .container .full-header .col {
      margin-bottom: 0px !important; }
      @media (max-width: 768px) {
        .without-booker .container .full-header .col {
          margin-bottom: 0px !important; } }
    .without-booker .container .full-header .span_5_of_12 {
      text-align: left; }
      @media (max-width: 768px) {
        .without-booker .container .full-header .span_5_of_12 {
          height: 140px;
          padding-top: 50px;
          text-align: center; } }
      @media (max-width: 520px) {
        .without-booker .container .full-header .span_5_of_12 {
          height: auto; } }
    .without-booker .container .full-header .span_7_of_12 span {
      display: block;
      width: 100%;
      height: auto;
      text-align: left; }
      .without-booker .container .full-header .span_7_of_12 span img {
        position: absolute;
        bottom: -50px;
        width: auto;
        height: 415px; }
        @media (max-width: 768px) {
          .without-booker .container .full-header .span_7_of_12 span img {
            position: relative;
            bottom: auto;
            width: auto;
            height: 270px;
            display: block;
            bottom: -20px;
            margin: 0px auto; } }
        @media (max-width: 520px) {
          .without-booker .container .full-header .span_7_of_12 span img {
            margin: 30px auto 0px auto;
            height: 150px;
            width: auto;
            bottom: 0px !important; } }
    .without-booker .container .full-header .buttona {
      margin-top: 20px; }

/* * * * * * * * * * * * * * * * * * * * */
/* HEAD IMAGE AREA */
/* * * * * * * * * * * * * * * * * * * * */
.head-image {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: -180px auto 30px auto;
  display: block;
  position: relative;
  z-index: 5; }
  @media (max-width: 520px) {
    .head-image {
      width: 90%; } }
  .head-image span {
    height: 340px;
    display: table;
    margin: 0px auto;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    background: #2957B9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 -23px 20px -15px rgba(0, 0, 0, 0.06); }
    .head-image span div {
      display: table-cell;
      vertical-align: bottom;
      padding: 50px; }
    .head-image span h4 {
      background: #3188F2;
      display: inline-block;
      vertical-align: top;
      padding: 2px 6px 0px 6px;
      color: #FFFFFF;
      margin: 0px 5px 6px 0px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      z-index: 2;
      font-size: 10px;
      line-height: 20px;
      height: 20px;
      letter-spacing: 1px; }
    .head-image span h2 {
      margin-bottom: 0px;
      color: #FFFFFF !important; }
    @media (max-width: 768px) {
      .head-image span {
        padding: 30px 30px 55px 30px; } }
    @media (max-width: 520px) {
      .head-image span {
        padding: 25px 25px 50px 25px; } }

/* * * * * * * * * * * * * * * * * * * * */
/* HEADER BG */
/* * * * * * * * * * * * * * * * * * * * */
.header-bg {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0px;
  left: 0px;
  display: block;
  background: #3188F2;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  z-index: -1; }
  @media (max-width: 520px) {
    .header-bg {
      height: 400px; } }
  .header-bg:after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    background: url("../includes/images/header-curve.png");
    background-repeat: no-repeat;
    background-size: 100% 50px;
    background-position: center bottom; }
    @media (max-width: 768px) {
      .header-bg:after {
        background: url("../includes/images/header-curve-tablet.png");
        background-repeat: no-repeat;
        background-size: 800px 50px;
        background-position: center bottom; } }
    @media (max-width: 520px) {
      .header-bg:after {
        background: url("../includes/images/header-curve-mobile.png");
        background-repeat: no-repeat;
        background-size: 600px 50px;
        background-position: center bottom; } }

/* * * * * * * * * * * * * * * * * * * * */
/* CONTACT HEADER STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.full-header .span_6_of_12 {
  text-align: left; }

/* * * * * * * * * * * * * * * * * * * * */
/* MAIN FOOTER STYLE */
/* * * * * * * * * * * * * * * * * * * * */
footer {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 80px 0px 50px 0px;
  background: #FFFFFF;
  border-top: 1px solid #DFE2E3;
  /* The Partner logos */ }
  footer .top-footer {
    margin-bottom: 40px;
    /* Ensuring we have 3 columns showing when on tablet */
    /* List Header Titles */
    /* Lists */ }
    @media (max-width: 520px) {
      footer .top-footer .span_5_of_12 {
        text-align: center; } }
    footer .top-footer .span_5_of_12 span {
      font-family: "Campton-SemiBold";
      font-size: 1.9em;
      color: #3188F2;
      letter-spacing: 1px;
      line-height: 1.2em;
      display: block;
      margin: 0px auto 5px auto; }
      @media (max-width: 520px) {
        footer .top-footer .span_5_of_12 span {
          margin: 0px auto 10px auto; } }
    footer .top-footer .span_5_of_12 .buttona {
      margin-bottom: 30px; }
      @media (max-width: 520px) {
        footer .top-footer .span_5_of_12 .buttona {
          margin-bottom: 10px; } }
    @media (max-width: 768px) {
      footer .top-footer .span_7_of_12 .span_4_of_12 {
        width: 30.53%; } }
    @media (max-width: 520px) {
      footer .top-footer .span_7_of_12 .span_4_of_12 {
        width: 47.9%; } }
    footer .top-footer h5 {
      font-family: "Campton-Medium";
      font-size: 10px;
      color: #D0D3E5;
      letter-spacing: 1px;
      line-height: 23px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    footer .top-footer ul {
      width: 100%;
      height: auto;
      display: block;
      list-style: none;
      margin: 0px 0px 40px 0px;
      padding: 0px; }
      footer .top-footer ul li {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px; }
        footer .top-footer ul li a {
          font-family: "Campton-Book";
          font-size: 15px;
          color: #444957 !important;
          line-height: 25px;
          margin-bottom: 10px; }
          footer .top-footer ul li a:hover {
            color: #3188F2 !important; }
  footer .span_12_of_12 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px; }

/* * * * * * * * * * * * * * * * * * * * */
/* SOCIAL ICONS FOOTER STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.social {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0px 8px 20px 0px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px; }

.social.fb {
  background: #F8FAFF;
  background-image: url("../includes/images/icons/facebook.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }
  .social.fb:hover {
    background: #D0D3E5; }

.social.twitter {
  background: #F8FAFF;
  background-image: url("../includes/images/icons/twitter.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }
  .social.twitter:hover {
    background: #D0D3E5; }

.social.insta {
  background: #F8FAFF;
  background-image: url("../includes/images/icons/insta.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }
  .social.insta:hover {
    background: #D0D3E5; }

/* * * * * * * * * * * * * * * * * * * * */
/*BASE STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.base .span_6_of_12 p {
  font-family: "Campton-Book";
  font-size: 10px;
  color: #444957;
  letter-spacing: 0;
  line-height: 14px; }

/* * * * * * * * * * * * * * * * * * * * */
/* FOOTER AREA BLOCK */
/* * * * * * * * * * * * * * * * * * * * */
.footer-book-block {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center; }
  .footer-book-block h2 {
    margin-bottom: 45px; }
  .footer-book-block span {
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 160px;
    position: relative;
    background: #3984e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3984e0 0%, #3779dc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3984e0 0%, #3779dc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3984e0 0%, #3779dc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3984e0', endColorstr='#3779dc',GradientType=0 );
    /* IE6-9 */ }
    .footer-book-block span:before {
      content: '';
      width: 100%;
      height: 50px;
      display: block;
      position: absolute;
      top: -2px;
      left: 0px;
      background: url("../includes/images/base-curve.png");
      background-repeat: no-repeat;
      background-size: 100% 50px;
      background-position: center bottom; }
      @media (max-width: 768px) {
        .footer-book-block span:before {
          background: url("../includes/images/base-curve-tablet.png");
          background-repeat: no-repeat;
          background-size: 800px 50px;
          background-position: center bottom; } }
      @media (max-width: 520px) {
        .footer-book-block span:before {
          background: url("../includes/images/base-curve-mobile.png");
          background-repeat: no-repeat;
          background-size: 600px 50px;
          background-position: center bottom; } }
    .footer-book-block span .book-foot {
      width: 100%;
      height: auto;
      margin: 0px auto;
      padding: 0px 0px 50px 0px;
      position: absolute;
      top: 0px; }
      .footer-book-block span .book-foot .buttona {
        margin-top: -25px;
        z-index: 3;
        display: inline-block !important;
        width: auto !important;
        padding: 2px 35px 0px 35px !important;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px; }
      .footer-book-block span .book-foot p {
        color: #FFFFFF; }

/* * * * * * * * * * * * * * * * * * * * */
/* FOOTER AREA BLOCK */
/* * * * * * * * * * * * * * * * * * * * */
.footer-info-block {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px; }
  .footer-info-block span {
    display: block;
    margin: 0px auto;
    width: 100%;
    height: auto;
    position: relative;
    background: #3984e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3984e0 0%, #3779dc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3984e0 0%, #3779dc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3984e0 0%, #3779dc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3984e0', endColorstr='#3779dc',GradientType=0 );
    /* IE6-9 */ }
    .footer-info-block span:before {
      content: '';
      width: 100%;
      height: 50px;
      display: block;
      position: absolute;
      top: -2px;
      left: 0px;
      background: url("../includes/images/base-curve.png");
      background-repeat: no-repeat;
      background-size: 100% 50px;
      background-position: center bottom; }
      @media (max-width: 768px) {
        .footer-info-block span:before {
          background: url("../includes/images/base-curve-tablet.png");
          background-repeat: no-repeat;
          background-size: 800px 50px;
          background-position: center bottom; } }
      @media (max-width: 520px) {
        .footer-info-block span:before {
          background: url("../includes/images/base-curve-mobile.png");
          background-repeat: no-repeat;
          background-size: 600px 50px;
          background-position: center bottom; } }
    .footer-info-block span .book-foot {
      width: 100%;
      height: auto;
      margin: 0px auto;
      padding: 70px 0px 50px 0px;
      text-align: center; }
      .footer-info-block span .book-foot h2 {
        margin-bottom: 30px; }
      .footer-info-block span .book-foot h2, .footer-info-block span .book-foot p, .footer-info-block span .book-foot h3 {
        color: #FFFFFF; }
        .footer-info-block span .book-foot h2 strong, .footer-info-block span .book-foot p strong, .footer-info-block span .book-foot h3 strong {
          color: #FFC502; }
      .footer-info-block span .book-foot .section {
        text-align: left; }
        .footer-info-block span .book-foot .section .col {
          padding-left: 45px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .footer-info-block span .book-foot .section .foot-lock {
          background: url("../includes/images/icons/lock-yellow.svg");
          background-repeat: no-repeat;
          background-position: top 5px left; }
        .footer-info-block span .book-foot .section .foot-sheild {
          background: url("../includes/images/icons/sheild-yellow.svg");
          background-repeat: no-repeat;
          background-position: top 5px left; }
        .footer-info-block span .book-foot .section .foot-star {
          background: url("../includes/images/icons/star-yellow.svg");
          background-repeat: no-repeat;
          background-position: top 5px left; }

/* * * * * * * * * * * * * * * * * * * * */
/* STICKY FOOTER */
/* * * * * * * * * * * * * * * * * * * * */
.sticky-footer {
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  text-align: center; }
  .sticky-footer .buttona {
    width: 53px !important;
    padding: 0px !important;
    margin: 0px 0px 25px 0px !important;
    display: inline-block !important;
    box-shadow: 0 12px 10px -9px rgba(39, 217, 161, 0.58) !important;
    background-image: url("../includes/images/icons/white-cd-logo-only.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative !important; }
    .sticky-footer .buttona:after {
      content: 'Get a price';
      width: 110px;
      height: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      margin: 0px 0px 0px -55px;
      visibility: hidden;
      opacity: 0;
      background: #444957;
      padding: 5px 0px 2px 0px;
      position: absolute;
      top: -35px;
      left: 50%;
      font-family: "Campton-SemiBold";
      font-size: 11px;
      color: #FFFFFF;
      letter-spacing: 1px;
      text-align: center;
      text-transform: uppercase;
      line-height: 20px;
      cursor: pointer;
      transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -webkit-transition: all 0.15s ease-in-out; }
    .sticky-footer .buttona:hover {
      -webkit-border-radius: 27.5px;
      -moz-border-radius: 27.5px;
      -ms-border-radius: 27.5px;
      border-radius: 27.5px; }
      .sticky-footer .buttona:hover:after {
        visibility: visible;
        opacity: 1; }

/* * * * * * * * * * * * * * * * * * * * */
/* MAIN BOOKER STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.booker-wrapper {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0px auto 70px auto;
  display: block;
  position: relative; }
  @media (max-width: 520px) {
    .booker-wrapper {
      width: 90%; } }

.main-booker {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 40px 40px 60px 40px;
  margin: 0px auto -180px auto;
  background: #2957B9;
  position: relative;
  top: -180px;
  z-index: 5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 -23px 20px -15px rgba(0, 0, 0, 0.06); }
  @media (max-width: 768px) {
    .main-booker {
      padding: 30px 30px 55px 30px; } }
  @media (max-width: 520px) {
    .main-booker {
      padding: 25px 25px 50px 25px; } }
  .main-booker .buttona {
    position: absolute;
    bottom: -45px;
    left: 50%;
    width: 250px;
    padding: 0px;
    margin-left: -125px; }
.main-booker-form {
  position: relative;
}
.main-booker .enquiry-button {
bottom: -80px;
  left: 20px;
  margin: 0;
}
.main-booker .enquiry-button.solo-button {
  left: 50%;
  transform: translate(-50%,0);
}
.main-booker .book-button {
bottom: -80px;
  left: auto;
  right: 20px;
  margin: 0;
}
.book-message {
  font-family: "Campton-Book";
  font-size: 16px;
  text-align: center;
  color: #444957;
  padding: 10px 0 0;
  line-height: 1.6;
}
.book-message strong {
  font-family: "Campton-Medium";
}
.book-message a {
  color: #2957B9;
  text-decoration: underline;
}

.marketing-box {
  margin: 10px 0 0 0;
  position: relative;
  font-family: "Campton-Book";
  padding: 10px 0 10px 30px;
  line-height: 24px;
}
.marketing-box input[type='checkbox'] {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #D0D3E5;
  outline: none;
  margin-right: 0px;
  position: absolute;
  /*top: 10px;*/
  left: 0;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }
.marketing-box input[type='checkbox']:checked {
  background-image: url("../includes/images/icons/white-tick-small.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #27D9A1;
  border: 2px solid #27D9A1;
  -webkit-box-shadow: 0px 0px 59px -10px #27d9a1;
  -moz-box-shadow: 0px 0px 59px -10px #27d9a1;
  box-shadow: 0px 0px 59px -10px #27d9a1; }

.book-base {
  width: 100%;
  height: auto;
  margin: 50px auto 0px auto;
  text-align: center; }

/* * * * * * * * * * * * * * * * * * * * */
/* FORM ELEMENTS */
/* * * * * * * * * * * * * * * * * * * * */
.book-row {
  display: table;
  display: none;
  width: 100%;
  height: auto;
  padding-top: 15px;
  position: relative; }
  @media (max-width: 768px) {
    .book-row {
      display: block;
      display: none;
      width: 100%;
      padding-right: 0px; }
    .book-row:first-of-type {
      display: block;
    } }
.book-row:first-of-type {
  display: table;
}
.book-bottom {
  display: table;
  width: 100%;
  height: auto;
  padding-top: 15px;
  position: relative; }
  @media (max-width: 768px) {
    .book-bottom {
      display: block;
      display: none;
      width: 100%;
      padding-right: 0px; }
    .book-bottom:first-of-type {
      display: block;
    } }
.book-bottom:first-of-type {
  display: table;
}
.rates-row:not(:last-child) {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.text-field-icon input[type=text], .text-field-icon input[type=password], .text-field-icon input[type=number] {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DEE6FA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Campton-Book";
  font-size: 14px;
  color: #444957;
  letter-spacing: 0;
  line-height: 50px;
  outline: none;
  -webkit-appearance: none;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 520px) {
    .text-field-icon input {
      height: 40px;
      line-height: 40px;
      font-size: 13px; } }
.text-field-icon span {
  position: relative; }
.text-field-icon .dropdown-container {
  position: absolute;
  display: none;
  width: 100%;
  top: 34px;
  background: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-right: 1px solid #D0D3E5;
  border-bottom: 1px solid #D0D3E5;
  border-left: 1px solid #D0D3E5;
  box-shadow: 2px 11px 51px 0 rgba(0, 0, 0, 0.21);
  z-index: 9999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .text-field-icon .dropdown-container:not(.not-google) {
    padding: 0 0 30px;
  }
  .text-field-icon .dropdown-container:not(.not-google)::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: url('../images/powered_by_google_on_white.png') right 5px center no-repeat #FFF;
    background-size: auto;
    box-shadow: 0px -1px 1px 0 rgba(0, 0, 0, 0.21);
  }
  .text-field-icon ul {
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .text-field-icon ul li {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 12px 20px 12px 20px;
    display: block;
    font-family: "Campton-Book";
    font-size: 14px;
    color: #444957;
    letter-spacing: 0;
    line-height: 20px;
    outline: none;
    text-indent: 0px;
    -webkit-appearance: none;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e7eaf1; }
    .text-field-icon ul li:hover {
      background: #EAEDFB;
      cursor: pointer; }
    .rates-search .text-field-icon ul li:last-child {
      background: #f6f8fe;
      background-image: url("../includes/images/icons/location-error-icon.svg");
      background-repeat: no-repeat;
      background-position: center left 15px;
      font-family: "Campton-Medium";
      padding: 12px 20px 12px 50px; }
      .rates-search .text-field-icon ul li:last-child:hover {
        background: #e7edff;
        background-image: url("../includes/images/icons/location-error-icon.svg");
        background-repeat: no-repeat;
        background-position: center left 15px; }
.text-field-icon textarea {
  width: 100%;
  height: 120px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DEE6FA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Campton-Book";
  font-size: 14px;
  color: #444957;
  letter-spacing: 0;
  line-height: 1.2;
  outline: none;
  -webkit-appearance: none;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 520px) {
    .text-field-icon textarea {
      height: 60px;
      line-height: 40px;
      font-size: 13px; } }
.text-field-icon input[readonly=readonly] {
  background: #EEE;
  border-color: #EEE;
  color: #999;
  cursor: not-allowed;
}

.extras-container {
  padding: 10px 10px 0;
  border: 1px solid #DEE6FA;
  border-radius: 2px;
}
.extras-container h3 {
  cursor: pointer;
}
.extras-container h3::before {
  content: "\00BB";
  display: inline-block;
  margin-right: 5px;
}
.extras-container:not(.expanded):hover {
  box-shadow: 0 0 3px 0 #DEE6FA;
}
.extras-rows {
  display: none;
  margin: 0 0 20px 0;
}
.review-row.extras-row {
  margin: 0 0 10px 0;
}
.extras-field {
  display: table-cell;
  width: 65%;
  padding-right: 15px;
}
.extras-field input[type=number] {
  text-align: right;
  padding-right: 30px;
  cursor: auto;
}
.extras-field input[type=number]::-webkit-inner-spin-button,
.extras-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
.extras-field input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.extras-field:nth-of-type(3n) {
  margin: 0;
}
.extras-price {
  display: table-cell;
  width: 35%;
  height: 50px;
  line-height: 50px;
  font-family: "Campton-Medium";
  font-size: 17px;
  color: #444957;
  letter-spacing: 0;
  line-height: 50px;
  outline: none;
}
.extra-name {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  line-height: 50px;
  font-family: "Campton-Book";
  font-size: 14px;
  color: #444957;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.direction-field ul {
  display: none;
  overflow-y: hidden; }
    .direction-field ul li:last-child {
      background: inherit;
      background-image: none;
      font-family: "Campton-Book";
      padding: 12px 20px 12px 20px; }
      .direction-field ul li:last-child:hover {
      background: #EAEDFB;
        background-image: none; }

.location-field {
  display: table-cell;
  width: 30%;
  padding-right: 20px;
  position: relative; }
  @media (max-width: 768px) {
    .location-field {
      display: block;
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .location-field {
      margin-bottom: 10px; } }
  .location-field input[type="text"], .location-field input[type="password"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .location-field input[type="text"], .location-field input[type="password"] {
        text-indent: 35px; } }
  .location-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/location-green.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .location-field:after {
        width: 42px;
        height: 42px; } }

.date-field {
  display: table-cell;
  width: 20%;
  position: relative; }
  @media (max-width: 768px) {
    .date-field {
      display: block;
      width: 100%;
      padding-right: 0px; } }
  .date-field input[type="text"] {
    text-indent: 25px;
    background-color: #FFFFFF;
    background-image: url("../includes/images/icons/input-droparrow.svg");
    background-repeat: no-repeat;
    background-position: center right 20px; }
    @media (max-width: 520px) {
      .date-field input[type="text"] {
        text-indent: 20px; } }

.direction-field {
  display: table-cell;
  width: 20%;
  padding-right: 20px;
  position: relative; }
  @media (max-width: 768px) {
    .direction-field {
      display: block;
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .direction-field {
      margin-bottom: 10px; } }
  .direction-field input[type="text"] {
    text-indent: 25px;
    background-color: #FFFFFF;
    background-image: url("../includes/images/icons/input-droparrow.svg");
    background-repeat: no-repeat;
    background-position: center right 20px; }
    @media (max-width: 520px) {
      .direction-field input[type="text"] {
        text-indent: 20px; } }

.name-field {
  display: table-cell;
  width: 50%;
  position: relative; }
  @media (max-width: 960px) {
    .name-field {
      display: block;
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .name-field {
      margin-bottom: 10px; } }
  .name-field input[type="text"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .name-field input[type="text"] {
        text-indent: 35px; } }
  .name-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/person-black.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .name-field:after {
        width: 42px;
        height: 42px; } }

.name-field:first-of-type {
  padding-right: 10px;
}
.name-field:last-of-type {
  padding-left: 10px;
}

.email-field {
  display: table-cell;
  width: 50%;
  padding-right: 10px;
  position: relative; }
  @media (max-width: 960px) {
    .email-field {
      display: block;
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .email-field {
      margin-bottom: 10px; } }
  .email-field input[type="text"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .email-field input[type="text"] {
        text-indent: 35px; } }
  .email-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/email-black.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .email-field:after {
        width: 42px;
        height: 42px; } }

.phone-field {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
  position: relative; }
  @media (max-width: 960px) {
    .phone-field {
      display: block;
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .phone-field {
      margin-bottom: 10px; } }
  .phone-field input[type="text"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .phone-field input[type="text"] {
        text-indent: 35px; } }
  .phone-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/phone-black.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .phone-field:after {
        width: 42px;
        height: 42px; } }

.company-field {
  display: table-cell;
  width: 50%;
  position: relative; }
  @media (max-width: 960px) {
    .company-field {
      display: block;
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .company-field {
      margin-bottom: 10px; } }
  .company-field input[type="text"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .company-field input[type="text"] {
        text-indent: 35px; } }
  .company-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/company-black.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .company-field:after {
        width: 42px;
        height: 42px; } }
.source-field {
  display: table-cell;
  width: 50%;
  position: relative; }
.source-field ul {
  display: none;
}
  @media (max-width: 960px) {
    .source-field {
      display: block;
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .source-field {
      margin-bottom: 10px; } }
  .source-field input[type="text"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .source-field input[type="text"] {
        text-indent: 35px; } }
  .source-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/source-black.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .source-field:after {
        width: 42px;
        height: 42px; } }

.username-field {
  display: block;
  width: 100%;
  position: relative; }
  .username-field input[type="text"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .username-field input[type="text"] {
        text-indent: 35px; } }
  .username-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/person-black.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .username-field:after {
        width: 42px;
        height: 42px; } }

.password-field {
  display: block;
  width: 100%;
  position: relative; }
  .password-field input[type="password"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .password-field input[type="password"] {
        text-indent: 35px; } }
  .password-field input[type="text"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .password-field input[type="text"] {
        text-indent: 35px; } }
  .password-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/lock-small-black.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .password-field:after {
        width: 42px;
        height: 42px; } }

/* * * * * * * * * * * * * * * * * * * * */
/* TOP BAR */
/* * * * * * * * * * * * * * * * * * * * */
.book-top {
  display: block;
  width: 100%;
  height: auto; }
  .book-top input[type="text"] {
    width: 100%;
    height: 50px;
    background: #21479E;
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-family: "Campton-Book";
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 50px;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 520px) {
      .book-top input[type="text"] {
        font-size: 13px;
        height: 40px;
        line-height: 40px; } }
    .book-top input[type="text"]:focus {
      background: #1A3F93; }
    .book-top input[type="text"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #FFFFFF;
      opacity: 1;
      /* Firefox */ }
    .book-top input[type="text"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #FFFFFF; }
    .book-top input[type="text"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #FFFFFF; }

/* FORM FIELDS */
.main-booker .vehicle-field {
  width: 25%;
  min-width: 230px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer; }
.rates-rows .vehicle-field {
  /*float: left;*/
}
.main-booker .vehicle-field.count-field {
  width: 10%;
  min-width: 115px; }
.main-booker .vehicle-field.route-field {
  width: 25%;
  min-width: 230px; }
.main-booker .vehicle-field.hours-field {
  width: 25%;
  min-width: 230px; }
  .main-booker .vehicle-field span {
    width: 100%;
    height: 50px;
    z-index: 9;
    display: block;
    position: absolute;
    top: 0px; }
  @media (max-width: 768px) {
    .main-booker .vehicle-field {
      width: 100%;
      display: block;
      min-width: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .main-booker .vehicle-field {
      margin-bottom: 10px; } }
  .main-booker .vehicle-field input[type="text"] {
    text-indent: 90px; }
  .main-booker .vehicle-field.count-field input[type="text"] {
    text-indent: 55px; }
  .main-booker .vehicle-field.route-field input[type="text"] {
    text-indent: 55px; }
  .main-booker .vehicle-field.hours-field input[type="text"] {
    text-indent: 55px; }
    @media (max-width: 520px) {
      .main-booker .vehicle-field input[type="text"] {
        text-indent: 85px; } }
  .main-booker .vehicle-field:before {
    content: '';
    width: 60px;
    height: 42px;
    position: absolute;
    top: 5px;
    left: 20px;
    display: block;
    background: url("../includes/images/icons/vehicles/coach-icon-white.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .main-booker .vehicle-field.count-field:before {
    width: 25px;
    background-image: url("../includes/images/icons/vehicles/count-icon-white.svg");
    background-size: 18px; }
  .main-booker .vehicle-field.route-field:before {
    width: 25px;
    background-image: url("../includes/images/icons/vehicles/route-icon-white.svg");
    background-size: 18px; }
  .main-booker .vehicle-field.hours-field:before {
    width: 25px;
    background-image: url("../includes/images/icons/vehicles/time-icon-white.svg");
    background-size: 18px; }
    @media (max-width: 520px) {
      .main-booker .vehicle-field:before {
        top: 0px;
        left: 15px; } }
  .main-booker .vehicle-field:after {
    pointer-events: none;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    z-index: 10;
    background: url("../includes/images/icons/input-droparrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; }
    @media (max-width: 520px) {
      .main-booker .vehicle-field:after {
        width: 42px;
        height: 42px; } }

.main-booker .vehicle-field.active:after {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand'); }

.main-booker .triptype-field {
  width: 21%;
  min-width: 150px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer; }
  .main-booker .triptype-field span {
    width: 100%;
    height: 50px;
    z-index: 9;
    display: block;
    position: absolute;
    top: 0px; }
  @media (max-width: 768px) {
    .main-booker .triptype-field {
      width: 48%;
      min-width: 0px;
      margin-right: 2%; } }
  @media (max-width: 520px) {
    .main-booker .triptype-field {
      width: 100%;
      min-width: 0px;
      margin-right: 0%;
      margin-bottom: 10px; } }
  .main-booker .triptype-field input[type="text"] {
    text-indent: 25px; }
    @media (max-width: 520px) {
      .main-booker .triptype-field input[type="text"] {
        text-indent: 20px; } }
  .main-booker .triptype-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: url("../includes/images/icons/input-droparrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; }
    @media (max-width: 520px) {
      .main-booker .triptype-field:after {
        width: 42px;
        height: 42px; } }

.main-booker .triptype-field.active:after {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand'); }

.main-booker .pax-field {
  width: 21%;
  min-width: 150px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer; }
  .main-booker .pax-field span {
    width: 100%;
    height: 50px;
    z-index: 9;
    display: block;
    position: absolute;
    top: 0px; }
  @media (max-width: 768px) {
    .main-booker .pax-field {
      width: 48%;
      min-width: 0px;
      margin-right: -5px; } }
  @media (max-width: 520px) {
    .main-booker .pax-field {
      width: 100%;
      min-width: 0px;
      margin-right: 0%; } }
  .main-booker .pax-field input[type="text"] {
    text-indent: 25px; }
    @media (max-width: 520px) {
      .main-booker .pax-field input[type="text"] {
        text-indent: 20px; } }
  .main-booker .pax-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: url("../includes/images/icons/input-droparrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; }
    @media (max-width: 520px) {
      .main-booker .pax-field:after {
        width: 42px;
        height: 42px; } }

.main-booker .pax-field.active:after {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand'); }

/* * * * * * * * * * * * * * * * * * * * */
/* VEHICLE DROPDOWN BOX */
/* * * * * * * * * * * * * * * * * * * * */
.dropdown-box {
  width: 300px;
  height: auto;
  margin: 0px auto;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 99999;
  padding: 7px 0px;
  overlay: hidden;
  display: none;
  background: #FFFFFF;
  box-shadow: 2px 11px 51px 0 rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  @media (max-width: 520px) {
    .dropdown-box {
      width: 100%;
      top: 45px; } }

.active {
  display: block; }

#triptype-box {
  width: 150px;
  padding: 0px 0px 0px 0px; }
#rates-vehicle-box {
  width: 280px;
  padding: 0px 0px 0px 0px; }
  #triptype-box ul, .rates-list ul {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px; }
    #triptype-box ul li, .rates-list ul li {
      height: 50px;
      font-family: "Campton-Book";
      font-size: 14px;
      color: #444957 !important;
      letter-spacing: 0;
      line-height: 50px;
      text-indent: 20px;
      border-bottom: 1px solid #E8EEFA; }
      #triptype-box ul li:hover, .rates-list ul li:hover {
        background-color: #F8FAFF;
        cursor: pointer; }
        #rates-vehicle-box ul li b {
          font-weight: bolder;
        }
#rates-count-box {
  height: 300px;
  overflow-y: scroll;
}
#rates-hours-box {
  height: 300px;
  overflow-y: scroll;
}
#vehicle-box h3 {
  width: 100%;
  margin: 0;
  padding: 0 15px;
}

.pax-field #pax-box {
  position: absolute !important;
  right: 0px !important;
  left: auto !important; }
  .pax-field #pax-box div {
    /*position: relative;*/ }
  .pax-field #pax-box input[type='checkbox'] {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #D0D3E5;
    outline: none;
    margin-right: 0px;
    position: absolute;
    top: 10px;
    right: 25px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }
  .pax-field #pax-box input[type='checkbox']:checked {
    background-image: url("../includes/images/icons/white-tick-small.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #27D9A1;
    border: 2px solid #27D9A1;
    -webkit-box-shadow: 0px 0px 59px -10px #27d9a1;
    -moz-box-shadow: 0px 0px 59px -10px #27d9a1;
    box-shadow: 0px 0px 59px -10px #27d9a1; }

.drop-select-row {
  width: 100%;
  /*height: 50px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .drop-select-row div {
    width: auto;
    /*display: table-cell;*/
    padding: 5px 0 5px 15px;
    vertical-align: middle; }
    .drop-select-row div h3 {
      margin-bottom: 0px;
      line-height: 18px; }
    .drop-select-row div p {
      margin-bottom: 0px; }
    .drop-select-row div img {
      margin-bottom: 6px; }
  .drop-select-row .drop-input {
    width: 120px;
    padding: 5px 15px 5px 0px;
    text-align: right; }

.not-known {
  border-bottom: 1px solid #D0D3E5 !important;
  margin-bottom: 10px; }

/* Input for the plus and minus buttons */
.drop-select-row input[type="number"] {
  width: 40px;
  height: 30px;
  background: #FFFFFF;
  outline: none;
  border: 1px solid #EAEDFB;
  -webkit-appearance: none;
  -moz-appearance:textfield;
  -ms-appearance: none;
  appearance: none;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Campton-SemiBold";
  font-size: 14px;
  color: #444957 !important;
  letter-spacing: 0;
  text-indent: 0px;
  text-align: center;
  padding: 0;
  margin-right: 0px; }

.drop-select-row input[type="number"]::-webkit-inner-spin-button,
.drop-select-row input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

/* Plus and minus buttons */
.drop-select-row button {
  background: #EAEDFB;
  width: 34px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  border: 0px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out; }
  .drop-select-row button:hover {
    background: #D5DBF5; }
  .drop-select-row button:active {
    background: #D5DBF5; }
.drop-select-row .book-minus {
  border-radius: 4px 0 0 4px;
  background-image: url("../includes/images/icons/minus-drop.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .drop-select-row .book-minus:active {
    background-image: url("../includes/images/icons/minus-drop.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
.drop-select-row .book-add {
  border-radius: 0 4px 4px 0;
  background-image: url("../includes/images/icons/plus-drop.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .drop-select-row .book-add:active {
    background-image: url("../includes/images/icons/plus-drop.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }

/* Dropdown Select Button */
.drop-select-button {
  width: 100%;
  height: 53px;
  display: inline-block;
  padding: 2px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: "Campton-SemiBold";
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 55px;
  cursor: pointer;
  background-color: #27D9A1;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  border-radius-topleft: 0px;
  border-radius-topright: 0px;
  border-radius-bottomright: 3px;
  border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px; }
  .drop-select-button:hover {
    background-color: #27D9A1; }

/* * * * * * * * * * * * * * * * * * * * */
/* MAP POPUP BOX */
/* * * * * * * * * * * * * * * * * * * * */
.fullmap {
  width: 90%;
  height: 90%;
  display: block;
  position: fixed;
  top: 5%;
  left: 5%;
  z-index: 9999999;
  outline: none;
  -webkit-appearance: none; }
  .fullmap span {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 15px;
    display: block;
    background: #FFFFFF;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .fullmap span #close-map {
      width: 70px;
      height: 70px;
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      background: #ff5252;
      background: url("../includes/images/icons/close-map.png");
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer; }
    .fullmap span iframe {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px; }

/* * * * * * * * * * * * * * * * * * * * */
/* CONFIRMATION PAGE BOOKING STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.confirm-booker {
  background: #FFFFFF;
  padding: 0px;
  border: 1px solid #E1E1E1; }

#journey-map, .journey-map-child {
  height: 300px;
}
.journey-map {
  width: 100%;
  height: auto;
  position: relative;
  background: #D0D3E5;
  border-bottom: 1px solid rgba(41, 87, 185, 0.8); }
  .journey-map iframe {
    width: 100%;
    height: 300px;
    display: block;
    margin: 0px auto; }
  .journey-map .buttona {
    position: absolute;
    bottom: -54px;
    right: 20px !important;
    left: auto !important;
    width: auto !important;
    padding: 0px 30px;
    margin: 0;
    border:  none;
    border-radius: 0 0 27.5px 27.5px;
    background:  rgba(41, 87, 185, 0.8);
    color:  #FFF; }
      .journey-map .buttona:hover {
        background:  rgba(41, 87, 185, 1); }
    @media (max-width: 520px) {
      .journey-map .buttona {
        display: none; } }
.operator-journey .journey-map {
  display: none;
  float: left;
  clear: both;
  margin: 0 0 20px 0;
  border-radius: 3px;
}
.journey-map-large, .journey-map-large * {
  box-sizing: border-box;
}
.journey-map-large {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9;
}
.journey-map-large #journey-map {
  border: 15px solid #FFF;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.journey-map-large .close-map {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}

.confirm-booker .container {
  display: table;
  width: 100%; }
  @media (max-width: 520px) {
    .confirm-booker .container {
      display: block;
      width: 100%; } }
  .confirm-booker .container .confirm-overview {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 270px;
    height: auto;
    background: #F8FAFF; }
    @media (max-width: 768px) {
      .confirm-booker .container .confirm-overview {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .confirm-booker .container .confirm-overview .sidebar-block {
      width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px; }
      @media (max-width: 960px) {
        .confirm-booker .container .confirm-overview .sidebar-block {
          width: 44%;
          margin-right: 5%; } }
      @media (max-width: 520px) {
        .confirm-booker .container .confirm-overview .sidebar-block {
          width: 100%;
          margin-right: 0%; } }
      .confirm-booker .container .confirm-overview .sidebar-block:first-child {
        margin-bottom: 0px; }
      .confirm-booker .container .confirm-overview .sidebar-block:last-child {
        margin-bottom: 0px; }
    .confirm-booker .container .confirm-overview .sidebar-block.disclaimer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: auto;
      padding: 35px;
      font-size: 12px;
      font-family: "Campton-Book";
      line-height: 20px;
    }
    .confirm-booker .container .confirm-overview .vehicle-cost {
      display: block;
      width: 100%;
      height: auto;
      background: #2957B9;
      padding: 30px 35px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .confirm-booker .container .confirm-overview .vehicle-cost h3 {
        color: #FFFFFF;
        font-family: "Campton-Book";
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 22px; }
        .confirm-booker .container .confirm-overview .vehicle-cost h3 strong {
          color: #27D9A1; }
      .confirm-booker .container .confirm-overview .vehicle-cost .price {
        font-family: "Campton-Book";
        font-size: 2.667em;
        color: #27D9A1;
        letter-spacing: 0.5px;
        line-height: 1em;
        margin-top: 14px;
        margin-bottom: -18px; }
    .confirm-booker .container .confirm-overview span {
      display: block;
      width: 100%;
      height: auto;
      padding: 35px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .confirm-booker .container .confirm-overview span img {
        display: block;
        margin-bottom: 25px; }
      .confirm-booker .container .confirm-overview span table {
        width: 100%;
        height: auto;
        font-family: "Campton-Book";
        font-size: 16px;
        color: #444957;
        line-height: 25px; }
        .confirm-booker .container .confirm-overview span table td:first-child {
          font-family: "Campton-SemiBold";
          width: 30px; }

/* * * * * * * * * * * * * * * * * * * * */
/* REVIEW FIELDS STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.confirm-details {
  display: table-cell;
  vertical-align: top;
  width: auto;
  height: auto;
  padding: 40px 40px 55px 40px; }
  .confirm-details input[type="textarea"] {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #DEE6FA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding: 25px;
    vertical-align: top;
    font-family: "Campton-Book";
    font-size: 14px;
    color: #444957;
    letter-spacing: 0;
    line-height: 24px !important;
    outline: none;
    -webkit-appearance: none;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media (max-width: 768px) {
    .confirm-details {
      display: block;
      width: 100%;
      padding: 25px 25px 45px 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  .confirm-details h3 div {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    margin-right: 10px; }

.trip-details {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed #CCC;
}
.review-row {
  display: table;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  width: 100%; }
  @media (max-width: 960px) {
    .review-row {
      display: block;
      width: 100%; } }

.details-row {
  display: table;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  width: 100%; }
  @media (max-width: 960px) {
    .details-row {
      display: block;
      width: 100%;
      margin: 0px 0px 0px 0px; } }

.review-trip {
  display: table-cell;
  width: 65%;
  padding-right: 15px; }
  @media (max-width: 960px) {
    .review-trip {
      display: block;
      width: 100%;
      padding-right: 0px; } }
  .review-trip .location-field {
    display: block;
    width: 100%;
    padding-right: 0px;
    position: relative;
    margin-bottom: 15px; }
    @media (max-width: 520px) {
      .review-trip .location-field {
        margin-bottom: 10px; } }
    .review-trip .location-field:after {
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      background: url("../includes/images/icons/location-green.svg");
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 520px) {
        .review-trip .location-field:after {
          width: 42px;
          height: 42px; } }
    .review-trip .location-field:first-child:after {
      content: '';
      width: 50px;
      height: 100px;
      position: absolute;
      top: -1px;
      left: 0px;
      display: block;
      background: url("../includes/images/icons/location-dot.svg");
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 99; }
      @media (max-width: 520px) {
        .review-trip .location-field:first-child:after {
          width: 42px;
          height: 100px;
          top: -7px; } }

.review-date {
  display: table-cell;
  width: 35%; }
  @media (max-width: 960px) {
    .review-date {
      display: block;
      width: 100%; } }
  .review-date .date-field {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px; }
    @media (max-width: 960px) {
      .review-date .date-field {
        margin-bottom: 0px; } }
    .review-date .date-field:after {
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      background: url("../includes/images/icons/input-droparrow.svg");
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 520px) {
        .review-date .date-field:after {
          width: 42px;
          height: 42px; } }
  .review-date .review-date-est {
    display: block;
    width: 100%;
    height: 50px;
    position: relative; }
    .review-date .review-date-est:before {
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      background: url("../includes/images/icons/clock-black.svg");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 15px; }
    .review-date .review-date-est h3 {
      font-size: 12px;
      font-family: "Campton-Book";
      text-indent: 20px;
      line-height: 50px; }
    .review-date .review-date-est strong {
      color: #3188F2; }

/* * * * * * * * * * * * * * * * * * * * */
/* DELETE AND ADD TOUR BUTTON STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.delete-journey-button {
  width: 22px;
  height: 22px;
  display: block;
  background: #FF5252;
  background-image: url("../includes/images/icons/tour-cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  overflow: hidden;
  text-indent: 99999px;
  position: absolute;
  top: 30px;
  right: -32px;
  z-index: 9;
  cursor: pointer; }

.add-journey-button {
  width: 22px;
  height: 22px;
  display: block;
  background: #27D9A1;
  background-image: url("../includes/images/icons/tour-add.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  color: transparent;
  z-index: 9;
  cursor: pointer; }
  .add-journey-button:after {
    content: 'Add another stop';
    color: #FFFFFF;
    width: 150px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: 32px;
    text-indent: 0px;
    overflow: visible;
    font-family: "Campton-Book";
    font-size: 15px;
    color: #FFFFFF;
    line-height: 22px; }
.copy-journey-button {
  width: 22px;
  height: 22px;
  display: block;
  background: #27D9A1;
  background-image: url("../images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  color: transparent;
  z-index: 9;
  cursor: pointer; }
  .copy-journey-button:after {
    content: 'Copy pickup/destination from outbound journey';
    color: #FFFFFF;
    width: 400px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: 32px;
    text-indent: 0px;
    overflow: visible;
    font-family: "Campton-Book";
    font-size: 15px;
    color: #FFFFFF;
    line-height: 22px; }

/* * * * * * * * * * * * * * * * * * * * */
/* MAIN BOOKER STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.completed-wrapper {
  width: 95%;
  height: auto;
  max-width: 450px;
  margin: 0px auto 50px auto;
  display: block;
  position: relative; }
  @media (max-width: 520px) {
    .completed-wrapper {
      width: 90%; } }

.completed-booking {
  background: #FFFFFF;
  padding: 0px;
  border: 1px solid #E1E1E1; }
  .completed-booking .complete-inner {
    width: 100%;
    padding: 40px 40px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    .completed-booking .complete-inner p {
      margin-bottom: 30px; }
    .completed-booking .complete-inner h3 {
      margin-bottom: 10px; }
    .completed-booking .complete-inner .username-field, .completed-booking .complete-inner .password-field {
      margin-bottom: 20px; }

/* * * * * * * * * * * * * * * * * * * * */
/* BOOKING ERRORS */
/* * * * * * * * * * * * * * * * * * * * */
.operator-table .error {
  background: #ff5252;
  color: white;
}
.main-booker .error,
.main-booker .error2,
.operator-table div.error {
  position: absolute;
  bottom: 120%;
  left: 0px;
  padding: 6px 10px;
  border-radius: 5px;
  font-family: "Campton-Medium";
  font-size: 13px;
  letter-spacing: 0; }
  .main-booker .error,
  .main-booker .error2 {
    background: red;
    color: white;
    font-family: "Campton-Book";
    width: calc(100% - 40px);
    z-index: 10;
  }
  .main-booker .error2 {
    background: orange;
  }
  .operator-table div.error {
    bottom: -20px;
    left: 20px;
  }
  .journey-details div.error {
    top: -50px;
    left: 170px;
    bottom: auto;
  }
  .main-booker .error:before,
  .main-booker .error2:before,
  .operator-table div.error:before {
    content: '';
    width: 10px;
    height: 5px;
    background: url("../includes/images/icons/error-tip.svg");
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    bottom: -5px;
    left: 20px; }
    .operator-table div.error:before {
      bottom: auto;
      top: -5px;
      transform: rotate(180deg);
    }
  .journey-details div.error:before {
      bottom: -5px;
      top: auto;
      transform: rotate(0deg);
  }

.m-input-moment {
  width: 100% !important;
  top: 60px !important;
  padding: 20px 20px !important;
  font-family: "Campton-Medium" !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 11px 51px 0 rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative !important;
  top: 15px !important;
  z-index: 99 !important; }
  .m-input-moment .tab {
    height: auto !important; }

.m-input-moment .options {
  margin-bottom: 20px !important; }

.m-input-moment .options button {
  padding: 12px 7px !important; }

.m-input-moment .options button.is-active {
  background: #3188F2 !important;
  border: 1px solid #3188F2 !important; }

.m-calendar .toolbar .prev-month {
  background-image: url("../includes/images/icons/date-arrow-left.svg");
  background-position: left 9px center;
  background-repeat: no-repeat; }

.m-calendar .toolbar .next-month {
  background-image: url("../includes/images/icons/date-arrow-right.svg");
  background-position: left 11px center;
  background-repeat: no-repeat; }

.current-date {
  font-size: 19px !important;
  color: #444957 !important; }

.current-day {
  background: #27D9A1 !important;
  color: #FFFFFF !important; }

.m-input-moment .btn-save {
  width: 100% !important;
  height: 53px !important;
  display: block !important;
  -webkit-border-radius: 27.5px !important;
  -moz-border-radius: 27.5px !important;
  -ms-border-radius: 27.5px !important;
  border-radius: 27.5px !important;
  padding: 2px 0px 0px 0px !important;
  margin: 0px auto 0px auto !important;
  font-family: "Campton-SemiBold" !important;
  font-size: 13px !important;
  color: #FFFFFF !important;
  letter-spacing: 1.5px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  line-height: 50px !important;
  cursor: pointer !important;
  outline: none !important;
  background-color: #27D9A1 !important;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  border: 1px solid #24cd98 !important; }
  .m-input-moment .btn-save:hover {
    background-color: #4adfb0 !important; }

.m-time .time {
  line-height: 74px !important;
  background: #F8FAFF !important;
  color: #444957 !important; }

.m-calendar td {
  border: 0px !important;
  padding: 10px 0px !important;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.m-calendar tbody td:hover {
  background: #ebeffd !important;
  color: #444957 !important; }

.m-input-moment .sliders {
  padding: 0px 20px !important;
  margin-bottom: 40px !important; }

.u-slider-time .handle {
  top: -3px !important; }

.m-input-moment .time {
  font-family: "Campton-Book" !important; }

.m-time .time-text {
  left: 0px !important;
  color: #444957 !important;
  font-family: "Campton-Book" !important;
  margin-top: 20px !important; }

/* * * * * * * * * * * * * * * * * * * * */
/* MODAL POPUP IF USER DOES NOT KNOW ADDRESS */
/* * * * * * * * * * * * * * * * * * * * */
.ReactModal__Overlay, .modal-wrap {
  display: none;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  z-index: 1000 !important; }

.address-modal {
  width: 90% !important;
  height: auto !important;
  max-width: 500px !important;
  margin: 50px auto 0px auto;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
  -webkit-appearance: none;
  outline: none;
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .address-modal h3 {
    display: block;
    margin: 0px auto 4px auto;
    text-align: center;
    font-size: 1.5em;
    color: #3188F2; }
  .address-modal p {
    display: block;
    text-align: center;
    margin: 0px auto 30px auto; }
  .address-modal .form-group {
    width: 100%;
    height: 52px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #D0D3E5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .address-modal .form-group input {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 52px;
      width: 100%;
      background: transparent;
      z-index: 9;
      outline: none;
      border: 0px;
      -webkit-appearance: none;
      font-family: "Campton-Book";
      font-size: 15px;
      color: #444957;
      text-indent: 30px;
      line-height: 52px; }
    .address-modal .form-group label {
      width: auto;
      height: 15px;
      position: absolute;
      top: -4px;
      left: 20px;
      z-index: 10;
      outline: none;
      border: 0px;
      padding: 0px 10px;
      -webkit-appearance: none;
      background: #FFFFFF;
      font-family: "Campton-Book";
      font-size: 15px;
      color: #444957;
      text-indent: 0px;
      line-height: 15px; }
  .address-modal .submit-address-button {
    width: auto;
    height: 53px;
    display: inline-block;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    border-radius: 27.5px;
    padding: 2px 35px 0px 35px;
    margin: 0px 10px 0px 0px;
    font-family: "Campton-SemiBold";
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 51px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    background-color: #27D9A1;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    border: 1px solid #24cd98; }
    @media (max-width: 520px) {
      .address-modal .submit-address-button {
        display: block;
        width: 90%;
        padding: 2px 5% 0px 5%; } }

/* * * * * * * * * * * * * * * * * * * * */
/* CREATE ACCOUNT */
/* * * * * * * * * * * * * * * * * * * * */
.create-account {
  display: block;
  width: 100%;
  height: auto;
  background: #FFFFFF !important;
  border: 1px solid #D0D3E5;
  padding: 30px 30px 40px 30px; }
  .create-account .name-field, .create-account .email-field, .create-account .phone-field, .create-account .username-field, .create-account .password-field {
    width: 100%;
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 0px; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3188F2; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

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

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  background: url("../includes/images/icons/owl-prev.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 30px;
  height: 30px;
  outline: none;
  overflow: hidden;
  text-indent: 999px;
  margin-top: -15px; }
  .owl-prev:hover {
    background: #ff5252;
    outline: none; }

.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  background: url("../includes/images/icons/owl-next.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  outline: none;
  overflow: hidden;
  text-indent: 999px; }
  .owl-next:hover {
    background: #ff5252;
    outline: none; }

/* * * * * * * * * * * * * * * * * * * * */
/* TESTIMONIAL SLIDER */
/* * * * * * * * * * * * * * * * * * * * */
#testimonial-slider {
  text-align: center;
  margin: 0px auto;
  padding: 0px 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    #testimonial-slider {
      padding: 0px 80px; } }
  @media (max-width: 520px) {
    #testimonial-slider {
      padding: 0px 0px; } }
  @media (max-width: 520px) {
    #testimonial-slider .owl-prev, #testimonial-slider .owl-next {
      display: none; } }
  #testimonial-slider p {
    padding-top: 25px; }
    #testimonial-slider p:before {
      width: 117px;
      height: 20px;
      content: '';
      display: block;
      margin: 0px 0px 0px -58px;
      position: relative;
      top: -25px;
      left: 50%;
      background: url("../includes/images/icons/5stars.svg");
      background-repeat: no-repeat;
      background-position: center center; }
  #testimonial-slider h4 {
    font-family: "Campton-Book";
    font-size: 13px;
    color: #444957;
    letter-spacing: 2px;
    text-align: center;
    line-height: 27px; }

/* * * * * * * * * * * * * * * * * * * * */
/* SPLODGE STYLES */
/* * * * * * * * * * * * * * * * * * * * */
.splodge span {
  width: 95%;
  height: 500px;
  display: block;
  margin: 0px auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 51px 151px -56px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 51px 151px -56px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 51px 151px -56px rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.splodge:before {
  content: '';
  width: auto;
  height: auto;
  display: block;
  background: url("../includes/images/splodge-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  content: '';
  width: 115%;
  height: 115%;
  display: block;
  position: absolute;
  top: -6%;
  left: -7%;
  padding: 0px;
  z-index: -1; }

.splodge2:before {
  background: url("../includes/images/splodge2-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  top: -6%;
  left: -10%;
  width: 105%;
  height: 110%; }

/* * * * * * * * * * * * * * * * * * * * */
/* SECTION BREAK HEADER STYLES */
/* * * * * * * * * * * * * * * * * * * * */
.section-break-header {
  width: 100%;
  height: auto;
  margin: 0px auto 40px auto;
  padding: 15px 0px;
  border-bottom: 1px solid #DFE2E3;
  text-indent: 40px;
  background: url("../includes/images/icons/half-logo.svg");
  background-repeat: no-repeat;
  background-position: left center; }
  .section-break-header h3 {
    margin-bottom: 0px; }

/* * * * * * * * * * * * * * * * * * * * */
/* LOGO STRIP STYLES */
/* * * * * * * * * * * * * * * * * * * * */
.logo-strip {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  display: table; }
  @media (max-width: 768px) {
    .logo-strip {
      display: block; } }
  .logo-strip span {
    width: auto;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    table-layout: fixed;
    text-align: center; }
    @media (max-width: 768px) {
      .logo-strip span {
        display: inline-block;
        vertical-align: top;
        margin: 0px 15px 20px 15px; } }
    .logo-strip span img {
      width: auto;
      height: auto;
      max-height: 45px;
      max-width: 150px;
      display: inline-block;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }

/* * * * * * * * * * * * * * * * * * * * */
/* ILLUSTRATION ICON BLOCK AREA STYLES */
/* * * * * * * * * * * * * * * * * * * * */
.illus-icon-block {
  position: relative;
  padding-top: 80px;
  margin-top: 20px; }
  .illus-icon-block .span_3_of_12 span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
    @media (max-width: 768px) {
      .illus-icon-block .span_3_of_12 span {
        text-align: center; } }
    .illus-icon-block .span_3_of_12 span img {
      width: 150%;
      height: auto;
      position: relative;
      left: -50%;
      top: -40px; }
      @media (max-width: 768px) {
        .illus-icon-block .span_3_of_12 span img {
          width: auto;
          height: 350px;
          position: relative;
          left: auto;
          top: auto;
          display: inline-block;
          margin: 0px auto; } }
  .illus-icon-block .span_4_of_12:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }
    @media (max-width: 768px) {
      .illus-icon-block .span_4_of_12:nth-child(3n+1) {
        clear: none;
        margin: 1% 0 1% 4.2%; } }
  @media (max-width: 768px) {
    .illus-icon-block .span_4_of_12:nth-child(2n+1) {
      clear: left;
      margin-left: 0; } }
  @media (max-width: 520px) {
    .illus-icon-block {
      padding-top: 0px;
      margin-top: 0px; }
      .illus-icon-block .span_4_of_12:nth-child(1n) {
        clear: none;
        margin: 0px; } }
  @media (max-width: 768px) {
    .illus-icon-block .col {
      text-align: center; } }
  .illus-icon-block .col img {
    margin-bottom: 15px; }
  .illus-icon-block:before {
    content: '';
    width: auto;
    height: auto;
    display: block;
    background: url("../includes/images/icon-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    width: 220%;
    height: 130%;
    display: block;
    position: absolute;
    top: -20%;
    left: -70%;
    padding: 0px;
    z-index: -1; }
    @media (max-width: 520px) {
      .illus-icon-block:before {
        background: url("../includes/images/mobile-icon-bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 110%;
        height: 110%;
        top: -5%;
        left: -5%; } }

/* * * * * * * * * * * * * * * * * * * * */
/* FULL VIDEO STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.full-video {
  height: 400px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  box-shadow: 0 45px 44px -43px rgba(0, 0, 0, 0.32); }
  .full-video:hover {
    cursor: pointer; }
    .full-video:hover span {
      background: rgba(49, 136, 242, 0.1); }
      .full-video:hover span div {
        width: 134px;
        height: 134px;
        margin: -67px 0px 0px -67px;
        -webkit-border-radius: 67px;
        -moz-border-radius: 67px;
        -ms-border-radius: 67px;
        border-radius: 67px; }
  .full-video span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    margin: 0px;
    background: rgba(49, 136, 242, 0.3);
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; }
    .full-video span div {
      width: 124px;
      height: 124px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -62px 0px 0px -62px;
      background: #FFFFFF;
      -webkit-border-radius: 62px;
      -moz-border-radius: 62px;
      -ms-border-radius: 62px;
      border-radius: 62px;
      background-image: url("../includes/images/icons/play-dark.svg");
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out; }

/*Hidden Full out video */
.full-video-play {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(20, 22, 27, 0.95);
  z-index: 9999999; }
  .full-video-play iframe {
    width: 80%;
    height: 70%;
    margin: 9% auto;
    display: block; }

.close-video {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../includes/images/icons/close-map.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

/* * * * * * * * * * * * * * * * * * * * */
/* RATING BOX STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.rating-box {
  width: 100%;
  display: inline-block;
  height: auto;
  background: url("../includes/images/icons/5stars.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 17px;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 520px) {
    .rating-box {
      width: 100%;
      display: inline-block;
      height: auto;
      background: url("../includes/images/icons/5stars-mobile.svg");
      background-repeat: no-repeat;
      background-position: left bottom;
      padding-bottom: 15px;
      margin: 0px 0px 15px 0px; } }
  .rating-box p {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.5px;
    color: #444957; }
    @media (max-width: 520px) {
      .rating-box p {
        display: none; } }
  .rating-box img {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px; }

header .rating-box {
  width: 300px;
  margin: 0px 0px 15px 0px;
  background-position: center bottom; }
  @media (max-width: 520px) {
    header .rating-box {
      background-position: center bottom; } }
  header .rating-box p {
    color: #FFFFFF; }

/* * * * * * * * * * * * * * * * * * * * */
/* DOWNLOAD BOX */
/* * * * * * * * * * * * * * * * * * * * */
.downloads-wrapper {
  width: 100%;
  height: auto;
  margin: 0px;
  display: block; }
  .downloads-wrapper .span_3_of_12 {
    margin-bottom: 3%; }
    .downloads-wrapper .span_3_of_12:nth-child(4n+1) {
      clear: left !important;
      margin-left: 0 !important; }
  .downloads-wrapper a > div {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 20px 30px;
    display: table;
    background: #F8FAFF;
    border: 1px solid #D0D3E5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }
    .downloads-wrapper a > div div {
      display: table-cell;
      vertical-align: middle; }
    .downloads-wrapper a > div img {
      margin-bottom: 5px;
      max-width: 60px; }
    .downloads-wrapper a > div h3 {
      margin-bottom: 5px; }
    .downloads-wrapper a > div h4 {
      margin-bottom: 0px;
      font-size: 10px;
      color: #C4C4C4;
      letter-spacing: 1.35px;
      text-align: center;
      line-height: 20px;
      transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -webkit-transition: all 0.15s ease-in-out; }
    .downloads-wrapper a > div:hover {
      margin: -6px auto 6px auto;
      -webkit-box-shadow: 0px 40px 65px -34px #ccd6ea;
      -moz-box-shadow: 0px 40px 65px -34px #ccd6ea;
      box-shadow: 0px 40px 65px -34px #ccd6ea;
      cursor: pointer; }
      .downloads-wrapper > div:hover h4 {
        color: #3188F2;
        font-size: 11px; }
@mobile {
  .downloads-wrapper a > div:hover {
    margin: 0px auto; } }
/* * * * * * * * * * * * * * * * * * * * */
/* DOWNLOAD BOX */
/* * * * * * * * * * * * * * * * * * * * */
.fleetfeature-wrapper {
  width: 100%;
  height: auto;
  margin: 0px;
  display: block; }
  .fleetfeature-wrapper .span_3_of_12 {
    margin-bottom: 3%; }
    .fleetfeature-wrapper .span_3_of_12:nth-child(4n+1) {
      clear: left !important;
      margin-left: 0 !important; }
    .fleetfeature-wrapper .span_3_of_12 span {
      width: 100%;
      height: 45px;
      display: table;
      margin: 0px auto 20px auto; }
      .fleetfeature-wrapper .span_3_of_12 span div {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: bottom; }
        .fleetfeature-wrapper .span_3_of_12 span div img {
          max-height: 45px;
          width: auto;
          display: block; }
    .fleetfeature-wrapper .span_3_of_12 h3 {
      margin-bottom: 3px !important; }

/* * * * * * * * * * * * * * * * * * * * */
/* STEP BY STEP BLOCK STYLES */
/* * * * * * * * * * * * * * * * * * * * */
.steps-wrapper {
  width: 95%;
  max-width: 900px;
  height: auto;
  margin: 0px auto; }
  @media (max-width: 520px) {
    .steps-wrapper {
      width: 90%; } }
  .steps-wrapper .section {
    margin-bottom: 40px; }
    .steps-wrapper .section:nth-child(2n) .span_6_of_12 .step-img {
      text-align: right; }

.step-img {
  width: 100%;
  height: auto;
  margin: 0px auto 20px auto;
  padding: 0px;
  display: block; }
  .step-img span {
    width: 70%;
    height: auto;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 40px 65px -34px #ccd6ea;
    -moz-box-shadow: 0px 40px 65px -34px #ccd6ea;
    box-shadow: 0px 40px 65px -34px #ccd6ea; }
    .step-img span img {
      width: 100%;
      height: auto;
      display: inline-block; }

.step {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }
  .step span {
    position: absolute;
    top: -70px;
    left: 0px;
    z-index: -1;
    font-family: "Campton-SemiBold";
    font-size: 6.000em;
    color: #E8EDF8;
    line-height: 2em; }
  .step p {
    margin-bottom: 0px; }

/* * * * * * * * * * * * * * * * * * * * */
/* CONTACT FORM STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.contact-form {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 45px;
  background: #FFFFFF;
  position: relative;
  top: -250px;
  left: 0px;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #F8FAFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 -14px 136px -15px rgba(53, 78, 92, 0.26);
  -moz-box-shadow: 0 -14px 136px -15px rgba(53, 78, 92, 0.26);
  box-shadow: 0 -14px 136px -15px rgba(53, 78, 92, 0.26);
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }
  @media (max-width: 768px) {
    .contact-form {
      top: 0px;
      padding: 25px; } }
  .contact-form h3 {
    color: #3188F2; }
  .contact-form p {
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: auto; }

/* Main Text field */
.contact-form .text-field {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer; }
  .contact-form .text-field:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E9FBF5;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.text-field:hover, .text-field:focus, .text-field:active {
  color: #444957; }

.text-field:hover:before, .text-field:focus:before, .text-field:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.contact-form .text-field input {
  width: 100%;
  height: 70px;
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  outline: none;
  background: transparent;
  font-family: "Campton-Book";
  font-size: 15px;
  color: #444957;
  letter-spacing: 0;
  line-height: 70px;
  border-bottom: 1px solid #D0D3E5;
  text-indent: 25px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer; }
  .contact-form .text-field input:focus, .contact-form .text-field input:active {
    background: #E9FBF5;
    border-bottom: 1px solid #27D9A1; }

/* Main Textarea field */
.contact-form .textarea-field {
  margin-bottom: 20px;
  cursor: pointer; }
  .contact-form .textarea-field textarea {
    width: 100%;
    height: auto;
    min-height: 140px;
    display: block;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px;
    outline: none;
    background: transparent;
    font-family: "Campton-Book";
    font-size: 15px;
    color: #444957;
    letter-spacing: 0;
    line-height: 19px;
    text-indent: 0px;
    padding: 25px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; }
    .contact-form .textarea-field textarea:focus, .contact-form .textarea-field textarea:active {
      background: #E9FBF5;
      border-bottom: 1px solid #27D9A1; }

/* Main Button Send */
.contact-form .wpcf7-submit {
  width: auto;
  height: 53px;
  display: block;
  -webkit-border-radius: 27.5px;
  -moz-border-radius: 27.5px;
  -ms-border-radius: 27.5px;
  border-radius: 27.5px;
  padding: 2px 35px 0px 35px;
  margin: 0px auto;
  font-family: "Campton-SemiBold";
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 52px;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background-color: #27D9A1;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  border: 1px solid #24cd98; }
  .contact-form .wpcf7-submit:hover {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background-color: #4adfb0; }
  @media (max-width: 520px) {
    .contact-form .wpcf7-submit {
      display: block;
      width: 90%;
      padding: 2px 5% 0px 5%;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; } }

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #ffffff;
  background-color: #FFC502;
  display: none;
  border: 0;
  padding: 15px;
  margin: 20px 0px 0px 0px;
  font-family: "Campton-Book";
  font-size: 15px;
  color: #444957;
  text-align: center;
  cursor: pointer; }

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #ffffff;
  background-color: #27D9A1;
  display: none;
  border: 0;
  padding: 15px;
  margin: 20px 0px 0px 0px;
  font-family: "Campton-Book";
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer; }

.wpcf7-not-valid-tip {
  font-family: "Campton-Book" !important;
  font-size: 15px !important;
  text-align: center !important;
  width: auto !important;
  display: inline-block !important;
  background: #FFC502 !important;
  color: #444957 !important;
  padding: 10px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: -19px !important;
  cursor: pointer; }

.contact-map {
  width: 100%;
  height: 300px;
  display: block; }

/* * * * * * * * * * * * * * * * * * * * */
/* TABBED CONTENT AREAS */
/* * * * * * * * * * * * * * * * * * * * */
.tabbed-content {
  width: 100%;
  height: auto;
  display: block; }

.tabbed-content ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 70px;
  list-style: none;
  display: table;
  table-layout: fixed; }

.tabbed-content ul li {
  background: none;
  color: #444957;
  cursor: pointer;
  height: 70px;
  display: table-cell;
  text-align: center;
  line-height: 70px;
  border-bottom: 2px solid #D0D3E5;
  font-family: "Campton-Medium";
  font-size: 17px;
  color: #444957;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.tabbed-content ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F8FAFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.tabbed-content ul li:hover, .tabbed-content ul li:focus, .tabbed-content ul li:active {
  cursor: pointer; }

.tabbed-content ul li:hover:before, .tabbed-content ul li:focus:before, .tabbed-content ul li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.tabbed-content ul li.current {
  background: #F8FAFF;
  border-bottom: 2px solid #3188F2; }

.tab-content {
  display: none;
  background: #FFFFFF;
  padding: 50px 0px 30px 0px; }
  @media (max-width: 520px) {
    .tab-content {
      padding: 30px 0px; } }

.tab-content.current {
  display: inherit; }

/* * * * * * * * * * * * * * * * * * * * */
/* FLEET AREA */
/* * * * * * * * * * * * * * * * * * * * */
.fleet .span_4_of_12 {
  text-align: center;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  padding: 60px 0px 40px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #D0D3E5;
  width: 30%;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .fleet .span_4_of_12 {
      width: 100%; } }
  .fleet .span_4_of_12:nth-child(3n+1) {
    clear: left !important;
    margin-left: 0 !important; }
  .fleet .span_4_of_12:hover {
    border: 1px solid #3188F2; }
  .fleet .span_4_of_12 h3 {
    font-family: "Campton-Medium";
    font-size: 21px;
    color: #444957;
    line-height: 28px;
    margin-bottom: 5px; }
  .fleet .span_4_of_12 h4 {
    margin-bottom: 0px;
    font-size: 10px;
    color: #C4C4C4;
    letter-spacing: 1.35px;
    text-align: center;
    line-height: 20px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }
  .fleet .span_4_of_12:hover {
    -webkit-box-shadow: 0px 40px 65px -34px #ccd6ea;
    -moz-box-shadow: 0px 40px 65px -34px #ccd6ea;
    box-shadow: 0px 40px 65px -34px #ccd6ea;
    cursor: pointer; }
    .fleet .span_4_of_12:hover h4 {
      color: #3188F2;
      font-size: 11px; }
@mobile {
  .fleet .span_4_of_12:hover {
    margin: 0px auto; } }
  .fleet .span_4_of_12 img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0px auto 10px auto;
    max-width: 250px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }
  .fleet .span_4_of_12 p {
    width: 80px;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #3188F2;
    padding-left: 20px;
    color: #444957;
    font-family: "Campton-Medium";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -55px;
    background-image: url("../includes/images/icons/pax-icon-blue.svg");
    background-position: left 8px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF; }

/* * * * * * * * * * * * * * * * * * * * */
/* TEAM AREA */
/* * * * * * * * * * * * * * * * * * * * */
.team .span_4_of_12 {
  text-align: center;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  padding: 20px 0px 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .team .span_4_of_12:nth-child(3n+1) {
    clear: left !important;
    margin-left: 0 !important; }
  .team .span_4_of_12 h3 {
    margin-bottom: 0px; }
  .team .span_4_of_12 img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0px auto 20px auto;
    max-width: 230px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }
  .team .span_4_of_12 p {
    margin-bottom: 0px; }

/* * * * * * * * * * * * * * * * * * * * */
/* PARTNERS SECTION */
/* * * * * * * * * * * * * * * * * * * * */
.partners .span_3_of_12 {
  text-align: center;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  padding: 20px 0px 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .partners .span_3_of_12:nth-child(4n+1) {
    clear: left !important;
    margin-left: 0 !important; }
  .partners .span_3_of_12 img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0px auto 0px auto;
    max-width: 150px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }

/* * * * * * * * * * * * * * * * * * * * */
/* STICKY POST STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.sticky-post {
  box-shadow: 0 45px 44px -43px rgba(0, 0, 0, 0.32); }
  .sticky-post span {
    padding: 0px !important; }
    .sticky-post span div {
      background: rgba(45, 45, 45, 0.4);
      transition: all 0.16s ease-in-out;
      -moz-transition: all 0.16s ease-in-out;
      -webkit-transition: all 0.16s ease-in-out; }
      .sticky-post span div:hover {
        background: rgba(83, 88, 101, 0.2); }

/* * * * * * * * * * * * * * * * * * * * */
/* INSIGHTS HEADER */
/* * * * * * * * * * * * * * * * * * * * */
.insights-filters {
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }

.insight-filter {
  width: 100%;
  height: 60px;
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #D0D3E5;
  font-family: "Campton-Medium";
  font-size: 14px;
  color: #444957;
  letter-spacing: 0;
  line-height: 60px;
  text-indent: 30px;
  background: url("../includes/images/icons/input-droparrow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.insight-filter:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F8FAFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.insight-filter:hover, .insight-filter:focus, .insight-filter:active {
  cursor: pointer; }

.insight-filter:hover:before, .insight-filter:focus:before, .insight-filter:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

/*Category Filter */
.cat-filter-drop, .archive-filter-drop {
  position: absolute;
  width: auto;
  height: auto;
  top: 60px;
  left: 0px;
  background: #FFFFFF;
  z-index: 999;
  border: 1px solid #D0D3E5;
  color: #444957 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 45px 44px -43px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  display: none;
  padding: 0px;
  margin: 0px;
  text-align: left; }
  .cat-filter-drop ul, .archive-filter-drop ul {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px; }
    .cat-filter-drop ul li, .archive-filter-drop ul li {
      width: 100%;
      height: auto;
      margin: 0px;
      padding: 0px; }
      .cat-filter-drop ul li a, .archive-filter-drop ul li a {
        width: 100% !important;
        height: auto !important;
        margin: 0px !important;
        padding: 0px 20px 0px 20px !important;
        text-indent: 0px !important;
        height: 50px !important;
        line-height: 50px !important;
        display: block !important;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out; }
        .cat-filter-drop ul li a:hover, .archive-filter-drop ul li a:hover {
          background: #F8FAFF; }

/* * * * * * * * * * * * * * * * * * * * */
/* MAIN INSIGHT STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.insight-wrapper {
  width: 100%;
  height: auto;
  margin: 0px;
  display: block; }
  .insight-wrapper .span_4_of_12 {
    margin-bottom: 4%; }
    .insight-wrapper .span_4_of_12:nth-child(3n+1) {
      clear: left !important;
      margin-left: 0 !important; }
    .insight-wrapper .span_4_of_12 a {
      width: 100%;
      height: 100%; }
    .insight-wrapper .span_4_of_12 a > div {
      width: 100%;
      height: auto;
      margin: 0px;
      display: table !important;
      min-height: 450px; }
      @media (max-width: 768px) {
        .insight-wrapper .span_4_of_12 a > div {
          min-height: 380px; } }
      .insight-wrapper .span_4_of_12 a > div div {
        display: table-cell !important; }

/* * * * * * * * * * * * * * * * * * * * */
/* INSIGHT BOX STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.insight-box {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden; }
  .insight-box:hover {
    -webkit-box-shadow: 0px 40px 65px -34px #ccd6ea;
    -moz-box-shadow: 0px 40px 65px -34px #ccd6ea;
    box-shadow: 0px 40px 65px -34px #ccd6ea; }
    .insight-box:hover a > div {
      background: rgba(49, 136, 242, 0.7); }
  .insight-box a > div {
    background: rgba(45, 45, 45, 0.3);
    transition: all 0.16s ease-in-out;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out; }
    .insight-box a > div div {
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      padding: 35px; }
      .insight-box a > div div h3 {
        color: #FFFFFF;
        font-size: 19px;
        line-height: 26px; }
      .insight-box a > div div h2 {
        color: #FFFFFF !important; }
      .insight-box a > div div h4 {
        background: #3188F2;
        display: inline-block;
        vertical-align: top;
        padding: 2px 6px 0px 6px;
        color: #FFFFFF;
        margin: 0px 5px 6px 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        z-index: 2;
        font-size: 10px;
        line-height: 20px;
        height: 20px;
        letter-spacing: 1px; }

/* * * * * * * * * * * * * * * * * * * * */
/* TWEET INSIGHT BOX STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.insight-tweet-box {
  position: relative; }
  .insight-tweet-box span div {
    vertical-align: middle;
    padding: 35px;
    text-align: center; }
    .insight-tweet-box span div p {
      position: relative; }
      .insight-tweet-box span div p:before {
        content: '';
        width: 30px;
        height: 30px;
        display: block;
        background: url("../includes/images/icons/twitter-blue.svg");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: -35px;
        left: 50%;
        margin-left: -15px; }
    .insight-tweet-box span div h4 {
      font-family: "Campton-Book";
      font-size: 11px;
      color: #444957;
      letter-spacing: 0.79px;
      line-height: 23px;
      position: relative; }

/* * * * * * * * * * * * * * * * * * * * */
/* TWEET INSIGHT BOX STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.insight-fact-box {
  position: relative; }
  .insight-fact-box span {
    min-height: 400px; }
    @media (max-width: 520px) {
      .insight-fact-box span {
        min-height: 0px !important; } }
    .insight-fact-box span div {
      vertical-align: middle;
      padding: 0px;
      text-align: left; }
      .insight-fact-box span div span {
        min-height: 0px !important; }
      .insight-fact-box span div h1 {
        font-family: "Campton-SemiBold";
        font-size: 5.5em;
        color: #3188F2;
        line-height: 1em;
        margin-bottom: 0px;
        margin-top: 10px; }
      .insight-fact-box span div h3 {
        font-family: "Campton-Medium";
        font-size: 20px;
        color: #444957;
        line-height: 29px;
        margin-bottom: 0px; }
      .insight-fact-box span div h4 {
        background: #3188F2;
        display: inline-block;
        vertical-align: top;
        padding: 2px 6px 0px 6px;
        color: #FFFFFF;
        margin: 0px 5px 6px 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        z-index: 2;
        font-size: 10px;
        line-height: 20px;
        height: 20px;
        letter-spacing: 1px; }

/* * * * * * * * * * * * * * * * * * * * */
/* INSIGHT SEARCH */
/* * * * * * * * * * * * * * * * * * * * */
.insight-search {
  width: 100%;
  height: 60px;
  display: block;
  background: #FFFFFF;
  border: 0px;
  outline: none;
  border-bottom: 1px solid #D0D3E5;
  font-family: "Campton-Medium";
  font-size: 14px;
  color: #444957;
  letter-spacing: 0;
  line-height: 60px;
  text-indent: 50px;
  background: url("../includes/images/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 10px;
  -webkit-appearance: none; }

.widget_search {
  width: 100%;
  height: 60px;
  display: block;
  background: #FFFFFF;
  border: 0px;
  outline: none;
  border-bottom: 1px solid #D0D3E5;
  position: relative;
  background: url("../includes/images/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 10px;
  -webkit-appearance: none; }
  .widget_search #s {
    width: 80%;
    height: 55px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    border: 0px;
    outline: none;
    -webkit-appearance: none;
    font-family: "Campton-Medium";
    font-size: 14px;
    color: #444957;
    letter-spacing: 0;
    line-height: 60px;
    text-indent: 50px; }
  .widget_search #searchsubmit {
    width: 100px;
    height: 40px;
    background: #3188F2;
    position: absolute;
    top: 10px;
    right: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 0px;
    outline: none;
    -webkit-appearance: none;
    font-family: "Campton-Medium";
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px; }

/* * * * * * * * * * * * * * * * * * * * */
/* INSIGHT MAIN CONTENT AREA */
/* * * * * * * * * * * * * * * * * * * * */
.insight-content-area {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: -100px auto 20px auto;
  padding: 50px;
  display: block;
  background: #FFFFFF;
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 520px) {
    .insight-content-area {
      width: 90%;
      padding: 40px 0px 40px 0px;
      margin: 0px auto 20px auto; } }

/* * * * * * * * * * * * * * * * * * * * */
/* CATEGORY TOP BAR */
/* * * * * * * * * * * * * * * * * * * * */
.insight-content-area .cats-link {
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto; }
  .insight-content-area .cats-link li {
    padding: 0px;
    margin: 0px;
    width: auto;
    display: inline-block; }
    .insight-content-area .cats-link li:before {
      content: none;
      width: 0px;
      height: 0px; }
  .insight-content-area .cats-link a {
    background: #EAEDFB;
    display: inline-block;
    vertical-align: top;
    padding: 2px 6px 0px 6px;
    margin: 0px 10px 6px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    font-family: "Campton-Medium";
    font-size: 10px;
    color: #444957;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase; }
    .insight-content-area .cats-link a:hover {
      background: #3188F2;
      color: #FFFFFF; }

/* * * * * * * * * * * * * * * * * * * * */
/* INSIGHT LINKS STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.insight-content-area p a {
  background: #EAEDFB;
  padding: 5px 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* * * * * * * * * * * * * * * * * * * * */
/* INSIGHT BLOCKQUOTE */
/* * * * * * * * * * * * * * * * * * * * */
.insight-content-area blockquote {
  width: 100%;
  height: auto;
  margin: 15px auto 20px auto;
  font-family: "noto_serifitalic";
  font-size: 1.313em;
  color: #444957;
  letter-spacing: 0px;
  line-height: 1.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* * * * * * * * * * * * * * * * * * * * */
/* SHARE THIS BOX STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.share-block {
  width: 100%;
  height: auto;
  margin: 20px auto 0px auto;
  display: block; }
  .share-block .share-intro {
    background: #F8FAFF;
    height: 48px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    margin: 0px 0px 0px 2px;
    font-family: "Campton-Medium";
    font-size: 12px;
    color: #444957;
    letter-spacing: 2px;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }
  .share-block .share-box {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 2px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer; }
    .share-block .share-box:hover {
      width: 58px; }
  .share-block .sharefb {
    background-color: #6688FF;
    background-image: url("../includes/images/icons/facebook-white.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .share-block .sharetweet {
    background: #58CCFF;
    background-image: url("../includes/images/icons/twitter-white.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .share-block .sharesend {
    background: #3CE491;
    background-image: url("../includes/images/icons/send-white.svg");
    background-repeat: no-repeat;
    background-position: center center; }

/* * * * * * * * * * * * * * * * * * * * */
/* MAIN TOP NAV STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.top-nav {
  width: 100%;
  height: 60px;
  margin: 0px auto;
  display: block;
  position: relative;
  z-index: 9; }
  .top-nav .logo {
    width: 233px;
    height: auto;
    display: block;
    position: absolute;
    top: 17px;
    left: 23px; }
    @media (max-width: 768px) {
      .top-nav .logo {
        width: 180px;
        top: 20px;
        left: 20px; } }
    @media (max-width: 520px) {
      .top-nav .logo {
        width: 150px;
        top: 20px;
        left: 20px; } }
  .top-nav .top-links {
    width: auto;
    height: 50px;
    margin: 0px;
    padding: 0 130px 0 0;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px; }
  .top-nav .top-links > div {
    float: right;
  }
  .top-nav .login {
    height: 50px;
    margin: 10px 0 0 0;
    padding: 2px 16px 0px 40px;
    font-family: "Campton-Medium";
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer !important;
    background-image: url("../includes/images/icons/top-login.svg");
    background-position: top 19px left 18px;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .top-nav .login {
        display: none; } }
  .logout input {
    border: none;
    background: none;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .top-nav .language {
    height: 50px;
    margin: 10px 0 0 0;
    padding: 2px 16px 0px 40px;
    font-family: "Campton-Medium";
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer !important;
    background-image: url("../includes/images/icons/top-language.svg");
    background-position: top 19px left 18px;
    background-repeat: no-repeat;
    background-size: 16px; }
    @media (max-width: 768px) {
      .top-nav .language {
        display: none; } }

  .top-nav .esa {
    display: block;
    height: 50px;
    margin: 10px 0 0 0;
    padding: 2px 16px 0px 40px;
    font-family: "Campton-Medium";
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer !important;
    background-image: url("../images/icon-alert.png");
    background-position: top 17px left 10px;
    background-repeat: no-repeat;
    background-size: 22px; }
    @media (max-width: 1100px) {
      .top-nav .esa {
        display: none; } }

/* * * * * * * * * * * * * * * * * * * * */
/* SLIDE NAV STYLE */
/* * * * * * * * * * * * * * * * * * * * */
.slide-nav {
  max-width: 300px;
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -300px;
  background: #FFFFFF;
  z-index: 9999999999999;
  -webkit-box-shadow: 0px 0px 59px -25px #2d2d2e;
  -moz-box-shadow: 0px 0px 59px -25px #2d2d2e;
  box-shadow: 0px 0px 59px -25px #2d2d2e;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }
  @media (max-width: 768px) {
    .slide-nav {
      max-width: 300px; } }
  @media (max-width: 520px) {
    .slide-nav {
      max-width: 220px; } }

.active-menu {
  right: 0px;
  top: 0px; }

.nav-wrapper {
  width: 100%;
  height: auto;
  margin: 100px 0px 0px 0px;
  padding: 0px 50px 0px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .nav-wrapper {
      margin: 80px 0px 0px 0px;
      padding: 0px 0px 0px 45px; } }
  @media (max-width: 520px) {
    .nav-wrapper {
      margin: 70px 0px 0px 0px;
      padding: 0px 0px 0px 33px; } }
  .nav-wrapper h4 {
    font-family: "Campton-Book";
    font-size: 11px;
    color: #C2C6DA;
    letter-spacing: 1.4px;
    line-height: 23px;
    margin-bottom: 0px; }
  .nav-wrapper #menu-top-primary {
    margin: 0px 0px 30px 0px; }
    @media (max-width: 520px) {
      .nav-wrapper #menu-top-primary {
        margin: 0px 0px 20px 0px; } }
  .nav-wrapper #menu-top-secondary {
    margin: 0px 0px 30px 0px; }
    @media (max-width: 520px) {
      .nav-wrapper #menu-top-secondary {
        margin: 0px 0px 0px 0px; } }
  .nav-wrapper ul {
    width: 100%;
    height: auto;
    padding: 0px; }
    .nav-wrapper ul li {
      width: auto;
      height: auto;
      padding: 0px;
      margin: 0px; }
      .nav-wrapper ul li a {
        width: auto;
        height: auto;
        display: inline-block;
        padding: 8px 0px;
        font-family: "Campton-SemiBold";
        font-size: 1.5em;
        color: #444957;
        letter-spacing: 0px;
        line-height: 1em;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        overflow: hidden; }
        .nav-wrapper ul li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0;
          right: 100%;
          bottom: 15px;
          background: #FFC502;
          height: 8px;
          -webkit-transition-property: right;
          transition-property: right;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .nav-wrapper ul li a:hover:before, .nav-wrapper ul li a:focus:before, .nav-wrapper ul li a:active:before {
          right: 0; }
        @media (max-width: 768px) {
          .nav-wrapper ul li a {
            padding: 8px 0px; } }
        @media (max-width: 520px) {
          .nav-wrapper ul li a {
            padding: 7px 0px;
            font-size: 18px;
            line-height: 20px; } }

.nav-phone {
  /* 01268 747388: */
  font-family: "Campton-SemiBold";
  font-size: 1.5em;
  color: #3188F2;
  letter-spacing: 0.86px;
  line-height: 1em; }

.slide-nav .login {
  width: auto;
  height: auto;
  display: none;
  padding: 7px 0px;
  font-family: "Campton-SemiBold";
  font-size: 18px;
  color: #FFC502;
  letter-spacing: 0px;
  line-height: 20px;}
  @media (max-width: 768px) {
    .slide-nav .login {
      display: block; } }

.slide-nav .language {
  width: auto;
  height: auto;
  padding: 7px 0px;
  font-family: "Campton-SemiBold";
  font-size: 18px;
  color: #2957B9;
  letter-spacing: 0px;
  line-height: 20px;
  margin-bottom: 20px;
  cursor: pointer; }

.slide-nav .esa {
  width: auto;
  height: auto;
  display: none;
  padding: 7px 0px;
  font-family: "Campton-SemiBold";
  font-size: 18px;
  color: #2957B9;
  letter-spacing: 0px;
  line-height: 20px;
  cursor: pointer; }
  @media (max-width: 1100px) {
    .slide-nav .esa {
      display: block; } }

.open-menu, .close-menu {
  width: auto;
  height: 50px;
  margin: 0px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 2px 16px 0px 45px;
  font-family: "Campton-Medium";
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  background-image: url("../includes/images/icons/open-nav.svg");
  background-position: top 19px left 18px;
  background-repeat: no-repeat; }
  @media (max-width: 520px) {
    .open-menu, .close-menu {
      height: 40px;
      line-height: 40px;
      background-image: url("../includes/images/icons/open-nav.svg");
      background-position: top 15px left 18px;
      background-repeat: no-repeat; } }

.close-menu {
  color: #444957;
  background-image: url("../includes/images/icons/close-nav.svg");
  background-position: top 19px left 18px;
  background-repeat: no-repeat; }
  @media (max-width: 520px) {
    .close-menu {
      height: 40px;
      line-height: 40px;
      background-image: url("../includes/images/icons/close-nav.svg");
      background-position: top 15px left 18px;
      background-repeat: no-repeat; } }

/* * * * * * * * * * * * * * * * * * * * */
/* NAV PHONE */
/* * * * * * * * * * * * * * * * * * * * */
.top-nav .phone {
  width: 200px;
  height: 50px;
  margin: 0px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 50%;
  padding: 0px;
  margin-left: -100px;
  font-family: "Campton-Book";
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase; }
  @media (max-width: 520px) {
    .top-nav .phone {
      display: none; } }

/* * * * * * * * * * * * * * * * * * * * */
/* LOGIN MODAL BOX */
/* * * * * * * * * * * * * * * * * * * * */

.login-modal, .language-modal {
  width: 90%;
  height: auto;
  background: #FFFFFF;
  max-width: 350px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 30px;
  position: absolute;
  top: 60px;
  right: 140px;
  cursor: default;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 51px 151px -56px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 51px 151px -56px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 51px 151px -56px rgba(0, 0, 0, 0.5); }
  @media (max-width: 520px) {
    .login-modal, .language-modal {
      width: 90%;
      top: 60px;
      right: 5%;
      left: 5%;
      max-width: 768px; } }
  .login-modal .close-login, .language-modal .close-language {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("../includes/images/icons/close-nav.svg") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 9999999;
    cursor: pointer; }
  .login-modal p, .language-modal p {
    color: #444957;
    margin-bottom: 10px;
    font-family: "Campton-Medium"; }
    .login-modal p:last-child, .language-modal p:last-child {
      margin-bottom: 0px; }
    .login-modal p strong, .language-modal p strong {
      color: #27D9A1; }
  .login-modal .buttonb, .language-modal .buttonb {
    width: 100% !important;
    padding: 0px !important;
    margin: 7px 0; }
  .login-modal .text-field-icon, .language-modal .text-field-icon {
    margin-bottom: 10px; }
  .login-modal hr, .language-modal hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
  }
  .language-modal h3:hover {
    font-weight: 600;
  }

.login-form {
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  cursor: default;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
  @media (max-width: 520px) {
    .login-form {
      width: 90%;
      top: 60px;
      right: 5%;
      left: 5%;
      max-width: 768px; } }
  .login-form .close-login {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("../includes/images/icons/close-nav.svg") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 9999999;
    cursor: pointer; }
  .login-form p {
    color: #444957;
    margin-bottom: 10px;
    font-family: "Campton-Medium"; }
    .login-form p:last-child {
      margin-bottom: 0px; }
    .login-form p strong {
      color: #27D9A1; }
  .login-form .buttonb {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 7px; }
  .login-form .text-field-icon {
    margin-bottom: 10px; }


.login-form .email-field {
  display: block;
  width: 100%;
  position: relative; }
  .login-form .email-field input[type="text"] {
    text-indent: 50px; }
    @media (max-width: 520px) {
      .login-form .email-field input[type="text"] {
        text-indent: 35px; } }
  .login-form .email-field:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url("../includes/images/icons/email-black.svg");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 520px) {
      .login-form .email-field:after {
        width: 42px;
        height: 42px; } }

/* * * * * * * * * * * * * * * * * * * * */
/* NAV LANGUAGES */
/* * * * * * * * * * * * * * * * * * * * */
.switcher-popup {
  position: absolute !important;
  top: 25px !important;
  right: 245px !important;
  z-index: 89 !important; }
  @media (max-width: 768px) {
    .switcher-popup {
      top: 21px !important;
      right: 130px !important; } }
  .switcher-popup span {
    display: none !important; }

#gt-fade {
  background: rgba(0, 0, 0, 0.25) !important;
  opacity: 1 !important; }

#gt_lightbox {
  font-family: "Campton-Book";
  font-size: 15px;
  color: #444957;
  line-height: 24px;
  margin-bottom: 20px; }
  #gt_lightbox span {
    display: inline-block !important; }

/* * * * * * * * * * * * * * * * * * * * */
/* SPACING / SIZING */
/* * * * * * * * * * * * * * * * * * * * */
.lm-bottom {
  margin-bottom: 140px; }
  @media (max-width: 768px) {
    .lm-bottom {
      margin-bottom: 100px; } }
  @media (max-width: 520px) {
    .lm-bottom {
      margin-bottom: 60px; } }

.mm-bottom {
  margin-bottom: 90px; }
  @media (max-width: 768px) {
    .mm-bottom {
      margin-bottom: 70px; } }
  @media (max-width: 520px) {
    .mm-bottom {
      margin-bottom: 60px; } }

.sm-bottom {
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .sm-bottom {
      margin-bottom: 50px; } }
  @media (max-width: 520px) {
    .sm-bottom {
      margin-bottom: 60px; } }

.error-box {
  width: 100%;
  height: 100vh;
  margin: 0px auto 0px auto;
  position: relative;
  z-index: 1;
  background: url("../includes/images/404-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .error-box .container {
    width: 95%;
    height: 100vh;
    display: table;
    margin: 0px auto;
    padding-bottom: 0px;
    z-index: 3;
    text-align: center !important; }
    .error-box .container span {
      width: 100%;
      height: 100vh;
      display: table-cell;
      vertical-align: middle; }
      .error-box .container span h1 {
        color: #FFFFFF; }
      .error-box .container span h3 {
        color: #FFFFFF; }

.notification-message .error p {
  color: #F00;
}

.responsive-table {
  margin: 0;
  padding: 0;
}

.responsive-table li {
  border-radius: 3px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: "Campton-Book";
}
.responsive-table .table-header {
  background-color: #2957B9;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.responsive-table .table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .col-1 {
  flex-basis: 15%;
}
.responsive-table .col-2 {
  flex-basis: 10%;
}
.responsive-table .col-3 {
  flex-basis: 30%;
}
.responsive-table .col-4 {
  flex-basis: 30%;
}
.responsive-table .col-5 {
  flex-basis: 5%;
}
.responsive-table .col-6 {
  flex-basis: 5%;
}
.responsive-table .col-7 {
  flex-basis: 5%;
}
@media all and (max-width: 767px) {
  .responsive-table .table-header {
    display: none;
  }
  .responsive-table li {
    display: block;
  }
  .responsive-table .col {
    flex-basis: 100%;
  }
  .responsive-table .col {
    display: flex;
    padding: 10px 0;
  }
  .responsive-table .col:before {
    color: #6C7A89;
    padding-right: 10px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: right;
  }
}
.operator-table, .operator-table * {
  box-sizing: border-box;
}
.operator-table {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
}
.operator-table.active {
  display: block;
}
.operator-empty {
  display: block;
  padding: 25px 30px;
  margin-bottom: 25px;
  font-family: "Campton-Book";
  text-align: center;
}
.operators .loading-bar,
.operators .count-bar {
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 100%;
  border-radius: 3px;
  padding: 0 15px;
  margin-bottom: 15px;
  font-family: "Campton-Book";
  background-color: #ffffff;
  /* box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1); */
  line-height: 20px;
}
.operator-tenders .loading-bar {
  margin-bottom: 25px;
  padding: 15px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.operators .count-bar,
.operator-tenders .more-bar {
  display: none;
}
.operators .count-bar {
}
.operator-tenders .more-bar {
  float: left;
  clear: left;
  width: 100%;
  box-sizing: border-box;
}
.lds-ellipsis {
  /* change color here */
  color: #21479E;
  float: left;
  margin-right: 20px;
}
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
}
.lds-ellipsis div {
  position: absolute;
  top: 6.6666px;
  width: 6.6666px;
  height: 6.6666px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 4px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 4px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 16px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 28px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(12px, 0);
  }
}

.quote-tabs {
  overflow: hidden;
  position: sticky;
  top: 0;
  padding: 15px 0 0;
  margin: 0 0 25px;
  background: #FFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.quote-tabs .operator-button {
  margin-bottom: 15px;
}
.operator-journey {
  display: block;
  display: none;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 25px;
  font-family: "Campton-Book";
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.operator-journey::after, .journey-heading::after {
  content: " ";
  display: table;
  clear: both;
}
.operator-journey.hidden {
  display: none;
}
.operator-journey .hidden {
  display: none;
  margin: 20px 0 0 0;
}
.operator-journey.expanded {
  background: #2957B9;
  color: #FFF;
}
.operator-journey.expanded > .hidden {
  border-top: 1px dashed #CCC;
  display: block;
  padding: 20px 0 0;
}
.operator-journey-container {
  border-radius: 3px;
  padding: 0;
  margin-bottom: 15px;
  font-family: "Campton-Book";
  background-color: #FFF;
  color: #444957;
}
.operator-journey-container::after {
  content: " ";
  display: table;
  clear: both;
}
.operator-journies {
  margin: 20px 0 0;
}
.operator-journey-container:last-child {
  margin: 0;
}
.journey-heading {
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 4px;
}
.journey-heading:hover {
  background: rgba(255,255,255, 0.2);
}
.journey-heading > i, .operator-journey-heading > i {
  float: right;
  margin: 5px 0 5px 15px;
  font-size: 30px;
  line-height: 30px;
}
.operator-journey-heading > i {
  margin: 5px 0 5px 0;
}
.operator-journey:hover {
  /*cursor: pointer;*/
  background: #2957B9;
  color: #FFF;
}
.journey-operator-action {
  position: relative;
  float: left;
  width: 180px;
  margin-top: 20px;
}
.operator_action {
  width: 100%;
  height: 30px;
  background: #21479E;
  border: 0px;
  border-radius: 2px;
  font-family: "Campton-Book";
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  box-sizing: border-box;
  text-indent: 10px;
}
.operator_action option {
  font-family: "Campton-Book", "Helvetica", "Arial", sans-serif;
}
.journey-operator-action::after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: url("../includes/images/icons/input-droparrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    pointer-events: none;
}
.operator-vat-warning {
  width: 100%;
  float: left;
  clear: both;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 12px;
  display: none;
}
input[type=submit][disabled=disabled] {
  pointer-events: none;
  opacity: 0.5;
}


.journey-heading-operator-date, .journey-heading-operator-dates, .journey-heading-operator-vehicles, .journey-heading-operator-price, .operator-journey-heading-type, .operator-journey-heading-vehicles, .operator-journey-heading-route, .operator-journey-vehicle-distance, .operator-journey-vehicle-time, .operator-journey-vehicle-pax, .operator-journey-heading-route-line, .operator-journey-vehicle-itinerary {
  float: left;
  width: 33.33333%;
  font-size: 16px;
  line-height: 40px;
}
.operator-journey-vehicle-route, .operator-journey-vehicle-distance, .operator-journey-vehicle-time, .operator-journey-vehicle-pax, .operator-journey-vehicle-itinerary {
  margin-bottom: 20px;
  font-size: 18px;
}
.operator-journey-vehicle-distance {
  width: 30%;
}
.operator-journey-vehicle-itinerary {
  width: 60%;
}
.operator-journey-vehicle-time {
  width: 30%;
}
.operator-journey-vehicle-pax {
  width: 40%;
}
.journey-heading-operator-vehicles, .operator-journey-heading-vehicles, .operator-journey-vehicle-time {
  text-align: center;
}
.journey-heading-operator-price, .operator-journey-heading-route, .operator-journey-vehicle-pax {
  text-align: right;
}
.journey-heading-operator-date i, .journey-heading-operator-dates i, .journey-heading-operator-vehicles i, .journey-heading-operator-price i, .journey-heading-operator-comments i, .operator-journey-heading-type i, .operator-journey-heading-vehicles i, .operator-journey-heading-route i {
  margin-right: 15px;
}
.journey-heading-operator-comments {
  font-size: 16px;
  padding: 0 0 5px;
}
.operator-journey-heading-vehicles {
  width: calc(30% - 32.5px);
}
  @media (max-width: 520px) {
    .operator-journey-heading-vehicles {
      width: 100%;
      clear:  both;
      text-align: left; } }
.journey-heading-operator-vehicles {
  width: 30%;
  text-align: left;
}
.journey-heading-operator-date {
  width: 55%;
}
.operator-journey-heading-type {
  width: 28%;
}
  @media (max-width: 520px) {
    .operator-journey-heading-type {
      width: 100%; } }
.operator-journey-heading-route {
  width: 42%;
}
.operator-journey-heading-route-line {
  padding: 0 10px;
  width: 100%;
  line-height: 30px;
  float:none;
}
.operator-journey-heading-route-line:after {
  content: " ";
  display: table;
  clear: both;
}
.journey-heading-operator-price {
  width: calc(15% - 41.25px);
}
.journey-heading-operator-comments textarea {
  float: right;
  width: 80%;
}
.journey-heading-operator-comments::after {
  content: " ";
  display: table;
  clear: both;
}
.journey-heading-operator-comments .price-change-container {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 0 0 10px;
  padding: 3px 5px;
  border-radius: 3px;
  color: #444957;
  cursor: pointer;
  transition-duration: 300ms;
}
.journey-heading-operator-comments .price-change-container.open,
.journey-heading-operator-comments .price-change-container:hover,
.journey-heading-operator-comments .price-change-container.price-success {
  background: rgba(255, 255, 255, 1);
}
.journey-heading-operator-comments .price-change-container.price-error {
  background: rgba(255, 165, 0, 1);
}
.journey-heading-operator-comments .price-change-container.submitting {
  cursor: not-allowed;
}
.journey-heading-operator-comments .price-change-container.submitting:hover {
  background: rgba(255, 255, 255, 0.7);
}
.journey-heading-operator-comments .price-change-container .price-change-button {
  display: inline-block;
  padding: 5px 5px 5px 0;
}
.journey-heading-operator-comments .price-change-container .price-change-button .text {
  display: inline-block;
}
.journey-heading-operator-comments .price-change-container .price-change-button .text::before {
  content: attr(data-default);
}
.journey-heading-operator-comments .price-change-container.open .price-change-button .text::before {
  content: attr(data-open);
}
.journey-heading-operator-comments .price-change-container.submitting .price-change-button .text::before {
  content: attr(data-submitting);
}
.journey-heading-operator-comments .price-change-container.price-success .price-change-button .text::before {
  content: attr(data-success);
}
.journey-heading-operator-comments .price-change-container.price-error .price-change-button .text::before {
  content: attr(data-error);
}
.journey-heading-operator-comments .price-change-container .price-change-button::before {
  content: "\f0da";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin: 0 5px 0 5px;
  line-height: 10px;
}
.journey-heading-operator-comments .price-change-container.open .price-change-button::before {
  content: "\f0d9";
}
.journey-heading-operator-comments .price-change-container.submitting .price-change-button::before {
  content: "\f110";
  -webkit-animation:spin 1s linear infinite;
  -moz-animation:spin 1s linear infinite;
  animation:spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform:rotate(360deg);
  }
}
.journey-heading-operator-comments .price-change-container.price-success .price-change-button::before {
  content: "\f058";
}
.journey-heading-operator-comments .price-change-container.price-error .price-change-button::before {
  content: "\f06a";
}
.journey-heading-operator-comments .price-change-container .price-change-form {
  display: none;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  border-left: 2px dotted rgba(0, 0, 0, 0.2);
}
.journey-heading-operator-comments .price-change-container.open .price-change-form {
  display: inline-block;
}
.journey-heading-operator-comments .price-change-container .price-change-form input {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 100px;
}
.journey-heading-operator-comments .price-change-container .price-change-form .price-change-submit {
  display: inline-block;
  margin: 0 0 0 10px;
  background: green;
  color: #FFF;
  border-radius: 3px;
  padding: 5px 30px;
  cursor: pointer;
}
.operator-journey-heading {
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 4px;
}
.operator-journey-heading::after {
  content: " ";
  display: table;
  clear: both;
}
.operator-journey-heading:hover {
  background: rgba(41, 87, 185,0.1);
}
.operator-journey-container > .hidden {
  display: none;
  margin: 20px 15px 0;
}
.operator-journey-container.expanded > .hidden {
  border-top: 1px dashed #CCC;
  display: block;
  padding: 20px 0 0;
}
.operator-journey-vehicle-route {
  font-size: 16px;
  line-height: 30px;
  width: 50%;
  float: left;
  position: relative;
}
.operator-journey-vehicle-route strong {
  display: inline-block;
  margin:  0 15px 0 0;
}
  @media (max-width: 520px) {
    .operator-journey-vehicle-route strong {
      width: 30%; } }
.operator-journey-vehicle-route div.error {
  bottom: -40px;
}
  @media (max-width: 520px) {
    .operator-journey-vehicle-route input {
      width: 60%; } }
  @media (max-width: 520px) {
    .operator-journey-vehicle-route,
    .operator-journey-vehicle-distance,
    .operator-journey-vehicle-time,
    .operator-journey-vehicle-pax {
      width: 100%;
      text-align: left; } }
  @media (max-width: 520px) {
    .operator-journey-vehicle-distance strong,
    .operator-journey-vehicle-time strong,
    .operator-journey-vehicle-pax strong {
      display: block;
      width: 100%;
      text-align: left; } }


.journey-heading-requested, .journey-heading-route, .journey-heading-vehicle, .journey-heading-price, .journey-heading-comments {
  margin: 0 0 0 10px;
  float: left;
  line-height: 30px;
}
.operator-journey strong {
  font-weight: bolder;
}
.journey-pickup, .journey-dropoff {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  background: #FFF;
  color: #222;
  padding: 10px;
  border-radius: 4px;
}
.journey-pickup h2, .journey-dropoff h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
}
.journey-pickup input, .journey-dropoff input, .journey-extras input, .journey-details input, .journey-details textarea, .journey-driver input, .journey-driver select, .journey-driver textarea {
  margin: 10px 0 0 0;
  padding: 5px;
  border: 1px solid #21479E;
  border-radius: 2px;
}
.journey-extras {
  float: left;
  margin: 0 20px 0 0;
}
.journey-driver {
  clear: both;
  border: 1px dashed #2957B9;
  border-radius: 3px;
  padding: 20px 10px 10px;
  margin: 0 0 20px 0;
}
.journey-driver::after {
  content: " ";
  display: table;
  clear: both;
}
.journey-driver div {
  float: left;
  width: 25%;
  padding: 0 5px 10px;
}
.journey-driver.accepted {
  padding-bottom: 0;
}
.journey-driver.accepted div {
  width: 33.3333%;
}
.journey-driver input, .journey-driver select, .journey-driver textarea {
  width: 100%;
}
.journey-driver input[readonly] {
  cursor: copy;
  border-color: #DDD;
  color: #999;
}
.journey-driver div.journey-vehicle-tracking {
  float: left;
  width: 33.3333%;
}
.journey-driver div.journey-vehicle-tracking div {
  width: 100%;
  padding: 0 0 10px;
}
.journey-driver div.notes-operator-to-customer {
  width: 66.6666%;
}
.journey-driver div.notes-operator-to-customer textarea {
  height: 99px;
}
.journey-driver div.seats select {
  width: 50%;
}

.journey-details {
  position: relative;
  float: left;
  margin: 20px 0 0 20px;
  font-size: 18px;
  line-height: 30px;
}
  @media (max-width: 520px) {
    .journey-details {
      margin: 20px 0 0 0; } }
.journey-details input, .journey-details textarea, .journey-details strong {
  float: left;
  margin: 0 5px 0 0;
}
  @media (max-width: 520px) {
    .journey-details input, .journey-details textarea, .journey-details strong {
      width: 100%; } }

.operator-intro {
  font-weight: bold;
  font-size: 18px;
}
.operators a {
  text-decoration: underline;
}
.operator-legend-toggle {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
}
.operator-legend {
  display: none;
}
.operator-button, .operator-button * {
  box-sizing: border-box;
}
.operator-button {
  float: left;
  width: 18%;
  margin: 0 1% 20px;
  border: 1px solid #CCC;
  background: #CCC;
  padding: 20px;
  text-align: center;
  color: #444;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 2px;
  font-family: "Campton-Book";
  opacity: 0.6;
  /*box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);*/
}
  @media (max-width: 520px) {
    .operator-button {
      width: 100%;
      margin: 0 0 20px; } }
.operator-button:hover, .operator-button.active {
  color: #FFF;
  opacity: 1;
  margin-top: -1px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.operator-button.n:hover, .operator-button.n.active {
  border: 1px solid #21479E;
  background: #21479E;
}
.operator-button.t:hover, .operator-button.t.active {
  border: 1px solid orange;
  background: orange;
}
.operator-button.a:hover, .operator-button.a.active {
  border: 1px solid green;
  background: green;
}
.operator-button.d:hover, .operator-button.d.active {
  border: 1px solid red;
  background: red;
}
.operator-button.u:hover, .operator-button.u.active {
  border: 1px solid red;
  background: red;
}
.journey-extras .view-map {
  display: inline-block;
  margin: 0 0 0 20px;
  text-decoration: underline;
  cursor: pointer;
}
.dashboard-cards, .dashboard-cards *, .border-box, .border-box * { box-sizing: border-box; }
.dashboard-cards form {
  position: relative;
  float: left;
  width: 31.3333333333%;
  margin: 0 1% 4%;
  box-shadow: 0px 0px 7px 0px  rgba(0,0,0,0.25);
  background: #eee;
  border-radius: 4px;
  padding: 40px 20px 120px 20px;
  min-height: 400px;
  font-family: "Campton-Book";
  cursor: pointer;
}
@media (max-width: 1100px) {
  .dashboard-cards form {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .dashboard-cards form {
    width: 98%;
  }
}
.dashboard-cards form:hover,
.dashboard-cards a.notification:hover {
  box-shadow: 0px 0px 7px 0px  rgba(0,0,0,0.5);
}
.dashboard-cards a.notification {
  position: relative;
  float: left;
  width: 98%;
  margin: 0 1% 2%;
  box-shadow: 0px 0px 7px 0px  rgba(0,0,0,0.25);
  background: #eee;
  border-radius: 4px;
  padding: 10px 10px 10px 45px;
  font-family: "Campton-Book";
  cursor: pointer;
  line-height: 25px;
  font-size: 15px;
}
.dashboard-cards a.notification::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background: url('../images/icon-alert.png') no-repeat;
  background-size: cover;
}
@media (max-width: 520px) {
    .dashboard-cards a.notification {
      margin-bottom: 4%;
      padding: 45px 10px 10px;
      text-align: center;
    }
    .dashboard-cards a.notification::before {
      top: 10px;
      left: 50%;
      transform: translate(-50%, 0);
    }
}
.dashboard-cards a.notification span {
  text-decoration: underline;
}
.dashboard-cards form.tenders {
  width: 48%;
}
.dashboard-cards form.tenders.large {
  width: 98%;
}
.dashboard-cards form.esa-customer {
  width: 98%;
}
.dashboard-cards form.esa-operator {
  width: 48%;
}
.dashboard-cards form input[type=submit] {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  /*background: #21479E;*/
  border: 0px;
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 15px 22px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}
.dashboard-cards p {
  margin: 0;
  text-align: center;
}
.dashboard-cards img {
  position: relative;
  display: block;
  width: 100px;
  margin: 25px auto 65px;
  z-index: 2;
}
.dashboard-cards form:before {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  display: block;
  width: 150px;
  height: 150px;
  background: #FFF;
  z-index: 1;
  border-radius: 50%;
}
.form-field-select span {
  display: block;
  position: relative; }
.form-field-select ul {
  display: none;
  top: 50px;
}
.form-field-select ul li::before {
  display: none;
}
    .form-field-select ul li:last-child {
      background: inherit;
      background-image: none;
      font-family: "Campton-Book";
      padding: 12px 20px 12px 20px; }
      .form-field-select ul li:last-child:hover {
      background: #EAEDFB;
        background-image: none; }

.operator-listing {
  font-family: "Campton-Book";
  cursor: inherit;
}
.operator-listing li:hover {
  cursor: inherit;
}
.operator-listing li::after {
  content: " ";
  display: table;
  clear: both;
}
.operator-listing li:first-of-type {
  font-weight: 600;
  font-size: 18px;
  padding: 25px 30px;
}
.operator-vehicles .vehicle-registration {
  float: left;
  width: 30%;
  line-height: 40px;
}
.operator-vehicles .vehicle-name {
  float: left;
  width: 30%;
  line-height: 40px;
}
.operator-vehicles .vehicle-seats {
  float: left;
  width: 20%;
  line-height: 40px;
}
.operator-listing .buttons {
  float: right;
  width: 20%;
  text-align: right;
}
.operator-listing .buttons input {
  margin: 0;
  height: 40px;
  line-height: 40px;
  background: #FFF;
  border-color: #FFF;
  color: #2380f1;
  padding-top: 0;
}
.operator-drivers .driver-name {
  float: left;
  width: 20%;
  line-height: 40px;
}
.operator-drivers .driver-licence {
  float: left;
  width: 15%;
  line-height: 40px;
}

.operator-documents .document-name {
  float: left;
  width: 20%;
  line-height: 40px;
}
.operator-documents .document-type {
  float: left;
  width: 20%;
  line-height: 40px;

}
.operator-documents .document-expiry {
  float: left;
  width: 15%;
  line-height: 40px;

}
.operator-documents .document-reference {
  float: left;
  width: 25%;
  line-height: 40px;
}
.upload-button {
  width: 100%;
  height: 50px;
  background: #2380f1;
  background-image: url(../images/icon-upload.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  border: 1px solid #2380f1;
  padding: 0 20px 0 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Campton-Book";
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 50px;
  outline: none;
  -webkit-appearance: none;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-button+input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.driver-profile-image img {
  max-height: 250px;
}

.questionnaire-read-only, .questionnaire-read-only * { box-sizing: border-box;}
.questionnaire-read-only::after {
  content: " ";
  display: table;
  clear: both;
}
.questionnaire-read-only .text-field-icon {
  float: left;
  width: 50%;
}
.questionnaire-read-only .text-field-icon:nth-child(2n-1) {
  padding-right: 10px;
}
.questionnaire-read-only .text-field-icon:nth-child(2n) {
  padding-left: 10px;
}
.questionnaire-questions {}
.questionnaire-questions h1 {
  clear: both;
  margin: 0 0 20px 0;
  background: #2957B9;
  padding: 10px 15px;
  color: #FFF;
  font-family: "Campton-Book";
  font-size: 2em;
}
.questionnaire-questions .text-field-icon {
  border-left: 5px solid  rgb(41, 87, 185, 0.1);
  padding: 0 0 0 25px;
}
.questionnaire-questions .text-field-icon::after {
  content: " ";
  display: table;
  clear: both;
}
.questionnaire-questions .text-field-icon label {
  clear: both;
  float: left;
  margin: 6px 0;
  width: 34%;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.questionnaire-questions .text-field-icon span {
  float: left;
  width: 66%;
  padding: 0 0 0 10px;
}
.questionnaire-questions .text-field-icon span label {
  clear: none;
  float: left;
  width: calc(15% - 20px);
  padding: 0 0 0 10px;
  font-weight: normal;
}
.questionnaire-questions .text-field-icon span input[type=radio] {
  float: left;
  margin: 6px 0 0 0;
  width: 20px;
  height: 20px;
}
.questionnaire-questions .text-field-icon span input[type=text] {
  width: 55%;
  float: right;
  line-height: 20px;
  padding: 5px 0;
  height: auto;
}
@media (max-width: 768px) {

.questionnaire-read-only .text-field-icon {
  float: none;
  width: 100%;
}
.questionnaire-read-only .text-field-icon:nth-child(2n-1), .questionnaire-read-only .text-field-icon:nth-child(2n) {
  padding: 0;
}
.questionnaire-questions .text-field-icon {
  border: none;
  padding: 0;
}
.questionnaire-questions .text-field-icon label {
  width: 100%;
}
.questionnaire-questions .text-field-icon span {
  width: 100%;
  padding: 0;
}
.questionnaire-questions .text-field-icon span label {
  width: calc(33.33% - 20px);
}
.questionnaire-questions .text-field-icon span input[type=text] {
  width: 100%;
  margin: 10px 0;
}

}


header.short-header {
  height: auto;
  min-height: 300px;
  margin-bottom: 40px;
}
header.short-header .header-bg {
  height: 300px;
}
header.short-header .container {
  height: 160px;
}

.mmb-table {
  margin: 0;
  padding: 0;
}

.mmb-table .col {
  margin: 1% 0;
  padding: 0 0 0 1%;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mmb-table .col  {
    display: block;
    float:  none;
    padding: 0;
    margin: 0 0 5px !important;
  }
}
.mmb-table .col:first-child {
  padding-left: 0; }
.mmb-table li {
  padding: 15px 15px;
}
.mmb-table .col-1 {
  flex-basis: 5%;
}
.mmb-table .col-2 {
  flex-basis: 15%;
}
.mmb-table .col-3 {
  flex-basis: 12%;
}
.mmb-table .col-4 {
  flex-basis: 25%;
}
.mmb-table .col-5 {
  flex-basis: 25%;
}
.mmb-table .col-6 {
  flex-basis: 8%;
}
.mmb-table .col-7 {
  flex-basis: 8%;
}
.mmb-table .col-8 {
  flex-basis: 2%;
  font-size: 25px;
}
.mmb-table .col-8 span {
  display: none;
}
@media (max-width: 768px) {
  .mmb-table .col-8  {
    font-size: 13px;
  }
  .mmb-table .col-8 span {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .mmb-table .col-8::before  {
    display: none;
  }
}
.mmb-table .col-8:hover {
  color: #24cd98;
}
.mmb-internal .col-1 {
  flex-basis: 100%;
  margin: 0;
  text-transform: none;
  font-family:  "Campton-Book";
  font-size: 16px;
}
.mmb-table .fa-clock {
  margin-right: 5px;
}

.mmb-payment-summary {
  float: right;
  width: 25%;
  margin-left: 2%;
  font-family: "Campton-Medium";
  font-size: 16px;
  color: #444957;
  line-height: 24px;
}
.mmb-payment-summary .mmb-total-price {
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #CCC;
}
.mmb-payment-summary .mmb-value b {
  float: right;
}
.mmb-payment-summary input[type=number] {
  padding: 0 20px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DEE6FA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Campton-Book";
  font-size: 14px;
  color: #444957;
  letter-spacing: 0;
  line-height: 50px;
  outline: none;
  -webkit-appearance: none;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-appearance: textfield;
  box-sizing: border-box; }
  @media (max-width: 520px) {
    .mmb-payment-summary input {
      height: 40px;
      line-height: 40px;
      font-size: 13px; } }

.mmb-payment-summary input::-webkit-outer-spin-button,
.mmb-payment-summary input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
.mmb-payment-summary .buttona {
  width: 100%;
  margin: 10px 0 20px;
  line-height: 1;
  height: 50px;
  border-radius: 3px;
}
.mmb-payment-summary .mmb-payment-form {
  display: none;
}

.mmb-bookings {
  float: left;
  width: 73%;
  box-sizing: border-box;
}
.mmb-bookings * {
  box-sizing: inherit;
}
.mmb-bookings .table-row {
  flex-wrap: wrap;
}
.mmb-bookings .col {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.mmb-bookings .col-1 {
  flex-basis: 10%;
}
.mmb-bookings .col-2 {
  flex-basis: 85%;
  padding-left: 20px;
}
.mmb-bookings .col-3 {
  flex-basis: 5%;
}
.mmb-bookings strong {
  font-weight: bold;
}

.mmb-bookings .journey-count {
  background: url(../includes/images/CD_LOGO.png) center center no-repeat;
  background-size: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.mmb-bookings .journey-count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  font-family: "Campton-SemiBold";
  color: #2957B9;
}
.mmb-bookings .journey-extras {
  display: none;
  margin-top: 20px;
}
.mmb-bookings .journey-expand {
  text-align: right;
  font-size: 28px;
  cursor: pointer;
}
.mmb-bookings .journey-expand:not(.expandable) {
  display: none;
}
.mmb-bookings .journey-vehicles-container {
  flex-basis: 100%;
  margin-top: 20px;
  background: #3188F2;
  border-radius: 4px;
  padding: 10px;
}
.mmb-bookings .journey-vehicles-toggle {
  color: #FFF;
  line-height: 24px;
  font-family: "Campton-Book";
  font-size: 16px;
  cursor: pointer;
}
.mmb-bookings .journey-vehicles-toggle i {
  float: left;
  font-size: 24px;
  margin-right: 20px;
}
.mmb-bookings .journey-vehicles-list {
  display: none;
  margin: 10px 0 0;
}
.mmb-bookings .journey-vehicle {
  padding: 10px;
  background: #FFF;
  border-radius: 4px;
  margin: 0 0 10px;
}
.mmb-bookings .journey-vehicle::after {
  content: " ";
  display: table;
  clear: both;
}
.mmb-bookings .journey-vehicle:last-child {
  margin: 0;
}
.mmb-bookings .journey-vehicle div {
  margin: 0 0 5px;
}
.mmb-bookings .journey-vehicle .buttona {
  margin: 10px 0 0;
  line-height: 50px;
}
.mmb-bookings .journey-vehicle .vehicle-images {
  float: right;
  position: relative;
}
.mmb-bookings .journey-vehicle .vehicle-images::before {
  content: "\f002";
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.5;
}
.mmb-bookings .journey-vehicle .vehicle-images:hover::before {
  opacity: 1;
}
.mmb-bookings .journey-vehicle .vehicle-images img {
  float: right;
  border-radius: 4px;
  cursor: zoom-in;
}
.mmb-bookings .journey-vehicle .vehicle-images a:not(:first-child) {
  display: none;
}
.mmb-bookings .load_after_click {
  display: none;
}
.mmb-bookings .buttona.disabled {
  cursor: not-allowed
}
.journey-vehicle.breakdown-container {
  width: 100%;
  font-size: 15px;
}
#tracking-map {
  position: relative;
  display: none;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin: 20px 0 0;
  background: #CCC;
  border-radius: 4px;
}
#tracking-map::after {
  content: "Loading map...";
  color: #FFF;
  font-family: "Campton-Book";
  font-size: 16px;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
#tracking-map > div {
  z-index: 1;
}
a.buttona.mmb {
  color: #FFF;
}
.mmb-page-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: "Campton-Book";
}
.mmb-sub-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.breakdown-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  line-height: 1.4;
  flex-wrap: wrap;
}
.breakdown-content .emergency-assistance-payment-button {
  box-sizing: content-box;
  margin: 5px 0;
  text-align: center;
  height: auto;
  line-height: 24px;
  border-radius: 7px;
  letter-spacing: 0.5px;
  font-size: 14px;
  white-space: normal;
}
.breakdown-content .breakdown-pricing .buttona {
  padding: 4px 0 2px;
  width: 100%;
}
.breakdown-content img {
  flex-basis: 240px;
  margin: 0 10px 0 0;
}
.breakdown-content .area-selector {
  flex-basis: 240px;
  border: 2px solid #3188F2;
  padding: 15px 20px;
}
.breakdown-content .area-selector .title {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.breakdown-content .area-selector .text {
  margin: 0 0 10px;
  font-size: 0.875rem;
}
.breakdown-inner {
  flex-basis: calc(100% - 250px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.breakdown-content .breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.breakdown-content .breakdown-intro {
  flex-grow: 1;
}
.breakdown-content .breakdown-pricing {
  flex-basis: 32%;
  margin: 10px 0 0;
}
.breakdown-content .breakdown-pricing-table {
  position: relative;
  border: 2px dashed #888;
  padding: 5px 10px 80px;
  height: 100%;
}
.breakdown-content .breakdown-pricing-table.emergency-assistance-payment-local {
  background: #CFF5EA;
}
.breakdown-content .breakdown-pricing-table.emergency-assistance-payment-international {
  background: #C7DFFB;
}
.breakdown-content .breakdown-pricing-table.emergency-assistance-payment-payg {
  background: #FFF0C5;
}
.breakdown-pricing .mmb-sub-title {
  font-size: 1rem;
}
.breakdown-pricing .disclaimer {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  font-size: 0.7rem;
  line-height: 17px;
}
.breakdown-pricing .disclaimer .strong {
  font-weight: bold;
}
.breakdown-pricing p {
  font-size: 0.8rem;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  line-height: 1;
}
.breakdown-pricing ul {
  padding: 0;
  margin: 0;
}
.breakdown-pricing ul li {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 0.7rem;
  line-height: 20px;
}
.breakdown-pricing ul li::before {
  content: "\2022";
  position: absolute;
  font-size: 1.5rem;
  line-height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breakdown-report-button {
  width: 100%;
  text-align: right;
}
.breakdown-report-button .buttona {
  margin: 0;
  height: 55px;
}
.vehicle-breakdown-location {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 20px 0 0 0;
  flex-wrap: wrap;
}
.breakdown-container,
.breakdown-container * {
  box-sizing: border-box;
}
.vehicle-breakdown-location strong {
  font-weight: bold;
}
.vehicle-breakdown-location .breakdown-fields {
  flex-basis: 40%;
  border: 2px solid #3188F2;
  padding: 20px;
}
.vehicle-breakdown-location .breakdown-title {
  margin: 0 0 20px;
  font-size: 1.2rem;
}
.vehicle-breakdown-location .breakdown-label {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin: 5px 0;
}
.vehicle-breakdown-location .breakdown-label strong {
  flex-basis: 45%;
  line-height: 24px;
  text-align: right;
}
.vehicle-breakdown-location .breakdown-label input {
  flex-basis: 50%;
}
.vehicle-breakdown-location .breakdown-label textarea {
  flex-basis: 50%;
}
.vehicle-breakdown-location .breakdown-label span {
  text-align: left;
  flex-basis: 50%;
  line-height: 24px;
  display: inline-block;
}
.vehicle-breakdown-location .breakdown-text {
  flex-basis: 58%;
  padding: 20px 0;
  line-height: 1.2;
}
.vehicle-breakdown-location .breakdown-text strong {
  font-size: 1.2rem;
}
.vehicle-breakdown-location .breakdown-terms input[type=checkbox] {
  float: left;
  margin: 10px 10px 0 0;
}
.vehicle-breakdown-location .breakdown-decision {
  line-height: 24px;
}
button.request_assistance {
  box-sizing: content-box;
}
.vehicle-breakdown-location .request_assistance {
  margin: 20px 0 0 0;
  padding: 2px 0;
  width: 100%;
}
form.emergency-assistance-payment {
  width: 100%;
  max-width: 100%;
  margin: 5px 0 0;
}
.emergency-disclaimer {
  font-size: 0.875rem;
}

@media (max-width: 960px) {
  .breakdown-content img {
    display: none;
  }
  .breakdown-inner {
    max-width: 100%
  }
  .breakdown-content .breakdown-intro {
    padding: 0 0 10px;
  }
  .breakdown-content .breakdown-intro,
  .breakdown-content .breakdown-pricing,
  .vehicle-breakdown-location .breakdown-fields,
  .vehicle-breakdown-location .breakdown-text,
  .vehicle-breakdown-location .breakdown-label strong,
  .vehicle-breakdown-location .breakdown-label span,
  .vehicle-breakdown-location .breakdown-label input {
    flex-basis: 100%;
    text-align: left;
  }
  .breakdown-content .breakdown-pricing {
    margin: 0 0 20px;
  }
  .vehicle-breakdown-location .request_assistance {
    font-size: 1rem;
  }
  .breakdown-pricing .mmb-sub-title {
    font-size: 1.6rem;
  }
  .breakdown-pricing p {
    font-size: 1.3rem;
  }
  .breakdown-pricing ul li {
    font-size: 1.1rem;
    padding-left: 15px;

  }
  .breakdown-pricing ul li::before {
    font-size: 3rem;
  }
  .breakdown-content .breakdown-pricing-table {
    padding: 5px 10px;
  }
  .breakdown-pricing .disclaimer {
    position: relative;
    font-size: 1.1rem;
    margin: 15px 0 0;
  }
  .breakdown-content .breakdown-pricing .buttona {
    padding: 5px 0;
  }
.emergency-disclaimer {
  font-size: 1.1rem;
}
}

@media (max-width: 1270px) {
  .breakdown-content img {
    display: none;
  }
  .breakdown-inner {
    max-width: 100%
  }
  .breakdown-content .breakdown-row {
    padding: 0;
  }
  .breakdown-content .breakdown-intro {
    padding: 0 0 10px;
  }
}
#google_translate_element, .goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0 !important;
    overflow-x: hidden;
}


div.remove-journey-button {
    display: table-cell;
    padding-right: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
div.remove-journey-button.active {
    background-image: url("../includes/images/icons/close-nav.svg");
    background-color: #fff;
    cursor: pointer;
}

.rates-search .vehicle-field span::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: rgb(33,71,158);
  background: linear-gradient(90deg, rgba(33,71,158,0) 0%, rgba(33,71,158,1) 75%, rgba(33,71,158,1) 100%);
}


#rates_initial_row {
  display: none;
}
div.dropdown-replacement {
  display: table-cell;
  width: 20%;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 768px) {
  div.dropdown-replacement {
    display: block;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 520px) {
  div.dropdown-replacement {
    margin-bottom: 10px;
  }
}
div.dropdown-replacement input[type="text"] {
  text-indent: 25px;
  background-color: #FFFFFF;
  background-image: url("../includes/images/icons/input-droparrow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
@media (max-width: 520px) {
  div.dropdown-replacement input[type="text"] {
    text-indent: 20px;
  }
}
div.dropdown-replacement ul {
  display: none;
}
div.dropdown-replacement ul li:last-child {
  background: inherit;
  background-image: none;
  font-family: "Campton-Book";
  padding: 12px 20px 12px 20px;
}
div.dropdown-replacement ul li:last-child:hover {
  background: #EAEDFB;
  background-image: none;
}



div.input-replacment {
    display: table-cell;
    width: 30%;
    padding-right: 20px;
    position: relative;
}
@media (max-width: 768px) {
    div.input-replacment {
        display: block;
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
}
@media (max-width: 520px) {
    div.input-replacment {
        margin-bottom: 10px;
    }
}
div.input-replacment input[type="text"] {
    text-indent: 50px;
}
@media (max-width: 520px) {
    div.input-replacment input[type="text"] {
        text-indent: 35px;
    }
}
div.input-replacment:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
div.input-replacment.point-marker:after{
    background: url("../includes/images/icons/location-green.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 520px) {
    div.input-replacment:after {
        width: 42px;
        height: 42px;
    }
}

div.date-replacement {
    display: table-cell;
    width: 20%;
    padding-right: 20px;
    position: relative;
}
@media (max-width: 768px) {
    div.date-replacement {
        display: block;
        width: 100%;
        padding-right: 0px;
    }
}
div.date-replacement input[type="text"] {
    text-indent: 25px;
    background-color: #FFFFFF;
    background-image: url("../includes/images/icons/input-droparrow.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
}
@media (max-width: 520px) {
    div.date-replacement input[type="text"] {
        text-indent: 20px;
    }
}

div.bulletpointedlists strong {
  font-weight: bold;
}
div.bulletpointedlists ol { counter-reset: item; }
div.bulletpointedlists ol>li:before { content: counters(item, ".") " "; counter-increment: item; font-weight: bold; }

div.bulletpointedlists ul li, div.bulletpointedlists ol li {
  width: 100%;
  height: auto;
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 0px 16px;
  font-family: "Campton-Book";
  font-size: 15px;
  color: #444957;
  line-height: 26px;
  margin-bottom: 10px;
  position: relative;
}

div.bulletpointedlists ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 26px;
  background: url("../includes/images/icons/list-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}

#testimonial-slider .slick-dots {
  position: static;
}
#testimonial-slider .slick-dots li button::before {
  content: ' ';
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  position: static;
  opacity: 1;
}
#testimonial-slider .slick-dots li.slick-active button::before {
  background: #3188F2;
}
#testimonial-slider .slick-prev, #testimonial-slider .slick-next {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
}
#testimonial-slider .slick-prev:before, #testimonial-slider .slick-next:before {
  content: "";
}
#testimonial-slider .slick-prev {
  background: url("../includes/images/icons/owl-prev.svg") no-repeat center 0;
  background-size: contain;
  left: 0;
}
#testimonial-slider .slick-next {
  background: url("../includes/images/icons/owl-next.svg") no-repeat center 0;
  background-size: contain;
  right: 0;
}

.review-data-text {
  font-family: "Campton-Book";
  border: 1px solid #DEE6FA;
  border: 1px solid #DEE6FA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 50px;
  letter-spacing: 0;
  line-height: 50px;
  font-size: 14px;
  color: #444957;
  text-indent: 25px;
}

#listings_results {
  font-family: "Campton-Book";
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
table.agent-listing-table {
  width: 100%;
  font-family: "Campton-Book";
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 20px;
}
table.agent-listing-table th {
  font-family: "Campton-SemiBold";
  text-align: center;
  vertical-align: middle;
}
table.agent-listing-table td {
  text-align: center;
  vertical-align: middle;
}

table.agent-listing-table .green-button {
  border-radius: 4px;
  padding: 5px 15px;
  cursor: pointer;
}

table.agent-listing-table {
  border-spacing: 1;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table.agent-listing-table * {
  position: relative;
}
table.agent-listing-table td, table.agent-listing-table th {
  padding-left: 8px;
}
table.agent-listing-table thead tr {
  height: 60px;
}
table.agent-listing-table tbody tr {
  height: 50px;
}
table.agent-listing-table tbody tr:last-child {
  border: 0;
}
table.agent-listing-table td, table.agent-listing-table th {
  text-align: left;
}
table.agent-listing-table td.l, table.agent-listing-table th.l {
  text-align: right;
}
table.agent-listing-table td.c, table.agent-listing-table th.c {
  text-align: center;
}
table.agent-listing-table td.r, table.agent-listing-table th.r {
  text-align: center;
}


table.agent-listing-table th {
  font-size: 18px;
  line-height: 1.2;
}

table.agent-listing-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.agent-listing-table tbody tr {
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

table.agent-listing-table tbody tr:hover {
  color: #555555;
  background-color: #EEE;
}

@media screen and (max-width: 992px) {
  table.agent-listing-table {
    display: block;
  }
  table.agent-listing-table > *, table.agent-listing-table tr, table.agent-listing-table td, table.agent-listing-table th {
    display: block;
  }
  table.agent-listing-table thead {
    display: none;
  }
  table.agent-listing-table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table.agent-listing-table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
    line-height: 30px;
  }
  table.agent-listing-table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table.agent-listing-table tbody tr td:before {
    content: attr(title);
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }

  tbody tr {
    font-size: 14px;
  }
}

.agent-booking-view div {
  line-height: 30px;
  font-family: "Campton-Book";
  font-size: 15px;
}
.agent-booking-view div label {
  font-family: "Campton-SemiBold";
}
.agent-booking-view .agent-vehicle {
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  margin: 10px 0;
  padding: 5px 20px;
}
.airdatepicker--cell-day.too-early {
  background-color: #fffafa;
}

.standard-text a {
  text-decoration: underline;
}

li.tender_seen_and_accepted {
  background-color: #080;
}
li.tender_seen_and_accepted:hover {
  background-color: #1a1;
}
li.tender_seen_and_accepted.expanded {
  background-color: #1a1;
}
.print_only {
  display: none;
}
.map_marker {
  border: 1px solid #000;
  background-color: #fff;
  padding: 3px;
  margin-top: 7px;
  opacity: 0.7;
}
div.map_marker strong {
  font-weight: bold;
}
.eas-login::before {
  content: "";
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  background: url('../images/icon-alert.png') no-repeat;
  background-size: cover;
}
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}


.airdatepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.airdatepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.airdatepicker--cell.-focus-{background:#f0f0f0}.airdatepicker--cell.-current-{color:#4EB5E6}.airdatepicker--cell.-current-.-focus-{color:#4a4a4a}.airdatepicker--cell.-current-.-in-range-{color:#4EB5E6}.airdatepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.airdatepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.airdatepicker--cell.-disabled-{cursor:default;color:#aeaeae}.airdatepicker--cell.-disabled-.-focus-{color:#aeaeae}.airdatepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.airdatepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.airdatepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.airdatepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.airdatepicker--cell.-selected-,.airdatepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.airdatepicker--cell.-range-from-.-range-to-{border-radius:4px}.airdatepicker--cell.-selected-{border:none}.airdatepicker--cell.-selected-.-focus-{background:#45bced}.airdatepicker--cell:empty{cursor:default}.airdatepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.airdatepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .airdatepicker--content,.airdatepicker--body,.airdatepicker-inline .airdatepicker--pointer{display:none}.airdatepicker--cell-day{width:14.28571%}.airdatepicker--cells-months{height:170px}.airdatepicker--cell-month{width:33.33%;height:25%}.airdatepicker--cells-years,.airdatepicker--years{height:170px}.airdatepicker--cell-year{width:25%;height:33.33%}.airdatepickers-container{position:absolute;left:0;top:0}@media print{.airdatepickers-container{display:none}}.airdatepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.airdatepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.airdatepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.airdatepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.airdatepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.airdatepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.airdatepicker-inline .airdatepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.airdatepicker--content{box-sizing:content-box;padding:4px}.airdatepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.airdatepicker--nav-action:hover,.airdatepicker--nav-title:hover{background:#f0f0f0}.-top-center- .airdatepicker--pointer,.-top-left- .airdatepicker--pointer,.-top-right- .airdatepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .airdatepicker--pointer,.-right-center- .airdatepicker--pointer,.-right-top- .airdatepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .airdatepicker--pointer,.-bottom-left- .airdatepicker--pointer,.-bottom-right- .airdatepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .airdatepicker--pointer,.-left-center- .airdatepicker--pointer,.-left-top- .airdatepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .airdatepicker--pointer,.-top-left- .airdatepicker--pointer{left:10px}.-bottom-right- .airdatepicker--pointer,.-top-right- .airdatepicker--pointer{right:10px}.-bottom-center- .airdatepicker--pointer,.-top-center- .airdatepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .airdatepicker--pointer,.-right-top- .airdatepicker--pointer{top:10px}.-left-bottom- .airdatepicker--pointer,.-right-bottom- .airdatepicker--pointer{bottom:10px}.-left-center- .airdatepicker--pointer,.-right-center- .airdatepicker--pointer{top:calc(50% - 10px / 2)}.airdatepicker--body.active{display:block}.airdatepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .airdatepicker--nav{display:none}.airdatepicker--nav-action,.airdatepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.airdatepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.airdatepicker--nav-action.-disabled-{visibility:hidden}.airdatepicker--nav-action svg{width:32px;height:32px}.airdatepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.airdatepicker--nav-title{border-radius:4px;padding:0 8px}.airdatepicker--buttons,.airdatepicker--time{border-top:1px solid #efefef;padding:4px}.airdatepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.airdatepicker--nav-title.-disabled-{cursor:default;background:0 0}.airdatepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.airdatepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.airdatepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.airdatepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.airdatepicker--time.-am-pm- .airdatepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .airdatepicker--time{border-top:none}.airdatepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.airdatepicker--time-label{display:none;font-size:12px}.airdatepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.airdatepicker--time-current-colon{margin:0 2px 3px;line-height:1}.airdatepicker--time-current-hours,.airdatepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.airdatepicker--time-current-hours:after,.airdatepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.airdatepicker--time-current-hours.-focus-:after,.airdatepicker--time-current-minutes.-focus-:after{opacity:1}.airdatepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.airdatepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.airdatepicker--time-row:first-child{margin-bottom:4px}.airdatepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.airdatepicker--time-row input[type=range]::-ms-tooltip{display:none}.airdatepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.airdatepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.airdatepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.airdatepicker--time-row input[type=range]:focus{outline:0}.airdatepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.airdatepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.airdatepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.airdatepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.airdatepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.airdatepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.airdatepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.airdatepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.airdatepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.airdatepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.airdatepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.airdatepicker--time-row span{padding:0 12px}.airdatepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.airdatepicker--time-icon:after,.airdatepicker--time-icon:before{content:'';background:currentColor;position:absolute}.airdatepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.airdatepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.airdatepicker--cell-day.-other-month-,.airdatepicker--cell-year.-other-decade-{color:#dedede}.airdatepicker--cell-day.-other-month-:hover,.airdatepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.airdatepicker--cell-day.-other-month-,.-disabled-.-focus-.airdatepicker--cell-year.-other-decade-{color:#dedede}.-selected-.airdatepicker--cell-day.-other-month-,.-selected-.airdatepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.airdatepicker--cell-day.-other-month-,.-selected-.-focus-.airdatepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.airdatepicker--cell-day.-other-month-,.-in-range-.airdatepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.airdatepicker--cell-day.-other-month-,.-in-range-.-focus-.airdatepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.airdatepicker--cell-day.-other-month-:empty,.airdatepicker--cell-year.-other-decade-:empty{background:0 0;border:none}

.airdatepickers-container .airdatepicker--tabs {
  overflow: hidden;
  box-sizing: border-box;
}

.airdatepickers-container .airdatepicker--tabs .airdatepicker--tabs-action {
  box-sizing: border-box;
  float: left;
  width: 40%;
  color: #2957B9;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #2957B9;
  border-radius: 3px;
  cursor: pointer;
}

.airdatepickers-container .airdatepicker--tabs .airdatepicker--tabs-action:first-child {
    margin: 20px 0 0 10%;
    border-radius: 3px 0 0 3px;
}
.airdatepickers-container .airdatepicker--tabs .airdatepicker--tabs-action:last-child {
    margin: 20px 10% 0 0;
    border-radius: 0 3px 3px 0;
}

.airdatepickers-container .airdatepicker--tabs .airdatepicker--tabs-action.active {
  background-color: #2957B9;
  color: #FFF;
}

.airdatepickers-container .airdatepicker--time {
  display: none;
  border: 0;
}
.airdatepicker--time-current {
    margin: 20px 0 0;
    justify-content: center;
}
.airdatepicker--time-sliders {
    width: 153px;
    margin: 10px auto;
}
.airdatepicker--time-current-hours, .airdatepicker--time-current-minutes {
    font-size: 36px;
}
.airdatepicker--time-row input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
}
.airdatepicker--time-row:first-child {
    margin-bottom: 10px;
}