/* PXG SLIDER STYLES */

/*.slick-slider{
  margin-bottom:0px;
}

.banner-slider{
  height:auto !important;
  background-color: #fff !important;
}

.bs-table{
  width:100%;
  height:100%;
  display: table;
}

.bs-table__cell{
  display: table-cell;
  vertical-align: middle;
}

.tui-text--dark{
  color:#333;
}

.bs-slide__content__text h1 { font-size: 54px; }
.bs-slide__content__text h3 { font-size:16px; }*/

/* slider styles */

/*.bs-slide{
  display:block;
  text-decoration: none;
  border:none;
}

.bs-slide:focus{
  outline:0;
}

.bs-slide__content{
  /*padding:40px;*/
 /*position: relative;
}

  .bs-slide__content__text{
    /*width:100%;*/
    /*padding-right:50%;*/
   /* width:66%;
    margin:0px auto;

  }

    .bs-slide__content__text h1 {
      font-family: 'tuifillic', Arial;
      line-height: 0.8em;
      margin-top:0px;
    }

    .bs-slide__content__text h3{
      font-family: Arial, sans-serif;
      line-height: 1.2em;
      text-transform: none;
    }

  .bs-slide--text-center .bs-slide__content__text{
    padding-right:40px;
    text-align: center;
  }

  .bs-slide--text-right .bs-slide__content__text{
    padding-right:0px;
    padding-left:50%;
    text-align: right;
  }

  /*.bs-slide__content__text.col-6{
    padding-right:0px;
    padding-left:5px;
    width:50%;
    float:left;
  }*/

  /*.bs-slide__content__image{
    width:66%;
    margin: 0px auto;
    /*max-width:640px;*/
  /*}

    .bs-slide__content__image img{
      max-width: 100%;
    }

  /*.bs-slide__content__image.col-6{
    width:50%;
    float:left;
    text-align: right;
    padding-right:5px;
  }

    .bs-slide__content__image.col-6 img{
      max-width:300px;
      display: inline-block;
    }*/

  /*.col-6{
    width:50%;
  }

    .col-6 .bs-slide__content__text{
      padding-left:10px;
      padding-right:0px;

    }

    .col-6 .bs-slide__content__image{
      padding-left:0px;
      padding-right:10px;
      text-align: right;
    }

      .col-6 .bs-slide__content__image img{
        max-width:320px;
        display: inline-block;
      }

  .bs-slider__button{
    border:none;
    margin-top:20px;
    display: inline-block;
  }

  .bs-slider__video-container{

    position: absolute;
    width:100%;
    height:100%;
    z-index: 10;
    background-color:rgba(0,0,0,0.75);
    left:0px;
    top:0px;
    padding:80px 20px 40px;
    display: none;

  }

    .bs-slider__video-player{
      width:100%;
      height:100%;
      background-color: #333;
      position: relative;
    }

    .youtube-close{

          font: normal 14px Arial;
          line-height: 32px;
          color: #fff;
          background: url("http://www.tui.co.nz/App_Themes/TuiSiteCore/images/close-ic.png") no-repeat top right;
          text-decoration: none;
          border:none;
          position: absolute;
          top: 0px;
          right: 0px;
          width: 36px;
          height: 36px;
          cursor: pointer;
          z-index: 8040;

    }
    

/* MASONS SLIDER STYLES */

/*#full-width-slider, .banner-slider{
  background-color: black;
  position: relative;
  height: 600px;
  width: 100%;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.slick-slide{
  position: relative;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index:-2;
  padding-top: 64px;
}
.slick-dots{
  bottom:0;
}
.slick-dots li button:before{
  color:white;
  font-size: 14px;
}
.slick-dots li.slick-active button:before{
  color:white;
}

/* MEDIA QUERIES FROM */

/*.slick-slide{
  position: relative;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index:-2;
  padding-top: 64px;
}

@media only screen and (max-width:640px) {

  .bs-slide__content{
    vertical-align: middle;
  
  }

  .bs-slide__content__text{
    width:82.5%;
  }

  .bs-slide__content__image{
    width:82.5%;
    margin: 0px auto;
    /*max-width:640px;*/
  /*}

  .mob_valig--middle{
    vertical-align: middle;
  }

  .mob_valig--top{
    vertical-align: top;
    padding-top:64px;
  }

  
}

@media only screen and (max-width:768px) {

  .slick-slide{
    padding-top: 0px;
  }
  
}

@media only screen and (max-width:1460px) {
  .bs-slide__content__text h1 { font-size: 54px; }
  .bs-slide__content__text h3 { font-size:16px; }
}

@media only screen and (max-width:1200px) {
  .bs-slide__content__text h1 { font-size: 45px; }
  .bs-slide__content__text h3 { font-size:15px; }

}

/*@media only screen and (max-width:600px) {
  .bs-slide__content__text h1 { font-size: 20px; }
}*/

/*@media only screen and (min-width : 640px) {
  
  .bs-slide__content{
    padding-right:27%;
  }

  .bs-slider__video-container{

    padding-right:27%;

  }

}*/

/* PXG STYLE ENDS */