.ei-slider {
	float: left;
	width: 100%;
	height: 800px;
}
.ei-slider-loading {
	top: 0px;
	left: 0px;
	color: #ccc;
	width: 100%;
	height: 100%;
	z-index: 999;
	font-size: 11px;
	position: absolute;
	text-align: center;
	line-height: 400px;
	font-style: italic;
}
.ei-slider-large {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.ei-slider-large li {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	list-style: none;
	overflow: hidden;
	position: absolute;
}
.ei-slider-large li img {
	float: left;
	width: 100%;
}
.ei-title {
	top: auto;
	right: 10%;
	width: 35%;
	bottom: 10%;
	color: #333;
	text-align: right;
	position: absolute;
}
.ei-title h2 {
	font-size: 30px;
	margin-bottom: 5%;
}
.ei-title h4 {
	font-size: 45px;
}
.ei-slider-thumbs {
	height: 3px;
	margin: auto;
	margin-top: -20px;
	position: relative;
}
.ei-slider-thumbs li {
	float: left;
	z-index: 10;
	height: 100%;
	display: block;
	list-style: none;
	position: relative;
}
.ei-slider-thumbs li.ei-slider-element {
	top: 0px;
	left: 0px;
	z-index: 11;
	height: 100%;
	position: absolute;
	text-indent: -9000px;
	background-color: #21469a;
}
.ei-slider-thumbs li a {
	width: 90%;
	height: 100%;
	margin: 0px 5%;
	display: block;
	cursor: pointer;
	text-indent: -9000px;
	background-color: #fff;
	transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover {
	background-color: #21469a;
}
@media only screen and (min-width:960px) and (max-width:1389px) {
.ei-slider {
	height: 550px;
}
.ei-title {
	width: 35%;
}
.ei-title h2 {
	font-size: 22px;
}
.ei-title h4 {
	font-size: 30px;
}
.ei-slider-thumbs {
	width: 30%;
}
}
@media only screen and (min-width:768px) and (max-width:990px) {
.ei-slider {
	height: 450px;
}
.ei-title {
	width: 35%;
}
.ei-title h2 {
	font-size: 20px;
}
.ei-title h4 {
	font-size: 25px;
}
.ei-slider-thumbs {
	width: 30%;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
@media all and (max-width: 768px) {
.ei-slider {
	height: 350px;
}
.ei-title {
	width: 40%;
}
.ei-title h2 {
	font-size: 20px;
}
.ei-title h4 {
	font-size: 25px;
}
.ei-slider-thumbs {
	width: 30%;
}
}
@media only screen and (max-width:767px) {
.ei-slider {
	height: 200px;
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.ei-slider {
	height: 275px;
}
}
