/*
 * 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 */
.us-Slider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.us-Slider img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	
	padding: 0!important;
	margin:0!important; 
  	border: none!important;
    background: none!important; 
    max-width: inherit!important; 
    height: inherit !important;
	
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.us-slider-wrapper a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:999;
	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%;
	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:20px;
	top:50px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	z-index:8;
	padding: 25px 10px;
	overflow: hidden;
	display: none;
	font-size:25px; 
	font-weight:bold;
	text-align:left;
	line-height:1.2em;
	margin-right:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 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) */
.outer-nivo-directionNav{ width:100% }
.nivo-directionNav a , .outer-nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9999;
	cursor:pointer;
	font-size:0;
	text-decoration:none;
	background:rgba(0,0,0,0.5);
	-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;
	color: #fff!important;width: 40px;height: 40px;display: inline-block;line-height: 37px;text-align: center;
	-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;
}
	.nivo-directionNav a:hover , .outer-nivo-directionNav a:hover {  background: rgba(0,0,0,0.8); color:#fff; text-decoration:none; }
.nivo-prevNav {
	left:-50px;
}
	.us-slider-wrapper:hover .nivo-directionNav .nivo-prevNav , .us-wrap:hover .outer-nivo-directionNav .nivo-prevNav{ left:5px; }
	.nivo-prevNav:before { font-family:FontAwesome; content:'\f104'; font-size: 33px;  }
.nivo-nextNav {right:-50px;}
	.us-slider-wrapper:hover .nivo-directionNav .nivo-nextNav , .us-wrap:hover .outer-nivo-directionNav .nivo-nextNav{ right:5px; }
	.nivo-nextNav:before { font-family:FontAwesome; content:'\f105'; font-size:30px;  }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 0;
	margin-top:45px;
	-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;
	
}
	.us-slider-wrapper:hover .nivo-controlNav{ margin-top:-45px; }
.nivo-controlNav a {
	cursor: pointer;
	background: none;
	width: 20px;
	height: 20px;
	display: inline-block;
	z-index: 9999999;
	position: relative;
	margin-right: 5px;
	text-decoration:none;
	-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;
	
	font-size: 0;
	
	background:rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;
}
	.nivo-controlNav a:hover {
		background:rgba(0,0,0,0.8);
	}
.nivo-controlNav a.active {
	font-weight:bold;
	background:rgba(0,0,0,0.8);
}


/*thumbnail controlNav*/
.nivo-controlNav.nivo-thumbs-enabled{
	margin-top:60px;	
}
	.us-slider-wrapper:hover .nivo-controlNav.nivo-thumbs-enabled { margin-top:-60px; }
.nivo-controlNav.nivo-thumbs-enabled a {
	cursor: pointer;
	background: none;
	width: 50px;
	height: 50px;
	display: inline-block;
	z-index: 9999999;
	position: relative;
	
	-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;
	margin-right: 5px;
	background:none;
	font-size: 0;
	-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;
}
	.nivo-controlNav.nivo-thumbs-enabled a img{ width:100%; height:50px;border:2px solid transparent; opacity:0.7 }
.nivo-controlNav.nivo-thumbs-enabled a.active img {
	font-weight:bold;
	background:none;
	border:2px solid #fff;
	opacity:1;
}


/*Loading Style*/
/* CSS Document */

.main-loading{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	z-index: 999;
	top: 0px;	
}
.loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	bottom: 0;
	right: 0;
}
.main-loading img.loading-img{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  border:none;
}
/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}