.logo-simplelayout {

}

#side #language {
    width: 80px;
}

body.layout-10 {
    height: 100%;
}

body.layout-10 .fixedRowHolding #contentMain {
    max-width: 500px;
    padding-bottom: 0px;
    bottom: 45%;
    position: absolute;
    left: 0;
    right: 0;
}

#logo {
    height: 80px;
    background: white;
}

#logo:before {
    position: absolute;
    top: 0;
    left:0;
    height: 80px;
    width: 100%;
    background: white;
}

@media only screen and (min-width: 67.063em){

    body.layout-10 .fixedRowHolding {
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 255px;
    }

    body.layout-10 #footer {
        position: fixed !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0px;
    }
}


@media only screen and (max-width: 67.063em){


    body.layout-10 .fixedRowHolding #contentMain {
        position: relative;
        padding-bottom: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 100%;
    }

    body.layout-10 #footer {
        margin-top: 0px !important;
    }


    body.layout-10 {
        background-position: center 80px;
    }

}

@media only screen and (max-height: 600px){

    body.layout-10 .fixedRowHolding {
        position: static !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 255px;
    }

    body.layout-10 #footer {
        position: static !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0px;
    }

    body.layout-10 .fixedRowHolding #contentMain {
        position: relative;
        padding-bottom: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}