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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-slider .slick-arrow {
  display: none !important; }

.slick-slider:hover .slick-arrow {
  display: block !important; }

button.slick-prev, button.slick-prev:hover {
  position: absolute;
  top: 25%;
  left: 15px;
  z-index: 1;
  width: -1px;
  height: -1px;
  display: none;
  color: transparent;
  /*background-image: url("../Content/images/leftarrowYellow.png");
    background-repeat: no-repeat;
    background-size: 50px;*/
  background-color: transparent;
  background-position-x: right;
  border: medium none;
  outline: medium none; }

button.slick-next, button.slick-next:hover {
  position: absolute;
  top: 25%;
  right: 54px;
  width: -1px;
  height: -1px;
  display: none;
  color: transparent;
  /*background-image: url("../Content/images/rightarrowYellow.png");
    background-size: 50px;
    background-repeat: no-repeat;*/
  background-color: transparent;
  border: medium none;
  outline: medium none; }

.slick-prev:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  color: white;
  content: "←";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-next:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  color: white;
  content: "→";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  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 5px;
    padding: 0;
    cursor: pointer; }
    .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; }
      .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;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
