
@import url('//fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #000;
}

ul {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding: 0px;
}

.all-elements{
    min-width: 640px;
    overflow: auto;
}

.background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.background-a {
    background-image: url('../images/home/home-1.jpg');
}

.background-b {
    background-image: url('../images/home/home-2.jpg');
}

.background-c {
    background-image: url('../images/home/home-3.jpg');
}

.facilities-a {
    background-image: url('../images/facilities/facilities-1.jpg');
}

.facilities-b {
    background-image: url('../images/facilities/facilities-2.jpg');
}

.facilities-c {
    background-image: url('../images/facilities/facilities-3.jpg');
}

.facilities-d {
    background-image: url('../images/facilities/facilities-4.jpg');
}

.facilities-e {
    background-image: url('../images/facilities/facilities-5.jpg');
}

.about-a {
    background-image: url('../images/about/about-1.jpg');
}

.distribution-a {
    background-image: url('../images/distribution/distribution-1.jpg');
}

.products-a,
.contact-a {
    background-image: url('../images/products/products-1.jpg');
}

.logo {
    position: absolute;
    width: 265px;
    left: 50px;
    top: 50px;
}

.header {
    background-image: url('../images/header.png');
    background-position: top left;
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    height: 150px;
    width: 100%;
    left: 0;
    top: 0;
}

.footer {
    background-image: url('../images/footer.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: contain;
    position: fixed;
    height: 150px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.footer .copyright {
    font-size: 11px;
    position: absolute;
    text-align: center;
    left: calc(50% - 240px);
    table-layout: auto;
    opacity: 0.25;
    bottom: 10px;
    width: 480px;
    color: #fff;
}

.footer .dash {
    text-align: center;
}

.footer .dash:first-child {
    float: right;
}

.footer .dash:last-child {
    float: left;
}

.footer .dash span {;
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    width: 100px;
}

.burger {
    position: absolute;
    display: none;
    right: 30px;
    top: 20px;
}

.burger .icon {
    cursor: pointer;
    width: 100px;
}

.menu {
    position: absolute;
    list-style: none;
    cursor: pointer;
    display: block;
    color: #fff;
    right: 60px;
    top: 75px;
}

.menu li {
    background-color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px;
}

.menu li.selected {
    background-color: #b3110f;
}

.menu li:hover {
    background-color: #b3110f;
}

@media (min-width: 1025px) {
    .menu {
        padding-bottom: 15px;
        border-bottom: 1px rgba(255, 255, 255, 0.33) solid;
    }
}

@media (min-width: 1280px) {
    .menu li {
        padding: 5px 25px;
    }
}

@media (max-width: 1024px) {
    .logo {
        left: 40px;
        top: 30px;
    }

    .burger {
        display: block;
    }

    .menu {
        box-shadow: 0 0 50px 0px black;
        background-color: #000;
        right: 40px;
        left: 40px;
        top: 150px;
    }

    .menu.closed {
        display: none;
    }

    .menu li {
        padding: 35px 50px;
        font-weight: 600;
        font-size: 24px;
        display: block;
    }
}

@media (max-width: 768px) {
    .logo {
        left: 20px;
        top: 15px;
    }

    .burger {
        display: block;
        right: 5px;
        top: 5px;
    }

    .menu {
        box-shadow: 0 0 50px 0 black;
        background-color: #000;
        right: 20px;
        left: 20px;
        top: 140px;
    }

    .menu.closed {
        display: none;
    }

    .menu li {
        padding: 35px 50px;
        font-weight: 600;
        font-size: 24px;
        display: block;
    }
}


.content {
    position: absolute;
    width: 450px;
    right: 80px;
    top: 36vh;
}

.lines {
    position: absolute;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    height: 100px;
    width: 300px;
    right: -10px;
    top: 20px;
}

.heading {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    color: #fff;
}

.heading span {
    background-color: #b3110f;
    margin-right: -20px;
    padding: 10px 20px;
}

.body-text {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: right;
    line-height: 22px;
    padding: 30px 40px;
    color: #fff;
}

@media (min-width: 1280px) {

    .content {
        right: 60px;
        top: 25vh;
        zoom: 1.5;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .content {
        right: 80px;
        zoom: 1;
    }
}

@media (max-width: 768px) {

    .content {
        position: absolute;
        width: auto;
        right: 20px;
        left: 20px;
        top: 140px;
    }

    .heading {
        position: relative;
        display: block;
        font-size: 24px;
        font-weight: 600;
        text-align: left;
        color: #fff;
    }

    .heading span {
        background-color: #b3110f;
        margin-right: 0px;
        padding: 35px 50px;
        font-weight: 600;
        font-size: 24px;
        display: block;
    }

    .body-text {
        text-align: center;
    }

    .lines {
        display: none;
    }
}

.product-content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 160px;
}

.heading-text {
    color: #fff;
    width: 768px;
    text-shadow: 2px 2px 5px black;
}

.product-heading {
    max-width: 800px;
    padding: 0 calc(50% - 420px);
    margin: 40px;
}

.product-groups {
    vertical-align: top;
    margin-bottom: 50px;
}

.product-group {
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: top;
    width: 185px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0 10px;
}

.product-group .product-image {
    width: 185px;

}

.product-group .product-title {
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #fff;
    text-shadow: 2px 2px 5px black;
    margin-bottom: 12px;
    padding-bottom: 3px;
}

.product-group ul.product-text {
    display: block;
    list-style-type: none;
    text-shadow: 2px 2px 5px black;
}

@media (max-width: 768px) {

    .product-content {
        top: 120px;
    }

    .product-groups {
        background-color: rgba(0, 0, 0, 0.85);
        padding-top: 15px;
        margin: 0 20px;
    }

    .product-group {
        width: calc(50% - 20px);
        text-align: center;
    }

    .product-group .product-image {
         display: block;
         width: 100%;
     }
}

@media (max-width: 768px) {

    .product-content {
        top: 120px;
    }

    .product-groups {
        background-color: rgba(0, 0, 0, 0.85);
        padding-top: 15px;
        margin: 0 20px;
    }

    .product-group {
        width: calc(50% - 20px);
        text-align: center;
        background-color: transparent;
        margin: 0;
    }

    .product-group .product-image {
        display: block;
        width: 100%;
    }
}

.contact-content {
    position: absolute;
    width: 300px;
    right: 80px;
    top: 200px;
}

.contact-content .body-text span {
    display: block;
}

.body-text {
    text-align: left;
}

.contact-content .contact-heading {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-content .body-text .contact-text {
    margin: 5px 0;
}

.contact-content .body-text .contact-body,
.contact-content .body-text table {
    margin-bottom: 25px;
    width: 100%;
}

.contact-content .contact-body tr > td:last-of-type {
    text-align: right;
}

.contact-content iframe.contact-map {
    position: absolute;
    width: calc(100vw - 380px - 80px);
    height: 565px;
    right: 300px;
    top: 30px;
}

@media (max-width: 768px) {

    .contact-content {
        position: absolute;
        width: auto;
        right: 20px;
        left: 20px;
        top: 140px;
    }

    .contact-content iframe.contact-map {
        margin-bottom: 40px;
        position: initial;
        height: 450px;
        width: 100%;
    }
}

@media (min-width: 1280px) {

    .contact-content {
        margin-bottom: 50px;
        right: 70px;
        top: 135px;
        zoom: 1.25;
    }

    .contact-content iframe.contact-map {
        position: absolute;
        width: calc( (100vw - 460px - 80px) / 1.25 );
        height: 560px;
        right: 300px;
        top: 30px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .contact-content {
        right: 80px;
        top: 200px;
        zoom: 1;
    }
}
