
/* ******************* Default Ads Area ******************* */

/* Image Banners */

#dtnContainer {
	display: inline-block;
	padding: 0 0 20px;
	width: 100%;
}
#dtnContainer .dtnad {overflow:hidden; text-align: center;}

.dtnad .image-box, .dtnad .dtn-sponsor {max-width: 304px; display: inline-block;}


/* mobile banner */
.mobiledtnCont {
	text-align: center;
	position: relative;
	bottom: 0;
	width: 100%;
	z-index: 200000;
}
.mobiledtnad {
	opacity: 0;
	display: none;
	position: relative;
	-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;
}
.mobiledtnad.open{ display: inline-block; opacity: 1;}
.mobiledtnad img {box-shadow: 1px 0 4px rgba(0, 0, 0, 0.2);}
.mobiledtnad .dtnclose {position: absolute; top: -8px; right: -16px; height: 16px; width: 16px; font-size: 16px; cursor: pointer;}


/* Text Ads */
#dtnSpotlight {margin-top: 0; margin-bottom: 30px; text-align: left;}
#dtnSpotlight .title {
	color: #281405;
	font-family: "Sreda";
	font-size: 25px;
	line-height: 27px;
	padding-bottom: 47px;
	position: relative;
	text-transform: uppercase;
}
#dtnSpotlight .item .image {float: left; padding-right: 15px; width: 25%;}
#dtnSpotlight .item .content {
	color: #281405;
	float: left;
	font-family: "Adelle W01 Regular";
	font-size: 15px;
	line-height: 22px;
	width: 75%;
}
#dtnSpotlight .item a:hover .content {text-decoration: underline;}

#dtnSpotlight .border-top, #dtnSpotlight .border-bottom {	
	background-repeat: no-repeat;
	background-size: auto auto;
	height: 12px;
	margin: auto;
	width: 100%;
}
#dtnSpotlight .border-top {
	background-image: url(/includes/public/assets/images/spotlight-arrow-right.png);
	background-position: right center;
	position: absolute; bottom: 25px; left: 0; right: 0;
}
#dtnSpotlight .border-bottom {
	background-image: url(/includes/public/assets/images/spotlight-arrow-left.png);
	background-position: left center;
}
.dtnContainer .dtnad {
	display: inline-block;
	width: 326px;
	height: 42px;
	margin-bottom: 9px;
}