/*
Theme Name: Aquamar Group
Theme URI: http://aios3-staging.agentimage.com/d/discoverbelizerealestate_new.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li,
#fixed-nav li {
	position:relative;
}
  
#nav .sub-menu,
#fixed-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    /*background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");*/
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
}
#nav .sub-menu a,
#fixed-nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover,
#fixed-nav .sub-menu a:hover {
    /*background: none repeat scroll 0 0 #b2b2b2;*/
    /*color: #000000;*/
    text-decoration: none;
}
#nav .sub-menu .sub-menu,
#fixed-nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu,
#fixed-nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li,
#fixed-nav .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #444444;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
	font: 400 36px/1 'Heebo', sans-serif;
	color: #6ac9ca;
	letter-spacing: -0.72px;
	text-transform: uppercase;
}

p {
	font: 300 14px/26px 'Heebo', sans-serif;
	color: #444444;
	letter-spacing: 0.28px;
	margin: 25px 0;
}

a {
	outline: none !important;
}

.slick-slide {
	outline: none;
}

#main-wrapper {
	position: relative;
	overflow: hidden;
}

/*******************************************************
 *
 * HEADER
 *
 *******************************************************/

#main-header {
	position: absolute;
	width: 100%;
	z-index: 1030;
	font-size: 0;
}
	#main-header.show-fixed-header .fixed-header {
		top: 0;
	}
	.fixed-header {
		position: fixed;
		width: 100%;
		background: #ffffff;
		z-index: 1031;
		top: -100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.70);
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
	}
		.fh-left {
			padding-top: 14px;
			padding-bottom: 10px;
		}
			.fh-left a {
				display: inline-block;
			}
				.fh-left img {
					max-width: 150px;
				}
		.fh-right {
			padding-top: 24px;
			padding-bottom: 10px;
			text-align: right;
		}
			#fixed-nav {

			}
				#fixed-nav li {
					position: relative;
					display: block;
				}
					#fixed-nav li a {
						display: block;
						color: #ffffff;
						text-decoration: none;
						text-transform: uppercase;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-o-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}
				#fixed-nav > li {
					display: inline-block;
					vertical-align: middle;
					margin: 0 20px;
				}
				#fixed-nav > li:first-child {
					margin-left: 0;
				}
				#fixed-nav > li:last-child {
					margin-right: 0;
				}
					#fixed-nav > li > a {
						font: 400 14px/1 'Heebo', sans-serif;
						color: #666666;
					}
					#fixed-nav > li > a:after {
						content: '';
						display: block;
						height: 4px;
						background: #6ac9ca;
						margin-top: 8px;
						max-width: 0;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-o-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}
					#fixed-nav > li:hover > a:after {
						max-width: 100%;
					}
					#fixed-nav .sub-menu {
						text-align: center;
						min-width: 185px;
					}
						#fixed-nav .sub-menu li {
							margin-bottom: 1px;
						}
							#fixed-nav .sub-menu li a {
								font: 300 12px/1 'Heebo', sans-serif;
								background: rgba(75, 173, 174, 0.9);
							}
							#fixed-nav .sub-menu li:hover > a {
								background: #6ac9ca;
							}
	.default-header {

	}
		.dh-left {
			padding-top: 20px;
		}
			.dh-left a {
				display: inline-block;
			}
				.dh-left img {
					max-width: 100%;
				}
		.dh-right {
			text-align: right;
			padding-top: 20px;
		}
			.dh-right_top {
				position: relative;
				padding-bottom: 15px;
			}
			.dh-right_top:after {
				content: '';
				display: block;
				width: 2000px;
				height: 1px;
				background: rgba(255,255,255,0.25);
				position: absolute;
				bottom: 0;
				right: calc( -100% - 530px);
			}
				.header-cont {
					display: inline-block;
					vertical-align: middle;
					margin-right: 30px;
				}
					.header-cont ul {

					}
						.header-cont li {
							display: inline-block;
							vertical-align: middle;
							border-left: 1px solid #ffffff;
							padding: 0 8px;
						}
						.header-cont li:first-child {
							padding-left: 0;
							border-left: 0;
						}
						.header-cont li:last-child {
							padding-right: 0;
						}
							.header-cont span[class^="ai-font"] {
								display: inline-block;
								vertical-align: middle;
								font-size: 14px;
								color: #ffffff;
								margin-right: 10px;
							}
							.header-cont span.ai-font-phone-o {

							}
							.header-cont span.ai-font-envelope-o {
								font-size: 10px;
							}
							.header-cont span[class^="ai-font"] + em,
							.header-cont span[class^="ai-font"] + a {
								display: inline-block;
								vertical-align: middle;
								font: 400 12px/1 'Heebo', sans-serif;
								color: #ffffff;
							}
							.header-cont a {
								text-decoration: none;
								-webkit-transition: all 0.3s ease-in-out;
								-moz-transition: all 0.3s ease-in-out;
								-o-transition: all 0.3s ease-in-out;
								transition: all 0.3s ease-in-out;
							}
							.header-cont a:hover {
								color: #6ac9ca !important;
							}
				.header-smis {
					display: inline-block;
					vertical-align: middle;
				}
					.header-smis a {
						display: inline-block;
						vertical-align: middle;
						margin: 0 10px;
						text-decoration: none;
					}
					.header-smis a:first-child {
						margin-left: 0;
					}
					.header-smis a:last-child {
						margin-right: 0;
					}
						.header-smis span[class^="ai-font"] {
							font-size: 18px;
							color: #ffffff;
							-webkit-transition: all 0.3s ease-in-out;
							-moz-transition: all 0.3s ease-in-out;
							-o-transition: all 0.3s ease-in-out;
							transition: all 0.3s ease-in-out;
						}
					.header-smis a:hover span[class^="ai-font"] {
						color: #6ac9ca;
					}
			.header-right_bottom {
				padding-top: 18px;
			}
				#nav {

				}
					#nav li {
						position: relative;
						display: block;
					}
						#nav li a {
							display: block;
							color: #ffffff;
							text-decoration: none;
							text-transform: uppercase;
							-webkit-transition: all 0.3s ease-in-out;
							-moz-transition: all 0.3s ease-in-out;
							-o-transition: all 0.3s ease-in-out;
							transition: all 0.3s ease-in-out;
						}
					#nav > li {
						display: inline-block;
						vertical-align: middle;
						margin: 0 20px;
					}
					#nav > li:first-child {
						margin-left: 0;
					}
					#nav > li:last-child {
						margin-right: 0;
					}
						#nav > li > a {
							font: 400 14px/1 'Heebo', sans-serif;
							color: #ffffff;
						}
						#nav > li > a:after {
							content: '';
							display: block;
							height: 4px;
							background: #6ac9ca;
							margin-top: 8px;
							max-width: 0;
							-webkit-transition: all 0.3s ease-in-out;
							-moz-transition: all 0.3s ease-in-out;
							-o-transition: all 0.3s ease-in-out;
							transition: all 0.3s ease-in-out;
						}
						#nav > li:hover > a:after {
							max-width: 100%;
						}
						#nav .sub-menu {
							text-align: center;
							min-width: 185px;
						}
							#nav .sub-menu li {
								margin-bottom: 1px;
							}
								#nav .sub-menu li a {
									font: 300 12px/1 'Heebo', sans-serif;
									background: rgba(75, 173, 174, 0.9);
								}
								#nav .sub-menu li:hover > a {
									background: rgba(75, 173, 174, 1);
								}

/*******************************************************
 *
 * UPPERFOLD
 *
 *******************************************************/

#upperfold-wrap {
	position: relative;
}
	#upperfold-wrap .cycloneslider {
		z-index: 1;
	}
	#upperfold-wrap:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 64px;
		background: url(images/slide-wave.png) no-repeat center bottom / auto 100%;
		z-index: 2;
	}

/*******************************************************
 *
 * QUICK SEARCH
 *
 *******************************************************/

#quicksearch-wrap {
	background: #ffffff;
	padding: 20px 0 40px;
}
	.qs-form {
		font-size: 0;
	}
		.qs-label {
			display: inline-block;
			vertical-align: middle;
			margin-right: 2.89%;
		}
			.qs-label span {
				display: inline-block;
				vertical-align: middle;
				font: 400 30px/1 'Heebo', sans-serif;
				color: #6ac9ca;
				letter-spacing: -0.6px;
				text-transform: uppercase;
			}
			.qs-label span:last-of-type {
				color: #acacac;
			}
		.field-col {
			display: inline-block;
			vertical-align: top;
			width: 18.1%;
			margin-right: 0.53%;
		}

			.field-col.field-lg {
				width: 25.1%;
			}

			.field-col.field-xs {
				width: 11.1%;
			}

		.field-col:last-of-type {
			margin-right: 0;
		}
			.qs-form .field-input {
				
			}
			.qs-form .field-input:first-of-type {
				margin-bottom: 6px;
			}
				.qs-form .field-input select,
				.qs-form .field-input input {
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					border: 1px solid rgba(142, 141, 125, 0.4);
					font: 400 10px 'Heebo', sans-serif;
					color: #777777;
					text-transform: uppercase;
					width: 100%;
					height: 27px;
					padding: 2px 10px 0;
				}
				.qs-form .field-input select {
					background: url(images/caret.png) no-repeat right center;
				}
				.qs-form .field-input select::-ms-expand {
					display: none;
				}

				.qs-form .field-input input::-webkit-input-placeholder { /* WebKit browsers */
				    color: #777777;
				}
				.qs-form .field-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
				    color: #777777;
				}
				.qs-form .field-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
					color: #777777;
				}
				.qs-form .field-input input:-ms-input-placeholder { /* Internet Explorer 10+ */
					color: #777777;
				}




		.field-btn {
			display: inline-block;
			vertical-align: middle;
			width: 14.47%;
			margin-left: 2.11%;
			margin-top: -1px;
		}
		.name-Internet_Explorer .field-btn {
			margin-left: 1.8%;
		}
			.qs-form .field-input input[type="submit"] {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				border: 0;
				font: 400 10px 'Heebo', sans-serif;
				color: #ffffff;
				letter-spacing: 0.5px;
				text-transform: uppercase;
				background: #6ac9ca;
				width: 100%;
				height: 27px;
				margin-bottom: 6px;
				padding-top: 2px;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
			.qs-form .field-input input[type="submit"]:hover {
				background: #54a0a1;
			}
			.field-btn a.adv-btn {
				display: block;
				font: 400 10px/27px 'Heebo', sans-serif;
				color: #ffffff;
				letter-spacing: 0.5px;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				background: #cccccc;
				width: 100%;
				height: 27px;
				padding-top: 2px;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
			.field-btn a.adv-btn:hover {
				background: #a3a3a3;
			}

/*******************************************************
 *
 * PROPERTIES
 *
 *******************************************************/

#properties-wrap {
	overflow: hidden;
	font-size: 0;
}
	.properties-bg {
		overflow: hidden;
	}
		.properties-bg canvas {
			background: url(images/properties-bg.png) no-repeat right center / 100% 100%;
			float: right;
			width: 72%;
		}
	#properties-wrap h2 {
		font: 400 30px/1 'Heebo', sans-serif;
		color: #6ac9ca;
		letter-spacing: -0.6px;
		text-align: center;
		text-transform: uppercase;
		margin-top: -40px;
		margin-bottom: 30px;
	}
		#properties-wrap h2 span {
			color: #acacac;
		}
	#properties-wrap h2:after {
		content: '';
		display: block;
		width: 130px;
		height: 13px;
		background: url(images/title-after.png) no-repeat center center;
		margin: 14px auto 0;
	}
	.fp-inner {
		margin: 0 -2px;
	}
		.fp-items {

		}
			.fp-item {

			}
				.fp-item a {
					display: block;
					margin: 0 2px;
					position: relative;
				}
					.fp-img {
						position: relative;
					}
					.fp-img:after {
						content: '';
						display: block;
						width: 29px;
						height: 26px;
						background: url(images/icon-magnify.png) no-repeat;
						position: absolute;
						bottom: 8px;
						right: 8px;
					}
						.fp-img canvas {
							background-position: center center;
							background-repeat: no-repeat;
							background-size: cover;
							width: 100%;
						}
					.fp-txt {
						position: absolute;
						width: 100%;
						height: 100%;
						top: 0;
						left: 0;
						background: rgba(106, 201, 202, 0.95);
						opacity: 0;
						text-align: center;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-o-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}
					.fp-txt:before {
						content: '';
						display: inline-block;
						vertical-align: middle;
						width: 0;
						height: 100%;
					}
						.fp-txt div {
							display: inline-block;
							vertical-align: middle;
						}
						.fp-address {
							display: block;
							font: 300 14px/normal 'Heebo', sans-serif;
							color: #ffffff;
							text-transform: uppercase;
							margin: 0 20% 18px;
						}
						.fp-txt ul {

						}
							.fp-txt li {
								display: inline-block;
								vertical-align: middle;
								font: 400 10px/1 'Heebo', sans-serif;
								color: #ffffff;
								text-transform: uppercase;
								padding: 1px 6px 0;
								border-left: 1px solid #ffffff;
							}
							.fp-txt li:first-child {
								border-left: 0;
							}

				.fp-item a:hover .fp-txt {
					opacity: 1;
				}

/*******************************************************
 *
 * CALL TO ACTIONS
 *
 *******************************************************/

#calltoactions-wrap {
	text-align: center;
	padding: 75px 0;
	font-size: 0;
}
	.cta-item {

	}
		.cta-item a {
			display: block;
			text-decoration: none;
			border: 1px solid #c4c4c4;
			max-width: 360px;
			height: 85px;
			margin: auto;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		.cta-item a:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			width: 0;
			height: 100%;
		}
			.cta-item span {
				display: inline-block;
				vertical-align: middle;
				font: 400 18px/1 'Heebo', sans-serif;
				color: #acacac;
				letter-spacing: -0.36px;
				text-transform: uppercase;
				padding-top: 5px;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
		.cta-item a:hover {
			border: 1px solid #6ac9ca;
			background: #6ac9ca;
		}
			.cta-item a:hover span {
				color: #ffffff;
			}

/*******************************************************
 *
 * WELCOME
 *
 *******************************************************/

#welcome-wrap {
	background: #ffffff;
	position: relative;
}
	#welcome-wrap:before,
	#welcome-wrap:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		z-index: 2;
	}
	#welcome-wrap:before {
		background: url(images/welcome-wave-1.png) no-repeat center top /auto 100%;
		height: 81px;
		top: 0;
	}
	#welcome-wrap:after {
		background: url(images/welcome-wave-2.png) no-repeat center bottom / auto 100%;
		height: 82px;
		bottom: 0;
	}
	.welcome-bg {
		background: url(images/welcome-bg.jpg) no-repeat center center / cover;		
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.2;
		z-index: 0;
	}
	#welcome-wrap .container {
		
	}
	.welcome-img-col {
		padding-top: 85px;
		padding-bottom: 35px;
		position: inherit;
	}
		.welcome-img-col img {
			max-width: 100%;
			position: relative;
			z-index: 3;
		}
	.welcome-txt-col {
		padding-top: 170px;
	}
		.welcome-txt-col-inner {
			max-width: 89.19%;
			margin: auto;
		}
		.welcome-txt-col h1 {
			font: 400 36px/1 'Heebo', sans-serif;
			color: #6ac9ca;
			letter-spacing: -0.72px;
			text-transform: uppercase;
		}
			.welcome-txt-col h1 span {
				display: block;
				font-size: 16px;
				color: #666666;
				letter-spacing: -0.32px;
				margin-bottom: 6px;
			}
		.welcome-txt-col p {
			font: 300 14px/26px 'Heebo', sans-serif;
			color: #444444;
			letter-spacing: 0.28px;
			margin: 25px 0;
		}

/*******************************************************
 *
 * TESTIMONIALS
 *
 *******************************************************/

#testimonials-wrap {
	padding: 50px 0 0;
	font-size: 0;
}
	.testimonials-bg {
    	
	}
		.testimonials-bg canvas {
			background: url(images/testimonials-bg.png) no-repeat left center / 100% 100%;
			width: 70%;
		}
	.testi-col {
		padding-top: 25px;
		padding-bottom: 25px;
	}
		.testi-col h2 {
			display: inline-block;
			font: 400 30px/1 'Heebo', sans-serif;
			color: #6ac9ca;
			letter-spacing: -0.6px;
			text-transform: uppercase;
			margin-bottom: 45px;
		}
		.testi-col h2:after {
		    content: '';
		    display: block;
		    width: 130px;
		    height: 13px;
		    background: url(images/title-after.png) no-repeat center center;
		    margin: 25px auto 0;
		}
		.testi-items {

		}
			.testi-item {

			}
				.testi-item p {
					font: 300 14px/27px 'Heebo', sans-serif;
					color: #777777;
					margin-bottom: 30px;
				}
				.testi-item span {
					font: 400 18px/1 'Heebo', sans-serif;
					color: #6ac9ca;
					text-transform: uppercase;
				}
			.testi-items .slick-dots {
				margin: 40px 0 20px;
			}
				.testi-items .slick-dots li {
					display: inline-block;
					vertical-align: middle;
					width: 12px;
					height: 12px;
					border-radius: 50%;
					background: #cecece;
					margin: 0 3px;
				}
				.testi-items .slick-dots li.slick-active {
					background: #6ac9ca;
				}
				.testi-items .slick-dots li:first-child {
					margin-left: 0;
				}
				.testi-items .slick-dots li:last-child {
					margin-right: 0;
				}
					.testi-items .slick-dots li button {
						display: none;
					}
		a.view-all-testi {
			display: inline-block;
			font: 400 10px/27px 'Heebo', sans-serif;
		    color: #ffffff;
		    letter-spacing: 0.5px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			background: #6ac9ca;
			width: 120px;
			height: 27px;
			padding-top: 2px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		a.view-all-testi:hover {
			background: #54a0a1;
		}
	.video-col {
		text-align: center;
		padding-top: 25px;
		padding-bottom: 50px;
	}
		.video-col h2 {
			font: 400 30px/1 'Heebo', sans-serif;
			color: #6ac9ca;
			letter-spacing: -0.6px;
			text-transform: uppercase;
		}
			.video-col h2 span {
				color: #acacac;
			}
		.video-col h2 + span {
			display: block;
			font: 400 12px/1 'Heebo', sans-serif;
			color: #777777;
			letter-spacing: 9.36px;
			text-transform: uppercase;
			margin-bottom: 25px;
		}
		.video-col a.aios-video-popup {
			display: block;
			position: relative;
			max-width: 460px;
			margin: auto;
		}
		.video-col a.aios-video-popup:before {
			content: '';
			display: block;
			position: absolute;
			width: 66px;
			height: 66px;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			background: url(images/icon-play.png) no-repeat center center;
		}
			.video-col canvas {
				max-width: 100%;
			}
		.video-col a.video-link {
			display: inline-block;
			font: 700 10px/1 'Heebo', sans-serif;
			color: #6ac9ca;
			text-decoration: underline;
			text-transform: uppercase;
			margin-top: 28px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		.video-col a.video-link:hover {
			color: #54a0a1;
		}

/*******************************************************
 *
 * FOOTER
 *
 *******************************************************/

#main-footer {
	background: #464646;
	position: relative;
	padding: 85px 0 70px;
	font-size: 0;
}
	#main-footer:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 66px;
		top: 0;
		background: url(images/footer-wave.png) no-repeat center top / auto 100%;
		z-index: 3;
	}
	.footer-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(images/footer-bg.jpg) no-repeat center center / cover;
		opacity: 0.05;
		z-index: 1;
	}
	#main-footer .container {
		position: relative;
		z-index: 2;
	}
	.footer-contact {
		margin-bottom: 58px;
	}
		.footer-contact span.head-title {
			display: block;
			font: 400 30px/1 'Heebo', sans-serif;
			color: #68d4d5;
			letter-spacing: -0.6px;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 35px;
		}
			.footer-contact span.head-title em {
				font-style: normal;
				color: #ffffff;
			}
		.footer-form {
			position: relative;
		}
			.footer-form .field-input {
				position: relative;
				display: inline-block;
				vertical-align: middle;
			}
			.footer-form .field-sm {
				width: 26.14%;
				margin-right: 0.6%;
			}
			.footer-form .field-lg {
				width: 46.49%;
			}
				.footer-form .field-input input[type="text"],
				.footer-form .field-input input[type="email"],
				.footer-form .field-input textarea {
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					font: 400 10px 'Heebo', sans-serif;
					color: #c1c1c1;
					text-transform: uppercase;
					background: none;
					border: 1px solid rgba(255,255,255,0.6);
					width: 100%;
					height: 46px;
					padding: 2px 20px 0;
				}
				.footer-form .field-input textarea {
					padding: 15px 20px 13px;
					resize: none;
				}
				.footer-form .field-input input[type="submit"] {
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					border: 0;
					width: 21px;
					height: 20px;
					background: url(images/icon-send.png) no-repeat center center;
					position: absolute;
					right: 8px;
					bottom: 12px;
					-webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
				.footer-form .field-input input[type="submit"]:hover {
					opacity: 0.7;
				}
				.footer-form .wpcf7-form-control-wrap {
					display: block;
				}
				.footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
					font-size: 10px;
				}
				.footer-form div.wpcf7 .ajax-loader {
					position: absolute;
					right: -20px;
					top: 15px;
				}
				.footer-form div.wpcf7-response-output {
					font-size: 12px;
					color: #fff;
					text-align: center;
					margin: 5px auto 0;
					position: absolute;
					width: 100%
				}
	.footer-logo {
		margin-bottom: 55px;
		text-align: center;
	}
		.footer-logo a {
			display: inline-block;
		}
			.footer-logo img {
				width: 232px;
				max-width: 100%;
			}
	.footernav {
		text-align: center;
		margin-bottom: 18px;
	}
		.footernav li {
			display: inline-block;
			vertical-align: middle;
			margin: 0 14px;
		}
			.footernav a {
				display: block;
				font: 400 12px 'Heebo', sans-serif;
				color: #acacac;
				text-decoration: none;
				text-transform: uppercase;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
			.footernav a:hover {
				color: #6ac9ca ;
			}
	.copyright {
		font: 300 10px/15px 'Heebo', sans-serif;
		color: #acacac;
		text-align: center;
	}
		.copyright a {
			color: inherit;
			text-decoration: none;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		a.footer-ai-link {
			font-weight: 700;
			color: #ffffff;
		}
		.copyright a:hover {
			color: #6ac9ca;
		}
 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title { 
	font: 400 36px/1 'Heebo', sans-serif;
	color: #6ac9ca;
	letter-spacing: -0.72px;
	text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
	font: 400 36px/1 'Heebo', sans-serif;
	color: #6ac9ca;
	letter-spacing: -0.72px;
	text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}

#content .entry, 
#content .entry p {
	font: 300 14px/26px 'Heebo', sans-serif;
	color: #444444;
	letter-spacing: 0.28px;
}

#content .entry p {
	margin: 25px 0;
}

.ip-banner {
	background: url(images/ip-banner.jpg) no-repeat center center / cover;
	height: 500px;
	position: relative;
}
.ip-banner:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 64px;
	background: url(images/slide-wave.png) no-repeat center bottom / 100% 100%;
}
	.ip-cta-wrap {
		padding: 200px 0 50px;
		text-align: center;
	}
		.ip-cta-wrap .cta-item a {
			border: 1px solid #ffffff;
		}
		.ip-cta-wrap .cta-item a:hover {
			border: 1px solid #6ac9ca;
		}
			.ip-cta-wrap .cta-item span {
				color: #ffffff;
			}

#inner-page-wrapper {

}

/*******************************************************
 *
 * SIDEBAR
 *
 *******************************************************/
	.sb-qs {
		max-width: 300px;
		margin: 65px auto auto;
		font-size: 0;
	}	
		.sb-qs .qs-label {
			text-align: center;
			margin: auto auto 10px;
			width: 100%;
		}
		.sb-qs .qs-label span {
			font-size: 25px;
		}
		.sb-qs .field-lg,
		.sb-qs .field-sm {
			width: 100%;
		}
		.sb-qs .field-lg .field-input {
			width: 100%;
			float: left;
			margin: 2px 0;
		}
		.sb-qs .field-sm .field-input {
			width: calc( 50% - 2px );
			float: left;
			margin: 2px 0;
		}
		.sb-qs .field-sm .field-input:first-of-type {
			
		}
		.sb-qs .field-sm .field-input:last-of-type {
			float: right;
		}
		.sb-qs .field-btn {
			width: 100%;
			margin-left: 0;
		}
		.sb-qs .field-btn input[type="submit"] {
			float: left;
			margin: 2px 0;
		}
		.sb-qs .field-btn a.adv-btn {
			float: left;
			margin: 2px 0;
		}
	.sb-logo {
		max-width: 300px;
		margin: 50px auto 20px;
		text-align: center;
		font-size: 0;
	}
		.sb-logo a {
			outline: none;
		}
			.sb-logo img {
				max-width: 100%;
			}
	.sb-ci {
		max-width: 300px;
		margin: auto;
		font-size: 0;
		text-align: center;	
	}
		.sb-cont {

		}
			.sb-cont ul {
				margin-left: 0;
			}
				.sb-cont li {
					display: block;
					margin: 10px 0;
				}
				.sb-cont li:first-child {
					
				}
				.sb-cont li:last-child {
					
				}
					.sb-cont span[class^="ai-font"] {
						display: inline-block;
						vertical-align: middle;
						font-size: 14px;
						color: #acacac;
						margin-right: 10px;
					}
					.sb-cont span.ai-font-phone-o {

					}
					.sb-cont span.ai-font-envelope-o {
						font-size: 10px;
					}
					.sb-cont span[class^="ai-font"] + em,
					.sb-cont span[class^="ai-font"] + a {
						display: inline-block;
						vertical-align: middle;
						font: 400 12px/1 'Heebo', sans-serif;
						color: #acacac;
					}
					.sb-cont a {
						text-decoration: none;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-o-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}
					.sb-cont a:hover {
						color: #6ac9ca !important;
					}
		.sb-smis {
			
		}
			.sb-smis a {
				display: inline-block;
				vertical-align: middle;
				margin: 0 10px;
				text-decoration: none;
			}
			.sb-smis a:first-child {
				margin-left: 0;
			}
			.sb-smis a:last-child {
				margin-right: 0;
			}
				.sb-smis span[class^="ai-font"] {
					font-size: 18px;
					color: #acacac;
					-webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
			.sb-smis a:hover span[class^="ai-font"] {
				color: #6ac9ca;
			}

/* Mobile Header Start */
.aios-mobile-header-wrapper {
    z-index: 1040 !important;
}
.amh-header-buttons {
    background: #6ac9ca !important;
}
    .amh-header-buttons.amh-1a .amh-center .amh-phone-text,
    .amh-header-buttons > div {
        color: #ffffff !important;
    }

    .amh-navigation .amh-menu li:hover > a, .amh-navigation .amh-menu li.open > a {
        background: #6ac9ca !important;
    }

    .amh-navigation .amh-menu li ul {
        background: #54a0a1 !important;
    }

    .amh-navigation .amh-menu li ul li a {
        color: #ffffff;
    }
/* Mobile Header End */


.ai-contact-wrap input[type="submit"],
.ai-contact-wrap input.wpcf7-submit {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	 

.agent-description span[style*="color"] {
    margin: 25px 0;
    display: block;
}
#content .agent-description p span[style*="color"] {
	margin: 0;
	display: inline;
}

#content .property-description .property-det {
	font-size: 10.5pt;
	font-family: 'Arial',sans-serif;
}
div#agent-meta-box {
    display: none;
}
.wpcr3_review_datePublished {
    /* display:  none !important; */
    font-size:  0px !important;
}

span.wpcr3_item_name {
    font-size: 0px;
}

.popup-wrap-request .request-more-info .m-form input[type="submit"], 
.popup-wrap-schedule .schedule-showing .m-form input[type="submit"] {
	width: 100%;
	float: none;
}

.page-id-299 input.aios-listing-button3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	font: 400 10px 'Heebo', sans-serif;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #6ac9ca;
	width: 100%;
	max-width: 120px;
	height: 27px;
	margin-bottom: 6px;
	padding-top: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.page-id-299 input.aios-listing-button3:hover {
		background: #54a0a1;
	}

#content-listings .layoutArea .column {
	float: left;
}

.aios-listings-search-form h3 + div + div + div + div.field.left {
	width: 66.18%;
}

.aios-roadmaps.no-border a.aios-roadmap-link span.aios-roadmap-icon {
	width: 72px;
}

.list-wrapper {
	margin-bottom: 30px;
}

#breadcrumbs a {
	color: inherit;
}

.grid .prop-img-wrap {
	overflow: hidden;
}

.grid .prop-det .prop-title {
	min-height: 91px;
}

.prop-det p {
    min-height: 78px;
}

.error-page-cf-wrap div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.sort-right .sort-sel {
	float: none;
	display: inline-block;
}

.wpcf7-spinner{
	position: absolute;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

