/*Content CSS*/
#header_wrap { width:100%; height:65px; background: none; z-index:57; position:fixed; transition: all 0.3s; border-bottom: 1px solid rgba(255,255,255,0.2)}
#logo {  padding:0; position: absolute; top: 0; left: -10px; width:100%; display: block;}
#logo a {display: block; height: 65px; line-height:65px;text-align: center; font-size: 0;}
#logo img {height: 40px}

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


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

}

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

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