﻿@media screen and (max-device-width: 740px) 	{
	#rightContent { width: 100%; }
	#leftContent { width: 100%; }
	#membership {
		display: none;
	}
	
	#bottomPictures {
		display: none;
	}
}

@media screen and (max-device-width: 478px) 	{
	h1 { font-size: 1.5em; padding: 1px; }
	h2 { font-size: 13px; padding: 1px; }
	body { font-size: 90%; }
		
	#checkAvailability {
		margin:-3em 3em 3em 3em !important;
	}
		
	#phoneNumber {
		margin:-6em 3em 3em 3em !important;
	}
	
	#membership {
		display: none;
	}
	
	#bottomPictures {
		display: none;
	}
	
	#defaultBottomArea {
		display:none;
	}
}

@media screen and (max-device-width: 320px) {
	h1 { font-size: 1.2em; padding: 1px; }
	h2 { font-size: 1.1em; padding: 1px; }

	#checkAvailability {
		margin:1em 3em .5em 3em !important;
	}
		
	#phoneNumber {
		font-size:1.4em;
		margin:0em 3em 3em 3em !important;
	}
	
	#youTube {
	display: none;
	}
	
	#membership {
		display: none;
	}
	
	#bottomPictures {
		display: none;
	}
	
	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	#rightContent { 
		margin: 0 0 0 20px; }
}

