/*
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!
 */
.slider-container{
  /* border: 6px white solid;
   border-radius: 5px;
   -webkit-box-shadow: 0px 4px 0px 0px #CCC, 0px 7px 19px #585858;
   -moz-box-shadow: 0px 4px 0px 0px #CCC, 0px 7px 19px #585858;
   -o-box-shadow: 0px 4px 0px 0px #CCC, 0px 7px 19px #585858;
   box-shadow: 0px 4px 0px 0px #CCC, 0px 7px 19px #585858;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
  */
}

#slide-downloads {

}

#slider {
	/*background: url('/img/slider/bg-slider.png') no-repeat;*/
	/*height: 321px;*//*285px; changes for the issue FW-227*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/*max-width: 1286px;*/
	width: 100%;
	color:#333;
}

.top-banner #slider {	
	/*height: 300px !important;*//*285px; changes for the issue FW-227*///change 406 to 430 by prashant
}
#main, #aside{
	font-size: 1.6em;
}

.next,.prev {
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 10px 15px;
	position: absolute;
	top: 0;
	z-index: 1000;
	height: 60px;
	margin-top: 0;
}

.pause {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	/* z-index: 1000; */
}

.paused {
	opacity: 0.3;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

.prev img, .next img{
	height: 100%;
	width: auto;
}

#sequence-preloader{
	background: black;
}

#nav {
	top: 93%;
	display: none;
	right: 48%;
	position: absolute;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	z-index: 20; 
}

#nav li {
	display: inline-block;
	line-height: 1.6em;
	height: 140px;
}

#nav li a{
	display: block;
  	width: 15px;
  	height: 15px;
  	border-radius: 10px;
  	background: #636363;
	cursor: pointer;
	
}

#nav li a:hover, #nav li a.active {
    background:#049CDB;
}

@media only screen and (min-width : 1224px) {
	/*only display the hover effect on desktops/laptops*/
	#nav li img:hover {
		opacity: 1;
	
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-o-transition-duration: 1s;
		-ms-transition-duration: 1s;
		transition-duration: 1s;
	}

}

#sequence li{
list-style: none;	
/*    height: 100%;*/
	position: absolute;
	/* top: -63%;*/
	width: 100%;
}

#sequence li * {
	position: relative;
}

#sequence li img{
	height: 96%;
/*	top: 70%;*/
	position: absolute;
}


#sequence {
	display: block;
	/*height: 300px;*/
	margin: 0;
	position: absolute;
	/*max-width: 1280px;*/
	width: 100%;
	
	/*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#slide-downloads {
    width: 101% !important;
    cursor: pointer;
}
#sequence li#slide-downloads img {
    height: 100%;
    top: -40px;
    position: absolute;
    width: 100%;
    left: -6px;
    min-width: 100% !important;
    min-width: 100% !important;
}
#sequence li#slide-downloads img {
   
    top: 0px !important;
}
.next,.prev {
	position: absolute;
	opacity: 0.6;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

.next:hover,.prev:hover {
	opacity: 1;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

.title {
	font-size: 2.4em;
	left: 65%;
	width: 35%;
	opacity: 0;
	bottom: 30%;
	z-index: 50;
	color: #049CDB;
	text-align: left;
	line-height: 1.0em;
        top:1px;
}

.animate-in .title {
/*	top: 200px;*/
	left: 419px;
	opacity: 1;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.animate-out .title {
	/* top: 200px; */
	left: 808px;
	opacity: 0;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.subtitle {
	color: black;
	font-size: 1.2em;
	left: 41%;
	width: 51%;
	opacity: 0;
/*	top: 68%;*/
	text-align: left;
	line-height: 1.4em;
}
.subtitle span{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #049CDB;
	border-radius: 5px;
	margin-right: 6px;
	margin-bottom: 3px;
}
.subtitle li{
	line-height: 1.5;
}
.animate-in .subtitle {
	left: 44%;
	opacity: 1;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.animate-out .subtitle {
	left: 65%;
	opacity: 0;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.model {
	left: 30%;
	/*bottom: -30px;*/
	opacity: 0;
	position: relative;
	height: auto !important;
	max-height: 568px !important;
	width: 30%;
	min-width: 225px; /*prevents the model from shrinking when the browser is resized*/
	max-width: 266px;
}

.model.model2{
	max-width: 50%;
	min-width: 35%;
        top:-25px;
}

.animate-in .model {
	left: 15%;
	opacity: 1;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}

.animate-in .model2 {
	left: 6%;
	opacity: 1;
          top:-25px;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.animate-out .model {
	left: 15%;
	opacity: 0;

	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

@media only screen and (min-width : 992px) {
	.title{
		width: 42%;
	}
}

@media only screen and (max-width : 838px) {
	#header{
		height: 550px;
	}
	
	.model{
		max-height: 530px !important;
		width: auto;
	}
}

@media only screen and (max-width : 768px) {
	#header{
		height: 500px;
	}
	
	.title{
		font-size: 2.8em;
	}
	
	.subtitle{
		font-size: 1.6em;
	}
	
	.next,.prev {
		height: 60px;
		margin-top: -40px;
	}
	
	.model{
		max-height: 480px !important;
		width: auto;
	}
}

@media only screen
and (max-width : 568px) {
	.model{
		left: 50%;
		min-width: 40%; /*prevents the model from shrinking when the browser is resized*/
			width: 40%;	
	}
	
	.animate-in .model {
		left: 50%;
		margin-left: -20%;
	}
	
	.animate-out .model {
		left: 50%;
		margin-left: -20%;
	}
	
	.title{
		background: #a1a1a1;
		background: rgba(0,0,0,0.3);
		bottom: 0;
		left: 100%;
		padding: 4%;
		bottom: -50%;
		width: 100%;
		z-index: 10;
	}
	
	.animate-in .title {
		left: 0%;
	}
	
	.animate-out .title {
		left: -100%;	
	}
	
	.subtitle{
		visibility: hidden;
	}
	
	#nav{
		bottom: 40px;
	}
	
	#nav li img{
		height: 100px;
	}
}

@media only screen
and (max-width : 518px) {
	#header{
		height: 450px;
	}
}

@media only screen
and (max-width : 468px) {
	#header{
		height: 415px;
	}
	
	#nav{
		opacity: 0;
		visibility: hidden;
	}
}

@media only screen
and (max-width : 418px) {
	#header{
		height: 375px;
	}
}

@media only screen
and (max-width : 368px) {
	#header{
		height: 325px;
	}
	.title{
		font-size: 2.2em;
	}
}

@media 	only screen
		and (max-width : 320px)
		and (orientation : portrait) { /*iphone portrait*/
	#header{
		height: 320px;
	}
	
	.model{
		min-width: 45%;
		width: 45%;
	}
	
	.animate-in .model {
		margin-left: -22.5%;
	}
	
	.animate-out .model {
		margin-left: -22.5%;
	}
}

@media 	only screen
		and (min-width : 321px)
		and (max-width : 480px)
		and (orientation : landscape) {
		#header{
			height: 260px;
		}
		
		.model{
			min-width: 24%;
			width: 24%;
		}
		
		.animate-in .model {
			left: 17.5%;
			margin-left: 0;
		}
		
		.animate-out .model {
			left: 17.5%;
			margin-left: 0;
		}
		
		#nav{
			right: 17.5%;
		}
}