#cookieBar {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;

	background: rgba(0, 0, 0, 0.75);
	color: #efefef;
	padding: 8px;
	text-align: center;
}

.header .header-contact-col {
	padding-top: 38px;
	text-align: right;
}
.header.animated .header-contact-col {
	padding-top: 12px;
}
@media(max-width: 992px) {
	.header .header-contact-col {
		display: none;
	}
}

	.header .header-contact-col .top-phone {
		font-size: 32px;
	}

	.header .header-contact-col .top-email {
		font-size: 14px;
	}
	@media(max-width: 1140px) {
		.header .header-contact-col .top-email {
			display: none;
		}
	}