

#header_master_wrapper {
width: 100%;
min-width: 1300px;
position: sticky;
position: -webkit-sticky;
top: 0;
background-image: linear-gradient(to top, #f2f2f2 0%, white 80%);
border-bottom: #077f5c solid 1px;z-index: 120;
margin: 0;
overflow-x: auto;
}

#header_wrapper {
width: 80%;
margin: 0 auto;
height: 100px;
max-height: 100px;
}

#header_logo {
width: 369.85892116183px;
height: 100px;
background-image: url("../../../../Images/Header/logo.png");
background-repeat: no-repeat;
background-position: center;
background-size:contain;
float: left;
}

#headerCompany {
width: 369.85892116183px;
height: 100px;
}

#header_logo {
height: 100px;
float: right;
}

#header_language {
height: 100px;
float: right;
vertical-align: middle;
padding: calc(100px / 2 - 12px) 20px;
}

#topSeperator {
width: 100%;
height: 1px;
padding-top: calc(100px - 1px);
}
