/* Add here all your CSS customizations */
@media (max-width: 1199px) {
	#header .header-logo {
		width: auto !important;
		height: auto !important;
	}
	
	#header .header-logo img {
        margin: 15px 10px 10px 0px;
	}
	
    #header.header-narrow .header-logo img {
	    margin: 2px 2px 2px 0;
    	padding-bottom: 0 !important;
	    border-bottom: 0 !important;
    }
}
