﻿

@media only screend and (min-width:1000px) {

    .banner-content-wrap {
         margin-top: 95px !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px) {

    .site-header .site-main-menu li > a {
        font-size: 11px !important;
    }
}

.header-inner .site-mobile-logo img {
    max-height: 60px !important;
}

.site-header .header-inner .site-logo a {
    max-width: 220px !important;
}

 .site-header {
     background-color: #ffffff !important;
 }

 .site-header.header_trans-fixed {
     background-color: #ffffff !important;
 }

 .site-header.pix-header-fixed {
     background-color: #ffffff !important;
 }

 .site-header .site-main-menu li > a {
     color: #111111 !important;
 }

 .site-header .site-main-menu li.menu-item-has-children:after {
     color: #111111 !important;
 }

 .site-header .header-inner .toggle-menu .bar {
     background-color: #111111 !important;
 }
