body {
    background-color: #232323 !important;
}

body a {
    text-decoration: none;
    color: #9ab415;
}

.clear {
    clear: both;
    float: none!important;
    width: 100%!important;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}


/* header */

div#logo {
    width: 45%;
}

div#logo img {
    max-width: 45%;
}

input#account,
input#password {
    background-color: #fff;
    border: 1px solid #6d6d6d;
    color: #000;
    padding-left: 6px;
    width: 130px;
    margin-right: 8px;
}

input[type="submit"] {
    width: 100px;
    color: #fff;
    background-color: #d29c18;
    border: none;
    margin-top: 6px;
    margin-top: 6px;
    padding: 2px;
    border-radius: 3px;
}


/* nav.navbar.navbar-expand-lg.navbar-dark {
    width: 58%;
}
.main-menu.navbar-nav.d-flex.justify-content-end {
    width: 100%;
} */

.link-top {
    background: url(../images/bk-menu-2.png)right center no-repeat;
    padding: 2px 0;
}

.link-top a {
    padding: 6px 45px;
    color: #6a6a6a;
    display: inline-block;
    margin-left: 2px;
    margin-right: -41px;
    text-decoration: none;
    font-size: 15px;
}

.link-top a:hover {
    color: #FFF;
    background: url(../images/bk-menu-active.png) center center no-repeat;
    text-decoration: none;
}

a.link-2 {
    width: 164px;
}

.link-top a.link-3 {
    margin-right: 0;
}

.link-top a.link-3:hover {
    background: url(../images/bk-menu-active-last.png) center center no-repeat;
}


/* rules modal */

.modal-content {
    background-color: #151515 !important;
}

.modal-header {
    border-bottom: 1px solid #333 !important;
}

h5.modal-title {
    color: #d29c18;
}

button.close span {
    color: #fff;
}

iframe {
    border: none;
    width: 100%;
}


/* header ends */

.allContent {
    background: url(../images/background.jpg);
    background-size: cover;
    padding: 50px 0;
    height: 100vh;
}

.contentBody {
    max-width: 80%;
    background: rgba(0, 0, 0, 0.275);
    border: 1px solid #1F1F1F;
    margin: 0 auto;
}

.row .banner {
    width: 100%;
}

.row .banner img {
    max-width: 100%;
    width: 100%;
}

.banner .color-border-bottom {
    border-top: 4px solid #d29c18;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.contentProducts {
    padding: 20px 0;
}

.contentProducts .product-item {
    width: 100%;
    border: 1px solid #262727;
}

.contentProducts .product-item img {
    max-width: 100%;
    width: 100%;
}


/****************** LOGIN ************************/

div#TopLogin {
    margin-right: 26px;
}

button.btn.btn-danger.btn-block.classic {
    width: 159px;
    float: right;
    margin-top: 7px;
    padding: 2px;
    margin-bottom: 5px;
}


/* footer */

.border-footer {
    background: url(../images/bg-footer.png)center 0 no-repeat;
    height: 33px;
    width: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.text-footer {
    background: rgba(31, 31, 31, .8);
}

.text-footer p {
    font-size: 13px;
    max-width: 1030px;
    text-align: center;
    color: #d8d8d8;
    margin: 0 auto;
    position: relative;
    top: -15px;
    width: 80%;
}

.text-footer p a {
    text-decoration: none;
}

.text-footer p a,
.text-footer p a.rule-link {
    color: #d29c18;
    cursor: pointer;
}

#MobileLogin {
    display: none;
}

@media only screen and (max-width: 1030px) {
    div#logo {
        width: 45%;
    }
}

@media only screen and (max-width: 1024px) {
    div#logo {
        width: 48%;
    }
    input[type="submit"] {
        width: 90px;
    }
}

@media only screen and (max-width: 1000px) {
    div#logo {
        width: 33%;
    }
}

@media only screen and ( max-width: 825px) and (min-width:615px) {
    div#logo {
        width: 30%;
    }
}

@media only screen and (max-width: 768px) {
    div#logo img {
        max-width: 98%;
    }
    input[type="submit"] {
        width: 87px;
    }
}

@media only screen and (max-width: 600px) {
    #MobileLogin {
        display: block;
    }
    #DesktopLogin {
        display: none;
    }
    .allContent {
        padding-top: 70px;
    }
    div#logo {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .contentBody {
        max-width: 100%;
    }
    input#account,
    input#password {
        width: 50%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    input[type="submit"] {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    button.btn.btn-danger.btn-block.classic {
        width: 100%;
    }
    div#logo img {
        max-width: 50%;
    }
    div#TopLogin {
        margin-right: 0;
    }
}