/** OWL CAROUSEL GENERAL STYLES **/

.carouselDestaque{
	display: inline-block!important;
	width: 550px;
	height: 130px;
	margin: 0px;
	padding: 0px 50px;
	position: relative;
	top: 0px;
	left: 0px;
}

.carouselDestaque .owl-wrapper-outer{
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.carouselDestaque .owl-item{
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.carouselDestaque .item{
	display: block;
	cursor: pointer;
	width: 118px;
	height: 110px;
	margin: 0px 5px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.carouselDestaque .item img{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.carouselDestaque .item .details{
	display: block;
	overflow: hidden;
	width: 108px;
	height: 0px;
	padding: 0px 5px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 2;
	background: url(../img/bgDetails.png) repeat center center;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.carouselDestaque .item:hover .details{
	height: 54px;
	padding: 5px;
}

.carouselDestaque .item .details h4{
	display: block;
	width: 100%;
	height: auto;
	max-height: 30px;
	margin: 0px 0px 5px 0px;
	font: normal 14px/15px arial, verdana, sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.carouselDestaque .item .details p{
	display: block;
	width: 100%;
	height: auto;
	max-height: 33px;
	margin: 0px;
	font: normal 10px/11px arial, verdana, sans-serif;
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.carouselDestaque .item .details p b{display: block;}

.carouselDestaque .owl-controls{
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/** SETS **/
.carouselDestaque .owl-buttons{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 150px;
}

.carouselDestaque .owl-prev, .carouselDestaque .owl-next{
	cursor: pointer;
	display: block;
	width: 17px;
	height: 17px;
	padding: 0px;
	position: absolute;
	top: -90px;
	color: transparent;
}

.carouselDestaque .owl-prev{
	left: 25px;
	background: url(../images/scrollable_voltar.gif) no-repeat center center;
}

.carouselDestaque .owl-next{
	right: 25px;
	background: url(../images/scrollable_avancar.gif) no-repeat center center;
}

.carouselDestaque .owl-prev:hover, 
.carouselDestaque .owl-next:hover 
{opacity: 0.7;}

/** Bullets **/
.carouselDestaque .owl-controls .owl-page{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: auto;
}

.carouselDestaque .owl-controls .owl-page span{
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px 10px;
	opacity: 0.5;
	box-shadow: inset 0px 0px 5px #666;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.carouselDestaque .owl-controls .owl-page.active span, 
.carouselDestaque .owl-controls.clickable .owl-page:hover span
{opacity: 1;}

.carouselDestaque .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
