@media screen and (min-width: 941px){
.header_logo{ float: left; }
.header_logo a{ display: block; height: 100%; }
.header_logo img{ max-width: 300px; }
header{ display: flex; align-items: center; position:inherit; height: auto;}
header nav{ flex:1;}
}

@media screen and (min-width: 681px) and (max-width: 940px){
header{ display: flex; align-items: center; justify-content: space-between; height: auto; padding: 10px;}
.header_logo{ width: 25%;}
header nav{ width: 75%; padding: 0;}
header nav ul{ margin: 0; padding: 0;}
.sf-menu a{ padding: 10px; }
.sf-menu{ margin: 0; }
}

@media (max-width: 700px){
    .title-desc-wrapper0.has-main-image{ margin-top: 50px;}
}

@media (max-width: 680px){

/*new_logo*/
.mean-container .mean-bar{ top: 80px; }
header{ height: 80px; padding: 0;}
.header_logo{
	position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /*padding: 5px;*/
    box-sizing: border-box;
}
.header_logo a{ display: block; height: 100%; }
.header_logo img{
	max-height: 100%;
    width: auto;
}

}
