@charset "iso-8859-1";
/* CSS Document */

.right {
	float: right !important;
}
.clear {
	clear: both;
}
.leftt {
	float: left;
}
.margint20 {
	margin-top: 20px;
}
/*.carousel-inner {
	height: 400px;
}
.carousel-inner > .item {
	height: 400px;
}*/
#central-carousel {
height:400px;	
}
#central-carousel > .carousel-inner > .item > img {
	width: 100%;
	border-radius: 5px;
}
.carousel .controls {
	z-index: 104;
	position: absolute;
	margin: 0px;
	top: 170px;
	width: 100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	display: block;
	height:100%;
	max-height: 400px;
	width: 100%;
}
.carousel-indicators {
	list-style: none;
	margin-bottom: 3px;
	bottom: 0px;
}
.carousel-inner .carousel-caption {
	height: auto;
	width: 500px;
	top: 265px;
	bottom: 0px;
	text-shadow: none;
	position: absolute;
	left:0px;
}
.carousel-caption h3 {
	background-image: url(../img/seta_carousel.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 10% auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #fff;
	padding: 15px 5px 15px 75px;
	width: auto;
	height: auto;
}
.carousel-caption p {
	min-width: 300px;
	display: inline-block;
	color: #fff;
	padding: 10px;
	background-color: #666;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-top: 0px;
}
.carousel .controls .left, .carousel .controls .right {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
}
.carousel .controls a {
    color: #fff;
    font-size: 30px;
}
.carousel .controls a:hover {
	color: #92979d;
	transition:color 400ms ease-in-out;
}
@media (max-width:1024px) {
.carousel-inner .carousel-caption {
	top: 0px;
}

}
@media (max-width:980px) {
.carousel .controls {
top:124px;	
}
#central-carousel {
height:auto;	
}
}
@media (max-width:760px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	display: block;
	height:100%;
	max-height: 350px;
	width: 100%;
}
.carousel-caption p {
	margin-top: 0px;
	min-width: 0px;
}
}
@media(max-width:600px) {
	.carousel-inner .carousel-caption {
		display:none;
	}
}
@media (max-width:360px) {
.carousel .controls {
	display: none;
}
/*.carousel-inner .carousel-caption {
	top: 155px;
	width: 250px;
}*/
.carousel-caption h3 {
	padding-left: 55px;
}
.carousel-caption p {
	margin-top: 0px;
	min-width: 0px;
}
.carousel-inner {
	background-color:#eee;
}
/*.carousel-inner > .item {
	height: auto;
}*/
/*.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	display: block;
	height: 350px;
	width: 100%;
}*/
/*iframe.banner-i {
		height:300px;
	}*/
}
