/* compiled by scssphp v0.0.12 on Thu, 01 Sep 2016 10:46:28 +1200 (0.0451s) */

/* Rotator SCSS Document */
#image-rotator {
  color: #fff;
  position: relative;
}
#image-rotator a {
  color: #fff;
}
#main #image-rotator {
  margin-bottom: 18px;
  /* Caption */
}
#image-rotator .flex-caption {
  position: absolute;
  width: 480px;
  padding: 0px 40px;
  left: 50%;
  top: 57%;
  color: #fff;
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 174, 238, 0.6);
  border: 1px solid rgba(0, 174, 238, 0.6);
  border-top-right-radius: 44px;
  border-top-left-radius: 44px;
  border-bottom-right-radius: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* Rotating images */
}
#image-rotator .flex-caption:hover {
  background-color: rgba(0, 174, 238, 0.9);
  border: 1px solid rgba(0, 174, 238, 0.9);
}
#image-rotator .flex-caption.align.center-horz.center-vert, #image-rotator .flex-caption.align.center-vert.center-horz {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#image-rotator .flex-active-slide .flex-caption {
  opacity: 1;
}
#image-rotator .flex-caption .wrap {
  font-weight: inherit;
  display: block;
  text-align: center;
  /* 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;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* Rotating images */
}
#fullscreen-rotator .flex-active-slide .flex-caption {
  left: 0px;
  opacity: 1;
}
#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;
}
#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;
  }
  #slider {
    height: auto !important;
  }
  #slider .slider-text {
    width: 50%;
    bottom: -45%;
  }
  #image-rotator .flex-caption {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  #image-rotator .flex-caption.align.center-horz.center-vert, #image-rotator .flex-caption.align.center-vert.center-horz {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #image-rotator .flex-caption {
    top: 50%;
  }
}
@media screen and (max-width: 800px) {
  #image-rotator .flex-caption.align.center-horz.center-vert, #image-rotator .flex-caption.align.center-vert.center-horz {
    -webkit-transform: translate(-50%, -15%);
    -moz-transform: translate(-50%, -15%);
    -ms-transform: translate(-50%, -15%);
    -o-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
  }
  #image-rotator .flex-caption {
    top: 20%;
    width: 90%;
    background-color: rgba(0, 174, 238, 0.8);
  }
}
@media screen and (max-width: 650px) {
  #image-rotator h2 {
    font-size: 26px;
  }
  #slider .slider-text {
    width: 70%;
    bottom: -40%;
  }
}
@media screen and (max-width: 480px) {
  #slider, #flash, #slidebox, #image-rotator {
    display: none;
  }
}
