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

/* Icons */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?atga84');
  src:  url('fonts/icomoon.eot?atga84#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?atga84') format('truetype'),
    url('fonts/icomoon.woff?atga84') format('woff'),
    url('fonts/icomoon.svg?atga84#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    display: block;

    width: 43px;
    height: 74px;
    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;
    z-index:5;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
    opacity: 1;
}

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

    opacity: .5;
    color: white;

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

.slick-prev
{
    left: -4%;
}

.slick-prev:before
{
    content: '\e901';
}

.slick-next
{
    right: -4%;
}

.slick-next:before
{
    content: '\e900';
}

@media only screen and (max-width:1420px){
    .slick-prev{left:-1%;}
    .slick-next{right:-1%;}
}
@media only screen and (max-width:1250px){
    .slick-slide .img-holder{
        max-width:1200px;
    }
    .slick-prev,
    .slick-next{
        height:40px;
        width:25px;
    }
    .slick-prev:before,
    .slick-next:before{
        font-size:40px;
    }
    .slick-prev{left:15px;}
    .slick-next{right:15px;}
}
@media only screen and (max-width:870px){
    .slick-prev, .slick-next{
/*		top:37%;*/
	}
}
@media only screen and (max-width:767px){
    .slick-slide .img-holder{
        padding:0 20px;
        margin-bottom:26px;
    }
    .slick-prev,
    .slick-next{
        height:18px;
        width:11px;
/*        top:35%;*/
    }
    .slick-prev{left:5px;}
    .slick-next{right:5px;}
    .slick-prev:before,
    .slick-next:before{
        font-size:18px;
    }
    .slick-slide figcaption{
        font-size:20px;
        line-height:1.4;
        padding:30px 10px 18px;
    }
}
@media only screen and (max-width:479px){
    .slick-prev,
    .slick-next{
/*        top:33%;*/
    }
}
@media only screen and (max-width:410px){
    .slick-prev,
    .slick-next{
/*        top:28%;*/
    }
}
@media only screen and (max-width:350px){
    .slick-prev,
    .slick-next{
/*        top:26%;*/
    }
}