﻿.euhpASlide {
    width: 609px;
    height: 238px;
    margin: 5px 0 0 0;
    border: 1px solid #334182;
}

.sliderBg {
    /*background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));*/
    height: 28px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.promotionSlides {
    margin: 5px;
    width: 610px;
    height: 248px;
}

.bannerLink {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tncContainer {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.4) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.4) 99%);
    position: absolute;
    height: 28px;
    width: 100%;
    bottom: 0;
}

    .tncContainer a:hover {
        color: #f0cd33;
        text-decoration: none;
    }

.tncTxt {
    color: #fff;
    font: 12px Arial;
    cursor: pointer;
    padding-right: 8px;
    display: inline-block;
    z-index: 10000;
    width: auto;
    text-align: right;
    text-decoration: none;
    position: absolute;
    bottom: 11px;
    right: 5px;
}

.tncTxt-bet {
    color: #fff;
    font: 12px Arial;
    cursor: pointer;
    padding-right: 8px;
    display: inline-block;
    z-index: 10000;
    width: auto;
    text-align: right;
    text-decoration: none;
    position: absolute;
    bottom: 11px;
    right: 5px;
}

.progressBarContainer {
    position: absolute;
    bottom: 13px;
    width: 100%;
    left: 18px;
    z-index: 1;
}

    .progressBarContainer div {
        display: block;
        width: 50px;
        padding: 0;
        cursor: pointer;
        margin-right: 10px;
        float: left;
        color: white;
    }

        .progressBarContainer div:last-child {
            margin-right: 0;
        }

        .progressBarContainer div span.progressBar {
            width: 100%;
            height: 7px;
            background-color: rgba(255, 255, 255, 0.4);
            display: block;
        }

            .progressBarContainer div span.progressBar .inProgress {
                background-color: rgba(255, 255, 255, 1);
                width: 0%;
                height: 7px;
            }

/* Slider customisation */
.slick-prev:before, .slick-next:before {
    font-size: 32px;
}

.slick-slide a:hover {
    color: #f0cd33;
    text-decoration: none;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: .25 !important;
}

.slick-dots {
    bottom: 2px;
    color: white;
    z-index: 1000;
    text-align: left;
}

.slick-list {
    height: 246px;
    width: 611px;
}

.slick-prev, .slick-next {
    height: 68px;
    width: 36px;
}

.slick-next {
    right: 10px !important;
    z-index: 1000;
    top: 125px !important;
}

.slick-prev {
    left: 10px !important;
    z-index: 1;
    top: 125px !important;
}

    .slick-prev:before, .slick-next:before {
        border-radius: 20px;
        text-shadow: -2px 3px 2px rgba(0, 0, 0, 0.4);
    }

    .slick-prev:hover:before, .slick-next:hover:before {
        opacity: 1 !important;
    }

    .slick-prev:focus:before, .slick-next:focus:before {
        opacity: 0.75;
    }
