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

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 60px;
}
.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;
    cursor: pointer;
}
.slick-dots li a
{
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    color:#fff;

}
.slick-dots li a:hover,
.slick-dots li a:focus
{
    outline: none;
}

.slick-dots .fa-circle-o:hover:before, .slick-dotted .slick-active .fa-circle-o:before{
  content: "\f111";
}



/* Arrows */

.fa-chevron-left,
.fa-chevron-right
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    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: transparent;
}
.fa-chevron-left:hover,
.fa-chevron-left:focus,
.fa-chevron-right:hover,
.fa-chevron-right:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.fa-chevron-left:hover:before,
.fa-chevron-left:focus:before,
.fa-chevron-right:hover:before,
.fa-chevron-right:focus:before
{
    opacity: 1;
}
.fa-chevron-left.slick-disabled:before,
.fa-chevron-right.slick-disabled:before
{
    opacity: .25;
}

.fa-chevron-left:before,
.fa-chevron-right:before
{
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-left
{
    left: -25px;
}
[dir='rtl'] .fa-chevron-left
{
    right: -25px;
    left: auto;
}

.fa-chevron-right
{
    right: -25px;
}
[dir='rtl'] .fa-chevron-right
{
    right: auto;
    left: -25px;
}
