﻿@media screen and (min-width : 1400px) {

    header {
        background-color: rgba(69, 71, 77, 0.9);
        height: 60px;
        left: 0;
        line-height: 60px;
        position: fixed;
        right: 0;
        top: 0;
        transition: background-color 0.25s ease-in-out 0s;
        z-index: 600;
    }

        header .headerdiv {
            margin-left: auto;
            margin-right: auto;
            width: 80%;
            overflow: hidden;
            position: relative;
        }

            header .headerdiv .headernavdiv {
                width: 80%;
                overflow: hidden;
                position: relative;
                float: right;
                text-align: right;
                z-index: 10;
            }

            header .headerdiv .headerlogodiv {
                margin-left: auto;
                margin-right: auto;
                width: 135px;
                overflow: hidden;
                position: relative;
                height: 90px;
                margin-top: 20px;
                float: left;
                background-repeat: no-repeat;
            }

    .headernavdiv ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    .headernavdiv li:last-child div a {
        font-size: 16px;
        color: #999999;
    }

    aside {
        position: fixed;
        margin-left: auto;
        height: 100px;
        width: 50px;
        border-color: white;
        align-content: center;
        z-index: 200;
    }

    .big {
        color: #FFFFFF;
        font-size: xx-large;
        font-weight: bold;
        margin: 5px 0 5px 0px;
    }

    .large {
        color: #FFFFFF;
        font-size: x-large;
    }

    .medium {
        font-size: large;
    }

    .bignotbold {
        color: #FFFFFF;
        font-size: xx-large;
        margin: 5px 0 5px 0px;
    }

    .advantages .advantageswraper div:not(:first-child) img {
        vertical-align: middle;
        height: 40px;
        width: 40px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .advantages .advantageswraper div:not(:first-child) {
        margin: 0 auto 25px auto;
        width: 70%;
        padding-left: 5px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 6px;
        vertical-align: middle;
        height: 60px;
    }

        .advantages .advantageswraper div:not(:first-child) span {
            vertical-align: middle;
            margin-left: 10px;
            padding-top: 10px;
        }

        .advantages .advantageswraper div:not(:first-child) p {
            width: 90%;
            margin-left: 60px;
            vertical-align: middle;
        }

    .contact .contactwraper article {
        width: 40%;
    }
}
@media screen and (max-width : 1400px) and (min-width : 1350px) {

    header .headerdiv {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        overflow: hidden;
        position: relative;
    }

    .headernavdiv ul li {
        margin: 0 0 0 15px;
    }

    .headernavdiv li:last-child div a {
        font-size: 16px;
        color: #999999;
    }

    header {
        background-color: rgba(69, 71, 77, 0.9);
        height: 60px;
        left: 0;
        line-height: 60px;
        position: fixed;
        right: 0;
        top: 0;
        transition: background-color 0.25s ease-in-out 0s;
        z-index: 600;
    }

        header .headerdiv .headernavdiv {
            width: 80%;
            overflow: hidden;
            position: relative;
            float: right;
            text-align: right;
            z-index: 10;
        }

        header .headerdiv .headerlogodiv {
            margin-left: auto;
            margin-right: auto;
            width: 135px;
            overflow: hidden;
            position: relative;
            height: 90px;
            margin-top: 20px;
            float: left;
            background-repeat: no-repeat;
        }

    .headernavdiv ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    aside {
        position: fixed;
        margin-left: auto;
        height: 100px;
        width: 50px;
        z-index: 200;
        border-color: white;
    }

    .big {
        color: #FFFFFF;
        font-size: xx-large;
        font-weight: bold;
        margin: 5px 0 5px 0px;
    }

    .large {
        color: #FFFFFF;
        font-size: x-large;
    }

    .medium {
        font-size: large;
    }

    .bignotbold {
        color: #FFFFFF;
        font-size: xx-large;
        margin: 5px 0 5px 0px;
    }

    .advantages .advantageswraper div:not(:first-child) img {
        vertical-align: middle;
        height: 40px;
        width: 40px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .advantages .advantageswraper div:not(:first-child) {
        margin: 0 auto 25px auto;
        width: 70%;
        padding-left: 5px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 6px;
        height: 60px;
    }

        .advantages .advantageswraper div:not(:first-child) span {
            vertical-align: middle;
            margin-left: 10px;
            padding-top: 10px;
        }

    .contact .contactwraper article {
        width: 40%;
    }
}
@media screen and (max-width : 1350px) and (min-width : 1150px) {

    .headernavdiv ul li {
        margin: 0 0 0 10px;
    }

        .headernavdiv ul li a {
            font-size: medium;
        }

    .headernavdiv li:last-child div a {
        color: #999999;
    }

    header {
        background-color: rgba(69, 71, 77, 0.9);
        height: 60px;
        left: 0;
        line-height: 60px;
        position: fixed;
        right: 0;
        top: 0;
        transition: background-color 0.25s ease-in-out 0s;
        z-index: 600;
    }

        header .headerdiv {
            margin-left: auto;
            margin-right: auto;
            width: 80%;
            overflow: hidden;
            position: relative;
        }

            header .headerdiv .headernavdiv {
                width: 80%;
                overflow: hidden;
                position: relative;
                float: right;
                text-align: right;
                z-index: 10;
            }

            header .headerdiv .headerlogodiv {
                margin-left: auto;
                margin-right: auto;
                width: 135px;
                overflow: hidden;
                position: relative;
                height: 90px;
                margin-top: 20px;
                float: left;
                background-repeat: no-repeat;
            }

    .headernavdiv ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    aside {
        position: fixed;
        margin-left: auto;
        height: 100px;
        width: 50px;
        z-index: 200;
        border-color: white;
    }

    .big {
        color: #FFFFFF;
        font-size: xx-large;
        font-weight: bold;
        margin: 5px 0 5px 0px;
    }

    .large {
        color: #FFFFFF;
        font-size: x-large;
    }

    .medium {
        font-size: large;
    }

    .bignotbold {
        color: #FFFFFF;
        font-size: xx-large;
        margin: 5px 0 5px 0px;
    }

    .advantages .advantageswraper div:not(:first-child) img {
        vertical-align: middle;
        height: 40px;
        width: 40px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .advantages .advantageswraper div:not(:first-child) {
        margin: 0 auto 25px auto;
        width: 100%;
        padding-left: 5px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 6px;
        height: 60px;
    }

        .advantages .advantageswraper div:not(:first-child) span {
            vertical-align: middle;
            margin-left: 10px;
            padding-top: 10px;
        }

    .contact .contactwraper article {
        width: 40%;
    }
}
@media screen and (max-width : 1150px) and (min-width : 860px) {
    .headernavdiv ul li {
        margin: 0 0 0 10px;
    }

        .headernavdiv ul li a {
            font-size: small;
        }

    .headernavdiv li:last-child div a {
        color: #999999;
    }

    header {
        background-color: rgba(69, 71, 77, 0.9);
        height: 60px;
        left: 0;
        line-height: 60px;
        position: fixed;
        right: 0;
        top: 0;
        transition: background-color 0.25s ease-in-out 0s;
        z-index: 600;
    }

        header .headerdiv {
            margin-left: auto;
            margin-right: auto;
            width: 90%;
            overflow: hidden;
            position: relative;
        }

            header .headerdiv .headernavdiv {
                width: 70%;
                overflow: hidden;
                position: relative;
                float: right;
                text-align: right;
                z-index: 10;
            }

            header .headerdiv .headerlogodiv {
                margin-left: auto;
                margin-right: auto;
                width: 135px;
                overflow: hidden;
                position: relative;
                height: 90px;
                margin-top: 20px;
                float: left;
                background-repeat: no-repeat;
            }

    .headernavdiv ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    aside {
        position: fixed;
        margin-left: auto;
        height: 100px;
        width: 50px;
        z-index: 200;
        border-color: white;
    }

    .big {
        color: #FFFFFF;
        font-size: xx-large;
        font-weight: bold;
        margin: 5px 0 5px 0px;
    }

    .large {
        color: #FFFFFF;
        font-size: x-large;
    }

    .medium {
        font-size: large;
    }

    .bignotbold {
        color: #FFFFFF;
        font-size: xx-large;
        margin: 5px 0 5px 0px;
    }

    .advantages .advantageswraper div:not(:first-child) img {
        vertical-align: middle;
        height: 40px;
        width: 40px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .advantages .advantageswraper div:not(:first-child) {
        margin: 0 auto 25px auto;
        width: 100%;
        padding-left: 5px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 6px;
        height: 60px;
    }

        .advantages .advantageswraper div:not(:first-child) span {
            vertical-align: middle;
            margin-left: 10px;
            padding-top: 10px;
        }

    .contact .contactwraper article {
        border-right: 0px !important;
        width: 100%;
    }
}
@media screen and (max-width : 860px) {
    .headernavdiv ul {
        vertical-align: middle;
    }

        .headernavdiv ul li {
            margin: 0 0 0 10px;
        }

            .headernavdiv ul li a {
                font-size: small;
            }

    .headernavdiv li:last-child div a {
        color: #999999;
    }

    header {
        background-color: rgba(69, 71, 77, 0.9);
        height: 70px;
        left: 0;
        line-height: 30px;
        position: fixed;
        right: 0;
        top: 0;
        transition: background-color 0.25s ease-in-out 0s;
        z-index: 600;
    }

    .headernavdiv ul {
        list-style: none outside none;
        margin: 0;
        padding: 5px;
        vertical-align: middle;
    }

    header .headerdiv {
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        position: relative;
        width: 95%;
        text-align: center;
        vertical-align: middle;
    }

        header .headerdiv .headerlogodiv {
            vertical-align: middle;
            float: left;
            margin-top: 10px;
        }

            header .headerdiv .headerlogodiv a img {
                width: 70px;
                height: 40px;
            }

    aside {
        position: fixed;
        margin-left: auto;
        height: 100px;
        width: 30px;
        border-color: white;
        z-index: 200;
    }

        aside a img {
            width: 25px;
            height: 25px;
        }

    .big {
        color: #FFFFFF;
        font-size: large;
    }

    .large {
        color: #FFFFFF;
        font-size: medium;
    }

    .medium {
        font-size: small;
    }

    p {
        padding: 0px;
    }

    .maintext div .big {
        font-weight: bold;
    }

    .bignotbold {
        color: #FFFFFF;
        font-size: x-large;
        margin: 5px 0 5px 0px;
    }

    .aboutwraper article img {
        width: 45px;
        height: 30px;
    }

    .advantages .advantageswraper div:not(:first-child) img {
        vertical-align: middle;
        height: 20px;
        width: 20px;
        margin-left: 10px;
    }

    .advantages .advantageswraper div:not(:first-child) {
        padding: 5px;
        margin: 0 auto 25px auto;
        width: 100%;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 6px;
    }

        .advantages .advantageswraper div:not(:first-child) span {
            vertical-align: middle;
            margin-left: 10px;
        }

    .contact .contactwraper article {
        width: 100%;
        border-right: 0px !important;
    }
}

/**********************************************/
/**********************************************/
/**********************************************/

body {
    font-size: .85em;
    font-family: 'Century Gothic', Verdana;
    color: #232323;
    background-color: #fff;
    margin: 0;
    height: 100%;
}

H1 {
    font-weight: lighter;
    font-style: normal;
    font-size: small;
    font-variant: normal;
    text-transform: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

.justifyedText {
    text-align: justify;
}

.headernavdiv li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 0 30px;
}
.headernavdiv li a {
    font-size: large;
    color: rgba(255, 255, 255, 0.90);
}
.main {
    height: 100vh;
    color: #fff;
    background-image: url('../Pictures/hero.jpg');
    background-size: cover;
}
.main .mainshadow {
    height: 100%;
    opacity: 0.85;
    background-color: #000000;
}
.main .maintext {
    top: 40%;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    z-index: 6;
    text-align: center;
}
.MainPageTextDiv {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}
.MainPageLinks {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.MainPageLink {
    width: 50%;
    float: left;
    margin-top: 20px;
}
.SectionHeader {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
}
.NextPageLink {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.NextPageLink a div {
    width: 150px;
    display: table;
    margin: 0 auto;
}
.NextPageLink a div img {
    display: table-cell;
}
.NextPageLink a div p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.NextPageSimpleLink {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.NextPageSimpleLink a div {
    width: 30px;
    display: table;
    margin: 0 auto;
}
.NextPageSimpleLink a div img {
    display: table-cell;
}
.NextPageSimpleLink a div p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.grey {
    color: #4C4C4C;
    opacity: 1;
}
.blue {
    color: #0079C6;
    opacity: 1;
}
.bluelight {
    color: #7FB2E5;
    opacity: 1;
}
.bold {
    font-weight: bold;
}
.problem {
    width: 100%;
}
.problem {
    background-color: rgba(0, 102, 204, .5);
    color: #333333;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 50px 0;
    text-align: center;
    align-content: center;
}
.problem .problemdiv {
    width: 49.5%;
    float: left;
    height: 150px;
    border-right: 2px dotted #E3E3E3;
    border-bottom: 2px dotted #E3E3E3;
    box-sizing: border-box;
    padding-bottom: 2em;
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
}
.products {
    width: 100%;
}
.products {
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 100px 0 50px 0;
}
.footer {
    width: 100%;
}
.footer {
    background-color: rgba(69, 71, 77, 0.9);
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 0 0;
}
.contact {
    width: 100%;
}
.contact {
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 30px 0;
}
.about {
    width: 100%;
}
.about {
    background: url('../Pictures/OfficeView.jpg') 50% 0 no-repeat fixed;
    color: #fff;
    margin: 0 auto;
    background-size: cover;
    overflow: hidden;
    padding: 0 0 0 0;
}
advantages {
    width: 100%;
}
.advantages {
    background: url('../Pictures/abstract.png') 50% 0 no-repeat fixed;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
    padding: 100px 0 0 0;
    padding-bottom: 50px;
}
.about article {
    padding: 2em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.products article {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    padding: 1em 1em 1em 1em;
    width: 98%;
    text-align: justify;
    border-radius: 6px;
    margin-bottom: 15px;
    border-style: solid solid solid solid;
    border-width: thin thin thin 10px;
    border-color: #0079C6;
}
.products article p.big {
    text-align: center;
}
.products .productswraper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
}
.contact article {
    float: left;
    padding: 1em;
}
.problem .problemwraper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 90%;
    text-align: center;
}
.contact .contactwraper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 70%;
    text-align: center;
}
.about .aboutwraper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 100px 0 50px 0;
    background-color: rgba(0, 0, 0, .7);
}
.advantages .advantageswraper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.footerwraper div {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: center;
}
.footerwraper div img {
    vertical-align: middle;
    margin-right: 10px;
}
.footerwraper div span {
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.90);
}
