/* Slick */
/* line 43, ../../scss/plugins/slick-theme.scss */
.slick-loading .slick-list {
  background: white url('../../scss/../images/ajax-loader.gif?1496889814') center center no-repeat;
}

/* Icons */
/* Arrows */
/* line 62, ../../scss/plugins/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 79, ../../scss/plugins/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 83, ../../scss/plugins/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 87, ../../scss/plugins/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 90, ../../scss/plugins/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #69a8cb;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 101, ../../scss/plugins/slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 103, ../../scss/plugins/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 107, ../../scss/plugins/slick-theme.scss */
.slick-prev:before {
  content: "\f137";
}
/* line 109, ../../scss/plugins/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "\f138";
}

/* line 115, ../../scss/plugins/slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 117, ../../scss/plugins/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 121, ../../scss/plugins/slick-theme.scss */
.slick-next:before {
  content: "\f138";
}
/* line 123, ../../scss/plugins/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "\f137";
}

/* Dots */
/* line 131, ../../scss/plugins/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 135, ../../scss/plugins/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 144, ../../scss/plugins/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 152, ../../scss/plugins/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 164, ../../scss/plugins/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 166, ../../scss/plugins/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 170, ../../scss/plugins/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 187, ../../scss/plugins/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
