/*===============================
=         CAROUSEL HOME         =
===============================*/
#home-carousel {
	position: absolute;
	top: 43px; right: 155px; left: 155px;
	max-width: 978px;
	max-height: 611px;
	overflow: hidden;
}

@media only screen and (max-width:1440px) {
	#home-carousel {
		top: 36px; right: 131px; left: 130px;
		max-width: 822px;
	}
	#home-carousel .owl-item {
		max-width: 822px;
		max-height: 514px;
		overflow: hidden;
	}
	#home-carousel img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width:768px) {
	#home-carousel {
		display: block;
		margin: 0 auto;
		top: 29px; left: 0; right: 4px;
		max-width: 612px;
	}
	#home-carousel .owl-item {
		max-width: 612px;
		max-height: 383px;
	}
	#home-carousel img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width:640px) {
	#home-carousel {
		display: block;
		margin: 0 auto;
		top: 11px; left: 0; right: 2px;
		max-width: 245px;
	}
	#home-carousel .owl-item {
		max-width: 245px;
		max-height: 153px;
	}
	#home-carousel img {
		width: 100%;
		height: 100%;
	}
}