/* line 1, ../scss/_plugins_zoo.scss */
.mfp-wrap {
  z-index: 2100;
}

/* line 5, ../scss/_plugins_zoo.scss */
.mfp-bg {
  z-index: 2000;
}

/* line 5, ../scss/site.scss */
html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 12, ../scss/site.scss */
body {
  font-family: "proxima-nova", sans-serif;
}

/* line 20, ../scss/site.scss */
.text-center {
  text-align: center;
}

/* line 24, ../scss/site.scss */
h1, h2, h3, h4, h5 {
  font-family: "museo-slab", serif;
}

/* line 28, ../scss/site.scss */
a {
  color: #cd2323;
}

/* line 32, ../scss/site.scss */
button, .button {
  background: #cd2323;
  font-family: "museo-slab", serif;
  color: #FFFFFF;
  font-size: 1.1em;
  text-transform: uppercase;
}
/* line 38, ../scss/site.scss */
button:hover, .button:hover {
  background: #000000;
}

/* line 43, ../scss/site.scss */
.nopadding {
  padding: 0px;
}

/* line 47, ../scss/site.scss */
.hidden {
  display: none;
}

/* line 52, ../scss/site.scss */
.site-form .require {
  border: 1px solid #999999;
}
/* line 54, ../scss/site.scss */
.site-form .require.error {
  border: 1px solid #cd2323;
}

/* line 60, ../scss/site.scss */
.videoPlayer {
  height: 300px;
  max-width: 100%;
}
/* line 63, ../scss/site.scss */
.videoPlayer iframe {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 76, ../scss/site.scss */
.contact-bar {
  background-color: #d5d5d5;
  padding: 3px 0px;
}
@media screen and (max-width: 39.9375em) {
  /* line 76, ../scss/site.scss */
  .contact-bar {
    font-size: 0.8em;
  }
}
/* line 82, ../scss/site.scss */
.contact-bar p {
  margin: 0px;
}
/* line 86, ../scss/site.scss */
.contact-bar .social a {
  color: #505050;
  padding-right: 10px;
  font-size: 1.2em;
}
/* line 92, ../scss/site.scss */
.contact-bar .contact {
  text-align: right;
  text-transform: uppercase;
}
/* line 95, ../scss/site.scss */
.contact-bar .contact em {
  color: #cd2323;
}

/* line 101, ../scss/site.scss */
.logo-bar {
  text-align: center;
  padding: 25px 0px;
}

/* line 106, ../scss/site.scss */
.menu {
  background: #000000;
  text-align: center;
}
/* line 109, ../scss/site.scss */
.menu .nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.3em;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 109, ../scss/site.scss */
  .menu .nav {
    font-size: 1.1em;
  }
}
/* line 117, ../scss/site.scss */
.menu .nav > li {
  display: inline-block;
  position: relative;
}
/* line 121, ../scss/site.scss */
.menu .nav > li:hover > ul {
  display: inline;
}
/* line 125, ../scss/site.scss */
.menu .nav > li > a {
  display: block;
  padding: 5px 15px;
  color: #FFFFFF;
  text-transform: uppercase;
}
/* line 130, ../scss/site.scss */
.menu .nav > li > a:hover {
  background: #cd2323;
}
/* line 134, ../scss/site.scss */
.menu .nav > li > ul {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: none;
  z-index: 1200;
}
/* line 146, ../scss/site.scss */
.menu .nav > li > ul > li > a {
  display: block;
  background: #000000;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 0.9em;
  text-transform: uppercase;
}
/* line 153, ../scss/site.scss */
.menu .nav > li > ul > li > a:hover {
  background: #cd2323;
}

/* line 163, ../scss/site.scss */
.touch-menu {
  width: 100%;
  background: #000000;
}
/* line 166, ../scss/site.scss */
.touch-menu .open-menu {
  display: block;
  padding: 3px;
  text-align: right;
  color: #FFFFFF;
}
/* line 172, ../scss/site.scss */
.touch-menu .nav {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: none;
}
/* line 177, ../scss/site.scss */
.touch-menu .nav > li {
  text-align: center;
  text-transform: uppercase;
}
/* line 180, ../scss/site.scss */
.touch-menu .nav > li > a {
  display: block;
  padding: 3px;
}
/* line 183, ../scss/site.scss */
.touch-menu .nav > li > a:hover {
  color: #FFFFFF;
}
/* line 187, ../scss/site.scss */
.touch-menu .nav > li > ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: #cd2323;
  display: none;
}
/* line 193, ../scss/site.scss */
.touch-menu .nav > li > ul.open {
  display: block;
}
/* line 197, ../scss/site.scss */
.touch-menu .nav > li > ul > li > a {
  display: block;
  padding: 3px;
  color: #000000;
}
/* line 207, ../scss/site.scss */
.touch-menu.open .nav {
  display: block;
}

/* line 213, ../scss/site.scss */
.sticky-menu {
  width: 100%;
  position: fixed;
  top: -100px;
  left: 0px;
  background: #FFFFFF;
  padding: 10px;
  border-bottom: 5px solid #cd2323;
  -webkit-transition: top 0.5s ease;
          transition: top 0.5s ease;
  z-index: 1500;
}
/* line 223, ../scss/site.scss */
.sticky-menu.open {
  top: 0px;
}
/* line 226, ../scss/site.scss */
.sticky-menu .row {
  position: relative;
}
/* line 229, ../scss/site.scss */
.sticky-menu .nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
}
/* line 237, ../scss/site.scss */
.sticky-menu .nav li {
  display: inline-block;
}
/* line 239, ../scss/site.scss */
.sticky-menu .nav li > a {
  text-transform: uppercase;
  display: block;
  padding: 0px 10px;
  color: #000000;
}

/* line 253, ../scss/site.scss */
.optin-bar {
  padding: 80px 0px;
}
/* line 255, ../scss/site.scss */
.optin-bar h3 {
  font-weight: normal;
  border-bottom: 1px solid #cd2323;
  font-size: 1.3em;
}
/* line 261, ../scss/site.scss */
.optin-bar .newsletter-panel .mailchimp-form {
  background-color: #d1d1d1;
  border-bottom: 10px solid #939393;
  padding: 10px;
  position: relative;
}
/* line 266, ../scss/site.scss */
.optin-bar .newsletter-panel .mailchimp-form input {
  margin: 0px;
}
/* line 269, ../scss/site.scss */
.optin-bar .newsletter-panel .mailchimp-form .mailchimp-submit {
  text-align: right;
  margin-top: 10px;
}
/* line 273, ../scss/site.scss */
.optin-bar .newsletter-panel .mailchimp-form:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91px;
  height: 25px;
  background-image: url("../images/newsletter_detail.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 39.9375em) {
  /* line 273, ../scss/site.scss */
  .optin-bar .newsletter-panel .mailchimp-form:after {
    width: 0px;
    height: 0px;
  }
}
/* line 291, ../scss/site.scss */
.optin-bar .testimonial-panel .testimonial {
  padding: 40px 0px 0px 60px;
  position: relative;
  font-size: 1.3em;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 291, ../scss/site.scss */
  .optin-bar .testimonial-panel .testimonial {
    font-size: 1em;
  }
}
/* line 298, ../scss/site.scss */
.optin-bar .testimonial-panel .testimonial:before {
  content: "\f000";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f10d";
  color: #d5d5d5;
  position: absolute;
  top: -20px;
  left: 0px;
  font-size: 4em;
  z-index: -1;
}
/* line 309, ../scss/site.scss */
.optin-bar .testimonial-panel .source {
  padding-top: 20px;
  color: #cd2323;
  font-family: "museo-slab", serif;
}
/* line 314, ../scss/site.scss */
.optin-bar .testimonial-panel h3 {
  text-align: right;
}

/* line 320, ../scss/site.scss */
.footer {
  height: 285px;
  background-color: #000000;
  background-image: url("../images/footer_bg.png");
  background-repeat: repeat-x;
  background-position: top;
  border-bottom: 1px solid #FFFFFF;
}
/* line 327, ../scss/site.scss */
.footer .logo-panel {
  text-align: center;
  padding: 30px 0px;
}
/* line 331, ../scss/site.scss */
.footer .address-panel {
  color: #FFFFFF;
  padding: 30px;
}
/* line 334, ../scss/site.scss */
.footer .address-panel h3 {
  font-size: 1.2em;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
}

/* line 342, ../scss/site.scss */
.copy {
  text-align: center;
  font-size: 0.8em;
  background: #000000;
  padding: 6px 0px;
  color: #FFFFFF;
}
/* line 348, ../scss/site.scss */
.copy a {
  color: #FFFFFF;
  text-decoration: underline;
}
/* line 352, ../scss/site.scss */
.copy p {
  margin: 0px;
  display: inline;
}

/* line 362, ../scss/site.scss */
.banner-bar {
  width: 100%;
}
/* line 364, ../scss/site.scss */
.banner-bar .banner {
  height: calc(100vh - 328px);
  position: relative;
}
/* line 367, ../scss/site.scss */
.banner-bar .banner .image-background {
  height: 100%;
  width: 100%;
}
/* line 20, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
}
/* line 23, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-10 {
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: cover;
}
/* line 26, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-20 {
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}
/* line 29, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-30 {
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}
/* line 32, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-40 {
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}
/* line 35, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-50 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 38, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-60 {
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: cover;
}
/* line 41, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-70 {
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: cover;
}
/* line 44, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-80 {
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}
/* line 47, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-90 {
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: cover;
}
/* line 50, ../scss/_mixins_zoo.scss */
.banner-bar .banner .image-background.top-100 {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
/* line 372, ../scss/site.scss */
.banner-bar .banner .slick-track, .banner-bar .banner .slick-slider, .banner-bar .banner .slick-slide, .banner-bar .banner .slick-list {
  height: 100%;
}
/* line 375, ../scss/site.scss */
.banner-bar .banner .content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 600px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFFFFF;
}
@media screen and (max-width: 39.9375em) {
  /* line 375, ../scss/site.scss */
  .banner-bar .banner .content {
    width: 100%;
  }
}
/* line 387, ../scss/site.scss */
.banner-bar .banner .content h3 {
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  font-size: 1.5em;
}
/* line 393, ../scss/site.scss */
.banner-bar .banner .content .summary {
  padding: 10px 10px;
  position: relative;
  font-size: 0.9em;
}
/* line 397, ../scss/site.scss */
.banner-bar .banner .content .summary:before {
  content: '';
  width: 250px;
  height: 3px;
  background-color: #cd2323;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 408, ../scss/site.scss */
.banner-bar .banner .content .spotlight-button {
  font-family: "museo-slab", serif;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1em;
  border-bottom: 1px solid #cd2323;
}

/* line 424, ../scss/site.scss */
.quote-bar {
  background-color: #cd2323;
  padding: 10px 0px;
  height: 80px;
}
/* line 428, ../scss/site.scss */
.quote-bar p {
  margin: 0px;
}
/* line 431, ../scss/site.scss */
.quote-bar .slogan {
  text-align: right;
  font-family: "museo-slab", serif;
  color: #580a0a;
  text-align: right;
  font-size: 1.5em;
  padding: 5px 0px;
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 431, ../scss/site.scss */
  .quote-bar .slogan {
    font-size: 1.3em;
  }
}
/* line 442, ../scss/site.scss */
.quote-bar .slogan p {
  line-height: 1.1em;
  margin: 0px;
}
/* line 446, ../scss/site.scss */
.quote-bar .slogan:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 10px;
  width: 61px;
  height: 60px;
  background-image: url("../images/slogan-crest.png");
  background-repeat: no-repeat;
}
/* line 457, ../scss/site.scss */
.quote-bar .quote-button, .quote-bar .tour-button {
  width: 100%;
  height: 60px;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  text-align: right;
  padding: 5px 10px;
  font-family: "museo-slab", serif;
  font-size: 1.3em;
  line-height: 1.1em;
  text-transform: uppercase;
  position: relative;
}
/* line 472, ../scss/site.scss */
.quote-bar .quote-button:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../images/quote-button.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 39.9375em) {
  /* line 472, ../scss/site.scss */
  .quote-bar .quote-button:before {
    width: 0px;
    height: 0px;
  }
}
/* line 489, ../scss/site.scss */
.quote-bar .tour-button:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../images/tour-button.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 39.9375em) {
  /* line 489, ../scss/site.scss */
  .quote-bar .tour-button:before {
    width: 0px;
    height: 0px;
  }
}

/* line 511, ../scss/site.scss */
.tours-bar {
  margin: 60px 0px 0px;
}
/* line 513, ../scss/site.scss */
.tours-bar .tours {
  background-color: #cd2323;
  color: #FFFFFF;
  padding: 30px 0px;
  background-image: url("../images/tour_bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-top: 15px;
}
/* line 522, ../scss/site.scss */
.tours-bar h1 {
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 2em;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
/* line 530, ../scss/site.scss */
.tours-bar h1:after {
  content: '';
  width: 400px;
  height: 34px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  background-image: url("../images/tour_title.png");
  background-repeat: no-repeat;
}
/* line 543, ../scss/site.scss */
.tours-bar .tour h2 {
  font-size: 1.5em;
  color: #FFFFFF;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  margin: 4px 0px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 543, ../scss/site.scss */
  .tours-bar .tour h2 {
    font-size: 1.3em;
  }
}
/* line 554, ../scss/site.scss */
.tours-bar .tour h3 {
  font-size: 1.4em;
  color: #FFFFFF;
  font-weight: 100;
  text-align: center;
  margin: 4px 0px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 554, ../scss/site.scss */
  .tours-bar .tour h3 {
    font-size: 1.1em;
  }
}
/* line 564, ../scss/site.scss */
.tours-bar .tour .tour-summary {
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  height: 50px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 564, ../scss/site.scss */
  .tours-bar .tour .tour-summary {
    margin-bottom: 20px;
    height: auto;
  }
}
/* line 573, ../scss/site.scss */
.tours-bar .tour .tour-summary p {
  margin: 0px;
  line-height: 1.1em;
}
/* line 578, ../scss/site.scss */
.tours-bar .tour .image-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  border: 5px solid #FFFFFF;
}
/* line 583, ../scss/site.scss */
.tours-bar .tour .view-tour {
  display: block;
  text-align: center;
}

/* line 590, ../scss/site.scss */
.tours-grid {
  width: 130%;
  margin-left: -15%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 590, ../scss/site.scss */
  .tours-grid {
    width: 100%;
    margin-left: 0px;
  }
}
/* line 597, ../scss/site.scss */
.tours-grid .tour {
  position: relative;
}
/* line 599, ../scss/site.scss */
.tours-grid .tour h2 {
  font-size: 1.3em;
  color: #cd2323;
  text-transform: uppercase;
  text-align: center;
  margin: 4px 0px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
/* line 613, ../scss/site.scss */
.tours-grid .tour h4 {
  font-size: 1.1em;
  color: #cd2323;
  font-weight: 100;
  text-align: center;
  margin: 4px 0px;
}
/* line 620, ../scss/site.scss */
.tours-grid .tour .tour-summary {
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  height: 80px;
}
/* line 625, ../scss/site.scss */
.tours-grid .tour .tour-summary p {
  margin: 0px;
  line-height: 1em;
}
/* line 630, ../scss/site.scss */
.tours-grid .tour .image-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
}
/* line 634, ../scss/site.scss */
.tours-grid .tour .view-tour {
  display: block;
  text-align: center;
}

/* line 645, ../scss/site.scss */
.fleet-grid {
  width: 130%;
  margin-left: -15%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 645, ../scss/site.scss */
  .fleet-grid {
    width: 100%;
    margin-left: 0px;
  }
}
/* line 652, ../scss/site.scss */
.fleet-grid .bus {
  height: 200px;
  margin-bottom: 15px;
  padding-left: 0px;
  position: relative;
  overflow: hidden;
  color: #000000;
}
/* line 659, ../scss/site.scss */
.fleet-grid .bus .image-background {
  height: 100%;
  -webkit-transition: 0.5s opacity ease;
          transition: 0.5s opacity ease;
}
/* line 20, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
}
/* line 23, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-10 {
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: cover;
}
/* line 26, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-20 {
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}
/* line 29, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-30 {
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}
/* line 32, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-40 {
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}
/* line 35, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-50 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 38, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-60 {
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: cover;
}
/* line 41, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-70 {
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: cover;
}
/* line 44, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-80 {
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}
/* line 47, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-90 {
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: cover;
}
/* line 50, ../scss/_mixins_zoo.scss */
.fleet-grid .bus .image-background.top-100 {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
/* line 663, ../scss/site.scss */
.fleet-grid .bus .image-background:hover {
  opacity: 0.8;
}
/* line 667, ../scss/site.scss */
.fleet-grid .bus .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}
/* line 676, ../scss/site.scss */
.fleet-grid .bus .overlay:hover {
  opacity: 0;
}
/* line 680, ../scss/site.scss */
.fleet-grid .bus h4 {
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 3px 5px 3px 20px;
  background: #cd2323;
  color: #FFFFFF;
  font-size: 1.1em;
  width: 90%;
  text-transform: uppercase;
}
/* line 690, ../scss/site.scss */
.fleet-grid .bus h4:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 100%;
  top: 0px;
  right: -14px;
  background-image: url("../images/header-end.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* line 702, ../scss/site.scss */
.fleet-grid .bus .dome {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
/* line 713, ../scss/site.scss */
.fleet-grid .bus .count {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "museo-slab", serif;
}

/* line 723, ../scss/site.scss */
.fleet-bar {
  margin: 60px 0px;
}
/* line 725, ../scss/site.scss */
.fleet-bar .fleet {
  padding: 30px 0px;
  margin-top: 15px;
}
/* line 729, ../scss/site.scss */
.fleet-bar .bus {
  height: 200px;
  position: relative;
  overflow: hidden;
  color: #000000;
}
/* line 734, ../scss/site.scss */
.fleet-bar .bus .image-background {
  height: 100%;
}
/* line 20, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
}
/* line 23, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-10 {
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: cover;
}
/* line 26, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-20 {
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}
/* line 29, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-30 {
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}
/* line 32, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-40 {
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}
/* line 35, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-50 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 38, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-60 {
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: cover;
}
/* line 41, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-70 {
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: cover;
}
/* line 44, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-80 {
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}
/* line 47, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-90 {
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: cover;
}
/* line 50, ../scss/_mixins_zoo.scss */
.fleet-bar .bus .image-background.top-100 {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
/* line 738, ../scss/site.scss */
.fleet-bar .bus .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}
/* line 747, ../scss/site.scss */
.fleet-bar .bus .overlay:hover {
  opacity: 0;
}
/* line 751, ../scss/site.scss */
.fleet-bar .bus h3 {
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 3px 5px 3px 20px;
  background: #cd2323;
  color: #FFFFFF;
  font-size: 1.1em;
  width: 90%;
  text-transform: uppercase;
}
/* line 761, ../scss/site.scss */
.fleet-bar .bus h3:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 100%;
  top: 0px;
  right: -14px;
  background-image: url("../images/header-end.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* line 773, ../scss/site.scss */
.fleet-bar .bus .dome {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
/* line 784, ../scss/site.scss */
.fleet-bar .bus .count {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "museo-slab", serif;
}
/* line 792, ../scss/site.scss */
.fleet-bar h1 {
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 2em;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
/* line 800, ../scss/site.scss */
.fleet-bar h1:after {
  content: '';
  width: 400px;
  height: 34px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  background-image: url("../images/bus_title.png");
  background-repeat: no-repeat;
}
/* line 812, ../scss/site.scss */
.fleet-bar .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  background: transparent;
  font-size: 2em;
  z-index: 100;
}
/* line 820, ../scss/site.scss */
.fleet-bar .slick-arrow.slick-prev {
  left: 10px;
}
/* line 823, ../scss/site.scss */
.fleet-bar .slick-arrow.slick-next {
  right: 10px;
}

/* line 833, ../scss/site.scss */
.popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
/* line 841, ../scss/site.scss */
.popup .mfp-close:hover {
  background: #cd2323;
  color: #FFFFFF;
}
/* line 846, ../scss/site.scss */
.popup .article-body {
  position: relative;
}
/* line 848, ../scss/site.scss */
.popup .article-body h3 {
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 100;
  margin: 20px 0px 10px;
  position: relative;
}
/* line 855, ../scss/site.scss */
.popup .article-body h3:after {
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #cd2323;
  content: '';
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 867, ../scss/site.scss */
.popup .gallery {
  width: 100%;
  height: 350px;
  z-index: 0;
  position: relative;
  background: #000000;
}
/* line 873, ../scss/site.scss */
.popup .gallery .slick-list, .popup .gallery .slick-track {
  height: 100%;
}
/* line 876, ../scss/site.scss */
.popup .gallery .image-background {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
/* line 882, ../scss/site.scss */
.popup .gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
/* line 887, ../scss/site.scss */
.popup .gallery .slick-arrow.slick-prev {
  left: -31px;
  font-size: 1.3em;
  padding: 8px;
}
/* line 892, ../scss/site.scss */
.popup .gallery .slick-arrow.slick-next {
  right: -31px;
  font-size: 1.3em;
  padding: 8px;
}

/* line 901, ../scss/site.scss */
.article {
  position: relative;
}
/* line 903, ../scss/site.scss */
.article .gallery {
  width: 100%;
  height: 350px;
  z-index: 0;
  position: relative;
  background: #000000;
}
/* line 909, ../scss/site.scss */
.article .gallery .slick-list, .article .gallery .slick-track {
  height: 100%;
}
/* line 912, ../scss/site.scss */
.article .gallery .image-background {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
/* line 918, ../scss/site.scss */
.article .gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
/* line 923, ../scss/site.scss */
.article .gallery .slick-arrow.slick-prev {
  left: -31px;
  font-size: 1.3em;
  padding: 8px;
}
/* line 928, ../scss/site.scss */
.article .gallery .slick-arrow.slick-next {
  right: -31px;
  font-size: 1.3em;
  padding: 8px;
}
/* line 935, ../scss/site.scss */
.article .banner {
  height: 160px;
  background-color: #000000;
  border-top: 10px solid #cd2323;
  position: relative;
}
/* line 940, ../scss/site.scss */
.article .banner .price {
  position: absolute;
  top: 160px;
  left: 150px;
  width: 150px;
  height: 150px;
  background: #cd2323;
  text-align: center;
  border-radius: 100%;
  color: #FFFFFF;
  font-family: "museo-slab", serif;
  z-index: 900;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 940, ../scss/site.scss */
  .article .banner .price {
    left: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  /* line 940, ../scss/site.scss */
  .article .banner .price {
    position: relative;
    top: auto;
    left: auto;
    width: 150px;
    height: 150px;
    background: #cd2323;
    text-align: center;
    border-radius: 100%;
    color: #FFFFFF;
    font-family: "museo-slab", serif;
    z-index: 900;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
/* line 970, ../scss/site.scss */
.article .banner .price .prefix {
  font-size: 0.9em;
  line-height: 1.1em;
}
/* line 974, ../scss/site.scss */
.article .banner .price .amount {
  font-size: 3em;
  font-weight: bold;
}
/* line 978, ../scss/site.scss */
.article .banner .price .price-details {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
/* line 985, ../scss/site.scss */
.article .banner .tagline {
  position: absolute;
  color: #FFFFFF;
  top: 50px;
  right: 85px;
  text-align: right;
  z-index: 120;
  font-family: "museo-slab", serif;
  font-weight: 100;
  font-size: 1.5em;
}
/* line 997, ../scss/site.scss */
.article .banner .image {
  position: relative;
  height: 160px;
}
/* line 1001, ../scss/site.scss */
.article .banner .overlay {
  position: absolute;
  width: 1127px;
  height: 150px;
  background-image: url("../images/banner_overlay.png");
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  z-index: 100;
}
/* line 1011, ../scss/site.scss */
.article .banner .image-background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 543px;
  height: 150px;
  z-index: 90;
}
/* line 20, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
}
/* line 23, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-10 {
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: cover;
}
/* line 26, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-20 {
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}
/* line 29, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-30 {
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}
/* line 32, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-40 {
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}
/* line 35, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-50 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 38, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-60 {
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: cover;
}
/* line 41, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-70 {
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: cover;
}
/* line 44, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-80 {
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}
/* line 47, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-90 {
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: cover;
}
/* line 50, ../scss/_mixins_zoo.scss */
.article .banner .image-background.top-100 {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 39.9375em) {
  /* line 1011, ../scss/site.scss */
  .article .banner .image-background {
    width: 100%;
  }
}
/* line 1024, ../scss/site.scss */
.article h1 {
  text-align: center;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 2em;
  position: relative;
  z-index: 1000;
}
/* line 1032, ../scss/site.scss */
.article h1:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 39.9375em) {
  /* line 1032, ../scss/site.scss */
  .article h1:before {
    width: 0px;
    height: 0px;
  }
}
/* line 1048, ../scss/site.scss */
.article h1:after {
  position: absolute;
  content: '';
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 398px;
  height: 33px;
  background-image: url("../images/page_title.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 39.9375em) {
  /* line 1048, ../scss/site.scss */
  .article h1:after {
    width: 0px;
    height: 0px;
  }
}
/* line 1065, ../scss/site.scss */
.article .article-summary {
  font-size: 1.2em;
  font-family: "museo-slab", serif;
  text-align: center;
}
/* line 1070, ../scss/site.scss */
.article .article-body {
  position: relative;
}
/* line 1072, ../scss/site.scss */
.article .article-body h3 {
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 100;
  margin: 20px 0px 40px;
  position: relative;
}
/* line 1079, ../scss/site.scss */
.article .article-body h3:after {
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #cd2323;
  content: '';
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 1094, ../scss/site.scss */
.contactForm .submit {
  text-align: center;
}

/* line 1099, ../scss/site.scss */
.contactDetails {
  text-align: center;
  font-size: 1.3em;
}
/* line 1102, ../scss/site.scss */
.contactDetails strong {
  text-transform: uppercase;
}
/* line 1105, ../scss/site.scss */
.contactDetails em {
  color: #cd2323;
}

/* line 1110, ../scss/site.scss */
.crumbs {
  text-align: center;
  padding: 30px 0px 10px;
  font-size: 0.8em;
}
/* line 1114, ../scss/site.scss */
.crumbs .breadcrumb {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 1118, ../scss/site.scss */
.crumbs .breadcrumb li {
  display: inline-block;
}
/* line 1122, ../scss/site.scss */
.crumbs .breadcrumb li + li:before {
  content: '/ ';
}
