/*
 * ads.css
 * Placeholders for where advertising banners will go.
 */
.adslot-banner-728,
.adslot-banner,
.adslot-square,
.adslot {
	display: none;
}

/*  Step 1 - 320 (default) */
.adslot-banner {
	margin-bottom: 8px;
	text-align: center;
}
.adslot-banner-728 {
	margin-bottom: 24px;
	text-align: center;
	display: none;
}
.home .col-lg-3 .adslot-square {
	height: 335px;
	text-align: center;
	margin-bottom: 16px;
	vertical-align: middle;
}
/*  Step 2 - 768 */
@media (min-width: 768px) {
	.adslot-banner {
		margin-bottom: 24px;
	}
}
/* Step 3 - 1024 */
@media (min-width: 992px) {
	.adslot-banner {
		margin-bottom: 16px;
	}
}
/* Step 4 - 1280 */
@media (min-width: 1200px) {
	.adslot-banner {
		margin-bottom: 16px;
	}	
}
/* Step 5 - 1440 */
@media (min-width: 1400px) {
	.adslot-banner {
		margin-bottom: 16px;
	}
}

/* ads - these need to be moved to an adserver 
***************************************************************************************/

/*  Step 1 - 320 (default) */
.ad-nike {
	width: 320px;
	height: 56px;
	display: table;
	margin: 0 auto;
	background: url("/assets/nwslsoccer/ads/nike_320.png") no-repeat top left;
}
.ad-honda {
	width: 728px;
	height: 90px;
	display: table;
	margin: 0 auto;
	background: url("/assets/nwslsoccer/ads/honda.png") no-repeat top left;
}
/*  Step 2 - 768 */
@media (min-width: 768px) {
	.ad-nike {
		width: 720px;
		height: 104px;
		background: url("/assets/nwslsoccer/ads/nike_768.png") no-repeat top left;
	}
}
/* Step 3 - 1024 */
@media (min-width: 1024px) {
	.ad-nike {
		width: 944px;
		height: 104px;
		background: url("/assets/nwslsoccer/ads/nike_1024.png") no-repeat top left;
	}
}
/* Step 4 - 1280 */
@media (min-width: 1230px) {
	.ad-nike {
		width: 1200px;
		height: 104px;
		background: url("/assets/nwslsoccer/ads/nike_1280.png") no-repeat top left;
	}	
}
/* Step 5 - 1440 */
@media (min-width: 1400px) {
	.ad-nike {
		width: 1296px;
		height: 104px;
		background: url("/assets/nwslsoccer/ads/nike_1440.png") no-repeat top left;
	}
}