/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	overflow: hidden;
	background:transparent;
}

#slider:after {
	clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.imgwrapper {
background: url('../images/overlay.png') repeat ;
height: 100%;
width:100%;
z-index: 6;
position:absolute;
top:0;
left:0;
}

.nivoSlider img{
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block;  }

/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	/* width:100%; */
	z-index:8;
	display: none;
}

/* Caption styles */
.nivo-title-box {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	/* width:100%; */
	z-index:8;
	display: block;
}

.nivo-small-image-box {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	/* width:100%; */
	z-index:1;
	display: block; 
}

.ever-like-display img.small-img-nivo { z-index:-1; top:-30px; position:relative!important; opacity: 0; filter:alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; }

.slide-title {
	line-height: 1;
}
.slide-title-line {
	background: #8d8b89;
	height:1px;
	margin:17px 0 0 0;
	display:block;
}
.slide-subtitle {
	padding:25px 0 0 0;
}
.ever-like-display {
	display: inline-block;
}
a.slide-button {
	display: inline-block;
	background:#4F4F4F;
	text-decoration:none;
	margin:30px 0 0 0;
	padding:10px 20px;
	border-right:1px solid rgba(255, 255, 255, 0.5); 
}
.title-container , .image-container {
	position:relative;
	margin: 0 auto;
	display:table;
}
.title-content, .image-content {
	display:table-cell;
	vertical-align:middle;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	color:white;
}
.nivo-caption a:hover {
	background:#d9164e;
}
.nivo-html-caption {
    display:none;
}
.slide-title-Center{
	text-align:center;
}
.slide-title-Left{
	text-align:left;
}
.slide-title-Right{
	text-align:right;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	opacity: 0.3; 
	filter:alpha(opacity=60); 
	-khtml-opacity: 0.6; 
	-moz-opacity: 0.6; 
	opacity: 0.6;
	width:60px; 
	height:60px; 
	top:50%; 
	margin-top:-30px;
	position:absolute;
	z-index:9;
	cursor:pointer;
}
.nivo-directionNav a:hover {
	opacity: 1; 
	filter:alpha(opacity=100); 
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	opacity: 1;
}

.nivo-prevNav {
	background: black url(../images/arrow-left-blog.png) no-repeat 42% 50%;
	background-size:10px 16px;
}
.nivo-nextNav {
	background: black url(../images/arrow-right-blog.png) no-repeat 54% 50%;
	background-size:10px 16px;
}
/* Control nav styles (e.g. 1,2,3...) *
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
*/
.slider-fram-title { position:absolute; }
.slider-fram-subtitle { position:absolute; }

#sliderWrappe { position:relative; overflow:hidden; }
.sliderPreload, #sliderPreload-slide, #preload-map, #sliderPreload-slide-gallery, .preloader-short {
	/* background:url('../images/loader.gif') 50% 50% no-repeat; */
	position:absolute; 
	top:0; 
	left:0; 
	z-index:4;
	width:100%;
	height:100%;
	/* background-size:31px; */
}

 
.slidePreloadImg { 	
	background: white;
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	height:100%; 
	z-index:2;
}

.slidePreloadImgGalleries { 	
	background: #4D4D4D;
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	height:100%; 
}
