#slider {
	position: relative;
	height: 450px;
	margin: 0 auto 44px;
    background-color: #0187D0;
}


/**** Text ****/
#slider h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
    padding: 0 19%;
	margin-bottom: 4px;
	position: relative !important;
}
#slider p {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    width: 100%;
	font-weight: 300;
	padding: 0 20%;
   	position: relative !important;
}



/**** Controls ****/
.next,
.prev {
    -moz-transition: all 0.3s ease-out 0s;
    background: url("images/btn_left.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 38px;
    margin-top: -19px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 38px;
    z-index: 999;
    opacity: 0;
}
.prev {
	left: 2%;
}
.next {
	right: 2%;
	background: url("images/btn_right.png") no-repeat scroll 0 0 transparent;
}
#slider:hover .next, 
#slider:hover .prev{
	opacity: .8;
}


#sequence-preloader{
	background: #d9d9d9;
}



/* Slider navigation  */
#slider #nav {
    bottom: 72px;
    list-style: outside none none;
    position: absolute;
    text-align: center;
    transition-duration: 0.5s;
    width: 100%;
}
#slider #nav li {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    opacity: 0.3;
    cursor: pointer;
}
#slider #nav li.active {
	opacity: 0.8;
}




/**** Sequence ****/
#sequence {
    display: block;
    height: 100%;
    margin: 0 auto;
   	padding: 0 0;
    width: 100%;
}
#sequence ul{
	padding: 0;
	margin: 0;
}
#sequence li{
	height: 100%;
	position: absolute;
	width: 100%;
	overflow: hidden;
}
#sequence li * {
	position: absolute;
}
#sequence li span {
	position: relative;
}
#sequence li img{
	height: 96%;
}


/**** Title ****/
.title {
	left: 15%;
	width: 56%;
	opacity: 0;
	top: 24%;
	z-index: 50;
}
.title.animate-in {
	left: 0%;
	opacity: 1;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}
.title.animate-out {
	left: -15%;
	opacity: 0;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}


/**** Subtitle ****/
.subtitle {
	width: 100%;
	opacity: 0;
	top: 24%;
	z-index: 99;
}
.subtitle.animate-in {
	left: 0%;
	opacity: 1;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}
.subtitle.animate-out {
	left: 14%;
	opacity: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}


/**** Model ****/
.model {
	bottom: 0;
	top: 0;
	left: 0;
	opacity: 0;
	position: relative;
	height: auto !important;


	background-size: cover;
	background-position: center center;     
	height: 424px;
    width: 100%;
}

.model.animate-in {
	left: 0%;
	opacity: 1;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.model.animate-out {
	left: 0%;
	opacity: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}


/**** Slider features ****/
.slider-features {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    color: #FFF;
	padding: 20px 0;
}
.slider-features-item {
    background: transparent url("images/sp-features.png") no-repeat scroll 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    padding: 4px 0 4px 72px;
}
.slider-features-item:last-child {
    border-right: none;	
}
.slider-features-item span{
	font-weight: 100;
}




@media all and (max-width: 1200px) {
	.subtitle {
    	top: 20%;
	}
	.slider-features {
    	padding: 15px 0 20px;
	}
	.slider-features-item {
	    font-size: 13.3px;
	    padding: 4px 0 0 72px;
	}
	#slider h2 {
	    padding: 0 10%;
	}
	#slider p {
	    padding: 0 16%;
	}
}
@media all and (max-width: 992px) {
	.slider-features-item {
	    padding: 4px 0 0 18px;
	    background-image: none;
	}
	.subtitle {
	    top: 14%;
	}
}
@media all and (max-width: 768px) {
	#slider h2 {
	    font-size: 25px;
	}
	#slider p {
    	font-size: 18px;
    	line-height: 1.5em;	
	}
	#slider #nav {
	    bottom: 104px;
	}
}
