/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: none;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: 1180px;
	width: 100%;
}
.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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	width: 100%;
	top:0;
	left: 0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	right: 8%;
	top: 50%;
	transform: translate(0,-50%);
	background: none;
	color: #464646;
	width: 45%;
	z-index: 10;
	padding: 0px;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 1;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption h1 {
	padding:0px;
	font-size: 32px;
	line-height: 32px;
	font-family: 'montserratultra_light', Verdana, Geneva, sans-serif;
	color: #464646;
	letter-spacing: 2px;
	margin: 10px 0;
	text-transform: uppercase;
}
.nivo-caption img{
	position: relative;
	display: inline-block;	
	width: auto;
}
.nivo-caption a {
    font-size: 14px;
    margin: 0px 0 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	padding: 0px 25px;
	display: inline-block;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	margin-top: 15px;
    left: 0;
	right: 0;
	text-align: center;
    width: 100%;
	height: 18px;
	opacity: 1;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: none;
}
.nivo-controlNav a {
	/*background: url("/images/misook/panels/scrollNav.png") no-repeat scroll center center;*/
	background: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 1px 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -3000px;
    white-space: nowrap;
    width: 13px;
    z-index: 4;
	border: 1px solid #959595;
	-webkit-border-radius: 13px;
	-ms-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}
.nivo-controlNav a.active {
	/*background:  url("/images/misook/panels/activeScrollNav.png") no-repeat scroll center center;*/
	background: #959595;
}
.slider_veil {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	border:0;
	padding:0;
	margin:0;
	z-index:7;
	display:none;
	background: #000000; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#nivo_wrapper:hover .slider_veil{

}
#slideshowtoggler{
	height: 100%;	
}
#show_wrapper a#leftarrow{
	font-family: 'quicksandlight';
	text-decoration: none;	
	font-size: 42px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.5);
	color: #959595;
	height: auto;
	width: 20px;
	padding: 2px 12px 2px 8px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	z-index: 20;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: 0;
	display: none;
}
#show_wrapper a#rightarrow{
	font-family: 'quicksandlight';
	text-decoration: none;	
	font-size: 42px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.5);
	color: #959595;
	height: auto;
	width: 20px;
	padding: 2px 10px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	z-index: 20;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 0;
	display: none;
}
#show_wrapper a#leftarrow:hover, #show_wrapper a#rightarrow:hover{
	background-color: rgba(149, 149, 149, 0.7);
	color: #000000;
}
/*-----------------------------hero slider-----------------------------*/
#slideshow .close,#s5_slideshow .close{
	display: none;	
}
#slideshow,#s5_slideshow{
	position: relative;
	visibility: visible ;
	background: none;
	width: 100%; 
	height: 100%;
}
#slideshow .gallerylayer img{ /* make all images inside fadeshow scale to 100% of slideshow width */
    width: auto;
    height: auto;
    }
#show_wrapper.right #slideshow .gallerylayer{
	text-align: left;
}
#show_wrapper.left #slideshow .gallerylayer{
	text-align: right;
}
#show_wrapper.center #slideshow .gallerylayer{
	text-align: center;
}
.home_content .fadeslidedescdiv{
	top: 50%;
	height: auto;
	position: absolute;
    visibility: visible;
    width: auto;
	max-width: 32%;
    z-index: 11;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 18px;
}
.cat_content .fadeslidedescdiv{
	top: 0;
	height: auto;
	position: absolute;
    visibility: visible;
    width: auto;
	max-width: 36%;
    z-index: 11;
	font-size: 16px;
	line-height: 18px;
}
#text_height{
	font-size: 18px;
}
.fadeslidedescdiv.left{
	left: 0;
}
.fadeslidedescdiv.left .descpanelfg{
	text-align: center;
}
.fadeslidedescdiv.right{
	right: 0;
}
.fadeslidedescdiv.center{
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 10%;
}
.descpanelfg span.left{
	text-align: left;
}
.descpanelfg span,#text_height span{
	display: inline-block;
}

.descpanelfg{
	top: 50%;
	color: #000000;
	height: 100%;
	text-align: center;	
}
.descpanelfg h1,#text_height h1{
	font-size: 40px;
	line-height: 38px;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-style: italic;
}
.descpanelfg h2,#text_height h2{
	font-size: 30px;
	line-height: 28px;
	margin: 0 0 2px 0;
	font-weight: bold;
	font-style: italic;

}
.descpanelfg a,#text_height a{
	color: #ffffff;
	text-decoration: underline;
	border: none;
}
.descpanelfg a.hero,#text_height a.hero, #touts a.hero{
	padding: 10px 30px;
	color: inherit;
	text-decoration: none;
	width: auto;
	/*keep border as individual values so it correctly inherits color, esp if its set in portal*/
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	display: inline-block;
	font-size: 16px;
}
#mobile_text_wrapper{
	display: none;	
}
#slidedescmobile, #text_height{
	padding: 10px 0 10px 0;
	text-align: center;
}
@media (max-width: 1000px){
	#catbody #mobile_text_wrapper{
		display: block;	
	}
	#catbody #show_wrapper .fadeslidedescdiv{
		display: none;	
	}
	#catbody .fadeslidedescdiv{
		position: relative;
		clear: both;
		width: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		transform: none;
		max-width: 100%;
	}
	#catbody #show_wrapper.right #slideshow .gallerylayer {
		text-align: center;
	}
}
@media (max-width: 767px) {
	#s5_slideshow{
		margin: 0 0 20px 0;	
	}
	#s5_mobile_text_wrapper{
		display: block;	
	}
	#mobile_text_wrapper{
		display: none;	
	}
	#show_wrapper .fadeslidedescdiv{
		display: none;	
	}
	.home_content .fadeslidedescdiv, #content .fadeslidedescdiv{
		position: relative;
		clear: both;
		width: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		transform: none;
		max-width: 100%;
	}
	.descpanelfg{
		color: #464646;
	}
	.descpanelfg a{
		color: #000000;
	}
	.descpanelfg span.left{
		text-align: center;
	}
	
}
@media (max-width: 380px) {
	.descpanelfg h1{
		font-size: 30px;
		line-height: 28px;
	}
	.descpanelfg a{
		font-size: 14px;
	}
}