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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /*  height: 20px;
    width: 20px;*/
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  /*top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  background: transparent;
  border: 1px solid #ececec;
  height: 38px;
  width: 38px;
  z-index: 162;
  top: -46px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*  padding: 0;
    border: none;
    outline: none;*/ }
  @media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      top: 50%;
      transform: translateY(-50%); } }
  .slick-prev:hover,
  .slick-next:hover {
    border: 1px solid #e02d2e; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .slick-prev:hover, .slick-prev:focus,
      .slick-next:hover,
      .slick-next:focus {
        background-color: #ffffff; } }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 18px;
    line-height: 1;
    color: #e02d2e;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 16px;
  background: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "";
    font-family: 'FontAwesome';
    position: relative;
    right: 2px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #2f2f2f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    [dir="rtl"] .slick-prev:before {
      content: "\f104";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #2f2f2f; }
  .slick-prev:hover:before {
    color: #E02D32; }
    [dir="rtl"] .slick-prev:hover:before {
      color: #2f2f2f; }

.slick-next {
  background: white;
  right: 16px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "";
    font-family: 'FontAwesome';
    position: relative;
    left: 2px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2f2f2f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    [dir="rtl"] .slick-next:before {
      content: "\f105";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #2f2f2f; }
  .slick-next:hover:before {
    color: #E02D32; }
    [dir="rtl"] .slick-next:hover:before {
      color: #2f2f2f; }

.slick-slide:focus {
  outline: none; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 8px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border-width: 1px;
      border-color: #e02d2e;
      border-style: solid;
      border-radius: 50%;
      width: 11px;
      height: 11px;
      position: relative;
      display: block;
      background-color: transparent;
      outline: none;
      line-height: 0px;
      margin: 0 auto;
      font-size: 0px;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        border-radius: 50%;
        background-color: #434343;
        width: 8px;
        height: 8px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 1;
      background: #434343; }

.slick-active {
  position: relative; }
  .slick-active button:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #434343;
    width: 8px;
    height: 8px; }

/*# sourceMappingURL=slick-theme.css.map */
