@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../images/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../templates/custom/fonts/slick/slick.eot');
    src: url('../../../templates/custom/fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../../../templates/custom/fonts/slick/slick.woff') format('woff'), url('../../../templates/custom/fonts/slick/slick.ttf') format('truetype'), url('../../../templates/custom/fonts/slick/slick.svg#slick') format('svg');
}

/*
    .slick-next {
        right: 30px;
        margin-top: -41px;
        background: url(img/icons.png) no-repeat;
        background-position: 0 -350px;
        height: 82px;
        width: 42px;
     }
*/
/* Paginginfo */
.pagingInfo {
    position: absolute;
    bottom: 3%;
    right: 2%;
    z-index: 1000;
    padding: 0.5em 0.7em;

    font-size: 12px; 
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    letter-spacing: 0.3em;

    background-color: rgba(0,0,0, 0.85);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
  }
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;
    opacity: 0.4;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    background-size: contain !important;

    margin-top: -5%;
    height: 10%;
    max-height: 55px;

    width: 5%;
    z-index: 100;
    box-shadow: none;
}

button.slick-arrow:hover {
    opacity: 1 !important;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
    opacity: 0;
}

.slick-prev
{
    left: 30px;
    /*background-position: 0 -173px;*/
    background: url(../../../images/img/icon_l.png) no-repeat;
}
[dir='rtl'] .slick-prev
{
    right: 30px;
    left: auto;
}

.slick-next
{
    right: 30px;
    /*background-position: 0 -83px;*/
    background: url(../../../images/img/icon_r.png) no-repeat;
}
[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
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
