@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/v30/localpictures/theme/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/v30/localpictures/theme/slick/fonts/slick.eot');
    src: url('/v30/localpictures/theme/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/v30/localpictures/theme/slick/fonts/slick.woff') format('woff'), url('/v30/localpictures/theme/slick/fonts/slick.ttf') format('truetype'), url('/v30/localpictures/theme/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	z-index:10;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}


.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}


.slick-prev {
    left: 15px !important;
}

.slick-prev::before {
	background:#FFF;
	border-radius:100%;
	content:"arrow_back_ios";
	opacity: 0.6;
	transition: all 0.5s;
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 10, 'opsz' 60 !important;
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	transition:all ease 0.5s;
	color:#333;
	cursor:pointer;
	text-align:center;
	width:34px;
	height:34px;
	line-height:34px;
}

.slick-next{
    right: 0px !important;
}

.slick-next::before {
	background:#FFF;
	border-radius:100%;
	content:"arrow_forward_ios";
	opacity: 0.6;
	transition: all 0.5s;
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 10, 'opsz' 60 !important;
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	transition:all ease 0.5s;
	color:#333;
	cursor:pointer;
	text-align:center;
	width:34px;
	height:34px;
	line-height:34px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â&euro;¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}