/* ----------- 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: 45px;
	}
	
	#outer {}
	
	#logo {
		margin: 5px 0px 0px 10px;
		vertical-align: middle;
		width: 180px;
	}
	
	#logo img {
		max-width: 180px;
	}
	
	#top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
	}
	
	#masthead {
		min-width: 300px;
		background-color: #FFFFFF;
		border-bottom: 1px solid black;
		width: 100%;
		display: block;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		min-height: 45px;
		height: 45px;
		margin: 0px;
	}
  	
  	.masthead_tall {
  		min-height: 70px !important;
  	}
  	
  	.main_content_tall {
  		padding-top: 70px !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;
		margin: 5px 0px 0px 0px;
	}
	
	.header_mobile_menu_container {
		z-index: 9;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		position: relative;
		padding-bottom: 220px;
		margin-top: 0px;
	}
	
	.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: 100px;
		left: 160px;		
	}
	
	#footer_logo img {
		max-width: 150px;
	}
	
	.footer_social_link_container {
		width: 50px;
	}
	
	.footer_social_image {
		max-width: 40px;
	}
	
	.footer_social_image:hover {
		max-width: 60px;
	}
	
	.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: 100px; 
		left: 20px;
	}
	
	.footer_email_text {
		font-size: 12px !important;
	}
	
	.footer_middle {
		display: block;
		margin-left: 0px;
		margin-top: 0px;
		font-size: 20px;
		text-align: center;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { display: none; }
	#top_menu { margin: 0px -10px 0px 0px; }
	.nav_div { display: none;} /* width: 150px; float: right; margin-top: 10px; margin-right: 5px; */
	.nav_primary {  }
	.select-menu { display: block; }

	/* ------------------------------------------------------------------------------ */
	
	/* Home Page (Index) ------------------------------------------------------------ */
	.home_banner {
		position: absolute;
		top: 70px;
		right: 0;
		left: 0;
		height: 170px;
		width: 255px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.6);
		border-radius: 10px;
	}
	
	.home_banner_text {
		font-size: 14px;
		color: #fff;
		text-align: center;
		padding: 10px 40px 20px 40px;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		display: none;
	}
	
	.home_banner .home_banner_text h1 {
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
		font-weight: 400;
		padding-bottom: 10px;
		font-size: 18px;
		margin-top: 10px;
	}
	
	.home_banner .home_banner_text h3 {
		margin-top: -15px;
		font-size: 16px;
		font-weight: 400;
		/*font-size: 12px;*/
		color: #fff;
	}
	
	#home_banner_button_1_container {
		position: absolute;
		left: -372px;
	}
	
	#home_banner_button_2_container {
		position: absolute;
		right: -372px;
	}
	
	.home_big_button {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		margin: 0px 5px 0px 5px;
	}
	
	.home_templates_button {
		padding: 10px 6px !important;
		margin: 0px 4px 0px 4px;
	}
	
	.home_banner_image {
		text-align: center;
		background-image:
			url('');
		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: -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.container {
		width: 90%;
		max-width: 90%;
	}
	
	.home.container_content {
		max-width: 90%;
		padding-bottom: 40px;
	}
	
	.home.container_content h2 {
		font-size: 22px !important;
	}
	
	section.home.module.parallax {
		height: 220px;
		background-position: 0px 0px;
		background-size: cover;
		background-attachment: inherit;
	}
		
	section.home.module.parallax h1 {
		font-size: 28px;
		line-height: 220px;	
	}
	
	section.home.module p {
		font-size: 14px;
	}
	
	.home_wwd_item_container {
		width: 60%;
		height: 300px;
		vertical-align: top;
		display: block;
		margin: 10px auto 0px auto;
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	.home_wwd_item_container img {
		margin-top: 20px;
	}
	
	.home_wwd_item_container_img {
		margin-bottom: 15px;
	}
	
	.home_wwd_item_text { 
		margin-top: 20px;
		font-size: 28px;
	}
	
	.home_wwd_item_subcontainer {
		width: auto;
		height: 1290px;
		min-width: 0px;
	}
		
	.home_wwd_container {	
		position: relative;
		width: 100%;
		/*height: 387px;*/
		margin: 0px;
		padding-left: 4px;		
	}
	
	.home_wwd_item_subcontainer_img {
		display: none;
	}
	
	.home_wwd_item_subcontainer_overlay {
		width: 178px;
		/*margin-left: 3px;*/
		margin: 0px auto;
		display: none;
	}
	
	section.home.module.parallax-1 {
	  background-image: url("/images/backgrounds/background_16.jpg");
	}
	
	.home_inline_div_content {
		width: 160px;
	}
	
	.home_inline_div_icon_wide {
		width: 150px;
	}
	
	.home_vision_button_container {
		padding-top: 20px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Get Started ------------------------------------------------------------------ */
	.getstarted_banner {
		top: 40px;
		left: 0px;
		width: 100%;
		height: 250px;
	}
	
	.getstarted_banner_text {
		font-size: 24px;
	}
	
	.getstarted.module.parallax.parallax-1 {
		height: 300px;
	}
	
	.getstarted.container_content {
		max-width: 90%;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Templates -------------------------------------------------------------------- */
	.template_banner {
		top: 40px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 250px;
	}
	
	.template_banner_text {
		font-size: 24px;
		padding: 20px;
	}
	
	.template.module.parallax.parallax-1 {
		height: 300px;
	}
	
	.template.container_content {
		max-width: 90%;
		text-align: center;
	}
	
	.template_block {
		margin-left: 0px;
	}
	
	.template_block_title {
		top: 50px;
	}
	
	.template_box {
		width: 260px;
		height: 150px;
	}
	
	.template_image {
		max-width: 260px;
	}
	
	section.template.module.parallax {
		background-position: 100% -50px;
		background-size: cover;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Web Controls ----------------------------------------------------------------- */
	.web_comp_banner {
		top: 40px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 250px;
	}
	
	.web_comp_banner_text {
		font-size: 24px;
		padding: 20px;
	}
	
	.web_comp.module.parallax.parallax-1 {
		height: 300px;
	}
	
	section.web_comp.module.parallax {
		background-size: cover;
	}
	
	.web_comp_examples_container { 
		min-width: 0px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Portfolio -------------------------------------------------------------------- */
	.portfolio_banner {
		top: 30px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 280px;
	}
	
	.portfolio_banner_text {
		font-size: 28px;
	}
	
	.portfolio.module.parallax.parallax-1 {
		height: 300px;
	}
	
	section.portfolio.module.parallax {
		background-position: 0px 0px;
	}
	
	.portfolio.container_content {
		max-width: 90%;
		text-align: center;
	}
	
	.portfolio.container_content h2 {
		text-align: left;
	}
	
	.portfolio_block {
		margin-left: 0px;
	}
	
	.portfolio_block_title {
		top: 60px;
		font-size: 32px;
	}
	
	.portfolio_block_title_small {
		font-size: 22px !important;
	}
	
	.portfolio_box {
		width: 260px;
		height: 170px;
	}
	
	.portfolio_box_small {
		height: 135px !important;
	}
	
	.portfolio_box_ap {
		height: 150px !important;
	}
	
	.portfolio_image {
		max-width: 260px;
	}
	
	#portfolio_pareto_duncan_title {
		top: 45px !important;
	}
	
	#portfolio_pareto_btbd_title {
		top: 40px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Pricing Plans ---------------------------------------------------------------- */
	.pricing_banner {
		top: 90px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 280px;
	}
	
	.pricing_banner_text {
		font-size: 50px;
	}
	
	.pricing_banner_text h1 {
		font-size: 42px !important;
	}
	
	.pricing.module.parallax.parallax-1 {
		height: 300px;
	}
	
	section.pricing.module.parallax {
		background-position: 0px 0px;
	}
	
	.pricing.container_content {
		max-width: 90%;
		text-align: center;
	}
	
	.pricing.container_content h2 {
		text-align: left;
	}
	
	*, *::after, *::before {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
	.cd-pricing-list > li {    	
    	margin-bottom: 40px;
    }
	/* ------------------------------------------------------------------------------ */
	
	/* About ------------------------------------------------------------------------ */
	.about_banner {
		top: 50px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 250px;
	}
	
	.about_banner_text {
		padding: 20px !important;
	}
	
	.about_banner_text h1 {
		font-size: 36px !important;
		margin-bottom: -5px !important;
	}
	
	.about.module.parallax.parallax-1 {
		height: 300px;
	}
	
	section.about.module.parallax {
		background-position: 0px 0px; 
	}
	
	.about.container_content {
		max-width: 90%;
	}
	
	.about_box_container {
		text-align: center;
	}
	
	.about_box {
		width: 75%;
		height: 240px;
		margin: 20px 15px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Contact Form ----------------------------------------------------------------- */
	.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;	
	}
	
	.contact.module.parallax.parallax-1 {
		background-position: 0px 0px;
		background-size: cover;
		height: 690px;
	}
	
	.contact_banner {
		top: 90px;
		left: 40px;
		width: 90%;
	}
	
	.google_map {
		margin-top: 0px;
	}
	
	#locationIframe {
		margin-top: 0px;
	}
	/* ------------------------------------------------------------------------------ */

	/* --- Buttons ------------------------------------------------------------------ */
	a.wire_large.button {
		font-size: 12px;
		padding: 15px 12px;
		border: 2px solid #fff;
		color: #fff;
	}
	
	a.wire_light_large.button {
		font-size: 12px;
		padding: 15px 12px;
	}
	 
	a.wire_dark_large.button {
		font-size: 18px;
	}
	
	a.getstarted.button {
		font-size: 20px;
	}
	
	a.templates.button {		
		font-size: 22px;		
	}
	
	a.portfolio.button {
		font-size: 22px;
	}
	
	a.pricing.button {
		font-size: 22px;
	}
	
	a.about.button {		
		font-size: 20px;		
	}
	/* ------------------------------------------------------------------------------ */

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

/* 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: 45px;
	}
	
	#outer {}
	
	#logo {
		margin: 5px 0px 0px 10px; /*10px 20px 10px 60px;*/
		vertical-align: middle;
	}
	
	#logo img {
		max-width: 200px;
	}
	
	#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: 45px;
		height: 45px;
		margin: 0px;
	}
  	
  	.masthead_tall {
  		min-height: 70px !important;
  	}
  	
  	.main_content_tall {
  		padding-top: 70px !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;
		margin: 7px 0px 0px 0px;
	}
	
	.header_mobile_menu_container {
		z-index: 9;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		position: relative;
		padding-bottom: 220px;
		margin-top: 0px;
	}
	
	.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: 200px;
		position: absolute;
		top: 100px;
		right: 20px;		
	}
	
	.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: 100px; 
		left: 20px;
	}
	
	.footer_middle {
		display: block;
		margin-left: 0px;
		margin-top: 0px;
		font-size: 20px;
		text-align: center;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* 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: 60px;
	    left: 0;
	    right: 0;
	    height: 250px;
		width: 350px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.6);
		border-radius: 10px;	    
	}
	
	.home_banner_text {
		font-size: 14px;
		color: #000000;
		text-align: center;
		padding: 20px 40px 20px 40px;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		display: none;
	}
	
	.home_banner .home_banner_text h1 {
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
		font-weight: 400;
		padding-bottom: 20px;
		color: #fff;
		margin-top: 10px;
	}
	
	.home_banner .home_banner_text h3 {
		margin-top: 5px;
		font-size: 24px;
		font-weight: 400;
		color: #fff;
	}
	
	.home_big_button {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		margin: 0px 5px 0px 5px;
	}
	
	#home_banner_button_1_container {
		position: absolute;
		left: -365px;
	}
	
	#home_banner_button_2_container {
		position: absolute;
		right: -365px;
	}

	.home_banner_image {
		text-align: center;
		background-image:
			url('');
		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: -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.container {
		width: 90%;
		max-width: 90%;
	}
	
	.home.container_content { 
		max-width: 70%;
	}
	
	section.home.module.content {
		margin-bottom: -70px;
	}
	
	section.home.module p {
		font-size: 18px;
	}
	
	.home.container_content h2 {
		font-size: 32px !important;
	}
	
	section.home.module.parallax {
		height: 400px;
		background-position: 0px 0px;		
	}
		
	section.home.module.parallax h1 {
		font-size: 50px;
		line-height: 400px;	
	}
	
	.home_wwd_item_container {
		width: 60%;
		height: 300px;
		vertical-align: top;
		display: block;
		margin: 10px auto 0px auto;
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	.home_wwd_item_container img {
		margin-top: 20px;
	}
	
	.home_wwd_item_container_img {
		margin-bottom: 15px;
	}
	
	.home_wwd_item_text { 
		margin-top: 20px;
		font-size: 28px;
	}
	
	.home_wwd_item_subcontainer {
		width: auto;
		height: 1290px;
		min-width: 0px;
	}
		
	.home_wwd_container {	
		position: relative;
		width: 100%;
		/*height: 387px;*/
		margin: 0px;
		padding-left: 4px;		
	}
	
	.home_wwd_item_subcontainer_img {
		display: none;
	}
	
	.home_wwd_item_subcontainer_overlay {
		width: 178px;
		/*margin-left: 3px;*/
		margin: 0px auto;
		display: none;
	}
	
	section.home.module.parallax-1 {
	  background-image: url("/images/backgrounds/background_16.jpg");
	}
	
	section.home.module.parallax { 
		background-size: inherit;
	}
	
	.home_inline_div_content {
		width: 230px;
		font-size: 14px;
	}
	
	.home_vision_button_container {
		padding-top: 20px;
	}
	
	/* ------------------------------------------------------------------------------ */
	
	/* Get Started ------------------------------------------------------------------ */
	.getstarted_banner {
		top: 40px;
		left: 0px;
		width: 450px;
	}
	
	.getstarted_banner_text {
		font-size: 24px;
	}
	
	.getstarted.module.parallax.parallax-1 {
		height: 300px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Templates -------------------------------------------------------------------- */
	.template_banner {
		top: 40px;
		left: -20px;
		width: 470px;
	}
	
	.template_banner_text {
		font-size: 24px;
	}
	
	.template.module.parallax.parallax-1 {
		height: 300px;
	}
	
	.template.container_content {
		max-width: 90%;
		text-align: center;
	}
	
	.template.container_content h2 {
		text-align: left;
	}
	
	.template_block {
		margin-left: 0px;
	}
	
	.template_block_title {
		top: 80px;
	}
	
	.template_box {
		width: 410px;
		height: 210px;
	}
	
	.template_image {
		max-width: 410px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Web Controls ----------------------------------------------------------------- */
	.web_comp_banner {
		top: 40px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 250px;
	}
	
	.web_comp_banner_text {
		font-size: 24px;
		padding: 20px;
	}
	
	.web_comp.module.parallax.parallax-1 {
		height: 300px;
	}
	
	section.web_comp.module.parallax {

		background-size: cover;
	}
	
	.web_comp_examples_container { 
		min-width: 0px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Portfolio -------------------------------------------------------------------- */
	.portfolio_banner {
		top: 30px;
		left: 0px;
		right: 0px;
		width: 450px;
	}
	
	.portfolio_banner_text {
		font-size: 28px;
	}
	
	.portfolio.module.parallax.parallax-1 {
		height: 300px;
	}
	
	section.portfolio.module.parallax {
		background-position: 0px 0px;
	}
	
	.portfolio.container_content {
		max-width: 90%;
		text-align: center;
	}
	
	.portfolio.container_content h2 {
		text-align: left;
	}
	
	.portfolio_block {
		margin-left: 0px;
	}
	
	.portfolio_block_title {
		top: 80px;
	}
	
	.portfolio_box {
		width: 410px;
		height: 230px;
	}
	
	.portfolio_box_small {
		height: 180px !important;
	}
	
	.portfolio_box_ap {
		height: 200px !important;
	}
	
	.portfolio_image {
		max-width: 380px;
	}
	
	#portfolio_pareto_duncan_title {
		top: 65px !important;
	}
	
	#portfolio_pareto_btbd_title {
		top: 40px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Pricing Plans ---------------------------------------------------------------- */
	.pricing_banner {
		top: 90px;
		left: 0px;
		right: 0px;
		width: 450px;
	}
	
	.pricing_banner_text {
		font-size: 58px;
	}
	
	.pricing_banner_text h1 {
		font-size: 52px !important;
	}
	
	.pricing.module.parallax.parallax-1 {
		height: 300px;
		background-position: -500px -580px;
    	background-size: inherit;
	}
	
	section.pricing.module.parallax {
		background-position: 0px 0px;
	}
	
	.pricing.container_content {
		max-width: 90%;
		text-align: center;
	}
	
	.pricing.container_content h2 {
		text-align: left;
	}
	
	*, *::after, *::before {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
	.cd-pricing-list > li {    	
    	margin-bottom: 40px;
    }
	/* ------------------------------------------------------------------------------ */
	
	/* About ------------------------------------------------------------------------ */
	.about_banner {
		top: 50px;
		left: 0px;
		right: 0px;
		width: 470px;
	}
	
	.about_banner_text {
		padding: 20px !important;
	}
	
	.about_banner_text h1 {
		font-size: 42px !important;
	}
	
	.about.module.parallax.parallax-1 {
		height: 300px;
	}
	
	section.about.module.parallax {
		background-position: 0px 0px; 
	}
	
	.about.container_content {
		max-width: 90%;
	}
	
	.about_box_container {
		text-align: center;
	}
	
	.about_box {
		width: 75%;
		height: 220px;
		margin: 20px 15px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Contact Form ----------------------------------------------------------------- */
	.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_container h3 {
		font-size: 28px;
	}
	
	.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;	
	}	
	
	.contact_banner {
		top: 90px;
		left: 40px;
	}
	
	.contact.module.parallax.parallax-1 {
		background-position: 0px 0px;
		background-size: cover;
		height: 650px;
	}
	
	.google_map {
		margin-top: 0px;
	}
	
	#locationIframe {
		margin-top: 0px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* BUTTONS ---------------------------------------------------------------------- */
	a.wire_large.button {
		font-size: 14px;
		padding: 15px 12px;
		border: 2px solid #fff;
		color: #fff;
	}
	
	a.wire_light_large.button {
		font-size: 14px;
		padding: 15px 12px;
	}
	
	a.wire_dark_large.button {
		font-size: 18px;
	}

	a.getstarted.button {		
		font-size: 28px;		
	}
	
	a.templates.button {		
		font-size: 28px;		
	}
	
	a.portfolio.button {		
		font-size: 22px;		
	}
	
	a.pricing.button {		
		font-size: 32px;		
	}
	
	a.about.button {		
		font-size: 28px;		
	}
	/* ------------------------------------------------------------------------------ */

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

