@media (max-width:992px) {
    .col-md-12 {
        float: left
    }
    .col-md-6 {
        width: 50%;
        float: left
    }
    div.mobile-width{
        width: 100%;
    }
    body {
        height: 2000px;
    }
}

.nopadding {
    padding: 0 !important
}

.nomargin {
    margin: 0 !important
}

.wrapper {
    width: 990px !important;
    margin: auto !important;
    position: relative !important
}

body {
    background: url(../../images/homepage/bg.jpg) center top no-repeat;
    background-color: #2b0c08 !important
}

ul li {
    list-style: none
}

@font-face {
    src: url(../font/RobotoSlab-Regular.ttf);
    font-family: RobotoSlab-Regular
}

@font-face {
    src: url(../font/BebasNeue-Regular.ttf);
    font-family: BebasNeue-Regular
}

p.date {
    color: #fff;
    font-family: BebasNeue-Regular;
    font-size: 13pt;
    margin: .2em 0;
    text-shadow: 2px 2px #000
}

.line {
    height: 3px;
    background-color: #fff;
    background-image: linear-gradient(to right, #340201, #e60000, #270504);
    margin-bottom: .6em
}

ul.contact {
    display: flex;
    justify-content: center
}

ul.contact li {
    display: inline-block;
    text-align: center;
    margin-right: 1.5em;
}

ul.contact li:last-child {
    padding-right: 0
}

ul.contact li p {
    color: #fff;
    font-family: BebasNeue-Regular;
    font-size: 12pt;
    text-transform: uppercase;
    margin-bottom: .5
}

img.logo {
    margin-top: .3em
}

div.menu-bg {
    width: 100%;
    height: 32px;
    background: linear-gradient(#da0202, maroon);
    box-shadow: 0 -1px #c9c9c9
}

ul#menu li {
    display: inline-block;
    padding-top: 2.5px;
    padding-right: 3.24em
}

ul#menu li:last-child {
    padding-right: 0
}

ul#menu li a {
    color: #fff;
    font-family: BebasNeue-Regular;
    font-size: 14.5pt;
    text-shadow: 0 3px 7px #000
}

ul#menu li a:active,
ul#menu li a:focus,
ul#menu li a:hover {
    color: #dbb020;
    text-decoration: none
}

ul#menu li.current-menu-item>.current-menu-item {
    color: #dbb020
}

div.register-bg {
    width: 100%;
    height: 100px;
    background: linear-gradient(#da0202, maroon);
    padding-top: 3.5px
}

ul.register-info li {
    display: inline-block;
    margin-right: 1.6em
}

ul.register-info li:last-child {
    margin-right: 0
}

ul.product {
    margin: 1em 0
}

ul.product li {
    display: inline
}

ul.product img {
    width: auto;
    height: 139px
}

ul.product li:hover img {
    filter: grayscale(50%)
}

div.info-text h3 {
    font-family: BebasNeue-Regular;
    background: -webkit-linear-gradient(#fff9a0, #d3ae43, #fff89f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 550
}

div.info-text p {
    font-family: RobotoSlab-Regular;
    color: #fff;
    font-size: 10pt
}
ul.bank {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}
ul.bank li {
    display: inline;
    padding-right: 3em
}

ul.bank li:last-child {
    padding-right: 0
}

p.copyright {
    font-family: BebasNeue-Regular;
    color: #fff;
    font-size: 12pt
}

.slideshow {
    margin-top: -45px !important;
    margin-right: 72px !important;
    z-index: -99 !important
}