/*
@import url("themes/light/light.css");
@import url("themes/dark/dark.css");
@import url("themes/bar/bar.css");
*/

@import url("themes/default/default.css");

/*
 * jQuery Nivo Slider v3.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;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	height:auto !important;
	position:absolute;
	top:0px;
	left:0px;
	/*max-width: none;*/
}
.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 {
	background-size: cover !important;
	background-position: left top !important;
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
	width: 100% !important;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	-moz-transition:opacity .25s ease;
	-webkit-transition: opacity .25s ease;
	-o-transition:opacity .25s ease;
	-ms-transition:opacity .25s ease;
	transition:opacity .25s ease;
	background: url(../../images/overlay-bg-blk.png) repeat;
	background: rgba(0,0,0,0.7);
	color: white;
	height: auto;
	/* max-height: 180px; */
	width: 100%;    
	padding: 10px 25px 45px;
    position: absolute;
    bottom: 0;
	position: absolute;
	z-index: 10;
	/*filter:alpha(opacity=8);	*/	
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
	position:absolute;
	top:35%;
	width:100%;
	z-index: 12;
	cursor:pointer;
}

.nivo-directionNav a {
	position:absolute;	
	z-index:9;
	cursor:pointer;
	opacity:0;
}

.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* 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;
}

/* --- CUSTOMIZE SLIDER DOWN HERE  --- */
/*------------------------------------------*/

#content .nivo-directionNav { top:35%;}

#content .nivo-controlNav {
	bottom:35px;
	right:35px;
	display:none;
}

/* --- Caption Styles --- */

.nivo-caption p {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-shadow:none;
}

.nivo-caption p a {
	background:none;
	border: none;
	color:#d9763b;
	display:inline;
	font-size:10px;
	padding-left:10px;
	text-transform:uppercase;
}

.nivo-caption h2, .nivo-caption h3 {
	border-bottom:2px solid #d9d6d0;
	margin: 0 0 10px;
	padding:0 0 7px;
	width:100%;
}

.nivo-caption h2 a, .nivo-caption h3 a {
	border:none !important;
    color: #c7b188 !important;
	display:block;
    
	font-size: 30px;
	font-style:italic;
    margin: 0 0 10px;
	padding:0;
    text-align: left !important;
	text-decoration:none;
	text-shadow:none !important;
	text-transform:none;
	
}

.nivo-caption a:hover, .nivo-caption h2 a:hover, .nivo-caption h3 a:hover {
	color:white !important;
	text-decoration:none;
}

/* Main Slider */

#main-slider {
	height:auto;
	padding: 0;
	width: 100% !important;
}

.slider-wrapper {
	background: url(../../images/bg-img-pattern.png) repeat;	
	margin: 0 auto 10px;
	padding: 20px;
	width: 100%;
	position:relative;
	/* height: auto; */
}

#slider {
	background-size: cover !important;
	background-position: left top !important;
	height: auto !important;
	min-height: 500px;
	margin: 0 auto;
	position: relative;
	width: 100% !important;
	box-shadow:none;
	
}

/* #content .slider-wrapper {width: 90%;} */


.link-anchor {
    position:absolute;
    height: 93%;
    width: 90%;
    top: 20px;
    z-index: 8;
    cursor:pointer;
}

.sld {
 	float: left;	
	width: 100%;
 	position: relative;  	
 	z-index: 15;
}

.sld a {
    display: inline-block !important;
    height: 100%;
    width: 100%;
}

.sld iframe { 
	/*height: 326px !important;*/
	position: relative;
	
}
#slider img {
	height: 100%;
	max-height:470px;
	width:100%;
}

#content .slider-wrapper {
	margin: 0 auto 35px;
	max-width: 667px !important;
}

#content #slider {
	min-height: 209px !important;
	max-width:627px;
	width: 100% !important;
}

#content .nivo-caption {display: none !important;}


/* --- Thumbnails --- */

.nivo-controlNav.nivo-thumbs-enabled a {}

.nivo-controlNav.nivo-thumbs-enabled a.nivo-control:last-child {margin-right:0;}

/* --- Video --- */

.slider-wrapper .play-button {
	background: url(../images/play-button.png);
	cursor: pointer;
	height: 128px;
	width: 128px;
	top: 50%;
	left: 50%;
	margin-top: -64px;
	margin-left: -64px;
	position: absolute;
	z-index: 15;
}

.slider-wrapper .video-container {
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}




