.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 680px;
	margin: 0 auto;
	top:0;
}
.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:absolute;
	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: 30%;
	background: url("../images/line-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ei-title h2, .ei-title h3{
	text-align: right;
}

.ei-title h2 {
    color: #FFFFFF;
    float: right;
    font-family: 'Playfair Display',serif;
    font-size: 12px;
    font-style: italic;
    line-height: 50px;
    text-align: right;
	width:100%;
	background:url(../images/photor.png);
	background-position: right;
	background-repeat:no-repeat;
	padding-right:70px;
	/*margin-top:-50px;*/
}

.ei-title h3{
	text-transform: uppercase;
	color: #FFF;
	font:700 50px/45px "futura-pt",Arial Narrow,Helvetica Neue,Arial,Helvetica,sans-serif;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}
.ei-slider-thumbs{
	height: 150px;
	margin: 0 auto;
	position: relative;
	top:120px;
	z-index:99;
	right:-45%;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 20px;
	width:20px;
	margin-top:5px;
	margin-bottom:5px;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
	text-indent: -9000px;
	background: url("../images/bullet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:25px;
	height:25px;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	
	background: url("../images/bullet.png") no-repeat scroll -46px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    width: 23px;
/*	-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: url("../images/bullet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ei-slider-thumbs li img{
	border:#FFF 5px solid;
	position: absolute;
	right: 73px;
	bottom:-20px;
	opacity: 0;
	z-index: 999;
	max-width: 190px;
	-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;
       
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: 220px;
		background: #244590;
		opacity:0.8;
		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;
	}
	.ei-slider-thumbs{
		top:360px;
	}
	.ei-slider-thumbs{
		top:60px;
	}
	.section1{
		width:97%;
		padding-top:20px;
	}
	.cont1{
		padding:0;
	}
	.row2{
		width:100%;
		margin-left:0;
	}
	h3{
		width:100%;
	}
	p{
		width:100%;
	}
	.menus{
		display:none;
	}
	.ei-slider-large li img{
		width:910px;
	}
	.photo{
		height: 150px;
		margin: 0 auto;
		position:relative;
		top:150px;
		z-index:99;
		right:-86%;
	}
	.ei-title h2:after {
		content: "";
			display: inline-block;
			position: absolute;
			right: 15px;
			top: -208px;
			width: 28px;
			height: 21px;
			/*background: url("../images/photo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
			background-repeat:no-repeat;
		}
	.ei-title h2{
		font-size: 14px;
		line-height: 30px;
		font-family: 'Playfair Display', serif;
		font-style: italic;
		color: #fff;
		text-align:right;
		float:right;
		margin-right:40px;
		margin-top:-198px;
		padding-left:10px;
		padding-right:10px;
		display:inline-block;
		text-shadow:1px 1px #000;
		background:none;
	}
/* FOOTER */



}