.sticky-header{position:fixed !important;top:0;width:100%;z-index:999;}
.sticky-header + main#page-content{padding-top:70px;}
.sticky-sub-header {
    position: fixed;
    top: 74px;
    width: 100%;
    z-index: 999;
}
.sticky-sub-header + main#page-content {
    padding-top: 70px;
}
.global-breadcrumbs-section{border-bottom:1px solid #999;}
.global-breadcrumbs{
    display: inline-block;
    list-style: none;
    padding: 8px 8px 13px;
    margin: 0;
}
.global-breadcrumbs li{
    display: inline-block;
    padding-right: 10px;
    font-family: Visuelt, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    padding-top: 5px;
}
.global-breadcrumbs li:after{
    font-family: VisueltMedium, Arial, sans-serif;
    content: ">";
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    left: 5px;
    bottom: -3px;
    line-height: 20px;
    font-size: 1.3em;
}
.global-breadcrumbs li.last::after,
.global-breadcrumbs li:last-child::after{content:"";}
.global-breadcrumbs li a{
    font-family: Visuelt, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
}
.global-header{
    background: #052147;
    width: 100%;
    z-index: 999;
}
.category-apartment .global-header{
    z-index: 100;
}
.global-header-container .logo{
    line-height: 20px;
}
.global-header-container .logo a img,
.global-header-container .logo a .logo-img{
    max-width: 90%;
    max-height: 66px;
    padding: 10px 8px 5px;
    position: absolute;top: 0;left: 0;object-fit: contain;
}
.global-header-container .logo a .logo-img{
    max-width: 90%;
    max-height: 66px;
    padding: 10px 8px 5px;
}
.global-header-container .mobile-controls {
    float: right;
    width: 50%;
    text-align: right;
}
.global-header-container .mobile-controls button {
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 64px;
    line-height: 56px;
    font-size: 1.8rem;
    padding: 0;
}
.global-header-container .nav-toggle{
    display: none;
}

@media screen and (max-width:990px), screen and (max-device-width:1024px){
    .global-header-container .mobile-controls {
        width: 100%;
    }
}
@media screen and (max-width:768px), screen and (max-device-width:768px){
    .global-header-container .mobile-controls {
        width: 100%;
    }
    .global-header-container .logo a img{
        padding: 8px;
    }
}
@media screen and (max-width:600px), screen and (max-device-width:600px){
    .global-header-container .logo{
        /*max-width: 120px;*/
    }
    .global-header-container .mobile-controls button {
        background: transparent;
        border: none;
        color: #fff;
        text-align: center;
        width: 40px;
        height: 64px;
        line-height: 56px;
        font-size: 1.8em;
        padding: 0;
    }
    .global-header-container .mobile-controls {
        float: right;
        width: 100%;
        text-align: right;
    }
}
@media screen and (max-width:480px), screen and (max-device-width:480px){
    .global-header-container .mobile-controls button {
        background: transparent;
        border: none;
        color: #fff;
        text-align: center;
        width: 40px;
        height: 64px;
        line-height: 56px;
        font-size: 1.8em;
        padding: 0;
    }
    .global-header-container .mobile-controls {
        float: right;
        width: 100%;
        text-align: right;
    }
}
@media screen and (max-width:360px), screen and (max-device-width:360px){
    .global-header-container .mobile-controls button {
        background: transparent;
        border: none;
        color: #fff;
        text-align: center;
        width: 40px;
        height: 64px;
        line-height: 56px;
        font-size: 1.8em;
        padding: 0;
    }
    .global-header-container .mobile-controls {
        float: right;
        width: 100%;
        text-align: right;
    }
    .global-header-container-searchbar button.button{
        padding: 0 15px 0 5px;
    }
}


@media print{
    .sticky-header{position:relative !important;}
}