@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    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,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    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:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
    left: -25px;
}
[dir='rtl'] .slick-prev{
    right: -25px;
    left: auto;
}
.slick-prev:before{
    content: '←';
}
[dir='rtl'] .slick-prev:before{
    content: '→';
}
.slick-next{
    right: -25px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
.slick-next:before{
    content: '→';
}
[dir='rtl'] .slick-next:before{
    content: '←';
}

/*
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}*/
.slick-dots{
    position: absolute;
    bottom: 0;
	right: 0;
    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: '•';
    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;
}

/*-----------------*/

.slick-dots {
	width: 475px;
	padding: 5px;
	background: rgba(0,0,0,.8);
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	margin: 0;
	list-style: none;
	text-align: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slick-dots::before {
	content: "";
	position: absolute;
	left: -50px;
	bottom: 0px;
	border-style: solid;
	border-color:  transparent transparent rgba(0,0,0,.8) transparent;
	border-width: 0 0 85px 50px;
	z-index: 10;
}
.slick-dots li {
	width: 260px;
	height: auto;
	display: block;
	margin: 5px;
}
.slick-dots li img {
	opacity: 0.5;
	width: 100%;
	height: 100%;
	display: block;
}
.slick-dots li.slick-active img {
	opacity: 1;
	position: relative;
}
.slick-dots li.slick-active::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}
@media (max-width: 768px) {
  .slick-dots {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    position: static;
    margin: 0 auto 0;
    list-style: none;
    text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,.6);
  }
  .slick-dots li {
    width: 29.88505747126437%;
    max-width: 260px;
    height: auto;
    display: inline-block;
    margin: 0 0;
  }
  .slick-dots li:nth-child(2) {
    margin: 0 22px;
  }
}
@media (max-width: 768px) {
	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.slick-dots {
		width: 100%;
		max-width: 100%;
		padding: 10px;
		margin: 0 auto;
		background: none;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background: rgba(0,0,0,0.8);
	}
	.slick-dots li {
		width: 32%;
		max-width: 260px;
		height: auto;
		display: inline-block;
		margin: 0 0;
	}
	.slick-dots li:nth-child(2) {
		margin: 0 20px;
	}
}
@media (max-width: 414px) {
	.slick-dots {
		margin: 0 auto 0;
	}
	.slick-dots li:nth-child(2) {
		margin: 0 12px;
	}
}


