/*---
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
---*/
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 450px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background:#fff;
	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: 40%;
	top: 84%;
	text-align: center;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFFFFF;
}
.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ei-title a{
	font-size: 0.875em;
	font-family: 'permianslabseriftypefaceRg';
	color: #5B6A7F;
	text-transform: uppercase;
	margin-top: 15px;
	background: url(../images/btn_bg.png) 0 0 repeat-x #f2f5f7;
	display: inline-block;
	font-weight: bold;
	color: #5b6a7f;
	line-height: 18px;
	padding: 12px 18px 11px 20px;
	border: 1px solid #cad4dc;
	border-radius: 1px;
	border-top-color: #e1e7eb;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.ei-title a:hover{
	background: #465467;
	color: #fff;
	border-color: #465467;
	border-top-color: #2d3643;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #5B6A7F;
	background: #5B6A7F;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #ACB4BE ;
	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-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)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 1080px) {
	.ei-slider-large li img{
		margin:0 !important;
	}
	.ei-title {
		right: 32%;
	}
}
@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-slider-large li img{
		margin:0 !important;
		height:100% !important;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	
}
@media screen and (max-width: 800px) {
	.ei-title {
		top: 23%;
	}
	.ei-title h3 {
		font-size: 63px;
	}
}
@media screen and (max-width: 768px) {
	.ei-title h3 {
		font-size: 58px;
	}
	.ei-title h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 667px) {
	.ei-slider {
		height: 350px;
		margin: 0 auto;
	}
	.ei-title h3 {
		font-size: 52px;
	}
	.ei-title h2 {
		font-size: 33px;
	}
	.ei-title a{
		padding:10px 13px 10px 12px;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 640px) {
	.ei-title h3 {
		font-size: 47px;
	}
	.ei-title h2 {
		font-size: 31px;
	}
	.ei-title a{
		padding:8px 13px;
		font-size: 0.7em;
	}
}
@media screen and (max-width:600px) {
	
	.ei-title h3 {
		line-height: 51px;
	}
}
@media screen and (max-width: 568px) {
		
	.ei-title {
		top: 14%;
	}
}
@media screen and (max-width: 568px) {
	.ei-slider {
		height: 300px;
	}
	.ei-title h3 {
		font-size: 44px;
	}
}
@media screen and (max-width: 480px) {
	.ei-slider {
		height: 260px;
	}
	.ei-title h3 {
		font-size: 37px;
		line-height: 43px;
	}
	.ei-title {
		top: 12%;
	}
}
@media screen and (max-width: 414px) {
	.ei-title h2 {
		font-size: 28px;
	}
	.ei-title h3 {
		font-size: 31px;
		line-height: 34px;
	}
	.ei-title {
		top: 6%;
	}
}
@media screen and (max-width: 384px) {
	.ei-title {
		right: 30%;
		top: 3%;
	}
	.ei-title h2 {
		font-size: 26px;
	}
	.ei-title a {
		padding: 5px 13px;
	}
}
@media screen and (max-width: 320px) {
	.ei-title h3 {
		font-size: 25px;
	}
	.ei-title h2 {
		line-height: 39px;
		font-size: 24px;
	}
	.ei-title a {
		margin-top: 6px;
	}
}