/* ----------- iPad 3 and 4 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (device-aspect-ratio: 3/4) {
  
  	body {
  		min-width: 0px;
  	}
  	
  	.main_content {
		position: relative;
		padding-top: 75px;
	}
	
	#outer {}
	
	#logo {
		margin: 0px 0px 0px 20px; /*10px 20px 10px 60px;*/
		vertical-align: middle;
	}
	
	#logo img {
		max-width: 200px;
	}
	
	#top_menu {
		margin-right: 80px !important;
	}
	
	#masthead {
	}
  	
  	/* Header ----------------------------------------------------------------------- */
	.header_text {
		background-color: black;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		height: auto; /*35px;*/
		padding: 5px;
		padding-left: 10px;
	}
	
	.header_right_text {
		/*float: right;
		margin-right: 10px;
		margin-top: 5px;*/
		display: none;
	}
	
	.header_right_text:before {
		content: url("/images/phone_white_12.png");
		margin-right: 5px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		margin-bottom: 40px;
		text-align: center;
		position: relative;
	}
	
	.footer_emaillist {
		display: block;
		width: 90%;
		margin: 10px 0px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	
	.footer_emaillist_input {
		width: 200px;
	}
	
	.footer_logo {
		/*text-align: right;
		display: inline-block;
		float: none;
		margin-right: 0px;
		width: 40%;
		position: absolute;
		top: 70px;
		right: 40px;*/		
	}
	
	.footer_email_text:before {
		content: url("/images/email_16.png");
		margin-right: 10px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	
	.footer_text {
		margin-left: 0px;
		width: 50%;		
		position: absolute;
		top: 80px; 
		left: 40px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { /*display: none;*/ }
	#top_menu { margin: 0px -10px 0px 0px; }
	.nav_div { margin-top: 10px; margin-right: 5px; }
	.nav_primary {  }
	.select-menu { display: block; }

	/* ------------------------------------------------------------------------------ */
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (device-aspect-ratio: 3/4) {

	body {
  		min-width: 0px;
  	}
  	
	.main_content {
		position: relative;
		padding-top: 75px;
	}
	
	#outer {}
	
	#logo {
		margin: 0px 0px 0px 40px; /*10px 20px 10px 60px;*/
		vertical-align: middle;
	}
	
	#logo img {
		max-width: 200px;
	}
	
	#top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
		float: none;
		margin-right: 150px !important;		
	}
	
	#masthead {
		min-width: 0px;
		background-color: #FFFFFF;
		border-bottom: 1px solid black;
		width: 100%;
		display: block;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		min-height: 75px;
		height: 75px;
		margin: 0px;
	}
  	
  	/* Header ----------------------------------------------------------------------- */
	.header_text {
		background-color: black;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		height: auto; /*35px;*/
		padding: 5px;
		padding-left: 10px;
	}
	
	.header_right_text {
		/*float: right;
		margin-right: 10px;
		margin-top: 5px;*/
		display: none;
	}
	
	.header_right_text:before {
		content: url("/images/phone_white_12.png");
		margin-right: 5px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	/*.footer {
		margin-bottom: 40px;
		text-align: center;
	}
	
	.footer_text {
		float: left;
		margin-left: 140px;
	}
		
	.footer_logo {
		text-align: right;
		display: inline-block;
		float: right;
		margin-right: 40px;
	}
	
	.footer_email_text:before {
		content: url("/images/email_16.png");
		margin-right: 10px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}*/
	
	.footer {
		margin-bottom: 40px;
		/*text-align: center;*/
	}
	
	.footer_text {
		float: left;
		margin-left: 60px;
	}
	
	.footer_emaillist {
		width: 35%;
		margin-left: 40px;
	}
	
	.footer_emaillist_input {
		width: 180px;
	}
	
	.footer_subscribe_button {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.footer_logo {
		text-align: right;
		display: inline-block;
		float: right;
		margin-right: 60px;
		width: 28%;
	}

	.footer_email_text:before {
		content: url("/images/email_16.png");
		margin-right: 10px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { display: none; }
	#top_menu { margin: 0px -10px 0px 0px; }
	.nav_div { width: 150px; float: right; margin-top: 10px; margin-right: 5px; }
	.nav_primary {  }
	.select-menu { display: block; }

	/* ------------------------------------------------------------------------------ */

}

