/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
ul.gallery-pb__gallery-index.owl-pb-theme {
	height: 85px;
	margin-top: -85px;
	padding: 20px 48px;
}
.owl-pb-theme .owl-controls{
	width: 100%;
	margin: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-pb-theme .owl-controls .owl-buttons {
	width: 100%;
	margin: 0px;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: space-between;
}
.owl-pb-theme .owl-controls .owl-buttons div{
	color: #527694;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	width: 50px;
	margin: 0px;
	padding: 7px 0px;
	font-size: 48px;
	font-family: "portobello_icones";
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
	background: none;
	filter: none;/*IE7 fix*/
	opacity: 1;
}