/*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: 0px 0px 0px 10px; /*10px 20px 10px 60px;*/
		vertical-align: middle;
		display: inline-block;
	}
	
	#logo img {
		max-width: 180px;
		margin-top: 5px;
	}
	
	#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: 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_logo {
		/*display: none;*/
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		margin-bottom: 40px;
		/*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 {
		text-align: right;
		display: inline-block;
		float: none;
		margin-right: 0px;
		width: 50%;
		position: absolute;
		top: 80px;
		left: inherent;
		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 {
		width: 70%;		
		position: absolute;
		top: 30px; 
		left: 10px;
	}
	
	.footer_certified_container {
		display: none;
		margin: 0px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* 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; }*/
	.header_mobile_menu_link {
		display: block;
	}
	
	/* ------------------------------------------------------------------------------ */
	
	.main_content_alt {
		padding-top: 75px;
	}
	
	/* Home Page (Index) ------------------------------------------------------------ */
	.home_banner {
		position: absolute;
		top: 200px;
		left: 0; 
		right : 0;
		background: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, .70));
		height: 240px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home_banner_main {
		top: 120px;
	}
	
	.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;
		font-size: 38px;
	}
	
	.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_button_subtext {
		display: block;
		margin-top: 10px;
	}
	
	.home_banner_button_separator {
		margin-bottom: 20px;
	}
	
	.home_banner_image {
		text-align: center;
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 540px;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.home_banner_logo {
		display: none;
	}
	
	.home_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
		
	.home_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.home_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
	}

	.home_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.home_certified_coach_break {
		display: block;
	}
	
	.home_video_banner {
		float: none;
		background-color: rgba(0, 0, 0, 0.60);
		height: 145px;
		width: 290px;
		text-align: center;
		display: inline-block;
		margin-right: 0px;
		margin-top: -30px;
		margin-bottom: 20px;
	}
	
	.home_banner_video_frame {
		width: 320px;
		height: 170px;
		margin-top: 10px;	
	}
	
	.section_flex {
    	display: flex;
    	flex-flow: column;
    	align-items: unset;
	}
	
	.mobile_reverse_flex {
		flex-flow: column-reverse !important;
	}
	
	.mobile_no_flex {
		display: block !important;
	}
	
	.section_min_width {
		min-width: 320px;
	}
	
	.section_flex img {
		max-width: 300px;
	}
	
	.home_banner_video {
		margin-left: 20px;
	}
	
	.home_banner_video { 
		min-width: auto;
		margin-top: -230px;
	}
	
	a.learn_more.button {
		font-size: 21px;
	}
	
	a.contact.button {
		font-size: 18px;
	}
	
	.home_coaching_button_bottom {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.home_banner_text {
		width: auto;
		margin-top: 70px;
		padding: 0px 20px 20px 20px;
	}
	
	.home_banner_text_title {
		font-size: 28px;
	}
	
	.home_banner_text p {
		font-size: 14px;
	}
	
	.home_form_button_container {
		font-size: 18px;
		margin-top: 10px;
	}
	
	.gap_button {
	    padding-left: 51px !important;
	    padding-right: 51px !important;
	}
	
	.tmm_button {
    	padding-left: 32px !important;
    	padding-right: 32px !important;
	}
	
	.ps_button {
    	padding-left: 45px !important;
    	padding-right: 45px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* About Page ------------------------------------------------------------------- */
	.about_page_section {
		margin: 20px auto 20px auto;
		width: 80%;
	}

	.about_page_section p {
		word-wrap: break-word;
	}

	.about_pareto_section_image {
		width:  50px;
	}
	
	.about_pareto_section_text {
		height: 30px;
		margin-top: 80px;
		margin-left: -40px;
	}
	
	.about_duncan_section_image {
		width:  50px;
	}
	
	.about_duncan_section_text {
		height: 30px;
		margin-left: -20px;
	}
	
	.about_duncan_content {
		display: inline-block;
		width: 90%;
	}
	
	.about_duncan_book {
		display: inline-block;
		float: left;
		width: 100px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* 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.advisors.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.advisors.button:active {
		top: 2px;
	}
	a.advisors.button:hover {
		background: #B2B2B2;
	}
	
	a.corporate.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.corporate.button:active {
		top: 2px;
	}
	a.corporate.button:hover {
		background: #B2B2B2;
	}
	
	a.contact_us.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_us.button:active {
		top: 2px;
	}
	a.contact_us.button:hover {
		background: #B2B2B2;
	}
	/* ------------------------------------------------------------------------------ */

	/* --- Sidebar ------------------------------------------------------------------ */
	#sidebar {
		top: 150px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	.section {
		width: 90%;
	}
	
	.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;
	}
	
	#custom_video {
		display: none;
	}
	
	.custom_mobile_video_frame {
		display: block;	
		height: 150px;
    	width: 280px;
		text-align: center;
		margin: 0px auto;
    	padding-top: 10px;
	}
	
	.custom_video_tap {
		display: none;
	}
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
	
	body {
  		min-width: 0px;
  	}
  	
	.main_content {
		position: relative;
		padding-top: 75px;
	}
	
	#outer {}
	
	#logo {
	    margin: 0px 0px 0px 10px;
	    vertical-align: middle;
	    display: inline-block;
	}
	
	#logo img {
	    max-width: 180px;
	    margin-top: 5px;
	}
	
	#top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
	}
	
	#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;
		width: 100%;
	}
	
	.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_text {
		float: none;
		margin-left: 10px;
		width: 35%;
		position: absolute;
		left: 10px;
	}
	
	.footer_emaillist {
		width: 46%;
		margin-left: 20px;
	}
	
	.footer_emaillist_input {
		width: 180px;
	}
	
	.footer_subscribe_button {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.footer_logo {
		float: right;
		margin-right: 0px;
		width: auto;
	}

	.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_certified_container {
		margin-left: 0px;
		position: absolute;
		left: 0px;
		display: none !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* 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; }*/
	.header_mobile_menu_link {
		display: block;
	}

	/* ------------------------------------------------------------------------------ */
	
	.main_content_alt {
		padding-top: 75px;
	}
	
	/* Home Page (Index) ------------------------------------------------------------ */
	.home_banner {
		position: absolute;
		top: 80px;
		left: 0; 
		right : 0;
		background-color: rgba(0, 0, 0, 0.40);
		height: 270px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home_banner_main {
		top: 0px;
	}
	
	.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: 20px;
		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-size: cover;
		background-position: 110px 0px;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 300px;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.home_banner_logo {
		display: none;
	}
	
	.home_banner_button_subtext {
		padding-top: 10px;
	}
	
	.home_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
		
	.home_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.home_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
	}

	.home_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.home_duncan_content {
		display: inline-block;
		margin-left: 40px;
	}
	
	.home_video_banner {
		margin-bottom: 20px;
	}
	
	.home_banner_video_frame {
		width: 320px;
		height: 170px;
		margin-top: 10px;	
	}
	
	.section_flex {
    	display: flex;    	
    	flex-flow: column;
    	align-items: unset;
	}
	
	.mobile_reverse_flex {
		flex-flow: column-reverse !important;
	}
	
	.mobile_no_flex {
		/*display: block !important;*/
	}
	
	.section_min_width {
		min-width: 320px;
	}
	
	.section_flex img {
		max-width: 300px;
	}
	
	.home_banner_video {
		margin-left: 20px;
	}
	
	.home_banner_video { 
		min-width: auto;
		margin-top: 20px;
	}
	
	a.learn_more.button {
		font-size: 21px;
	}
	
	a.contact.button {
		font-size: 18px;
	}
	
	.home_coaching_button_bottom {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.home_banner_text {
		width: auto;
		margin-top: 40px;
		padding: 0px 20px 20px 20px;
	}
	
	.home_banner_text_title {
		font-size: 24px;
	}
	
	.home_banner_text p {
		font-size: 14px;
	}
	
	.home_form_button_container {
		font-size: 18px;
		margin-top: 10px;
	}
	
	.gap_button {
	    padding-left: 51px !important;
	    padding-right: 51px !important;
	}
	
	.tmm_button {
    	padding-left: 32px !important;
    	padding-right: 32px !important;
	}
	
	.ps_button {
    	padding-left: 45px !important;
    	padding-right: 45px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* About Page ------------------------------------------------------------------- */
	.about_page_section {
		margin: 20px auto 20px auto;
		width: 80%;
	}

	.about_pareto_section_image {
		width:  50px;
	}
	
	.about_pareto_section_text {
		height: 30px;
		margin-top: 80px;
		margin-left: -40px;
	}
	
	.about_duncan_section_image {
		width:  50px;
	}
	
	.about_duncan_section_text {
		height: 30px;
		margin-left: 0px;
	}
	
	.about_duncan_content {
		display: inline-block;
		width: 90%;
	}
	
	.about_duncan_book {
		display: inline-block;
		float: left;
		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%;
		/*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;
	}
	
	.contact_email_indicator {
		width: 15%;		
	}
	
	.contact_email_response {
		width: 85%;
	}
	
	.contact_phone_text {
		font-size: 14px;
	}
	
	.contact_location_info {
		margin-top: 40px;	
	}
	/* ------------------------------------------------------------------------------ */
	
	/* 5 Minute Fix ----------------------------------------------------------------- */
	.promotion_header_right_container {
		padding: 20px 0px 0px 0px;
	}
	
	.promotion_logo_image {
		max-width: 200px;
		left: 10px;
		top:20px;
	}
	
	.promotion_title_container {
		top: 150px;
		left: 20px;
		font-size: 28px;
	}
	
	.promotion_author_container {
		left: 20px;
		top: 180px;
	}
	
	.promotion_author_container_style_adjust {
		top: 240px !important;
	}
	
	.promotion_description_container {
		top: 270px;
		left: 20px;
		width: 90%;
	}
	
	.promotion_description_container_style_adjust {
		top: 300px !important;
	}
	
	.promotion_banner {
		left: 20px;
		top: 500px;
		/*width: 95%;*/
	}
	
	.promotion_form {
		/*width: auto;*/
	}
	
	.promotion_form_cell {
		padding: 0px;
		width: 95%;
	}
	
	.promotion_form_button {
		padding: 8px 115px !important;	
	}
	
	.promotion_banner_image {
		height: 1000px;
	}
	
	.promotion_video_banner {
		left: 20px;
		top: 500px;
		width: 100%;
	}
	
	.promotion_video_frame {
		width: 70%;
		height: 250px;		
	}
	
	.promotion_arrow_container {
		left: 20px;
		top: 800px;
	}
	
	.promotion_cat_header_text {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.promotion_cta_subtext {
		font-size: 20px;
		margin: 0px 20px;
	}
	
	.promotion_cta_container img {
		max-width: 490px;
	}
	
	.promotion_cta_container h1 {
		font-size: 28px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* QUOTE ------------------------------------------------------------------------ */
	.post {
	  max-width: 350px;
	  position: relative;
	  margin: 70px auto; 
	  width: 350px;
	}
	
	#quote_content {
	  font-size: 18px;
	  line-height: 1.3em;
	  margin-bottom: 10px;
	  margin-left: 20px;
	  width: 350px;
	}
	
	#quote_content:before, #quote_content:after {
	    position: absolute;
	    top: 10px;
	    font-size: 350px;
	    color: #16B6DF;
	    font-family: Arial;
	    font-weight: bold;
	    line-height: 300px; 
	}
	
	#quote_content:before {
	    left: 0px;
	    top: -250px;
	    content: url('/images/quote_open_100.png'); 
	}
	
	#quote_content:after {
	    right: 0px;
	    top: -170px;
	    content: url('/images/quote_close_100.png'); 
	}
	 
	#quote_title_dash, #quote_title {
	  font-size: 20px;
	  text-transform: uppercase;
	  color: #16B6DF;
	  font-weight: bold; 
	}
	
	#quote_source {
	  float: right;
	  line-height: 20px;
	  font-size: 18px;
	  color: #B5B5B5;
	  font-weight: bold; 
	}
	
	#quote_source a {
	    color: #B5B5B5; 
	}
	
	#author_link {
	  color: #16B6DF;
	  display: inline-block;
	  margin-top: 8px;
	  margin-left: 12px; 
	}

	/* ------------------------------------------------------------------------------ */

	/* BUTTONS ---------------------------------------------------------------------- */
	a.advisors.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.advisors.button:active {
		top: 2px;
	}
	a.advisors.button:hover {
		background: #B2B2B2;
	}
	
	a.corporate.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.corporate.button:active {
		top: 2px;
	}
	a.corporate.button:hover {
		background: #B2B2B2;
	}
	
	a.contact_us.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_us.button:active {
		top: 2px;
	}
	a.contact_us.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 {
		width: 80%;
	}
	
	.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;
	}
	
	#custom_video {
		display: none;
	}
	
	.custom_mobile_video_frame {
		display: block;	
	    height: 200px; /*120px;*/
    	width: 350px; /*250px;*/
    	margin: 0px auto;
    	padding-top: 10px;
	}
	
	.custom_video_tap {
		display: none;
	}
}

