.mobile-dtn-banner .mobile-dtn {
	opacity: 0;
	height: 0;
	width: 320px;
	margin: auto;
	left: 0;
	right: 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: 	all 350ms ease-in-out;
	-o-transition: 		all 350ms ease-in-out;
	transition: 		all 350ms ease-in-out;
}
.mobile-dtn-banner.ad-loaded .mobile-dtn {
	position: fixed;
	bottom: 0;
	opacity: 1;
	height: auto;
}
.mobile-dtn-banner.ad-loaded {
	padding-top: 50px;
}
.widget-primary-nav .dtn-container .image > img {
	min-height: 160px; 
}
.dtnad {
	text-align: center;
}
.mobile-dtn i.fa.fa-times-circle {
	left: 27px;
	position: fixed;
	font-size: 26px;
	bottom: 37px;
	color: #fc6818;
	left: 0;
}
.dtn_pushdown.closed {
	max-height: 90px;
	text-align: center;
	overflow: hidden;
}
.dtn_pushdown {
	max-height: 413px;
	text-align: center;
	overflow: hidden;
}
.dtn_pushdown.mobile.closed.show-for-medium-down {
	max-height: 50px;
	margin-bottom: 0px;
}
.dtn_pushdown.mobile.show-for-medium-down {
	max-height: 480px;
}
i.fa.fa-times-circle.dtnclose {
	left: 50%;
	position: absolute;
	color: #fff;
	font-size: 20px;
	margin-left: 465px;
	top: -1px;
	z-index: 1;
}
.dtn_pushdown .dtnpushad i:hover {
	opacity: 1;
}
.dtn_pushdown .dtnpushad i {
	position: absolute;
	top: 2px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	opacity: 0.8;
	cursor: pointer;
}
.closepushad {height:0px;}
.dtn_pushdown.mobile i.fa.fa-times-circle.dtnclose {
	left: 50%;
	position: absolute;
	color: #fff;
	font-size: 16px;
	margin-left: 144px;
	top: -3px;
}
.dtn_pushdown.mobile .dtn_pushdown .dtnpushad i:hover {
	opacity: 1;
}
.dtn_pushdown.mobile .dtnpushad i {
	font-size: 16px;
}
.dtn_pushdown.mobile.closepushad {height:0px;}

.medium-4 #dtnContainer .dtnad { margin-bottom: 30px; }

#google_image_div { position: relative !important; }

@media only screen and (max-width: 640px) {
	.dtn_pushdown.mobile i.fa.fa-times-circle.dtnclose {
		right: 25%;
	}
}
.mobileAd {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	margin: 0 auto;
	width: 100%;
}
.mobileAd .content {
	position: relative;
}
.mobileAd a {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.mobileAd .banner-close {
	position: absolute;
	z-index: 1001;
	color: #0c8fcf;
	top: -16px;
	left: 2px;
	font-size: 22px;
}
.mobileAd i.fa.fa-times {
	border: #842f2f solid;
	border-radius: 999px;
	height: 25px;
	width: 25px;
	background-color: #842f2f;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
}
.mobileAd i.fa.fa-times-circle {
	left: 3px;
	position: fixed;
	font-size: 26px;
	bottom: 35px;
	color: #fc6818;
}