/* ----------- 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: 7px 0px 0px 0px;
		vertical-align: middle;
	}
	
	#logo img {
		
	}
	
	.logo_small {
		width: auto;
	}
	
	.header_logo_image {
		max-width: 180px;
	}
	
	.header_logo_image_small {
		margin-left: 20px;
		max-width: 280px;
	}
	
	.header_news_icon_slim {
		margin-top: -5px;
	}
	
	.nav_div_small {
		margin-top: 8px;
	}

	.masthead {
		min-width: 340px;
		background-color: #FFFFFF;
		border-bottom: 1px solid black;
		width: 100%;
		display: block;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		min-height: 100px;
		height: 100px;
		margin: 0px;
	}
  	
  	.masthead_small { 
  		min-width: 340px;
  	}
  	
  	.masthead_home_small {
  		min-width: 340px !important;
  	}  	  
  	
  	/* 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;
	}
	
	.header_mobile_menu_link {
		display: block;
	}
	
	.header_mobile_menu_container {
		z-index: 9;
	}
	
	.header_image {
		display: none;
	}
	
	.logo {
		width: auto;
	}
	
	.header_news_icon {
	    max-width: 65px;
	}
	
	.header_news_icon_container { 
		right: 50px;
		left: auto;
		top: 30px;
	}
	
	.header_content {
		display: block;
	}
	
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		height: 190px;
		margin-bottom: 70px;
		/*text-align: center;*/
		position: relative;
	}
	
	.footer_emaillist {
		display: block;
		width: 90%;
		margin: 10px 0px;
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.footer_emaillist_input {
		width: 200px;
	}
	
	.footer_logo {		
		margin-right: 40px;
		position: absolute;
		right: 10px;
    	top: 140px;	
	}
	
	#footer_logo img { 
		max-width: 300px;
	}
	
	.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;
		left: 20px;
	}
	
	.footer_email_text {
		font-size: 12px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* --- Webscapers Footer -------------------------------------------------------- */
	.webscapers_footer {
		text-align: center;
		height: 70px;
	}
	
	.webscapers_footer_right {
		left: 0;
    	right: 0;
		font-size: 14px;		
	}
	
	.webscapers_footer_text {
		display: block;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { display: none; }
	#top_menu { margin: 10px 0px 0px 0px; float: right; }
	.nav_div { width: 150px; float: right; margin-top: 10px; margin-right: 5px; }
	.nav_primary {  }
	.select-menu { display: block; }

	/* ------------------------------------------------------------------------------ */
	
/* Home Page (Index) ------------------------------------------------------------ */
	/*.home_banner {
		position: absolute;
		top: 110px;
		left: 0; 
		right : 0; 
		margin-left : auto; 
		margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 420px;
		width: 100%;
		padding-top: 20px;
	}
	*/
	
	.home_banner {
		margin-top: -25px;
    	height: 290px;
	}
	
	.home_banner_text {
		font-size: 20px;
		color: #FFFFFF;
		text-align: left;
		padding: 10px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
	
	.home_banner .home_banner_text h1 {
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 0px;
		font-weight: 400;
	}
	
	.home_banner .home_banner_text h3 {
		margin-top: 5px;
		font-size: 20px;
		font-weight: 400;
	}
	
	.home_big_button {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		margin: 0px 5px 0px 5px;
	}
	
	.home_banner_image {
		text-align: center;
		background-position: 0px 20px;
		height: 500px;
		width: 100%;
	}
	
	.home_banner_image_adj {
	    background-position: 0px -60px;
	    height: 540px;
		background-image: url('/images/aquaponics_beet.jpg');
	}
	
	.home_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: 10px;
	}
	
	.home_tile_main_adj {
		width: 100%;
		top: 365px;
	}
		
	.home_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.home_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
		margin-left: 3px;
	}

	.home_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.home_aquacycle_image img {
		max-width: 300px;
	}
	
	.home_aquacycle_content, .home_aquacycle_image {
	    display: block;
	    width: auto;
	}
	
	.home_wwb_main {
		width: 95%;
	}
	
	.home_wwb_left_content_container img {
    	max-width: 300px;
    	margin: 0px;
	}
	
	.home_wwb_left_content_container, .home_wwb_right_content_container {
	    display: block;
	}
	
	.home_wwb_right_content {
		margin-top: 20px;
	}
	
	.home_wwd_education_container { 
		height: 160px;
    	background-position: -40px 0px;
    	margin: 0px;
	}
	
	.home_wwd_education_content, .home_wwd_consulting_content, .home_wwd_design_content, .home_wwd_build_content  { 
	    top: 20px;
	    right: 0;
	    left: 0;
    	width: 550px;
    	margin: 0px;
	}
	
	.home_wwd_consulting_container { 
		height: 300px;
	    background-position: -250px 0px;
	    margin: 0px;
	}
	
	.home_wwd_consulting_container img {
		max-width: 300px;
	}
	
	.home_wwd_design_container { 
		margin: 0px;
	}
	
	.home_wwd_build_container {
		background-position: -150px 0px; 
		margin: 0px;
	}
	
	.home_benefits_image img {
		margin: 0px;
		max-width: 300px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Product Page ----------------------------------------------------------------- */
	.product_fullspan_image img {
		max-width: 320px;
	}
	
	.products_break {
		display: block;	
	}
	
	.product_contact_button_container {
		padding-top: 20px;
		margin-left: -140px;
		margin-top: 20px;
	}
	
	.products_image_subtext {
		width: 300px;
	}
	
	.products_slides_subtext {
		margin-top: -20px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Portfolio -------------------------------------------------------------------- */
	.portfolio_item_container img {
		max-width: 320px;
	}
	
	.portfolio_image_subcontent {
		width: 320px;
	}
	
	.portfolio_video_subcontent {
		width: 300px;
	}
	
	.portfolio_subcontent {
		width: 300px;
	}	
	/* ------------------------------------------------------------------------------ */
	
	/* Testimonials ----------------------------------------------------------------- */
	.testimonials_quote_content:first-child:before {
		left: -.1em;
	}
	
	.testimonials_quote {
		z-index: 0;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* News Page -------------------------------------------------------------------- */
	/*.news_video_under_container {
		width: 300px;
	}
	
	.news_video_under_container_left, .news_video_under_container_right {
		width: 150px;
		font-size: 12px;
	}
	
	.news_header {
		margin-bottom: 60px;
		flex-flow: column;
	}
	
	.news_header h1 {
		line-height: 40px;
	}
	
	.news_header img {
		margin-right: 0px;
	}
	
	.news_item_text_content {
		width: 300px;
	}
	
	.news_break_mobile {
		display: block;
	}
	
	.news_image_container img {
		max-width: 300px;
	}
	
	.news_image_subcontent {
		width: 300px;
		font-size: 14px;
	}*/
	/* ------------------------------------------------------------------------------ */
	
	/* About ------------------------------------------------------------------------ */
	.about_image_subtext {
		width: 320px;
		margin-top: -20px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Contact Form ----------------------------------------------------------------- */
	.contact_page_section {
		margin: 20px auto 20px auto;
		width: 90%;
	}
	
	.contact_form_element_container {
		width: 45%;
		display: inline-block;
		padding: 10px 10px 0px 5px;
	}
	
	.contact_number_info {
		display: block;
		margin-bottom: 40px;
	}
	
	.contact_form_container {
		display: block;
		float: none;
	}
	
	.contact_form_element_container {
		width: 94%;
		padding: 10px 10px 0px 5px;
	}

	.contact_inner_div {
		width: 100%;
		display: inline-block;
	}
	
	.contact_section_text {		
		font-size: 30px;
		font-weight: 400;
	}
	
	.contact_email_text {
		font-size: 14px !important;
	}
	
	.contact_email_indicator {
		width: 15%;		
	}
	
	.contact_email_response {
		width: 85%;
	}	
	
	.contact_phone_text {
		font-size: 14px;
	}
	
	.contact_location_info {
		margin-top: 40px;	
	}
	/* ------------------------------------------------------------------------------ */


	/* --- Buttons ------------------------------------------------------------------ */
	/*a.contact.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.contact.button:active {
		top: 2px;
	}
	a.contact.button:hover {
		background: #B2B2B2;
	}*/
	
	a.news.button { 
		font-size: 20px;
	}
	/* ------------------------------------------------------------------------------ */

	/* --- Sidebar ------------------------------------------------------------------ */
	#sidebar {
		top: 110px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	.page_section {
  		width: 90%;
  		min-width: 300px;
  	}
  	
	.page_section_slim {
		min-width: 0px;
		width: 90%;
	}
	
	.page_section h1, .page_section_slim h1 {
		font-size: 32px;
	}
	
	.section_bottom {
		margin-bottom: 20px;
	}
	
	.section_flex { 
		/*flex-flow: column;*/
		align-items: normal;
		margin-top: 40px;
	}
	
	.section_flex img { 
		width: 320px;
	}
	
	.form_input {
		width: 95%;
		height: 40px !important;
		font-size: 18px !important;
		padding: 0px 0px 0px 10px;
		margin-bottom: 5px;
	}
	
	.section_text {
		margin-left: 10px;
		font-size: 21px;
		font-weight: 400;
	}
	
	.saleable_tile {
		border: 2px solid #ccc;
		display: inline-block;
		height: auto;
		max-width: 450px; /*340px;*/
		margin: 7.5px;
		vertical-align: top;
		position: relative;
		padding: 15px;
		margin: 10px;
	}

	.saleable_tile img {
		width: 300px;
	}

	.margin_bottom_10_mobile {
		margin-bottom: 10px;
	}
	
	.page_section_slim {
		min-width: 0px;
	}
	
	.mobile_section_flex_column {
		flex-flow: column;
		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: 7px 0px 0px 0px;
		vertical-align: middle;
	}
	
	#logo img {
		
	}
	
	.logo_small {
		width: auto;
	}
	
	.header_logo_image {
		max-width: 180px;
	}
	
	.header_logo_image_small {
		margin-left: 0px;
		max-width: 280px;
	}
	
	#top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
	}
	
	.masthead {
		min-width: 340px;
		background-color: #FFFFFF;
		border-bottom: 1px solid black;
		width: 100%;
		display: block;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		min-height: 100px;
		height: 100px;
		margin: 0px;
	}
  	
  	.masthead_small { 
  		min-width: 340px;
  	}
  	
  	.masthead_home_small {
  		min-width: 340px !important;
  	}  	  
  	
  	/* 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;
	}
	
	.header_mobile_menu_link {
		display: block;
	}
	
	.header_mobile_menu_container {
		z-index: 9;
	}
	
	.header_mobile_menu {
		float: right;
	}
	
	.header_image {
		display: none;
	}
	
	.logo {
		width: auto;
	}
	
	.header_news_icon {
	    max-width: 65px;
	}
	
	.header_news_icon_container { 
		right: 50px;
		left: auto;
		top: 30px;
	}
	
	.header_content {
		display: block;
	}
	
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.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;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* --- Webscapers Footer -------------------------------------------------------- */
	.webscapers_footer {
		text-align: center;
		height: 70px;
	}
	
	.webscapers_footer_right {
		left: 0;
    	right: 0;
		font-size: 14px;		
	}
	
	.webscapers_footer_text {
		display: block;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* 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; }

	/* ------------------------------------------------------------------------------ */
	
	/* Home Page (Index) ------------------------------------------------------------ */
	/*
	.home_banner {
		position: absolute;
		top: 110px;
		left: 0; right : 0; margin-left : auto; margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 220px;
		width: 350px;
		width: 100%;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	*/
	
	.home_banner {
		margin-top: 0px;
		height: 250px;
	}
	
	.home_banner_text {
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		padding: 10px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
	
	.home_banner .home_banner_text h1 {
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 0px;
		font-weight: 400;
	}
	
	.home_banner .home_banner_text h3 {
		margin-top: 5px;
		font-size: 20px;
		font-weight: 400;
	}
	
	.home_big_button {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		margin: 0px 5px 0px 5px;
	}
	
	.home_banner_image {
		text-align: center;
		background-image: url('/images/aquaponics_beet.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 400px;
		width: 100%;
	}
	
	.home_banner_image_adj {
		background-position: 0px -70px;
		height: 520px;
		background-image: url('/images/aquaponics_beet_mobile_landscape.jpg');
	}
	
	.home_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
	
	.home_tile_main_adj {
		width: 100%;
		/*top: 110px;*/
		top: 325px;
	}		
	
	.home_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.home_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
		margin-left: 3px;
	}

	.home_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.home_wwd_education_content, .home_wwd_consulting_content, .home_wwd_design_content, .home_wwd_build_content  { 
	    top: 20px;
    	width: auto;
	}
	
	.home_wwd_consulting_container { 
		height: 300px;
	    background-position: -80px 0px;
	    margin: 0px;
	}
	
	.home_wwd_design_container { 
		height: 300px;
	    background-position: 0px 0px;
	    margin: 0px;
	}
	
	.home_wwd_build_container { 
		height: 300px;
	    background-position: 0px 0px;
	    margin: 0px;
	}
	
	.home_aquacycle_content {
		margin-top: -40px;
	}
	
	.home_aquacycle_image {
		text-align: center;
		margin-bottom: -60px;
	}
	
	.home_aquacycle_image img { 
		margin-top: 20px;
	}
	
	.home_wwb_left_content_container  {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.home_wwb_left_content_container img {
		margin: 0px;
	}
	
	.home_wwd_education_container {
		background-position: 0px 0px;
	}	
	/* ------------------------------------------------------------------------------ */
	
	/* Product Page ----------------------------------------------------------------- */
	.product_contact_button_container {
		margin-left: -140px; 
		margin-top: 20px;
	}
	
	.product_fullspan_image img {
		max-width: 500px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Portfolio Page --------------------------------------------------------------- */
	.portfolio_item_container h1 {
		font-size: 32px;
	}
	
	.portfolio_item_container img {
		max-width: 550px;
	}
	
	.portfolio_subcontent {
		width: 500px;
	}
	
	.portfolio_video_subcontent {
		width: 500px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Testimonials Page ------------------------------------------------------------ */
	.testimonials_quote {
	    z-index: 0;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* News Page -------------------------------------------------------------------- */
	.news_video_under_container {
		width: 500px;
	}
	
	.news_video_under_container_left, .news_video_under_container_right {
		width: 250px;
		font-size: 16px;
	}
	
	.news_break_mobile {
		display: block;
	}
	
	.news_header {
		margin-bottom: 60px;
	}
	
	.news_image_container img {
		max-width: 550px;
	}
	
	.news_image_subcontent {
		width: 500px;
		font-size: 16px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Contact Form ----------------------------------------------------------------- */
	.contact_page_section {
		margin: 20px auto 20px auto;
		width: 90%;
	}
	
	.contact_form_element_container {
		width: 45%;
		display: inline-block;
		padding: 10px 10px 0px 5px;
	}
	
	.contact_number_info {
		display: block;
		margin-bottom: 40px;
	}
	
	.contact_form_container {
		display: block;
		float: none;
	}
	
	.contact_form_element_container {
		width: 94%;
		/*display: inline-block;*/
		padding: 10px 10px 0px 5px;
	}

	.contact_inner_div {
		width: 70%;
		display: inline-block;
	}
	
	.contact_section_text {		
		font-size: 30px;
		font-weight: 400;
	}
	
	.contact_email_text {
		font-size: 14px !important;
	}
	
	.contact_email_indicator {
		width: 15%;		
	}
	
	.contact_email_response {
		width: 85%;
	}
	
	.contact_phone_text {
		font-size: 14px;
	}
	
	.contact_location_info {
		margin-top: 40px;	
	}
	/* ------------------------------------------------------------------------------ */
	
	/* BUTTONS ---------------------------------------------------------------------- */

	/* ------------------------------------------------------------------------------ */

	/* --- Sidebar ------------------------------------------------------------------ */
	#sidebar {
		top: 110px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	.page_section {
  		width: 90%;
  		min-width: 300px;
  	}
  	
	.page_section_slim {
		min-width: 0px;
		width: 90%;
	}
	
	.page_section h1, .page_section_slim h1 {
		font-size: 32px;
	}
	
	.section_bottom {
		margin-bottom: 20px;
	}
	
	.section_flex { 
		flex-flow: row;
		align-items: normal;
		margin-top: 40px;
	}
	
	.section_flex img { 
		width: 320px;
	}
	
	.form_input {
		width: 95%;
		height: 40px !important;
		font-size: 18px !important;
		padding: 0px 0px 0px 10px;
		margin-bottom: 5px;
	}
	
	.section_text {
		margin-left: 10px;
		font-size: 21px;
		font-weight: 400;
	}
	
	.saleable_tile {
		border: 2px solid #ccc;
		display: inline-block;
		height: auto;
		max-width: 450px; /*340px;*/
		margin: 7.5px;
		vertical-align: top;
		position: relative;
		padding: 15px;
		margin: 10px;
	}

	.saleable_tile img {
		width: 300px;
	}
	
	.margin_bottom_10_mobile {
		margin-bottom: 10px;
	}
	
	.mobile_section_flex_column {
		flex-flow: column;
		display: block;
	}
}

