/* HEADER */

@media (min-width: 768px) {

	.notifications-bar {
		position: fixed;
		width: 100%;
		z-index: 99999;
		line-height: 33px;
		height: 33px;
		margin-top: 33px;
	}

	#header-outer {
		margin-top: 62.4px !important;
	}

	div#ajax-content-wrap {
		margin-top: 62px !important;
	}

}

@media (max-width: 767px) {

	.notifications-bar {
		position: fixed;
		width: 100%;
		z-index: 99999;
		line-height: 33px;
		height: 33px;
		margin-top: 0;
		top: 0;
	}

	#header-space {
		height: 79px !important;
	}

	.notifications-bar .container p {
		padding-bottom: 0 !important;
	}

	#header-outer {
		top: 33px !important;
	}

}