
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 30px;
    z-index: 300;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in,top .6s linear;
    -o-transition: background-color .3s ease-in,top .6s linear;
    transition: background-color .3s ease-in,top .6s linear;
}