.ei-slider{
    
	position: relative;
	width: 100%;
	height: 383px;
/*	margin: -10px auto;*/
	z-index: 0;
}
.ei-slider-loading{
	width: 100%;
	height: 383px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{ 

	width: 100%;
	height: 383px;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	width:400px;
	position: absolute;
	left:23%;
/*	margin-left:-41%;*/
/*	margin-left:10%;*/
	top:70px;
    
    
}
.ei-title p, .ei-title span{
	text-align: left;
}


.ei-title p{	
	font-size: 50px;
	font-family: 'capture_itregular', sans-serif;
	color: #fff;
	margin:0;
	padding:0;
	text-transform: uppercase;
    width: 500px;
    padding-top: 15px;
    line-height: 40px;
    
	}
	
.ei-title span{	
	font-size: 26px;
    text-align: left;
	font-family: 'source_sans_proextralight', sans-serif;
	color: #fff;
    margin-top:20px;
    position: absolute;
    line-height: 26px;
    
    

}

.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f5430e;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*
.ei-slider-thumbs{
	visibility:hidden;}
*/


@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proextralight';
    src: url('fonts/sourcesanspro-extralight-webfont.eot');
    src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@media screen and (max-width: 1800px) {

    .ei-title { left:21%; }

}

@media screen and (max-width: 1680px) {

    .ei-title { left:19%; }

}

@media screen and (max-width: 1600px) {

    .ei-title { left:18%; }

}

@media screen and (max-width: 1440px) {

    .ei-title { left:16%; }

}

@media screen and (max-width: 1366px) {

    .ei-title { left:15%; }

}

@media screen and (max-width: 1280px) {

    .ei-title { left:9%; }

}


@media screen and (max-width: 1024px) {
    

    .ei-title { left:5%; }
    .ei-title p { width: 450px; }
	.ei-title span{	width: 450px; }

}

@media screen and (max-width: 940px) {
    
    .ei-title p { width: 410px; }
	.ei-title span{	width: 410px; }
    
}

@media screen and (max-width: 768px) {
    
    .ei-title p { width: 390px; }
	.ei-title span{	width: 390px; }
    .ei-title { left: 2%; top: 30px; }
    
}

@media screen and (max-width: 640px) 
{
    .ei-title p { width: 350px; }
	.ei-title span{	width: 350px; }

}

@media screen and (max-width: 568px) 
{
    .ei-title p { width: 330px; }
	.ei-title span{	width: 330px; }
}

@media screen and (max-width: 533px) 
{
    .ei-title p { font-size: 30px; width: 300px; }
	.ei-title span{ font-size: 20px; width: 300px; }
}

@media screen and (max-width: 480px) 
{
    .ei-title p { width: 280px; }
	.ei-title span{ width: 280px; }
}
    

@media screen and (max-width: 360px) {
    
    .ei-title { left:10px; top: 80px; }
    
    .ei-slider-thumbs { display: none; }
    
    .ei-slider-thumbs li{ display: none; }
    
     .ei-slider { height: 300px;}
    
    

    .ei-slider-large li img { visibility: hidden; background-color: #456; }
    
    .ei-slider-large{ background-color: #333; height: 283px; }
    
    .ei-title { top: 25px;}
    
    .ei-title p { font-size: 30px; width: 300px; padding-top:0; line-height: 40px; }
	
    .ei-title span{	font-size: 20px; width: 300px; color: #ccc; }


}

@media screen and (max-width: 320px) {

   
}


