/*
You can type here custom CSS code, which will be loaded both on your admin and front-end pages. Please make sure to not override layout properties (positions and sizes), as they can interfere with the sliders built-in responsive functionality. Here are few example targets to help you get started:
*/

.ls-container { /* Slider container */

}

.ls-layers { /* Layers wrapper */ 

}

#index {
	overflow-x: hidden;
}

/* JORDI - Canviar colors dels navigation circles */
.ls-wp-container .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
	background-color: grey;
	opacity: 0.85;
	border: none !important;
}

.ls-wp-container .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:hover {
	border: none !important;
}


.ls-wp-container .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
	background-color: black;
}

.ls-wp-container .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active:hover {
	background-color: black !important;
}

.ls-v6 .ls-nav-prev,
.ls-v6 .ls-nav-next {
    z-index: 100 !important;
}