@import url('reset.css');

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 65%;
	margin: 0 auto;
}
.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: 550px !important;
	width: 1100px !important;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	margin-top:0px !important;
	overflow: hidden;

}
.ei-slider-large li img{
	margin-top:0px !important;
	width:auto !important;
	height: auto !important;
}
.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: 15px;
	line-height: 25px;
	color: #000;
}
.ei-slider-thumbs{
	height: 21px;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top:auto !important;
	margin-bottom:auto !important;
	position: absolute;
	/*bottom: -23%;*/
	left: 47.6%;

}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	margin-left: 5px;
	width: 10px !important;
	height: 10px !important;

}
.ei-slider-thumbs li.ei-slider-element{
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	z-index: 10;
	text-indent: -9000px;
	background: url(slider_bullet.png) no-repeat;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: url(slider_bullet_active.png) no-repeat;
	width: 10px !important;
	height: 10px !important;
	cursor: pointer;
	-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(slider_bullet_active.png) no-repeat;
}
@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: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}

/* B: Bullet Background Image */

.bullet_bg_left{
	background: url(bullet_bg_left.png) no-repeat;
	width: 9px;
	height: 21px;
}
.bullet_bg_orta{
	background: url(bullet_bg_orta.png) repeat-x;
	height: 21px;
	padding: 6px 5px 0 0;
}
.bullet_bg_right{
	background: url(bullet_bg_right.png) no-repeat;
	width: 9px;
	height: 21px;
}

/* E: Bullet Background Image */