#ld-site-parked,
#notification-is-override{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 1em;
	background-color: rgba( 0, 0, 0, 0.8 );
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	z-index: 99999;
}

#ld-site-parked p,
#notification-is-override p{
	padding-bottom: 0;
	line-height: 1em;
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
	#ld-site-parked,
	#notification-is-override{
		padding: 0.5em;
	}
}

#ld-site-parked a,
#ld-site-parked a:link,
#ld-site-parked a:visited,
#ld-site-parked a:hover,
#ld-site-parked a:active,
#notification-is-override a,
#notification-is-override a:link,
#notification-is-override a:visited,
#notification-is-override a:hover,
#notification-is-override a:active{
	color: #999;
}

/*****************************
Banners (Site Banners) (Defaults)
*****************************/
.banners {
	text-align: center;
	clear: both;
}

.banners > div {
	display: inline-block;
	margin: 0 0 0 1em;
}

.banners > div:first-child{
	margin-left: 0;
}

@media screen and (min-width: 768px){
	.banners > div img{
		display: block;
	}
}

@media screen and (max-width: 767px){
	.banners > div{
		margin: 1em 0 0 0;
		display: block;
	}

	.banners > div:first-child{
		margin-top: 0;
	}
}

.banners{
	margin-top: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

