@charset "utf-8";
/* CSS Document */

.infobox {
	width:94%;
	padding:0 0 0 4%;
	margin:2em 0 0 0;
	border-radius:10px;
}

.infobox-text {
	width:100%;
	float:left;
	
}

.carousel-wrapper {
	width:85%;
	float:none;
	margin:0 0 0em 0;
	padding:0 0 1em 5%;
	
	
}
#carousel {
	color: rgba(0,0,0,0.8);
	background: #858585c8 url("/images/index-img/bg.png") repeat scroll 0 0;
}
.carousel-wrapper img {
	border-radius:6px;
}
.caroufredsel_wrapper {
		min-height: auto !important;
		background-color: #dcdcdc;
		border-radius:10px;
	}
.carousel1 {
	border-radius:10px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.infobox {
	width:100%;
	border:none;
	clear:both;
	padding:0 1%0 0;	
}
.infobox-text {
	width:49%;
	margin:0 1% 0 1%;
}

.carousel-wrapper{
	width:43%;
	float:left;
}	
.carousel-wrapper img {
	padding:0px 1.5px 0 0;	
}
@media only screen and (min-width: 769px) {
.infobox {
	width:100%;
	padding:0 1% 0 0;
}
.infobox-text {
	width:45%;
	margin:0 1.5% 0 1.5%;
}
.carousel-wrapper {
	width:45%;
	margin:0;
	padding:0;
}

}
