.ei-slider{
	position: relative;
	width: 100%;
	max-width: 3920px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	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%;
}*/
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 6%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: left;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #FFF;
}
.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	color: #F00;
}
.ei-pic{
	position: absolute;
	left: 50%;
	margin-left: 0%;
	top: 0%;
	height: 400px;
}
.ei-pic img, {
	text-align: left;
}
.ei-pic li img, {
	text-align: left;
}

.ei-featurepic{
	position: absolute;
	left: 50%;
	margin-left: 13%;
	top: 0%;
	height: 400px;
}
.ei-featurepic img, {
	text-align: left;
}
.ei-featurepic li img, {
	text-align: left;
}

/*.ei-slider-thumbs{
	height: 20px;
	margin: 0 auto;
	position: relative;
	width: 300px;
}*/
.ei-slider-thumbs{
	position: absolute;
	right: 50%;
	margin-right: 6%;
	top: 70%;
	z-index:999;
	padding: 0px;
}
	
.ei-slider-thumbs li {
    float: left;
    height: 100%;
    position: relative;
    height: 10px;
}
.ei-slider-thumbs li.ei-slider-element {
	height: 10px;
	left: 0;
	position: absolute;
	text-indent: -9000px;
	top: 0;
	width: 10px;
	z-index: 10;
	background-attachment: fixed;
	background-color: #d1321a;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	clip: rect(auto,10px,auto,auto);
}
.ei-slider-thumbs li a {
    -moz-transition: background 0.2s ease 0s;
    background: none repeat scroll 0 0 #666666;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    height: 100%;
    margin-right: 5px;
    text-indent: -9000px;
    width: 10px;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.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)";
	background-color: #0F9;
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: #C03;
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #000;
		background: rgba(0,0,0,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
