﻿
.row {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
}

.last {
    margin-right: 0px;
}

hh {
    background-image: url('./floor.png');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    color: #fff;
}

.hh-height {
    height: 150px;
}

.hh-height-small {
    height: 90px;;
}

.hh-height2-small {
    height: 40px;
    margin-bottom: 20px;
}


.hh-title-box {
    background-image: url('./header_title.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 50%;
}

.eng {
    background-image: url(./english_flag.png);
}

.it {
    background-image: url(./italian_flag.png);
}

.hh-logo-box {
    background-image: url('./LogoGeoIntelligence.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.hh-logo2-box {
    background-image: url('./logo_vl.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.hh-title-small {
    background-image: url('./header_title_small.png');
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    width: 280px;
    height: 30px;
    margin-top: 2px;
}
