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



@media screen and (max-width: 1180px) {
	
	.staff-featured {
	padding-right:120px;
	}
	
}



/* Small Screens / Tablets */
@media screen and (max-width: 1150px) {
	
	html {
	-webkit-text-size-adjust:none;
	}
		
		#none {
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
	
		img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
		}
		
		embed,
		object,
		iframe,
		.map-holder {
		max-width:100%;
		width:100%;
		height:auto;
		}
		
		
	.img-left,
	.img-right {
	max-width:50%;
	}
		
	
	#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%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
		.wrap {
		max-width:none;
		padding:0 25px;	
		}
		
		.contact #container-main-bottom .wrap,
		#container-flash .wrap {
		padding:0 0px;		
		}
	
		#header {}
		
			#header #logo,
			.home #header #logo {
			max-width:280px;
			padding-top:15px;
			}
		

			#header #search {}
			
				#header #search #search-box-input {
				width:150px;
				}
	
	
	#navigation,
	#breadcrumb,
	.auth-details,
	#main,
	#footer,
	#base {
	padding-left:0px;
	padding-right:0px;
	}
	

	#navigation {}
	
		#navigation a {
		font-size:18px;
		padding-left:10px;
		padding-right:10px;
		/*background-image:url(../images/nav_link.gif);
		background-position:left 0px;
		background-repeat:no-repeat;*/
		}
	
	
	
			#site-messages .wrap {padding:0 0px;}
						
			#site-messages .error-message,
			#site-messages .alert-message,
			#site-messages .success-message {
			padding:15px 20px;
			}
	
		
	#image-rotator {
	overflow:hidden;
	max-width:1080px;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	}
		.nivo-caption {
		padding-right:20px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
	
		#slider {height:auto !important;}
	
		#slider .slider-text {}
	
	#slidebox {display:none;}
	

	#desktop-link {display:inline;}
	
	
	.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;}
		
		
	.staff-featured .staff-featured-item:first-child strong, 
	.staff-featured .staff-featured-item:first-child b {
	margin-left:0px;
	}
		
		
	.addthis_native_toolbox {display:none;}
	
}



@media screen and (max-width: 1040px) {
	
	
		.home #container-header {
		top:0px;
		}
		
		.home #container-over {
		top:160px;	
		}
		
		.home #container-flash {
		height:460px;
		overflow:hidden;
		}
		
			.nivo-caption {
			top:190px;
			}
			
			
			
	#footer .footer-left {
	float:left;
	display:block;
	width:70%;
	text-align:left;
	margin-bottom:28px;
	}
		#footer .footer-left a {
		float:left;
		clear:none;
		display:block;
		width:33%;
		}
		
	#footer .footer-middle {
	float:right;
	display:block;
	width:30%;
	text-align:right;
	margin-bottom:28px;
	}
		
	#footer .footer-middle2 {
	float:left;
	clear:both;
	display:block;
	width:40%;
	text-align:left;
	}
	
	#footer .footer-right {
	float:right;
	display:block;
	width:40%;
	text-align:right;
	}
	
	
	
	
	.jp-controls button {}
		
		.jp-type-single .jp-play,
		.jp-type-single .jp-play:hover {
		background-color:#c3a453;
		-moz-transition:none;
		-webkit-transition:none;
		transition:none;
		}
			
			.jp-type-single .jp-play::before,
			.jp-type-single .jp-play:hover::before {
			border-color:transparent transparent transparent #ffffff;
			}
		
		/* Pause button */
		.jp-state-playing .jp-type-single .jp-play {}
		
			.jp-state-playing .jp-type-single .jp-play::before,
			.jp-state-playing .jp-type-single .jp-play:hover::before {
			background-color:#ffffff;
			}
		
			.jp-state-playing .jp-type-single .jp-play::after,
			.jp-state-playing .jp-type-single .jp-play:hover::after {
			background-color:#ffffff;
			}
		
		/* Seeking button */
  		.jp-state-seeking .jp-type-single .jp-play {}
			 
			.jp-state-seeking .jp-type-single .jp-play:after {}
		 
				.jp-state-seeking .jp-type-single .jp-play:before {}
				 
				.jp-state-seeking .jp-type-single .jp-play:not(:required):before,
				.jp-state-seeking .jp-type-single .jp-play:hover:not(:required):before {
				border:5px solid #ffffff !important;
				border-top-color:#c3a453 !important;
				}
	
}


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


	.wf-loading {visibility:visible;}
	.wf-active {visibility:visible;}


	.home #container-over {
	top:109px;
	}

		#header {
		min-height:167px;
		}


			#header #logo,
			.home #header #logo {
			max-width:180px;
			padding-top:15px;
			}
			
			#navigation,
			.home #navigation {
			padding-top:35px;
			}
	
				#navigation a {
				font-size:16px;
				padding-left:6px;
				padding-right:6px;
				}
				
	
	
	#container-flash {
	min-height:167px;
	}
				
	.home #container-flash {
	height: 410px;
	overflow: hidden;
	}
	
		.nivo-caption {
		top:130px;
		}
			
			.nivo-caption {
			font-size:18px;
			line-height:25px;
			}
			
			
			
		.home-intro-message .message-link {
		padding-left:0px;
		margin-top:18px;
		}
			.home-intro-message .message-link:before,
			.home-intro-message .message-link:after {
			display:none;
			}
			
			
	
	.staff-featured {
	float:left;
	padding-right:0px;
	}
	
		.staff-featured-item {
		margin-right:100px;
		}
		
		.staff-featured .staff-featured-item:nth-child(1) {
		margin-left:0px;
		}
		
		.staff-featured .staff-featured-item:nth-child(2) {
		margin-left:28px;
		}
		
		.staff-featured .staff-featured-item:nth-child(3) {
		margin-left:-14px;
		}

		.staff-featured-item strong,
		.staff-featured-item b {
		display:none;
		}
		
		.staff-featured img {
		position:absolute;
		bottom:0px;
		max-height:70px;
		}
			
			
		
		.addthis_native_toolbox {display:none;}	
			
}



/* Small Tablets */
@media screen and (max-width: 770px) {



		.home #container-over {
		top:87px;
		height:70px;
		background-position:center bottom -30px;
		border-top:none;
		}
		
		#container-flash {
		height:157px !important;
		min-height:157px !important;
		}
		
		
		
	#navigation {
	position:absolute;
	top:75px;
	right:20px;
	display:none;
	width:90%;
	max-width:250px;
	height:auto;
	font-size:18px;
	line-height:20px;
	color:#ffffff;
	background-color:#ffffff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	border-radius:2px !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:0 0 0 0 !important;
	margin:0 0 0 0;
	overflow:hidden;
	z-index:830;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:none;
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			display:block;
			padding:0 0 0 0;
			margin:0 0 0 0;
			line-height:38px;
			}
			
			#navigation ul li.mobile-item {
			display:block;
			}
	
		#navigation a {
		float:none;
		display:block;
		font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
		font-weight:300 !important;
		font-size:22px;
		height:auto;
		line-height:38px;
		text-align:left;
		color:#c3a453;
		background:none !important;
		background-color:#ffffff !important;
		border-radius:0px;
		padding:0 20px;
		margin:0 0 0 0;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:auto;
			line-height:38px;
			font-weight:300 !important;
			}	
			
			#navigation a:hover,
			#navigation .on {
			color:#ffffff !important;
			background-color:#c3a453 !important;
			/*background-image:url(../images/nav_link.gif);
			background-position:left -50px;*/
			z-index:894;
			}
			
		#navigation .nav-div {display:none;}
		
		#navigation .sub-nav {
		position:inherit !important;
		float:none;
		display:block;
		width:100%;
		top:0px !important;
		left:0px !important;
		font-size:18px;
		line-height:20px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		display:none;
		}
			#navigation .sub-nav li {
			float:none;
			width:100%;
			display:block;
			margin:0 0 0 0;
			padding:0 0 0 0;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			padding-left:20px;
			line-height:18px;
			display:none;
			}
				#navigation .sub-nav a {
				float:none;
				display:block;
				width:100%;
				line-height:28px;
				margin:0 0 0 0;
				padding:0 0 0 0;
				height:auto;
				background:none;
				border:none;
				margin-bottom:6px;
				}
					#navigation .sub-nav a:hover {
					float:none;
					display:block;
					margin:0 0 0 0;
					padding:0 0 0 0;
					background:none;
					border:none;
					margin-bottom:6px;
					}
					
					
	#mobile-menu a {
	display:inline-block;
	}
	
	
	#slider,
	#flash,
	#slidebox {display:none;}
		
	
	
		#slider .slider-text {
		width:70%;
		bottom:-40%;
		}
		
		
	#frontbox {}
		
		#frontbox .frontbox-item {
		float:left;
		width:46%;
		margin-right:8% !important;
		margin-bottom:40px;
		clear:none !important;
		}
		
			.home #frontbox .frontbox-item:nth-child(1) {display:block;}
		
			#frontbox .frontbox-item:nth-child(2n+2) {margin-right:0% !important;}
			#frontbox .frontbox-item:nth-child(2n+3) {clear:left !important;}
			
			
			
	.home-intro-message {display:none;}
	
	
	#main {
	padding-top:0px;
	}	
		
		#main .thirds {}
			#main .main-third {
			float:none;
			width:100%;
			margin-right:0;
			margin-top:10px;
			margin-bottom:18px;	
			}
			
			
			#main .main-right,
			#main .main-left {
			width:50%;
			float:right;
			}
	
			
			
	#footer .footer-left {
	float:left;
	display:block;
	width:56%;
	text-align:left;
	margin-bottom:28px;
	}
		#footer .footer-left a {
		float:left;
		clear:none;
		display:block;
		width:50%;
		}
		
	#footer .footer-middle {
	float:right;
	display:block;
	width:40%;
	text-align:right;
	margin-bottom:28px;
	}
		
	#footer .footer-middle2 {
	float:left;
	clear:both;
	display:block;
	width:46%;
	text-align:left;
	}
	
	#footer .footer-right {
	float:right;
	display:block;
	width:46%;
	text-align:right;
	}
	
	
	.audio-player,
	.message-player {
	margin-top:10px;
	margin-bottom:30px;
	}
	
		.audio-player .jp-type-single {
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
		}
	
		.jp-playlist {
		margin-left:0px;
		}
		
			.jp-playlist ul li a {
			line-height:50px;
			height:50px;
			}
				.jp-playlist ul li a:before {
				top:17px;
				}
				
				.jp-playlist ul li a:after {
				top:21px;
				}
	
	
	
	/* Services */
	.services-holder .services-item .services-item-text {width:70%;}
	.services-holder .services-item .services-item-image {width:25%;}

	.services-holder-grid-side .services-item .services-item-text,
	.services-holder-grid-side .services-item .services-item-image {width:100%;}
	
	.services-holder-grid-under .services-item {
	width:30%;
	margin-right:5%;
	}
		.services-holder-grid-under div:nth-child(4n+4) {margin-right:5%;}
		.services-holder-grid-under div:nth-child(4n+5) {clear:none;}
		.services-holder-grid-under div:nth-child(3n+3) {margin-right:0%;}
		.services-holder-grid-under div:nth-child(3n+4) {clear:left;}
		
		
	
	
		
		
	.messages-holder .messages-item {
	float:left;
	width:46%;
	margin-right:8%;
	margin-bottom:40px;
	}
	
		.messages-holder .messages-item:nth-child(3n+3) {margin-right:8%;}
		.messages-holder .messages-item:nth-child(3n+4) {clear:none;}
		.messages-holder .messages-item:nth-child(2n+2) {margin-right:0%;}
		.messages-holder .messages-item:nth-child(2n+3) {clear:both;}
		
		
	.messages-summaries-holder .messages-item {
	float:left;
	width:46%;
	margin-right:8%;
	margin-bottom:40px;
	}
	
		.messages-summaries-holder .messages-item:nth-child(3n+4) {margin-right:8%;}
		.messages-summaries-holder .messages-item:nth-child(3n+5) {clear:none;}
		.messages-summaries-holder .messages-item:nth-child(2n+3) {margin-right:0%;}
		.messages-summaries-holder .messages-item:nth-child(2n+4) {clear:both;}
	
	
	
	/* Testimonials */
	.testimonial-holder .testimonial-item .testimonial-text {width:50%;}
	
	.testimonial-holder .testimonial-item .testimonial-image,
	.testimonial-holder .beforeafter-holder .beforeafter-item {width:45%;}
	
	
	/* Links */
	.goto-link-desktop {display:none;}
	.goto-link-mobile {display:inline-block;}
	
	
	/* Staff */
	.staff-holder-grid .staff-item {
	width:100%;
	}
	
		.staff-details .img-right {
		position:relative;
		right:auto;
		bottom:auto;
		max-width:45%;
		margin:80px 0 0 0;
		z-index:auto;
		}
	
	
	
		
		
	.news-holder .news-item {
	float:left;
	width:46%;
	margin-right:8%;
	margin-bottom:40px;
	}
	
		.news-holder .news-item:nth-child(3n+3) {margin-right:8%;}
		.news-holder .news-item:nth-child(3n+4) {clear:none;}
		.news-holder .news-item:nth-child(2n+2) {margin-right:0%;}
		.news-holder .news-item:nth-child(2n+3) {clear:both;}
	
	
	/* Gallery */
	.gallery-holder .gallery-item {
	width:30%;
	margin-bottom:20px;
	}
	
		.grid-sizer {width:30%;}
		.gutter-sizer {width: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%;
			padding-top:5px;
			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%;}
	
}



@media screen and (max-width: 700px) {
	
	.staff-featured {
	}
	
		.staff-featured .staff-featured-item-text {
		display:none;
		}
		
		.staff-featured-item {
		margin-right:70px;
		}
}



@media screen and (max-width: 640px) {
	
		#footer .footer-left a {
		float:left;
		clear:both;
		display:block;
		width:100%;
		}
		
}



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

	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%;
	}
	
			#header #logo,
			.home #header #logo {
			max-width:180px;
			padding-top:15px;
			text-align:center;
			}
			
				#header #logo img,
				.home #header #logo img {
				}
				
				
		.home #container-over {
		top:87px;
		height:70px;
		background-position:center bottom -30px;
		border-top:none;
		}
		
		#container-flash {
		height:157px !important;
		min-height:157px !important;
		}
		
		
	
	#container2 {
	width:100%;
	}
	
	
	
	#navigation {
	position:absolute;
	top:95px;
	right:5%;
	display:none;
	width:90%;
	max-width:90%;
	height:auto;
	font-size:18px;
	line-height:20px;
	color:#c3a453;
	background-color:#ffffff;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	border-radius:4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:0 0 0 0 !important;
	margin:0 0 0 0;
	overflow:hidden;
	z-index:830;
	}
					
					
	
	#slider,
	#flash,
	#slidebox {display:none;}
	
	
	
		#frontbox {}
		
		#frontbox .frontbox-item,
		#frontbox .frontbox-item-white,
		#frontbox .frontbox-item-black {
		width:100% !important;
		}
			#frontbox .frontbox-item h2,
			#frontbox .frontbox-item-white h2,
			#frontbox .frontbox-item-black h2 {
			font-size:18px;
			line-height:22px;
			}
		
		
		
	#main {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding-top:0px;
	padding-bottom:40px;
	}
		
		#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;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
			#main .main-content {
			margin-bottom:60px;
			}
		
		#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;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-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:18px;line-height:26px;}
	.large {font-size:20px;line-height:26px;}
	
	#main h1 {font-size:38px;line-height:38px;}
	
	#main h2, #main h3, #main h4 {
	font-size:28px;
	line-height:32px;
	font-weight:400;
	color:#c3a453;
	}
	
	#main h5, #main h6 {
	font-size:24px;
	line-height:32px;
	font-weight:400;
	color:#c3a453;
	}
	
	/*#main h2 {font-size:34px;line-height:34px;}
	#main h3 {font-size:30px;line-height:32px;}
	#main h4 {font-size:28px;line-height:32px;}
	#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:20px;line-height:26px;}
		
		
		
	#footer .footer-left {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:18px;
	}
		#footer .footer-left a {
		line-height:36px;
		}
		
	#footer .footer-middle {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:18px;
	}
		
	#footer .footer-middle2 {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:18px;
	}
	
	#footer .footer-right {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	margin-top:40px;
	}
	
	#footer {font-size:16px;line-height:26px;}
	#footer h4 {font-size:28px;line-height:32px;font-weight:400;}
	
	
	#desktop-link {display:inline;}
	
	
		
	/* Services */
	.services-holder-grid-side .services-item,
	.services-holder-grid-side .services-item .services-item-text,
	.services-holder-grid-side .services-item .services-item-image,
	.services-holder-grid-under .services-item {
	width:100%;
	}
	
		.services-holder-grid-under .services-item .limit-image,
		.services-holder-grid-under .services-item .limit-image img {
		height:auto;	
		max-height:none;
		}
	

	/*  */
	.messages-holder .messages-item {
	width:100% !important;
	margin-right:0px !important;
	}
	
	.messages-summaries-holder .messages-item {
	width:100% !important;
	margin-right:0px !important;
	}
	

	/* News */
	.news-holder .news-item .news-text,
	.news-holder .news-item .news-image {
	width:100%;
	height:auto;
	max-width:100%;
	}
		.news-holder .news-item .news-image img {
		width:100%;	
		max-height:none;
		height:auto;
		}
		
		
	.news-holder .news-item {
	width:100% !important;
	margin-right:0px !important;
	}
	

	/* Events */
	.events-holder .events-item .events-text {width:76%;}
	.events-holder .events-item .events-image {width:100%;}	

		.date-icon {
		float:left;
		width:21%;
		margin-right:2%;
		height:auto;
		line-height:12px;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
		padding:5px 0 5px 0;
		}
		
		.date-icon-start .date-to {display:none;}
	
	
	/* Testimonials */
	.testimonial-holder .testimonial-item .testimonial-text,
	.testimonial-holder .testimonial-item .testimonial-image,
	.testimonial-holder .beforeafter-holder .beforeafter-item {
	width:100%;
	}
	
	
	/* Links */
	.links-item {}
	
		.links-description .links-description-image {
		display:block;
		width:100%;
		max-width:100%;
		text-align:center;	
		}
			
			.links-description-image img {
			text-align:center;
			width:auto;
			height:100%;	
			}
			
		.links-description .links-description-text {
		width:100%;
		}
	
	
	/* Staff */
	.staff-holder-grid .staff-item {
	width:100%;
	}
	
		.staff-details-text {width:100%;}
	
	
	
	
	
	/* 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;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-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%;
	}
	
	.gallery-holder .gallery-item {
	width:100%;
	margin-bottom:20px;
	}
	
		.grid-sizer {width:100%;}
		.gutter-sizer {width: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%;}
		
		
	.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;
	}

}