@media (min-width:768px) {
    #loginM {
        display: none
    }
}

@media (max-width:767px) {
    #loginD {
        display: none
    }
}

body {
    background: #222;
}

.modals {
    text-align: end;
    margin-top: 10px;
}

button.btn.btn-primary.btn-lg.classic {
    background: green;
    width: 30%;
    border: 1px solid green;
    font-weight: 700;
}

button.btn.btn-primary.btn-lg.betslip {
    background: red;
    width: 30%;
    border: 1px solid red;
    font-weight: 700;
}

.modal-body div#loginD form.form-inline.nobottommargin,
div#loginD .form-group {
    display: inline-grid;
}

#loginD {
    text-align: center;
}

.modal-body,
.modal-header {
    background-color: #095a89;
    border-color: #095a89;
}

div#BetslipModal .modal-body {
    text-align: center;
    line-height: 20px;
}

div#BetslipModal form .form-group label,
div#loginD .form-group label,
div#loginM .form-group label {
    color: #fff;
}

div#BetslipModal .modal-body .form-group {
    margin-bottom: 0px;
    padding: 1px;
}

#top-bar {
    height: 90px !important;
    background: #000000;
    z-index: 11;
}

.content {
    width: 100%;
    margin: 0px auto;
}

.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 60.25%;
    overflow: hidden;
    position: relative;
}

.embed-container iframe {
    width: 101%;
    height: 102%;
    position: fixed;
    top: 0;
    left: 0;
}

#header-wrap {
    width: 100% !important;
    left: 0!important;
    background: #fff!important;
    z-index: 1046!important;
    position: fixed !important;
    box-shadow: 0 0 20px #000!important;
}

#pageContent {
    background: #fff;
    margin: 5px auto;
    width: 100%;
}

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    top: 0;
    width: 200px !important;
    text-align: left;
    background: #fff;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a:hover {
    padding-left: 0px !important;
}

#primary-menu ul li.mega-menu {
    position: relative;
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0 !important;
}

@media (min-width:990px) {
    #header-wrap {
        width: 100% !important;
        left: 0!important;
        background: #fff!important;
        z-index: 1046!important;
        bottom: 0 !important;
        position: fixed !important;
        box-shadow: 0 0 20px #000!important;
    }
}

@media (max-width:989px) {
    .embed-container {
        padding-bottom: 39.25%;
    }
    section#slider {
        top: -130px !important;
    }
    #header-wrap {
        top: 6% !important;
    }
    #logo {
        height: 0px;
    }
    #header-wrap {
        position: absolute !important;
    }
    #primary-menu-trigger {
        background-color: #FFF;
    }
}

@media (max-width:767px) {
    .modals {
        text-align: center;
    }
    .embed-container iframe {
        position: absolute;
    }
    .embed-container {
        padding-bottom: 39.25%;
    }
    .container {
        height: auto !important;
        background: transparent!important;
    }
    #top-bar {
        height: auto !important;
        background: transparent;
        z-index: 11;
    }
    section#slider {
        top: 0px !important;
        position: relative !important;
    }
    #header-wrap {
        top: 23.2% !important;
    }
    .top-contact.link-hover-black {
        padding-top: 14px;
    }
    #header-wrap {
        position: absolute !important;
    }
}

#primary-menu {
    float: none;
    margin: 0 auto;
    width: 100%;
}

ul.sf-js-enabled {
    width: 50%;
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.container {
    z-index: 11;
    /*height: 130px;*/
    position: relative;
    /* background-color: rgba(12, 12, 12, 0.6);*/
}

section#slider {
    top: -4em;
    position: fixed;
}

div#wrapper {
    background: transparent;
}

#logo {
    top: -0.5em;
}

div#primary-menu-trigger {
    color: #555;
}

H2 {
    color: #f00 !important;
}

.swiper_wrapper .swiper-slide {
    background-position: right center !important;
}

@media (max-width: 740px) {
    #primary-menu-trigger {
        left: auto !important;
        right: 0 !important;
        top: 60px !important;
    }
}

Input {
    margin-bottom: 30px;
}