#header-menu-line {
    width: 100%;
    height: 80px;
    margin-bottom: 34px;
}

#header-menu-line-background {
    width: 100%;
    background: rgb(0, 0, 128);
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 70px;
    height: 79px;
}

#header-menu-line-logo {
    /*background-image: url("/img/logo-travelto7.png");*/
    /*width: 201px;*/
    /*height: 150px;*/
    width: 250px;
    position: relative;
    top: -70px;
    left:20px;
}

#header-menu-line-bar {
    float: right;
    display: table-row;
    height: auto;
}

.header-menu-line-item {
    float: right;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    color: white;
    min-width: 250px;
    padding-top:30px;
    padding-bottom: 30px;
    
}

.header-menu-line-item a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    cursor: pointer;
    display: block;
    position: relative;
}

.header-menu-line-item-acive {
    float: right;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    color: white;
    min-width: 250px;
    background: rgb(0, 81, 167);
    padding-top:40px;
    position: relative;
    padding-bottom: 40px;
    top: -10px;
    
}