/* --------------------------------------------------- 
MEDIA_QUERIES.CSS contains responsive design styles to
effect the design layout based on screen resolution
--------------------------------------------------- */


@media screen and (max-width:1340px) {
	
	html {
	-webkit-text-size-adjust:none;
	}
		
		#none {
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
	
		img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
		}
		
		embed,
		object,
		.map-holder {
		max-width:100%;
		width:100%;
		height:auto;
		}
		
		
	.img-left,
	.img-right {
	max-width:50%;
	}
	
	.flex-direction-nav {
	width:100%;	
	}
	
	.intro {
	font-size:32px;	
	}
	
	/* Hide/show element that should only show on mobile */
	.hide-on-mobile {display:none;}
	.show-on-mobile {display:inline;}
		
	
	#container2,
	#container-header,
	#container-navigation,
	#container-flash,
	#container-bread,
	#container-intro,
	#container-main,
	#container-main-top,
	#container-main-bottom,
	#container-footer,
	#container-base {
	width:100%;
	}
	
	#container1,
	.wrap {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
		.wrap {
		padding:0 20px;	
		}
		
		
	#mailchimp {}
	
		#mc_embed_signup_scroll h2 {
		display:block;
		margin:0;
		text-align:center;
		clear:both;
		width:100%;
		padding-bottom:24px;
		}
		
		.mc-field-group {
		width:22%;
		margin-right:4%;	
		}
		
			.mc-field-group input {width:100%;}
		
		#mc_embed_signup_scroll .clear {
		width:22%;
		float:right;
		}
		
			#mc_embed_signup_scroll .clear input {width:100%;}
		
	#footer {}
	
		#footer .footer-left {display:none;}
		#footer .footer-left-inner {
		width:22%;
		margin-right:4%;
		}
		
			#footer .footer-left .img-center {
			display:none;	
			}
			
		#footer .footer-middle {
		width:22%;
		margin-right:4%;	
		}
		
		#footer .footer-right-inner {
		width:22%;
		margin-right:4%;	
		}
		
		#footer .footer-right {
		width:22%;	
		}
	
	
}


@media screen and (max-width:1280px) {
	
	.youtube-frame {
	background:none;
	padding:0;	
	}
	
	.flex-caption {
	top:50%;	
	}
	
}


@media screen and (max-width:1240px) {
	
	#header {
    height:140px;
	}
	
	#navigation {
    clear:left;
    float:left;
    margin-top:0px;
	}
	
}


@media screen and (max-width:1120px) {
	
	
	.flex-control-nav {
	display:none;
	}
	
	
}


/* Small Screens / Tablets */
@media screen and (max-width: 1100px) {
	
		#header {}
		
			#header #search {}
			
				#header #search #search-box-input {
				width:150px;
				}
	
	
	#navigation,
	#breadcrumb,
	.auth-details,
	#main,
	#footer,
	#base {
	padding-left:0px;
	padding-right:0px;
	}
	
	#site-messages .wrap {padding:0 0px;}
				
	#site-messages .error-message,
	#site-messages .alert-message,
	#site-messages .success-message {
	padding:15px 20px;
	}

	#rotator-nav a:before {
	display:none;	
	}
	
		#rotator-nav a:hover:before {
		width:0;
		left:50%;
		}
	
	
	#slidebox {display:none;}
	

	#desktop-link {display:inline;}
	
	
	#mailchimp {
	padding:14px 0 28px;	
	}
	
	
	.product-item {
	width:32%;
	margin-right:2%;
	}
			
		.products-holder div:nth-child(4n+4) {margin-right:2%;}
		.products-holder div:nth-child(4n+5) {clear:none;}
		.products-holder div:nth-child(3n+3) {margin-right:0%;}
		.products-holder div:nth-child(3n+4) {clear:both;}	
	
			
	/* 7 Column Grid */
	.grid-column-seven a,
	.grid-column-seven div {
	width:13%;
	margin-right:1.5%;
	margin-bottom:10px;
	}

	/* 6 Column Grid */
	.grid-column-six a,
	.grid-column-six div {
	width:15%;
	margin-right:2%;
	margin-bottom:20px;
	}
	
	/* 5 Column Grid */
	.grid-column-five a,
	.grid-column-five div {
	width:16%;
	margin-right:5%;
	margin-bottom:30px;
	}
		
	/* 4 Column Grid */
	.grid-column-four a,
	.grid-column-four div {
	width:22%;
	margin-right:4%;
	margin-bottom:30px;
	}
		
	/* 3 Column Grid */
	.grid-column-three a,
	.grid-column-three div {
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
	}
		
	/* 2 Column Grid */
	.grid-column-two a,
	.grid-column-two div {
	width:48%;
	margin-right:4%;
	margin-bottom:40px;
	}
			
	/* 1 Column Grid */
	.grid-column-one a,
	.grid-column-one div {
	width:100%;
	margin-right:0%;
	margin-bottom:30px;
	}
}


@media screen and (max-width:1000px) {

	.main .main-content,
	.main .main-left {
	width:100%;
	clear:both;	
	}
	
		.mapfull-hs-holder,
		.mapfull-hs-holder .map-hs-map,
		.mapfull-hs-holder .map-hs-hover {
		width:100%;
		background-position:center center!important;
		background-size:contain;
		}
	
}


@media screen and (max-width:850px) {
	
	
	#main .full-left,
	#main .full-right {
	width:100%;	
	margin-bottom:24px;
	}
	
		#main .full-right {margin-bottom:0;}
	
		.intro {
		padding-top:0;	
		}
		
		.home #main .full-left .img-right {
		margin-top:0;	
		}

	.flex-caption {
	font-size:20px;
	line-height:26px;
	top:30%;	
	}
	
		.flex-caption h2 {
		font-size:46px;
		padding-bottom:8px;
		}
		
		.flex-caption h3 {
		font-size:32px;
		padding:0 0 4px 0;	
		}
	
	.flex-direction-nav {
	bottom:40%;	
	z-index:500;
	}
	

		.flex-direction-nav a {
		transform:scale(0.7);	
		}
		
		
		
	/* FOOTER STYLES */
		
		.mc-field-group {
		width:48%;
		margin-right:4%;	
		margin-bottom:4%;
		}
		
			.mc-field-group:nth-child(3) {margin-right:0;}
		
		#mc_embed_signup_scroll .clear {
		width:48%;
		float:right;
		}
		
	#footer {}
	
		#footer .footer-left {display:none;}
		
		#footer .footer-left-inner,
		#footer .footer-middle,
		#footer .footer-right-inner,
		#footer .footer-right {
		float:left;
		width:48%;
		margin-right:4%;	
		}
		
		#footer .footer-right-inner,
		#footer .footer-middle {
		margin-right:0;
		}
		
			#footer .footer-right-inner {margin-bottom:24px;}
		
		
			
		/* 7 Column Grid - 4 Column */
		.grid-column-seven a,
		.grid-column-seven div {
		width:22%;
		margin-right:4%;
		margin-bottom:30px;	
		}	
			.grid-column-seven a:nth-child(7n+7),
			.grid-column-seven div:nth-child(7n+7) {margin-right:2%;}
			.grid-column-seven a:nth-child(7n+8),
			.grid-column-seven div:nth-child(7n+8) {clear:none;}
			
			
			.grid-column-seven a:nth-child(4n+4),
			.grid-column-seven div:nth-child(4n+4) {margin-right:0%;}
			.grid-column-seven a:nth-child(4n+5),
			.grid-column-seven div:nth-child(4n+5) {clear:both;}


		/* 6 / 5 / 4 Column Grid - 3 Column */
		.grid-column-six a,
		.grid-column-six div,
		.grid-column-five a,
		.grid-column-five div,
		.grid-column-four a,
		.grid-column-four div {
		width:32%;
		margin-right:2%;
		margin-bottom:20px;
		}

			.grid-column-six a:nth-child(6n+6),
			.grid-column-six div:nth-child(6n+6),
			.grid-column-five a:nth-child(5n+5),
			.grid-column-five div:nth-child(5n+5),
			.grid-column-four a:nth-child(4n+4),
			.grid-column-four div:nth-child(4n+4) {margin-right:2%;}

			.grid-column-six a:nth-child(6n+7),
			.grid-column-six div:nth-child(6n+7),
			.grid-column-five a:nth-child(5n+6),
			.grid-column-five div:nth-child(5n+6),
			.grid-column-four a:nth-child(4n+5),
			.grid-column-four div:nth-child(4n+5) {clear:none;}
			
			

			.grid-column-six a:nth-child(3n+3),
			.grid-column-six div:nth-child(3n+3),
			.grid-column-five a:nth-child(3n+3),
			.grid-column-five div:nth-child(3n+3),
			.grid-column-four a:nth-child(3n+3),
			.grid-column-four div:nth-child(3n+3) {margin-right:0;}
			
			.grid-column-six a:nth-child(3n+4),
			.grid-column-six div:nth-child(3n+4),
			.grid-column-five a:nth-child(3n+4),
			.grid-column-five div:nth-child(3n+4),
			.grid-column-four a:nth-child(3n+4),
			.grid-column-four div:nth-child(3n+4) {clear:both;}	
	
}


@media screen and (max-width:750px) {
	
	#container-header .wrap {padding:0;}
	
	#header {
		height:auto;
	position:relative;	
	z-index:800;
	}
		#header #logo {padding-left:20px;}
		
	#mobile-menu {
	float:right;
	}
						
		#mobile-menu a {
		display:inline-block;
		background:none;
		background-color:#a9804c;
		border:none;
		line-height:90px;
		height:90px;
		padding: 0 24px;
		margin-top:0;
		}
		
			#mobile-menu .icon-menu {
			margin-right:12px;	
			font-size:28px;
			position:relative;
			top:5px;
			}
		
	#mobile-nav {
	position:absolute;
	top:100%;
	right:20px;
	left:20px;
	padding:14px 36px;
	background-color:#333;
	z-index:800;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
	
		#mobile-nav a {
		float:left;
		display:block;
		color:#fff;
		width:48%;
		margin-right:4%;
		line-height:42px;	
		}
		
			#mobile-nav a:nth-child(2n+2) {margin-right:0;}
	
	#navigation,
	#rotator-nav  {display:none!important;}
	
	.flex-caption {
	top:15%;	
	}

	
}


/* Adjustments for 3 Column Pages */
@media screen and (max-width: 700px) {
	
	.three-content,
	.three-left,
	.three-right {
	float:none;
	clear:both;
	width:100% !important;	
	margin-right:0 !important;
	}
	
}


/* Small Tablets */
@media screen and (max-width: 650px) {
	
	
		#header #logo {
		width:70%;
		padding-left:10px;
		height:90px;
		line-height:90px;
		}
	
		#top-nav {
		clear:right;
		}

		#header #search {}
		
	.flex-caption {
	font-size:16px;
	line-height:24px;
	}
		
		.flex-caption h2 {
		font-size:40px;	
		}
		
		.flex-caption h3 {
		font-size:26px;	
		}
		
	
	.flex-direction-nav {
	display:none;	
	}
		
	
	
	.main {}	
		
		.main .thirds {}
			.main .main-third {
			float:none;
			width:100%;
			margin-right:0;
			margin-top:10px;
			margin-bottom:18px;	
			}
	
			
			
		#footer .footer-left {
		width:48%;
		margin-bottom:18px;
		}
			
		#footer .footer-middle {
		width:48%;
		}
		
		#footer .footer-right {
		width:48%;
		}
		
			#footer .footer-right-inner {
			width:48%;	
			}


	
			
		/* 7 Column Grid - 4 Column */
		.grid-column-seven a,
		.grid-column-seven div {
		width:22%;
		margin-right:4%;
		margin-bottom:30px;	
		}			
			.grid-column-seven a:nth-child(4n+5),
			.grid-column-seven div:nth-child(4n+5) {clear:both;}


		/* 7 / 6 / 5 / 4 / 3 Column Grid - 2 Column */
		.grid-column-seven a,
		.grid-column-seven div,
		.grid-column-six a,
		.grid-column-six div,
		.grid-column-five a,
		.grid-column-five div,
		.grid-column-four a,
		.grid-column-four div,
		.grid-column-three a,
		.grid-column-three div {
		width:48%;
		margin-right:4%;
		margin-bottom:20px;
		}
			
			.grid-column-seven a:nth-child(4n+4),
			.grid-column-seven div:nth-child(4n+4),
			.grid-column-six a:nth-child(6n+6),
			.grid-column-six div:nth-child(6n+6),
			.grid-column-five a:nth-child(5n+5),
			.grid-column-five div:nth-child(5n+5),
			.grid-column-four a:nth-child(4n+4),
			.grid-column-four div:nth-child(4n+4),
			.grid-column-three a:nth-child(3n+3),
			.grid-column-three div:nth-child(3n+3) {margin-right:4%;}

			.grid-column-six a:nth-child(3n+4),
			.grid-column-six div:nth-child(3n+4),
			.grid-column-five a:nth-child(3n+4),
			.grid-column-five div:nth-child(3n+4),
			.grid-column-four a:nth-child(3n+4),
			.grid-column-four div:nth-child(3n+4),
			.grid-column-seven a:nth-child(4n+5),
			.grid-column-seven div:nth-child(4n+5),
			.grid-column-six a:nth-child(6n+7),
			.grid-column-six div:nth-child(6n+7),
			.grid-column-five a:nth-child(5n+6),
			.grid-column-five div:nth-child(5n+6),
			.grid-column-four a:nth-child(4n+5),
			.grid-column-four div:nth-child(4n+5),
			.grid-column-three a:nth-child(3n+4),
			.grid-column-three div:nth-child(3n+4) {clear:none;}
			

			.grid-column-seven a:nth-child(2n+2),
			.grid-column-seven div:nth-child(2n+2),
			.grid-column-six a:nth-child(2n+2),
			.grid-column-six div:nth-child(2n+2),
			.grid-column-five a:nth-child(2n+2),
			.grid-column-five div:nth-child(2n+2),
			.grid-column-four a:nth-child(2n+2),
			.grid-column-four div:nth-child(2n+2),
			.grid-column-three a:nth-child(2n+2),
			.grid-column-three div:nth-child(2n+2) {margin-right:0;}
			
			.grid-column-seven a:nth-child(2n+3),
			.grid-column-seven div:nth-child(2n+3),
			.grid-column-six a:nth-child(2n+3),
			.grid-column-six div:nth-child(2n+3),
			.grid-column-five a:nth-child(2n+3),
			.grid-column-five div:nth-child(2n+3),
			.grid-column-four a:nth-child(2n+3),
			.grid-column-four div:nth-child(2n+3),
			.grid-column-three a:nth-child(2n+3),
			.grid-column-three div:nth-child(2n+3) {clear:both;margin-right:4%;}
	
		
	/* Gallery */
	.gallery-holder .gallery-item {
	width:30%;
	margin-right:5%;
	}
	
	.gallery-holder .gallery-item-textover {
	width:30%;
	margin-right:5%;
	}
	
		.gallery-holder div:nth-child(3n+3) {margin-right:0%;}
		.gallery-holder div:nth-child(3n+4) {clear:left;}

	.gallery-cat-holder .gallery-item {
	width:45%;
	margin-right:10%;
	}
	
		.gallery-cat-holder div:nth-child(2n+2) {margin-right:0%;}
		.gallery-cat-holder div:nth-child(2n+3) {clear:left;}
		
	.gallery-cat-holder .gallery-item-textover {
	width:45%;
	margin-right:10%;
	}
	
	
	/* Before and After */
	.beforeafter-holder .beforeafter-item {
	width:45%;
	margin-right:10%;
	}
		.beforeafter-holder div:nth-child(3n+3) {margin-right:10%;}
		.beforeafter-holder div:nth-child(3n+4) {clear:none;}
		.beforeafter-holder div:nth-child(2n+2) {margin-right:0%;}
		.beforeafter-holder div:nth-child(2n+3) {clear:left;}
		
	
	/* Videos */
	.video-holder .video-item {
	width:45%;
	margin-right:10%;
	}
		.video-holder div:nth-child(3n+3) {margin-right:10%;}
		.video-holder div:nth-child(3n+4) {clear:none;}
		.video-holder div:nth-child(2n+2) {margin-right:0%;}
		.video-holder div:nth-child(2n+3) {clear:left;}
		
		
	.subscription-plans .subscription-plan {
	width:47%;
	margin-right:6%;
	}
		.subscription-plans  div.subscription-plan:nth-child(3n+3) {margin-right:6%;}
		.subscription-plans  div.subscription-plan:nth-child(3n+4) {clear:none;}
		.subscription-plans  div.subscription-plan:nth-child(2n+2) {margin-right:0%;}
		.subscription-plans  div.subscription-plan:nth-child(2n+3) {clear:left;}
		
	
	.pricelist {}
	
		.pricelist-header {}
			.pricelist-header .pricelist-price,
			.pricelist-header .pricelist-inclusive {display:none;}
	
		.pricelist-product {
		float:left;
		width:75%;
		margin-right:2%;
		padding-bottom:6px;
		}
		
		.pricelist-price {
		clear:left;
		float:left;
		width:auto;
		display:inline-block;
		margin-right:2%;
		}
		
		.pricelist-inclusive {
		float:left;
		width:auto;
		display:inline-block;
		margin-right:2%;
		}
		
		.pricelist-qty {
		float:right;
		width:23%;
		}
		
	
	.product-item {
	width:47%;
	margin-right:6%;
	}
			
		.products-holder div:nth-child(3n+3) {margin-right:6%;}
		.products-holder div:nth-child(3n+4) {clear:none;}
		.products-holder div:nth-child(2n+2) {margin-right:0%;}
		.products-holder div:nth-child(2n+3) {clear:both;}
		
		
	form {}
	
		.form-item {}

		.form-item .label,
		.form-item .label2 {
		margin-bottom:2px;	
		}

		.form-item .label,
		.form-item .label2,
		.form-item .input,	
		.form-item .select,
		.form-item .checkbox,
		.form-item .radio,
		.form-item .textarea,
		.form-item .label-padding,
		.form-item .subbut,
		.form-item .g-recaptcha, 
		#recaptcha_image {
		width:100% !important;
		padding-left:0px;
		margin-left:0%;
		}
		
		.form-item .g-recaptcha > div > div {max-width:100%;overflow:hidden;}
		
		.recaptcha_input .input {padding-right:0px;}
		
		.recaptcha_options li a {top:0px;}
		
		
				
	.shopping-cart-list {}

		.shopping-cart-list .shopping-cart-list-header {display:none;}
		
		.shopping-cart-list .shopping-cart-list-items {
		padding:4px 10px;
		border:solid #f0e8e6 1px;
		border-radius:3px;
		margin-bottom:15px;
		position:relative;
		}
		
			.shopping-cart-list .scl-image {
			float:right;
			position:absolute;
			text-align:center;
			right:5px;
			top:8px;
			width:20%;
			max-height:60px;
			}
				.shopping-cart-list .scl-image img {
				max-height:60px;
				}
			
			.shopping-cart-list .scl-products {
			width:100%;
			min-height:60px;
			padding-right:0%;
			}
				.shopping-cart-list .scl-products-title {
				float:left;
				width:68%;
				}
				
				.shopping-cart-list .scl-products-additional {
				clear:both;
				width:100%;
				}
				
				.shopping-cart-list .scl-products  .cart-msg-box,
				.shopping-cart-list .scl-products .cart-msg-type,
				.shopping-cart-list .scl-products .cart-msg-messages {
				width:98%;
				}
				
				.msg-small {
				font-size:13px;
				line-height:17px;
				}
			
			
			.shopping-cart-list .scl-quantity {
			clear:both;
			width:59%;
			text-align:left;
			padding-right:0px;
			margin-top:8px;
			padding-top:8px;
			border-top:solid #f0e8e6 1px;
			}
				.shopping-cart-list .scl-quantity .scl-quantity-text {
				float:left;
				display:inline-block;
				padding-right:3%;
				line-height:26px;
				font-size:14px;
				}
			
				.shopping-cart-list .scl-quantity input {
				float:left;
				font-size:15px;
				display:inline-block;
				margin-right:12%;
				}
				
				.shopping-cart-list .remove-link {
				float:left;
				display:inline-block;
				text-align:left;
				line-height:26px;
				font-size:12px;
				}
			
			.shopping-cart-list .scl-price {
			width:40%;
			font-size:16px;
			font-weight:600;
			text-align:right;
			padding-right:1%;
			margin-top:8px;
			padding-top:8px;
			border-top:solid #f0e8e6 1px;
			}
			
			
			
			.shopping-cart-totals .shopping-cart-total-item .totals-space,
			.shopping-cart-totals .shopping-cart-total-final .totals-space,
			#sc-subtotals .totals-space-base {display:none;}
			
			
			.shopping-cart-totals .shopping-cart-total-item,
			.shopping-cart-totals .shopping-cart-total-final {
			display:block;
			}
				
				.shopping-cart-totals .shopping-cart-total-item .totals-text,
				.shopping-cart-totals .shopping-cart-total-final .totals-text {
				float:left;
				width:66%;
				text-align:left;
				padding-right:0;
				padding-left:4%;
				margin:0 0 0 0;
				}
				
				.shopping-cart-totals .shopping-cart-total-item .totals-value,
				.shopping-cart-totals .shopping-cart-total-final .totals-value {
				float:left;
				width:26%;
				font-size:15px;
				padding-right:4%;
				margin:0 0 0 0;
				}
		
		
	.address-selector {}
		.address-selector li {
		width:48%;
		}
		
			.address-selector .address-selector-button {}
			.address-selector .address-selector-address {}
			
			
	.cart-checkradio-holder {}
		.cart-checkradio-holder .checkradio {width:50%;}
			
	
	.payment-holder-table {}
	.payment-radio-holder {width:10%;}
		.payment-holder {width:90%;}
		
		
		.document-grid-holder .document-grid-item {width:49%; margin-right:2%;}		
			.document-grid-holder .document-grid-item:nth-child(3n+3) {margin-right:2%;}
			.document-grid-holder .document-grid-item:nth-child(3n+4) {clear:none;}
			.document-grid-holder .document-grid-item:nth-child(2n+2) {margin-right:0;}
			.document-grid-holder .document-grid-item:nth-child(2n+3) {clear:both;}
	
}


@media screen and (max-width:600px) {

	.main .full-left,
	.main .full-right {
	width:100%;	
	}
	
}


/* Phones */
@media screen and (max-width: 520px) {

	html {
	-webkit-text-size-adjust:none;
	}
		
		img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
		}
		
		embed,
		object,
		iframe,
		.map-holder {
		max-width:100%;
		width:100%;
		height:auto;
		}
		
		
	ul {}
	ul li {
	line-height:26px;
	padding-bottom:8px;
	background-position:5px 9px;
	}
		
	
	#container1 {
	width:100%;
	}
	
		.home #container-divider .wrap {
		padding:0;	
		}
	
	#container2 {
	width:100%;
	}
	
	
	#header {
	height:auto;
	}
		#header #logo {
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		max-width:none;
		display:inline-block;
		text-align:center;
		padding-left:0;
		}
			#header #logo img {
			width:80%;
			}
			
			#top-nav,
			#header #search {display:none;}

		#header #mobile-link {
		float:left;
		width:50%;
		display:block;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
			
			#header #mobile-link a {
			width:100%;
			display:block;
			height:60px;
			line-height:60px;
			padding:0 24px;
			color:#fff;
			background-color:#333;
			text-align:center;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
			
				#header #mobile-link a .icon-phone {
				position:relative;
				margin-right:12px;
				font-size:28px;
				top:5px;
				}
		
		#mobile-menu {
		width:50%;
		}
		
			#mobile-menu a {
			display:block;
			height:60px;
			line-height:60px;	
			width:100%;
			text-align:center;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
		
		
	#mobile-nav {
	background-color:#8C6635
	}
	
		#mobile-nav a {
		display:block;
		width:100%;
		margin-right:0;	
		}
	
	.flex-caption {
	top:5%;
	}
					
		.flex-caption br {display:none;}			
	
	
		
		
		
	.main {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
		
		.main .main-full,
		.main .main-content,
		.main .full-left,
		.main .full-right,
		.main .main-left,
		.main .main-right {
		float:none;
		display:block;
		width:100%;
		margin:0 0 0 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
			#main .main-content {
			margin-bottom:20px;
			}
		
		.main .img-left,
		.main .img-right,
		.main .img-center {
		float:none;
		display:block;
		width:100%;
		max-width:none;
		padding:10px 0;
		margin:0 0 0 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
		
		
		
	.main,
	.main .main-right p,
	.main .main-left p,
	.main .main-right .side-holder,
	.main .main-left .side-holder {font-size:16px;line-height:24px;}
	
	.main h1 {font-size:38px;line-height:38px;}
	.main h2 {font-size:32px;line-height:32px;}
	.main h3 {font-size:26px;line-height:24px;}
	.main h4 {font-size:22px;line-height:24px;}
	.main .main-right h5,
	.main .main-left h5 {font-size:18px;line-height:24px;}
	.main .main-right h6,
	.main .main-left h6 {font-size:18px;line-height:24px;}
	
	.small {font-size:15px;line-height:23px;}
	.large {font-size:17px;line-height:25px;}
		
	
	.mc-field-group {
	width:100%;
	margin-right:0;	
	}
	
	#mc_embed_signup_scroll .clear {
	width:100%;	
	}
	
	#footer .footer-left-inner,
	#footer .footer-right,
	#footer .footer-right-inner,
	#footer .footer-middle {
	width:100%;
	text-align:center;	
	margin-bottom:32px;
	}
		
		#footer .footer-middle {
		margin-bottom:0;
		}
	
	#footer {font-size:16px;line-height:26px;}
	#footer h4 {font-size:28px;line-height:32px;font-weight:400;}
	
	
	#desktop-link {display:inline;}
			
	
	
	/* Site Map */
	.sitemap-holder {
	width:100%;	
	}
	
	
	.subscription-plans .subscription-plan {
	width:100%;
	margin-right:0%;
	}
		.subscription-plans  div.subscription-plan:nth-child(2n+2) {margin-right:0%;}
		.subscription-plans  div.subscription-plan:nth-child(2n+3) {clear:none;}
		
		
	.subscription-table {}
	
		.subscription-table .subscription-left,
		.subscription-table .subscription-middle,
		.subscription-table .full-subscription-middle,
		.subscription-table .subscription-right {
		float:none;
		width:100%;
		text-align:left;
		padding-left:10px;
		padding-right:10px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		border:solid #f1f1f1 1px;
		}
		
		.subscription-table .subscription-left {
		padding-top:8px;
		border-bottom:none;	
		}
		
		.subscription-table .subscription-middle {
		border-top:none;
		border-bottom:none;
		}
		
		.subscription-table .full-subscription-middle {
		padding-bottom:8px;
		border-top:none;
		}
		
		.subscription-table .subscription-right {
		padding-bottom:8px;
		border-top:none;
		}
	
	
	/* Gallery */	
	.gallery-holder .gallery-item,
	.gallery-cat-holder .gallery-item,
	.gallery-cat-holder .gallery-item-textover,
	.gallery-holder .gallery-item-textover {
	width:100%;
	margin-right:0%;
	}
	
	
	/* Grid */
	.grid-column-seven a,
	.grid-column-seven div,
	.grid-column-six a,
	.grid-column-six div,
	.grid-column-five a,
	.grid-column-five div,
	.grid-column-four a,
	.grid-column-four div,
	.grid-column-three a,
	.grid-column-three div,
	.grid-column-two a,
	.grid-column-two div {
	width:100%;	
	margin-right:0;
	}
	
	
	/* Before and After */	
	.beforeafter-holder .beforeafter-item,
	.beforeafter-details .before-image,
	.beforeafter-details .after-image {
	width:100%;
	margin-right:0%;
	}

		.beforeafter-details .before-image {margin-bottom:12%;}
	
	
	/* Video */	
	.video-holder .video-item {
	width:100%;
	margin-right:0%;
	}
	
	
	.product-item {
	width:100%;
	margin-right:0%;
	}
			
		.products-holder div:nth-child(3n+3) {margin-right:0%;}
		
	
	/* FTP Details */
	.document-thumbnails-holder .document-thumbnails-item {
	width:100%;
	margin:0;
	padding:0;	
	}
	
	.document-grid-item .document-grid-item-image {max-height:none;}
	.document-grid-holder .document-grid-item {width:100% !important; margin-right:0 !important; clear:both;}	
	
		.document-image-list-item .document-image-list-image,
		.document-image-list-item .document-image-list-text {width:100%; clear:both;}
		
		
	.address-selector {}
		.address-selector li {
		width:100%;
		margin-bottom:18px;
		}
		
			.address-selector .address-selector-button {}
			.address-selector .address-selector-address {}
			
	.cart-checkradio-holder {}
		.cart-checkradio-holder .checkradio {width:100%;}
		
		
		
	/* iPhone zoom fix */
	select,
	textarea, 
	input[type="text"], 
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"] {
	font-size:16px !important;
	}

}

@media screen and (max-width:380px) {
	
	#header #mobile-link a {
	padding:0 10px;	
	}
		#header #mobile-link a .icon-phone {margin-right:4px;}
		
}
