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

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

    src: url('../type/slick.eot');
    src: url('../type/slick.eot?#iefix') format('embedded-opentype'), url('../type/slick.woff') format('woff'), url('../type/slick.ttf') format('truetype'), url('../type/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: -35px;

    display: block;

    width: 32px;
    height: 20px;
    padding: 0;

    cursor: pointer;

    background: transparent;
    border: none;
    outline: none;
    
    opacity: .75;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { opacity: 1; }

.slick-prev.slick-disabled,
.slick-next.slick-disabled { opacity: .25; }


.slick-prev { left: 0; }
.slick-next { right: 0; }


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

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

    display: block;

    width: calc(100% - 64px);
    padding: 0 !important;
    margin: 0 0 4px !important;

    list-style: none;

    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

/* Style for all dots */
.slick-dots li {
  padding: 0 !important;
  margin: 0 5px !important;
  display: inline-block;
  list-style-type: none;
}

/* Style for the dot buttons */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

/* Style for the dot buttons on hover */
.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: #1c1c1c;
}

/* Style for the active dot */
.slick-dots li.slick-active button {
  background-color: #1c1c1c;
}

