/*
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.
*/

#Slider.no-newsletter .ls-v6 .ls-bottom-nav-wrapper {
	top: -30px !important;
}

.ls-v6 .ls-bottom-nav-wrapper {
    top: -235px !important;
}

.ls-fullwidth .ls-nav-prev {
    left: 50px !important;
}

.ls-fullwidth .ls-nav-next {
    right: 50px !important;
}

@media only screen and (max-width: 768px) {
	
	.ls-v6 .ls-bottom-nav-wrapper {
		top: -30px !important;
	}
	
	/* Slide01 */
	#slider-title {
		padding: 0 30px !important;
	}
	
	#slider-subtitle {
		display: none !important;
	}
	
	#slider-button {
		padding-top: 45px !important;
	}
	
	/* Slide02 */
	
}


