/* compiled by scssphp v0.0.12 on Mon, 29 Aug 2016 14:47:11 +1200 (0.0574s) */

/* 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: 70px 25px;
  left: 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);
}
#fullscreen-rotator a.godown {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2000;
  transform: translateX(-50%);
}
#fullscreen-rotator a.godown i {
  font-size: 88px;
}
#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 */
  overflow: hidden;
}
#fullscreen-rotator .flex-caption .wrap {
  font-weight: inherit;
  display: block;
}
#fullscreen-rotator .flex-caption a, #fullscreen-rotator .flex-caption div {
  text-align: right;
}
#fullscreen-rotator .flex-caption .align.center-horz.center-vert, #fullscreen-rotator .flex-caption .align.center-vert.center-horz {
  width: 800px;
}
#fullscreen-rotator .flex-caption a:before, #fullscreen-rotator .flex-caption div:before {
  content: "";
  position: absolute;
  right: -62px;
  width: 12px;
  top: 50%;
  height: 0;
  background-color: #d0482a;
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#fullscreen-rotator.loaded .flex-caption a:before, #fullscreen-rotator.loaded .flex-caption div:before {
  top: 0;
  height: 100%;
}
#fullscreen-rotator .left-side {
  float: right;
  display: block;
  overflow: hidden;
  text-align: right;
}
#fullscreen-rotator h2 {
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 80px 0 0 0;
  position: relative;
  right: -2000px;
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#fullscreen-rotator.loaded h2 {
  right: 0;
  transition-delay: 250ms;
}
#fullscreen-rotator h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 0 80px 0;
  font-weight: 900;
  position: relative;
  right: -2000px;
  -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#fullscreen-rotator.loaded h3 {
  right: 0;
  transition-delay: 400ms;
}
#fullscreen-rotator .right-side {
  text-align: left;
  position: absolute;
  width: 500px;
  top: 82px;
  right: -112px;
  margin-right: -500px;
  overflow: hidden;
}
#fullscreen-rotator .right-side p {
  position: relative;
  left: -2000px;
  -webkit-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#fullscreen-rotator.loaded .right-side p {
  left: 0;
  transition-delay: 800ms;
  /* Direction controls */
}
#fullscreen-rotator .flex-direction-nav .flex-prev {
  /* Navigation controls */
}
#fullscreen-rotator .flex-control-nav {
  width: auto;
  position: absolute;
  left: 5%;
  bottom: 40%;
  transform: translateY(-40%);
  z-index: 9999;
  margin-bottom: 0;
}
#fullscreen-rotator .flex-control-nav li {
  float: left;
  display: block;
  clear: both;
  margin: 3px 0;
}
#fullscreen-rotator .flex-control-paging li a {
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: none;
  width: 10px;
  height: 10px;
}
#fullscreen-rotator .flex-control-paging li a:hover {
  background-color: #fff;
}
#fullscreen-rotator .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#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;
  /* Media Queries */
}
@media screen and (max-width: 1240px) {
  .align.center-horz.center-vert, .align.center-vert.center-horz {
    transform: translate(-65%, -50%);
  }
  #image-rotator {
    overflow: hidden;
  }
  #slider {
    height: auto !important;
  }
  #slider .slider-text {
    width: 50%;
    bottom: -45%;
  }
}
@media screen and (max-width: 1180px) {
  #fullscreen-rotator .flex-caption .align.center-horz.center-vert, #fullscreen-rotator .flex-caption .align.center-vert.center-horz {
    width: auto;
    left: 35%;
    transform: translate(-25%, -50%);
  }
  #fullscreen-rotator h2 {
    padding: 40px 0 0 0;
  }
  #fullscreen-rotator h3 {
    padding: 0 0 40px 0;
  }
  #fullscreen-rotator .right-side {
    text-align: right;
    top: 180px;
    right: 0;
    line-height: 32px;
    margin-right: 0;
  }
  #fullscreen-rotator.loaded .right-side p {
    margin-bottom: 0;
  }
  #fullscreen-rotator br {
    display: none;
  }
  #fullscreen-rotator .flex-caption a:before, #fullscreen-rotator .flex-caption div:before {
    right: 50%;
    top: auto;
    bottom: 0;
    height: 6px;
  }
  #fullscreen-rotator.loaded .flex-caption a:before, #fullscreen-rotator.loaded .flex-caption div:before {
    right: 0;
    width: 100%;
    top: auto;
    height: 6px;
  }
}
@media screen and (max-width: 1070px) {
  #fullscreen-rotator .right-side {
    display: none;
  }
}
@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;
  }
  #fullscreen-rotator {
    display: none;
  }
}
