@import "../App_Fonts/fonts.css";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'proximanova_excnregular';
}

.row {
    width: 100%;
}

    .row:before,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

.container {
    width: 1035px;
    height: 574px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: block;
}

.col {
    float: left;
    position: relative;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.w1 {
    width: 115px;
}

.w2 {
    width: 230px;
}

.w4 {
    width: 460px;
    background-color: #39373a;
}

.h1 {
    height: 115px;
}

.h2 {
    height: 230px;
}

.t-115 {
    top: -115px;
}

.imgBg {
    width: 100%;
}

.bgEc {
    background-color: #ec2124;
    text-align: center;
    color: white;
    font-size: 19px;
    letter-spacing: 1px;
    font-family: "proximanova_excndlight";
}

    .bgEc div {
        height: 36px;
        position: absolute;
        top: 0;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .bgEc a {
        color: #000000;
        font-size: 15px;
        letter-spacing: 1px;
        text-decoration: none;
    }

    .bgEc .dwltext {
        color: #000000;
        font-size: 15px;
        letter-spacing: 1px;
        display: block;
    }

.logoContainer {
    width: 361px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

    .logoContainer ul {
        margin: 0;
        margin-top: 10px;
        padding: 0;
    }

        .logoContainer ul li {
            float: left;
            width: 78px;
            margin-right: 16px;
            cursor: pointer;
            position: relative;
            list-style: none;
        }

            .logoContainer ul li a {
                width: 100%;
                display: block;
            }
            .logoContainer ul li img{
                width: 100%;
                position: relative;
            }   

            .logoContainer ul li img.under {
                opacity: 0;
                position: absolute;
                left: 0;
                bottom: 6px;
            }

            .logoContainer ul li:hover img.under {
                opacity: 1 !important;
            }


.hover {
    background-color: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .hover:hover {
        opacity: 1 !important;
    }

    .hover .hoverContainer {
        position: absolute;
        height: 186px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        width: 100%;
    }

        .hover .hoverContainer p {
            font-family: 'proximanova_excndlight';
            font-size: 18px;
            color: #b0b0b0;
            line-height: 20px;
            text-align: center;
            padding: 0;
            margin: 0;
        }

            .hover .hoverContainer p:first-line {
                font-family: 'proximanova_excnbold';
                font-size: 18px;
                color: white;
                line-height: 24px;
            }

            .hover .hoverContainer p a {
                color: #ec2124;
                text-decoration: none;
                display: block;
                transition: none;
                font-family: 'proximanova_excnbold';
            }

                .hover .hoverContainer p a:hover {
                    opacity: 0.8;
                }

    .hover img {
        width: 92px;
        height: 92px;
    }

.downloadPdf {
    background-color: #39373a;
    padding: 20px;
    height: 100%;
}

    .downloadPdf h2 {
        font-family: 'proximanova_excnregular';
        font-weight: normal;
        font-size: 22px;
        color: white;
        line-height: 24px;
        text-align: center;
        padding: 0;
        margin: 7px 0px 7px 0px;
    }

    .downloadPdf p {
        font-family: 'proximanova_excndlight';
        font-size: 18px;
        color: #b0b0b0;
        line-height: 20px;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .downloadPdf .dwltext {
        clear: both;
        display: block;
        padding-top: 10px;
        font-family: 'proximanova_excnbold';
        color: white;
    }

        .downloadPdf .dwltext a {
            color: #ff0006;
            font-family: 'proximanova_excnregular';
            font-weight: normal;
            text-decoration: none;
        }

            .downloadPdf .dwltext a:hover {
                color: white;
            }

#footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    color: #a6a6a6;
    text-transform: uppercase;
}

.container_mobile {
    display: none;
}

@media only screen and (min-device-width: 450px) and (max-device-width: 800px) and (orientation:landscape) {

    .logoContainer ul li {
        float: none;
        display: inline-block;
        width: 21.4%;
        margin-right: 2.1%;
        cursor: pointer;
        position: relative;
    }

        .logoContainer ul li a {
            display: block;
            width: 100%;
        }

    .container_mobile {
        width: 70%;
        margin: auto;
    }

    .col-25 {
        max-height: 16vw;
    }

    .col-50 {
        max-height: 16vw;
    }

    .col-75 {
        max-height: 16vw;
    }
}

@media only screen and (min-device-width: 450px) and (max-device-width: 800px) and (orientation:portrait) {

    .logoContainer ul li {
        float: none;
        display: inline-block;
        width: 21.4%;
        margin-right: 2.1%;
        cursor: pointer;
        position: relative;
    }

        .logoContainer ul li a {
            display: block;
            width: 100%;
        }

    .container_mobile {
        width: 70%;
        margin: auto;
    }

    .col-25 {
        max-height: 16.1vw;
    }

    .col-50 {
        max-height: 16.1vw;
    }

    .col-75 {
        max-height: 16.1vw;
    }

    p {
        font-size: 21px !important;
        margin: 20px 0 5px !important;
        line-height: 24px !important;
    }

        p:first-line {
            font-size: 21px !important;
            line-height: 20px !important;
            line-height: 24px;
        }

        p span {
            position: absolute !important;
            margin-top: 10px !important;
            line-height: 24px;
        }

        p a {
            font-size: 18px !important;
            line-height: 21px !important;
        }

            p a:before {
                top: 4px !important;
            }
}

@media only screen and (max-device-width: 325px) {

    .logoContainer ul li {
        float: none;
        display: inline-block;
        width: 21.4%;
        margin-right: 2.1%;
        cursor: pointer;
        position: relative;
    }

        .logoContainer ul li a {
            display: block;
            width: 100%;
        }

    p {
        font-size: 15px !important;
        margin: 5px 0 !important;
    }

        p:first-line {
            font-size: 15px !important;
            line-height: 20px !important;
        }

        p span {
            position: absolute !important;
            margin-top: 1px !important;
        }
}

@media only screen and (max-device-width: 780px) and (orientation:portrait) {

    .container {
        display: none;
    }

    .container_mobile {
        display: block;
        padding: 20px;
    }

    .logoContainer {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        margin-bottom: 1px;
        background-color: #39373a;
        padding: 30px 20px 15px;
    }

        .logoContainer ul li {
            float: none;
            display: inline-block;
            width: 21.4%;
            margin-right: 2.1%;
            cursor: pointer;
            position: relative;
        }

            .logoContainer ul li a {
                display: block;
                width: 100%;
            }

    .col-25 {
        width: 25%;
        height: 22.5vw;
        overflow: hidden;
    }

    .col-50 {
        width: 50%;
        height: 22.5vw;
    }

    .col-75 {
        width: 75%;
        background-color: #4d4d4d;
        height: 22.5vw;
        border-right: none;
    }

    #footer {
        position: relative;
        margin-top: 40px;
    }

    p {
        font-family: 'proximanova_excndlight';
        font-size: 16px;
        color: #b0b0b0;
        line-height: 20px;
        padding-left: 20px;
        margin: 10px 0;
    }

        p:first-line {
            font-family: 'proximanova_excnbold';
            font-size: 18px;
            color: white;
            line-height: 24px;
        }

        p span {
            position: absolute;
            margin-top: 2px;
            width: 100%;
        }

        p a {
            padding: 0px 5px 0px 20px;
            background-color: #262626;
            font-family: 'proximanova_excnbold';
            font-size: 14px;
            line-height: 10px;
            margin-right: 10px;
            color: white;
            text-decoration: none;
            position: relative;
        }

            p a:before {
                content: "";
                background-image: url(../App_Images/arrow_red.jpg);
                position: absolute;
                height: 17px;
                width: 11px;
                left: 5px;
                top: 1px;
            }

        p.last a {
            color: red;
            padding: 1px 5px 1px 5px;
        }

            p.last a:before {
                content: "";
                background-image: none;
            }

    img#rotate270 {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    img#rotate90 {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    img#rotate180 {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (max-device-width: 767px) and (orientation:landscape) {

    .container {
        display: none;
    }

    .container_mobile {
        display: block;
        padding: 20px;
    }

    .logoContainer {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        margin-bottom: 1px;
        background-color: #39373a;
        padding: 30px 20px 15px;
    }

        .logoContainer ul li {
            float: none;
            display: inline-block;
            width: 21.4%;
            margin-right: 2.1%;
            cursor: pointer;
            position: relative;
        }

            .logoContainer ul li a {
                display: block;
                width: 100%;
            }

    .col-25 {
        width: 25%;
        height: 22.5vw;
        overflow: hidden;
    }

    .col-50 {
        width: 50%;
        height: 22.5vw;
    }

    .col-75 {
        width: 75%;
        background-color: #4d4d4d;
        height: 22.5vw;
        border-right: none;
    }

    #footer {
        position: relative;
        margin-top: 40px;
    }

    p {
        font-family: 'proximanova_excndlight';
        font-size: 16px;
        color: #b0b0b0;
        line-height: 20px;
        padding-left: 20px;
        margin: 10px 0;
    }

        p:first-line {
            font-family: 'proximanova_excnbold';
            font-size: 18px;
            color: white;
            line-height: 24px;
        }

        p span {
            position: absolute;
            margin-top: 2px;
            width: 100%;
        }

        p a {
            padding: 0px 5px 0px 20px;
            background-color: #262626;
            font-family: 'proximanova_excnbold';
            font-size: 14px;
            line-height: 10px;
            margin-right: 10px;
            color: white;
            text-decoration: none;
            position: relative;
        }

            p a:before {
                content: "";
                background-image: url(../App_Images/arrow_red.jpg);
                position: absolute;
                height: 17px;
                width: 11px;
                left: 5px;
                top: 1px;
            }

        p.last a {
            color: red;
            padding: 1px 5px 1px 5px;
        }

            p.last a:before {
                content: "";
                background-image: none;
            }

    img#rotate270 {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    img#rotate90 {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    img#rotate180 {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
