/*
 * jQuery Nivo Slider v3.1
 * 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 */
.nivoSlider {
	position:relative;
	width:100%;
	height:100%;

}
.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;
}
/* 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 {
	top:0px;
	position:absolute;
	left:0%;
	bottom:0%;	
	color:#fff;
	width:385px;
	z-index:8;
	opacity: 0.8;
	overflow: hidden;
	padding:8px;
	display: none;
	-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 h2{ color:#b31e24; font-family: 'dosisregular'; font-size:40px; line-height:43px; font-weight:normal;}
.nivo-caption p{ color:#131f23; font-size:17px; line-height:21px; font-weight:normal; font-style:normal; margin-bottom:12px!important; text-align:justify;}
.nivo-caption a{ background:url(../images/readmore-bg.png) no-repeat; width:100px; height:32px; border:none; text-align:center; color:#FFF!important; font-size:14px; line-height:32px; font-weight:normal; text-decoration:none;}


.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:block !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:42%;
	z-index:9;
	cursor:pointer;
	text-indent:-999999px;
}
.nivo-prevNav {
	left:0px;
	background:url(../images/prev.png) no-repeat; width:30px; height:30px;

}
.nivo-nextNav {
	right:0px;
	background:url(../images/next.png) no-repeat; width:30px; height:30px;

}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 0px 0;
	width:75px; position:absolute; left:0px; bottom:0px;
	z-index:999999;
	
}
.nivo-controlNav a {
	cursor:pointer; background:#FFF; width:14px; height:14px; 
	margin:0px 3px;
	padding:1px 4px;
	color:#FFF; font-size:9px; line-height:14px;
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background:#469047;
	padding:1px 4px;
	color:#469047; font-size:9px; line-height:14px;
}