.fbs-background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    background-position: bottom -300px center;
    display: flex;
    background-size: 100% auto;
}

@media screen and (min-width: 2500px){
    .fbs-background{
        background-size: 100% auto;
    }
}

.fbs-logo-container{
    display: flex;
    justify-content: center;
    padding-top: 6vw;
    flex: 0 0 35%;
    order: 2;
    padding-left: 2vw;
}
.fbs-menu-container{
    display: flex;
    justify-content: center;
    padding-top: 9vw;
    flex: 0 0 65%;
    order: 1;
}

.fbs-menus{
    width: 70%;
}

.fbs-menus .link-line:last-child{
    display: none;
}

.fbs-menu-left{
    width: 50%;
    float:left;
    text-align: center;
}

.fbs-menu-right{
   width: 50%;
   float:left;
   text-align: center;
}

.fbs-menus a{
    display: block;
    max-width: 75%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff !important;
}

.link-line{
    display: block;
    height: 1px;
    background-color: #ffffff;
    max-width:75%;
    margin: 0 auto;
}




.fbs-menus a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 1024px){
    .fbs-background{
        background-position: top 40% center;
        flex-wrap: wrap;
    }

    .fbs-logo-container{
        display: flex;
        justify-content: center;
        padding-top: 6vw;
        flex: 0 0 100%;
        order: 1;
        padding-left: 2vw;
    }
    .fbs-menu-container{
        display: flex;
        justify-content: center;
        padding-top: 9vw;
        flex: 0 0 100%;
        order: 2;
    }

}

@media screen and (max-width: 768px){
    .fbs-menus{
        width: 90%;
        margin: 0 auto;
    }

    .fbs-menu-right, .fbs-menu-left{
        width: 100%;
    }


    .fbs-logo{
        text-align: center;
    }
    
    .fbs-logo img{
        height: auto;
        max-width: 50%;
        margin: 0 auto;
    }

    .fbs-background{
        background-position: bottom 40% center;
    }

    .fbs-menus .fbs-menu-left .link-line:last-child{
        display: block;
    }


    .logo-element{
        max-width: 30%;
        margin: 0 auto;
        text-align: center;
    }
    .double-line .row > .col-sm-6{
        text-align: center;
    }

    .double-line .row > .col-sm-6:last-child{
        display: none;
    }
}

.tx-srlanguagemenu{
    z-index: 9999;
    bottom: 10px;
    right: 0px;
    position: fixed !important;
}

.language-outer{
    bottom: 22px;
    top: auto;
}



@media screen and (max-width: 2300px){
    .fbs-background{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 2;
        background-position: top center;
        display: flex;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 1800px){
    .fbs-background{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 2;
        background-position: top right;
        display: flex;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 2301px){
    .fbs-background{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 2;
        background-position: bottom -200px center;
        display: flex;
        background-size: 100% auto;
    }
}

@media screen and (min-width: 2400px){
    .fbs-background{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 2;
        background-position: bottom -200px center;
        display: flex;
        background-size: 100% auto;
    }
}

@media screen and (min-width: 2500px){
    .fbs-background{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 2;
        background-position: bottom -300px center;
        display: flex;
        background-size: 100% auto;
    }
}



@media screen and (min-width: 1500px) and (max-width: 1800px){
    .fbs-background{
        background-size: 110% auto;
    }
    
}


@media screen and (max-height: 1000px){
    .fbs-background{
        background-size: cover !important;
    }
}