/*
Theme Name:theme_1
*/

@charset "UTF-8";

#wpadminbar{
position: fixed !important;
top:0 !important;
left: 0 !important;
width: 100% !important;
}

.admin-bar #header{
    top:32px !important;
}
.admin-bar #header .inr #g-nav #mainUL .mega{
    top:122px !important;
}

@media screen and (max-width:782px) {
    .admin-bar #header{
        top:46px !important;
    }
}
