/* DTN Mobile Footer Banner */
.footerWrapper.hasMobileAd {
	bottom: 25px;
}
.cd-top.hasMobileAd {
	bottom: 90px;
}
.footerWrapper.hasMobileAd .mobileAd {
	display: block;
	z-index: 100000;
	text-align: center;
	background: #fff;
}
.footerWrapper .mobileAd {
	display: none;
	width: 100%;
	height: 50px;
	position: relative;
	text-align: center;
	background: #fff;
}
.footerWrapper .mobileAd #dtnContainer {
	padding: 0px;
	position: relative;
	margin: 0 auto;
	width: 320px;
	display: block;
}
.footerWrapper .mobileAd .banner-close {
	position: absolute;
	top: -18px;
	cursor: pointer;
	right: 4px;
	padding: 0px 3px;
	opacity: .75;
	color: white;
	background: #111;
	font-size: 12px;
	border-radius: 20px;
}
.footerWrapper .mobileAd .fa {
	color: white;
}

