/* Overrides */
#slider-container {
	margin: 215px auto 0 auto;
}

#slider-left-arrow, #slider-right-arrow {
	top: 50%;
}

#seating-chart-container {
	background-image: none;
	margin-bottom: 50px;
}

	#seating-chart-module {
		background-image: url("http://www.pixelizedplonchak.com/islanders/microsite/img/final/3d-seating-chart-bg_v2.jpg"); 
	}

/* Original to this page */
#middle-content-container {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 50px;
}

#middle-content-left {
	font-family: "ExpertSans", sans-serif;
	width: 65%;
	float: left;
}

	#middle-content-left h2 {
		color: #00aeef;
		font-size: 16px;
	}

	#middle-content-left p {
		font-size: 14px;
		color: white;
	}

#middle-content-right {
	width: 30%;
	float: right;
}

	#middle-content-right h2 {
		color: #6e7979;
		font-family: "BrooklynSport", sans-serif;
	}
	
	#quick-links-container {
		width: 100%;
	}
	
		.quick-links-module {
			width: 100%;
			border-bottom: 1px solid #e1e2e2; 
			padding: 15px 0;
			font-family: "ExpertSans", sans-serif;
		}
		
			.icon {
				display: inline-block;
				width: 30px;
			}
		
			.quick-links-module a {
				display: inline-block;
				float: right;
				text-decoration: none;
				color: #00aeef;
				font-size: 12px;
			}
		
			.quick-links-module span {
				display: inline-block;
				margin-left: 5px;
				color: #7f8c8c;
				font-size: 14px;
			}
			
			a#full-site {
				display: inline-block;
				margin-top: 25px;
				color: #00aaef;
				font-size: 16px;
				text-decoration: none;
				font-family: "ExpertSans", sans-serif;
			}
			
#quick-stats-container {
	width: 100%;
	float: left;
	margin-top: 10px; 
	margin-bottom: 40px;
}

	.quick-stats-module {
		width: 24.8%;
		float: left;
		border-right: 1px solid #f37e2f;
	}
	
	.quick-stats-module.last {
		border-right: none;
	}
	
	.quick-stats-module.last img {
		padding-right: 0;
	}
	
		.quick-stats-module img {
			width: 90%;
			padding: 0 5%;
		}
		
#banners-container {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}	
	
	.banners-module {
		float: left;
		width: 14.5%;
		margin-right: 21px;
	}
	
	.banners-module.last {
		margin-right: 0;
	}
		
		.banners-module img {
			width: 100%;
		}
                
@media screen and (max-width: 900px) {
        #middle-content-left, #middle-content-right {
                width: 100%;
        }
        
        .banners-module {
                margin-right: 10px;
        }
}

@media screen and (max-width: 650px) {
        #slider-container {
                margin: 220px auto 0 auto;        
        }
        
        .quick-stats-module {
                width: 48%;
                margin-bottom: 30px;
        }
        
        .quick-stats-module.odd {
                border-right: none;
        }
        
        .banners-module {
                width: 31%;
                margin-bottom: 30px;
        }
}

@media screen and (max-width: 470px) {
        #slider-container {
                margin: 250px auto 0 auto;
        }
        
		#breadcrumbs-left {
			width: 100%;
		}
		
        #breadcrumbs-right {
                float: left;
                width: 100%;
                text-align: left;
        }
        
        .banners-module {
                width: 28%;
        }
}

@media screen and (max-width: 400px) {
        #slider-container {
                margin: 200px auto 0 auto;
        }
}