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



/* Small Screens / Tablets */
@media screen and (max-width: 1200px) {
	
	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,
		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%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
		.wrap {#
		padding:0 20px;	
		}
	
		#header {
		height:auto;
		}
			#container-header .wrap {padding:0 20px;}
		
			#top-nav {display:none;}

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

	#navigation {}
	
			#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;}
	

	
	#pre-footer {}
	
		#pre-footer .prefooter-item {
		width:22%;
		margin-right:2%;
		margin-bottom:2%;
		padding-right:2%;
		text-align:center;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
		
			.prefooter-item:nth-child(4n+4) {
			margin-right:0;
			padding-right:0;
			border-right:none;
			}
		
	#base {}
	
		#base .base-right,
		#base .base-left {
		width:100%;
		clear:both;
		float:none;
		text-align:center;	
		}
		
	#desktop-link {display:inline;}
	
	.faq-holder ol {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
	
	
	/* 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;}
		
	.staff.custom {}	
	
		#main-divider .custom a.item-phone {
		font-size:22px;	
		}
		
	/* Admin Tables */
	.responsive-table {}
		
			/* Hide moderate priority */
			.responsive-table .priority-moderate {
			display:none;
			}
	
	.popup-container .wrapper {
	width:560px !important;
	}
	
}

@media screen and (max-width:1080px) {
	
	
	#header {}
	
		#header #logo {
		width:100%;
		text-align:Center;	
		}
	
	
	#navigation {
	width:100%;
	clear:both;
	height:auto;
	display:block;
	margin-top:12px;
	}
		
		#navigation ul li {
		float:left;
		display:inline-block;
		width:20%;
		margin-right:0%;
		}
				#navigation ul li:nth-child(5n+6) {clear:right;}
				
			#navigation a.facebook-item,
			#navigation a.linkedin-item,
			#navigation a {
			width:100%;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			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;
			}
			
	#navigation .sub-nav {
	top:45px;
	left:0;
	}
	
		#navigation .sub-nav a {
		text-align:left;
		}
		
	#base {
	line-height:30px;
	}
	
		#base .base-left {
		float:left;
		width:100%;
		text-align:center;	
		}
		
		#base .base-right {
		width:100%;
		text-align:center;	
		}
	
	/* STAFF PAGE */
	.staff.custom {}
	
		.staff.custom .staff-item {
		float:left;
		width:22%;
		margin-right:4%;
		margin-bottom:4%;
		}
			.staff.custom .staff-item:nth-child(6n+6) {margin-right:4%;}
			.staff.custom .staff-item:nth-child(6n+7) {clear:none;}
			
			.staff.custom .staff-item:nth-child(4n+4) {margin-right:0%;margin-bottom:64px;}
			.staff.custom .staff-item:nth-child(4n+5) {clear:left;}
		
		
		.staff.custom .staff-item.leader {
		clear:left;
		}
		
	/* NEWS PAGE */
	.news-holder {}
	
		.news-holder .award-item {}
		
			.news-holder .award-item h2 {
			padding-top:5%;
			}
	
	
}

@media screen and (max-width: 1000px) {
	
	#container-popup {
	height:336px;
	}
}

@media screen and (max-width:980px) {
	
	.faq-holder ol {}
	
		.faq-holder ol li {}
		
			.faq-answer .faq-image {
			max-width:30%;	
			}
		
			.faq-answer .faq-answer-hold {
			float:left;
			width:65%;	
			}
			
}

@media screen and (max-width:940px) {
	
	#main h2 {
	font-size:56px;
	}
	
	
}


@media screen and (max-width:900px) {
	
	#main-divider .img-right {
	max-width:100%;
	width:100%;
	text-align:center;	
	}
	
	#main-divider .staff {
	width:100%;
	display:block;	
	margin-top:24px;
	}
		
	
}

@media screen and (max-width: 880px) {
	
	.popup-container .wrapper {
	width:560px !important;
	}
	
}


/* Tablets */
@media screen and (max-width: 850px) {
	
	
	/* 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:48%;
			margin-right:4%;
			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(2n+2),
				.image-boxes.five-column .image-box:nth-child(2n+2),
				.image-boxes.four-column .image-box:nth-child(2n+2) {margin-right:0%;}
				
				.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) {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;
			}
			
}

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

	
	#navigation {
	width:100%;
	}
	
		#navigation ul li {
		width:32%;
		margin-right:2%;	
		}
		
			#navigation ul li:nth-child(3n+3) {margin-right:0;}
			#navigation ul li:nth-child(3n+4) {clear:left;}
		
	
}

@media screen and (max-width:800px) {
	
	.flex-caption {}
		.flex-caption h2 {
		font-size:44px;
		line-height:40px;	
		}
		
	.fifty.left-box {
	font-size:20px;
	line-height:28px;	
	}
	
	.fifty.right-box {
	font-size:30px;
	line-height:38px;	
	}
		
	
	#pre-footer {}
	
		#pre-footer .prefooter-item {
		width:32%;
		margin-right:1%;
		padding-right:1%;	
		}
		
			#pre-footer .prefooter-item:nth-child(4n+4) {
			margin-right:1%;
			padding-right:1%;
			border-right:1px solid #bebfbd;
			}
			
			#pre-footer .prefooter-item:nth-child(3n+3) {
			margin-right:0;
			padding-right:0;
			border-right:none;	
			}
	
	
	#footer {}
	
	.form-item .label {font-size:18px;}
	
}


@media screen and (max-width:770px) {
	
	.flex-cat-nav {}
	
		.flex-cat-nav li {
		width:32%;
		margin-right:2%;	
		}
		
			.flex-cat-nav li:nth-child(3n+3) {margin-right:0;}

		.footer-left .button {
		margin-bottom:2px;	
		}
		
	#main .main-content,
	#main .main-left,
	#main .main-right,
	#main .full-left,
	#main .full-right {
	width:100%;
	margin:0;
	}
	
		.paragraph-padded {padding-top:4px;}
	
}

@media screen and (max-width: 750px) {
	
	.popup-container .wrapper .text-holder {
	clear:both !important;
	margin-left:0px !important;
	padding-top:30px !important;
	}
	
	#container-popup {
	height:336px !important;
	}
	
	#container-popup .wrapper .icon-wrapper img:last-of-type {
	display:block !important;
	}
	
	#container-popup .wrapper .icon-wrapper img:first-of-type {
	display:none !important;
	}
	
	#container-popup .wrapper .icon-wrapper {
	width:560px;
	}
}


/* Small Tablets */
@media screen and (max-width: 650px) {
	
	
		#header #logo {}
	
		#top-nav {
		clear:right;
		}

		#header #search {}
	
	
	#navigation {
	padding:0 0 0 0;
	}	
		
	
	
		#slider .slider-text {
		width:70%;
		bottom:-40%;
		}
		
		.flex-caption {
		font-size:20px;	
		}
		
			.flex-caption h2 {
			font-size:40px;
			}
		
		
	.random-image {}
	
		.random-image .intro-text {
		font-size:28px;
		line-height:36px;
		padding-left:93px;	
		}
			.random-image .intro-text:before {
			top:0;
			width:80px;
			height:53px;
			background-size:contain;
			}
	
	#main-top {
	line-height:36px;	
	}
	
	.right-box,
	.left-box {
	float:left;
	width:100%;	
	}
	
		.right-box {
		margin-top:24px;	
		}
	
	
	
	
	#main {}	
		
		#main .thirds {}
			#main .main-third {
			float:none;
			width:100%;
			margin-right:0;
			margin-top:10px;
			margin-bottom:18px;	
			}
	
	.faq-holder ol {padding-right:40px;}
	
		.faq-answer {}
		
			.faq-answer .inner-holder {
			margin-top:24px;	
			}
		
				.faq-answer .faq-image {
				display:inline;
				max-width:50%;
				margin-left:10px;
				margin-bottom:10px;	
				}
				
				.faq-answer .faq-answer-hold {
				float:none;
				width:100%;
				display:inline;	
				}
	#pre-footer {}
	
		#pre-footer .prefooter-item {
		width:48%;
		margin-right:4%;
		padding-right:4%;
		}
		
			#pre-footer .prefooter-item:nth-child(3n+3) {margin-right:4%;border-right:1px solid #bebfbd;padding-right:4%;}
			#pre-footer .prefooter-item:nth-child(3n+4) {clear:none;border-right:1px solid #bebfbd;}
			
			#pre-footer .prefooter-item:nth-child(2n+2) {margin-right:0%;border-right:none;}
			#pre-footer .prefooter-item:nth-child(2n+3) {clear:left;}
			
			
	
		#footer .footer-right,
		#footer .footer-left {
		width:100%;
		clear:both;
		display:block;	
		text-align:left;
		padding-bottom:14px;
		}
	
	/* STAFF PAGE */
	.staff.custom {}
			
	.staff {
	float:left;
	display:block;
	width:100%;
	margin-right:0;
	padding-top:20px;
	}
	
			.staff .staff-item {
			float:left;
			width:48%;
			margin-right:4%;
			margin-bottom:4%;
			}
				
				.staff .staff-item:nth-child(2n+2) {margin-right:2%;margin-bottom:44px;}
				.staff .staff-item:nth-child(2n+3) {clear:none;}
				
				.staff .staff-item:nth-child(2n+2) {margin-right:0%;margin-bottom:44px;}
				.staff .staff-item:nth-child(2n+3) {clear:left;}
				
				.staff a.item-phone {
				font-size:26px;	
				}
				
				.staff .cat-title {
				font-size:34px;
				font-weight:600;	
				padding-bottom:14px;
				}
	
		
	.service-details,
	.project-details {
	float:left;
	width:100%;
	margin:4px 0;
	text-align:left;
	}
	
		.project-info {
		float:left;
		display:inline-block;
		width:32%;
		margin-right:2%;	
		margin-bottom:2%;
		}
			.project-info:nth-child(3n+3) {margin-right:0;}
			.project-info:nth-child(3n+4) {clear:left;}
		
			.project-info.news {
			display:block;
			width:100%;
			margin-right:0;	
			}
			
				.project-details .award-link {
				clear:none;	
				width:22%;
				margin-right:4%;
				max-height:200px;
				text-align:center;
				cursor:pointer;
				}
					.project-details .award-link:nth-child(4n+4) {margin-right:0;}
					.project-details .award-link:nth-child(4n+5) {clear:left;;}
					
					.project-details .award-link img {max-height:200px;}
					
	.project-details .title {
	clear:left;
	float:left;	
	}
	
	/* 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;}

	.staff.custom {}				
				
		#main-divider .staff .staff-item {
		width:45%;
		margin-right:10%;	
		}
		
			#main-divider .staff .staff-item:nth-child(4n+4) {margin-right:10%;}
			#main-divider .staff .staff-item:nth-child(4n+5) {clear:none;}
			
			#main-divider .staff .staff-item:nth-child(2n+2) {margin-right:0;}
			#main-divider .staff .staff-item: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);
					}

	/* NEWS MODULE */
	.news-holder {}
	
		.news-holder .award-item {
		width:48%;
		margin-right:4%;	
		}
		
			.news-holder .award-item:nth-child(3n+3) {margin-right:4%;}
			.news-holder .award-item:nth-child(3n+4) {clear:none;}
			
			.news-holder .award-item:nth-child(2n+2) {margin-right:0;}
			.news-holder .award-item:nth-child(2n+3) {clear:left;}
	
	
	/* 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%;}
	
	#container-popup {
	height:336px !important;
	}
	
}

@media screen and (max-width:600px) {
	
	#container-popup {
	height:270px;
	}
	
		#container-popup .wrapper {
		background: url(../images/christmas_banner_mobile_large.png);
		width:450px !important;
		height:270px;
		}
	
}

@media screen and (max-width:580px) {
	
	
	.flex-caption {
	font-size:16px;	
	}
	
		.form-item {
		width:100%;
		margin:0;
		}
		
	.fifty.left-box,
	.fifty.right-box {
	width:100%;
	text-align:left;
	margin-top:0;
	}
	
		.fifty.right-box {
		margin-top:24px;	
		}
}


/* 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%;
	}
	
		#container-header .wrap {padding:0;}
		
	#container2 {
	width:100%;
	}
	
	
	#header {
	height:auto;
	}
		#header #logo {
		width:100%;
		padding:20px 24px 10px;
		-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;
		}
			#header #logo img {
			width:100%;
			}
			
			#top-nav,
			#header #search {display:none;}

		#mobile-link {display:block;}
			
			#mobile-link a {
			position:relative;
			clear:none;
			float:left;
			width:100%;
			display:inline-block;
			height:50px;
			line-height:50px;
			padding:0 12px;
			padding-left:55px;
			margin-top:10px;
			color:#fff;
			background-color:#A2A2A2;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
			
				#mobile-link a:before {
				font-family: 'stileshooker' !important;
				content: "\e900";
				position:absolute;
				left:20px;
				top:0px;
				}
			
				#mobile-link h4 {display:none;}
					#mobile-link:hover a {color:#fff;background-color:#eb1d27;}
		
		
	#navigation {
	display:none;
	height:auto;
	font-size:18px;
	line-height:20px;
	color:#ffffff;
	padding:0 0 0 0;
	margin-top:0;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:14px 20px 4px 20px;
		}
			#navigation ul li {
			float:none;
			width:100%;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			display:block;
			line-height:18px;
			}
			
			#navigation ul li.mobile-item {
			display:block;
			}
	
		#navigation a {
		float:none;
		display:block;
		height:auto;
		line-height:40px;
		text-align:left;
		color:#ffffff;
		padding:0 10px;
		margin-bottom:6px;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:auto;
			line-height:40px;
			}	
			
		#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;
		background-color:#2D2D2D;
		}
			#navigation .sub-nav li {
			float:none;
			width:100%;
			display:block;
			margin:0 0 0 0;
			padding:0 0 0 0;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			padding-left:20px;
			line-height:40px;
			}
				#navigation .sub-nav a {
				float:none;
				display:block;
				width:100%;
				font-size:18px;
				line-height:40px;
				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;
					}
					
            #navigation a.facebook-item strong,
            #navigation a.linkedin-item strong {
            background-size: auto 80%;
            background-position: right 10px center;
            }
        
					
	#mobile-menu a {
	display:inline-block;
	width:100%;
	height:54px;
	line-height:54px;
	border:none;
	padding-left:55px;
	border-color:#eb1d27;
	background-color:#eb1d27;
	background-size:20px;
	background-position-x:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
	
	
	#navigation a.facebook-item,
	#navigation a.linkedin-item {
	padding-left:35px;
    height:40px;
    text-align:left;
	text-indent:0;
	font-size:18px;
	color:#fff;
	}
		#navigation a.facebook-item:after,
		#navigation a.linkedin-item:after {
		height:40px;
		line-height:40px;
		/*color:#fff;*/
		text-align:left;
		width:30px;
		left:10px;
		right:auto;
		font-size:20px;
		}
					
	
	#slider,
	#flash,
	#slidebox,
	#image-rotator {display:none;}
		
	.random-image {
	min-height:360px;
	background-position:center center;
	}
	
		.random-image .wrap {
		height:360px;	
		}
		
		
	#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;
		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 .main-right,
			#main .main-left {
			padding-top:32px;
			}
		
		#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:20px;line-height:30px;}
	
	#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:18px;line-height:23px;}
	.large {font-size:28px;line-height:36px;}
		
		
			.service #main h1 {padding: 45px 0 50px 0;}
		
	#pre-footer {
	padding:24px 0;	
	}
		#pre-footer .prefooter-item {
		width:100%;
		display:block;
		margin:0;
		padding:0;
		border:none;	
		text-align:center;
		}
			#pre-footer .prefooter-item:nth-child(2n+3),
			#pre-footer .prefooter-item:nth-child(4n+4) {
			border-right:0;
			margin-right:0;
			padding-right:0;
			}
		
	
		
	#footer .footer-left {
	float:none;
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:18px;
	}
	
		.footer-left .button {
		float:none;
		width:100%;
		display:block;
		margin-right:0;
		margin-bottom:4px;
		clear:both;	
		}
		
		.footer-left .icon-facebook {
		float:none;
		text-align:center;
		display:block;	
		}
		
	#footer .footer-middle {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	}
	
	#footer .footer-right {
	float:none;
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:18px;
	}
	
	#footer {font-size:16px;line-height:26px;}
	#footer h4 {font-size:28px;line-height:32px;font-weight:400;}
	
	#base {
	font-size:18px;
	}
	
		#base .base-left,
		#base .base-right {
		width:100%;
		text-align:center;
		clear:both;
		}
	
	
	#desktop-link {display:inline;}
	
	
	.forms-page .document-icons-holder {padding-bottom:40px;}
	
	
	.faq-answer .inner-holder {
	margin-top:24px;	
	}

		.faq-answer .faq-image {
		display:inline;
		max-width:100%;
		margin-left:0px;
		margin-bottom:10px;	
		}
		
		.faq-answer .faq-answer-hold {
		float:none;
		width:100%;
		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;
			}
			
	
	
	
	.project-details {}
	
		.project-details .award-link {
		width:32%;
		margin-right:2%;	
		}
		
			.project-details a.award-link:nth-child(4n+4) {margin-right:2%;}
			.project-details a.award-link:nth-child(4n+5) {clear:none;}
			
			.project-details a.award-link:nth-child(3n+3) {margin-right:0;}
			.project-details a.award-link:nth-child(3n+4) {clear:both;}
			
	/* 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%;
			}
			
			
	/* STAFF PAGE */
	.staff {}
	
		.staff .staff-item {
		float:left;
		width:32%;
		margin-right:2%;
		margin-bottom:4%;
		}			
			
			.staff .staff-item:nth-child(3n+3) {margin-bottom:0;}
			
			.staff .staff-item.leader {
			padding-top:80px;	
			}
			
			.staff .staff-item .cat-title {
			top:20px;
			font-size:34px;
			font-weight:600;	
			}
			
			
	/* 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;
		}
	
		.news-holder .award-item {
		width:100%;
		margin-right:0%;	
		}	
			.news-holder .award-item:nth-child(2n+2) {margin-right:0;}
			.news-holder .award-item:nth-child(2n+3) {clear:left;}
	

	/* 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 {}
	
		.staff a {color:#848484;}
	
		#main-divider .staff .staff-item {
		float:left;
		display:block;
		width:100%;
		}
		
			.staff .staff-item .item-image {
			opacity:1;
			float:left;
			max-width:48%;	
			}
			
			.staff .staff-item .information {
			float:left;
			width:48%;
			margin-left:4%;	
			}
			
				.information h6 {
				font-size:30px;
				line-height:36px;	
				}
				
				.information .small {
				font-size:20px;
				line-height:30px;	
				}
	
	/* 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%;
	}
	
	
	/* 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;
	}
	
	.home #main-top h1 {
	padding-top:26px;
	padding-bottom:0px;
	}

}

@media screen and (max-width: 480px) {
	
	#container-popup .wrapper .icon-wrapper {
	width:560px;
	}
	
	#container-popup .wrapper .text-holder h2 {
	font-size:32px;
	}
	
	#container-popup .close-popup {
	font-size:35px;
	}
	
}

@media screen and (max-width: 460px) {
	
	#container-popup {height:180px;}
	
		#container-popup .wrapper {
		background: url(../images/christmas_banner_mobile.png);
		width:300px !important;
		height:180px;
		}
	
}

@media screen and (max-width: 450px) {
	
	#container-popup {
	height:180px !important;
	}
}

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

	.link-button {
	font-size:16px;
	padding:15px 25px;
	}
	
	.large {
    display:block;
    color:#fff;
	font-size:20px;
    line-height:24px;
    background-color:#eb1d27;
    padding:15px 20px;
    border-radius:6px;
    margin-bottom:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}

	h1,
	.home h1,
	#main h1 {
	font-size:25px;
	line-height:30px;
	}
		 .home #main-top h1 {padding:20px 0;}
		 
	#main h2 {font-size:22px;line-height:26px;}
	#main h3 {font-size:20px;line-height:24px;}
	#main h4 {font-size:18px;line-height:24px;}
	#main .main-right h5,
	#main .main-left h5 {font-size:18px;line-height:24px;font-weight:600;}
	#main .main-right h6,
	#main .main-left h6 {font-size:18px;line-height:24px;font-weight:600;}

	#header {}
	
		#header #logo {
		padding:20px 26px;
		}
			
			#header #logo img {width:80%;}
		
		#header #mobile-link {display:block;}
		
		#mobile-link {
		float:left;
		width:50%;
		display:block;
		}
		
			#mobile-link a {
			height:40px;
			line-height:40px;
			margin-top:0;
			font-size:18px;
			}
	
		#mobile-menu {
		float:right;
		width:50%;
		display:block;
		}
		
			#mobile-menu a {
			height:40px;
			line-height:40px;
			margin-top:0;
			text-align:center;
			padding:0;
			width:100%;
			display:block;
			}
			
	#navigation {
	background-color:#eb1d27;
	border-top:1px solid #ff0000;
	}
	
		#navigation a {
		padding:0 15px;
		font-size:16px;
		background-color:#ff0000;
		border-radius:4px;
		text-transform:capitalize;
		}
		
		#navigation .sub-nav {
		background-color:transparent;
		box-sizing:border-box;
		padding-left:20px;
		}
		
			#navigation .sub-nav li {padding-left:0;}
			
				#navigation .sub-nav a {
				padding:0 15px;
				font-size:16px;
				background-color:#ff0000;
				border-radius:4px;
				}
					
					#navigation .sub-nav a:hover {
					background-color:#e00404;
					padding:0 15px;
					}
					
				#navigation a.facebook-item {
				font-size:16px;
				}
	
	#main-top,
	.home #main-top {
	padding:25px 0 0 0;
	}
	
	#main {
	padding-bottom:25px;
	}
		#container-main-top + #container-main #main {padding-top:25px;}
		
		#main, #main .main-right p,
		#main .main-left p,
		#main .main-right .side-holder,
		#main .main-left .side-holder {
		font-size:16px;
		line-height:22px;
		}
			
	#main-bottom {
	padding:0 0 25px 0;
	}
	
		#main .main-left,
		#main .main-right {padding-top:0;}
	
	
	#footer {}
	
		.footer-left .button {
		font-size:18px;
		padding:12px 15px;
		height:auto;
		}
		
			#pre-footer .prefooter-item {
			display:inline-block;
			float:left;
			text-align:left;
			width:auto;
			font-size:18px;
			font-style:italic;
			clear:none;
			margin-right:24px;
			padding-right:0;
			}
			
				#pre-footer .prefooter-item:nth-child(1) {
				clear:both;
				display:block;
				width:100%;
				margin-right:0;
				}
					#pre-footer .prefooter-item:nth-child(2n+2),
					#pre-footer .prefooter-item:nth-child(2n+3),
					#pre-footer .prefooter-item:nth-child(4n+4) {
					clear:none;
					margin-right:24px;
					padding-right:0px;
					}
		
	#base {
	font-size:14px;
	}
	
	
	
	form .input input,
	form select,
	form textarea,
	.image-file {
	height:28px;
	}
		
	
		.form-item {margin-bottom:10px;}
		
			.form-item .label {font-size:15px;}
				.form-item .textarea textarea {height:100px;}
			
}