/**
* Man Carousel v1.3.1
* @author kik-off.com <info@kik-off.com>
**/
#mancarousel_container{
    background: #f8f8f8;
}
#mancarousel_block {
	width: 100%;
	margin: 0 auto 30px;	
	float: left;
	/*
	background: #f8f8f8;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	*/
	box-shadow: none;
}

header #mancarousel_block,
footer #mancarousel_block {
	margin-left: 15px;
	margin-bottom: 0;
}

#mancarousel_block .title_block {
	font: 600 18px/22px "Open Sans", sans-serif;
	text-transform: uppercase;
	border: none;
	padding: 14px 5px 0 20px;
	margin-bottom: 0;
}

#mancarousel_block .title_block a {
	color: #ccc;
}

#mancarousel_block .title_block a:hover {
	color: #333;
}

#mancarousel_block .title_block::after {
	display: none;
}

.mancarousel_slider {
	margin: 0px auto;
	position: relative;
	max-width: 1170px;
	/*background: #f8f8f8;*/
	float: none !important;
	padding: 1px 0 !important;
}

.mancarousel_slider a {
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.mancarousel_slider img {
	/*background: #f8f8f8;*/
	padding: 9px;
	margin: 7px;
	display: block;
}

.mancarousel_slider .mancarousel_badge {
	left: auto;
	position: absolute;
	right: 10%;
	top: -20%;
    background: #f8f8f8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mancarousel_slider a:hover .mancarousel_badge {
	top: 10%;
}

#mancarousel_prev,
#mancarousel_next {
	background: transparent;
	color: #ccc;
	display: block;
	font-size: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 2px;
	text-align: center;
	width: 32px;
}

#mancarousel_prev {
	right: 42px;
}

#mancarousel_prev::before {
	content: "<";
}

#mancarousel_next {
	right: 5px;
}

#mancarousel_next::before {
	content: ">";
}

#mancarousel_next:hover,
#mancarousel_prev:hover {
	color: #333;
}

#mancarousel_next.disabled,
#mancarousel_prev.disabled {
	color: #ccc;
	cursor: default;
}

#mancarousel_prev.prev span,
#mancarousel_next.next span {
	display: none;
}

.logo_gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: .5;
	filter: alpha(opacity=50);
	zoom: 1;
}

.logo_gray:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
}
#titulo-mancarousel{
	font-size: 22px;
    font-weight: bold;
}
#texto-html-mancarousel{
	padding: 15px 0;
}
#texto-html-mancarousel p{
	
}