#header.header-narrow .header-logo img{
	height: 31px !important;
	margin: 8px 12px 12px 12px;
}

html.sticky-header-enabled #header .header-nav-main {
	padding-top: 15px;
}

html.sticky-header-enabled #header .header-nav-main {
	padding-top: 0px;
}

#header .header-nav-main nav > ul li:last-child {
	border-bottom: 0 !important;
}

#header .header-nav-main nav > ul li.active {
	border-bottom: 0 !important;
}

#header .header-body {
	padding: 15px 0 10px;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
}
#header .header-nav-main {
	margin: 0;
}
#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
	
}

#header .header-social-icons {
	margin: 5px 0 0 10px;
}
#header .header-social-icons li a .fa{
	line-height: 2.1 !important;
}

@media screen and (max-width: 340px) {
	
	#header.header-narrow .header-logo img{
		height: 34px !important;
		margin-left: 0px;
	}
	
}