@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;
	top:50%;

    display: none;

    width: 41px;
    height:41px;
    margin-top: -20px;
    padding: 0;

    cursor: pointer;

    /*color: transparent;*/
    border:#cacaca 1px solid;
    outline: none;
	 border-radius:50px;
    /*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: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 5%;
}


[dir='rtl'] .slick-prev
{
    right: 5%;
    left: auto;
}

.slick-prev
{
    /*content: '←';*/
	background:url(../images/button-previous.png) center center no-repeat;
	}
[dir='rtl'] .slick-prev
{
    content: '→';
}

.slick-next
{
    right: 5%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next
{
   background: url(../images/button-next.png) center center no-repeat;
}

[dir='rtl'] .slick-next
{
    background:url(../images/button-next.png) center center no-repeat;
}

/* Dots */
.slick-slider
{
    margin-bottom:0;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 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;
	display:none;
}
.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: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    /*content: '•';*/
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media screen and (max-width: 1100px) {  
	.slick-prev, .slick-next{ bottom:-80px;}
	.slick-prev{left:35%;}
	.slick-next{right:35%;}
}

@media screen and (max-width: 600px) {  
	.slick-prev, .slick-next{ bottom:-78px;}
	.slick-prev{left:30%;}
	.slick-next{right:30%;}
}

@media screen and (max-width: 480px) {  
	.slick-prev, .slick-next{ bottom:-50px;}
	.slick-prev{left:50px;}
	.slick-next{right:50px;}
}