@charset "UTF-8";

#slider-full .progress {
	height: 8px; background: rgba(218,210,200,1);
}

#slider-full .rs-layer-static {
	z-index: 14;
	font-size: 46px !important;
	letter-spacing: 2px !important;
	text-shadow: 1px 1px #000;
	transform: translate(-50%,-100%) !important;
	top: 50%;
	left: 50%;
}

#slider-full .slider-full-arrow {
	width: 50%;
	height: 100%;
	background: none;
}

#slider-full .slider-full-arrow.tp-leftarrow {
	cursor: url(/assets/Web/img/full-slider-left-arrow-cursor.svg), auto;
}

#slider-full .slider-full-arrow.tp-rightarrow {
	cursor: url(/assets/Web/img/full-slider-right-arrow-cursor.svg), auto;
}

#slider-full .slider-full-arrow::before {
	content: '';
}

#slider-full .tp-simpleresponsive img,
#slider-full rs-module img {
	max-width: 100% !important;
	height: auto !important;
}

#slider-full rs-pzimg-wrap,
#slider-full rs-sbg-effectwrap,
#slider-full rs-sbg {
	height: auto !important;
}

#slider-full rs-module-wrap {
	height: 100% !important;
}

/* XS */
@media only screen and (min-width : 0px) {

	#slider-full .rs-layer-static {
		font-size: 18px !important;
	}

	#slider-full {
		margin-top: 51px;
		height: auto;
	}

	#slider-full rs-fw-forcer {
		height: 0 !important;
		padding-top: 56.25%;
	}

}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {

	#slider-full .rs-layer-static {
		font-size: 32px !important;
	}

}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {

	#slider-full {
		margin-top: 0;
	}

}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#slider-full {
		min-height: 100%;
	}

	#slider-full .rs-layer-static {
		font-size: 46px !important;
	}
}

