#property-banner-upper {
    position: relative;
    z-index: 1;
    height: 75px;
    background-color: #fafafa;
    border-bottom: 1px solid lightgray;
}

#property-logo-name-cont {
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: inherit;
}
  
#property-logo {
    display: none;
    height: 70px;
    vertical-align: text-bottom;
    margin-left: 5px;
}

#property-name {
    margin-left: 8px;
    font-size: 32px;
    font-weight: bold;
    color: #3273c5;
    line-height: 100px;
}

#lang-cur-cont {
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
}

#nav-lang {
    display: inline-block;
    vertical-align: top;
}

.nav-lang {
    cursor: pointer;
    width: 24px;
}

.nav-lang:hover {
    background-color: #95b3e6;
}

.activelang {
    background-color: #50c1e2;
}

#currency-select {
    width: 125px;
    display: inline-block;
    margin-right: 40px;
}

#path-cont {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

    
@media (max-width: 925px) {
    #property-name {
        font-size: 26px;
        line-height: 110px;
    }
    #property-logo-name-cont {
        max-width: 300px;
    }
}

@media (max-width: 775px) {
    #property-logo {
        display: none !important;
    }
}


   
    