/* compiled by scssphp v0.0.12 on Wed, 06 Sep 2017 12:59:57 +1200 (0.0572s) */

/* Rotator SCSS Document */
#image-rotator {
  color: #fff;
  position: relative;
}
#image-rotator a {
  color: #fff;
}
#image-rotator a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#main #image-rotator {
  margin-bottom: 18px;
  /* Caption */
}
#image-rotator .flex-caption {
  position: absolute;
  width: 100%;
  padding: 100px 25px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Rotating images */
}
#image-rotator .flex-caption .wrap {
  font-weight: inherit;
  display: block;
  /* Direction controls */
}
#image-rotator .flex-direction-nav .flex-prev {
  /* Navigation controls */
}
#image-rotator .flex-control-paging li a.flex-active {
  /* Full screen rotator */
}
#fullscreen-rotator {
  color: #fff;
  position: relative;
}
#fullscreen-rotator a {
  color: #fff;
}
#fullscreen-rotator a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#main #fullscreen-rotator {
  margin-bottom: 18px;
  /* Set height to fullscreen */
}
#fullscreen-rotator, #fullscreen-rotator .flexslider, #fullscreen-rotator .flexslider .slides, #fullscreen-rotator .flexslider .slides > li {
  height: 100vh;
}
#fullscreen-rotator .flexslider .slides > li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Caption */
}
#fullscreen-rotator .flex-caption {
  position: absolute;
  width: 100%;
  padding: 0 0 0 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Rotating images */
}
#fullscreen-rotator .flex-caption .wrap {
  font-weight: inherit;
  display: block;
  /* Direction controls */
}
#fullscreen-rotator .flex-direction-nav .flex-prev {
  /* Navigation controls */
}
#header-rotator {
  float: right;
  display: inline-block;
  margin-top: 10px;
  margin-right: 25px;
}
#rotator {
  position: relative;
  height: 200px;
  z-index: 600;
}
#rotator table {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 700;
  display: none;
  /* Legacy? */
}
#flash {
  position: relative;
  height: 200px;
  z-index: 600;
}
#flash #flash-over {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 800;
}
#flash table {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 700;
  display: none;
}
#slider {
  position: relative;
  background: url(images/colorbox/loading_white.gif) no-repeat 50% 50%;
}
.nivo-caption {
  position: absolute;
  right: 0px;
  bottom: 65%;
  color: #fff;
  width: 100%;
  z-index: 8;
  overflow: visible;
  height: 0px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Rotating images */
}
#image-rotator .slider-text {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 25px;
  text-align: right;
}
#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 1;
}
#slider a {
  border: 0;
  display: block;
}
#slider-over {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 800;
}
#image-rotator h2, #image-rotator h3, #image-rotator {
  color: #fff;
}
#image-rotator h2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  padding: 0 0 0 0;
}
#image-rotator h2, #image-rotator h3 {
  /* Rotator Button */
}
#image-rotator .flex-caption {
  top: 53%;
  /* IE 9 */
  -ms-transform: translateY(-50%);
  /* Safari */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  bottom: auto;
}
#image-rotator .flex-caption .wrap {
  text-align: center !important;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Rotating images */
}
#image-rotator .rotator-button {
  background-color: rgba(255, 0, 0, 0.66);
  padding: 20px 35px;
  margin-top: 20px;
  clear: both;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#image-rotator a:hover .rotator-button {
  background-color: rgba(255, 0, 0, 0.85);
  /* Image rotator overlay */
}
.rotator-overlay {
  position: relative;
  display: block;
}
.rotator-overlay:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none !important;
  /* Media Queries */
}
@media screen and (max-width: 1600px) {
  #image-rotator h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1300px) {
  #image-rotator .flex-caption {
    top: 50%;
    height: auto;
  }
  #image-rotator h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  #image-rotator {
    overflow: hidden;
  }
  #slider {
    height: auto !important;
  }
  #slider .slider-text {
    width: 50%;
    bottom: -45%;
  }
  #image-rotator .flex-caption .wrap {
    padding-left: 0;
    padding-right: 0;
    /*#image-rotator h2 {font-size:80px; line-height:1;}*/
  }
  #image-rotator .rotator-button {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #image-rotator h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #image-rotator h2 {
    font-size: 50px;
  }
  #image-rotator .rotator-button {
    font-size: 16px;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 900px) {
  #image-rotator h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  #image-rotator h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  #image-rotator h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 650px) {
  #slider .slider-text {
    width: 70%;
    bottom: -40%;
  }
  #image-rotator .rotator-button {
    margin-top: 10px;
  }
  #image-rotator .flex-caption h2 {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #slider, #flash, #slidebox, #image-rotator {
    display: none;
  }
}
