body {
    font: 16px Lato, Arial, Tahoma, Verdana, sans-serif;
    color: #172634;
    background: #f5f5f5 no-repeat url(../img/bg-hero.jpg) 50% 0;
    text-align: center;
    overflow-x: hidden;
}

a,
a:link,
a:visited {
    color: #475f81;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #3462a0;
}

#header {
    height: 55px;
    background: #fff;
    color: #304c72;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
}

#header .contact {
    float: right;
    margin-right: 75px;
    font-weight: 900;
}

#header .phone {
    float: left;
    height: 40px;
    padding-top: 15px;
    line-height: 22px;
    padding-left: 35px;
    background: no-repeat url(../img/ico-phone.png) 0 50%;
}

#header .email {
    float: left;
    border-left: 1px solid #e4e4e4;
    height: 22px;
    margin-top: 15px;
    line-height: 22px;
    padding-left: 20px;
    margin-left: 20px;
}

#logo {
    text-align: left;
    text-indent: -2000px;
    margin: 0 0 0 75px;
    padding: 0;
    background: no-repeat url(../img/logo.png) 0 50%;
    height: 55px;
    width: 122px;
    float: left;
}

.wrapper {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}

#blocks {
    margin-left: -158px;
    margin-right: -158px;
    margin-top: 880px;
}

#blocks .block {
    float: left;
    width: 455px;
    height: 210px;
    position: relative;
    margin-bottom: 14px;
}

#blocks .block img {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 14px;
}

#blocks .block h3 {
    margin: 33px 180px 33px 30px;
    color: #172634;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
}

#blocks .block p {
    position: absolute;
    top: 95px;
    right: 210px;
    left: 33px;
    color: #172634;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

#blocks .block-europe {
    background: no-repeat url(../img/bg-europe.png) 100% 0;
}

#blocks .block-fleet {
    background: no-repeat url(../img/bg-fleet.png) 100% 0;
}

#blocks .block-experience {
    background: no-repeat url(../img/bg-experience.png) 100% 0;
}

#contact {
    margin: 40px 0;
    clear: both;
}

#contact .column.first {
    float: left;
    width: 271px /*346px*/;
    margin-left: 75px;
    color: #475f81;
}

#contact .column.first h3 {
    font-weight: 900;
    font-size: 22px;
}

#contact .column p span.phone,
#contact .column p a.email { font-weight: 900; }

#contact .column.first p {
    margin: .7em 0;
}

#contact .column.last {
    float: left;
    width: 704px;
}

#contact .column.last #map {
    background: #aaa;
    width: 605px /*680px*/;
    height: 220px;
    margin-top: 15px;
    border: 1px solid #e0e8f4;
}

#contact h3 {
    text-transform: uppercase;
    color: #24323f;
}

#footer {
    clear: both;
    background: #e9e9e9;
    padding: 0;
    color: #919293;
    font-weight: 300;
    font-size: 14px;
}

#footer p {
    padding: 10px 75px;
    margin: 0;
}


@media (max-width: 1366px) {
    body {
        background-size: 1366px;
    }

    #blocks {
        margin-left: -151px;
        margin-right: -151px;
        margin-top: 580px;
    }

    #blocks .block {
        float: left;
        width: 450px;
        height: 210px;
    }

    #blocks .block-fleet {
        width: 451px;
    }
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
