﻿@charset "utf-8";
/* CSS Document */

/*General*/

@font-face {
    font-family: Melior;
    src: url("./../fonts/MeliorLTStd.woff");
}

@font-face {
    font-family: Proxima;
    src: url("./../fonts/ProximaNovaA-Light.woff");
}

@font-face {
    font-family: Proxima;
    font-weight: bold;
    src: url("./../fonts/ProximaNovaA-Bold.woff");
}

body, html {
    font-family: Proxima,Arial,Gill Sans MT !important;
    font-size: 16px !important;
    line-height: 1.42857;
}

.logotype img {
    margin-top: 18px;
}

.container {
    width: 1170px;
}

[class*="span"] {
    margin-bottom: 20px;
    margin-top: 10px;
}

.top-menu {
    padding: 0 0 0 0;
    font-size: 14px;
}

.no-bullet {
    list-style-type: none;
    margin-left: 0;
}

.top-menu ul li {
    display: inline;
    margin-left: 20px;
}

    .top-menu ul li a {
        color: #777;
        text-decoration: none;
    }

        .top-menu ul li a:hover {
            color: #DF5B26;
        }

.header {
    line-height: 1.1;
    font-size: 50px;
    margin-top: 5px;
    font-family: Melior, Arial, 'Gill Sans MT';
}

.full-screen {
    background: rgb(246, 246, 246);
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 2px 0px inset;
}

    .full-screen .main-content {
        min-height: 500px;
        padding-top: 30px;
    }

.footer {
    background: rgb(34, 34, 34);
    box-shadow: none;
    min-height: 150px;
    padding-top:10px;
}

    .footer p {
        color: rgb(255, 255, 255);
        font-weight: normal;
    }

    .footer ul li {
        line-height: 25px;
    }

        .footer ul li, .footer ul li a, .footer h2, .footer h4, .footer p, .footer a {
            color: #FFFFFF;
            font-weight: normal;
        }

.horizontal {
    margin-left: 0 !important;
}

    .horizontal li {
        display: inline-block;
    }

.introduction {
    font-size: 21px;
    line-height: 1.4;
}

.full-screen.footer p.introduction {
    margin-left: 0;
}
