
/* ******************* Default Ads Area ******************* */

/* Image Banners */

#dtnContainer {
	display: inline-block;
	padding: 10px 0px;
	width: 100%;
}
#dtnContainer .dtnad {overflow:hidden;}

/* Text Ads */
#dtnSpotlight {display: block; width: 100%;}


.panel_custom_three_col #dtnContainer,
.dtn_header_container #dtnContainer {
	display: block;
	padding: 0;
	width: 100%;
}

.dtn_two_column #dtnContainer {
	padding: 0;
	display: block;
}

#dtnSpotlight {
	background-color: #fdf9f0;
	margin-bottom: 30px;
}

#dtnSpotlight .spotlight {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
}
#dtnSpotlight .title {
	height: 60px;
	line-height: 68px;
	color: #fff;
	background: #f5af19;
	text-align: center;
	font-family: 'Josefin Slab', serif;
	font-size: 24px;
	font-weight: 700;
}
#dtnSpotlight .img-container {
	width: auto;
	height: auto;
	padding: 0;
	position: relative;
	z-index: 2;
}
#dtnSpotlight .caption {
	width: 100%;
	float: right;
	padding: 0;
	margin-left: -112px;
	padding-left: 112px;
}
#dtnSpotlight h3 {
	font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size: 17px;
	line-height: 17px;
	color: #146031;
	text-transform: none;
}
#dtnSpotlight p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}
#dtnSpotlight p a {
	color: #69a643;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	#dtnSpotlight .spotlight {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1024px) {
	.dtn_two_column {
		width: 805px;
		margin: 0 auto;
		overflow: hidden;
	}
	.dtn_two_column .content_left {
		max-width: 300px;
		width: 100%;
	}
	.dtn_two_column .content_right {
		width: 100%;
		max-width: 505px;
		float: left !important;
	}
}
.dtn_two_column .content_left > div,
.dtn_two_column .content_right > div {
	margin-bottom: 30px;
}
.dtn_two_column #dtnContainer .ad {
	margin-bottom: 0;
}


.mobiledtnbanner {
	padding: 0 !important;
	text-align: center; 
	position: fixed; 
	width: 100%; 
	bottom: 0;
	left: 0;
	z-index: 200000;
	opacity: 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;
}
.mobiledtnbanner.open{ opacity: 1;}
.mobiledtnbanner img {box-shadow: 1px 0 4px rgba(0, 0, 0, 0.2);}
.mobiledtnbanner .banner-close {
	float: right;
	padding: 5px;
	cursor: pointer;
	opacity: 0.75;
	-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;
	position: absolute;
	right: 0;
	top: -25px;
}
.mobiledtnbanner .banner-close:hover,
.mobiledtnbanner .banner-close:focus {
	opacity: 1;
}

footer .footer-dtn  {
	padding: 0 !important;
	height: 50px;
}