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

.scrolled #header_wrap {background: rgba(18,33,74,0.93); border-bottom: 1px solid rgba(255,255,255,0.2)}
/* .scrolled #header_wrap {background: #12214a;} */
/* .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;}
} */
