.ei-slider{
	position: relative;
}
.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;
	padding: 0;
	margin: 0;
	height: 530px;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li a{
	display: block
}
.ei-slider-large li img{
	width: 100% !important;
	margin: 0 !important;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	color: #000;
}
.ei-slider-thumbs{
	max-width: 100% !important;
	height: 70px;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	max-width: 100% !important;
	display: inline-block;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 6;
	text-indent: -9000px;
	background: #000;
	background: transparent;
	border-bottom: 2px solid #00adef;
}
.ei-slider-thumbs li a{
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: background 0.2s ease;
	text-align: center;
	padding: 25px 0;
	position: relative;
	border-top: 2px solid transparent;
	border-right: 1px solid #eee;
}
.ei-slider-thumbs li a h2{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
	color: #032e3e;
}
.ei-slider-thumbs li a h2 span div,.ei-slider-thumbs li a h2 p{
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
	font-weight: normal;
	text-transform: capitalize;
}
.ei-slider-thumbs li a:hover{
	border-top: 2px solid #00adef;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 60px;
	opacity: 0;
	z-index: 5;
	max-width: 100%;
    transition: all 0.4s ease;
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 70px;
}