/*GLOBALS*/


#wrapper{
	width:1210px;
	margin:0 0 0 0; /* auto;*/
	height:400px;
	position:relative;
    color: #000;
	/*color: rgb(0, 99, 153);*/
	/*text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;	*/
}

#wrapper *{margin:0; padding:0; list-style:none;}

#slider-wrap{
	width:1210px;
	height:400px;
	position:relative;
	overflow:hidden;
    /*box-shadow: 0px 0px 2px #000;*/
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	/*float:left;*/
	position:absolute;
	width:1210px;
	height:400px;
    list-style: none;
    overflow:hidden;
} 


#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	
	z-index:100;
    color:#fff;
    font-size: 30px;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
    opacity: 0;
}

#next.btns{
	background:rgba(0,0,0,0.7);	

}
#previous.btns{
	background:rgba(0,0,0,0.7);	
}
#slider-wrap.active #next.btns:hover{
	/*background:rgba(0,0,0,0.7);*/	
    opacity: 1;

}
#slider-wrap.active #previous.btns:hover{
	/*background:rgba(255,255,255,0.5);*/
        opacity: 1;

	
}

#next{left:830px; border-radius:7px 0px 0px 7px;}
#previous{left:280px; border-radius:0px 7px 7px 0px;}

#slider-wrap.active #next{opacity: 0.6;}
#slider-wrap.active #previous{opacity: 0.6;}



/*bar*/
#pagination-wrap{
    display:none;
	min-width:20px;
	margin-top:350px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
        	z-index:12;

}

#pagination-wrap ul {
	width:100%;

}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#fff;
	opacity:1;
	position:relative;
    top:0;
    border: 3px solid rgba(0,0,0,0.7);	
    z-index:13 !important;
}

#pagination-wrap ul li.active{
  width:22px;
  height:22px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}


/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 1.5s cubic-bezier(.49,.01,.51,.99);
	-moz-transition: all 1.5s cubic-bezier(.49,.01,.51,.99);
	-o-transition: all 1.5s cubic-bezier(.49,.01,.51,.99);
	-ms-transition: all 1.5s cubic-bezier(.49,.01,.51,.99);
	transition: all 1.5s cubic-bezier(.49,.01,.51,.99);	
    transform: rotate(0.01deg);
    
}



#counter{
    /*display:none;*/
    font-size: 18px;
	bottom: 40px; 
	left:0px; 
	width:auto;
	position:absolute;
    color:#fff;
    z-index:14;
    
}

#slider-wrap .slide-caption {
    position:absolute;
	top:0px;
	left:0px;	
    background:#666; 
    padding:40px 40px 40px 0px;
    color: #fff;
    font-weight:100;
    width: 280px;
    height: 400px;
    z-index:101;
}

#slider-wrap .slide-caption p{
    font-size: 18px;
    line-height: 30px;
}
#slider-wrap .slide-caption h3{
    font-size: 22px;
    line-height: 30px;
}

#slider-wrap .slide-face {
    position:absolute;
	top:0px;
	left:880px;	
    background:#666; 
    padding:40px 0px 40px 40px ;
    color: #fff;
    font-weight:100;
    width: 280px;
    height: 400px;
    z-index:101;
}

#slider-wrap .slide-face p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 8px;
}
#slider-wrap .slide-face h3{
    font-size: 22px;
    line-height: 30px;
}

#slider-wrap .slide-background{
    position:absolute;
    width: 600px;
    height: 400px;
    margin-left: 280px;
}

#slider-wrap li{
    transition: opacity  1s ease;
    -moz-transition: opacity  1s ease;
    -ms-transition: opacity  1s ease;
    -webkit-transition: opacity  1s ease;
    -o-transition: opacity  1s ease;
    z-index: 10;
}

#slider-wrap #slider li.transparent{


    opacity: 0;
    z-index: 1;
}



/*#slider-wrap li.slide-hide{
    transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;

    opacity: 1;
    z-index: 1;

}*/


#slider-wrap .slide-background-zoom-in {
    transition: transform 15s ease;
    -moz-transition: transform 15s ease;
    -ms-transition: transform 15s ease;
    -webkit-transition: transform 15s ease;
    -o-transition: transform 15s ease;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */ 
} 

#slider-wrap .slide-background-zoom-out {
        transition: transform 5s ease;
    -moz-transition: transform 5s ease;
    -ms-transition: transform 5s ease;
    -webkit-transition: transform 5s ease;
    -o-transition: transform 5s ease;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand'); /* IE6 and 7 */ 
} 



