/*
Theme created for use with Sequence.js (http://www.sequencejs.com/)

Theme:   Sliding Horizontal Parallax (Responsive)
Version:   0.2.2 Beta
Theme Author:   Ian Lunn @IanLunn
Author URL:   http://www.ianlunn.co.uk/
Theme URL:   http://www.sequencejs.com/themes/sliding-horizontal-parallax/

This is a FREE theme and is dual licensed under the following: 
http://www.opensource.org/licenses/mit-license.php | http://www.gnu.org/licenses/gpl.html

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 unless otherwise stated.
Aside from these comments, you may modify and distribute this file as you please. Have fun!
 */
/* VARS */
/* ANIMATIONS */
@-webkit-keyframes promoLight {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
/* MIXINS */
/* STYLES */
#sequence #prev,
#sequence #next {
  display: none !important;
  position: absolute;
  top: 80%;
  width: 50px;
  height: 50px;
  z-index: 9;
  font-size: 40px;
  font-weight: 100;
  line-height: 42px;
  color: white;
  text-align: center;
  background: #222;
  border: 3px solid white;
  cursor: pointer;
  border-radius: 100%;
  opacity: .5;
}
#sequence #prev:hover,
#sequence #next:hover {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  #sequence #prev,
  #sequence #next {
    display: block !important;
  }
}
#sequence #prev {
  left: -100px;
}
#sequence #next {
  right: -100px;
}
#sequence_wrapper {
  height: 405px;
  width: 100%;
  position: absolute;
}
#sequence {
  height: 100%;
  width: 990px !important;
  position: absolute;
  left: 50%;
  margin-left: -495px;
  z-index: 1;
  /*backface-visibility prevents graphical glitches when frames are animating*/

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sequence li {
  display: block;
  /* SLIDE 1 */

  /* SLIDE 2 */

  /* SLIDE 3 */

}
#sequence li > * {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#sequence li > *.animate-in {
  opacity: 1;
}
#sequence li strong {
  display: block;
  font-family: 'Arvo', serif;
  letter-spacing: -1px;
  font-weight: bold;
  color: #111;
}
#sequence li small {
  display: block;
  color: #143ba0;
  font-size: .75em;
}
#sequence li#slide1 .text {
  right: 40px;
  top: 100px;
  font-size: 2.8em;
  line-height: 1.15em;
  z-index: 3;
  transform: translatey(-200px);
  -ms-transform: translatey(-200px);
  -moz-transform: translatey(-200px);
  -webkit-transform: translatey(-200px);
  -o-transform: translatey(-200px);
  transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#sequence li#slide1 .text.animate-in {
  transform: translatey(0);
  -ms-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  -o-transform: translatey(0);
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
#sequence li#slide1 .text.animate-out {
  transform: translatey(250px);
  -ms-transform: translatey(250px);
  -moz-transform: translatey(250px);
  -webkit-transform: translatey(250px);
  -o-transform: translatey(250px);
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
#sequence li#slide1 .img1 {
  left: 300px;
  top: 80px;
  z-index: 0;
  transform: translatex(-100px);
  -ms-transform: translatex(-100px);
  -moz-transform: translatex(-100px);
  -webkit-transform: translatex(-100px);
  -o-transform: translatex(-100px);
}
#sequence li#slide1 .img1.animate-in {
  transform: translatex(0);
  -ms-transform: translatex(0);
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  -o-transform: translatex(0);
}
#sequence li#slide1 .img1.animate-out {
  transform: translatex(100px);
  -ms-transform: translatex(100px);
  -moz-transform: translatex(100px);
  -webkit-transform: translatex(100px);
  -o-transform: translatex(100px);
}
#sequence li#slide1 .img2 {
  left: 300px;
  top: 80px;
  z-index: 0;
  transform: translatex(-150px);
  -ms-transform: translatex(-150px);
  -moz-transform: translatex(-150px);
  -webkit-transform: translatex(-150px);
  -o-transform: translatex(-150px);
}
#sequence li#slide1 .img2.animate-in {
  transform: translatex(0);
  -ms-transform: translatex(0);
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  -o-transform: translatex(0);
}
#sequence li#slide1 .img2.animate-out {
  transform: translatex(150px);
  -ms-transform: translatex(150px);
  -moz-transform: translatex(150px);
  -webkit-transform: translatex(150px);
  -o-transform: translatex(150px);
}
#sequence li#slide1 .img3 {
  left: 300px;
  top: 80px;
  z-index: 1;
  transform: translatex(-200px);
  -ms-transform: translatex(-200px);
  -moz-transform: translatex(-200px);
  -webkit-transform: translatex(-200px);
  -o-transform: translatex(-200px);
}
#sequence li#slide1 .img3.animate-in {
  transform: translatex(0);
  -ms-transform: translatex(0);
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  -o-transform: translatex(0);
}
#sequence li#slide1 .img3.animate-out {
  transform: translatex(200px);
  -ms-transform: translatex(200px);
  -moz-transform: translatex(200px);
  -webkit-transform: translatex(200px);
  -o-transform: translatex(200px);
}
#sequence li#slide2 .img1 {
  right: -40px;
  bottom: -160px;
  z-index: 0;
  transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  animation: promoLight 10s infinite linear;
  -ms-animation: promoLight 10s infinite linear;
  -moz-animation: promoLight 10s infinite linear;
  -webkit-animation: promoLight 10s infinite linear;
  -o-animation: promoLight 10s infinite linear;
}
#sequence li#slide2 .img1.animate-in {
  transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#sequence li#slide2 .text {
  left: 380px;
  top: 150px;
  font-size: 2.8em;
  line-height: 1.15em;
  z-index: 3;
  transform: translatex(-200px);
  -ms-transform: translatex(-200px);
  -moz-transform: translatex(-200px);
  -webkit-transform: translatex(-200px);
  -o-transform: translatex(-200px);
}
#sequence li#slide2 .text.animate-in {
  transform: translatex(0);
  -ms-transform: translatex(0);
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  -o-transform: translatex(0);
}
#sequence li#slide2 .img2 {
  right: -100px;
  bottom: 20px;
  z-index: 1;
  transform: translatey(100px);
  -ms-transform: translatey(100px);
  -moz-transform: translatey(100px);
  -webkit-transform: translatey(100px);
  -o-transform: translatey(100px);
  transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
#sequence li#slide2 .img2.animate-in {
  transform: translatey(0);
  -ms-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  -o-transform: translatey(0);
}
#sequence li#slide2 .promo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #e10000;
  border: 1px solid #111;
  text-align: center;
  line-height: 100px;
  font-size: 2.5em;
  color: #fff;
  text-shadow: 0 -1px 0 #111111;
  font-weight: bold;
  top: 210px;
  left: 670px;
  background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1) 100%);
  background-image: -moz-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1) 100%);
  background-image: radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1) 100%);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  -ms-transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  -moz-transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  -webkit-transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  -o-transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
#sequence li#slide2 .promo.animate-in {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#sequence li#slide3 .img1 {
  left: 260px;
  top: -40px;
  z-index: 0;
  transform: translatey(-100px) rotate(90deg);
  -ms-transform: translatey(-100px) rotate(90deg);
  -moz-transform: translatey(-100px) rotate(90deg);
  -webkit-transform: translatey(-100px) rotate(90deg);
  -o-transform: translatey(-100px) rotate(90deg);
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
#sequence li#slide3 .img1.animate-in {
  transform: translatey(0) rotate(45deg);
  -ms-transform: translatey(0) rotate(45deg);
  -moz-transform: translatey(0) rotate(45deg);
  -webkit-transform: translatey(0) rotate(45deg);
  -o-transform: translatey(0) rotate(45deg);
}
#sequence li#slide3 .img1.animate-out {
  transform: translate(100px, -100px) rotate(45deg);
  -ms-transform: translate(100px, -100px) rotate(45deg);
  -moz-transform: translate(100px, -100px) rotate(45deg);
  -webkit-transform: translate(100px, -100px) rotate(45deg);
  -o-transform: translate(100px, -100px) rotate(45deg);
}
#sequence li#slide3 .img2 {
  left: 360px;
  top: 160px;
  z-index: 0;
  transform: translatey(100px) rotate(90deg);
  -ms-transform: translatey(100px) rotate(90deg);
  -moz-transform: translatey(100px) rotate(90deg);
  -webkit-transform: translatey(100px) rotate(90deg);
  -o-transform: translatey(100px) rotate(90deg);
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
#sequence li#slide3 .img2.animate-in {
  transform: translatey(0) rotate(45deg);
  -ms-transform: translatey(0) rotate(45deg);
  -moz-transform: translatey(0) rotate(45deg);
  -webkit-transform: translatey(0) rotate(45deg);
  -o-transform: translatey(0) rotate(45deg);
  transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
#sequence li#slide3 .img2.animate-out {
  transform: translate(-100px, 100px) rotate(45deg);
  -ms-transform: translate(-100px, 100px) rotate(45deg);
  -moz-transform: translate(-100px, 100px) rotate(45deg);
  -webkit-transform: translate(-100px, 100px) rotate(45deg);
  -o-transform: translate(-100px, 100px) rotate(45deg);
}
#sequence li#slide3 .text {
  right: 0;
  top: 120px;
  font-size: 2.8em;
  line-height: 1.15em;
  z-index: 3;
  text-align: right;
  transform: translatex(100px);
  -ms-transform: translatex(100px);
  -moz-transform: translatex(100px);
  -webkit-transform: translatex(100px);
  -o-transform: translatex(100px);
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
#sequence li#slide3 .text.animate-in {
  transform: translatex(0);
  -ms-transform: translatex(0);
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  -o-transform: translatex(0);
  transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#sequence li#slide3 .img3 {
  right: 80px;
  bottom: 60px;
  z-index: 2;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  -ms-transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  -moz-transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  -webkit-transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  -o-transition-timing-function: cubic-bezier(0.5, -1, 0.5, 2);
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
#sequence li#slide3 .img3.animate-in {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#sequence li#slide3 .img3.animate-out {
  transform: scale(2);
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  transition-delay: 0;
  -ms-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
}
