@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,
.slick-next.slick-disabled
{
    opacity: 0;
    pointer-events: none;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;
    
	display:block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 99px;
    width: 50px;
    height: 50px;
    transition: all .2s ease;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
    background: white url(../../images/icon_btn_prev.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: relative;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next:before
{
    content: '→';
    background: white url(../../images/icon_btn_next.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: relative;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

.slick-next.fade-out:after {
	content: '';
	width: 150px;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 25px;
	background: linear-gradient(to right, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 100%);
}

.slick-prev.fade-out:after {
	content: '';
	width: 150px;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 25px;
	background: linear-gradient(to left, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 100%);
}
.vertical-video-item-list .slick-next.fade-out:after {
	content: '';
	width: 150%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 25px;
	background: linear-gradient(to right, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 100%);
}
.vertical-video-item-list .slick-prev.fade-out:after {
	content: '';
	width: 150%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 50px;
	background: linear-gradient(to left, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 100%);
}
/* 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: 8px;
    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;
}

/* Added by K */
.slick-dotted.light-dots li button:before
{
    color: white !important;
}
.slick-dotted.golden-dots li button:before
{
    color: #897833 !important;
}
.slick-prev,
.slick-next {
	position: absolute;
	/*
	top: calc(50% - 25px);
	height: 50px;
	*/
	top: 0;
	text-indent: -9999px;
	z-index:20;
	width: 50px;
	height: 100%;
	
	border: none;
	display: block;
	/* padding: 15px; 
	background-color: white;
	border-radius: 999px;*/
	/* overflow: hidden; */
	cursor: pointer;
	/* box-shadow: 2px 2px 10px rgba(0,0,0,0.2); */
}
@media only screen and (min-width: 768px) {
	.slick-prev:hover:before,
	.slick-next:hover:before
	 {
		transform: scale(1.1);
	}
}
	.slick-prev {
		left: -25px;
		/*
		background: white url('../../images/icon_btn_prev.png') center center no-repeat;
		background-size: 100% 100%;
		*/
	}

	.slick-next {
		right: -25px;
		/*
		background: white url('../../images/icon_btn_next.png') center center no-repeat;
		background-size: 100% 100%;
		*/
	}

@media only screen and (max-width: 767px) {
	.slick-prev:before { left: 5px; transform: scale(0.8); }
	.slick-next:before { right: 5px; transform: scale(0.8); }
	.slick-prev:before:hover,
	.slick-next:before:hover { transform: scale(0.95); }
	
	.slick-list { margin-bottom: 50px; }
	.slick-dots { margin: 0;
		bottom: -50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: 50px;
	}
	.slick-dots li { margin: 0 2px; }
}