/*----------------------------------------------- Banner Slider -----------------------------------------------*/
figure .carousel li {margin-right: 5px}
figure .ajax_loading { font-size: 36px; position: absolute;}
figure .caption-item { display: none;}

/* Direction Nav */

.nivo-directionNav a {  margin: -30px 0 0; width: 47px; height: 58px; background: rgba(0, 0, 0, 0.6); display: block; position: absolute; top: 50%; cursor: pointer;  z-index: 9; font-size: 0; color: #fff;text-align: center; font-size: 32px; line-height: 54px;}

.nivo-directionNav .nivo-nextNav { right: -100px; }
.banner-slideshow:hover .nivo-directionNav .nivo-nextNav { right: 0; }
.nivo-directionNav .nivo-prevNav { left: -100px;}
.banner-slideshow:hover .nivo-directionNav .nivo-prevNav { left: 0;}

.nivo-directionNav a:hover { color: #db4c52; }

/* Control Nav */

.banner-slideshow {
	position: relative;
}
.nivoslider {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%; 
}
.nivoslider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.nivo-controlNav {
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.nivo-controlNav a {
    border: 0 none;
    display: inline-block;
    height: 7px;
    margin: 0 2px;
    text-indent: -9999px;
    width: 20px;
	cursor: pointer;
    position: relative;
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
}
.nivo-controlNav a:hover, .nivo-controlNav a.active { background-color: #db4c52;}

.nivo-caption .caption {
	position: absolute;
 	left:0; 
 	top:0;	
	width: 100%;
	background: none;
	color: #fff;
	font-size: 16px;
	z-index: 999;
}
.nivo-caption .title {
	position: absolute;
 	left:50%; 
 	top: 115px;
	width: 350px;
	text-align: center;
	margin-left: -175px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Montserrat;
}

.nivo-caption .description {
	position: absolute;
 	left: 50%;
	margin-left: -175px;
 	top: 150px;
	width: 350px;
	text-align: center;
        font-size: 14px;
	color: #dddddd;
	font-weight: normal;
}

.nivo-caption .readmore {
	position: absolute;
 	left: 50%;
	margin-left: -175px;
 	top: 195px;
	width: 350px;
	text-align: center;
}
.nivo-caption .readmore a {	
	text-transform: uppercase;
	padding: 10px 20px;
	border: 2px solid #fff;
	color: #fff;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	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%;
	z-index:8;
}
.nivo-html-caption {
    display: none;
}
