
.header {
  background: #ffff;

  transition: height 0.5s ease-in;
box-shadow: none !important;

 z-index:9999999999999 !important;
}
.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  height: 80px;
 z-index:9999999999999 !important;
box-sizing: border-box;

box-shadow: 0 2px 2px rgba(0,0,0,0.2) !important;
  background: #ffff;

}
.header.fixed img{
max-height:68px;
}

@media only screen and (max-width: 959px) {
	
	.header.fixed {
 
  position:relative;
  


}


.header-logo {
	max-height:1px;
	display:none;


}


	}
	
	
