#fa_logo {
	position: fixed;
	/*top: 200px;*/

	width: 200px;
	height: 114px;

	left: 0;
	right: 0;
	margin: 0 auto;

	z-index: 100000;
	transform-origin: center top;

	transform: scale(0.4);
	top: 4px;
}

/*body.home:not(.et-fb) #fa_logo {
	transform: scale(1);
	top: 200px;
}*/

#fa_logo a {
	display: block;
	padding: 0;
	margin: 0;
	width: 200px;
	height: 114px;
}

#fa_title {
	float: left;
	height: 54px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#fa_title a {
	font-family: 'Lora',Georgia,"Times New Roman",serif;
	font-weight: 700;
	font-size: 24px;
	color: #1B4A6E !important;
	line-height: 1;
}

.logo_container {
	display: none !important;
}

body:not(.home) header {
	transform: none !important;
	opacity: 1 !important;
	background: #fff !important;
}

#top-menu li > a {
	border: none !important;
}

.nav li ul.sub-menu {
	top: 26px;
	left: -50px;
	background-color: #fff !important;
}

.et_fixed_nav #main-header {
	position: fixed !important;
	max-height: 54px !important;
}

@media (max-width: 980px) {
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
		padding-top: 12px !important;
	}

	#main-header .et_mobile_menu {
		top: 54px;
		z-index: 200000;
	}

	#fa_title {
		position: fixed;
		left: 10px;
	}

	#main-header {
		top: -100%!important;
		position: fixed!important;
		transition: all 1s ease!important;
	}
	.et-fixed-header#main-header {
		top: 0!important;
	}
	#page-container {
		padding-top: 0!important;
	}
}

@media (max-width: 600px) {
	#fa_title {
		display: none;
	}
}
