/* Image Banners */
#dtnContainer {display: inline-block; width: 100%; padding: 20px; }
#dtnContainer .dtnad {overflow:hidden;}

/* Text Ads */

/* mobile banner */
.mobiledtnbanner {
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 200000;
	opacity: 0;
	display: none;
	-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{ display: block; 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;
}
.mobiledtnbanner .banner-close:hover, .mobiledtnbanner .banner-close:focus {opacity: 1;}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight h2,
.content #dtnSpotlight h2 {
	background-color: #fbd100;
	font-size: 1.5em;
	padding: 0 0.6875em 0.2em 0.45em;
	line-height: 1.4;
	margin-bottom: 10px;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight h2 span,
.content #dtnSpotlight h2 span {
	position: relative;
	z-index: 100;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight h2:before,
.content #dtnSpotlight h2:before {
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
	transform: skewY(-2deg);
	background-color: #fbd100;
	content: "";
	position: absolute;
	margin-top: -10px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li,
.content #dtnSpotlight li {
	list-style: none;
	height: 75px;
	margin-bottom: 5px;
	overflow: hidden;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li > div,
.content #dtnSpotlight li > div {
	background-color: #F3F3F3;
	display: block;
	height: 75px;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a,
.content #dtnSpotlight li a {
	position: relative;
	top: 3px;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	font-weight: 500;
	display: inline;
    font-family: 'DIN Next LT W04 Regular';
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a > img,
.content #dtnSpotlight li a > img {
	float: left;
	padding-right: 15px;
	width: 125px;
	height: 75px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a,
	.content #dtnSpotlight li a {
		font-size: 12px;
	}
	[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a > img,
	.content #dtnSpotlight li a > img {
		width: 100px;
	}
}

@media screen and (max-width: 375px) {
	[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a,
	.content #dtnSpotlight li a {
		font-size: 12px;
	}
	[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a > img,
	.content #dtnSpotlight li a > img {
		width: 100px;
	}
}
