  
	

 	
	
 header {top: 0px; position: absolute;}
  header, #fixed  {
	 -moz-transition-property: top;
                -o-transition-property: top;
                -webkit-transition-property: top;
                transition-property: top;
    			-moz-transition-duration: 1s;
                -o-transition-duration: 1s;
                -webkit-transition-duration: 1s;
                transition-duration: 1s;  
				transition-timing-function: ease-in-out;
			
	  
  }
    .sticky header  nav.dropdown ul {
	justify-content: flex-start; }
  
@media all and (min-width : 988px) {
	.sticky header {
		position: fixed; 
		top: 0px; 
		z-index: 2000; 
		height:120px; 
		padding-bottom: 0px; 
		border-top: 3px solid #659B9A; 
		align-items: flex-end;
	} 
  
	.sticky nav.dropdown > ul > li > a {margin-top: 70px;}

	.sticky nav.dropdown ul ul { top: 118px;}
	.sticky nav.dropdown ul ul ul{ top: inherit;}

	.sticky #fixed { top:140px;}
	.sticky header .wrapper {flex-direction: row; }
  /*
  	.logo { max-width: 400px; margin: auto; margin-top: 2px; margin-bottom: 10px;}
	.logo img {width: 100%; padding-top: 3px;}
  */ 
	.sticky .logo img  { padding-top: 0px;}
	.sticky .logo { margin-top: 4px; margin-bottom: 2px;}
  
	#spacer {height: 0px;}
	.sticky #spacer {height: 0px;}

}