/*
 * jQuery Nivo Slider v3.2
 * 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 */

.slider-wrapper {
	width:100%;
	height:100%;
	height:100%;
	margin:auto;	
	z-index:11;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	/*
	width:924px;
	height:475px;*/
	overflow: hidden;text-align:center;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	
	/*** NpR 20151103 for slider auto slide, scroll to next slide, it is blank white problem***/
	height:auto !important;
	/*** NpR 20151103 for slider auto slide, scroll to next slide, it is blank white problem END***/
}

/* 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;
	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;
	left:30%;
	bottom:20px;
	background:#000;
	color:#fff;
	width:auto;
	z-index:8;
	padding: 6px 12px;
	overflow: hidden;
	display: none;
	background-color:rgba(0,0,0,0.5);
	/*opacity: 0.5; */
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	display:none !important;
}
.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 a {
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
}
.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;
}



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position: relative;
	/*background:#fff url(img/loader.gif) no-repeat 50% 50%;*/
	margin:auto;
/*	width: 1400px;
	height: 555px;*/
	width: 100%;
	/*height: 600px;*/
	height:100%;
	z-index:4;

/*	width:100%;
	height:100%;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    
	margin:auto;
width: 100% !important;
	/*height: 100% !important;*/
	
}

.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
	position:absolute; /*ws 20140930 for cranley new*/
	left:5%;
	bottom:15%;
	z-index: 9000;
	display:block; /* okstmtcc 20150402 hide default bullet */
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(img/bullet_ver-2.0.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;

}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	/*
	width:17px;
	height:23px;
	background:url(img/arrows_ver-2.0.png) no-repeat; 
	*/
	background:url(img/bg-nav-btn.png);
	width:80px; 
	height:80px;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    
}
.theme-default:hover .nivo-directionNav a { opacity: 1;  }
.theme-default a.nivo-nextNav {
	/* background-position:-17px 0; */
	background-position:-160px 0px;
	/*right:15px;*/
	right:5%;
}
.theme-default a.nivo-prevNav {
	/*left:15px;*/
	left:15px;
	background-position:0px 0px;
}

.theme-default .nivo-caption {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size:20px;
    z-index: 6;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	z-index: 10;
	position: relative;
	bottom: 0px;
	left:0px;	
	display:block;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 80px;
	height: auto;
}


/*.nivo-thumb{
	display: inline-block;
    width: 46px;
    height: 46px;
    background-position: center center;
    background-size: cover;
    padding:0;
    margin:0px 6px 5px 5px; 
    float:left;
}
.nivo-thumb a.nivo-control{ 
	display:block;  
    padding:10px;
}
*/

.slider-thumb{ 
	padding:10px 0px 2px 0px;
	display:inline-block;
}
.thumb-control{
	display: inline-block;
    width: 46px;
    height: 46px;
    background-position: center center;
    background-size: cover;
    padding:0;
    margin:0px 4px 5px 4px; 
    float:left;
}