
/* ******************* Default Ads Area ******************* */

/* Image Banners */
.contentRender_name_plugins_dtn_ad {
	position: relative;
}

/* 160x600 */
#dtnContainer.width-160.height-600 {
	width: 160px;
	height: 627px;
	position: absolute;
	top: 0;
	right: -160px;
	margin-right: -24px;
}
.full-width #dtnContainer.width-160.height-600 {
	right: 0;
	margin-right: 0;
}
.content_left #dtnContainer.width-160.height-600 {
	right: -760px;
}
#dtnContainer.width-160.height-600 .title {
	font-family: 'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
	color: #333;
	font-size: 15.5px;
	line-height: 27px;
	text-transform: uppercase;
}
#dtnContainer.width-160.height-600 .dtnad {
	width: 160px;
	height: 600px;
}

/* @T243445: Attach mobile banner to bottom of viewport*/
/* @T255681 display close button on mobile ads */
#dtnContainer .close {
	display: none;
}
#dtnContainer.width-320.height-50 .close {
	position: absolute;
	top: 8px;
	right: -8px;
	width: 24px;
	height: 24px;
	background: white url("../../../nav/virtuals/assets/icon-close-black.png") center no-repeat;
	border-radius: 50%;
	cursor: pointer;
	background-size: 16px 16px;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

/* Mobile Banner 320x50 */
#dtnContainer.width-320.height-50 {
	bottom: 0;
	position: fixed;
	z-index: 99; /*@T299482 - ensure dtn banner is in front of all page elements except header alerts */
}

/* 300x250 */
#dtnContainer.width-300.height-250 {
	float: left;
	width: 376px;
	height: 326px;
	border: 1px solid #bdbfc1;
	background-color: #f5f5f5;
	margin-top: 45px; 
	margin-bottom: 49px;
	margin-right: 36px;
	padding: 37px;
}

.contentRender_name_plugins_dtn_ad:last-child #dtnContainer.width-300.height-250 {
	margin-right: 0;
}
#dtnContainer.width-300.height-250 .title {
	font-family: 'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
	color: #333;
	font-size: 15.5px;
	line-height: 37px;
	margin-top: -37px;
	text-transform: uppercase;
}

/* 980x300 */
#dtnContainer.width-980.height-300 {
	max-width: 980px;
	margin: 30px auto;
}
#dtnContainer.width-980.height-300 .title {
	font-family: 'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
	color: #333;
	font-size: 15.5px;
	line-height: 30px;
	text-transform: uppercase;
}

/* Text Ads */
.contentRender_name_plugins_dtn_spotlight {
	padding: 18px;
}
#dtnSpotlight {
	width: 100%;
	padding: 27px;
	padding-bottom: 10px;
}
#dtnSpotlight .spotlight-cont .title {
	font-family: 'Embedded-DINWebPro-Medium', 'DIN Next W01 Medium', Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#dtnSpotlight .spotlight-cont .dtnad.spotlight a {
	display: block;
	font-family: 'Embedded-DINWebPro-Medium', 'DIN Next W01 Medium', Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
	text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
	#dtnContainer.width-160.height-600 {
		display: none;
	}
}
@media only screen and (max-width: 1250px) {
	#dtnContainer.width-300.height-250 {
		width: 343px;
		height: 326px;
		margin-top: 59px; 
		margin-bottom: 58px;
		margin-right: 0;
		padding-left: 19px;
		padding-right: 22px;
	}
	.contentRender_name_plugins_dtn_ad:nth-last-child(2) #dtnContainer.width-300.height-250 {
		float: right;
	}
	.contentRender_name_plugins_dtn_ad:last-child #dtnContainer.width-300.height-250 {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#dtnContainer.width-300.height-250 {
		float: none;
		width: auto;
		height: auto;
		max-width: 320px;
		max-height: 309px;
		margin-top: 38px; 
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 41px;
		padding-bottom: 32px;
		padding-left: 19px;
		padding-right: 19px;
	}
	.contentRender_name_plugins_dtn_ad:nth-last-child(2) #dtnContainer.width-300.height-250 {
		display: none;
	}
	#dtnContainer.width-300.height-250 .title {
		font-size: 15.5px;
		line-height: 41px;
		margin-top: -41px;
	}
}
@media only screen and (max-width: 356px) {
	#dtnContainer.width-300.height-250 {
		margin-left: -18px;
		margin-right: -18px;
	}
}