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

Theme: Apple Style
Version: 1.3
Theme Author: Ian Lunn @IanLunn
Author URL: http://www.ianlunn.co.uk/
Theme URL: http://www.sequencejs.com/themes/apple-style/

This is a FREE theme and is available under a MIT License:
http://www.opensource.org/licenses/mit-license.php

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
*/
/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */


ol, ul {
  list-style: none;
}


#sequence-theme {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

/* when in fallback mode (for browsers that don't support transitions) hide anything outside of the Sequence container */
#sequence.sequence-fallback {
  overflow: hidden;
}

#sequence {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  opacity: 1;
  /* Preloader */
  /* !Preloader */
  /* Frame Animations */
  /* !Frame Animations */
}
#sequence > .sequence-canvas {
    position:relative;
  height: 100%;
  padding:0;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#sequence > .sequence-canvas li > * {
  position: absolute;
}

#sequence h2 {
  font-family: "Dosis", sans-serif;
  font-size: 58px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#sequence p {
    line-height:32px;
}

#sequence h3 {
  font-family: "Magra", sans-serif;
  font-size: 20px;
}
/*#sequence .controls {
  height: 49px;
  margin: -25px auto 0;
  padding:0;
  position: relative;
  top: 50%;
  width: 100%;
  z-index: 9998;
}
#sequence .sequence-prev,
#sequence .sequence-next {
  position: absolute;
  z-index: 10000;
  cursor:pointer;
  transition:opacity .3s ease-out;
    width: auto;
    height: 70px;
    line-height:70px;
    top:50%;
    margin-top:-35px;
    font-size:68px;
    opacity: 0.6;
}
#sequence .sequence-next {
  right: 0;
}
#sequence .sequence-prev {
  left: 0;
}*/

#sequence .sequence-next:hover,
#sequence .sequence-prev:hover,
#sequence .sequence-refresh:hover,
#sequence .sequence-pause:hover {
  opacity:1;
}
#sequence .sequence-preloader {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
#sequence .sequence-preloader img {
  background: #ff9933;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  height: 12px;
  opacity: 0;
  position: relative;
  top: -50%;
  width: 12px;
  -webkit-animation: preload 1s infinite;
  -moz-animation: preload 1s infinite;
  -ms-animation: preload 1s infinite;
  -o-animation: preload 1s infinite;
  animation: preload 1s infinite;
}
#sequence .sequence-preloader .preloading {
  height: 12px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  width: 48px;
}
#sequence .sequence-preloader img:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#sequence .sequence-preloader img:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#sequence .sequence-preloader .preloading-complete {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .slide1-img {
  right:2%;
  bottom:100px;
  width:45%;
}

#sequence .imac-screen {
    position:absolute;
    width:89.2%;
    /*width: 71%;*/
    height:66%;
    top:5.2%;
    left:5.5%;
    overflow:hidden;
}

#sequence .message-slide1 {
  left: 2%;
  top: 200px;
  width:45%;
}
#sequence .slide2-img {
  left: 10%;
  bottom:100px;
    width:30%;
}

#sequence .ipad-screen {
    position:absolute;
    width:84.5%;
    height:82.4%;
    top:8.8%;
    left:7.5%;
    overflow:hidden;
}

#sequence .message-slide2 {
  right: 10%;
  top: 25%;
    width:40%;
}
#sequence .slide3-img2 {
    width:17%;
  right:37%;
  bottom:100px;
  z-index: 3;
}
#sequence .slide3-img3 {
    width:8%;
  right: 2%;
  bottom:100px;
  z-index: 2;
}

#sequence .iphone-screen {
    position:absolute;
    /*width:65%;*/
    width: 81%;
    height:72%;
    top:14.4%;
    left:9%;
    overflow:hidden;
}

#sequence .slide3-img1 {
  right:2%;
  /*bottom:100px;*/
  width:45%;
  z-index: 1;
}
#sequence .message-slide3 {
  left: 2%;
  top: 120px;
  width:40%;
}

#sequence .sequence-canvas .in-from-left {
  -webkit-transform: translateX(-1000px);
  -moz-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  -o-transform: translateX(-1000px);
  transform: translateX(-1000px);
}

#sequence .sequence-canvas .animate-in .in-from-left {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#sequence .sequence-canvas .animate-out .in-from-left {
  -webkit-transform: translateX(-1000px);
  -moz-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  -o-transform: translateX(-1000px);
  transform: translateX(-1000px);
}

#sequence .sequence-canvas .in-from-right {
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
  transform: translateX(1000px);
}

#sequence .sequence-canvas .animate-in .in-from-right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#sequence .sequence-canvas .animate-out .in-from-right {
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
  transform: translateX(1000px);
}

#sequence .sequence-canvas .in-from-top {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
}

#sequence .sequence-canvas .animate-in .in-from-top {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#sequence .sequence-canvas .animate-out .in-from-top {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
}

#sequence .sequence-canvas .in-from-bottom {
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
}

#sequence .sequence-canvas .animate-in .in-from-bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#sequence .sequence-canvas .animate-out .in-from-bottom {
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
}

#sequence .sequence-canvas .fast {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  transition-delay:.6s;
}

#sequence .sequence-canvas .slow {
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -ms-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  transition-delay:.6s;
}

#sequence .sequence-canvas .animate-out .slow,
#sequence .sequence-canvas .animate-out .fast{
  transition-delay:0s;
	
}

#sequence .sequence-canvas .delay1 {
  transition-delay:1s;
}

#sequence .sequence-canvas .delay2 {
  transition-delay:1.4s;
}

#sequence .sequence-canvas .delay3 {
  transition-delay:1.8s;
}


#sequence .sequence-canvas li > * {
	opacity: 1;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -ms-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

#sequence .sequence-canvas .animate-in > * {
	opacity:1;
}

#sequence .sequence-canvas .animate-out > * {
	opacity: 1;
}

@media (max-width: 991px){
    /*#sequence,
    #sequence-theme{
        height:530px;
    }*/

    #sequence .research_shows .message-slide2, #sequence .how_easy .message-slide2{
      right: 0%;
      top: 25%;
      width: 60%;
    }

    /*#sequence .how_easy .message-slide2{
      top:10%;
    }*/

    /*#sequence .how_easy .message-slide2 .title{
      font-size: 40px !important;
    }*/

    #sequence .how_easy ul.nested-list li {
      margin-bottom: 0px;
    }

   /* #sequence .new_contact_page{
      top:10% !important;
    }

    #sequence .be_conttacted .slide2-img{
      top:20% !important;
    }

    #sequence .get_yours_now .message-slide3{
      top:30% !important;
    }

    #sequence .get_yours_now .icon{
      line-height: 110% !important;
    }*/
}   


@media (max-width: 767px){
    
    /*#sequence,
    #sequence-theme{
        height:400px;
    }*/
    
    #sequence .slide1-img,
    #sequence .slide2-img,
    #sequence .message-slide1,
    /*#sequence .message-slide2,*/
    #sequence .message-slide3 {
      top:80px;
      bottom: auto;
    }
    
    #sequence .slide3-img2 {
      bottom:50px;
    }
    #sequence .slide3-img3 {
      right:1%;
      bottom:50px;
    }
    
    #sequence .slide3-img1 {
      /*bottom:50px;*/
    }
}

@media (max-width: 479px){

    /*#sequence,
    #sequence-theme{
        height:350px;
    }*/
    
    #sequence p {
        line-height:18px;
    }

    #sequence .research_shows .message-slide2, #sequence .how_easy .message-slide2{
      right: 4%;
      top: 14%;
      width: 65%;
    }

    #sequence .research_shows ul, #sequence .how_easy ul{
      margin: 0;
      padding-left: 21px;
    }

    #sequence .research_shows ul.nested-list li, 
    #sequence .how_easy ul.nested-list li, 
    #sequence .be_conttacted ul.nested-list li,
    #sequence .get_yours_now ul.nested-list li {
      margin-bottom: 0px;
      font-size: 13px !important;
      line-height: 17px;
    }

    #sequence .research_shows .slide2-img, #sequence .how_easy .slide2-img{
      left:2%;
      top:20%;
    }

    #sequence .difficult_to_reach, #sequence .but_word, #sequence .how_word, #sequence .i_want_it{
      font-size:15px !important;
    }
    #sequence .how_easy .difficult_to_reach{
      width: 100%;
      left: 0%;
    }

    #sequence .how_easy .message-slide2 .title{
      font-size: 24px !important;
    }

    #sequence .research_shows .but_word{
      left: 60%;
    }

    #sequence .brand_upgrade .message-slide3{
      width:53%;
    }

   /* #sequence .brand_upgrade .message-slide3 .title{
      font-size:20px !important;
    }

    #sequence .brand_upgrade .message-slide3 p{
      font-size:13px !important;
    }

    #sequence .brand_upgrade .message-slide3 .how_word{
      left:40% !important;
    }

    #sequence .brand_upgrade .slide3-img1{
      top: 16% !important;
    }*/

    #sequence .be_conttacted .message-slide2{
      width: 60%;
      right: 5%;
    }
   /* #sequence .be_conttacted .slide2-img{
      left:0%;
      top: 35% !important;
      width: 47% !important;
    }
    #sequence .i_want_it{
      left:60% !important;
    }*/
    #sequence .get_yours_now .message-slide3{
      width: 52%;
    }
    #request_invite{
      padding-top: 80px;
    }
    /*.jumbotron{
      background: red !important;
    }*/
}

/*@media (max-width: 1169px){
	
	#sequence .controls {
		display:none;
	}

}*/




