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


@media screen and (max-width: 1130px) {
	#container-header .wrap {padding:0 5px;}

	#frontbox {}
		
		#frontbox .frontbox-item {
		width:23%;
		margin-left:1%;
		margin-right:1%;
		}
		
			#frontbox .frontbox-item:nth-child(4n+4) {margin-right:1px;}
			#frontbox .frontbox-item:nth-child(4n+5) {clear:left;}
			
			
		.pagesearch #frontbox .frontbox-item {
		width:32%;
		margin:0 2% 0 0;
		}
		
		.pagesearch #frontbox .frontbox-item:nth-child(4n+4) {margin-right:2%;}
		.pagesearch #frontbox .frontbox-item:nth-child(3n+3) {margin-right:0px;}
		.pagesearch #frontbox .frontbox-item:nth-child(3n+4) {clear:left;}
		
		#farms #frontbox .frontbox-item {width:32%; margin-right:1%; clear:none; margin-left:0;}
		#farms #frontbox .frontbox-item:nth-child(4n+4) {margin-right:1%;}
		#farms #frontbox .frontbox-item:nth-child(4n+5) {clear:none;}
		#farms #frontbox .frontbox-item:nth-child(3n+3) {margin-right:0px;}
		#farms #frontbox .frontbox-item:nth-child(3n+4) {clear:left;}
	
			
		.sellproperty #frontbox .frontbox-item {width:32%; margin-right:1%; clear:none; margin-left:0;}
		.sellproperty #frontbox .frontbox-item:nth-child(4n+4) {margin-right:1%;}
		.sellproperty #frontbox .frontbox-item:nth-child(4n+5) {clear:none;}
		.sellproperty #frontbox .frontbox-item:nth-child(3n+3) {margin-right:0px;}
		.sellproperty #frontbox .frontbox-item:nth-child(3n+4) {clear:left;}	
		
		.sellproperty #main #frontbox .frontbox-item {width:32%; margin-right:1%; clear:none; margin-left:0;}
		.sellproperty #main #frontbox .frontbox-item:nth-child(4n+4) {margin-right:1%;}
		.sellproperty #main #frontbox .frontbox-item:nth-child(4n+5) {clear:none;}
		.sellproperty #main #frontbox .frontbox-item:nth-child(3n+3) {margin-right:0px;}
		.sellproperty #main #frontbox .frontbox-item:nth-child(3n+4) {clear:left;}	
		
		
		
		#stuff-page #frontbox .frontbox-item {width:32%; margin-right:2%; margin-left:0; clear:none;}
		#stuff-page #frontbox .frontbox-item:nth-child(4n+4) {margin-right:2%;}
		#stuff-page #frontbox .frontbox-item:nth-child(4n+5) {clear:none;}
		#stuff-page #frontbox .frontbox-item:nth-child(3n+3) {margin-right:0;}
		#stuff-page #frontbox .frontbox-item:nth-child(3n+4) {clear:left;}
}

@media screen and (max-width: 1080px) {
	#container-header .wrap {
	padding:0 10px;
	}
	
	#top-nav {margin-left:50px; width:50%; text-align:left; padding-top:20px;}
	
	#navigation {
	clear:both;
	float:none;
	width:100%;
	margin-left:0;
	}
	
	#header #logo {padding-top:20px;}
}


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

	.property-gallery {
	padding-left:1%;
	}
	
		.property-gallery .property-gallery-item {
		width:32%;
		margin-right:1%;
		background-color:#ffffff !important;
		}
			.property-gallery .property-gallery-item:nth-child(4n+5) {clear:none;}
			.property-gallery .property-gallery-item:nth-child(2n+2) {background:#f7f7f7 !important;}
			.property-gallery .property-gallery-item:nth-child(3n+3) {margin-right:0%}
			.property-gallery .property-gallery-item:nth-child(3n+4) {clear:both;}
			
			
}



/* Small Screens / Tablets */
@media screen and (max-width: 980px) {
	
	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-nav,
	#container-flash,
	#container-bread,
	#container-intro,
	#container-main,
	#container-main-top,
	#container-main-bottom,
	#container-footer,
	#container-base {
	width:100%;
	}
	
		#container-header {
		background-repeat:repeat;
		
		}
	
	#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;
		}
			#container-header .wrap {padding:0 15px;}
		
			#top-nav {
			width:30%;
			}
			
			#header #logo {
			margin:0 5px;
			padding:5px 0;
			padding-top:20px;
			}

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

	#navigation {
	clear:both;
	float:none;
	height:auto;
	padding:0 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
	
	.background-gradient {bottom:0;}
	
			#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;}
	
	
	
	.flex-caption {
	width:50%;
	}
	
	
	
	#flash {
	padding-right:0;	
	}
		#flash .flash-thumbnails {display:none;}
		
		#flash .flash-thumbnails {
		padding-top:0;	
		}
			#flash .flash-items .flash-item .flash-text a h2 {
			font-size:24px;
			line-height:20px;
			padding:0;	
			}
			
			#flash .flash-items .flash-item .flash-text a h3 {
			padding-bottom:12px;
			font-size:13px;
			line-height:17px;	
			}
	
	
	

	#desktop-link {display:inline;}
	
	
	#footer .footer-left {
	width:45%;
	margin-bottom:24px;	
	}
	
	#footer .footer-middle-01 {
	width:45%;
	margin-bottom:24px;	
	clear:both;
	}
	
	#footer .footer-middle-02 {
	width:45%;
	margin-bottom:24px;	
	}
	
	#footer .footer-right {
	width:53%;
	margin-bottom:24px;	
	float:right;
	}
	
	.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;}
		
		
		
	.offices {}
	
		.offices .office {
		width:49%;
		margin-right:2%;
		}
		
			.offices .office:nth-child(3n+3) {margin-right:2%;}
			.offices .office:nth-child(3n+4) {clear:none;}
			
			.offices .office:nth-child(2n+2) {margin-right:0%;}
			.offices .office:nth-child(2n+3) {clear:both;}
	
}


@media screen and (max-width: 950px) {
	.big-buddy-page .main-bottom {display:none;}
}


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

	#navigation {width:100%;}

	#frontbox {
	}
		
		#frontbox .frontbox-item {
		width:48%;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:16px;
		}
		
			#frontbox .frontbox-item:nth-child(4n+4) {margin-right:0px;}
			#frontbox .frontbox-item:nth-child(4n+5) {clear:none;}
			#frontbox .frontbox-item:nth-child(2n+3) {clear:both;}


	.pagesearch #frontbox .frontbox-item {
	width:48%;
	margin-right:4%;	
	}
	
		.pagesearch #frontbox .frontbox-item:nth-child(3n+3) {margin-right:4%;}
		.pagesearch #frontbox .frontbox-item:nth-child(3n+4) {clear:none;}
		
		.pagesearch #frontbox .frontbox-item:nth-child(2n+2) {margin-right:0;}
		.pagesearch #frontbox .frontbox-item:nth-child(2n+3) {clear:both;}


		.imageboxes.textover .imagebox-item {
		width:48%;
		margin-right:4%;
		margin-bottom:40px;
		}
				.imageboxes.textover .imagebox-item:nth-child(3n+3) {margin-right:4%;}
				.imageboxes.textover .imagebox-item:nth-child(3n+4) {clear:none;}

				.imageboxes.textover .imagebox-item:nth-child(2n+2) {margin-right:0%;}
				.imageboxes.textover .imagebox-item:nth-child(2n+3) {clear:both;}


	.property-gallery {
	padding-left:1%;
	padding-right:1%;
	}
	
		.property-gallery .property-gallery-item {
		width:49%;
		margin-right:2%;
		background-color:#ffffff !important;
		}
			.property-gallery .property-gallery-item:nth-child(2n+2) {background:#ffffff !important;}
			.property-gallery .property-gallery-item:nth-child(4n+2) {background:#f7f7f7 !important;}
			.property-gallery .property-gallery-item:nth-child(4n+3) {background:#f7f7f7 !important;}
			
			.property-gallery .property-gallery-item:nth-child(3n+4) {clear:none;}
			.property-gallery .property-gallery-item:nth-child(3n+3) {margin-right:2%;}
			.property-gallery .property-gallery-item:nth-child(2n+2) {margin-right:0%;}
			.property-gallery .property-gallery-item:nth-child(2n+3) {clear:both;}
			
	.testimonial-holder .testimonial-item {width:100%;margin-right:0;min-height:0;}
	
	
	#frontbox.smallbox .frontbox-item	{clear:none !important; width:20% !important; margin-right:5% !important;}
		#frontbox.smallbox .frontbox-item:nth-child(7n+7) {margin-right:5% !important;}
		#frontbox.smallbox .frontbox-item:nth-child(7n+8) {clear:none !important;}
		#frontbox.smallbox .frontbox-item:nth-child(4n+4) {margin-right:0 !important;}
		#frontbox.smallbox .frontbox-item:nth-child(4n+5) {clear:left !important;}
		#frontbox.smallbox .frontbox-item a {text-align:center;}
			
			
}

@media screen and (max-width: 800px) {
	.contact-form.edit56c233394412c .form-item {width:100% !important; margin-right:0% !important; float:none !important; clear:both !important;}
	.contact-form.edit56c233394412c .subbut {
	float:right;
	clear:both;
	display:inline-block;
	width:auto;
	margin:0;
	padding:0;
	margin-right:22%;
	}
	
}

@media screen and (max-width: 760px) {
	
	
	.flex-caption {
	display:none;
	}

	#header .tagline {
	max-width:20%;
	margin-top:40px;	
	}

	

	#image-rotator {display:none;}
		#container-flash .wrap h1 {padding-top:24px;}
		
		
	
}

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

/* Small Tablets */
@media screen and (max-width: 650px) {
	
	
		#header #logo {
		max-width:45%;
		}
	
		#top-nav {display:none;}
		
		#header .tagline {
		float: right;
		font-size: 22px;
		padding-top: 22px;
		margin-top:0;
		padding-right:10px;
		}
		
		#header #search {}
	
					
	#container-header {
	background-image:none;
	/*background: #2d78b3;
	background: -moz-linear-gradient(top, #2d78b3 0%, #0f62a5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d78b3), color-stop(100%,#0f62a5));
	background: -webkit-linear-gradient(top, #2d78b3 0%,#0f62a5 100%);
	background: -o-linear-gradient(top, #2d78b3 0%,#0f62a5 100%);
	background: -ms-linear-gradient(top, #2d78b3 0%,#0f62a5 100%);
	background: linear-gradient(to bottom, #2d78b3 0%,#0f62a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d78b3', endColorstr='#0f62a5',GradientType=0 );
	border-bottom:#2d78b3 1px solid;*/
	}
					
	#mobile-menu a {
	float:left;
	clear:both;
	color:#fff;
	border-color:#00adef;
	display:inline-block;
	background-color:#00adef;
	background-image:url(../../images/icon_menu.png);
	font-weight:600;
	text-transform:uppercase;
	}
	
	#navigation {
	display:none;
	padding:0 0 0 0;
	background: #00adef;
	width:100%;
	border-top:#00adef 1px solid;
	margin-left:0;
	padding-bottom:3px;
	}	
		
		#navigation ul li {
		float:left;
		display:inline-block;
		width:48%;
		margin-right:4%;
		margin-top:3px;
		}
				#navigation ul li:nth-child(2n+2) {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;
			}
			
		#navigation li.home-item a,
		#navigation ul li.facebook a,
		#navigation ul li.facebook a strong,
		#navigation ul li.facebook a b {
		text-indent:0px;
		padding:0;
		width:100%;
		background-image:none;
		color:#fff;
		}	
		
			#navigation ul li.facebook a:hover,
			#navigation ul li.facebook .over,
			#navigation ul li.facebook .on, 
			
			#navigation ul li.facebook a:hover b,
			#navigation ul li.facebook .over b,
			#navigation ul li.facebook .on b, 
			
			#navigation ul li.facebook a:hover strong,
			#navigation ul li.facebook .over strong,
			#navigation ul li.facebook .on strong, 
			
			#navigation li.home-item a:hover,
			#navigation li.home-item .over,
			#navigation li.home-item .on {
			color: #002b49;
			background-color:#fff;
			background-image:none;
			}
			
			
		#navigation .sub-nav a {display:none;}
		
			#navigation ul li.mobile-item {
			display:block;
			}
		
	
	#navigation .sub-nav {
	position:inherit;
	float:none;
	display:none;
	width:100%;
	top:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	box-shadow:none !important;
	}

		
		
		.background-gradient {display:none;}
	.facebook {display:none;}
	
		#slider .slider-text {
		width:70%;
		bottom:-40%;
		}
		#flash .flash-items .flash-item {padding:0;}
			#flash .flash-items .flash-item .flash-text {display:none;}
			#flash .flash-items .flash-item .flash-image {
			box-shadow:none;
			width:100%;
			text-align:center;
			}
	
	
	#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%;
		}
	
	
	.news-holder-two-col .news-item {
    width:100%;
    margin-bottom:30px;
	}
	
	
	.imageboxes.textonly .imagebox-item {
	width:100% !important;
	margin-right:0 !important;
	clear:both !important;
	float:none;
	}
	
	/* Services */
	.services-holder .services-item .services-item-text {width:70%;}
	.services-holder .services-item .services-item-image {width:25%;}

	.services-holder-grid-side .services-item .services-item-text,
	.services-holder-grid-side .services-item .services-item-image {width:100%;}
	
	.services-holder-grid-under .services-item {
	width:30%;
	margin-right:5%;
	}
		.services-holder-grid-under div:nth-child(4n+4) {margin-right:5%;}
		.services-holder-grid-under div:nth-child(4n+5) {clear:none;}
		.services-holder-grid-under div:nth-child(3n+3) {margin-right:0%;}
		.services-holder-grid-under div:nth-child(3n+4) {clear:left;}
	
	
	
	/* 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(5n+5) {margin-right:5%;}
		.gallery-holder div:nth-child(5n+6) {clear:none;}
		.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 .form-item {}

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

		form .label,
		form .label2,
		form .input,	
		form .select,
		form .checkbox,
		form .radio,
		form .textarea,
		form .label-padding,
		form .subbut {
		width:100%;
		margin-left:0%;
		}
		
		.contact-form.edit56c233394412c .subbut {margin-right:0;}
		
		
	.form-item.edit4b5505c1d1924,
	.form-item.edit4b5505f975d84,
	.form-item.edit4b54efaac30a9 {
	width:100%!important;
	margin-right:0 !important;	
	}
	
	.contact-form.edit56c233394412c .form-item .label,
	.contact-form.edit56c233394412c form .input, 
	.contact-form.edit56c233394412c form .textarea {width:100%; margin-right:0;;}
	
	.contact #main .main-content {
	width:100%!important;
	padding-left:0;
	border-left:0;	
	}
	
	.contact #main .main-left {
	width:100%!important;	
	}		
				
	.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%;}
		
		
		
		
	.property-listing {
	padding:4px;
	border:solid #d5d3d3 1px;
	margin-bottom:10px;
	}
		.property-listing-price,
		.property-listing-address,
		.property-listing-time,
		.property-listing-bedroom,
		.property-listing-bathroom,
		.property-listing-garage {
		text-align:left;
		background-position:left 15px center;
		background-repeat:no-repeat;
		background-size:auto 12px;
		}
		
		.property-listing-cos {
		text-align:left;	
		}
		
		.property-listing-price {display:none;}
		.property-listing-address {width:100%;}
		.property-listing-time {width:40%;}
		.property-listing-bedroom {width:20%;}
		.property-listing-bathroom {width:20%;}
		.property-listing-garage {width:20%;}
		
			.property-listing-bedroom {background-image:url(../../images/bedroom.gif);}
			.property-listing-bathroom {background-image:url(../../images/bathroom.gif);}
			.property-listing-garage {background-image:url(../../images/garage.gif);}
		
		.mobile-hide {display:none;}
		
		
		.property-listing-address a {}
			.property-listing-address a .property-listing-address-popup {display:none;}
			
			
			
			
	.offices {}
	
		.offices .office {
		width:100%;
		margin-right:0%;
		}
		
			.offices .office:nth-child(3n+3) {margin-right:0%;}
			.offices .office:nth-child(3n+4) {clear:both;}
			
			.offices .office:nth-child(2n+2) {margin-right:0%;}
			.offices .office:nth-child(2n+3) {clear:both;}
			
			
		#farms #frontbox .frontbox-item {width:49%; margin-right:2%; clear:none; margin-left:0;}
		#farms #frontbox .frontbox-item:nth-child(3n+3) {margin-right:2%;}
		#farms #frontbox .frontbox-item:nth-child(3n+4) {clear:none;}
		#farms #frontbox .frontbox-item:nth-child(2n+2) {margin-right:0px;}
		#farms #frontbox .frontbox-item:nth-child(2n+3) {clear:left;}
	
		.sellproperty #frontbox .frontbox-item {width:49%; margin-right:2%; clear:none; margin-left:0;}
		.sellproperty #frontbox .frontbox-item:nth-child(3n+3) {margin-right:2%;}
		.sellproperty #frontbox .frontbox-item:nth-child(3n+4) {clear:none;}
		.sellproperty #frontbox .frontbox-item:nth-child(2n+2) {margin-right:0px;}
		.sellproperty #frontbox .frontbox-item:nth-child(2n+3) {clear:left;}
		
		.sellproperty #main #frontbox .frontbox-item {width:49%; margin-right:2%; clear:none; margin-left:0;}
		.sellproperty #main #frontbox .frontbox-item:nth-child(3n+3) {margin-right:2%;}
		.sellproperty #main #frontbox .frontbox-item:nth-child(3n+4) {clear:none;}
		.sellproperty #main #frontbox .frontbox-item:nth-child(2n+2) {margin-right:0px;}
		.sellproperty #main #frontbox .frontbox-item:nth-child(2n+3) {clear:left;}
		
		
		
		#stuff-page #frontbox .frontbox-item {width:49%; margin-right:2%; clear:none; margin-left:0;}
		#stuff-page #frontbox .frontbox-item:nth-child(3n+3) {margin-right:2%;}
		#stuff-page #frontbox .frontbox-item:nth-child(3n+4) {clear:none;}
		#stuff-page #frontbox .frontbox-item:nth-child(2n+2) {margin-right:0px;}
		#stuff-page #frontbox .frontbox-item:nth-child(2n+3) {clear:left;}
}




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

	.property-gallery {
	padding-left:0%;
	padding-right:0%;
	}
	
		.property-gallery .property-gallery-item {
		width:100%;
		margin-right:0% !important;
		background-color:#ffffff !important;
		}
		
			.property-gallery .property-gallery-item:nth-child(2n+2) {background:#ffffff !important;}
			.property-gallery .property-gallery-item:nth-child(4n+2) {background:#ffffff !important;}
			.property-gallery .property-gallery-item:nth-child(4n+3) {background:#ffffff !important;}
			
			.property-gallery .property-gallery-item:nth-child(2n+2) {background:#f7f7f7 !important;}
			
}



/* Phones */
@media screen and (max-width: 480px) {
	
	.blue-border {border:none; margin:0; padding:0;}
	.hide-on-mobile {display:none;}
	.show-on-mobile {display:block;}
	
	.right-staff-image {display:block; float:right; max-height:120px; margin:10px; margin-right:0;}
		.right-staff-image img {height:120px; max-height:100%; width:auto; max-width:100%;}

	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%;
	}
	
	#container2 {
	width:100%;
	}
	
	
	#header {
	height:auto;
	}
		#header #logo {
		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:20px 30px;
		margin:0 0 0 0;
		float:none;
		}
			#header #logo img {
			width: 100%;
			max-height:none;
			}
			
			#top-nav,
			#header #search {display:none;}
			
		#header .tagline {
		width:100%;
		text-align:center;
		display:none;
		}
		
		#container-header .wrap {padding:0;}
		
		
		#header .mobile-link {
		width:100%;
		display:none;
		}
		
		#header .mobile-link a {
		display:inline-block;
		margin-top:10px;
		float:left;
		color:#ffffff;
		height:50px;
		line-height:22px;
		padding:0 10px 0 36px;
		font-size:20px;
		font-weight: 600;
    	text-transform: uppercase;
		background-color:#00adef;
		background-image:url(../../images/phone_icon_white.png);
		background-position:5px center;
		background-size:contain;
		background-repeat:no-repeat;
		border:solid #00adef 14px;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
		
		
	#navigation {
	display:none;
	height:auto;
	font-size:18px;
	line-height:20px;
	color:#ffffff;
	padding:0 0 0 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	width:100%;
	margin-left:0;
	background-color:#002b49;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:15px 20px;
		width:100%;
		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:18px;
			background-color:#002b49;
			}
			
			#navigation ul li.mobile-item {
			display:block;
			}
			
	
		#navigation a {
		float:none;
		display:block;
		height:auto;
		line-height:28px;
		text-align:left;
		color:#ffffff;
		padding:0 10px!important;
		margin-bottom:6px;
		background-color:#00adef;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:auto;
			line-height:28px;
			}	
			
			
			#navigation li.home-item a:hover,
			#navigation li.home-item .over,
			#navigation li.home-item .on,
			
			#navigation ul li.facebook a:hover,
			#navigation ul li.facebook .over,
			#navigation ul li.facebook .on,
			
			#navigation ul li.facebook a:hover b,
			#navigation ul li.facebook .over b,
			#navigation ul li.facebook .on b,
			
			#navigation ul li.facebook a:hover strong,
			#navigation ul li.facebook .over strong,
			#navigation ul li.facebook .on strong,
			
			#navigation a:hover,
			#navigation .over,
			#navigation .on,
			
			#navigation a:hover strong,
			#navigation .over strong,
			#navigation .on strong,
			
			#navigation a:hover b,
			#navigation .over b,
			#navigation .on b {
			color:#00adef;
			background-color:#fff;
			}
				
			
			
		#navigation ul li.facebook {
		border-radius:0;  
		background-color:#002b49; 
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		margin-bottom:6px;
		}
		#navigation ul li.facebook a {min-height:0; line-height:28px; margin:0; border-radius:0;}
			
		#navigation .nav-div {display:none; margin-bottom:10px;}
		
		#navigation li.home-item a {background-color:#00adef;}
		
		#navigation .sub-nav {
		position:inherit;
		float:none;
		display:block;
		width:100%;
		top:0px;
		font-size:18px;
		line-height:20px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		box-shadow:none;
		/*border-top: solid 1px rgb(26,65,91);*/
		background-color:#002b49;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
			#navigation .sub-nav li {
			float:none;
			width:100%;
			display:block;
			margin:0 0 0 0;
			padding:0 0 0 20px;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			line-height:18px;
			}
				#navigation .sub-nav a {
				float:none;
				display:block;
				width:100%;
				line-height:28px;
				margin:0 0 0 0px;
				padding:0 0 0 10px!important;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				height:auto;
				background:none;
				border:none;
				margin-bottom:6px;
				color:#fff;
				background-color:#00adef;
				}
					#navigation .sub-nav a:hover {
					float:none;
					display:block;
					margin:0 0 0 0px;
					padding:0 0 0 10px!important;
					background:none;
					border:none;
					margin-bottom:6px;
					/*background-color:#fff;*/
					color:#00adef;
					background-color:#fff;
					}
					
					
	#mobile-menu a {
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	height:50px;
	margin-top:10px;
	}
					
					
	
	#slider,
	#flash,
	#slidebox {display:none;}
	
	
	#image-rotator {display:none;}
	
	
		#frontbox {}
		
		#frontbox .frontbox-item,
		#frontbox .frontbox-item-white,
		#frontbox .frontbox-item-black {
		width:100% !important;
		}
			#frontbox .frontbox-item h2,
			#frontbox .frontbox-item-white h2,
			#frontbox .frontbox-item-black h2 {
			font-size:18px;
			line-height:22px;
			}
		
		
		
	#main {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
	
		.pagesearch #main .main-right,
		#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:30px;line-height:38px;}
	#main h2 {font-size:26px;line-height:34px;}
	#main h3 {font-size:22px;line-height:32px;}
	#main h4 {font-size:18px;line-height:32px;}
	#main .main-right h5,
	#main .main-left h5 {font-size:18px;line-height:24px;}
	#main .main-right h6,
	#main .main-left h6 {font-size:18px;line-height:24px;}
	
	.small {font-size:15px;line-height:23px;}
	.large {font-size:17px;line-height:25px;}
		
		
		
	#footer .footer-left {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:18px;
	}
		
	#footer .footer-middle-01 {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	}
		
	#footer .footer-middle-02 {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	}
	
	#footer .footer-right {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:18px;
	}
	
	#footer {font-size:16px;line-height:26px;}
	#footer h4 {font-size:24px;line-height:28px;font-weight:400;}
	
	
	#desktop-link {display:inline;}
	
	
	#frontbox.smallbox .frontbox-item	{clear:both !important; width:100% !important; margin-right:0% !important;}
	
	.imageboxes.textover .imagebox-item {
	width:100% !important;
	margin-right:0 !important;
	clear:both !important;
	margin-bottom:40px;
	}
		
	/* Services */
	.services-holder-grid-side .services-item,
	.services-holder-grid-side .services-item .services-item-text,
	.services-holder-grid-side .services-item .services-item-image,
	.services-holder-grid-under .services-item {
	width:100%;
	}
	
		.services-holder-grid-under .services-item .limit-image,
		.services-holder-grid-under .services-item .limit-image img {
		height:auto;	
		max-height:none;
		}
	

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

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

}