/*Content CSS*/
#header_wrap { width:100%; height:60px; z-index:57;    background: #fff; position:fixed; transition: all 0.3s; top:0;
border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: center;}
#header_wrap #logo { padding:0 !important; display: flex; justify-content: center; align-items: center;}
#header_wrap #logo a {display: block;  text-align: center; }
#header_wrap #logo a img {height:35px;}

/* .scrolled #header_wrap {background: #fff; border-bottom: 1px solid #eee;}
.scrolled #header_wrap #logo a {background-image:url('../img/logo-b.png'); } */

/* @media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 640px) {
    #header_wrap {top:0px;}
} */
