/* compiled by scssphp v0.6.2 on Mon, 05 Jan 2026 00:32:40 +0000 (0.241s) */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700,700italic);
.slideshow button:before {
  content: '';
  display: block;
  position: absolute; }

.container:before, section:before, .navigation ul:before, .contact-container .information:before, .contact-container .maps:before, .tab-holder .tabs:before, .gallery ul:before, .slideshow:before, .stockists:before, .rental-vehicle:before, .container:after, section:after, .navigation ul:after, .contact-container .information:after, .contact-container .maps:after, .tab-holder .tabs:after, .gallery ul:after, .slideshow:after, .stockists:after, .rental-vehicle:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }
/*** element styles ***/
body {
  background: #ab9473 url(images/main-background.jpg) top;
  background-image: url(images/tasmanian-devil.jpg), url(images/main-background.jpg);
  background-position: right bottom, top;
  background-repeat: no-repeat, repeat;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  /* 16px */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.33;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1169px) {
  body {
    background: #ab9473 url(images/main-background.jpg) top; } }

p, div, h1, h2, h3 {
  font-weight: normal;
  padding: 0;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0.5em 0; }
  h1.alternate, h2.alternate, h3.alternate, h4.alternate, h5.alternate, h6.alternate, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #007f00;
    font-weight: 500; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 17px; }

a {
  color: #007f00; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a img {
    border: none; }

@media screen and (max-width: 1169px) {
    img {
      height: auto;
      max-width: 100%; } }

input:disabled, textarea:disabled {
  opacity: 0.5; }
/*** globally relevant styles ***/
.button, .contact-nav .nav-link {
  background: #007f00;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 5px;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s; }
  .button:hover, .contact-nav .nav-link:hover, .button:focus, .contact-nav .nav-link:focus, .button:active, .contact-nav .nav-link:active {
    background-color: #004000;
    text-decoration: none; }

.pagination {
  text-align: center; }
  .pagination > * {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #007f00;
    pause-after: medium; }
    .pagination > *:first-child {
      border-left: none; }
  .pagination .current {
    font-weight: bold; }

.struct {
  display: none; }
/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
  width: 99%; }
/*** section styles ***/
.container {
  margin: auto;
  max-width: 1170px; }
  @media screen and (max-width: 1169px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; } }

.country-selectors {
  background: #000;
  color: #fff; }
  @media screen and (max-width: 599px) {
  .country-selectors {
    display: none; } }
  .country-selectors ul {
    margin: 0;
    padding: 0; }
    .country-selectors ul li {
      float: left;
      list-style-type: none;
      margin: 0;
      padding: 0;
      border-right: 1px solid #555; }
      @media screen and (max-width: 499px) {
  .country-selectors ul li {
    width: 100%;
    float: none;
    border: none; } }
      .country-selectors ul li a, .country-selectors ul li span {
        display: block;
        color: inherit;
        padding: 7px 20px;
        font-size: 14px;
        cursor: pointer; }
      .country-selectors ul li ul {
        display: none;
        position: absolute;
        z-index: 1000;
        background: #000; }
        .country-selectors ul li ul li {
          float: none;
          border: none; }
      .country-selectors ul li:hover > a, .country-selectors ul li:hover > span {
        background: #fff;
        color: #000;
        text-decoration: none; }
        .country-selectors ul li:hover ul {
          display: block; }

.super-header {
  background-color: #ab9473;
  color: #000;
  font-size: 19px;
  padding: 10px 0;
  text-align: right; }
  @media screen and (max-width: 599px) {
  .super-header {
    text-align: left; } }
  .super-header a {
    color: #000; }
  .super-header .telephone-number {
    background: url(images/phone-icon.png) left no-repeat;
    display: inline-block;
    font-weight: bold;
    padding-left: 20px; }
  .super-header .facebook-link {
    border-left: 1px solid #000;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    padding-left: 15px;
    margin-left: 15px;
    margin-top: -3px;
    vertical-align: middle; }
    @media screen and (max-width: 599px) {
  .super-header .facebook-link {
    float: right; } }
    .super-header .facebook-link:hover:after, .super-header .facebook-link:focus:after, .super-header .facebook-link:active:after {
      background-color: rgba(0, 127, 0, 1); }
    .super-header .facebook-link:after {
      background: rgba(0, 127, 0, 0) url(images/facebook-icon.png) right no-repeat;
      border-radius: 50%;
      content: "";
      display: block;
      height: 28px;
      transition: background-color 0.2s;
      width: 28px; }

.header {
  background-color: #fff;
  margin-top: 20px; }
  @media screen and (max-width: 599px) {
  .header {
    margin-top: 0; } }

.header-logo {
  float: left;
  margin: 0;
  margin-bottom: -25px;
  position: relative;
  top: -5px; }
  @media screen and (max-width: 1023px) {
  .header-logo {
    float: none;
    margin-right: 10px;
    margin-bottom: 0;
    max-width: calc(100% - 40px);
    position: static; } }

.contact-nav {
  float: right;
  margin: 35px 0; }
  @media screen and (max-width: 1023px) {
  .contact-nav {
    float: none;
    margin: 0; } }
  .contact-nav ul {
    margin: 0;
    padding: 0; }
  .contact-nav .nav-item {
    display: inline-block; }
  .navigation {
    background: #000;
    font-size: 0;
    height: 62px;
    position: relative;
    text-transform: uppercase;
    z-index: 100; }
  @media screen and (max-width: 979px) {
  .navigation {
    font-size: 14px; } }
  @media screen and (max-width: 1023px) {
  .navigation {
    background-color: transparent;
    cursor: pointer;
    right: 10px;
    height: 30px;
    position: absolute;
    width: 30px;
    top: 125px; } }
  @media screen and (max-width: 1023px) {
    .spring-sale ~ .navigation {
      top: 194px; } }
    @media screen and (max-width: 639px) {
  .spring-sale ~ .navigation {
    top: 224px; } }
  @media screen and (max-width: 1023px) {
    .navigation:before, .navigation .container, .navigation:after {
      background-color: #007f00;
      content: "";
      height: 6px;
      position: absolute;
      width: 30px; } }
  .navigation:before {
    top: 0; }
  @media screen and (max-width: 1023px) {
    .navigation .container {
      padding: 0;
      top: 12px; } }
  .navigation:after {
    bottom: 0px; }
  .navigation > nav > ul {
    background-color: #000; }
  .navigation ul {
    margin: 0;
    padding: 0;
    text-align: justify; }
    .navigation ul:after {
      content: "";
      display: inline-block;
      height: 0px;
      width: 100%; }
  @media screen and (max-width: 1169px) {
    .navigation .container {
      padding-left: 0;
      padding-right: 0; } }
    @media screen and (max-width: 1023px) {
    .navigation .container > ul {
      display: none;
      right: 0;
      position: absolute;
      white-space: nowrap;
      z-index: 100; } }
  @media screen and (max-width: 1023px) {
      .navigation:hover .container > ul, .navigation:focus .container > ul, .navigation:active .container > ul {
        display: block; } }
  .navigation .tier1 {
    display: inline-block;
    font-size: 15px;
    position: relative; }
    @media screen and (max-width: 1023px) {
  .navigation .tier1 {
    display: block;
    float: none; } }
    .navigation .tier1 > a {
      background: #000;
      color: #fff;
      display: table-cell;
      height: 62px;
      padding: 0 10px;
      text-decoration: none;
      transition: background-color 0.15s;
      vertical-align: middle; }
      @media screen and (max-width: 1023px) {
  .navigation .tier1 > a {
    display: block;
    height: auto;
    padding: 10px; } }
    .navigation .tier1:hover > a, .navigation .tier1:focus > a, .navigation .tier1:active > a {
      background-color: #004000; }
    .navigation .tier1.sel > a {
      background-color: #007f00; }
      .navigation .tier1.sel > a:hover, .navigation .tier1.sel > a:focus, .navigation .tier1.sel > a:active {
        background-color: #004c00; }
    .navigation .tier1 > ul {
      visibility: hidden;
      left: 0;
      margin: 0;
      min-width: 100%;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      transition: all 0.2s; }
      @media screen and (max-width: 1023px) {
  .navigation .tier1 > ul {
    left: auto;
    min-width: 0;
    right: 100%;
    top: 0;
    width: auto; } }
    .navigation .tier1:hover > ul, .navigation .tier1:focus > ul, .navigation .tier1:active > ul {
      opacity: 1;
      visibility: visible; }
  .navigation .tier2 {
    display: block; }
    .navigation .tier2 a {
      background: #000;
      color: #fff;
      display: block;
      padding: 5px 10px;
      text-align: left;
      text-decoration: none;
      transition: background-color 0.15s;
      white-space: nowrap; }
      @media screen and (max-width: 1023px) {
  .navigation .tier2 a {
    padding: 10px; } }
    .navigation .tier2:hover a, .navigation .tier2:focus a, .navigation .tier2:active a {
      background-color: #004000; }
    .navigation .tier2.sel a {
      background-color: #007f00; }
      .navigation .tier2.sel a:hover, .navigation .tier2.sel a:focus, .navigation .tier2.sel a:active {
        background-color: #004c00; }

.slideshow, .banner {
  color: #fff;
  position: relative;
  margin-top: -62px;
  z-index: 10; }
  @media screen and (max-width: 859px) {
  .slideshow, .banner {
    display: none; } }

.banner {
  background: center no-repeat;
  background-size: cover;
  height: 358px; }

.content-wrapper {
  background-color: #fff;
  padding: 40px 0; }

.homepage-content {
  float: left;
  width: auto;
  width: calc(100% - 310px); }
  @media screen and (max-width: 1039px) {
  .homepage-content {
    float: none;
    width: auto; } }
  .homepage-content > h1:first-child {
    margin-top: 0; }

.homepage-sidebar {
  display: none;
  float: right;
  overflow: hidden;
  width: 0px;
  width: calc(269px); }
  @media screen and (min-width: 1px) {
  .homepage-sidebar {
    display: block; } }
  @media screen and (max-width: 1039px) {
  .homepage-sidebar {
    display: none; } }
  .homepage-sidebar .sidebar-section {
    background-color: #007f00;
    color: #fff;
    margin-bottom: 72px;
    margin-top: 70px;
    padding: 20px;
    position: relative; }
    .homepage-sidebar .sidebar-section .button, .homepage-sidebar .sidebar-section .contact-nav .nav-link, .contact-nav .homepage-sidebar .sidebar-section .nav-link {
      background: #fff; }
      .homepage-sidebar .sidebar-section .button em, .homepage-sidebar .sidebar-section .contact-nav .nav-link em, .contact-nav .homepage-sidebar .sidebar-section .nav-link em {
        color: #007f00; }
      .homepage-sidebar .sidebar-section .button:hover, .homepage-sidebar .sidebar-section .contact-nav .nav-link:hover, .contact-nav .homepage-sidebar .sidebar-section .nav-link:hover, .homepage-sidebar .sidebar-section .button:focus, .homepage-sidebar .sidebar-section .contact-nav .nav-link:focus, .contact-nav .homepage-sidebar .sidebar-section .nav-link:focus, .homepage-sidebar .sidebar-section .button:active, .homepage-sidebar .sidebar-section .contact-nav .nav-link:active, .contact-nav .homepage-sidebar .sidebar-section .nav-link:active {
        background: #000; }
        .homepage-sidebar .sidebar-section .button:hover em, .homepage-sidebar .sidebar-section .contact-nav .nav-link:hover em, .contact-nav .homepage-sidebar .sidebar-section .nav-link:hover em, .homepage-sidebar .sidebar-section .button:focus em, .homepage-sidebar .sidebar-section .contact-nav .nav-link:focus em, .contact-nav .homepage-sidebar .sidebar-section .nav-link:focus em, .homepage-sidebar .sidebar-section .button:active em, .homepage-sidebar .sidebar-section .contact-nav .nav-link:active em, .contact-nav .homepage-sidebar .sidebar-section .nav-link:active em {
          color: #fff; }
    @media screen and (max-width: 1039px) {
  .homepage-sidebar .sidebar-section {
    margin-top: 0; } }
    .homepage-sidebar .sidebar-section:after {
      background: #ab9473;
      content: "";
      bottom: -37px;
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%; }
  .homepage-sidebar img {
    margin: -20px -20px 20px;
    max-width: none; }
  .homepage-sidebar h2 {
    color: inherit;
    font-size: 18px;
    margin-top: 0; }
  .homepage-sidebar em {
    color: #648fbb;
    font-size: 13px; }
  .homepage-sidebar a {
    color: inherit; }
  .homepage-sidebar p:last-child {
    margin-bottom: 0; }

.contact-container .content {
  float: left;
  width: 49%; }
  @media screen and (max-width: 799px) {
    .contact-container .content {
      float: none;
      width: auto; } }
  .contact-container .content > h1 {
    margin-top: 0; }
  .contact-container .contact-form {
    float: right;
    padding-top: 69px;
    position: relative;
    width: 49%; }
  @media screen and (max-width: 799px) {
    .contact-container .contact-form {
      float: none;
      padding-top: 0;
      width: auto; } }
  .contact-container .contact-form .fb-like {
    position: absolute;
    right: 0;
    top: 5px; }
    @media screen and (max-width: 799px) {
    .contact-container .contact-form .fb-like {
      margin-bottom: 20px;
      position: static; } }
  .contact-container .maps {
    margin-top: 35px; }
  .contact-container .maps .map {
    float: left;
    margin-right: 1%;
    max-width: 49%;
    vertical-align: top; }
    @media screen and (max-width: 799px) {
    .contact-container .maps .map {
      float: none;
      margin: 0;
      max-width: none; } }
    .contact-container .maps .map:nth-child(2n + 1) {
      margin-right: 2%; }
    .contact-container .maps .map:nth-child(2n) {
      margin-right: 0; }
    .contact-container .maps .map h2 {
      color: #007f00;
      font-size: 30px;
      margin-bottom: 0; }
    .contact-container .maps .map p {
      margin: 0.5em 0; }
    .contact-container .maps .map iframe {
      max-width: 100%; }
      @media screen and (max-width: 799px) {
    .contact-container .maps .map iframe {
      width: 100%; } }

a.activator {
  border: 1px solid #dadada;
  display: block;
  margin: 10px 3px;
  overflow: hidden;
  padding: 15px 20px;
  padding-right: 52px;
  position: relative;
  text-decoration: none; }
  a.activator:before, a.activator:after {
    background-color: #007f00;
    content: "";
    height: 3px;
    margin-top: -2px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform-origin: center;
    transition: transform 0.2s;
    width: 19px; }
  a.activator:before {
    transform: rotate(90deg); }
  a.activator:after {
    transform: rotate(180deg); }
  a.activator.open:before, a.activator.open:after {
    transform: rotate(0deg); }
  a.activator h2 {
    color: #007f00;
    font-size: 30px;
    margin: 0; }

.fader {
  overflow: hidden; }
  .fader h3 {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 0; }
  .fader h3 + p {
    margin-top: 0; }

@media screen and (max-width: 799px) {
    .tab-holder {
      margin-left: -20px;
      margin-right: -20px; } }
  .tab-holder .tabs a {
    text-decoration: none; }
  .tab-holder .tabs h3 {
    background-color: #e1e1e1;
    border-bottom: 2px solid #fff;
    border-top: 3px solid #e1e1e1;
    cursor: pointer;
    float: left;
    font-size: 21px;
    margin: 0;
    margin-right: 4px;
    min-width: 205px;
    padding: 12px 15px;
    text-align: center;
    transition: all 0.2s; }
    .tab-holder .tabs h3:hover, .tab-holder .tabs h3:focus, .tab-holder .tabs h3:active {
      background-color: #e8e8e8;
      border-top-color: #71b071; }
    @media screen and (max-width: 799px) {
    .tab-holder .tabs h3 {
      float: none; } }
    .tab-holder .tabs h3.active {
      background-color: #efefef;
      border-bottom-color: rgba(239, 239, 239, 1);
      border-top-color: #007f00; }
      @media screen and (max-width: 1169px) {
    .tab-holder .tabs h3.active {
      border-bottom-color: #fff; } }
  .tab-holder .folder {
    background-color: #efefef;
    padding: 30px; }
  .tab-holder .folder ul {
    margin: 0;
    padding: 0; }
  .tab-holder .folder li {
    display: block;
    margin-bottom: 4px; }

.further-information {
  font-size: 13px;
  margin-top: 25px; }
  .further-information ul {
    padding-left: 20px; }

.testimonials {
  background: #007f00 url(images/testimonials-background.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  padding: 60px 0; }
  .testimonials .container {
    max-width: 890px;
    text-align: center; }
  .testimonials .witness {
    color: #fff; }
  .testimonials .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center; }
  .testimonials .slick-dots li {
    display: inline-block; }
    .testimonials .slick-dots li button {
      background: none;
      border: 1px solid #fff;
      border-radius: 50%;
      cursor: pointer;
      display: block;
      height: 12px;
      margin: 0 3px;
      outline: none;
      padding: 0;
      text-indent: -9999px;
      width: 12px; }
    .testimonials .slick-dots li.slick-active button {
      background: #fff; }

.super-footer {
  background: #fff;
  padding: 30px 0 15px;
  text-align: justify; }
  @media screen and (max-width: 1079px) {
  .super-footer {
    text-align: center; } }
  .super-footer .container:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 100%; }
  .super-footer .detail {
    display: inline-block;
    vertical-align: middle; }
  .super-footer .network-item {
    vertical-align: middle; }
  @media screen and (max-width: 1079px) {
    .super-footer .network-item {
      margin: 0 10px; } }
  .super-footer .network-item.tui-campers {
    margin-top: -12px; }

.footer {
  border-top: 6px solid #715f47;
  color: #fff;
  padding: 40px 0 50px;
  text-align: justify; }
  .footer .container:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 100%; }
  .footer .logo {
    margin-top: -20px; }
  .footer .footer-address, .footer .footer-vehicles, .footer .footer-connect {
    display: inline-block;
    vertical-align: top; }
  @media screen and (max-width: 679px) {
    .footer .footer-address {
      display: block;
      text-align: center;
      margin: auto; } }
  @media screen and (max-width: 849px) {
    .footer .footer-vehicles {
      display: none; } }
  @media screen and (max-width: 679px) {
    .footer .footer-connect {
      display: none; } }
  .footer a {
    color: #000; }
  .footer h2 {
    color: #fff;
    font-size: 24px; }
  .footer ul {
    padding: 0; }
  .footer li {
    display: block; }
  .footer address {
    font-style: normal; }
  .footer .facebook:before {
    background: rgba(255, 255, 255, 0) url(images/footer-facebook-icon.png);
    border-radius: 50%;
    height: 28px;
    width: 28px;
    content: "";
    display: inline-block;
    margin-right: 10px;
    transition: background-color 0.15s;
    vertical-align: middle; }
  .footer .facebook:hover:before, .footer .facebook:focus:before, .footer .facebook:active:before {
    background-color: rgba(255, 255, 255, 1); }

.sub-footer {
  border-top: 1px solid #715f47;
  color: #000;
  padding: 25px 0; }
  .sub-footer a {
    color: inherit; }
  .sub-footer .copyright {
    float: left; }
  @media screen and (max-width: 679px) {
    .sub-footer .copyright {
      float: none; } }
  .sub-footer .attribution {
    float: right; }
  @media screen and (max-width: 679px) {
    .sub-footer .attribution {
      float: none; } }
/* galleries */
.gallery ul {
  margin: 0;
  padding: 0; }
  .gallery li {
    display: block;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    overflow: hidden;
    position: relative;
    width: 24%; }
  .gallery li:before {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    content: attr(title);
    left: 0;
    opacity: 1;
    padding: 20px;
    position: absolute;
    transition: opacity 0.25s;
    z-index: 5;
    width: 100%; }
  .gallery li[title=""]:before {
    display: none; }
  .gallery li:nth-child(1n) {
    width: 24.25%; }
  .gallery li:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 799px) {
    .gallery li:nth-child(1n) {
      width: 32.3%;
      margin-right: 1%; }
      .gallery li:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .gallery li:nth-child(1n) {
      width: 49%;
      margin-right: 1%; }
      .gallery li:nth-child(2n) {
        margin-right: 0; } }
  .gallery li a {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*
     */ }
    .gallery li a:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .gallery li a:after {
      background: rgba(0, 0, 0, 0.5) url(/resources/template/images/gallery-zoom.png) no-repeat center;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: opacity 0.25s;
      width: 100%;
      z-index: 10; }
    .gallery li a:hover:before, .gallery li a:focus:before, .gallery li a:active:before {
      opacity: 0; }
      .gallery li a:hover:after, .gallery li a:focus:after, .gallery li a:active:after {
        opacity: 1; }
  .gallery img {
    display: block;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    width: auto; }

@supports (transform: translateX(-50%)) {
  .gallery img {
    margin-left: 50%;
    margin-top: 50%;
    transform: translateX(-50%) translateY(-50%); } }

.featherlight-content .caption {
  max-width: 500px;
  width: 75%;
  margin: auto;
  padding-top: 15px; }
/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
.contact p {
  margin: 0 0 10px;
  position: relative; }
  .contact input[type=text], .contact input[type=email], .contact input[type=tel], .contact textarea {
    background: #f3f3f3;
    border: 1px solid #dadada;
    box-sizing: border-box;
    display: block;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    padding: 15px;
    transition: all 0.15s;
    width: 100%; }
  .contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=tel]:focus, .contact textarea:focus {
    background: #c2dcc2;
    border: 1px solid #aec8ae; }
  .contact input[type=text].error, .contact input[type=email].error, .contact input[type=tel].error, .contact textarea.error {
    background: #f5c8c2;
    border: 1px solid #e1b4ae; }
    .contact input[type=text].error:-ms-input-placeholder, .contact input[type=email].error:-ms-input-placeholder, .contact input[type=tel].error:-ms-input-placeholder, .contact textarea.error:-ms-input-placeholder {
      color: #fff; }
    .contact input[type=text].error::-webkit-input-placeholder, .contact input[type=email].error::-webkit-input-placeholder, .contact input[type=tel].error::-webkit-input-placeholder, .contact textarea.error::-webkit-input-placeholder {
      color: #fff; }
    .contact input[type=text].error:input-placeholder, .contact input[type=email].error:input-placeholder, .contact input[type=tel].error:input-placeholder, .contact textarea.error:input-placeholder {
      color: #fff; }
    .contact input[type=text].error::input-placeholder, .contact input[type=email].error::input-placeholder, .contact input[type=tel].error::input-placeholder, .contact textarea.error::input-placeholder {
      color: #fff; }
    .contact input[type=text].error:moz-placeholder, .contact input[type=email].error:moz-placeholder, .contact input[type=tel].error:moz-placeholder, .contact textarea.error:moz-placeholder {
      color: #fff; }
    .contact input[type=text].error::moz-placeholder, .contact input[type=email].error::moz-placeholder, .contact input[type=tel].error::moz-placeholder, .contact textarea.error::moz-placeholder {
      color: #fff; }
    .contact input[type=text].error:placeholder, .contact input[type=email].error:placeholder, .contact input[type=tel].error:placeholder, .contact textarea.error:placeholder {
      color: #fff; }
    .contact input[type=text].error::placeholder, .contact input[type=email].error::placeholder, .contact input[type=tel].error::placeholder, .contact textarea.error::placeholder {
      color: #fff; }
    .contact input[type=text].error:focus, .contact input[type=email].error:focus, .contact input[type=tel].error:focus, .contact textarea.error:focus {
      background: #f79c92;
      border: 1px solid #e88d83; }
  .contact label.error {
    background: #f79c92;
    color: #fff;
    margin-right: 15px;
    padding: 10px;
    position: absolute;
    right: 100%;
    top: 5px;
    white-space: nowrap;
    width: auto; }
  .contact label.error:after {
    border: 10px solid transparent;
    border-right: 0;
    border-left-color: #f79c92;
    content: "";
    display: block;
    left: 100%;
    margin-top: -10px;
    position: absolute;
    top: 50%; }
  .contact textarea {
    height: 100px; }
  .contact .button, .contact .contact-nav .nav-link, .contact-nav .contact .nav-link {
    background-color: #007f00;
    border-radius: 0;
    margin: 0;
    padding: 15px 60px; }
  .contact .button:hover, .contact .contact-nav .nav-link:hover, .contact-nav .contact .nav-link:hover, .contact .button:focus, .contact .contact-nav .nav-link:focus, .contact-nav .contact .nav-link:focus, .contact .button:active, .contact .contact-nav .nav-link:active, .contact-nav .contact .nav-link:active {
    background-color: #568a3a; }

img.auth {
  vertical-align: middle; }

@media screen and (max-width: 1169px) {
    input[type=submit] {
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -webkit-appearance: none;
      appearance: none; } }
/* tables */
.control_panel {
  width: 90%;
  border: none;
  margin: 10px auto;
  padding: 0;
  border-bottom: 1px dashed #555;
  border-collapse: collapse;
  line-height: 20px;
  text-align: left; }
  .control_panel tr {
    background: #ccc;
    border-bottom: 8px solid #fff; }
  .control_panel tr:nth-child(2n) {
    background: #fff; }
  .control_panel thead tr {
    background: #fff; }
  .control_panel th {
    vertical-align: top; }
  .control_panel th.control {
    width: 70px; }
  .control_panel th:first-child, .control_panel td:first-child {
    padding-left: 20px; }
  .control_panel th:last-child, .control_panel td:last-child {
    padding-right: 20px; }

.users th:first-child {
  width: 20%; }
  .users th:last-child {
    width: 40%; }
/* jQueryUI overrides */
.ui-widget {
  font-family: inherit;
  font-size: 1em; }

.ui-helper-reset {
  font-size: 1em; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #000;
  border-color: #fff;
  border-radius: 0;
  color: #fff; }
  .ui-state-default a:link, .ui-widget-content .ui-state-default a:link, .ui-widget-header .ui-state-default a:link, .ui-state-default a:visited, .ui-widget-content .ui-state-default a:visited, .ui-widget-header .ui-state-default a:visited {
    color: inherit;
    text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background: #fff;
  border-color: #007f00;
  color: #555; }
  .ui-state-hover a:link, .ui-widget-content .ui-state-hover a:link, .ui-widget-header .ui-state-hover a:link, .ui-state-hover a:visited, .ui-widget-content .ui-state-hover a:visited, .ui-widget-header .ui-state-hover a:visited {
    text-decoration: underline; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #fff;
  border-color: #007f00;
  color: #555; }
  .ui-state-active a:link, .ui-widget-content .ui-state-active a:link, .ui-widget-header .ui-state-active a:link, .ui-state-active a:visited, .ui-widget-content .ui-state-active a:visited, .ui-widget-header .ui-state-active a:visited {
    text-decoration: none; }

.ui-accordion-content {
  border-radius: 0;
  font-size: 0.875em;
  margin-bottom: 10px; }
  .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px; }

.ui-accordion-header {
  font-size: 0.875em; }

.ui-tabs .ui-tabs-nav li {
  border-width: 0; }

.ui-state-active a:link, .ui-state-active a:visited {
  color: inherit; }

iframe.book {
  border: 0;
  width: 100%; }

.featherlight-previous, .featherlight-next {
  background: none;
  height: auto;
  margin-top: 10px;
  position: static;
  width: auto; }
  .featherlight-previous:hover span, .featherlight-next:hover span, .featherlight-previous:focus span, .featherlight-next:focus span, .featherlight-previous:active span, .featherlight-next:active span {
    display: none; }

.featherlight-previous {
  float: left; }
  .featherlight-previous:before {
    content: "< Back"; }

.featherlight-next {
  float: right; }
  .featherlight-next:before {
    content: "Next >"; }

.full-testimonial {
  background-color: #eee;
  padding: 10px 20px;
  margin-bottom: 20px; }

.testimonial {
  font-style: italic; }

.witness {
  color: #5fbb46; }

.sale-banner {
  max-width: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  z-index: 1000;
  background: #ab9473; }
  @media screen and (max-width: 1023px) {
  .sale-banner {
    position: static; } }
  .sale-banner .spring-content {
    max-width: 1140px;
    justify-content: center;
    gap: 30px;
    display: flex;
    text-align: center;
    margin: auto;
    padding: 1em 0;
    align-items: center; }
  @media screen and (max-width: 639px) {
    .sale-banner .spring-content {
      flex-flow: column;
      gap: 0; } }
  .sale-banner .button, .sale-banner .contact-nav .nav-link, .contact-nav .sale-banner .nav-link {
    background: #000;
    padding: 10px 20px; }
  .sale-banner .button:hover, .sale-banner .contact-nav .nav-link:hover, .contact-nav .sale-banner .nav-link:hover, .sale-banner .button:focus, .sale-banner .contact-nav .nav-link:focus, .contact-nav .sale-banner .nav-link:focus, .sale-banner .button:active, .sale-banner .contact-nav .nav-link:active, .contact-nav .sale-banner .nav-link:active {
    background: #007f00; }
  .sale-banner h3 {
    color: #fff;
    font: inherit;
    font-weight: bold;
    font-size: 20px; }
  @media screen and (max-width: 979px) {
    .sale-banner h3 {
      font-size: 18px;
      font-weight: normal; } }
  @media screen and (max-width: 639px) {
    .sale-banner h3 {
      font-size: 14px; } }

@media screen and (max-width: 599px) {
  .country-selectors {
    display: none; } }

.slideshow {
  height: 639px;
  max-height: 639px;
  overflow: hidden; }
  .slideshow figure {
    position: relative;
    height: 639px;
    max-height: 639px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center; }
  .slideshow svg {
    width: 101%;
    height: 101%; }
  .slideshow figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 75px;
    white-space: pre;
    text-align: center; }
  @media screen and (max-width: 1169px) {
    .slideshow figcaption {
      font-size: 24px; } }
  .slideshow figcaption .container {
    display: block;
    text-align: left; }
  .slideshow figcaption .caption {
    float: left; }
  .slideshow figcaption .link {
    background: #007f00;
    color: #fff;
    float: right;
    font-size: 17px;
    line-height: 75px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.15s; }
    .slideshow figcaption .link:hover, .slideshow figcaption .link:focus, .slideshow figcaption .link:active {
      background-color: #004c00; }
    @media screen and (max-width: 1169px) {
    .slideshow figcaption .link {
      margin-right: -10px; } }
  .slideshow .slick-slide .bw {
    opacity: 0; }
  .slideshow .slick-slide .color {
    opacity: 1; }
  .slideshow button {
    position: absolute;
    overflow: hidden;
    top: 50%;
    z-index: 100;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    text-indent: -9999px;
    transition: all 0.1s; }
  @media screen and (max-width: 600px) {
    .slideshow button {
      display: none !important; } }
  .slideshow button:hover {
    background: rgba(0, 76, 0, 0.7); }
  .slideshow button:before {
    top: 20px;
    height: 18px;
    width: 18px;
    border: 1px solid transparent;
    border-top-color: rgba(255, 255, 255, 1);
    border-left-color: rgba(255, 255, 255, 1); }
  .slideshow button.slick-prev {
    left: 40px;
    outline: none; }
    .slideshow button.slick-prev:before {
      left: 24px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .slideshow button.slick-next {
    outline: none;
    right: 40px; }
    .slideshow button.slick-next:before {
      right: 24px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  @media screen and (max-width: 1169px) {
  .slideshow {
    height: 52.2vw; }
    .slideshow figure {
      height: 52.2vw; } }
  @media screen and (max-width: 1169px) {
  .slideshow {
    height: 52.2vw; }
    .slideshow figure {
      height: 52.2vw; } }
  @media screen and (max-width: 600px) {
  .slideshow {
    overflow: visible;
    margin-bottom: 2em; }
    .slideshow figure {
      overflow: visible; }

    .slideshow figcaption {
      bottom: auto;
      top: 99%;
      background: #000;
      font-size: 1em; } }
/* blog */
.blog-summary > div {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 1em; }

.hasSidebar .blog-feature-image {
  display: table-cell; }
  .hasSidebar .blog-summary {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top; }

.blog-feature-image img {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  max-width: 100%; }

.blog-article .blog-feature {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  margin: 0 auto 1em; }

.articleNav {
  height: 2em;
  width: 100%; }
  .articleNav .previous {
    float: right; }
  .articleNav .previous a:after {
    content: '>>';
    left: 101%;
    position: absolute;
    top: -0.0625em; }
  .articleNav .next {
    float: left; }
  .articleNav .next a:before {
    content: '<<';
    position: absolute;
    right: 101%;
    top: -0.0625em; }

.regionList {
  border-radius: 10px;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  margin: auto;
  overflow: hidden;
  padding: 15px 10px;
  width: 696px; }
  .regionList li {
    display: block;
    float: left; }
  .regionList li a {
    background-color: #fff;
    border: 2px solid #fff;
    border-bottom-width: 1px;
    color: #555;
    display: block;
    padding: 10px;
    width: 150px; }
  .regionList li.sel a, .regionList li a:hover, .regionList li a:focus, .regionList li a:active {
    background-color: #007f00;
    color: #fff; }

.stockists {
  border-radius: 10px;
  margin: 80px auto 50px;
  position: relative;
  width: 716px; }
  .stockists h2 {
    left: 10px;
    position: absolute;
    top: -65px; }
  .stockists div {
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.05);
    float: left;
    height: 155px;
    margin: 2px;
    padding: 10px;
    position: relative;
    width: 155px; }
  .stockists h3 {
    font-size: 17px;
    margin: 0; }
  .stockists p {
    font-size: 14px;
    line-height: 19px;
    margin: 0; }
  .stockists .mapLink {
    background: url(map.png) left no-repeat;
    bottom: 10px;
    left: 10px;
    padding-left: 40px;
    padding-top: 15px;
    position: absolute; }
/** shopping cart (collapsible) **/
/*
 .cart-bg {
 display: block;
 margin: 0;
 padding: 40px 25px 40px;
 background: #f0f6f7 url('bg.jpg') left top repeat;
 }
 */
.cart_options {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 15px; }
  .cart_options h4 {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 10px; }
  .cart_options p {
    background: #fff;
    margin: 0;
    padding: 10px 30px; }

.cart table {
  border: none;
  border-collapse: collapse;
  text-align: center;
  width: 100%; }
  .cart thead {
    background: #fff;
    border: 1px solid #ccc; }
  .cart th {
    font-size: 0.875em;
    font-weight: normal;
    padding: 10px 5px; }
  .cart tbody {
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 0.875em; }
  .cart td {
    padding: 10px;
    vertical-align: middle; }
  @media screen and (max-width: 599px) {
    .cart td {
      display: block;
      max-width: calc(100% - 20px);
      text-align: center;
      width: 200px; } }
  .cart td.image a {
    background: #fff;
    border: 1px solid #007f00;
    border-radius: 3px;
    display: block;
    height: 105px;
    position: relative;
    width: 105px; }
    @media screen and (max-width: 599px) {
      .cart td.image a {
        display: inline-block; } }
    .cart td.image img {
      bottom: 0;
      display: block;
      height: auto;
      left: 0;
      margin: auto;
      max-height: 100px;
      max-width: 100px;
      position: absolute;
      right: 0;
      top: 0; }
  .cart td.name {
    font-size: 1.143em;
    text-align: left; }
    @media screen and (max-width: 599px) {
    .cart td.name {
      text-align: center; } }
  .cart td.quantity input {
    padding: 10px;
    text-align: center;
    width: 1em; }
  .cart td.total {
    color: #007f00;
    font-weight: bold; }
  @media screen and (max-width: 599px) {
      .cart td.remove:before {
        content: "Remove: "; } }
  @media screen and (max-width: 599px) {
      .cart td.quantity, .cart td.price, .cart td.total {
        display: inline;
        padding: 0; } }
  @media screen and (max-width: 599px) {
        .cart td.price:before {
          content: " x "; } }
    @media screen and (max-width: 599px) {
      .cart td.price:after {
        content: " = "; } }
  .cart tfoot {
    border-top: 1px solid #ccc; }
  .cart tfoot td:last-child {
    text-align: right; }
  .cart span.total {
    font-weight: bold; }
  .cart span.total.value {
    color: #007f00;
    font-size: 1.123em; }
  .cart h2 {
    font-family: Arial, serif;
    font-size: 1em; }
  .cart h3 {
    color: #007f00;
    font-family: Arial, serif;
    margin: 0; }
  .cart input.selectAddress ~ span {
    box-sizing: border-box;
    display: block;
    height: 1px;
    overflow: hidden;
    padding-top: 1px; }
  .cart input.selectAddress:checked ~ span {
    height: 1px;
    overflow: hidden; }
  .cart .login-form p {
    position: relative; }
  .cart .login-form label {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .cart .login-form input[type=text], .cart .login-form input[type=password] {
    display: block;
    width: 100%; }
  .cart .warning {
    color: #fd1a00;
    font-size: 2em; }

form.checkout-options {
  float: left;
  width: 50%; }
  form.checkout-options + .checkout-options {
    float: right;
    width: 45%; }
  form.checkout-options .button, form.checkout-options .contact-nav .nav-link, .contact-nav form.checkout-options .nav-link {
    margin-bottom: 0;
    margin-top: 0; }

.button.poli, .contact-nav .nav-link.poli {
  background: url(images/poli.png);
  border: 0;
  height: 70px;
  padding: 0;
  text-indent: -9999px;
  min-width: 110px;
  width: 110px; }

.poli-block {
  display: inline-block; }
/* print order */
.print-order table {
  width: 100%; }
  .print-order th, .print-order td {
    vertical-align: top; }
  .print-order thead tr:first-child > * {
    border-bottom: 1px solid #555;
    padding-bottom: 4px; }
  .print-order thead th:first-child {
    text-align: left; }
  .print-order .print-order tbody {
    padding: 4px 0; }
  .print-order .print-order tbody th {
    font-weight: normal;
    padding-bottom: 4px; }
  .print-order tfoot tr:first-child > * {
    border-top: 1px solid #555;
    padding-top: 4px; }
  .print-order tbody th, .print-order tfoot th {
    font-weight: normal;
    text-align: left; }
  .print-order td + td, .print-order tfoot td + td {
    text-align: center; }
    .print-order td + td + td, .print-order tfoot td + td + td {
      text-align: right; }
  .print-order th:last-child {
    text-align: right; }
/* customers/orders */
table.orders {
  width: 100%;
  border-collapse: collapse; }

.orders th, .orders td {
  padding: 4px;
  vertical-align: top; }
  .orders thead tr:first-child > * {
    border-bottom: 1px solid #555;
    text-indent: 0; }
  .orders tbody th {
    font-weight: normal;
    text-indent: 0; }
  .orders .ref {
    text-align: left; }
  .orders .date {
    width: 95px; }
  .orders .details {
    text-align: left;
    text-indent: 1em; }
  .orders .price {
    text-align: right; }
  .orders .link {
    text-align: right;
    width: 75px; }

#hoverCart {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #000\9;
  border-radius: 5px;
  color: #fff;
  max-height: 100%;
  max-height: calc(100% - 100px);
  overflow: auto;
  padding: 15px;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 200px;
  z-index: 1000; }
  #hoverCart h1, #hoverCart h2, #hoverCart h3, #hoverCart h4, #hoverCart h5, #hoverCart h6 {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0 0 5px;
    padding-bottom: 3px; }
  #hoverCart a {
    color: #fff; }
  #hoverCart .items {
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px; }
  #hoverCart .checkout {
    float: left; }
  #hoverCart .dismiss {
    display: block;
    float: right;
    text-align: right; }
  #hoverCart .row {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 10px 0 5px;
    position: relative; }
  #hoverCart .row .right {
    font-family: "Courier New", Courier, monospace;
    text-align: right; }
  #hoverCart .remove {
    display: block;
    font-size: 12px; }
/** files **/
.file {
  margin-bottom: 10px;
  overflow: hidden;
  /* float clearing */
  padding: 15px;
  position: relative; }
  .file h2 {
    margin-bottom: 1em; }
  .file .button, .file .contact-nav .nav-link, .contact-nav .file .nav-link {
    position: absolute;
    right: 10px;
    top: 6px; }
/** customer panel **/
fieldset.addressForm {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 4px;
  overflow: hidden;
  padding: 5px; }

.addressForm label {
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 49%; }
  .addressForm label:last-child {
    clear: both;
    float: none;
    width: 100%; }
  .addressForm label span {
    display: block;
    margin-bottom: 4px; }
  .addressForm input[type=text], .addressForm textarea {
    box-sizing: border-box;
    width: 96%; }
  .addressForm textarea {
    height: 70px; }
/* tinymce universal formatting */
#tinymce {
  background: #fff;
  color: #555;
  font-size: 1em;
  padding: 10px;
  text-align: left;
  width: 1170px; }
  #tinymce p {
    padding: 0 0 1em; }
  #tinymce form {
    outline: 1px dotted #007f00; }
  #tinymce a {
    border-bottom: 1px dotted #ab9473;
    color: #ab9473;
    text-decoration: none; }

.navigation ul {
  display: block; }
  @media screen and (max-width: 979px) {
  .navigation ul {
    display: none !important; } }

.mobile-menu {
  background-color: #ab9473;
  color: #fff;
  font-family: RobotoCondensed, sans-serif;
  overflow: hidden;
  margin-top: 20px;
  padding: 0;
  text-align: center;
  display: none; }
  @media screen and (max-width: 1023px) {
  .mobile-menu {
    display: block; } }
  .mobile-menu ul {
    margin: 0;
    padding: 0; }
  .mobile-menu li {
    display: block;
    text-transform: uppercase; }
  .mobile-menu li.submenu {
    background: url(/resources/template/images/mobile-menu-arrow/white/right.png) right no-repeat; }
  .mobile-menu li.back {
    background: url(/resources/template/images/mobile-menu-arrow/white/left.png) left no-repeat; }
  .mobile-menu a, .mobile-menu h2 {
    color: inherit; }
  .mobile-menu a {
    border-top: 1px solid #fff;
    display: block;
    padding: 10px 0; }
  .mobile-menu h2 {
    background-color: #007f00;
    margin: 0; }
  .mobile-menu h2 a {
    background: url(/resources/template/images/mobile-menu-arrow/white/down.png) no-repeat right;
    border: 0; }
    .mobile-menu h2 a.active {
      background-image: url(/resources/template/images/mobile-menu-arrow/white/up.png); }

.gallery {
  display: block; }
  @media all and (hover: none) {
  .gallery {
    display: none; } }
  html.touch .gallery {
    display: none; }
  @media all and (hover: hover) {
    html.touch .gallery {
      display: block; } }

.gallery.instagram {
  display: block; }
  @media all and (hover: none) {
  .gallery.instagram {
    display: block; } }
  html.touch .gallery.instagram {
    display: block; }
  @media all and (hover: hover) {
    html.touch .gallery.instagram {
      display: block; } }

.mobileGallery {
  margin-bottom: 20px;
  display: none;
  overflow: visible; }
  @media all and (hover: none) {
  .mobileGallery {
    display: block;
    overflow: hidden; } }
  html.touch .mobileGallery {
    display: block;
    overflow: hidden; }
  @media all and (hover: hover) {
    html.touch .mobileGallery {
      display: none;
      overflow: visible; } }
  .mobileGallery > div {
    overflow: hidden; }
  .mobileGallery + .pagination {
    display: block; }
  @media all and (hover: none) {
    .mobileGallery + .pagination {
      display: none; } }
  html.touch .mobileGallery + .pagination {
    display: none; }
    @media all and (hover: hover) {
    html.touch .mobileGallery + .pagination {
      display: block; } }
  .mobileGallery .actions {
    margin-top: 10px; }
  .mobileGallery .actions a.previous, .mobileGallery .actions a.next {
    display: inline-block;
    width: 30%; }
    .mobileGallery .actions a.previous {
      text-align: left; }
    .mobileGallery .actions a.next {
      text-align: right; }
  .mobileGallery .actions span.current {
    display: inline-block;
    text-align: center;
    width: 40%; }

.mobileGallerySlider > div {
  background: #fff url(images/ajaxLoader.gif) center no-repeat;
  display: table-cell;
  height: auto !important;
  text-align: center;
  vertical-align: middle; }
  .mobileGallerySlider > div img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }

.rental-vehicles {
  background: #ab9473 url(images/main-background.jpg) top;
  font-size: 0;
  margin-bottom: -40px;
  margin-top: 40px;
  overflow: hidden;
  text-align: justify; }
  @media screen and (max-width: 1139px) {
  .rental-vehicles {
    text-align: center; } }
  .rental-vehicles.full {
    background: #efefef;
    text-align: left; }
  .rental-vehicles.full li {
    display: block;
    margin: 10px 0;
    max-width: none;
    width: auto; }
    .rental-vehicles.full li:nth-child(3n) {
      margin: 10px 0; }
  .rental-vehicles.full .details {
    float: none;
    margin-left: 150px;
    margin-right: 170px;
    width: auto; }
    @media screen and (max-width: 799px) {
    .rental-vehicles.full .details {
      margin: 0;
      display: table-header-group; } }
  .rental-vehicles.full .image-link {
    float: left;
    margin-right: 20px;
    width: 130px; }
    @media screen and (max-width: 399px) {
    .rental-vehicles.full .image-link {
      display: block;
      float: none;
      margin-right: 0;
      width: auto; } }
  .rental-vehicles.full .request-quote {
    float: right;
    margin-left: 20px;
    margin-top: 30px;
    width: 150px; }
    @media screen and (max-width: 799px) {
    .rental-vehicles.full .request-quote {
      display: table-footer-group;
      float: none;
      max-width: 150px;
      width: auto; } }
  .rental-vehicles.full h1 {
    margin-top: 0; }
  .rental-vehicles.full h2 {
    color: #000; }
  .rental-vehicles .container {
    margin: 40px auto; }
  .rental-vehicles h2 {
    color: #fff; }
  .rental-vehicles ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
  .rental-vehicles li {
    background: #fff;
    border-bottom: 2px solid #e6e6e6;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    font-size: 15px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-right: calc((100% - 1110px) / 2);
    max-width: 340px;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    width: 100%; }
  .rental-vehicles li:nth-child(3n) {
    margin-right: 0; }
    @media screen and (max-width: 1139px) {
    .rental-vehicles li:nth-child(3n) {
      margin-right: 10px; } }
    @media screen and (max-width: 409px) {
    .rental-vehicles li:nth-child(3n) {
      margin-right: 0; } }
  @media screen and (max-width: 1139px) {
    .rental-vehicles li {
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (max-width: 409px) {
    .rental-vehicles li {
      margin-left: 0;
      margin-right: 0; } }
  .rental-vehicles li .image-link {
    display: block;
    height: 110px; }
  .rental-vehicles li h1 {
    font-size: 22px; }
    .rental-vehicles li h1 a {
      color: inherit; }
  .rental-vehicles .display, .rental-vehicles .details {
    width: 162px;
    width: calc(50% - 16px); }
  .rental-vehicles .display {
    float: left;
    text-align: center; }
  .rental-vehicles .details {
    float: right; }
  .rental-vehicles .new-model {
    align-items: center;
    color: #fff;
    display: flex;
    float: right;
    height: 76px;
    justify-content: center;
    margin: -15px -15px 15px 15px;
    position: relative;
    shape-outside: polygon(15px -15px, 115px -15px, 115px 61px);
    width: 100px; }
  .rental-vehicles .new-model:before {
    border: solid;
    border-color: #007f00 #007f00 transparent transparent;
    border-width: 38px 50px;
    content: "";
    position: absolute; }
  .rental-vehicles .new-model p {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    transform-origin: bottom left;
    transform: translateY(-28px) translateX(13px) rotate(38deg); }
  .rental-vehicles .button, .rental-vehicles .contact-nav .nav-link, .contact-nav .rental-vehicles .nav-link {
    background: #007f00;
    border-radius: 2px;
    font-size: inherit;
    text-transform: none; }
  .rental-vehicles .button:hover, .rental-vehicles .contact-nav .nav-link:hover, .contact-nav .rental-vehicles .nav-link:hover, .rental-vehicles .button:focus, .rental-vehicles .contact-nav .nav-link:focus, .contact-nav .rental-vehicles .nav-link:focus, .rental-vehicles .button:active, .rental-vehicles .contact-nav .nav-link:active, .contact-nav .rental-vehicles .nav-link:active {
    background: #568a3a; }

.rental-vehicle {
  margin-bottom: 40px; }
  .rental-vehicle h2 {
    margin-top: 30px; }
  .rental-vehicle .overview {
    float: left;
    width: 48%;
    width: calc(570px); }
  @media screen and (max-width: 999px) {
    .rental-vehicle .overview {
      float: none;
      width: auto; } }
  .rental-vehicle .big-image {
    float: right;
    font-size: 0;
    margin-top: 90px;
    width: 47%;
    width: calc(100% - 615px); }
  @media screen and (max-width: 999px) {
    .rental-vehicle .big-image {
      float: none;
      max-width: 100%;
      width: 550px; } }
  .rental-vehicle .big-image a {
    border: 1px solid #dadada;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 1%;
    padding: 5px;
    width: 24%; }
    .rental-vehicle .big-image a:nth-child(n) {
      width: 24.25%;
      margin-right: 1%; }
    .rental-vehicle .big-image a:nth-child(4n + 1) {
      margin-right: 0; }
    .rental-vehicle .big-image a:first-child {
      display: block;
      margin-bottom: 10px;
      padding: 15px;
      width: auto; }
    .rental-vehicle .big-image a img {
      max-width: 100%; }
  .rental-vehicle table {
    border-collapse: collapse;
    width: 100%; }
  .rental-vehicle table tr {
    background-color: #efefef;
    color: #ab9473; }
    @media screen and (max-width: 589px) {
    .rental-vehicle table tr {
      display: table-cell; } }
    .rental-vehicle table tr:first-child {
      background-color: #ab9473;
      color: #fff;
      font-size: 13px; }
    .rental-vehicle table tr:first-child th {
      border: 0; }
      @media screen and (max-width: 589px) {
      .rental-vehicle table tr:first-child th {
        border-bottom: 1px solid #fff;
        font-size: 15px; } }
      .rental-vehicle table tr:first-child th :first-child {
        font-size: 15px; }
    .rental-vehicle table tr:nth-child(2n) {
      background-color: #e1e1e1; }
  .rental-vehicle table th, .rental-vehicle table td {
    border-bottom: 1px solid #fff;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; }
    @media screen and (max-width: 589px) {
    .rental-vehicle table th, .rental-vehicle table td {
      display: block; } }
    @media screen and (max-width: 589px) {
      .rental-vehicle table th br, .rental-vehicle table td br {
        display: none; } }

.panorama {
  height: 50vh;
  width: 100%; }
