:root {
	--main-bg-color: #51b04c;
	--main-color: #51b04c;
	--font-color-menu: #5a5a5a;
	--font-color: #1d6548;
	--font-color-gray: #5a5a5a;
	--link-color: #51b04c;
}
#top_bar_middle{
	max-width: unset !important;
	/*top: 0px !important;*/
}
#wrap_logo{
	width: 148px !important;
	/*margin-top: 4px !important;*/
}
#container{
	top: 113px !important;
}

@media only screen and (max-width: 767px)
{
	#wrap_logo{
		width: 99px !important;
		/*margin-top: 7px !important;*/
	}
}