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

}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 80px;
    height: 100%;
    padding: 0;
	top:0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: linear-gradient(to left, rgba(255,255,255,1) 7%,rgba(255,255,255,0) 100%) ;

}
.slick-prev:after{
content:"";
font-size: 0;
    line-height: 0;
    position: absolute;
    border-radius: 100%;
	top:44%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
 	box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
	background: #fff url(../img/nextprev.svg) no-repeat  center center !important;
}

.slick-next:after{
content:"";
font-size: 0;
    line-height: 0;
    position: absolute;
    border-radius: 100%;
	top:44%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
	background: #fff url(../img/nextprev.svg) no-repeat center center !important;

}

.slick-prev:hover,
.slick-prev:focus{
    color: transparent;
    outline: none;
    left: -8px;

}
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    right: -8px;

/*    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
{

    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button.slick-prev
{
    left: -10px;
    z-index: 2;

    background-position: center center !important;
    transform: rotate(180deg);
}
[dir='rtl'] .slick-prev
{
    right: -10px;

}


button.slick-next
{
    right: -10px;

    background-position: center center !important;

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


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



.slick-dots
{
    position: absolute;
    bottom: 1%;

    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: 'arial';
    font-size: 36px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .60;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 15;
    color: white;
}
@media (min-width: 0px) and (max-width: 1050px){
    .slick-prev,
    .slick-next{
        display: none !important;
    }
}