
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-header.simple.sticky-menu.light.scroll {
    background-color: #0d2963;
}
.prague-footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0d2963;
    opacity: .9;
    z-index: 90;
}
.prague-loader .prague-loader-bar:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #0d2963;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-animation: loading 2s linear infinite forwards;
    animation: loading 2s linear infinite forwards;
}