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

Theme: Modern Slide In
Version: 1.3
Theme Author: Ian Lunn @IanLunn
Author URL: http://www.ianlunn.co.uk/
Theme URL: http://www.sequencejs.com/themes/modern-slide-in/

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 */



blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* !CSS RESET */
/* prefix declarations */
/* THEME STYLES */


#sequence {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background-position: 50% 100%;
  color: white;
  font-size: 0.625em;
  margin: 10 auto;
  position: relative;
  height: 485px;
}
.features .key{
  font-size: 70px;
  line-height: 65px;
}
.features .key{
  font-size: 70px;
  line-height: 65px;
}
.features .title .subtitle{
  font-size: 20px;
}
#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
  padding-left: 0px;
}
#sequence > .sequence-canvas .btn-primary{
  width: auto;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  list-style: none;
}
#sequence > .sequence-canvas li > * {
  position: relative;
  /* only cause the left and opacity properties to transition */
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
}
#sequence > .sequence-canvas > li img{
  position: relative;
}
.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 15px;
  position: absolute;
  top: 55%;
  z-index: 100;
  margin-top: -47.5px;
}

.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}

.sequence-paused {
  opacity: 0.3;
}

.sequence-prev {
  left: 0%;
}

.sequence-next {
  right: 0%;
}

.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto;
}

#sequence-preloader {
  background: #d9d9d9;
}

.sequence-pagination {
  bottom: 1%;
  display: none;
  right: 6%;
  position: absolute;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-pagination li {
  display: inline-block;
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
  height: 140px;
}
.sequence-pagination li img {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: margin-bottom, opacity;
  -moz-transition-property: margin-bottom, opacity;
  -ms-transition-property: margin-bottom, opacity;
  -o-transition-property: margin-bottom, opacity;
  transition-property: margin-bottom, opacity;
}
.sequence-pagination li img:hover {
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sequence-pagination li.current img {
  opacity: 1;
}


.sequence-next,
.sequence-prev {
  position: absolute;
  opacity: 0.6;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.sequence-next:hover,
.sequence-prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.diy{
  background: url("../img/windows/website-builder.jpg") no-repeat right center;
}
.services{
  background: url("../img/windows/services.jpg") no-repeat right center;
}
.services .title{
  background: none !important;
  padding-left: 100px !important;
  padding: 20px 40px;
  width: 60% !important;
  padding-right: 0px;
}
.services .buton{
  margin-top: 150px;
}
.title {
  left: 0%;
  font-size: 3.4em;
  width: 100%;
  opacity: 0;
  z-index: 50;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #FFF;
  line-height: 35px;
  text-transform: uppercase;
  padding: 10px 0px 10px 0px;
  margin-right: 20px;
}
.title .link{
  color: #e1242a;
  font-size: 17px;
  font-weight: 400;
  text-transform: lowercase;
}
.title .link:hover{
  color: #fff;
}
.titletag{
  font-size: 20px;
}
.htitle .key{
  font-size: 70px;
  line-height: 65px;
}
.key{
  line-height: 45px;
  margin-top: 0px;
  font-size: 37px;
}
.leadingdbgh{
  padding-top: 48px !important;
}
.animate-in .title {
  left: 0%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.animate-out .title {
  left: 35%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.title .subtitle {
  color: fff;
  font-size: 22px;
  left: 35%;
  opacity: 0;
  font-weight: 400;
  margin-top: 15px;
  line-height: 30px;
  text-transform: none;
}
.title .subtitle .dvrd{
  color: #484848;
  margin: 0px 2px;
}
.maintitle {
  font-size: 30px;
  font-weight: 200;
  margin-top: 0px;
  color: #fff !important;
  line-height: 20px;
}
.bnrbullets{
  padding-left: 10px;
  padding-top: 15px;
}
.bnrbullets li{
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 7px;
  margin-top: 5px;
  list-style: none;
  padding-left: 18px;
  text-transform: none;
}
.bnrbullets li:before{
  content: "+";
  position: absolute;
  margin-left: -15px;
  color: #fff;
}

.animate-in .title .subtitle {
  left: 8%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.animate-out .title .subtitle {
  left: 65%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.model {
  opacity: 0;
  position: absolute;
  height: auto !important;
  max-height: 475px !important;
  width: 50%;
  max-width: none;  
  
  /* prevents the model from shrinking when the browser is resized */

}

.animate-in .model {

  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.animate-out .model {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media only screen and (min-width: 992px) {
  #sequence .title {
    width: 100%;
    min-height: 475px !important;
    margin-right: 0px;
    text-align: left;
  }
  #sequence .title-main {
    width: 100%;
    background: #e1242a;
    min-height: 475px !important;
    left: 0;
    padding: 100px 130px 0px;
    text-align: center;
    background: url("../img/home/slider/bw.png") no-repeat right center;
  }
  #sequence .title-main .key{
    color: #fff;
    font-size: 20px !important;
    line-height: 30px;
    margin-bottom: 10px;
    background: rgba(225, 36, 42, 0.84);
    padding: 20px 30px 20px;
    font-weight: 400;
    border: none;
    width: 100%;
    margin-top: 235px;
  }
  #sequence .title-main .subtitle{
    font-size: 15px;
    font-weight: 200;
    color: #FFF;
    background: rgba(0, 0, 0, 0.85);
    padding: 20px 30px;
    line-height: 22px;
    font-weight: 200;
    width: 84%;
    margin-top: -10px;
    margin-left: 156px;
  }
  #sequence .diy .title {
    width: 50%;
    background: rgba(0, 0, 0, 0.71);
    min-height: 475px !important;
    right: 0;
    padding-left: 67px;
    padding-right: 60px;
    left: 50%;
  }
   #sequence .diy .title li{
    padding-left: 20px;
    line-height: 20px;
   }
   #sequence .diy .title li:before{
    content: "+";
    position: absolute;
    margin-left: -15px;
    color: #fff;
   }
   #sequence .diy .title .amnt{
    font-size: 37px;
    font-weight: 400;
    margin-top: 30px;
   }
   #sequence .diy .title .crncy{
    font-size: 17px;
    font-weight: 200;
   }
   #sequence .diy .title .btn{
    width: 150px;
   }
   
   .title{
    width: 100% !important;
  }
}
@media only screen and (max-width: 838px) {
  
  .title{
    width: 100% !important;
    left: 1% !important; 
  }
  #sequence {
    height: 550px;
  }
  #sequence .model {
    max-height: 530px !important;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #sequence {
    height: 500px;
  }
  #sequence .title {
    font-size: 2.8em;
    
  }
  #sequence .subtitle {
    font-size: 1.6em;
    width: 80%;
  }
  .hosting .slider h1 {
    font-size: 38px;
    line-height: 40px;
  }
  .hosting .slider p {
    font-size: 23px;
  }
  .subtitle span{
    width: 80%;
  }
  #sequence .sequence-next,
  #sequence .sequence-prev {
    height: 60px;
    margin-top: -40px;
  }
  #sequence .model {
    max-height: 480px !important;
    width: auto;
  }
  #sequence .title{
    padding-top: 7%;
  }
}
@media only screen and (max-width: 568px) {
  #sequence .model {
    left: 50%;
    min-width: 40%;
    /*prevents the model from shrinking when the browser is resized*/
    width: 40%;
  }
  #sequence .animate-in .model {
    left: 50%;
    margin-left: -20%;
  }
  #sequence .animate-out .model {
    left: 50%;
    margin-left: -20%;
  }
  #sequence .title {
    bottom: 0;
    left: 100%;
    padding: 0%;
    width: 100%;
    z-index: 10;
    padding-top: 55px;
  text-align: center;
  }
  #sequence .animate-in .title {
    left: 0%;
  }
  .hosting .slider h1 {
    font-size: 33px;
    line-height: 35px;
  }
  .hosting .slider p {
    font-size: 20px;
    line-height: 30px;
  }
  #sequence .animate-out .title {
    left: -100%;
  }
  #sequence .subtitle {
    visibility: hidden;
  }
  #sequence .sequence-pagination {
    bottom: 40px;
  }
  #sequence .sequence-pagination li img {
    height: 100px;
  }
}
@media only screen and (max-width: 518px) {
  #sequence {
    height: 450px;
  }
}
@media only screen and (max-width: 468px) {
  #sequence {
    height: 415px;
  }
  #sequence .sequence-pagination {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 418px) {
  #sequence {
    height: 375px;
  }
}
@media only screen and (max-width: 368px) {
  #sequence {
    height: 325px;
  }
  #sequence .title {
    font-size: 2.2em;
  }
  #sequence .title{
    padding-top: 20%;
  }
  .hosting .slider h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .hosting .slider p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  /*iphone portrait*/
  #sequence {
    height: 320px;
  }
  #sequence .model {
    min-width: 45%;
    width: 45%;
  }
  #sequence .animate-in .model {
    margin-left: -22.5%;
  }
  #sequence .animate-out .model {
    margin-left: -22.5%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
  #sequence {
    height: 260px;
  }
  #sequence .model {
    min-width: 24%;
    width: 24%;
  }
  #sequence .animate-in .model {
    left: 17.5%;
    margin-left: 0;
  }
  #sequence .animate-out .model {
    left: 17.5%;
    margin-left: 0;
  }
  #sequence .sequence-pagination {
    right: 17.5%;
  }
  
}



