@import url('reset.css');

/* General Demo Style - G A L L E R Y */
.wrapper, .wrapper-02, .wrapper-03, .wrapper-04{
	position: relative;
	width: 100%;
}
.wrapper p, .wrapper-02 p, .wrapper-03 p, .wrapper-04 p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
h2{
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    padding: 20px;
	z-index:1000;
	text-transform: uppercase;
	text-align: center;
}
h2 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}
/* G A L L E R Y */
.ei-slider, .ei-slider-02, .ei-slider-03, .ei-slider-04{
	height: auto;
}
.ei-slider-thumbs, .ei-slider-thumbs-02, .ei-slider-thumbs-03, .ei-slider-thumbs-04{;
	padding-top: 5px;
	display: none;
}
.ei-slider-large li, .ei-slider-large-02 li, .ei-slider-large-03 li, .ei-slider-large-04 li{
	padding-top: 5px;
	position: relative;
}
.ei-slider, .ei-slider-02, .ei-slider-03, .ei-slider-04{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading, .ei-slider-loading-02, .ei-slider-loading-03, .ei-slider-loading-04{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(100,100,100,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large, .ei-slider-large-02, .ei-slider-large-03, .ei-slider-large-04{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li, .ei-slider-large-02 li, .ei-slider-large-03 li, .ei-slider-large-04 li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img, .ei-slider-large-02 li img, .ei-slider-large-03 li img, .ei-slider-large-04 li img{
	width: 100%;
}
.ei-title, .ei-title-02, .ei-title-03, .ei-title-04{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title-02 h2, .ei-title-03 h2, .ei-title-04 h2{
	text-align: right;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h3, .ei-title-02 h3, .ei-title-03 h3, .ei-title-04 h3{
	text-align: right;
	font-size: 70px;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #FF0000;
}
.ei-slider-thumbs, .ei-slider-thumbs-02, .ei-slider-thumbs-03, .ei-slider-thumbs-04{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li, .ei-slider-thumbs-02 li, .ei-slider-thumbs-03 li, .ei-slider-thumbs-04 li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element, .ei-slider-thumbs-02 li.ei-slider-element-02, .ei-slider-thumbs-03 li.ei-slider-element-03, .ei-slider-thumbs-04 li.ei-slider-element-04{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #fff;
	background: rgba(255,255,255,0.9);
}
.ei-slider-thumbs li a, .ei-slider-thumbs-02 li a, .ei-slider-thumbs-03 li a, .ei-slider-thumbs-04 li a{
	display: block;
	text-indent: -9000px;
	background: #003366 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(100,100,100,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(100,100,100,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(100,100,100,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, .ei-slider-thumbs-02 li a:hover, .ei-slider-thumbs-03 li a:hover, .ei-slider-thumbs-04 li a:hover{
	background-color: #E6E6E6;
}
.ei-slider-thumbs li img, .ei-slider-thumbs-02 li img, .ei-slider-thumbs-03 li img, .ei-slider-thumbs-04 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, .ei-slider-thumbs-02 li:hover img, .ei-slider-thumbs-03 li:hover img, .ei-slider-thumbs-04 li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title, .ei-title-02, .ei-title-03, .ei-title-04{
		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-02 h2, .ei-title-03 h2, .ei-title-04 h2{
		text-align: center;
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3, .ei-title-02 h3, .ei-title-03 h3, .ei-title-04 h3{
		text-align: center;
		font-size: 30px;
		line-height: 40px;
	}
}