/* The Nivo Slider styles */
.slider-wrapper { 
	width: 100%; 
}


.nivoSlider {
	position:relative;
	width: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;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-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 */
.usedSlideshow .nivo-caption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    top: inherit;
    left: inherit;
    height: 200px;
    background: #c71121;
    color: #fff;
    z-index: 8;
    padding: 20px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    text-align: left;
    line-height: 135%;
    font-family: 'LatoWeb';
    font-size: 18px;
    border: 1px solid #696969;
    transform: none;
}
.usedSlideshow .nivo-caption  p {
	color: #fff;
	font-size: 18px;
	font-family: 'LatoWeb';
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	text-align: left;
}




.nivo-caption {
	text-align: center !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 8;
	padding: 20px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	line-height: 135%;
	font-family: 'LatoWeb';
	font-size: 18px;
	border: 0px;
	width: 75%;
}

.nivo-caption strong {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-family: 'montserratbold';
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-size: 42px;
	line-height: 40px;
	text-align: center;
}
.nivo-caption p {
	color: #fff;
	font-size: 20px;
	font-family: 'montserratsemi_bold';
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	text-align: center;
}
.nivo-caption a {
	background: #f05223;
	padding: 10px 15px;
	border-radius: 3px;
	display: inline-block !important;
	width: auto;
	margin-top: 20px;
	font-family: 'montserratsemi_bold';
	text-decoration: none;
	float: none;
}
.nivo-caption a:after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    padding-left: 0.5em;
}




.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 {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}