#dtnContainer #google_image_div,
.dtn_pushdown #google_image_div {
	position: relative !important;
}

/* ******************* Default Ads Area ******************* */

/* Image Banners */

#dtnContainer {text-align: center;}
body .c3 #dtnContainer {text-align: right;}

#dtnContainer .dtnad {overflow:hidden;}
.eventDetail #dtnContainer .dtnad {overflow:visible;}

/* Text Ads */
#dtnSpotlight {display: block; width: 100%;}


@media only screen and (max-width: 1080px) {
	body .c3 #dtnContainer {text-align: center;}
}

.footerWrapper.hasMobileAd {
	bottom: 25px;
}
.cd-top.hasMobileAd {
	bottom: 90px;
}
.dtn_mobilebanner {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 10000;
}
.dtn_mobilebanner .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;
}
.dtn_mobilebanner .fa {
	color: white;
}
.dtn_pushdownWrapper{max-width:970px;margin:0 auto;}
.dtn_pushdown {height: 0; overflow: hidden; text-align: center;}
.dtn_pushdown.hasAd {
	padding-bottom:43%;
	max-height:0;
	transition: height ease .5s;
	-webkit-transition: height ease .5s;
}
.dtn_pushdown.hasAd.closed {
	padding-bottom:9.5%;
	max-height:0;
	transition: height ease .5s;
	-webkit-transition: height ease .5s;
}
.dtn_pushdown.hasAd.mobile {max-height: 480px;}
.dtn_pushdown.hasAd.mobile.closed { max-height: 110px;}

.dtn_pushdown .dtnpushad {display: inline-block; position: relative; }
.dtn_pushdown .dtnpushad i {position: absolute; top: 2px; color: #fff; font-size: 20px; line-height: 20px; opacity: 0.8; cursor: pointer; text-shadow: 1px 1px 1px #000;}
.dtn_pushdown .dtnpushad i.dtnclose {right: 2px;}
.dtn_pushdown .dtnpushad i.dtntoggle {right: 30px;}
.dtn_pushdown .dtnpushad i:hover {opacity: 1;}
.dtn_pushdown.mobile .dtnpushad i {font-size: 16px;}

.dtn_pushdown .close{
	display:none;
}

@media only screen and (max-width: 640px) {
	.dtn_pushdownWrapper{max-width:970px;margin:0 auto;}
	.dtn_pushdown {height: 0; overflow: hidden; text-align: center;}
	.dtn_pushdown.hasAd {
		padding-bottom: 480px;
		max-height:0;
		transition: height ease .5s;
		-webkit-transition: height ease .5s;
	}
	.dtn_pushdown.hasAd.closed {
		padding-bottom:54px;
		max-height:0;
		transition: height ease .5s;
		-webkit-transition: height ease .5s;
	}
}