﻿/*bonuses start*/
.white2 {
    background: #f7f9ff;
    padding: 0 0 20px;
}
.scroll--simple::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scroll--simple::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}
.scroll--simple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.scroll--simple::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}
.scroll--simple::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.9);
}
#bonuses .header {
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, #002d5d, #00235b);
    padding: 25px 0;
    box-sizing: border-box;
}

    #bonuses .header h1 {
        font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.9px;
        text-align: left;
        color: #ffffff;
        margin: 0;
    }

    #bonuses .header h3 {
        opacity: 0.5;
        font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
        font-size: 15px;
        letter-spacing: -0.5px;
        text-align: left;
        color: #ffffff;
        margin: 0;
        font-weight: 300;
        margin: 10px 0;
    }

#bonuses .breadcrumbs {
    padding: 10px 0;
    background: transparent;
    box-shadow: none;
}

    #bonuses .breadcrumbs ul {
        margin: 0;
        padding: 0;
        display: block;
    }

        #bonuses .breadcrumbs ul li {
            display: inline-block;
        }

            #bonuses .breadcrumbs ul li a {
                color: #596C8B;
                margin: 0 5px 0 0;
                padding: 0;
                line-height: 20px;
                font-size: 12px;
                text-decoration: none;
                border: none;
            }

            #bonuses .breadcrumbs ul li::after {
                content: "\e91f";
                font-family: 'baymavi' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                color: #596C8B;
                margin: 5px 0;
                font-size: 16px;
                position: relative;
                top: 3px;
                margin-right: 5px;
            }

            #bonuses .breadcrumbs ul li a:hover {
                text-decoration: underline;
                border: none;
            }

            #bonuses .breadcrumbs ul li:last-child a {
                color: #4a90e2;
            }

            #bonuses .breadcrumbs ul li:last-child:after {
                content: " ";
            }

#bonuses #content {
    width: 100%;
    min-height: 320px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 #d5ddf5;
    margin: 20px auto;
    padding: 0;
    overflow: hidden;
}

#bonuses .buttons {
    margin: 0;
    justify-content: space-between;
    display: flex;
}

@media (max-width: 640px) {
    #bonuses .header {
        height: auto;
        padding: 15px 0 10px;
    }
}

#bonuses #filter-menu {
    width: 100%;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(74, 144, 226, 0.2);
    display: block;
    padding: 23px;
    box-sizing: border-box;
}

    #bonuses #filter-menu nav {
        width: 100%;
        float: left;
    }

    #bonuses #filter-menu .search span {
        width: 50px;
        float: right;
        color: #2c8aff;
        font-size: 20px;
        text-decoration: none;
        position: absolute;
        background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 50%);
        text-align: right;
        top: -4px;
        right: 5px;
        padding-top: 2px;
    }

        #bonuses #filter-menu .search span.active:before {
            content: "\e951" !important;
            font-family: 'baymavi' !important;
            font-size: 25px;
            position: absolute;
            top: -1px;
            left: 0px;
            background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 50%);
            width: 54px;
        }

#bonuses .filter-box {
    display: none;
    position: relative;
}

    #bonuses .filter-box.active {
        display: block;
        position: absolute;
        z-index: 5;
        width: 99%;
        margin: 18px -20px 0;
        animation: anime2 0.3s;
    }

@keyframes anime2 {
    0% {
        transform: translate3d(0, -15px, 0);
        animation-timing-function: ease-in-out;
        opacity: 0;
    }

    100% {
        transform: translate3d(0px, 0, 0px);
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
}

#bonuses .filter-box input {
    width: calc(100% - 25px);
    border: none;
    border-bottom: 2px solid #dde5f3;
    padding: 5px 0;
    color: #1a8eff;
    background: transparent;
    font-size: 25px;
    font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    margin-left: 10px;
}

#bonuses #filter-menu ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    transition: all 0.3s ease-out;
}

    #bonuses #filter-menu ul a {
        color: #2e303b;
        text-decoration: none;
        cursor: pointer;
        padding: 20px 0;
    }

    #bonuses #filter-menu ul li {
        margin: 0;
        padding: 0 25px 0 0;
        display: inline-block;
        list-style: none;
        font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.5px;
        text-align: left;
        color: #2e303b;
    }
        #bonuses #filter-menu ul li:last-child {
            padding-right: 100px;
        }

        #bonuses #filter-menu ul li.active a {
            color: #1a8eff;
        }

        #bonuses #filter-menu ul li.active:after {
            border-bottom: 4px solid #1a8eff;
            content: "";
            display: block;
            margin: 20px 0 0 0;
            border-radius:0;
        }

#bonuses p {
    font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.6px;
    text-align: left;
    color: #717171;
    margin: 10px 0;
}

#bonuses h1 {
    font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
    text-align: left;
    color: #000000;
    margin: 10px 0;
    line-height: 1;
}

#bonuses .new {
    background-color: #50e3c2;
    box-shadow: 1px 0 4px 0 rgba(13, 71, 161, 0.5);
    font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
    transform: rotate(-45deg);
    color: #ffffff;
    font-size: 12px;
    padding: 30px 40px 10px;
    box-sizing: border-box;
    position: absolute;
    left: -36px;
    top: -11px;
    font-weight: 700;
}

#bonuses .btn {
    border-radius: 4px;
    border: solid 2px #1a8eff;
    color: #1a8eff;
    font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: 0.4px;
    background: #fff;
    padding: 15px 25px;
    transition: all 0.25s ease;
}

    #bonuses .btn:hover {
        color: #fff;
        background: #1a8eff;
        transition: all 0.25s ease;
    }

#bonuses .img {
    max-height: 250px;
    overflow: hidden;
}

    #bonuses .img span {
        /*width: 100%;*/
        display: block;
        margin: 0 auto;
        height: 250px;
        background-size: cover;
    }

#bonuses .box a {
    text-decoration: none;
}

#bonuses .info {
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

#bonuses .box {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 #d5ddf5;
    overflow: hidden;
    position: relative;
}

#bonuses .bonuslar {
    margin: 30px auto;
    padding: 0;
    font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
    transition: all 0.2s ease-out;
}

    #bonuses .bonuslar.active {
        margin: 90px  0 30px;
        transition: all 0.3s ease-out;
    }

    #bonuses .bonuslar li {
        list-style: none;
    }


#bonuses .grid {
    overflow: hidden;
    margin: 30px 0 20px;
    padding: 0;
    list-style: none;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    #bonuses .grid li {
        float: left;
        width: calc(33.333333% - 20px);
        margin: 0 10px 20px 10px;
        /*min-height: 420px;*/
    }
#bonuses .mix {
    display: none;
}

#bonuses .fail-message {
    display: none;
    color: #e1e3e8;
    font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}

#bonuses .h100 {
    min-height: 200px;
}
@media screen and (max-width: 1100px) {
    #bonuses .grid li {
        /*min-height: 435px;*/
    }
    #bonuses .img {
        zoom: 0.75;
    }
}
    @media screen and (max-width: 900px) {
        #bonuses .grid li {
            float: left;
            width: calc(50% - 20px);
            margin: 0 10px 20px 10px;
            min-height: 300px;
        }

        #bonuses .grid {
            overflow: hidden;
            margin: 30px 0 20px;
        }
    }
@media screen and (max-width: 800px) {
    #bonuses .grid li {
        /*min-height: 440px;*/
    }

}
    @media screen and (max-width: 600px) {
        #bonuses .img {
            overflow: hidden;
            zoom: 0.6;
        }

        #bonuses h1 {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 420px) {
        #bonuses .img {
            overflow: hidden;
        }

        #bonuses .filter-box.active {
            margin: 18px -20px 0;
        }

        #bonuses .bonuslar.active {
            margin: 90px 0 10px;
        }

        #bonuses .grid li {
            float: left;
            width: calc(100% - 20px);
            margin: 0 10px 20px 10px;
            min-height: auto;
            zoom: 0.9;
        }

        #bonuses .grid {
            overflow: hidden;
            margin: 30px 0 20px;
        }

        #bonuses .info {
            padding: 10px 20px 20px;
            box-sizing: border-box;
        }

        #bonuses .bonuslar.active {
            margin: 90px 0 0px;
        }

        #bonuses #filter-menu {
            padding: 23px 0;
        }

            #bonuses #filter-menu .search span {
                right: 10px;
            }

        #bonuses .filter-box.active {
            margin: 18px 0;
        }
    }


    .bonus-modal .modal-content {
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .bonus-modal .modal-body {
        padding: 30px;
        font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
    }

        .bonus-modal .modal-body h2 {
            font-size: 16px;
            font-weight: 900;
            font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
        }

    #bonuses .info .date, #bonuses .info .join, #bonuses .info .tags {
        display: none;
    }

    .bonus-modal .date {
        opacity: 0.5;
        font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
        font-size: 12px;
        letter-spacing: -0.4px;
        text-align: left;
        color: #000000;
    }

    .bonus-modal .baslik {
        position: relative;
    }

        .bonus-modal .baslik .join {
            font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
            font-size: 11px;
            font-weight: 600;
            line-height: 1;
            letter-spacing: 0.4px;
            text-align: center;
            color: #ffffff;
            border-radius: 3px;
            padding: 15px 30px;
            background-color: #1a8eff;
            position: absolute;
            right: 30px;
            top: 30px;
            border: none;
        }

        .bonus-modal .baslik .tags {
            display: block;
            margin: 20px 0;
        }

        .bonus-modal .baslik a {
            text-decoration: none;
        }

        .bonus-modal .baslik .btn {
            display: none;
        }

        .bonus-modal .baslik h1 {
            font-size: 28px;
            font-weight: 600;
            letter-spacing: -0.9px;
            text-align: left;
            color: #000000;
            font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
            margin: 0;
        }

        .bonus-modal .baslik p {
            font-size: 18px;
            line-height: 1.39;
            letter-spacing: -0.6px;
            text-align: left;
            color: #454545;
            font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
            opacity: 0.7;
            margin: 10px 0;
        }

    .baslik .tags .t1, .baslik .tags .t2, .baslik .tags .t3, .baslik .tags .t4, .baslik .tags .t5 {
        padding: 10px 15px;
        font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: -0.3px;
        text-align: center;
        color: #ffffff;
    }

    .bonus-modal .baslik .tags .t1 {
        background-color: #50e3c2;
    }

    .bonus-modal .baslik .tags .t2 {
        background-color: #9f0dc5;
    }

    .bonus-modal .modal-lg {
        max-width: 770px;
    }

    .bonus-modal .modal-header {
        padding: 0;
        border-bottom: none;
        max-height: 250px;
        overflow: hidden;
        position: relative;
    }

        .bonus-modal .modal-header span {
            display: none;
        }

        .bonus-modal .modal-header .image {
            display: block;
            width: 100%;
            min-height: 250px;
            background-size: cover;
        }

    .bonus-modal .baslik {
        padding: 30px 30px 10px 30px;
        font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
    }

    .bonus-modal .modal-share {
        border-bottom: solid 1px #ebebeb;
        padding: 0 30px 30px;
    }

        .bonus-modal .modal-share h4 {
            font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
            font-size: 11px;
            font-weight: 600;
            text-align: left;
            color: rgba(76, 76, 76, 1);
        }

    .bonus-modal .icon-close2 {
        position: absolute;
        color: #fff;
        font-size: 38px;
        right: 20px;
        top: 20px;
        text-decoration: none;
        transition: all 0.3s ease-out;
        z-index: 2;
        text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7);
    }

        .bonus-modal .icon-close2:hover {
            opacity: 0.8;
            transition: all 0.3s ease-out;
        }

    .bonus-modal .modal-share a {
        font-size: 34px;
        text-decoration: none;
        color: #c6c8cd;
        margin-right: 5px;
        transition: all 0.3s ease-out;
        opacity: 0.5;
    }

        .bonus-modal .modal-share a:hover {
            opacity: 1;
            transition: all 0.3s ease-out;
        }


    @media screen and (max-width: 980px) {
        .bonus-modal .baslik .join {
            position: static;
        }
    }

    @media screen and (max-width: 680px) {
        .bonus-modal .modal-header img {
            margin-top: 0;
        }

        .bonus-modal .modal-header {
            max-height: none;
        }
    }

    .promotion-overlay .badge {
        position: absolute;
        top: -41px;
        right: -53px;
        border-radius: 0;
        padding: 75px 28px 10px;
        font-weight: 500;
        background: #0b6ebe;
        transform: rotate(45deg);
        font-size: 15px;
        font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
    }



    /* The ribbons */

    .corner-ribbon {
        width: 200px;
        background: #e43;
        position: absolute;
        top: 25px;
        left: -50px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 1px;
        color: #f0f0f0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

        /* Custom styles */

        .corner-ribbon.sticky {
            /*position: fixed;*/
            top: 20px;
        }

        .corner-ribbon.shadow {
            box-shadow: 0 0 3px rgba(0,0,0,.3);
        }

        /* Different positions */

        .corner-ribbon.top-left {
            top: 25px;
            left: -50px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .corner-ribbon.top-right {
            top: 25px;
            right: -50px;
            left: auto;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

        .corner-ribbon.bottom-left {
            top: auto;
            bottom: 25px;
            left: -50px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

        .corner-ribbon.bottom-right {
            top: auto;
            right: -50px;
            bottom: 25px;
            left: auto;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        /* Colors */

        .corner-ribbon.white {
            background: #f0f0f0;
            color: #555;
        }

        .corner-ribbon.black {
            background: #333;
        }

        .corner-ribbon.grey {
            background: #999;
        }

        .corner-ribbon.blue {
            background: #39d;
        }

        .corner-ribbon.green {
            background: #2c7;
        }

        .corner-ribbon.turquoise {
            background: #1b9;
        }

        .corner-ribbon.purple {
            background: #95b;
        }

        .corner-ribbon.red {
            background: #e43;
        }

        .corner-ribbon.orange {
            background: #e82;
        }

        .corner-ribbon.yellow {
            background: #ec0;
        }
@media (max-width:980px) and (min-width:768px) {
    #bonuses .header {
        margin-top: 50px;
    }
}​

 #winners {
     margin: 10px 0;
 }
 #winners ul li {
     list-style:none;
     border-bottom: 1px solid #ddd;
     padding: 8px !important;
 }
#winners ul li:first-child {
    background: #eee;
}
#winners ul li:first-child {
    font-weight: bold;
}
#winners ul li:last-child {
    border-bottom: none;
}
#winners ul li .number {
    width: 50px;
    display: inline-block;
}
#winners ul li .name {
    max-width: 250px;
    display: inline-block;
    min-width: 100px !important;
    width: auto !important;
}
#winners ul li .score {
    display: inline-block;
}
