/* Add here all your CSS customizations */


@media (min-width: 992px) {
	.logo-default {
		display: block !important;
	}
	.logo-small {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.logo-default {
		display: none !important;
	}
	.logo-small {
		display: block;
		width: 400px !important;
		height: 54px !important;
	}

	#header .header-logo {
		width: auto !important;
		height: auto !important;
	}
}