﻿
#mobile-entrance{
    width: 100%;
    height: 60px;
}

.g-offcanvas-toggle{
    left: 8%;
    color: #ff4f02 ;
}

#g-navigation .g-logo{
    font-size: 1.9rem;
}

#orange-line{
    width: 100%;
    height: 15px;
    background: #ff4f02;
}

/*Mobile Viewport Switch*/
@media (max-width: 767px){
    .g-horizontalmenu-block{
        display: none;
    }

}
@media (max-width: 1023px){
    #g-header{
        background: #272c35 url(/custom/img/mobile_bg.png) top center no-repeat;
        background-size: cover;
    }
}