/*
 * 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%;
	min-height:200px!important;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	min-height:200px!important;

}

.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 {
	position:absolute;
	left:0%;
	bottom:0%;
	color:#000;
	width:100%;
	z-index:8;
	overflow: hidden;
	padding:0px 0px 3% 0px;
	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+ */
	height:auto;
	text-align:right;
	
}

.nivo-caption h2{ color:#fff; font-family: 'Oswald', sans-serif; font-size:30px; line-height:40px; font-weight:normal; text-align:left; margin-bottom:16px; }
.nivo-caption h2 span{ font-family: 'Oswald', sans-serif; font-size:63px; line-height:63px;}

.nivo-caption h4 a{ background:#1a1a1a; color:#fa7300; display:inline-block; text-align:center; padding:5px 15px; font-size:23px; line-height:normal; font-weight:normal; font-family: 'ralewaybold'; text-decoration:none;}
.nivo-caption h4 a span{ color:#FFF; font-family: 'Oswald', sans-serif; font-size:17px; line-height:normal;}


.nivo-caption h3{ color:#131313; font-size:17px; line-height:normal; font-weight:400; text-align:center;}


.nivo-caption p {
	padding:5px;
	margin:0;
	font-family: 'Open Sans', sans-serif; color:#fff;
}

.nivo-caption a {}



.nivo-html-caption {
    display:none;
}



/* Direction nav styles (e.g. Next & Prev) */


.nivo-directionNav a {
	position:absolute;
	top:42%;
	z-index:9999;
	cursor:pointer;
	text-indent:-999999px;
}



.nivo-prevNav {
	left:7%;
	background:url(../images/prev.png) no-repeat; width:28px; height:51px;

}



.nivo-nextNav {
	right:7%;
	background:url(../images/next.png) no-repeat; width:28px; height:51px;
}



/* Control nav styles (e.g. 1,2,3...) */



.nivo-controlNav {
	text-align:center;
	padding: 0px 0;
	width:170px; position:absolute; left:0px; bottom:20px;
	z-index:999999;
	display:none;
	
}



.nivo-controlNav a {
	cursor:pointer; background:#000; width:18px; height:18px; 
	margin:0px 3px;
	padding:1px 4px;
	color:#031a25; font-size:9px; line-height:14px;
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
z-index:999999;
}



.nivo-controlNav a.active {
	font-weight:bold;
	background:#05c362;
	padding:1px 4px;
	color:#05c362; font-size:9px; line-height:14px;
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;

}