/* ME */
#masthead{
	 position: sticky;
     top: 0;
     padding: unset;
	 z-index: 1000000;
	 background: #003356;
	 color: white;
	 padding-top: 7px;
	 padding-bottom: 7px;
}

.head_wrap{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


#masthead .top-menu{
	margin-left: auto;
	margin-right: 60px;
}

#masthead .icon_container{
	position: absolute;
	right:0;
	top: 6px;
}

#masthead .site-branding{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#masthead  .site-logotype{margin-right: 35px;}



#masthead  .site-logotype a{display: flex; align-items: center; color: #44b035; font-size: 30px; font-weight: 600;}
#masthead  .site-logotype img{width: 50px; margin-right: 5px;}

#masthead  .site-logotype a img{display: block;}
#masthead .site-title{}
#masthead .site-description{}
#masthead .menu{display: flex;}
#masthead #top_menu{text-transform: uppercase; padding-left: unset; margin: unset;}

#masthead #top_menu{
	list-style-type: none;
}

#masthead #top_menu a{
	font-size: 12px;
	text-transform: uppercase;
	width: max-content;
	display: block;
}

#masthead #top_menu li:not(:last-child){
	margin-right: 20px;
}






@media (max-width: 1366px) {
	
	
	#masthead { justify-content: space-between;}
	
	#masthead .top-menu { margin-left: unset;}	
}
	


@media (max-width: 1023px) {
	#masthead .top-menu 			{display: none;}
	#masthead .site-title 			{font-size: 16px;}
	#masthead .site-description 	{font-size: 12px;}
	#masthead .site-logotype img 	{max-width: 130px;}
}



@media (max-width: 1024px) {
		#masthead {
			align-items: flex-start;}
			
		#masthead .site-branding {
			align-items: flex-start;
			flex-direction: column;}
		

}


@media (max-width: 768px) {
	#masthead {flex-wrap: nowrap;}
}






@media (max-width: 576px) {

	#masthead {
		padding-top: 10px;
		padding-bottom: 10px;}

	#masthead .site-logotype img {
		width: 45px;
	}

	#masthead .site-logotype a {
		font-size: 22px;}
		


	#masthead {
		position: relative;
	}

}



	

