body {
    background-color: rgb(197,197,197);
    background: #000 url(../img/page-bg.jpg) no-repeat center top;
    background-size: cover; /*100% auto;*/
    font-family: 'Varela Round',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
}
/*video#bgvid {
    display:none;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;  
}*/
.page-content {
    /*position: fixed;*/
    top: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
    color: #293591;
    color: #f1f1f1;
    width: 100%;
    /*height: 100vh;*/
}


.navbar {
    display: block;
}

.navbar-brand img {
    height: 46px;
}

.navbar .btn {
    margin-top: .4rem;
    background: #cad22b;
    background: #293591;
    color: #293591 !important;
    color: #fff !important;
    font-size: 1.25rem;
}

.content {
    margin: 4vh 3vw;
}

h1 {
    font-family: 'Varela Round',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 3px;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}

.choose-sport .card,
.box-raiting .card {
    max-width: 22%;
    padding: 10px 10px;
    margin-bottom: 2rem;
    text-align: center;
    background: #293591;
    border-color: #293591;
    border-width: 3px;
    color: #fff;
}

    .choose-sport .card.sport-checked {
        border-color: #cad22b;
        background: #0b1249; /**/
    }

.box-raiting .card {
    max-width: 46%;
    padding: 5px 5px;
}

    .box-raiting .card .card-body {
        padding: 1rem .15rem 1.25rem .15rem;
    }

.choose-sport .card.card-btn {
    background: #cad22b;
    color: #293591 !important;
    border-color: #cad22b;
}

/** Button **/
.box-raiting .card-btn,
.box-text .card-btn {
    padding: 0;
    background: #cad22b;
    background: none;
    color: #293591 !important;
    padding-left: 30%;
    border: none;
}

.box-raiting .card-btn {
    padding-left: 24%;
}

    .box-raiting .card-btn .card-body {
        margin-top: 1rem;
    }

.box-raiting .card.card-btn img {
    max-width: 60px;
}

.box-text .card-btn img {
    max-width: 50px;
}

.choose-sport .card.card-btn button,
.box-raiting .card.card-btn button,
.box-text .card-btn button {
    background: #cad22b;
    color: #293591 !important;
    border: none;
    font-weight: bold;
}

.box-text .card-btn button {
    width: 209px;
    float: right;
    padding: 25px 0;
}

.choose-sport .card input {
    display: none;
}

.choose-sport .card img {
    margin: 0 50px;
}

.choose-sport .card.card-btn img,
.box-raiting .card.card-btn img {
    margin: 0 42px;
}

.choose-sport .card h5 {
    margin: 0;
}

    .choose-sport .card h5 small {
        display: block;
        font-size: .7rem;
        margin-bottom: -1rem;
    }

.box-text {
    margin-top: 2rem;
    padding: 1rem 0rem;
    /*background-color: rgba(0,0,0,.5);*/
}


/** barrating **/
.br-theme-bars-1to10 .br-widget {
    white-space: nowrap;
    margin-left: 8%;
    margin-left: 0%;
    width: auto;
}

    .br-theme-bars-1to10 .br-widget a.br-active, .br-theme-bars-1to10 .br-widget a.br-selected {
        background-color: #cad22b;
    }

    .br-theme-bars-1to10 .br-widget .smile-0,
    .br-theme-bars-1to10 .br-widget .smile-10 {
        display: block;
        width: 22px;
        width: 26px;
        padding: 0px 3px;
        font-size: 23px;
        height: 28px;
        float: left;
        background-color: none;
        margin: 5px 3px;
        text-align: center;
        color: #fff;
    }

    .br-theme-bars-1to10 .br-widget .smile-10 {
        color: #cad22b;
    }

    .br-theme-bars-1to10 .br-widget [class^="icon-"]::before,
    .br-theme-bars-1to10 .br-widget [class*=" icon-"]::before {
        margin-left: 0em !important;
        margin: 0px 3px;
    }


    .br-theme-bars-1to10 .br-widget a {
        display: block;
        width: 22px;
        width: 30px;
        padding: 10px 0;
        height: 40px;
        float: left;
        background-color: rgba(255,255,255,.4);
        margin: 1px;
        text-align: center;
        color: #fff;
    }

        .br-theme-bars-1to10 .br-widget a.br-active,
        .br-theme-bars-1to10 .br-widget a.br-selected {
            color: #293591;
            border: none;
        }

    .br-theme-bars-1to10 .br-widget .br-current-rating {
        color: #cad22b;
        font-weight: bold;
        line-height: 2rem;
    }

/** Modal windows **/

.modal-content {
    background-color: #293591;
}
.modal-header,
.modal-footer {
    border-color: #141d62;
}
    .modal-header button.close {
        color: #cad22b;
        opacity: 1;
        text-shadow: none;
    }
.modal-footer input,
.modal-footer input:hover{
    background-color: #cad22b;
    color: #293591;
    border-color: #cad22b;
}
a.text-light,
a.text-light:hover {
    color: #cad22b !important;
}