.ei-slider ul, 
.ei-slider ol {
	padding: 0;
	list-style-type: none;
}

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 260px;
	margin: 0 auto;
	border-top: 15px solid #E0E1E2;
	border-bottom: 15px solid #E0E1E2;
}
.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: 45%;
	margin-right: 13%;
	top: 10%;
	text-align: center;
}
.ei-title h2, .ei-title h3{
	text-align: center;
}
.ei-title h2{
	font-weight: bold;
	font-size: 35px;
	line-height: 45px;
	color: #FFF;
	text-shadow: 2px 1px 0 #3A4C6F;
	filter: dropshadow(color=#3A4C6F, offx=2, offy=1); 
}
.ei-title h3{
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
	text-shadow: 2px 1px 0 #3A4C6F;
	filter: dropshadow(color=#3A4C6F, offx=2, offy=1); 
}
.ei-title a{
	color: #306CA9;
	font-size: 22px;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
	
    -moz-box-shadow: 1px 1px 1px 1px #7283B2;
    -webkit-box-shadow: 1px 1px 1px 1px #7283B2;
    box-shadow: 1px 1px 1px 1px #7283B2;
	
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #e1e1e1 44%, #cacaca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(44%,#e1e1e1), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#e1e1e1 44%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#e1e1e1 44%,#cacaca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#e1e1e1 44%,#cacaca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#e1e1e1 44%,#cacaca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */

}

.ei-title a:hover {
	background: #cacaca; /* Old browsers */
	background: -moz-linear-gradient(top,  #cacaca 0%, #e1e1e1 44%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(44%,#e1e1e1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cacaca 0%,#e1e1e1 44%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cacaca 0%,#e1e1e1 44%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cacaca 0%,#e1e1e1 44%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cacaca 0%,#e1e1e1 44%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.ei-slider-thumbs{
}
.ei-slider-thumbs li{
}
.ei-slider-thumbs li.ei-slider-element{
}
.ei-slider-thumbs li a{
}
.ei-slider-thumbs li a:hover{
}
.ei-slider-thumbs li img{
}
.ei-slider-thumbs li:hover img{
}
@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: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 30px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 20px;
		line-height: 14px;
	}
}