/*
 * 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%;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	max-height: 400px;
	background-image: url(../imgs/ajax-loader.gif);
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

/*@media screen and (min-width:300px) and (max-width:768px) {
	.nivoSlider, .slider-wrapper {
		display:none;
	}
}*/


.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 1110px;
	display: 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 {
	position: absolute;
	z-index: 8;
	overflow: hidden;
	display: none;
	top: 50%;
	left: 20%;
	/* [disabled]width: 300px; */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.nivo-caption-titulo {
	line-height: 28px;
	font-size: 24px;
	font-family: latoblack;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../imgs/bg_titulo.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}

.nivo-caption-subtitulo {
	line-height: 19px;
	font-size: 17px;
	font-family: latoregular;
	color: #FFF;
	background-image: url(../imgs/bg_subttiulo.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	max-width: 450px;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
	/* [disabled]border: 1px solid #0CF; */
}
.nivo-prevNav {
	height: 51px;
	width: 51px;
	/* [disabled]right: 37px; */
	background-image: url(../imgs/nivo_esq.png);
	margin-left: 0px;
}
.nivo-prevNav:hover {
	background-image: url(../imgs/nivo_esq.png);
	opacity: 0.5;
}

.nivo-nextNav {
	height: 51px;
	width: 51px;
	right: 0px;
	background-image: url(../imgs/nivo_dir.png);
	margin-right: 0px;
}
.nivo-nextNav:hover {
	background-image: url(../imgs/nivo_dir.png);
	opacity: 0.5;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: right;
	position: relative;
	z-index: 1003;
	/* [disabled]border-color: #0F9; */
	bottom: 40px;
	min-width: 80px;
	max-width: 300px;
	float: right;
	right: 25%;
	/* [disabled]border-width: 1px; */
	/* [disabled]border-style: solid; */
}
.nivo_esquerda {
	background: url(../imgs/nivo_direita.png) no-repeat;
	height: 39px;
	width: 20px;
	float: right;
	position: absolute;
	z-index: 1003;
	right: 0px;
	bottom: -9px;
}

.nivo-controlNav a {
	height: 20px;
	width: 23px;
	text-indent: -9999em;
	display: inline-block;
	text-align: center;
	margin-left: 3px;
	background-image: url(../imgs/nivo_off.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.nivo-controlNav a:nth-child(even)  {
	height: 20px;
	width: 23px;
	text-indent: -9999em;
	display: inline-block;
	text-align: center;
	margin-left: 3px;
	background-image: url(../imgs/nivo_off_impar.png);
	background-repeat: no-repeat;
	cursor: pointer;
}


.nivo-controlNav a.active {
	font-weight: bold;
	height: 20px;
	width: 23px;
	margin-top: -1px;
	background-image: url(../imgs/nivo_on.png);
	background-repeat: no-repeat;
}
.nivo-controlNav a.active:nth-child(even) {
	font-weight: bold;
	height: 20px;
	width: 23px;
	margin-top: -1px;
	background-image: url(../imgs/nivo_on_impar.png);
	background-repeat: no-repeat;
}
