a:hover{
    text-decoration:none !important;
}
.grecaptcha-badge {
    display: none !important;
}

.ruleslist {
    list-style:decimal !important;
    padding-left:15px !important;
    font-size:.8em !important;
}
.ruleslist li{
    padding-left:20px !important;
}

.rulesSublist{
    list-style:lower-roman !important;
    padding-left:15px !important;
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}
.ruleslist li{
    padding-left:20px !important;
}
video {
    max-width: 1920px;
    width: 100%;
    object-fit: cover;
    height: auto;
}
#banner {
    position: relative;
    background-color: #f8c536;
    padding-bottom: 18px;
    padding-top: 4px;
    background-image: url("images/bg01.png");
}
.major img {
    width: 55%;
    vertical-align:middle;
}
@media screen and (max-width: 1920px) {
    #banner {
        padding-bottom: 10px;
    }
   /* .major img {
        width: 55%;
        margin-top: 21px;
    }*/

}
@media screen and (max-width: 980px) {
    /*.major img {
        width: 55%;
        margin-top: 18px;
    }*/
}
@media screen and (max-width: 840px) {
    #banner {
        padding-bottom: 0px;
    }
}
    #banner > div > div {
        height: auto;
    }

    #banner > div {
        background-repeat: no-repeat;
        margin: auto;
        max-width: 1920px;
        max-height: 600px;
        background-position: top center;
        background-size: contain;
        text-align: center;
        height: auto;
    }



    .font-weight-bold {
        font-weight: 500 !important;
    }

    .pricey {
        font-size: 1.5em;
    }

    .icon.minor:before {
        font-size: 20px;
    }

    .icon {
        border-color: #f8c536 !important;
    }

        .icon.minor {
            text-align: center;
            cursor: default;
            background-color: #e06a08;
            background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
            background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
            background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
            background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
            color: #fff;
            border-radius: 100%;
            display: inline-block;
            width: 2em;
            height: 2em;
            line-height: 2em;
            box-shadow: 0 0 0 7px #f8c536, 0 0 0 8px #e0e0e0;
            margin-right: 1em;
        }

    .partlabels {
        font-weight: 400;
    }
    .icon.tiny:before {
        font-size: 16px;
    }

    .icon.tiny {
        text-align: center;
        cursor: default;
        background-color: #e06a08;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
        background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
        background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
        color: #fff;
        border-radius: 100%;
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.3em;
        box-shadow: 0 0 0 5px #f8c536, 0 0 0 6px #e0e0e0;
        margin-right: 0.6em;
    }

    .icon.bg-secondary {
        box-shadow: 0 0 0 5px #dddddd, 0 0 0 6px #e0e0e0;
    }

    .iconbadge {
        max-width: 210px;
        -webkit-filter: drop-shadow(3px 3px 3px #4c4b4b);
        filter: drop-shadow(3px 3px 3px #4c4b4b);
    }
label {
    display: block;
    line-height: 2;
    margin-bottom: 15px;
}
@media (max-width: 575.98px) {
    /* .major img {
        width: 55%;
        margin-top: 14px;
    }*/
   .iconbadge {
        max-width: 150px;
    }
    label {
        margin: 10px 0 5px 0;
    }
}
    .boxSponsor {
        padding-top: 10px;
    }

    .bronze {
        background-color: #cd7f32 !important;
    }

    .silver {
        background-color: #C0C0C0 !important;
    }

    .gold {
        background-color: #ffd700 !important;
    }

    .platinum {
        background-color: #e5e4e2 !important;
    }

    .sponsor-list ul, .modal-body ul {
        list-style-type: circle;
        margin-left: 15px;
        margin-bottom: 0;
    }

    .participants {
        text-align: center;
    }


        label i {
            font-weight: normal;
        }

    .disabled {
        color: gray;
    }

    sup {
        vertical-align: top;
    }

    .tooltip {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .tooltip b {
            border-bottom: 1px dotted black;
            font-weight: normal;
        }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 100%;
            background-color: #303030;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px;
            position: absolute;
            z-index: 1;
            bottom: 125%;
            left: 100%;
            margin-left: -100%;
            opacity: 0;
            transition: opacity 1s;
        }

            .tooltip .tooltiptext::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 10%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #303030 transparent transparent transparent;
            }

        .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }

    .bsl-gallery {
        width: 100%;
    }

        .bsl-gallery a {
            border: 0;
        }

        .bsl-gallery img {
            width: 100px;
            height: 100px;
        }

        .bsl-gallery figure {
            display: inline-block;
            margin: 0 5px 0px 0;
            width: 100px;
        }

        .bsl-gallery figcaption {
            display: none;
        }

    .mainlink /*, .mainlink:hover*/ {
        color: #474747;
    }

    .footlink {
        border: none;
    }

    .logo {
        height: 20px;
        margin-right: 10px;
        -transition: all 0.2s ease-in-out;
        -webkit-transition: -webkit-filter 0.2s ease-in-out;
        filter: invert(23%) sepia(14%) saturate(7%) hue-rotate(314deg) brightness(97%) contrast(81%);
    }

    @media screen and (max-width: 840px) {
        .logo {
            height: 12px;
            filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(285deg) brightness(107%) contrast(100%);
        }
    }

    a:hover .logo {
        filter: invert(17%) sepia(30%) saturate(4700%) hue-rotate(307deg) brightness(91%) contrast(97%);
    }

    #banner {
        /*border:0.3em solid #ffd700;
    box-sizing:content-box;*/
    }

        #banner header {
            /* margin: -0.3em;*/
        }

    .card {
        position: relative;
    }

    .cardrow .content {
        padding-bottom: 30px !important;
    }

.cardrow .row [class*=col-] {
    padding-bottom: 15px;
    padding-left: 3px;
    padding-right: 3px;
}

    .productitem [class*=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .alert {
        font-size: 0.9em;
    }

    #logolist {
        border: 0 !important;
        overflow: auto;
    }

    .userlogo {
        width: 200px;
        float: left;
        cursor: pointer;
        /*aspect-ratio: 16 / 9;*/
        height: 125px;
    }

        .userlogo div {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            background-color: transparent !important;
        }

    #logolist .k-state-selected {
        background-color: #e06a08 !important;
    }

    #logolist.k-widget {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .k-upload, .k-dropzone {
        border-radius: .25rem;
    }

    .modal-body small {
        font-size: 0.9em;
    }

    .modal-body small, .modal-body h5 {
        display: block;
        margin-bottom: 12px;
    }

    .soldout img {
        opacity: 0.5;
    }
.soldout .card-footer, .soldout .pricey{
    display: none !important;
}
.soldoutimg {
    position: absolute;
    background-image: url('/images/sold out.png');
    background-size: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 0;
    width: 100%;
}

    .km-switch-handle, .km-switch-background {
        color: #e06a08;
    }

    .km-switch-label-on,
    .km-switch-label-off {
        text-transform: none !important;
    }
    /*
.km-switch-label-on, .km-switch-background {
    background-color: #cd7f32 !important;
}

.km-switch-label-on,
.km-switch-label-off {
    text-transform: none !important;
}


.km-switch-handle {
    -webkit-box-shadow: 0 1px 0 1px #cd7f32, 0 -1px 0 1px #bababa;
    box-shadow: 0 1px 0 1px #cd7f32, 0 -1px 0 1px #bababa;
}*/

@media (max-width: 575.98px) {
    .modal {
        z-index: 10002;
    }
    .modal-footer .btn{
        width:100%;
    }
}
.card {
    transition: transform .2s ease-out, box-shadow .2s ease-in;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    transform: scale(0.97);
    will-change: transform;
}
a.card:not(.soldout):hover {
    transform: scale(1);
    box-shadow: 0 15px 20px rgba(0,0,0,.09), 0 0 13px rgba(0,0,0,.06);
}
.text-orange {
    color: #e06a08;
}
.link-orange {
    color: #f8c536;
}
    .link-orange .card {
        border: 6px solid #f8c536;
    }
.link-orange:hover {
    color: #fff !important;
}
#navPanel .active, #navPanel a:hover {
    color: #fff !important;
}
#navPanel a {
    color: rgba(255,255,255,0.7) !important ;
}

#logo .badge {
    font-size: 0.5em !important;
    font-weight: 400 !important;
    color: #4c4b4b !important;
}