body{
  padding-bottom: 0rem;
}

a:hover{
  text-decoration: none;
}

.days {font-size: 0.7em!important;}

.btn-group-lg>.btn, .btn-lg{
  border-radius: 0rem;
}

.remove-padding{
  padding: 0px;
}

section.main-heading .jumbotron .btn-primary{
  background: none;
  border-color: #fff;
  border-width: 0.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

section.main-heading .jumbotron .btn-primary:hover{
  background: #007bff;
  border-color: #007bff;
  border-width: 0.2rem;
  text-transform: uppercase;
  font-weight: bold;
}


/* NAVIGATION */

nav.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link{
  text-transform: uppercase;
  color: #fff;
}

nav.bg-dark{
  color: #000;
}

/* MAIN HEADING - INDEX*/

section.main-heading{
  z-index: -1;
}

section.main-heading .jumbotron{
  text-align: center;
  background-color: transparent;
/*  background: url(../images/skier-background.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;*/
  margin-bottom: 0rem;
}

section.main-heading .jumbotron-content-wrapper{
  padding:  3rem 0rem;
}

section.main-heading .jumbotron-content-wrapper .lead a{
  margin-bottom: 1rem;
}

section.main-heading .jumbotron h1{
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* MAIN HEADING FADE SLIDER - INDEX*/

/* FADE SLIDER */
section.main-heading .fadeslider-container{
  min-width: 100%;
  height: 28rem;
  position: relative;
}

section.main-heading .fadeslider, .fadeslider-content{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index:
}

section.main-heading .fadeslider{
  positon: absolute;
  z-index: -60;
}

section.main-heading .fadeslider-content{
z-index: 30;
background:
/*linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),*/
url(../images/dotted-overlay.png)no-repeat center;
background-size: cover;
}
section.main-heading .slider {
min-width: 100%;
height: 28rem;
margin: 0rem;
position: relative;
}
section.main-heading .slide1,.slide2,.slide3{
position: absolute;
width: 100%;
height: 100%;
}

section.main-heading .slide1 {
background:
linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),
url(../images/snow-boarder.jpg)no-repeat center;
width: 100%;
height: 100%;
    background-size: cover;
  animation:fade 12s infinite;
-webkit-animation:fade 12s infinite;
}
section.main-heading .slide2 {
background:
linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),
url(../images/skier-background.jpg)no-repeat center;
width: 100%;
height: 100%;
    background-size: cover;
  animation:fade2 12s infinite;
-webkit-animation:fade2 12s infinite;
}

section.main-heading .slide3 {
background:
  linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),
url(../images/mountain-bg.jpg)no-repeat center;
width: 100%;
height: 100%;
    background-size: cover;
  animation:fade3 12s infinite;
-webkit-animation:fade3 12s infinite;
}


@keyframes fade
{
0%   {opacity:1}
33.333% { opacity: 0}
66.666% { opacity: 0}
100% { opacity: 1}
}
@keyframes fade2
{
0%   {opacity:0}
33.333% { opacity: 1}
66.666% { opacity: 0 }
100% { opacity: 0}
}
@keyframes fade3
{
0%   {opacity:0}
33.333% { opacity: 0}
66.666% { opacity: 1}
100% { opacity: 0}
}


/* TOAD OVERLAY -INDEX */
section.snowboard-hire .parent-toad-overlay{
  position: relative;
  background: #99cc00;
  width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 20;
}

section.snowboard-hire .toad-overlay {
  position: absolute;
  top: -8.2rem;
  right: 0rem;
  z-index: -10;

}

section.snowboard-hire .toad-overlay img{
  width: 16rem;
  z-index:- 2;
}

/* SKI & SNOWBOARD HIRE - INDEX*/
section.snowboard-hire{
  position: relative;
  z-index: 40;
}
section.snowboard-hire .snowboard-hire-title{
  background: #99cc00;
  padding: 4rem;
  z-index: 3;

}
section.snowboard-hire .snowboard-hire-title h2{
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-align: center;
}

section.snowboard-hire .text-intro{
  padding: 4.5rem;
}

section.snowboard-hire .text-intro p{
  text-align: center;
}

section.snowboard-hire .text-intro p span{
    font-weight: bold;
}

section.snowboard-hire .bullet-intro{
    padding: 4.5rem;
    background: #e3e2e2;
}


/* TESTIMONIALS - INDEX */

section.testimonials .carousel{
  margin-bottom: 0rem;
}

section.testimonials .carousel-item{
  height: 20rem;
  background:rgba(0,0,0,0.6);
}

section.testimonials .carousel-item > img{
  height: 20rem;
}

section.testimonials .carousel-caption h2{
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

section.testimonials .carousel-inner{
  background: url(../images/snow-boarder.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0rem;
}

/*.carousel-control-prev-icon{
  background:  url(../images/prev-icon.png);
}

.carousel-control-prev-icon{
  background:  url(../images/-icon.png);
}
*/


/* BOOK NOW SECTION - FOOTER*/

section.book-now{
  background: url(../images/mountain-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0rem;
}

section.book-now .col-lg-4{
  margin-bottom: 0rem;
}

section.book-now .book-queenstown{
    height: 20rem;
    background:rgba(0,0,0,0.7);
    padding: 6.5rem;
}

section.book-now .book-queenstown h1{
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0rem;
  font-size: 2.7rem;
}

section.book-now .book-queenstown h2{
  text-transform: uppercase;
  color: #fff;
  margin-top: 0.2rem;
  font-size: 2.2rem;
}

section.book-now .book-wanaka{
  height: 20rem;
  background:rgba(153,204,00,0.9);
  padding: 6.5rem;
}

section.book-now .book-wanaka h2{
  text-transform: uppercase;
  color: #fff;
  margin-top: 0rem;
  font-size: 3rem;
}

section.book-now .book-wanaka h1{
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0rem;
  font-size: 2.35rem;
}

section.book-now .newsletter{
  background: #fff;
  padding: 2rem 2.25rem;
}

section.book-now .newsletter h2{
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

section.book-now .newsletter .input-group{
  margin-bottom:4rem;
}

section.book-now .newsletter .btn-newsletter{
  background: #99cc00;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

section.book-now .newsletter .btn-newsletter:hover{
  background: #85b102;
}

section.book-now .newsletter img{
  width: 16rem;
  margin-top: 2rem;
}

/* MAIN HEADING - RENTAL RATES*/

section.rental-rate-heading .jumbotron{
  background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),
  url(../images/remarkables-bg.jpg)no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

section.rental-rate-heading .jumbotron {
margin-bottom: 0px;
}

section.rental-rate-heading .jumbotron h1{
text-transform: uppercase;
color: #fff;
font-weight: bold;
margin-bottom: 1.5rem;
text-align: center;
}
section.rental-rate-heading .jumbotron-content-wrapper {
    padding: 3rem 0rem;
}

/* INTRO - RENTAL RATES*/

section.rental-rate-intro .rental-rate-intro-title{
  background: #99cc00;
  padding: 4rem;
}

section.rental-rate-intro .rental-rate-intro-title h3{
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

/* TABS - RENTAL RATES */

section.rentals-opening{
background: #fff;
}

section.rentals-opening .rental-rates, section.rentals-opening .rental-rates{
  padding: 4rem 1rem 4rem 0rem;
}


section.rentals-opening .rental-rates .tab-content{
background: #e3e2e2;
padding: 2rem;
}

section.rentals-opening .rental-rates .children-rates{
margin-top: 2.5rem;
}

section.rentals-opening .rental-rates .tab-content h4{
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}


section.rentals-opening .rental-rates .nav-tabs>li{
  width: 50%;
}

section.rentals-opening .rental-rates .nav-item .nav-link.active{
  background:  #e3e2e2;
}
section.rentals-opening .rental-rates .nav-tabs>li .active>a, .nav-tabs>li .active>a:focus, .nav-tabs>li .active>a:hover{
background:  #e3e2e2;
}



section.rentals-opening .rental-rates .nav-item .nav-link:focus{
background:  #e3e2e2;
}
section.rentals-opening .rental-rates .nav-item .nav-link{
  border-radius: 0px;
  border:0px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1.2rem;
  /*border-color: #0062cc;*/

}

section.rentals-opening .rental-rates .nav-item .nav-link:hover{
border: 0px;
}

section.rentals-opening .rental-rates .table-dark thead th{
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}



/* SIDE BAR - RENTAL RATES */

section.rentals-opening .rental-side-section{
padding: 4rem 0rem 4rem 0rem;
}

section.rentals-opening .rental-side-section .opening-hours{
    background: url(../images/toad.png)no-repeat center;
    width: 100%;
    height: 100%;
    background-size: contain;
    padding-top: 4rem;
}

section.rentals-opening .rental-side-section .opening-hours .opening-hours-inside{
background: #99cc00;
padding: 1rem 1em;
}

section.rentals-opening .rental-side-section .opening-hours .opening-hours-inside h3{
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-align: center;
}

section.rentals-opening .rental-side-section .opening-hours .opening-hours-inside h4{
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-align: center;
}

section.rentals-opening .rental-side-section .gear-item{
  padding: 6rem 4rem;
  margin: 3rem 0rem;
}

section.rentals-opening .rental-side-section .gear-item.ski-gear{
  background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),
  url(../images/ski-gear.jpg)no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

section.rentals-opening .rental-side-section .gear-item.snowboard-gear{
  background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),
  url(../images/snowboard-gear.jpg)no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

section.rentals-opening .rental-side-section .gear-item.clothing{
  background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),
  url(../images/clothing.jpg)no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
}


section.rentals-opening .rental-side-section .gear-item h3{
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

section.rentals-opening .rental-side-section .location{
  background: #99cc00;
  padding: 2rem 2em;
}

section.rentals-opening .rental-side-section .location h5{
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-align: center;
}

/*  IMAGE BREAK RENTAL RATES */

.rental-rates-image-break{
	background: url(../images/remarkables-bg.jpg) no-repeat center center fixed;
    background-size: auto auto;
background-size: cover;
height: 280px;
overflow: hidden;
margin-bottom: 0rem;
}



/* MAIN HEADING - CONTACT US */

section.contact-us-heading .jumbotron{
  background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.70)),
  url(../images/contact-us-bg.jpg)no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-bottom: 0px;
}

section.contact-us-heading .jumbotron h1{
text-transform: uppercase;
color: #fff;
font-weight: bold;
margin-bottom: 1.5rem;
text-align: center;
}
section.contact-us-heading .jumbotron-content-wrapper {
    padding: 3rem 0rem;
}

/* INTRO - CONTACT US */


section.contact-us-intro{
  background: #99cc00;
  padding: 4rem;
}

section.contact-us-intro .email a{
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

section.contact-us-intro .email h4{
  display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 5px;
      font-size: 1.5rem;
}

section.contact-us-intro .email i{
    display: inline-block;
    padding: 0rem 1rem 0rem 0rem;
    vertical-align: middle;

    font-size: 2.1rem;
}


section.contact-us .contact-us-intro{
  padding: 4rem 0rem;
  text-align: center;

}

/*  MAPS - CONTACT US */

section.maps{
  background: #e3e2e2;
}

section.maps .greentoad-location{
  text-align: center;
  padding: 3rem 3rem 2.2rem 3rem;

}

section.maps .greentoad-location h3{
  text-transform: uppercase;
  font-weight: bold;
}

section.maps .google-maps{
  height: 420px;
}

section.maps .google-maps #map-queenstown {
    width: auto;
    height: 420px;
}

section.maps .google-maps #map-wanaka {
    width: auto;
    height: 420px;
}


/* FOOTER */

footer{
  background: #000;
  padding: 1em 0em;
}

footer p{
  margin-bottom: 0rem;
}


/* MEDIA QUERIES */


@media (max-width: 453px) {

  .navbar-brand img{
    width: 140px;
  }

  section.main-heading .jumbotron{
    padding-top: 0rem;
  }

  .navbar-dark .navbar-brand{
    width: 220px;
  }
  section.book-now .book-queenstown{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  section.book-now .book-queenstown{
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section.book-now .book-wanaka{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  section.book-now .book-wanaka{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  section.contact-us-intro{
    padding: 3rem 1rem;
  }

  section.contact-us-intro .email h4{
    display: block;
      text-align: center;
      font-size: 1rem;
  }

  section.contact-us-intro .email i{
    display: block;
    text-align: center;
    font-size: 1rem;
  }

}



@media (max-width: 767.98px) {

  section.rentals-opening .rental-rates h3{
    text-align: center;
  }

  section.rental-rate-heading .jumbotron h1{
    font-size: 3rem;
  }

section.rentals-opening .rental-side-section{
  padding-top: 0rem;
}

section.rentals-opening .rental-rates, section.rentals-opening .rental-rates{

  padding: 4rem 0rem 4rem 0rem;
}
section.rentals-opening .rental-side-section .gear-item{
  padding: 6rem 4rem;
}

  section.snowboard-hire .toad-overlay{
    top: -6rem;
  }

  section.snowboard-hire .toad-overlay img{
      width: 12rem;
  }

  section.main-heading .jumbotron-content-wrapper{
    padding:  1rem 0rem;
  }

  section.main-heading .jumbotron h1{
    font-size: 2rem;
  }

  section.main-heading .fadeslider-container{
   height: 28rem;
  }
  section.main-heading .slider {
    height: 28rem;
  }

  section.contact-us-heading .jumbotron h1{
    font-size: 3rem;
  }

  section.snowboard-hire .snowboard-hire-title h2{
    font-size: 1.4rem;
    text-align: center;
  }

  section.rental-rate-intro .rental-rate-intro-title h3{
    font-size: 1.4rem;
    text-align: center;
  }

  section.contact-us-intro .email h4{
    display: block;
      text-align: center;
      font-size: 1.2rem;
  }

  section.contact-us-intro .email i{
    display: block;
    text-align: center;
      font-size: 1.4rem;
  }

}

@media (max-width: 576px) {

  section.snowboard-hire .toad-overlay{
    top: -4.4rem;
  }
  section.snowboard-hire .toad-overlay img{
      width: 10rem;
  }


  section.main-heading .jumbotron h1{
    font-size: 2rem;
  }

  section.main-heading .jumbotron{
    margin: 1rem 4rem;
  }

  section.book-now .newsletter{
    padding: 3rem 3rem;
  }

  section.contact-us-heading .jumbotron h1{
    font-size: 2rem;
  }

  section.rental-rate-heading .jumbotron h1{
    font-size: 2rem;
  }

}


@media (max-width: 991.98px) {
  section.rentals-opening .rental-side-section .gear-item{
    padding: 3rem 2rem;
    margin: 2rem 0rem;

  }

}
