h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; font-weight: normal;  margin-top: 0px; text-transform: capitalize; font-weight: bold; }

.mega-menu .menu-logo { padding: 10px 0 10px; }
.mega-menu .menu-logo img { height: 40px; }

@media screen and (min-width:992px) {
.mega-menu.desktopTopFixed .menu-list-items {    /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
        position: fixed; top: 0; left: 0; right: 0; max-width: 100%; padding: 0px 10px; background: #C0392B; box-shadow: 0 0 10px rgba(0, 0, 0, .1); }


.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img { height: 35px; }
}

#menu ul li:last-child ul {
    right: 0;
    background:white;
}
#menu ul li:last-child ul li{
    left:1px;
}

.error {
    color: #F00;
    background-color: #FFF;
}
/*konten */
#konten img {
    height: auto;
    max-width: 100%;
    padding: 10px;
}

/*pace */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #2286dd;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

