.dtnSpotlight {
	position: relative;
	margin-bottom: 1rem;
	background-color: #236192;
}
.dtnSpotlight .title {
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
	font-weight: 500; 
	font-style: normal;
	font-size: 1.750rem;
	line-height: 1.875rem;
	border-bottom: 1px solid #fff;
	padding: 1rem;
	position: relative;
}
.medium-4 .dtnSpotlight .title, .large-4 .dtnSpotlight .title { color: #fff;}
.dtnSpotlight .title span {
	background-image: url("/includes/public/assets/images/dtn-accent.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.dtnSpotlight .spotlight { margin: 0 1rem;}
.dtnSpotlight .spotlight a {
	color: #fff;
	text-decoration: none;
	font-family: "Verdana", sans-serif;
	font-size: 0.875rem;
	line-height: 1.125rem;
	padding: 1rem 0;
	border-bottom: 1px solid #7098b8;
	display: block;
}
.dtnSpotlight .spotlight a:after {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 6px;
	vertical-align: middle;
}

/*Homepage Version*/
.medium-6 .dtnSpotlight {
	background-color: #fff;
	border-top: 2px solid #cccccc;
    padding-top: 13px;
}
.medium-6 .dtnSpotlight .title {
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0;
}
.medium-6 .dtnSpotlight .title span {
	display: none;
}
.medium-6 .dtnSpotlight .spotlight { margin: 0; height:200px;}
.medium-6 .dtnSpotlight .spotlight a {
	border: none;
	padding: 0;
}
.medium-6 .dtnSpotlight .spotlight a:after { display: none;}

.dtnbanner { margin-bottom: 1rem; text-align: center;}
.mobiledtnbanner {
    text-align: center; 
	position: fixed; 
	width: 100%; 
	bottom: 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;
}
.mobiledtnbanner .banner-close:hover,
.mobiledtnbanner .banner-close:focus {
	opacity: 1;
}
.headerslides.interior .dtnad {
	margin: auto;
}

#dtnContainer .dtn-restaurant-week{
	display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 100%;
}
#dtnContainer .dtn-restaurant-week .dtn-image{
	float:left;
}
#dtnContainer .dtn-restaurant-week .dtn-image img{
    width: 216px;
}
#dtnContainer .dtn-restaurant-week .dtn-description{
	float: left;
    clear: none;
    width: 395px;
    padding-left:16px;
} 
#dtnContainer .dtn-restaurant-week .dtn-description h4 {
    color: #f54240;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 700;
    display: block;
}
#dtnContainer .dtn-restaurant-week .dtn-description a{
	text-decoration: none;
}

#dtnContainer .dtn-restaurant-week .dtn-description p{
    color: #000000;
    display: block;
    font-family: "verdana",sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	#dtnContainer .dtn-restaurant-week{
	    max-width: 320px;
	    width:100%;
	    margin: 0 auto;
	    display:block;
	    padding-top:10px;
	}
	#dtnContainer .dtn-restaurant-week .dtn-image img{
	    max-width: 320px;
	    width:100%;
	}
	#dtnContainer .dtn-restaurant-week .dtn-description{
		float: none;
	    clear: both;
	    max-width: 320px;
	    width:100%;
	    padding:0;
	} 
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	#dtnContainer .dtn-restaurant-week .dtn-description{
	    width: 350px;
	}
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
	.headerslides.interior .dtnad {
		    width: 100%;
		max-width: 1440px;
	}
}