#carrousel {
	margin:0;
	padding:0;
}

#carrousel li {
	float:left;
	/*
	*	margin:10px;
	*/
	padding:0;
	list-style:none;
}

#owl {
	width: 1000px;
}
.owl-item {
	
	line-height: 200px;
	font-size: 100px;
	color: #fff;
	text-align: center;
	list-style:none;
}
.owl-nav {
    /* display:none; */
}
.owl-carousel {
    width:80% !important;
    margin:auto;
}
   .owl-carousel .owl-nav {
    top: auto!important;
    } 
@media (min-width:768px) {
   .owl-carousel .owl-nav {
    top: 174px !important;
    } 
}
