
            #loading-overlay{
            background-color: #ffffff;
            position: fixed;
            left: 0; right: 0;
            top:0; bottom: 0;
            z-index:6000;
            }
            #loading-overlay > div{color: #939393}
        

.arrow-to-top{
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -10000;
}

.arrow-to-top.show{
    opacity: 1;
    z-index: 1000;
    visibility: visible;
}


#navigationMobile {
    position: fixed;
    visibility: hidden;
    width: 100vw;
    right: 0;
    top: 0;
    height: 100vh;
}

#navigationMobile .navbar {
    left: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#navigationMobile .navbar-nav{
    height:100%;
}

#navigationMobile.open .navbar{
    visibility: visible;
    left:0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

@media(min-width: 600px){
    #navigationMobile{ width: 600px;}
}



            #supersized-10{
            background-size: cover;
            background-position: center center;
            
            }
        


            #row-28{ min-height: 0px}
            @media(min-width:768px){
            #row-28{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-28{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-28{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-28{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-28{ min-height: 0px}
            }
        

