/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	 
	 body {
	 	min-width: 0px;
	 }
	 
  	.main_content {
		position: relative;
		padding-top: 75px;
	}
	
	#outer {}
	
	#logo {
		margin: 11px 0px 0px 10px;
		/*vertical-align: middle;*/
	}
	
	#logo img {
		max-width: 280px;
	}
	
	#top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
	}
	
	#masthead {
		min-width: 150px;
		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;
	}
	
	.header_mobile_menu_link {
		display: block;
	}
	
	.header_mobile_menu_container {
		z-index: 9;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		margin-bottom: 70px;
    	margin-top: -19px;
		position: relative;
	}
	
	.footer_emaillist {
		display: block;
		width: 90%;
		margin: 10px 0px;
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.footer_emaillist_input {
		width: 200px;
	}
	
	.footer_logo {
		text-align: right;
		display: inline-block;
		float: none;
		margin-right: 0px;
		width: 50%;
		position: absolute;
		right: 25px;
	}
	
	#footer_logo img { 
		max-width: 200px;
	}
	
	.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;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { display: none; }
	#top_menu { margin: 0px -10px 0px 0px; }
	.nav_div { width: 70px; float: right; margin-top: 10px; margin-right: 5px; }
	.nav_primary {  }
	.select-menu { display: block; }

	/* ------------------------------------------------------------------------------ */
	
	/* Home Page (Index) ------------------------------------------------------------ */
	.home_banner {
		position: absolute;
		top: 95px;
		left: 0; right : 0; margin-left : auto; margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 220px;
		/*width: 350px;*/
		width: 95%;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home_banner_text {
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px 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;
		font-size: 20px !important;
	}
	
	.home_banner_buttons {
	    padding-top: 6px;
	}
	
	.home_banner_image {
		text-align: center;
		background-image:
			url('/images/backgrounds/background_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 400px;
		width: 100%;
	}
	
	.home_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -330px;
	}
		
	.home_tile {
		width: 23%;
	    display: inline-block;
	    cursor: pointer;
	    vertical-align: top;
	    margin: 0px 2px;
	}
	
	.home_tile_inner {
		width: 95%;
		padding: 25px 0px 10px 0px;
		height: 110px;
	}

	.home_tile_inner img {
		max-height: 50px;
	}
	
	.home_tile_inner_text {
    	margin-top: 10px;
	}
	
	.home_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.home_mission_statement {
    	font-size: 22px;
	}
	
	.home_quote {
    	font-size: 22px;
	}
	
	.home_quote_small {
		font-size: 18px;
	}
	
	.home_section_1_title_container {
    	top: 45px;
    	left: 15px;
	}
	
	.home_section_1_content_container {
    	top: 165px;
    	left: 20px;
	}
	
	.home_section_2_title_container {
		top: 60px;
    	left: 15px;
	}
	
	.home_section_2_content_container {
		top: 215px;
		left: 20px;
	}
	
	.home_section_3_title_container {
		top: 40px;
    	left: 15px;
	}
	
	.home_section_3_content_container {
		top: 165px;
		left: 20px;
	}
	 
	.home_section_4_title_container {
	 	top: 25px;
    	left: 15px;
	}
	
	.home_section_4_content_container { 
		left: 15px;
	}
	
	.home_section_1_background {
    	background-position: 0px 0px;    	
    	background-size: contain;
    	background-repeat: no-repeat;
    	height: 620px;
	}
	
	.home_section_2_background {
		background-position: 0px 0px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 760px;
	}
	
	.home_section_3_background {
		background-position: 0px 0px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 1025px;
	}
	
	.home_section_4_background {
		background-position: 0px 0px;
		background-size: contain;
		background-repeat: no-repeat;
	    height: 900px;	
	}
	
	.getstarted_form_element_container {
    	width: 90%;
	}
	
	.home_get_started_container {    	
    	background-size: contain;
    	background-position: 0px 0px;
    	background-repeat: no-repeat;
	}
	
	.getstarted_text_container {
	    position: absolute;
    	top: 85px;
		color: #fff;
	}
	
	.getstarted_form_container {
		margin-top: 155px;
	}
	
	.getstarted_form_response_container {
		margin-bottom: 20px;
	}
	
	.getstarted_form_response {
		width: 300px;
	}
	/* ------------------------------------------------------------------------------ */
	
	
	/* 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: 0px;	
	}
	/* ------------------------------------------------------------------------------ */


	/* --- 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;
	}*/
	/* ------------------------------------------------------------------------------ */

	/* --- Sidebar ------------------------------------------------------------------ */
	#sidebar {
		top: 110px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	.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: 26px;
		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;
	}
	
	.page_section {
    	padding-top: 20px;
    	padding-bottom: 20px;
    	width: 90%;
	}
	
	.quote_author {
		font-size: 22px;
		position: initial;
		padding-top: 5px;	
	}
	
	.flex_container {
		flex-flow: column;
	}
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
	
	body {
	 	min-width: 0px;
	 }
	 
  	.main_content {
		position: relative;
		padding-top: 75px;
	}
	
	#outer {}
	
	#logo {
		margin: 11px 0px 0px 10px;
		vertical-align: middle;
	}
	
	#logo img {
		max-width: 280px;
	}
	
	#top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
	}
	
	#masthead {
		min-width: 150px;
		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;
	}
	
	.header_mobile_menu_link {
		display: block;
	}
	
	.header_mobile_menu_container {
		z-index: 9;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		margin-bottom: 40px;
		margin-top: -19px;
		position: relative;
	}
	
	
	.footer_logo {
		text-align: right;
		display: inline-block;
		float: none;
		margin-right: 0px;
		width: 50%;
		position: absolute;
		right: 25px;		
	}
	
	.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;
	}
	
	/* ------------------------------------------------------------------------------ */
	
	/* 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: 210px;
		width: 75%;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home_banner_text {
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px 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/backgrounds/background_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 400px;
		width: 100%;
	}
	
	.home_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -330px;
	}
		
	.home_tile {
		width: 23%;
	    display: inline-block;
	    cursor: pointer;
	    vertical-align: top;
	    margin: 0px 2px;
	}
	
	.home_tile_inner {
		width: 95%;
		padding: 25px 0px 10px 0px;
		height: 110px;
	}

	.home_tile_inner img {
		max-height: 50px;
	}
	
	.home_tile_inner_text {
    	margin-top: 10px;
	}
	
	.home_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.home_mission_statement {
    	font-size: 22px;
	}
	
	.home_quote {
    	font-size: 22px;
	}
	
	.home_quote_small {
		font-size: 18px;
	}
	
	.home_section_1_title_container {
    	top: 10px;
    	left: 15px;
	}
	
	.home_section_1_content_container {
    	top: 70px;
    	left: 20px;
	}
	
	.home_section_2_title_container {
		top: 10px;
    	left: 15px;
	}
	
	.home_section_2_content_container {
		top: 70px;
		left: 20px;
	}
	
	.home_section_3_title_container {
		top: 10px;
    	left: 15px;
	}
	
	.home_section_3_content_container {
		top: 70px;
		left: 20px;
	}
	 
	.home_section_4_title_container {
	 	top: 10px;
    	left: 15px;
	}
	
	.home_section_4_content_container { 
		top: 70px;
		left: 15px;
	}
	
	.home_section_1_background {
    	background-position: 0px 0px;    	
    	background-size: cover;
    	height: 375px;
	}
	
	.home_section_2_background {
		background-position: 0px 0px;
		background-size: cover;
		height: 415px;
	}
	
	.home_section_3_background {
		background-position: 0px 0px;
		background-size: cover;
		height: 620px;
	}
	
	.home_section_4_background {
		background-position: 0px 0px;
		background-size: cover;
	    height: 560px;	
	}
	
	.getstarted_form_element_container {
    	width: 90%;
	}
	
	.home_get_started_container {    	
    	background-size: cover;
    	background-position: -193px 0px;
	}
	
	.getstarted_text_container {
	    position: absolute;
    	top: 110px;
		color: #fff;
	}
	
	.getstarted_form_container {
		margin-top: 80px;
	}
	
	.getstarted_form_response_container {
		margin-bottom: 20px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Contact Form ----------------------------------------------------------------- */
	.contact_page_section {
		margin: 20px auto 20px auto;
		width: 90%;
	}
	
	.contact_information {
		padding-top: 0px;
	}
	
	.contact_info_container {
		   
	}
	.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: 100%;
		display: inline-block;
	}
	
	.contact_section_text {		
		font-size: 30px;
		font-weight: 400;
	}
	
	.contact_email_text {
		font-size: 14px !important;
		white-space: nowrap;
	}
	
	.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: 24px;
		color: #000000;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #000000;
		padding: 15px 20px;
	}
	a.contact.button:active {
		top: 2px;
	}
	a.contact.button:hover {
		background: #e29b27; /* THEME COLOR
	}
	*/
	/* ------------------------------------------------------------------------------ */

	/* --- Sidebar ------------------------------------------------------------------ */
	#sidebar {
		top: 110px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	.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;
	}
}

