/*Content CSS*/
#header_wrap { width:100%; height:60px; background-color:transparent; z-index:57; background: 0; border-bottom: 1px solid rgba(255,255,255,0.2); position:fixed; transition: all 0.3s;}
#header_wrap #logo { width:117px; padding:0; margin: 0 auto; }
#header_wrap #logo a {width:100%; height:60px; display: block; text-align: center; background: url('../img/logo_w.png')50% 50% no-repeat; background-size: auto 35px;}


.scrolled #header_wrap {background: #fff; border-bottom: 1px solid #eee;}
.scrolled #header_wrap #logo a {background: #fff; background: url('../img/logo_b.png')50% 50% no-repeat; background-size: auto 35px;}


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

}

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

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