#slides {
	background-color: #;
	position: relative;
	height: 453px;
	width: 100%;
	
}
.ei-slider{
	height: auto;
	position: relative;
	width: 100%;
	/*	max-width: 1900px;
*/	height: 550px;
	margin-top: -42px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffd527;	
}
.ei-slider-thumbs{
	z-index: 200;
	
}
.ei-slider-large li{
	position: relative;
}



.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-image: url(../images/loading.gif);
	color: #fff;
	text-align: center;
	line-height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:absolute;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
	max-width: 1950px;
	

		
}
.ei-title{
	position: absolute;
	right: 43%;
	margin-right: 0%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);

	font-size: 50px;
	line-height: 50px;
	font-family: 'Josefin Slab', serif;
	font-weight:300;
	font-style: italic;
	color: #FFF ;
	
}
.ei-title h3{text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);

	font-size: 60px;
	line-height: 70px;
	font-family: 'Josefin Slab', sans-serif;
	text-transform: uppercase;
	color: #FFF;
}
.ei-slider-holder {	
	margin-top:400px;
	
}
.ei-slider-thumbs{
	display: block;
height: 22px;
margin-left: auto;
position: absolute;
right: 10px;
top: 13px;
width: 200px;
}
.ei-slider-thumbs li{
	background-image:url(../images/ei-slider-element1.png);
	background-repeat:no-repeat;
	background-position: center center;
	position: relative;
	float: left;
	height: 100%;
	width: 30px;
	

}
.ei-slider-thumbs li.ei-slider-element{
	
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background-image:url(../images/ei-slider-element2.png);
	
}
.ei-slider-thumbs li a{
 outline: 0;
	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-image:url(../images/ei-slider-element2.png);
	background-repeat:no-repeat;
	background-position: center center;
	opacity:0.7;
}
.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)";
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.ei-slider{	height: 500px;    }
	.ei-title h2{
		font-size: 40px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 40px;
		line-height: 40px;
	}
	
	
}

@media (max-width: 480px) {
	#slides{
		height: 310px;
		}
.ei-slider-holder{
	margin-right: 4%;
	margin-left: 3%;
	margin-top:268px;

}
.ei-slider{	height: 310px;    }
.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 60px;
		
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 26px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}


}