@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
  background: #fff url('image.php?id=017') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next
{
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  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: url(image.php?id=009) no-repeat;
  z-index: 100;
}
.slick-next
{
  background: url(image.php?id=008) no-repeat;
}

.slick-prev
{
  left: -30px;
}
[dir='rtl'] .slick-prev
{
  right: -30px;
  left: auto;
}

.slick-next
{
  right: -30px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -30px;
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  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
{
  background-color: #649BFC;
}
.slick-dots li button:before
{

  background-color: #FFF;
  border: 1px solid #CCC;
  position: absolute;
  top: 0;
  left: 0;

  width: 7px;
  height: 7px;
  border-radius: 4px;

  content: '';
  text-align: center;

}
.slick-dots li.slick-active button:before
{
  border: 1px solid #649BFC;
  background-color: #649BFC;
}