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



@media screen and (max-width: 1400px) {
	
	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 {
		padding:0 20px;	
		}
	
		#header {
		height:auto;
		}
		
			#top-nav {
			width:30%;
			}

			#header #search {}
			
				#header #search #search-box-input {
				width:150px;
				}
	

	#header #logo {top:36px;}
	
	#navigation,
	#breadcrumb,
	.auth-details,
	#main,
	#footer,
	#base {
	padding-left:0px;
	padding-right:0px;
	}
	
	#navigation {margin-bottom:10px; margin-top:35px;}
		#navigation .sub-nav {top:50px;}
		
		.home #main {padding: 50px 0;}
	#main {padding: 35px 0px; padding-bottom:50px;}

	/* #navigation {
	clear:both;
	float:none;
	height:auto;
	} */
	
			#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;
	}
		#slider {height:auto !important;}
	
		#slider .slider-text {
		width:50%;
		bottom:-45%;
		}
	
	#slidebox {display:none;}
	

	#desktop-link {display:inline;}
	
	
	/* Image boxes */
	.image-boxes {}
			
			/* 7 Column Image boxes */
			.image-boxes.seven-column .image-box {
			width:13%;
			margin-right:1.5%;
			margin-bottom:10px;
			}
		
			/* 6 Column Image boxes */
			.image-boxes.six-column .image-box {
			width:15%;
			margin-right:2%;
			margin-bottom:20px;
			}
			
			/* 5 Column Image boxes */
			.image-boxes.five-column .image-box {
			width:16%;
			margin-right:5%;
			margin-bottom:30px;
			}
				
			/* 4 Column Image boxes */
			.image-boxes.four-column .image-box {
			width:22%;
			margin-right:4%;
			margin-bottom:30px;
			}
				
			/* 3 Column Image boxes */
			.image-boxes.three-column .image-box {
			width:32%;
			margin-right:2%;
			margin-bottom:20px;
			}
				
			/* 2 Column Image boxes */
			.image-boxes.two-column .image-box {
			width:48%;
			margin-right:4%;
			margin-bottom:40px;
			}
				
			/* 1 Column Image boxes */
			.image-boxes.one-column .image-box {
			width:100%;
			margin-right:0%;
			margin-bottom:30px;
			}
	
	
	
	.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;}
		
		
		
	/* Admin Tables */
	.responsive-table {}
		
			/* Hide moderate priority */
			.responsive-table .priority-moderate {
			display:none;
			}
	
}


@media screen and (max-width: 1150px) {
	
	#container-prefooter #prefooter {font-size:35px;}
	
	/* Rotator arc image boxes*/
	
	.image-boxes-arc .image-box .image-box-image img {width:150px; height:150px;}
	.image-boxes-arc .image-box .image-box-text {width:138px; padding-left:4px; padding-right:4px; margin-left:3px; padding-top:70px;}
	

		.image-boxes-arc .image-box .image-box-text h3 {font-size:15px; line-height:1.35; padding-bottom:6px;}
				.image-boxes-arc .image-box .image-box-text h4 {font-size:14px;}
				.image-boxes-arc .image-box .image-box-text p {font-size:13px;}
				.image-boxes-arc .image-box .image-box-text b.readmore {font-size:12px;}
		
		.image-boxes-arc .image-box:hover .image-box-text {height:135px;}
		

		#footer .footer1,
		#footer .footer2,
		#footer .footer3,
		#footer .footer4,
		#footer .footer5 {
		width:17%;
		margin-right:3.5%;
		}
			#footer .footer5 {width:18%; margin-right:0%;}
			
		#footer h4, #footer h4 a {font-size:30px;}


		#footer .footer6 {}
		
		#footer .footer6  .footer-partner {}
			#footer .footer6  .footer-partner img {}
		
		#footer .footer6 .footer-social {}
		
		#footer .footer6 .footer-social a span {}
		

}

@media screen and (max-width: 1080px) {
	#header #logo {
	position:relative;
	float:left;
	top:0;
	padding:5px 0;
	max-width:25%;
	}
	#navigation {max-width:75%;}
	
	.home #main {padding: 50px 0;}
	#main {padding: 35px 0px; padding-bottom:50px;}
	
	/*#container-header .wrap {padding: 0 5px;}*/
}

@media screen and (max-width: 980px) {
	
	.image-boxes-arc .image-box:nth-child(1) {top:32%; left:5%;}
	.image-boxes-arc .image-box:nth-child(2) {top:15%; left:25%;}
	.image-boxes-arc .image-box:nth-child(3) {top:15%; right:25%;}
	.image-boxes-arc .image-box:nth-child(4) {top:32%; right:5%;}
	
	#container-prefooter #prefooter {font-size:30px;}
	#footer h4, #footer h4 a {font-size:28px;}
}

@media screen and (max-width: 950px) {
	
	
	#navigation {
	float:none;
	clear:both;
	padding:0;
	margin:0;
	margin-top:5px;
	max-width:100%;
	height:auto;
	margin-bottom:10px;
	width:100%;
	}
	
	#navigation .hamburger .sub-nav {
	position:relative; 
	width:100%; 
	left:auto; 
	right:auto; 
	top:auto; 
	bottom:auto; 
	float:none;
	clear:both;
	margin-bottom:10px;
	}
	
	#navigation .hamburger .sub-nav li {
	width:22%; 
	margin-right:4%; 
	margin-top:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
		#navigation .hamburger .sub-nav li a {max-width:100%;}
	
	#navigation .hamburger .sub-nav li:nth-child(4n+4) {margin-right:0;}
	
	
	
	.image-boxes-arc .image-box:nth-child(1) {top:34%; left:5%;}
	.image-boxes-arc .image-box:nth-child(2) {top:17%; left:25%;}
	.image-boxes-arc .image-box:nth-child(3) {top:17%; right:25%;}
	.image-boxes-arc .image-box:nth-child(4) {top:34%; right:5%;}
	
	#footer .footer1,
	#footer .footer2 {
	width:30%;
	margin-right:5%;
	}
	
	#footer .footer3 {width:30%; margin-right:0;}
	
	#footer .footer4 {width:30%; margin-right:5%; clear:both;}
	
	#footer .footer5 {width:30%; margin-right:5%;}
	
	#footer .footer6 {position:relative; float:left; width:30%; margin:0;}
		#footer .footer6 .footer-social {width:100%; text-align:left; margin-top:20px;}
		#footer .footer6  .footer-partner {width:100%; text-align:left; margin:0; margin-left:-4.5%;}
			
	#footer .footer1,
	#footer .footer2,
	#footer .footer3,
	#footer .footer4,
	#footer .footer5,
	#footer .footer6 {margin-bottom:30px;}
	
}

@media screen and (max-width: 900px) {
	
	.image-boxes-arc .image-box .image-box-image img {transform: scale(1); width:120px; height:120px;}
	
	.image-boxes-arc .image-box .image-box-text {
		width:116px; 
		padding-left:2px; 
		padding-right:2px; 
		margin-left:0px; 
		padding-top:70px;
		opacity:1; 
		vertical-align:middle;
		text-align:center;
		font-size:15px;
		line-height:20px;
		height:40px !important;
		}
		
		.image-boxes-arc .image-box .image-box-text h3 {
		vertical-align:middle;
		font-size:15px;
		line-height:20px;
		margin:0;
		padding:0;
		font-weight:400;
		}
		
		.image-boxes-arc .image-box .image-box-text h4,
		.image-boxes-arc .image-box .image-box-text p {
		display:none;
		}
}

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

	/* Rotator arc image boxes*/
	
	.image-boxes-arc .image-box .image-box-image img {width:120px; height:120px;}
	.image-boxes-arc .image-box .image-box-text {width:112px; padding-left:4px; padding-right:4px; margin-left:2px; padding-top:75px;}
	

		.image-boxes-arc .image-box .image-box-text h3 {font-size:15px; line-height:1.35; padding-bottom:6px;}
				.image-boxes-arc .image-box .image-box-text h4 {font-size:14px;}
				.image-boxes-arc .image-box .image-box-text p {font-size:13px;}
				.image-boxes-arc .image-box .image-box-text b.readmore {font-size:12px;}
		
		.image-boxes-arc .image-box:hover .image-box-text {height:135px;}
		
	.image-boxes-arc .image-box:nth-child(1) {top:34%; left:5%;}
	.image-boxes-arc .image-box:nth-child(2) {top:17%; left:25%;}
	.image-boxes-arc .image-box:nth-child(3) {top:17%; right:25%;}
	.image-boxes-arc .image-box:nth-child(4) {top:34%; right:5%;}
	
	
	/* Image boxes */
	.image-boxes {}
			
			/* 7 Column Image boxes - 4 Column */
			.image-boxes.seven-column .image-box {
			width:22%;
			margin-right:4%;
			margin-bottom:30px;	
			}	
			
				.image-boxes.seven-column .image-box:nth-child(7n+7) {margin-right:2%;}
				.image-boxes.seven-column .image-box:nth-child(7n+8) {clear:none;}
				
				.image-boxes.seven-column .image-box:nth-child(4n+4) {margin-right:0%;}
				.image-boxes.seven-column .image-box:nth-child(4n+5) {clear:both;}
	
	
			/* 6 / 5 / 4 Column Image boxes - 3 Column */
			.image-boxes.six-column .image-box,
			.image-boxes.five-column .image-box,
			.image-boxes.four-column .image-box {
			width:32%;
			margin-right:2%;
			margin-bottom:20px;
			}

				.image-boxes.six-column .image-box:nth-child(6n+6),
				.image-boxes.five-column .image-box:nth-child(5n+5),
				.image-boxes.four-column .image-box:nth-child(4n+4) {margin-right:2%;}
				
				.image-boxes.six-column .image-box:nth-child(6n+7),
				.image-boxes.five-column .image-box:nth-child(5n+6),
				.image-boxes.four-column .image-box:nth-child(4n+5) {clear:none;}
				
				.image-boxes.six-column .image-box:nth-child(3n+3),
				.image-boxes.five-column .image-box:nth-child(3n+3),
				.image-boxes.four-column .image-box:nth-child(3n+3) {margin-right:0%;}
				
				.image-boxes.six-column .image-box:nth-child(3n+4),
				.image-boxes.five-column .image-box:nth-child(3n+4),
				.image-boxes.four-column .image-box:nth-child(3n+4) {clear:both;}
				
			
				
				
	/* Services */
	.services {}		
	
		/* Grid side text - 2 Column */
		.services.grid-text-side .service-item {
		width:48%;
		margin-right:4%;
		margin-bottom:40px;
		}
			.services.grid-text-side .service-item:nth-child(3n+3) {margin-right:4%;}
			.services.grid-text-side .service-item:nth-child(3n+4) {clear:none;}
			
			.services.grid-text-side .service-item:nth-child(2n+2) {margin-right:0%;}
			.services.grid-text-side .service-item:nth-child(2n+3) {clear:both;}
		
			
		/* Grid - 3 Column */
		.services.grid-text-under .service-item,
		.services.grid-text-over .service-item {
		width:32%;
		margin-right:2%;
		margin-bottom:20px;
		}
			
			.services.grid-text-under .service-item:nth-child(4n+4),
			.services.grid-text-over .service-item:nth-child(4n+4) {margin-right:2%;}
			.services.grid-text-under .service-item:nth-child(4n+5),
			.services.grid-text-over .service-item:nth-child(4n+5) {clear:none;}
			
			.services.grid-text-under .service-item:nth-child(3n+3),
			.services.grid-text-over .service-item:nth-child(3n+3) {margin-right:0%;}
			.services.grid-text-under .service-item:nth-child(3n+4),
			.services.grid-text-over .service-item:nth-child(3n+4) {clear:both;}
			
			.main-content .services.grid-text-under .service-item,
			.main-content .services.grid-text-over .service-item {
			width:48%;
			margin-right:4%;
			margin-bottom:40px;
			}
				.main-content .services.grid-text-under .service-item:nth-child(3n+3),
				.main-content .services.grid-text-over .service-item:nth-child(3n+3) {margin-right:4%;}
				.main-content .services.grid-text-under .service-item:nth-child(3n+4)
				.main-content .services.grid-text-over .service-item:nth-child(3n+4) {clear:none;}
				
				.main-content .services.grid-text-under .service-item:nth-child(2n+2),
				.main-content .services.grid-text-over .service-item:nth-child(2n+2) {margin-right:0%;}
				.main-content .services.grid-text-under .service-item:nth-child(2n+3),
				.main-content .services.grid-text-over .service-item:nth-child(2n+3) {clear:both;}
				
				
				
				
	/* Staff */
	.staff {}		
	
		/* Grid side text - 2 Column */
		.staff.grid-text-side .staff-item {
		width:48%;
		margin-right:4%;
		margin-bottom:40px;
		}
			.staff.grid-text-side .staff-item:nth-child(3n+3) {margin-right:4%;}
			.staff.grid-text-side .staff-item:nth-child(3n+4) {clear:none;}
			
			.staff.grid-text-side .staff-item:nth-child(2n+2) {margin-right:0%;}
			.staff.grid-text-side .staff-item:nth-child(2n+3) {clear:both;}
			
			
			
			
	/* Admin Tables */
	.responsive-table {}
		
			/* Hide low priority */
			.responsive-table .priority-low {
			display:none;
			}
			
	/* Special News Items */
	.news-holder-special .news-item {
	width:48%;
	margin-right:4%;
	}
	
		.news-holder-special .news-item:nth-child(3n+3) {margin-right:4%;}
		.news-holder-special .news-item:nth-child(3n+4) {clear:none;}
		
		.news-holder-special .news-item:nth-child(2n+2) {margin-right:0;}
		.news-holder-special .news-item:nth-child(2n+3) {clear:both;}
			
}

@media screen and (max-width: 840px) {
	
	#main {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-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;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-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;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}

}

@media screen and (max-width: 810px) {
	
	#container-prefooter {margin-bottom:-40px; height:80px;}
	#container-prefooter #prefooter {font-size:24px; line-height:80px;}

	#footer {padding-top:90px;}
}

@media screen and (max-width: 750px) {
	
	#header #logo {
	max-width:45%;
	padding:0;
	margin-bottom:20px;
	}
	
	#navigation {
	padding:0 0 0 0;
	margin: 10px 0;
	clear:both;
	}	
	
		#navigation ul {width:100%}
		
		#navigation ul li {
		float:left;
		display:inline-block;
		width:30%;
		margin-right:5%;
		}
				#navigation ul li:nth-child(3n+3) {margin-right:0%;}
				
				#navigation a.icon-menu {width:30%}
				
				#navigation .hamburger {
				width:100%;
				padding:0 5px; 
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				margin-top:10px;
				}
				
				#navigation .hamburger .sub-nav {}
				
				#navigation .hamburger .sub-nav li {width:30%; margin-right:5%;}
				#navigation .sub-nav a {
				width:100%;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				/*font-weight:900;
				background:none;
				color:#b6b7ba;
				border:none;*/
				}
					#navigation .sub-nav li:hover a {/*background:none; border:none; color:#000;*/}
					#navigation .hamburger .sub-nav li:nth-child(4n+4) {margin-right:5%;}
					#navigation .hamburger .sub-nav li:nth-child(3n+3) {margin-right:0;}
					
		
			#navigation a {
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			text-align:center;
			padding:0 0 0 0;
			}
				#navigation a strong,
				#navigation a b {
				padding:0 0 0 0;
				}
				
			#navigation .nav-div {
			display:none;
			}
		
		#container-flash {margin-top:10px;}
	
	#container-prefooter #prefooter {font-size:20px;}
	
		
	#footer .footer1,
	#footer .footer2,
	#footer .footer3,
	#footer .footer4,
	#footer .footer5,
	#footer .footer6 {width:48%; margin-right:4%;}
	
	#footer .footer1,
	#footer .footer3,
	#footer .footer5 {clear:both;}
	
	#footer .footer2,
	#footer .footer4,
	#footer .footer6 {margin-right:0; clear:none;}
	
	#footer .footer6  .footer-partner {margin-left:-4%;}
	
	
}

/* Small Tablets */
@media screen and (max-width: 660px) {
	
	
		#header #logo {
		max-width:45%;
		padding:0;
		margin-bottom:20px;
		}
			#header #logo img {max-height:100%;}
	
		#top-nav {
		clear:right;
		}

		#header #search {}

		#image-rotator {display:none;}
	
	
		#slider .slider-text {
		width:70%;
		bottom:-40%;
		}
		
		.image-boxes-arc {
		position:relative; 
		margin-top:10px; 
		padding:0 10px; 
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		width:100%;
		}
		
		.image-boxes-arc .image-box {
		position:relative; 
		left:0 !important; 
		right:0 !important; 
		top:0 !important; 
		bottom:0 !important; 
		width:48%;
		background-color:#e87a0d;
		margin-bottom:5px !important;
		margin-right:4%;
		float:left;
		}
			.image-boxes-arc .image-box:nth-child(2n+2) {margin-right:0}
			
			.image-boxes-arc .image-box .image-box-image {max-width:3%;}
		
			.image-boxes-arc .image-box .image-box-image img {
			max-width:50px;
			max-height:50px;
			float:right;
			margin-right:10px;
			box-shadow:none;
			}
			
			.image-boxes-arc .image-box .image-box-text {
			display:block; 
			opacity:1; 
			height:50px !important; 
			margin:0; 
			padding:0; 
			background-color:transparent;
			vertical-align:middle;
			font-size:18px;
			line-height:38px;
			width:auto;
			max-width:97%;
			padding-left:10px;
			text-align:left;
			}
			
			.image-boxes-arc .image-box .image-box-text h3 {
			vertical-align:middle;
			font-size:18px;
			line-height:50px;
			margin:0;
			padding:0;
			font-weight:400;
			}
			
			.image-boxes-arc .image-box .image-box-text h4,
			.image-boxes-arc .image-box .image-box-text p {
			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:45%;
		margin-bottom:18px;
		}
			
		#footer .footer-middle {
		clear:left;
		width:45%;
		}
		
		#footer .footer-right {
		width:50%;
		}
	
	
	/* Image boxes */
	.image-boxes {}
	
			/* 7 / 6 / 5 / 4 / 3 Column Image boxes - 2 Column */
			.image-boxes.seven-column .image-box,
			.image-boxes.six-column .image-box,
			.image-boxes.five-column .image-box,
			.image-boxes.four-column .image-box,
			.image-boxes.three-column .image-box {
			width:48%;
			margin-right:4%;
			margin-bottom:40px;
			}
			
				.image-boxes.seven-column .image-box:nth-child(7n+7),
				.image-boxes.seven-column .image-box:nth-child(4n+4),
				.image-boxes.six-column .image-box:nth-child(6n+6),
				.image-boxes.six-column .image-box:nth-child(3n+3),
				.image-boxes.five-column .image-box:nth-child(5n+5),
				.image-boxes.five-column .image-box:nth-child(3n+3),
				.image-boxes.four-column .image-box:nth-child(4n+4),
				.image-boxes.four-column .image-box:nth-child(3n+3),
				.image-boxes.three-column .image-box:nth-child(3n+3) {margin-right:4%;}
				
				.image-boxes.seven-column .image-box:nth-child(7n+8),
				.image-boxes.seven-column .image-box:nth-child(4n+5),
				.image-boxes.six-column .image-box:nth-child(6n+7),
				.image-boxes.six-column .image-box:nth-child(3n+4),
				.image-boxes.five-column .image-box:nth-child(5n+6),
				.image-boxes.five-column .image-box:nth-child(3n+4),
				.image-boxes.four-column .image-box:nth-child(4n+5),
				.image-boxes.four-column .image-box:nth-child(3n+4),
				.image-boxes.three-column .image-box:nth-child(3n+4) {clear:none;}
				
				.image-boxes.seven-column .image-box:nth-child(2n+2),
				.image-boxes.six-column .image-box:nth-child(2n+2),
				.image-boxes.five-column .image-box:nth-child(2n+2),
				.image-boxes.four-column .image-box:nth-child(2n+2),
				.image-boxes.three-column .image-box:nth-child(2n+2) {margin-right:0%;}
				
				.image-boxes.seven-column .image-box:nth-child(2n+3),
				.image-boxes.six-column .image-box:nth-child(2n+3),
				.image-boxes.five-column .image-box:nth-child(2n+3),
				.image-boxes.four-column .image-box:nth-child(2n+3),
				.image-boxes.three-column .image-box:nth-child(2n+3) {clear:both;}
				
				
				
	/* Services */
	.services {}		
	
		/* Grid side text - 1 Column */
		.services.grid-text-side .service-item {
		width:100% !important;
		margin-right:0% !important;
		margin-bottom:30px;
		}
			
		/* Grid - 2 Column */
		.services.grid-text-under .service-item,
		.services.grid-text-over .service-item {
		width:48%;
		margin-right:4%;
		margin-bottom:40px;
		}
			
			.services.grid-text-under .service-item:nth-child(4n+4),
			.services.grid-text-over .service-item:nth-child(4n+4),
			.services.grid-text-under .service-item:nth-child(3n+3),
			.services.grid-text-over .service-item:nth-child(3n+3) {margin-right:2%;}
			.services.grid-text-under .service-item:nth-child(4n+5),
			.services.grid-text-over .service-item:nth-child(4n+5),
			.services.grid-text-under .service-item:nth-child(3n+4),
			.services.grid-text-over .service-item:nth-child(3n+4) {clear:none;}
			
			.services.grid-text-under .service-item:nth-child(2n+2),
			.services.grid-text-over .service-item:nth-child(2n+2) {margin-right:0%;}
			.services.grid-text-under .service-item:nth-child(2n+3),
			.services.grid-text-over .service-item:nth-child(2n+3) {clear:both;}
			
			.full-left .services.grid-text-under .service-item,
			.full-right .services.grid-text-under .service-item,
			.full-left .services.grid-text-over .service-item,
			.full-right .services.grid-text-over .service-item {
			width:100% !important;
			margin-right:0% !important;
			margin-bottom:30px;
			}
			
			.main-third .services.grid-text-under .service-item,
			.main-right .services.grid-text-under .service-item,
			.main-left .services.grid-text-under .service-item,
			.main-third .services.grid-text-over .service-item,
			.main-right .services.grid-text-over .service-item,
			.main-left .services.grid-text-over .service-item {
			width:48% !important;
			margin-right:4% !important;
			margin-bottom:40px;
			}
				.main-third .services.grid-text-under .service-item:nth-child(2n+2),
				.main-right .services.grid-text-under .service-item:nth-child(2n+2),
				.main-left .services.grid-text-under .service-item:nth-child(2n+2),
				.main-third .services.grid-text-over .service-item:nth-child(2n+2),
				.main-right .services.grid-text-over .service-item:nth-child(2n+2),
				.main-left .services.grid-text-over .service-item:nth-child(2n+2) {margin-right:0% !important;}
				
				.main-third .services.grid-text-under .service-item:nth-child(2n+3),
				.main-right .services.grid-text-under .service-item:nth-child(2n+3),
				.main-left .services.grid-text-under .service-item:nth-child(2n+3),
				.main-third .services.grid-text-over .service-item:nth-child(2n+3),
				.main-right .services.grid-text-over .service-item:nth-child(2n+3),
				.main-left .services.grid-text-over .service-item:nth-child(2n+3) {clear:both !important;}
				
				
				
	/* Staff */
	.staff {}		
	
		/* Grid side text - 1 Column */
		.staff.grid-text-side .staff-item {
		width:100% !important;
		margin-right:0% !important;
		margin-bottom:30px;
		}
		
	/* Events */
	.events {}
		
		.year-calendar{}
		
			.year-calendar .summary-calendar-holder {
			width:45%;
			margin-right:10%;
			}
			
				.year-calendar .summary-calendar-holder:nth-child(3n+3) {margin-right:10%;}
				.year-calendar .summary-calendar-holder:nth-child(3n+4) {clear:none;}
				.year-calendar .summary-calendar-holder:nth-child(2n+2) {margin-right:0%;}
				.year-calendar .summary-calendar-holder:nth-child(2n+3) {clear:both;}
				
				
		.full-calendar {}
		
			.full-calendar .full-calendar-title {}
				
				.full-calendar .full-calendar-title .full-calendar-previous span {
				display:none;
				}
			
				.full-calendar .full-calendar-title .full-calendar-next span {
				display:none;
				}
			
		
			.full-calendar .full-calendar-weekday {display:none;}
		
			.full-calendar .full-calendar-day {
			float:left;
			width:100%;
			min-height:60px;
			border:solid #e1e1e1 1px !important;
			border-top:none !important;
			padding:5px 10px 5px 10px;
			}
				.full-calendar .full-calendar-dates {border-top:solid #e1e1e1 1px;}
			
			.full-calendar .full-calendar-day.full-calendar-blank {display:none;}
			
				.full-calendar .full-calendar-number {
				position:relative;
				right:auto;
				top:auto;
				text-align:left;
				font-size:14px;
				}
					.full-calendar .full-calendar-number::before {
					content:attr(data-date);
					}

	
	
	
	/* Admin Tables */
	.responsive-table {
	border:none;
	}
		
		.responsive-table thead {display:none;}
		
		.responsive-table tbody tr {
		clear:both;
		float:left;
		width:100%;
		position:relative;
		border:solid #e1e1e1 1px;
		margin-bottom:10px;
		padding-top:50px;
		}
		
			.responsive-table tbody tr td.priority-high {
			position:absolute;
			top:0px;
			left:0px;
			display:block;
			width:100%;
			height:50px;
			line-height:50px;
			padding:0 65px 0 15px;
			overflow:hidden;
			}
			
			.responsive-table tbody tr td.priority-normal,
			.responsive-table tbody tr td.priority-moderate,
			.responsive-table tbody tr td.priority-low {
			display:block;
			width:100%;
			text-align:right;
			border-bottom-style:dotted;
			}
			
				.editable-table tbody tr td:nth-last-child(2) {
				border-bottom:none;	
				}
				
				.responsive-table tbody tr td:nth-last-child(1) {
				border-bottom:none;	
				}
				
				.responsive-table tbody tr td.select-box {
				position:absolute;
				top:0px;
				right:0px;
				bottom:0px;
				height:50px;
				border-bottom:none;
				}
			
				.responsive-table tbody tr td.priority-normal::before,
				.responsive-table tbody tr td.priority-moderate::before,
				.responsive-table tbody tr td.priority-low::before {
				content:attr(data-label);
				float:left;
				font-weight:bold;
				}
				
				
			.responsive-table tbody td.image-cell {
			padding:15px 15px;
			min-height:45px;
			position:relative;
			}
				.responsive-table tbody td.image-cell img {
				position:absolute;
				top:5px;
				right:15px;
				max-width:34px;
				}
				
				
			
			.responsive-table-action-box {
			padding:15px 0 25px 0;
			border:none;
			border-bottom:solid #e1e1e1 1px; 
			}
			
			
				
				
	
	
	
	/* 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%;
	}
	
	
	/* 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%;
			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: 600px) {
	
	#container-prefooter {margin-bottom:-30px; height:60px;}
	#container-prefooter #prefooter {font-size:18px; line-height:60px;}

	#footer {padding-top:70px;}
}


/* 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;
		}
		
		
	#topbar {display:none;}
	#container-flash.random-image {display:none;}

	#footer {padding-top:50px;}
		
	ul {}
	ul li {
	line-height:26px;
	padding-bottom:8px;
	background-position:5px 9px;
	}
		
	
	#container1 {
	width:100%;
	}
	
	#container2 {
	width:100%;
	}
	
	#container-header .wrap {padding:0;}
	#container-flash {margin-top:0;}
	
	#header {
	height:auto;
	}
		#header #logo {
		position:relative;
		top:0;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		max-width:none;
		display:inline-block;
		padding:0;
		margin-bottom:10px;
		}
			#header #logo img {
			max-width: 100%;
			}
			
			#top-nav,
			#header #search {display:none;}

		#header #mobile-link {display:block;}
			
			#header #mobile-link a {
			clear:none;
			float:left;
			width:100%;
			display:inline-block;
			height:50px;
			line-height:30px;
			padding:0 0px;
			padding-left:40px;
			color:#fff;
			background-image:url(../../images/phone_icon_white.png);
			background-position:5px center;
			background-size:contain;
			background-repeat:no-repeat;
			background-color:#006934;
			border:solid #006934 10px;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			font-weight:400;
			}
			
				#header #mobile-link h4 {display:none;}
					#header #mobile-link:hover a {color:#fff;}
	
		
	#navigation {
	display:none;
	height:auto;
	font-size:25px;
	line-height:50px;
	color:#ffffff;
	padding:0;
	background-color:#fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	width:100%;
	max-width:100%;
	clear:both;
	margin-top:5px;
	/*border:solid 5px #006934*/
	letter-spacing:normal;
	margin-bottom:0;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:100%;
		padding:5px 0px 0px 0px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
			#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;
			line-height:50px;
			background-color:#006934;
			}
			
			#navigation ul li.mobile-item {
			display:block;
			}
	
		#navigation a {
		float:none;
		display:block;
		height:auto;
		line-height:50px;
		text-align:left;
		color:#ffffff;
		padding:0 20px;
		margin-bottom:5px;
		font-weight:400;
		font-size:25px;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:auto;
			line-height:50px;
			font-weight:400;
			}	
			
		#navigation .nav-div {display:none;}
		
		#navigation ul li:hover {background-color:#e87a0d;}
		
		#navigation a:hover, 
		#navigation .over, 
		#navigation .on,
		#navigation a:hover b, 
		#navigation .over b, 
		#navigation .on b,
		#navigation a:hover strong, 
		#navigation .over strong, 
		#navigation .on strong {color:#fff;}
		
		#navigation .sub-nav {
		position:inherit !important;
		float:none;
		display:block;
		width:100%;
		top:0px !important;
		left:0px !important;
		font-size:25px;
		line-height:50px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#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:0px;
			line-height:50px;
			}
				#navigation .sub-nav a {
				float:none;
				display:block;
				width:100%;
				line-height:50px;
				margin:0 0 0 0;
				padding:0 0 0 0;
				height:auto;
				background:none;
				border:none;
				margin-bottom:5px;
				font-weight:400;
				font-size:25px;
				}
					#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;
					}
					
	#navigation a.icon-menu {display:none;}
	
	#navigation .hamburger {display:block; clear:both; padding:0; margin-top:0; width:100%;}			
	#navigation .hamburger .sub-nav {background-color:#fff; width:100%; margin-bottom:0;}
		#navigation .hamburger .sub-nav li {width:100%;margin-top:0;}
		#navigation .hamburger .sub-nav li a {margin-bottom:5px;padding:0 20px;}
					
		#navigation .hamburger .sub-nav li:last-child a {margin-bottom:0;} 
		
	#mobile-menu a {
	display:inline-block;
	margin-top:10px;
	}
				
				
	.image-boxes-arc {position:relative; margin-top:10px; padding:0;}
		
		.image-boxes-arc .image-box {
		position:relative; 
		left:0 !important; 
		right:0 !important; 
		top:0 !important; 
		bottom:0 !important; 
		width:100%;
		background-color:#e87a0d;
		margin-bottom:5px !important;
		}
		
			.image-boxes-arc .image-box .image-box-image img {
			max-width:50px;
			max-height:50px;
			float:right;
			margin-right:20px;
			box-shadow:none;
			}
			
			.image-boxes-arc .image-box .image-box-text {
			display:block; 
			opacity:1; 
			height:50px !important; 
			margin:0; 
			padding:0; 
			background-color:transparent;
			vertical-align:middle;
			font-size:38px;
			line-height:38px;
			width:auto;
			max-width:90%;
			padding-left:20px;
			}
			
			.image-boxes-arc .image-box .image-box-text h3 {
			vertical-align:middle;
			font-size:25px;
			line-height:50px;
			margin:0;
			padding:0;
			font-weight:400;
			}
			
			.image-boxes-arc .image-box .image-box-text h4,
			.image-boxes-arc .image-box .image-box-text p {
			display:none;
			}
			

					
	
	#slider,
	#flash,
	#slidebox,
	#image-rotator {display:none;}
		
		
		
	#main {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-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;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-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;
		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: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;}
		
		
	#container-prefooter {margin-bottom:-44px; height:88px;}
	#container-prefooter #prefooter {font-size:26px; line-height:34px; padding:10px 25px;}
		
		
	#footer .footer1,
	#footer .footer2,
	#footer .footer3,
	#footer .footer4,
	#footer .footer5,
	#footer .footer6 {width:100%; margin-right:0;}
	
		#footer .footer6  .footer-partner {margin-left:-2%;}
	
	
	#footer {font-size:16px;line-height:30px; padding-top:80px; padding-bottom: 45px;}
	#footer h4, #footer h4 a {font-size:28px;line-height:32px;font-weight:400;}
	
	#base {font-size:16px;line-height:30px; text-align:left; padding: 20px 0;}
	#base .nav-div {display:none;}
	#base a {clear:both; display:block; font-size:16px; line-height:30px;}
	
	#desktop-link {display:inline;}
	
	
	
	/* Image boxes */
	.image-boxes {}
	
		/* All Image boxes - 1 Column */
		.image-boxes.seven-column .image-box,
		.image-boxes.six-column .image-box,
		.image-boxes.five-column .image-box,
		.image-boxes.four-column .image-box,
		.image-boxes.three-column .image-box,
		.image-boxes.two-column .image-box {
		width:100% !important;
		margin-right:0% !important;
		margin-bottom:30px;
		}
		
			
			
	/* Services */
	.services {
	display:block;
	}		
			
		/* Grid - 1 column */
		.services .service-item,
		.main-third .services.grid-text-under .service-item,
		.main-right .services.grid-text-under .service-item,
		.main-left .services.grid-text-under .service-item,
		.main-third .services.grid-text-over .service-item,
		.main-right .services.grid-text-over .service-item,
		.main-left .services.grid-text-over .service-item {
		width:100% !important;
		margin-right:0% !important;
		margin-bottom:30px;
		}
		
			.services .service-item .service-item-image {
			float:none;
			width:100% !important;
			}
			
			.services .service-item .service-item-text {
			float:none;
			width:100% !important;
			display:block;
			padding-top:10px;
			}
			
			
			
	/* Staff */
	.staff {
	display:block;
	}		
			
		/* Grid - 1 column */
		.staff .staff-item {
		width:100% !important;
		margin-right:0% !important;
		margin-bottom:30px;
		}
		
			.staff .staff-item .staff-item-image {
			float:none;
			width:100% !important;
			}
			
			.staff .staff-item .staff-item-text {
			float:none;
			width:100% !important;
			display:block;
			padding-top:10px;
			}
			
		/* Staff details page */		
		.staff-details {}
		
			.staff-details .staff-details-image {
			float:none;
			margin-left:0px;
			width:100%;
			max-width:100%;
			}
			
			
			
			
	/* Events */
	.events {}
		
			.year-calendar .summary-calendar-holder {
			width:100%;
			margin-right:0% !important;
			}
			
			
			
			
	/* Admin Tables */
	.responsive-table {
	border:none;
	}
	
			.responsive-table tbody td.image-cell {
			min-height:50px;
			}
				.responsive-table tbody td.image-cell img {
				max-width:38px;
				}
			

	

	/* 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;
		}
	
	/* Special News Items */
	.news-holder-special .news-item {
	width:100%;
	margin-right:0% !important;
	clear:both;
	}
	.news-holder-special .news-item .news-text {padding:0;}

	/* 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%;
	}
	
	
	/* 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%;
	}
	
	
	/* 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;	
	}
		
		
	.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: 435px) {
	
	#container-prefooter #prefooter {font-size:22px;}
	
	#navigation a,
	#mobile-menu a,
	.image-boxes-arc .image-box .image-box-text h3 {font-size:20px !important;}
	
	ul.tick li {
	background-size:40px 40px;
	padding-left:55px;
	min-height:40px;
	}
}

@media screen and (max-width: 400px) {
	
	#container-prefooter #prefooter {font-size:20px;}

}
@media screen and (max-width: 358px) {
	
	#container-prefooter #prefooter {line-height:22px; padding-top:11px; padding-bottom:11px;}
	
}