/*Content CSS*/
#header_wrap { width:100%; height:60px; background-color:transparent; z-index:57; background: #fff; position:fixed; transition: all 0.3s; border-bottom:1px solid #eee; top:0;}
#header_wrap #logo { width: 150px; padding:0; position: absolute; top: 0; left: 50%; transform: translateX(-50%);display:inline-block; text-align: center;}
#header_wrap #logo a {display: block; line-height:55px; text-align: center; width: 100%;}
#header_wrap #logo img {height: 35px;}

.scrolled #header_wrap {background: rgba(0,0,0,0.8); border-bottom: 1px solid rgba(255,255,255,0);}


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

}

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

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