﻿
.widget-index-slider {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


/* ********************************************************************************************* */
/* Index Slider - START */
/* ********************************************************************************************* */

.bx-wrapper .bx-prev {
    left: -32px !important;
}

.bx-wrapper .bx-next {
    right: -45px !important;
}

.index-slider-loader {
    display: block;
    position: absolute;
    /*margin: 10px 0 0 -1px;*/
    width: 1200px;
    height: 230px;
    min-height: 230px;
    background: transparent url(../img/bx_loader.gif) no-repeat center;
    opacity: 0.5;
    text-align: center;
}

ul.index-slider {
    display: block;
    width: auto;
    height: 245px;
    max-height: 245px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    visibility: hidden;
}

    ul.index-slider li.index-slider-item {
        display: inline-block;
        width: auto;
        /*height: 197px;*/
        min-width: 25px;
        padding: 4px 0px 0 0px;
        margin: 0 7px 0 7px;
    }

.bx-wrapper ul.index-slider li.index-slider-item {
    margin: 0 23px 0 0 !important;
    /*padding-right: 10px !important;
    background-color: white;*/
}

/* Slider Item Body - Start */

li.index-slider-item .slider-item-body {
    display: inline-block;
    width: 211px !important;
    height: 230px !important;
    margin: 0 0 0 0;
    border-radius: 0px;
    position: absolute;
    top: 0;
    padding: 0 20px;
    border-style: solid;
    border-color: black;
    background-color: white;
}

.slider-item-body .right {
    float: none !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-item-body .brand-info {
    text-align: center;
    margin-top: 8px;
}

    .slider-item-body .brand-info .brand-name {
        margin: 2% 0 2% 0;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        color: #888888;
        font-weight: 400;
        line-height: 25px;
        /* text-transform: uppercase; */
    }

.index-slider-item .slider-item-body .brand-info .brand-prize {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    color: #333333;
    font-weight: 800;
    line-height: 20px;
    min-height: 25px;
    text-align: center;
    font-weight: 800;
    display: block;
}

.index-slider-item[data-brand-id="43"] .slider-item-body .brand-info .brand-prize {
    margin-top: 10px;
    margin-bottom: 33px;
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    color: #333333;
    font-weight: 800;
    line-height: 20px;
    min-height: 25px;
    text-align: center;
    font-weight: 800;
    display: block;
}

    .slider-item-body .brand-info .prize-text {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Arial;
        font-size: 20px;
        color: #333333;
        font-weight: 800;
        line-height: 20px;
        min-height: 25px;
        text-align: center;
    }

    .slider-item-body .brand-info .brand-prize-syndicate {
        margin-top: 0%;
        margin-bottom: 2px;
        font-family: "Open Sans", sans-serif;
        font-size: 30px;
        color: #333333;
        font-weight: 700;
        line-height: 20px;
        min-height: 25px;
        text-align: center;
        display: block;
    }

    .slider-item-body .brand-info .brand-prize .small-m {
        font-size: 25px;
    }

    .slider-item-body .brand-info .syndicate-shares {
        margin: 0px 0 0 0;
        font-family: Arial,"Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: grey;
        font-weight: 500;
        transform: translate(41%, -165%);
    }



    .slider-item-body .brand-info .brand-lines-syndicate {
        font-size: 12px !important;
        font-family: Arial;
        color: grey;
    }

.slider-item-body .syndicate-icon {
    /*display: block;
    float: right;
    
    width: 39px;
    height: 19px;
    
    margin: -25px -5px 0 0;
    
    background: Transparent url(../images/syndicate_icon.png) top right no-repeat !important;*/
    position: absolute;
    bottom: 0px;
    /*margin-left: 42%;
    margin-bottom: 45%;*/
    width: 50%;
    transform: translate(102%, -1030%);
    opacity: 0.5;
}

    .slider-item-body .syndicate-icon img {
        display: inline;
        width: 25%;
    }

.slider-item-body .info-icon {
    position: absolute;
    bottom: 0px;  
    transform: translate(150px, -200px);
    opacity: 1;
}

    .slider-item-body .info-icon img {
        display: inline;
        width: 100%;
    }

.slider-item-body .ticket-icon {
    position: absolute;
    bottom: 0px;
    width: 13%;
    transform: translate(150px, -205px);
    opacity: 1;
}

li.index-slider-item .slider-item-overlay .ticket-icon {
    position: absolute;
    top: 3.5%;
    /* transform: translate(10px, 11px); */
    opacity: 1;
    left: 79%;
}

    li.index-slider-item .slider-item-overlay .ticket-icon img {
        display: inline;
     
    }



/*TOOLTIP START*/

/*.ticket-icon {
    position: absolute;
    bottom: 0px;
    /*margin-left: 42%;
    margin-bottom: 45%;
    width: 50%;
    transform: translate(120px, -200px);
    opacity: 0.5;
}*/

.ticket-icon .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 100;
    top: 25px;
    /*left: 0;*/
    margin-left: -165px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 17px;
}

    .ticket-icon .tooltiptext::after {
        content: "";
        position: absolute !important;
        top: -10px;
        right: 0;
        margin-right: 30px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
        z-index: 100;
    }

    .ticket-icon:hover .tooltiptext {
        visibility: visible !important;
        opacity: 1;
    }
/*TOOLTIP END*/

.slider-item-body .brand-logo {
    margin-left: 20%;
    margin-top: 2%;
}

.slider-item-body .brand-description {
    margin: 10px 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #888888;
    font-weight: 200;
    line-height: 16px;
}


/* Timer - START */
.slider-item-body .brand-timer .timer-container {
    margin-top:5px;
}

    .slider-item-body .brand-timer .timer-container .timer {
        display: inline-block;
        text-align: center;
        margin-top: 3%;
        font-family: "Open Sans", sans-serif;
        color: #888888;
    }

        .slider-item-body .brand-timer .timer-container .timer table {
        }

            .slider-item-body .brand-timer .timer-container .timer table tr {
            }

                .slider-item-body .brand-timer .timer-container .timer table tr:nth-child(2) {
                    display: none;
                }

                .slider-item-body .brand-timer .timer-container .timer table tr td {
                    text-align: center;
                }

            .slider-item-body .brand-timer .timer-container .timer table[rel="timer-hours"] .counter-value,
            .slider-item-body .brand-timer .timer-container .timer table[rel="timer-hours"] .counter-delimiter {
                display: block;
                width: auto;
                height: auto;
                padding: 0 0 0 0;
                margin: 0 0 0 0;
                font-family: "Open Sans", sans-serif;
                font-size: 14px;
                color: #888888;
                font-weight: 200;
                letter-spacing: 0px;
                line-height: 13px;
                text-align: center;
            }

            .slider-item-body .brand-timer .timer-container .timer table[rel="timer-hours"] .counter-unit {
                display: block;
                width: auto;
                height: auto;
                padding: 0 0 0 0;
                margin: 0 0 0 0;
                font-family: "Open Sans", sans-serif;
                font-size: 14px;
                color: #888888;
                text-align: center;
            }

            .slider-item-body .brand-timer .timer-container .timer table[rel="timer-days"] .counter-value,
            .slider-item-body .brand-timer .timer-container .timer table[rel="timer-days"] .counter-delimiter,
            .slider-item-body .brand-timer .timer-container .timer .drawing-in-progress {
                display: block;
                width: auto;
                height: auto;
                padding: 0 0 0 0;
                margin: 0 0 0 0;
                font-family: "Open Sans", sans-serif;
                font-size: 14px;
                color: #888888;
                font-weight: 200;
                line-height: 14px;
                text-align: center;
                letter-spacing: 0px !important;
            }


        .slider-item-body .brand-timer .timer-container .timer .drawing-in-progress {
            padding: 2px 0 3px 0;
        }

/* Timer -END */

/* Slider Item Body - End */


/* Slider Item overlay - Start */

li.index-slider-item .slider-item-overlay {
    background: rgba(0,0,0,.75);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    padding: 0;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 230px;
    width: 214px !important;
    opacity: 0;
}

li.index-slider-item:hover .slider-item-overlay {
    opacity: 1;
}


.slider-item-overlay .brand-command {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

    .slider-item-overlay .brand-command .play-area {
        margin-top: 0px !important;
        margin-right: 0px;
        display: inline-flex;
        border-radius: 0;
    }

.index-slider-item.syndicate .slider-item-overlay .brand-command {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 40px 0;
}

.slider-item-overlay .brand-command .play-area .play-big-btn {
    padding: 8px 3px;
    /*text-transform: uppercase;*/
    line-height: 22px;
    border-radius: 0;
    font-weight: 400;
    font-size: 21px;
    width: 110px;
    height: 38px;
}

    .slider-item-overlay .brand-command .play-area .play-big-btn:hover {
    }

.index-slider-item.syndicate .slider-item-overlay .brand-command .play-area .play-big-btn.disabled {
    cursor: not-allowed !important;
    background: #c4c0be !important;
    padding: 8px 33px;
    /*text-transform: uppercase;*/
    line-height: 22px;
    border-radius: 0;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 10px;
}

.index-slider-item .slider-item-overlay .brand-command .play-area .play-big-btn.disabled {
    cursor: not-allowed !important;
    background: #c4c0be !important;
    padding: 8px 33px;
    /*text-transform: uppercase;*/
    line-height: 22px;
    border-radius: 0;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 50px;
}

.slider-item-overlay .brand-command.center {
    text-align: center;
    padding: 0 0 40px 0;
}


.slider-item-overlay .brand-command .direct-link {
    padding-top: 10px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}
/* Slider Item overlay - End */


/* Slider Ribbon - Start */
.info-box-ribbon {
    display: block;
    float: right;
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    margin: 6px 12px 0 12px;
    /*background-color: rgba(0, 0, 0, .3) !important;*/
    background-color: deepskyblue !important;
    border: none;
    border-radius: 7px;
}

    .info-box-ribbon .slider-ribbon {
        position: absolute;
        width: 75px;
        height: 75px;
        right: -1px;
        top: 0px;
        overflow: hidden;
        text-align: right;
        z-index: 1;
    }

        .info-box-ribbon .slider-ribbon span {
            display: block;
            position: absolute;
            width: 100px;
            line-height: 20px;
            top: 19px;
            right: -21px;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            background: #79A70A;
            background: rgba(255, 128, 0, 1);
            box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
            font-family: "Open Sans", sans-serif;
        }

            .info-box-ribbon .slider-ribbon span::before {
                content: "";
                position: absolute;
                left: 0px;
                top: 100%;
                z-index: -1;
                border-left: 3px solid #A72C0D;
                border-right: 3px solid transparent;
                border-bottom: 3px solid transparent;
                border-top: 3px solid #A72C0D;
            }

            .info-box-ribbon .slider-ribbon span::after {
                content: "";
                position: absolute;
                right: 0px;
                top: 100%;
                z-index: -1;
                border-left: 3px solid transparent;
                border-right: 3px solid #A72C0D;
                border-bottom: 3px solid transparent;
                border-top: 3px solid #A72C0D;
            }
/* Slider Ribbon - End */

/* ********************************************************************************************* */
/* Home Slider - END */
/* ********************************************************************************************* */

.brand-timer .last-minute,
.brand-info .drawing-in-progress {
    margin-top: 10px;
    color: #888888;
    font-size: 14px;
    line-height: 16px;
    font-weight: 200;
    font-family: 'Open Sans';
}

.slider-item-overlay .subscription-link a,
.slider-item-overlay .direct-link a {
    /* text-transform: uppercase;*/
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

    .slider-item-overlay .subscription-link a:hover,
    .slider-item-overlay .direct-link a:hover {
        text-decoration: underline;
    }


.top-box-col .brand-info .subscription-link,
.top-box-col .brand-info .direct-link {
}

    .top-box-col .brand-info .subscription-link a,
    .top-box-col .brand-info .direct-link a {
        /*text-transform: uppercase;*/
        text-decoration: none;
        /*font-size: 12px;
        color: #fff;*/
    }

        .top-box-col .brand-info .subscription-link a:hover,
        .top-box-col .brand-info .direct-link a:hover {
            text-decoration: underline;
        }

.play-btn.disabled,
.play-btn.disabled:hover {
    cursor: not-allowed !important;
}

/* LAST Minute - Start */

.top-box-table .top-box-row .top-box-col.col-3 .command.command-center {
    top: 50%;
}

/* LAST Minute - End */

.slider-item-body .brand-info .item-ribbon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    z-index: 1;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: right;
}

    .slider-item-body .brand-info .item-ribbon span {
        display: block;
        position: absolute;
        top: 20px;
        left: -27px;
        width: 120px;
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        /*background: #8080ff;*/
     
        background-NO: linear-gradient(#F70505 0%, #F70505 100%);
        box-shadow-NO: 0 3px 10px -5px rgba(0, 0, 0, 1);
        background-color: red;
    }

.section-items ul li .game-item:hover .item-ribbon {
    opacity: 0.4;
}

li.index-slider-item.beton[data-brand-id="39"] .slider-item-body .brand-prize span:first-child {
    font-size: 25px;
    line-height: 20px;
    min-height: 25px;
    display: block;
}

li.index-slider-item.beton[data-brand-id="39"] .slider-item-body .brand-prize span:last-child {
    font-size: 20px;
    line-height: 20px;
    min-height: 25px;
}

.index-slider-item[data-brand-id="47"] .slider-item-body .brand-info .brand-name{margin-right:-20px;margin-left:-20px;}