/*Content CSS*/
#header_wrap { width:100%; height:60px; background-color:transparent; z-index:57; background: rgba(0,0,0,0.6); position:fixed; transition: all 0.3s;}
#logo {  padding:0; position: absolute; top: 0; left: 0; width:100%; display: block;}
#logo a {display: block; height: 60px; line-height:60px;text-align: center; font-size: 0;}
#logo img {height: 35px;}

.scrolled #header_wrap {background: rgba(0,0,0,0.8);}


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

}

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

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