/* FIXED MENU NORMAL */
body {
  padding-top: 189px;
  transition: padding 0.3s ease-out;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0, .1);
}
#header .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .wrapper.top {
  height: 110px;
	transition: height 0.3s ease-out;
}
#logo {
	width: 276px;
	/* height: 41px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
	transition: height 0.3s ease-out, width 0.3s ease-out,	padding 0.3s ease-out;
	margin-bottom: 0;
}
#logo img {
	/* height: 100%; */
	/* width: auto;
	width: 100%; */
	height: auto;
}


/* FIXED MENU SCROLLED */
body.margined {
  padding-top: 140px;
}
/* #header.fixed_header {
  height: 136px;
} */
#header.fixed_header .wrapper.top {
	height: 90px;
}
.fixed_header #logo {
	/* height: 41px; */
	/* width: 220px; */
	/* padding-left: 40px;
	padding-right: 40px; */
	box-sizing: border-box;
}
.fixed_header #menu li a {
  height: 50px;
	line-height: 48px;
	border-top-width: 2px;
}
.fixed_header #menu_wrapper {
	height: 50px;
}

























@media only screen and (max-width: 960px) {
	/* body {
		padding-top: 120px;
	} */
	/* .slicknav_btn {
		top: -105px;
	} */
	/* #top_contact li {
		flex: 1;
		text-align: center;
	} */
}

@media only screen and (max-width: 820px) {
	/* .slicknav_btn {
		top: -100px;
	} */
}



@media only screen and (max-width: 480px) {
	/* body,
	body.margined {
		padding-top: 85px;
	}
	#header .wrapper {
		height: 60px;
	}
	#logo,
	.fixed_header #logo {
		margin-left: 0;
		width: 200px;
	}
	#logo img {
		height: 100%;
	}
	.slicknav_btn,
	#header.fixed_header .slicknav_btn	{
		top: 20px;
		right: 0;
	}
	#top_contact,
	.fixed_header #top_contact {
		height: auto;
		margin-top: 10px;
	} */
}