/* 
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme {
	
} 
.owl-theme .owl-stage-outer {
	
}
.owl-theme .owl-item {
 	text-align: center;
}
.owl-theme .owl-item li {
	position: relative;
}

/* Fletxes navegacio */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
  	
	position: absolute;
	bottom: 30%;
	left: -40px;
	right: -40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
	width: 45px;
	height: 45px;
}	
.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-nav .owl-prev {
	float: left;
	background: url("../img/fletxa-banners-esq.png") left top no-repeat; 
	display: block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 62px;
}
.owl-theme .owl-nav .owl-next {
	float: right;
	background: url("../img/fletxa-banners-dre.png") right top no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 62px;
}

/* Punts navegació */
.owl-theme .owl-dots {
	overflow: hidden;
	text-align: right;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
    bottom: 30px;
    
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	max-width: 800px;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot {
  	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0;
	padding: 0;
	height: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  	width: 15px;
	height: 15px;
	margin: 0px 8px 0px 0px;
	
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	
	border-radius: 15px;
    background: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-radius: 15px;
    background: #a7658d;
}