/* compiled by scssphp v0.0.12 on Fri, 20 Jan 2017 11:03:46 +1300 (0.0185s) */

/* Rotator SCSS Document */
/* ROTATING IMAGE */
#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: 0;
}
#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;
}
#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;
}
#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;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  /* Opera/IE 8+ */
  box-sizing: border-box;
}
#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;
  /* Media Queries */
}
@media screen and (max-width: 1100px) {
  #image-rotator {
    overflow: hidden;
  }
  #image-rotator a {
    color: #fff;
  }
  #slider {
    height: auto !important;
  }
  #slider .slider-text {
    width: 50%;
    bottom: -45%;
  }
}
@media screen and (max-width: 650px) {
  #slider .slider-text {
    width: 70%;
    bottom: -40%;
  }
}
@media screen and (max-width: 520px) {
  #slider, #flash, #slidebox, #image-rotator {
    display: none;
  }
}
