
/* ******************* Default Ads Area ******************* */

/* Image Banners */

#dtnContainer {text-align: center;}
body .c3 #dtnContainer {text-align: right;}

#dtnContainer .dtnad {overflow:hidden;}

/* Text Ads */
#dtnSpotlight {display: block; width: 100%;}


@media only screen and (max-width: 1080px) {
	body .c3 #dtnContainer {text-align: center;}
}


.dtn_pushdown {height: 0; overflow: hidden; text-align: center;}
.dtn_pushdown.hasAd {height: auto; max-height: 415px;}
.dtn_pushdown.hasAd.closed {max-height: 90px;}
.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;}
.dtn_pushdown .dtnpushad i.dtnclose {right: 2px;}
.dtn_pushdown .dtnpushad i.dtntoggle {right: 22px;}
.dtn_pushdown .dtnpushad i:hover {opacity: 1;}
.dtn_pushdown.mobile .dtnpushad i {font-size: 16px;}
