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

#slider-container {
	margin: 240px auto 0 auto;
}

#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 */
#top-middle-content-container, #bottom-middle-content-container {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 50px;
}

#bottom-middle-content-container {
	border-bottom: 2px solid #e5e6e6;
	padding-bottom: 50px;
}

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

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

	#bottom-middle-content-left h2 {
		font-size: 18px;
	}
	
	#top-middle-content-left p, #bottom-middle-content-left p {
		font-size: 14px;
		color: white;
	}

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

	#top-middle-content-right h2 {
		color: #6e7979;
		font-family: "BrooklynSport", sans-serif;
	}
	
	#bottom-middle-content-right h2 {
		color: #00aeef;
		font-family: "BrooklynSport", sans-serif;
		border-bottom: 1px solid #2c2c2c;
		font-size: 28px;
		padding-bottom: 7px;
		margin-top: 0;
		padding-top: 0;
	}
	
	#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;
			}

#featured-video h1 {
	color: #00aeef;
	font-size: 35px;
	margin-top: 0;
	padding-top: 0;
	font-family: "BrooklynSport", sans-serif;
	border-bottom: 1px solid #2c2c2c;
}

#featured-video a, a#more-press {
	font-family: "BrooklynSport", sans-serif;
	color: #00aeef;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
}
	
#videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
video {
	width: 100%;
	height: 35px;
}
			
.video-module {
	width: 100%;
	font-family: "ExpertSans", sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 40px;
}

	.video-module p {
		color: white;
		padding-left: 15px;
		margin-top: 0;
	}
	
		.video-module p a {
			color: #00aeef;
		}
		
#ebrochure {
	margin-top: 60px;
}		
		
	#ebrochure img{
	width: 100%;
}

#photo-gallery {
	width: 100%;
	float: left;
}

#photo-gallery-main-container {
	position: relative;
        min-height: 604px;
        width: 100%;
}
        #imgToChange {
                width: 100%;        
        }
        
	#photo-gallery-left-button, #photo-gallery-right-button {
		position: absolute;
		top: 50%;
		z-index: 100;
	}
	
	#photo-gallery-left-button {
		left: 0;
	}
	
	#photo-gallery-right-button {
		right: 0;
	}
	
	#gallery-thumbs-container {
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: center;
	}
	
		.gallery-thumb {
			display: inline-block;
			width: 11%;
			margin-right: 13px;
		}
		
		.gallery-thumb.last {
			margin-right: 0;
		}
		
			.gallery-thumb img {
				width: 100%;
                                border: 1px solid black;
			}
                        
                        .gallery-thumb img.active {
                                border: 1px solid #ccc;
			}
			
#press {
	width: 100%;
	float: left;
	margin-bottom: 70px;
}

	#press-left h1, #photo-gallery h1 {
		color: #00aeef;
		font-family: "BrooklynSport", sans-serif;
		border-bottom: 1px solid #2c2c2c;
		font-size: 40px;
		padding-bottom: 7px;
		padding-top: 0;
		margin: 0;
	}
	
	.press-module {
		margin-top: 30px;
	}
	
		.press-module .press-date {
			color: #a1a1a1;
			font-size: 12px;
			margin: 5px 0 0 0;
			padding: 0;
		}
		
		.press-module a {
			font-size: 16px;
			color: #00aeef !important;
			text-decoration: none;
		}
		
		.press-module .attribution, .press-module .blurb {
			font-size: 14px;
			color: white;
			margin: 0 0 10px 0;
			padding: 0;
		}
	
	#keep-up {
		margin-top: 50px;
	}
	
	#press-right {
		border-top: 1px solid #00aeef;
		padding-top: 10px;
		margin-top: 47px;
		width: 27%;
		float: right;
	}
	
		#press-right img {
			width: 100%;
		}
             
	#imgThatChanges {
		display:block;
		width: 100%;
		margin-top: 0;
	}

	#videoThatChanges {
		display:none;
	}

@media screen and (max-width: 1021px) {
        #photo-gallery-main-container {
                min-height: 0;
        }
}
               
@media screen and (max-width: 900px) {
        #top-middle-content-container #top-middle-content-left, #top-middle-content-container #top-middle-content-right {
                width: 100%;
        }
        
        .gallery-thumb {
                margin-right: 0;
                width: auto;
        }
}

@media screen and (max-width: 750px) {
        #press-left {
                width: 100%;
        }
        
        #press-right {
                width: 100%;
                float: left;
                margin-top: 0;
        }
        
                #press-right a {
                        width: 45%;
                        float: left;
                }
                
                        #press-right > a {
                                margin-right: 5%;
                        }
}

@media screen and (max-width: 695px) {
        iframe {
                height: 850px !important;
        }
}

@media screen and (max-width: 600px) {
        #featured-video a {
                margin-top: 0;
        }
        
		#top-middle-content-container {
			margin-bottom: 0;
		}
		
        #bottom-middle-content-container #bottom-middle-content-left, #bottom-middle-content-container #bottom-middle-content-right {
                width: 100%;
                margin-top: 50px;
        }
        
        #listen {
                width: 65%;
                float: left;
        }
        
        #ebrochure {
                width: 30%;
                float: right;
                margin-top: 0;
        }
		
		
}

@media screen and (max-width: 500px) {
        #listen {
                width: 100%;
                float: left;
        }
        
        #ebrochure {
                width: 100%;
                float: left;
        }
		
		#photo-gallery {
			display: none !important;
		}
}

@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;
        }
}

@media screen and (max-width: 450px) {
        #press-right a {
                width: 100%;
                float: left;
        }
}