

/* CAROUSEL */

.carousel_container{
	/*display: inline-block;*/
	/*width: 70%;*/
	/*text-align: center;*/
	/*float: left;*/
	/*border: 1px solid #000;*/
	/*margin-left: 1%;*/
	padding-bottom: 10px;
}

.owl-dots div {
	display: inline-block;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: #ccc;
	margin: 0 10px;
}

.owl-dots {
	text-align: center;
}

.owl-dots .active {
	background: #999;
	text-align: center;
}

.owl-carousel{
	margin: 0 auto !important;
	/*display: inline-block !important;*/
	/*text-align: center  !important;*/
	width: 380px;
}

.owl-carousel>div{
	/*border: 2px solid #f00;*/
	/*width: 34%;*/
	
	/*text-align: right !important;*/
	/*display: inline-block !important;*/
}
