@charset 'UTF-8';

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.html');
    src: url('fonts/slickd41d.html?#iefix') format('embedded-opentype'), url('fonts/slick-2.html') format('woff'), url('fonts/slick-3.html') format('truetype'), url('fonts/slick-4.html#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    width: 34px;
    height: 60px;
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    background: url(../images/arrow-slider-prev.png) no-repeat 0 0;
    z-index: 100;
    text-indent: 9000em;
    padding: 0;
    z-index: 100;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 0.8;
}



.slick-prev
{
    left: 10%;
}


.slick-next
{
    right: 10%;
    background-image: url(../images/arrow-slider-next.png);
}

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

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
    bottom: 30px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
  background: white none repeat scroll 0 0;
  border: 0 none;
  border-radius: 7px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 14px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 14px;
}
.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;

    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button
{
    opacity: .3;
}
