/*----------------------------------------------- Banner Slider -----------------------------------------------*/


figure .carousel li {margin-right: 5px}
figure .ajax_loading { font-size: 36px; position: absolute;}

/* Direction Nav */

.nivo-directionNav a { width: 55px; height: 55px; line-height: 55px; margin: -30px 0 0; display: block; position: absolute; top: 50%; cursor: pointer;  z-index: 9; font-size: 26px; color: #fff; background: rgba(51, 51, 51, 0.6); text-align: center;}

figure .nivo-directionNav a.nivo-nextNav { background-position: 100% 0; right: -100px; }

figure:hover .nivo-directionNav a.nivo-nextNav { right: 200px; }

figure .nivo-directionNav a.nivo-prevNav { left: -100px;}

figure:hover .nivo-directionNav a.nivo-prevNav { left: 200px;}

figure .nivo-directionNav a:hover {background: rgba(79, 154, 192, 0.8); }

/* Control Nav */

.nivo-controlNav {width: 100%; position: absolute; bottom: 10px; text-align: center;}

.nivo-controlNav a {width: 11px; height: 11px; display: block; background: #aaa; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); z-index: 9; }

.nivo-controlNav a:hover,
.nivo-controlNav a.active { background: #000; cursor: pointer; }




.nivoslider {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%; 
}
.nivoslider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}



.imageslider-caption {
	position: absolute;
 	left:0; 
 	top:0;

    width: 100%;
	background: none;
	color: #fff;
	font-size: 16px;
	z-index: 999;
}
.caption-title { position: relative; }
.caption-title>div {letter-spacing:.06em; word-spacing:.1em}
.imageslider-title {
	position: absolute;
 	left:0;
 	top: 270px;
    padding: 5px 20px;
	background: rgba(0,132,224,.9);
	text-align: left;
	font-size: 40px;
	font-weight: 400;
}
.imageslider-title h2 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
    line-height: inherit;
}
.imageslider-des {
	position: absolute;
 	left: 0;
 	top: 360px;
	text-align: left;
    font-size: 26px;
	font-weight: 400;
	padding: 7px 20px;
	background:rgba(101, 110, 129, 0.90);
}

.imageslider-readmore {
	position: absolute;
 	left: 0; 
 	top: 432px;
	text-align: center;
    background: rgba(224,90,0,.9);
}
.imageslider-readmore a {
	color: #fff;
	font-size: 20px;
	padding: 7px 20px;
	display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.imageslider-readmore a:hover {
    background: rgba(247,183,13,.9);

}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height: auto; /**/
	height: 100%;
	overflow: hidden;
}
.nivoSlider img {
	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;
	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; }

.nivo-caption {
  position:absolute;
 	left:0; 
 	top:0;	
	color:#fff;
	width:100%;
	height: 100%;
	z-index:8;
}
.nivo-html-caption {
    display: none;
}
.nivoSlider .container { position:relative;}


@media (max-width:481px) {
    figure .nivo-directionNav a.nivo-prevNav {left:-1500px !important;}
    figure .nivo-directionNav a.nivo-nextNav {right:1500px !important;}
    figure:hover .nivo-directionNav a.nivo-prevNav {left:15px !important;}
    figure:hover .nivo-directionNav a.nivo-nextNav {right:15px !important;}
}