  /*
  Theme Name: Bootslander
  Theme URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

.sequence-theme2 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 500px;
  max-width: 95%;
  -webkit-backface-visibility: hidden;
  /* prevent graphical glitches in WebKit browsers when using transitions */
}
.sequence-theme2 .sequence2 {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 95%;
  width: 100%;
  background-color:none;
}
.sequence-theme2 .next,
.sequence-theme2 .prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  height: 50px;
  margin-top: -47.5px;
}
.sequence-theme2 .pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-theme2 .paused {
  opacity: 0.3;
}
.sequence-theme2 .prev {
  left: 0;
}
.sequence-theme2 .next {
  right: 0;
}
.sequence-theme2 .prev img,
.sequence-theme2 .next img {
  height: 100%;
  width: auto;
}
.sequence-theme2 .sequence-preloder {
  background: #d9d9d9;
}
.sequence-theme2 .nav {
  bottom: 10%;
  width:48%;
  display: none;
  margin-left: 3.5%;
  position: absolute;
  -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-theme2 .nav li {
  display: inline-block;
  height: 10px;
    padding-left:20px;
}
.sequence-theme2 .nav li {
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
}
.sequence-theme2 .nav li img {
	height:120px;
	width:auto;
  cursor: pointer;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme2 .nav li img.active {
  opacity: 1;
}
.sequence-theme2 .sequence2 li {
  height: 100%;
  position: absolute;
  top: -75%;
  width: 100%;
}
.sequence-theme2 .sequence2 li > * {
  position: absolute;
  
}
.sequence-theme2 .sequence2 li img {
  height: 96%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sequence-theme2 h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 30px;
 }
.sequence-theme2 h3{
  color: #fff;
  font-weight: bold;
  text-align: left !important;
}
.sequence-theme2 .next,
.sequence-theme2 .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-theme2 .next:hover,
.sequence-theme2 .prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme2 .sequence2 .title {
  top: 90%;
  font-size: 20px ;
  width:60%;
  opacity: 0;
  text-align:left;
  bottom: 10%;
  z-index: 100;
  color:#000;
  font-weight:bold;
  /*text-shadow: 5px 5px 5px #5F9EA0;*/
}
.sequence-theme2 .animate-in .title {
  left: 10.5%;
  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;
}
.sequence-theme2 .animate-out .title {
  left: 33%;
  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;
}
.sequence-theme2 .subtitle {
  color: #000;
  font-size: 18px;
  width: 55% !important;
  opacity: 0;
  top: 100%;
  text-align: left;
}
.sequence-theme2 .animate-in .subtitle {
  left: 10.5%;
  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;
}
.sequence-theme2 .animate-out .subtitle {
  left: 33%;
  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;
}
.sequence-theme2 .model {
  left: 60%;
  top: 80%;
  bottom: -48%;
  opacity: 0;
  position: relative;
  height: auto !important;
  max-height: 334px;
  width: 30%;
  min-width: 225px;
  /*prevents the model from shrinking when the browser is resized*/
  max-width: 250px;  
}

.sequence-theme2 .animate-in .model {
  left: 70%;
  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;
}

.sequence-theme2 .animate-out .model {
  left: 100%;
  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;  
}
/*============== Sequence CSS E2D===================*/

/* parallax */

section#intro2 {
 
   /*background: linear-gradient(
        rgba(20,20,20, .6), 
        rgba(20,20,20, .4)),
        transparent url(../images/b33.jpg) 50%  0 no-repeat;
		background-size:100% 100%;*/
		background:#FAFAFB;
  max-height: 500px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 1024px) {
  section#intro2 {
    background-attachment: fixed;
  }
}

/* featured */
.sequence2 h1{
	font-size:2.2em;
	color:#000;
	position:absolute;
	margin-top:2%;
	text-align:left;
	margin-left:10.3%;
}
.sequence2 .thumbt{
	font-weight:bold;
	font-size:1em;
	margin-left:10.5%;
	margin-top:22%;
	color:#000;
	position:absolute;
}
.featured {
  background: none;
  padding: 0;
  padding-bottom: 30px;
  text-align: center;
  color: #f0f0f0;
}



/*==============Start of Mobile Responsiveness===================*/
@media only screen and (min-width: 1601px) and (max-width: 5000px) {
  .sequence2 .thumbt {
    font-weight: bold;
    font-size: 1em;
    margin-left: 10%;
    margin-top: 15%;
    color: #000;
    position: absolute;
    top: 6%;
  }
  .sequence-theme2 .nav {
    left: 10.8%;
    text-align: left;
    margin-left: 0!important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.sequence-theme2 .thumbt{
		top:-6.3%;
		left:-0.1%;
	}
	.sequence-theme2 .nav {
		left:-16%;
		width:75%;
	}
}
@media only screen and (min-width: 1224px) {
  /*only display the hover effect on desktops/laptops*/
  .sequence-theme2 .nav li img:hover {
    opacity: 1;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
}
@media only screen and (max-width:1140px) and (min-width:1025px) {
	.sequence-theme2 .sequence2 h1{
		margin-left:3.7%;
	}
	.sequence-theme2 .animate-in .title {
		margin-left:-7%;
	}
	.sequence-theme2 .animate-in .subtitle {
		margin-left:-7%;
		top:105%;
	}
	.sequence-theme2 .thumbt{
		top:16%;
		margin-left:3.6%;
	}
	.sequence-theme2 .nav {
		left:-19.2%;
		width:80%;
	}

}
@media only screen and (max-width: 1024px) and (min-width: 1000px){

	.sequence-theme2 .thumbt{
		left:-0.1% ;
		top:15%;
	}
	.sequence-theme2 .nav {
		left:4.4%;
	}
}
@media only screen and (max-width: 999px) and (min-width: 980px){
		.sequence-theme2 .thumbt{
		left:-0.1% ;
		top:15%;
	}
	.sequence-theme2 .nav {
		left:5.4%;
	}
}
@media only screen and (min-width: 839px) and (max-width: 979px){
	.sequence-theme2 .sequence2 h1{
		left:-9%;
	}
	.sequence-theme2 .sequence2 .title{
		left:1.2%;
		width:50%;
	}
	.sequence-theme2 .sequence2 .subtitle {
		top:102%;
		left:1.2%;
	}
	.sequence-theme2 .thumbt{
		left:-9% ;
		top:28%;
	}
	.sequence-theme2 .nav {
		left: -15.1%;
    width: 90%;
	}
}

@media only screen and (max-width: 838px) {
  .sequence-theme2 {
    height: 550px;

  }
  .sequence-theme2 .model {
    max-height: 530px ;
    width: auto;

  }
  .sequence-theme2 .title {
    width: 420%;
    left: 70%;
  }
   .sequence-theme2 .nav {

  }
}
@media only screen and (max-width: 768px) {
  .sequence-theme2 {
    height: 600px;
	width:90%;
  }
   .sequence-theme2 .sequence2{

   }
    .sequence-theme2 .model {
    max-height: 280px !important;
    width: auto;
	left:15%;
  }
    .sequence-theme2 .animate-in .model {
    left: 32%;
	margin-left:32%;

  }
  .sequence-theme2 .animate-out .model {
    left: 25%;

  }
    .sequence-theme2 h1{
	  font-size:1.8em;
	  margin-left:0%;
  }
  .sequence-theme2 .sequence2 .title {
    margin-left:-10%;
	font-size:1.2em ;
	width:350px ;
  }
  .sequence-theme2 .subtitle {
    margin-left:-10%;
	font-size:12px;
	width:95%;
	top:105%;
  }
  .sequence-theme2 .sequence2 .thumbt{
	  margin-top:50%;
	  margin-left:0.5%;
  }
  .sequence-theme2 .next,
  .sequence-theme2 .prev {
    height: 60px;
    margin-top: -40px;
  }

   .sequence-theme2 .nav{
	left:-30%;
	width:100%;
	top:58%;
   }
   .sequence-theme2 .nav img{
	   height:80px !important;
    width:50px;

  }
}
@media only screen and (max-width: 668px) {
	.sequence-theme2 {
		width:120%;
	}
	.sequence-theme2 .sequence2 h1{
		font-size:1.6em;
		margin-left:0.3%;
	}
	.sequence-theme2 .animate-in .model {
		left: 21%;
	}
	.sequence-theme2 .animate-out .model {
		left: 8%;
	}
	.sequence-theme2 .sequence2 .title {
		margin-left:-10%;
		font-size:0.9em ;
		width:50%;
	}
	.sequence-theme2 .subtitle {
		margin-left:-10%;
		font-size:12px;
		width:95%;
		margin-top:-3%;
	}
	.sequence-theme2 .sequence2 .thumbt{
		margin-top:75%;
		margin-left:0%;
	}
	.sequence-theme2 .nav{
		margin-left:0.2%;
		width:100%;
		top:65%;
	}
}
@media only screen and (max-width: 568px) {
  .sequence-theme2 .model {
    left: 50%;
    min-width: 40%;
    /*prevents the model from shrinking when the browser is resized*/
    width: 40%;
  }
  .sequence-theme2 .animate-in .model {
    left: 50%;
    margin-left: -20%;
  }
  .sequence-theme2 .animate-out .model {
    left: 50%;
    margin-left: -20%;
  }

  .sequence-theme2 .subtitle {
    visibility: hidden;
  }
  .sequence-theme2 .nav {
    bottom: 40px;
    visibility: hidden;
  }
  .sequence-theme2 .nav li img {
    height: 100px;
    visibility: hidden;
  }
}
@media only screen and (max-width: 518px) {
  .sequence-theme2 {
    height: 450px;
  }
  .sequence-theme2 .nav {
    opacity: 0;
    visibility: hidden;
  }
  .sequence-theme2 .title {
  
  }
}
@media only screen and (max-width: 468px) {
  .sequence-theme2 {
    height: 415px;
  }
  .sequence-theme2 .nav {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 418px) {
  /*iphone portrait*/
  .sequence-theme2 {
    height: 400px;
  }
  .sequence-theme2 .sequence2{
	  height:420px;
	  width:100%;
  }

  .sequence-theme2 .sequence2 .thumbt{
	  visibility:hidden;
  }
  .sequence-theme2 .animate-in .model {
    margin-left: -21%;
  }
  .sequence-theme2 .animate-out .model {
    margin-left: -25%;
  }
  .sequence-theme2 .nav{
	  visibility:hidden;
  }
  	.sequence-theme2 .sequence2 h1{
	font-size:1.5em;
	margin-left:25%;
	text-align:center;
  }
  .sequence-theme2 .sequence2 .title {
	  visibility: visible;
	  font-size: 0.9em;
	  width:100%;
	  color:#000;	
	  margin-top:75%;
	  font-weight:bold;
	}
	.sequence-theme2 .animate-in .title {
		width:75%;
		left:30%;
		 text-align:center;
	}
	.sequence-theme2 .animate-out .title {
	  left: 10%;
	}
}
@media only screen and (max-width: 368px) {
 /*iphone portrait*/
  .sequence-theme2 {
    height: 420px;
  }
  .sequence-theme2 .sequence2{
	  height:510px;
	  width:100%;
  }

  .sequence-theme2 .sequence2 .thumbt{
	  visibility:hidden;
  }
  .sequence-theme2 .animate-in .model {
    margin-left: -26%;
  }
  .sequence-theme2 .animate-out .model {
    margin-left: -25%;
  }
  .sequence-theme2 .nav{
	  visibility:hidden;
  }
  	.sequence-theme2 .sequence2 h1{
	font-size:1.5em;
	margin-left:73px;
	text-align:center;
  }
  .sequence-theme2 .sequence2 .title {
	  visibility: visible;
	  font-size: 0.9em;
	  width:100%;
	  color:#000;	
	  margin-top:100%;
	  font-weight:bold;
	}
	.sequence-theme2 .animate-in .title {
		width:80%;
		margin-left:-17%;
		 text-align:center;
	}
	.sequence-theme2 .animate-out .title {
	  left: 10%;
	}
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
   /*iphone portrait*/
  .sequence-theme2 {
    height: 400px;
  }
  .sequence-theme2 .sequence2{
	  height:500px;
	  width:100%;
  }

  .sequence-theme2 .sequence2 .thumbt{
	  visibility:hidden;
  }
  .sequence-theme2 .animate-in .model {
    margin-left: -24%;
  }
  .sequence-theme2 .animate-out .model {
    margin-left: -25%;
  }
  .sequence-theme2 .nav{
	  visibility:hidden;
  }
  	.sequence-theme2 .sequence2 h1{
	font-size:1.5em;
	margin-left:10px;
	text-align:center;
  }
  .sequence-theme2 .sequence2 .title {
	  visibility: visible;
	  font-size: 0.9em;
	  width:100%;
	  color:#000;	
	  margin-top:95%;
	  font-weight:bold;
	}
	.sequence-theme2 .animate-in .title {
		width:90%;
		margin-left:-5%;
		 text-align:center;
	}
	.sequence-theme2 .animate-out .title {
	  left: 10%;
	}

}
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
  .sequence-theme2 {
    height: 260px;
  }

  .sequence-theme2 .model {
    min-width: 24%;
    width: 24%;
  }
  .sequence-theme2 .animate-in .model {
    left: 17.5%;
    margin-left: 0;
  }
  .sequence-theme2 .animate-out .model {
    left: 17.5%;
    margin-left: 0;
  }
  .sequence-theme2 .nav {
   visibility:hidden;
  }


}
/*==============End of Mobile Responsiveness===================*/
