/*
Theme Name: Chase Real Properties (Berlin)
Theme URI: http://aios3-staging.agentimage.com/c/chaserealproperties.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.7
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.	Mobile styles
  
*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* Global */

/*::selection {
	
	color: #fff;
}*/

/* Placeholder effect */
[placeholder]:focus::-webkit-input-placeholder {
 transition: all 0.2s linear;
 transform: translate(10px, 0);
	opacity: 0;
	color:inherit;
}

input[type=text]:focus::-webkit-input-placeholder {
	color:inherit;
}

textarea {
	overflow-x:hidden; 
}

body{
	font: 400 16px/29px "Open Sans";
	color: #646464;
	background: #FFF;
	margin: 0;
}

.wrapper {
	width: 100%;
	position: relative;
}


a:hover {
	text-decoration: none;
	color: inherit; 
  outline: none;
}


a:link, a:visited { 

  outline: none;

}


.ai-btn,
a.ai-btn {
	display: inline-block;
    width: 100%;
    padding: 3px 9px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #012f60;
    text-align: center;
    position: relative;
    outline: none;
}

.ai-btn span,
a.ai-btn span {
	position: relative;
	z-index: 2;
	font-weight: 700;
}

.ai-btn:before,
a.ai-btn:before {
	width: 100%;
	height: 0;
	content: '';
	z-index: 1;
	position: absolute;
	background: #cb0a11;
	top: 0;
	left: 0;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
}

.ai-btn:hover,
a.ai-btn:hover {
	color: #fff;
}

.ai-btn:hover:before,
a.ai-btn:hover:before {
	height: 100%;
}

.ai-btn:active,
a.ai-btn:active {
	top: 2px;
}


/* IP Banner */
.ip-banner {
	width: 100%;
	height: 350px;
	background: url(images/slide-1.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

/* Header */
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

/* body.home #header {
	position: absolute;
} */

	.header-content.wrapper {
		background: #fff;
	}

		a.header-logo,
		.header-logo {
			text-decoration: none;
			display: inline-block;
			padding: 14px 0;
		}

			a.header-logo span,
			.header-logo span{
				display: block;
				text-transform: uppercase;
			}

			a.header-logo span.bold,
			.header-logo span.bold {
				font: 400 50px/50px "Oswald";
				color: #023060;
			}

			a.header-logo span.thin,
			.header-logo span.thin {
				font-size: 14px;
			    color: #5481aa;
			    line-height: 25px;
			    letter-spacing: 5.5px;
			    padding-left: 2px;
			}

				a.header-logo img,
				.header-logo img {
					display: block;
					max-width: 100%;
					height: auto;
				}

		.header-widget-right {
			text-align: right;
			padding: 20px 0px;
		}

			.header-widget-right a.header-contact-btn {
				margin-right: 15px;
			    display: inline-block;
			    vertical-align: middle;
				color: #ffffff !important;
				padding: 9px 17px;
    			font: 600 15px "Open Sans";
    			text-align: center;
    			text-transform: uppercase;
    			text-decoration: none;
    			background-color: #023060;
			}
				.header-widget-right a.header-contact-btn:hover {
					opacity: 0.8;
				}

			.header-contact-wrap,
			.header-right-logo {
				display: inline-block;
				vertical-align: middle;
			}

				.contact-wrap {
					position: relative;
				}

					.contact-wrap .contact-email,
					.contact-wrap .contact-phone {
						display: block;
						color: #424242;
						font-weight: 600;
						line-height: 20px;
					}

					.contact-wrap .contact-email a,
					.contact-wrap .contact-phone a,
					.contact-wrap .contact-email span,
					.contact-wrap .contact-phone span,
					.contact-wrap .contact-email em,
					.contact-wrap .contact-phone em {
						text-decoration: none;
						vertical-align: middle;
						display: inline-block;
						color: #424242;
					}

					.contact-wrap .contact-email {
						font-size: 17px;/*
						margin-top: 25px;*/
						display: flex;
					    align-items: center;
					    justify-content: center;
					}

					.contact-wrap .contact-phone {
						font-size: 20px;
						display: inline-block;
						vertical-align: middle;
						margin-left: 15px;
					}

					.contact-wrap .contact-email .ai-icon {
						font-size: 14px;
					}

					.contact-wrap .contact-phone .ai-icon {
						font-size: 17px;
					}

					.contact-wrap .ai-icon {
						color: #023060!important;
						line-height: 8px;
					}

			.header-right-logo {
				border-left:1px solid #77b7d9;
				padding-left: 20px;
				margin-left: 15px;
			}

			.fairhousing a {
    font-weight: bold;
    color: #424242;
}


.fairhousing a:hover {
    background: #023060;
    color: #fff;
}
.fairhousing {
    margin-bottom: 8px;
}
.fairhousing a {
    border: 1px solid;
    padding: 6px 12px;
    font-size: 12px;
    text-transform: uppercase;
}
	

	/* Navigation */
	#navigation {
		margin-top: 1px;
		background: #fff;
		height: 38px;
	}

		/* #navigation .inner {
			width: 100%;
			max-width: 1246px;
			margin: 0 auto;
		} */

		#navi {
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			font-size: 0;
			text-align: center;
		}

			#navi:after {
				clear: both;
				content: '';
				display: block;
			}
			
			#navi li {
				display: inline-block;
				/* float: left; */
				position: relative;
			}

				#navi li a {
					display: block;
					/*padding: 9px 45px;*/
					padding: 9px 10px;
					font: 600 15px "Open Sans";
					color: #023060;
					text-transform: uppercase;
					text-decoration: none;
					/* background: #fff; */
					

					transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
				}

					#navi li:hover > a {
						background: #023060; 
						color: #fff;
					}

				#navi li ul {
					display: none;
					position: absolute;
					left: 50%;
					width: 200px;
					margin-left: -100px;
					text-align: left;
				}

					#navi li ul li {
						display: block;
						padding: 0px;
						float: none;
					}

						#navi li ul li a {
							display: block;
							padding: 8px 20px;
							background: #023060;
							color: #fff;
							font-size: 12px;
							line-height: 14px; 
							text-align: center;
						}

						#navi li ul li:hover > a {
							background: #ec1c24;
						}

					#navi li ul li ul {
						top: 0;
						left: 100%;
						margin: 0;
					}

/* Fixed Header */
.fixed-header-wrapper {
	background: #fff;
	width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    z-index: 999;

    top: -100px;

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.56);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.56);
	box-shadow: 0 0 10px rgba(0,0,0,.56);
}

	.fixed-header-wrapper .container {
		font-size: 0;
	}

	.fixed-header-wrapper .header-logo-wrap,
	.fixed-header-wrapper .header-nav,
	.fixed-header-wrapper .header-right {
		display: inline-block;
		vertical-align: middle;
	}

	.fixed-header-wrapper .header-logo-wrap {
		width: 19.73%;
		color: #023060;
	}

		.fixed-header-wrapper a.header-logo span.bold, 
		.fixed-header-wrapper .header-logo span.bold {
		    font: 400 33px/30px "Oswald";
		    color: #023060;
		}

		.fixed-header-wrapper a.header-logo span.thin, 
		.fixed-header-wrapper .header-logo span.thin {
		    font-size: 9.65px;
		    color: #5481aa;
		    line-height: 19px;
		    letter-spacing: 3.5px;
		    padding-left: 2px;
		}

	.fixed-header-wrapper .header-nav {
		/*width: 59.21%;*/
		width: 71.21%;
		padding-left: 1.90%;
	}

		#navi-fixed {
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			font-size: 0;
			text-align: center;
		}

			#navi-fixed:after {
				clear: both;
				content: '';
				display: block;
			}
			
			#navi-fixed li {
				/* display: inline-block; */
				float: left;
				position: relative;
			}

				#navi-fixed li a {
					display: block;
					padding: 9px 5px;
					font: 600 11px "Open Sans";
					color: #023060;
					text-transform: uppercase;
					text-decoration: none;
					/* background: #fff; */
					

					transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
				}

					#navi-fixed li:hover > a {
						background: #023060; 
						color: #fff;
					}

				#navi-fixed li ul {
					display: none;
					position: absolute;
					left: 50%;
					width: 150px;
					margin-left: -75px;
					padding-top: 29px;
				}

					#navi-fixed li ul li {
						display: block;
						padding: 0px;
						float: none;
					}

						#navi-fixed li ul li a {
							display: block;
							padding: 8px 10px;
							background: #023060;
							color: #fff;
							font-size: 11px;
						}

						#navi-fixed li ul li:hover > a {
							background: #ec1c24;
						}

					#navi-fixed li ul li ul {
						top: 0;
						left: 100%;
						margin: 0;
						padding-top: 0;
					}

	.fixed-header-wrapper .header-right {
		/*width: 21.06%;*/
		width: 9.06%;
		text-align: right;
	}

		.fixed-header-wrapper .header-contact-wrap,
		.fixed-header-wrapper .header-right-logo {
			display: inline-block;
			vertical-align: middle;

			border: none;
			padding: 0;
			margin: 0;
		}

		.fixed-header-wrapper .header-contact-wrap {
			/*width: 39.64%;*/
			font-size: 0;
			text-align: center;
		}

			.fixed-header-wrapper .header-contact-wrap a[class*="ai-"],
			.fixed-header-wrapper .header-contact-wrap span[class*="ai-"] {
				display: inline-block;
				vertical-align: middle;
				/*width: 50%;*/
				height: 31px;
				overflow: hidden;
				text-decoration: none;
				color: #023060;
				box-sizing: border-box;
				padding: 0 10px;
			}
			.fixed-header-wrapper .header-contact-wrap a span:hover {
				color: #cb0a11;
			}

			.fixed-header-wrapper .header-contact-wrap a[class*="ai-"]:before,
			.fixed-header-wrapper .header-contact-wrap span[class*="ai-"]:before  {
				font-size: 16px;
				line-height: 31px;
			}

			.fixed-header-wrapper .header-contact-wrap .ai-phone {
				border-right: 1px solid #dce6f4;
			}
		

		.fixed-header-wrapper .header-right-logo {
			width: 51.98%;
			margin-left: 3%;
		}

			.fixed-header-wrapper .header-right-logo img {
				max-width: 116px;
			}



/* Slideshow */
#hero {
	position: relative;
	z-index: 1;
	margin-top:110px;
}
	
	.ai-slideshow-placeholder {
			position: relative;
		}

			.ai-slideshow-placeholder img {
				width: 100%;
				height: auto;
				display: block;
			}


	#hero .center-area {
		height: 0;
		position: relative;
	}

	#hero .cycloneslider-slide:before {
		z-index: 10;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		content: '';
		background: rgba(0,0,0,.30);
	}

	/* Slide Content Area */
	.slide-content-area {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		z-index: 50;
		font-size: 0;
	}

		.slide-content-area:before {
			width: 0%;
			height: 100%;
			display: inline-block;
			vertical-align: middle;
			content: '';
		}

		.slide-center-widget {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			font-size: 16px;
			text-align: center;
		}


			.slide-center-widget .tagline-search-wrapper {
				display: inline-block;
				vertical-align: middle;
			}
			

			.slide-center-widget .h-slide-arrows {
				opacity: 0;
			}

			.slide-center-widget .prev-main-slide,
			.slide-center-widget .next-main-slide {
				position: absolute;
				width: 37px;
				height: 120px;
				top: 50%;
				margin-top: -60px;
				cursor: pointer;
				background: url(images/navigation-arrow.png);
			}

			.slide-center-widget .prev-main-slide {
				margin-left: -37px;
				left: 0;
				background-position: top left;
			}

				.slide-center-widget .prev-main-slide:active {
					left: 0;
				}

			.slide-center-widget .next-main-slide {
				margin-right: -37px;
				right: 0;
				background-position: top right;
			}

				.slide-center-widget .next-main-slide:active {
					right: 0;
				}

		
			.slide-center-widget .tagline-search-wrapper {
			    width: 100%;
			    text-align: center;
			}
					
				/* Tagline */

				.tagline-wrap {
				    opacity: 0;
				    height: 83px;
				    overflow: hidden;
				}

				.tagline-wrap .tagline-item {
					outline: none;
					color: #ffffff;
					text-transform: uppercase;
					font: 300 56px "Oswald";
					letter-spacing: 0.5px;
					text-shadow: 0 1px 2px rgba(0,0,0,.3);
				}

					.tagline-item strong {
						font-weight: 400;
					}

					
				/* Search */
				.searchwrapper {
					width: 78.94%;
					/*margin: 72px auto 0;*/
					margin: 30px auto 0;
					display: block;
					font-size: 0;
					display: none;
				}

					.searchwrapper form {
						margin: 0;
						display: block;
					}
					
					.searchwrapper select,
					.searchwrapper input {
						box-sizing: border-box;

						border: none;
						outline: none;
						border-radius: 0;

						height: 29px;

						/* -webkit-appearance: none;
						-moz-appearance: none;
						appearance: none; */
					}

					.searchwrapper select,
					.searchwrapper input {
						display: inline-block;
						vertical-align: middle;
						font: 400 12px "Open Sans";
						color: #404040;
						font-style: italic;
						background: #fff;
						width: 11.33%;
						border-radius: 0;

						padding: 5px 20px 5px 7px;

						margin-left: 1%;
					}

					.searchwrapper select.qs-no-margin {
						margin-left: 0;
					}

					.searchwrapper select.qs-long-field {
						width: 24.55%;
					}

						.qs-controls {
							margin-top: 19px;
						}

						.qs-controls input[type="submit"],
						.qs-controls a {
							position: relative;
							display: inline-block;
							vertical-align: middle;
							height: 35px;
							width: 18%;
							max-width: 165px;
							cursor: pointer;
							margin: 0;
							padding: 0px 0px;
							letter-spacing: 1px;

							font: 700 14px "Open Sans";
							line-height: 35px;
							color: #ffffff;
							text-align: center;
							text-transform: uppercase;
							text-decoration: none;
							outline: none;

							transition: all .25s ease-in-out;
							-webkit-transition: all .25s ease-in-out;
							-moz-transition: all .25s ease-in-out;
						}

						.qs-controls input[type="submit"] {
							margin-right: 6px;
							background: #cb0a11;
						}

							.qs-controls input[type="submit"]:hover {
								background: #fd2930;
							}

						.qs-controls a{
							background: #012f60;
						}

							.qs-controls a:hover {
								background: #0e4e92;
							}

						.qs-controls input[type="submit"]:active,
						.qs-controls a:active {
							top: 2px;
						}


						.hp-quick-search .bootstrap-select.btn-group {
						/*select width, display and position are set here and set to !important
						no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
						width: 24.55%!important;
						
					}

					.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
						/*form appearance should be set here
						no height attribute. set the height by setting the padding*/
						    display: inline-block;
						    vertical-align: middle;
						    font: 400 12px "Open Sans";
						    color: #404040;
						    font-style: italic;
						    background: #fff;
						    /* width: 11.33%; */
						    border-radius: 0;
						    padding: 5px 20px 5px 7px;
						    margin-left: 2%;
						
					}


/* Section 1 */
#section-1 {
	padding: 30px 0 55px;
}

	.agent-photo-box {
		position: relative;
		border: 1px solid #d8d8d8;
		margin-top: 30px;
	}

		.agent-photo-box img {
			display: block;
			width: 100%;
			max-width: 263px;
			height: auto;
			margin-top: -30px;
		}
		
	.welcome-section {
		position: relative;
	}

		.welcome-title {
			position: relative;
			margin-bottom: 20px;
		}

		.welcome-title:after {
			clear: both;
			content: '';
			display: block;
		}


		.welcome-title h1 {
			float: left;
			width: 58.75%;
			text-transform: uppercase;
			margin: 25px 0 0 0;
		}

			.welcome-title h1 span{
				font: 400 17px "Open Sans";
				color: #b4c9e8;
				display: block;
			}

			.welcome-title h1 strong {
				display: block;
				font: 400 34px/40px "Oswald";
				color: #012f60;
			}

		.welcome-title .social-media {
			float: right;
			width: 39%;
			margin-top: 53px;
			text-align: right;
		}

		.social-media {
			position: relative;
			font-size: 0;
		}

		.social-media a {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			width: 30px;
			height: 30px;
			margin-left: 8px;
			text-decoration: none;
			border-radius: 50%;
			
			text-align: center;
			
		}

		.social-media a:active {
			top: 2px;
		}

		.social-media a,
		.social-media a:after {
			transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
		}

		.social-media a:before {
			line-height: 30px;
			font-size: 15px;
			font-weight: 400;
			color: #fff;
		}

		.social-media a:after {
			content: '';
			width: 38px;
			height: 38px;
			top: 50%;
			left: 50%;
			margin-top: -19px;
			margin-left: -19px;
			border-radius: 50%;
			box-sizing: border-box;
			border: 2px solid #012f60;
			position: absolute;
			transform: scale(.5);
			-moz-transform: scale(.5);
			-webkit-transform: scale(.5);
			opacity: 0;
		}

		.social-media a:hover:after {
			opacity: 1;
			transform: scale(1);
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
		}

		.social-media a:first-child {
			margin-left: 0;
		}

		.social-media a.ai-facebook {
			background: #4d6baa;
		}

			.social-media a.ai-facebook:after {
				border-color: #4d6baa;
			}

		.social-media a.ai-twitter {
			background: #4fc6f8;
		}

			.social-media a.ai-twitter:after {
				border-color: #4fc6f8;
			}

		.social-media a.ai-youtube {
			background: #cd201f;
		}

			.social-media a.ai-youtube:after {
				border-color: #cd201f;
			}

		.social-media a.ai-linkedin {
			background: #0077b5;
		}

			.social-media a.ai-linkedin:after {
				border-color: #0077b5;
			}

		.social-media a.ai-google-plus {
			background: #dc4e41;
		}

			.social-media a.ai-google-plus:after {
				border-color: #dc4e41;
			}

		.social-media a.ai-pinterest {
			background: #bd081c;
		}

			.social-media a.ai-pinterest:after {
				border-color: #bd081c;
			}

		.social-media a.ai-instagram {
			background: #3f729b;
		}

			.social-media a.ai-instagram:after {
				border-color: #3f729b;
			}
	
	.welcome-text p {
		margin-top: 28px;
	}

		.welcome-text p:first-child {
			margin-top: 0;
		}

	
	.call-to-action-wrap {
		position: relative;
		margin-top: 37px;
		text-align: center;
		font-size: 0;
	}

		.call-to-action-wrap a {
			position: relative;
			text-align: left;
			display: inline-block;
			vertical-align: middle;
			width: 31.57%;
			padding: 15px 19px 22px;
			margin-left: 2.63%;
			box-sizing: border-box;
			background: #fff;
			color: #012f60;
			border: 1px solid #012f60;
			border-bottom: none;
			height: 91px;
			position: relative;
			text-decoration: none;
			text-transform: uppercase;

			transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
		}

		.call-to-action-wrap a:active {
			top: 2px;
		}

		.call-to-action-wrap a:hover {
			background: #cb0a11;
			border-color: #cb0a11;
			color: #fff;
		}

		.call-to-action-wrap a:first-child  {
			margin-left: 0;
		}

			.call-to-action-wrap a span {
				display: block;
				font: 400 18px/20px "Open Sans";
			}

			.call-to-action-wrap a strong {
				display: block;
				font: 400 29px/30px "Oswald";
			}

		.call-to-action-wrap a:after {
			position: absolute;
			left: 0;
			bottom: 0;
			content: '';
			display: block;
			height: 9px;
			width: 100%;
			background: #012f60 url(images/cta-arrow-bottom.png) 90% 0px no-repeat;

			transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
		}

		.call-to-action-wrap a:hover:after{
			background-position: 110% 0px;
			opacity: 0;
		}

/* Section 2 */
#section-2 {
	position: relative;
}	
	

	#section-2 .fp-nav {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    z-index: 999;
	    font-size: 0;
		display: none;
	}

		#section-2 .fp-nav [class^="ai-"] {
			font-size: 15px;
		    background: rgba(1,47,96,.60);
		    width: 35px;
		    height: 35px;
		    display: block;
		    text-align: center;
		    line-height: 39px;
		    color: #fff;
		    float: left;
		    margin-left: 1px;
		    cursor: pointer;

		    outline: none;

		    transition: all .25s ease-in-out;
		    -webkit-transition: all .25s ease-in-out;
		    -moz-transition: all .25s ease-in-out;
		}

		#section-2 .fp-nav [class^="ai-"]:hover {
			background: rgba(1,47,96,.80);
		}

	.featured-property,
	.featured-community {
		position: relative;
		width: 100%;
		height: auto;

		max-width: 555px;
		margin: 0 auto;
		z-index: 1;
	}


		.featured-property .fp-desc,
		.featured-community .fc-desc {
			position: absolute;
			z-index: 10;
			left: 0;
			top: 0;
			width: 39.16%;
			height: 100%;
			background: rgba(1,47,96,.80);
		}

			.featured-property .fp-desc .fp-desc-item,
			.featured-community .fc-desc .fc-desc-item {
				height: 100%;
				position: relative;
				padding: 22px;
				box-sizing: border-box;
				outline: none;
				color: #fff;
			}

				.fp-desc-item h3,
				.fc-desc-item h3 {
					display: block;
					margin: 0;
					border-bottom: 1px solid #fff;
					text-transform: uppercase;
					padding-bottom: 17px;
				}

					.fp-desc-item h3 span,
					.fc-desc-item h3 span  {
						display: block;
						font-size: 13px;
						line-height: 15px;
					}

					.fp-desc-item h3 strong,
					.fc-desc-item h3 strong {
						display: block;
						font: 400 25px/26px "Oswald";
					}

				.fp-desc-item .fp-details,
				.fc-desc-item .fc-details {
					padding: 26px 0 0 0;
				}

					.fp-desc-item .fp-details strong,
					.fc-desc-item .fc-details strong  {
						display: block;
						font-size: 19px;
						font-weight: bold;
						display: block;
						text-transform: uppercase;
					}

					.fp-desc-item .fp-details p,
					.fc-desc-item .fc-details p {
						font-size: 12px;
						font-style: italic;
						line-height: 16px;
						margin: 11px 0 32px;
						min-height: 32px;
					}

					.fp-desc-item .fp-details a,
					.fp-desc-item .fp-details a:before,
					.fc-desc-item .fc-details a,
					.fc-desc-item .fc-details a:before {
						transition: all .25s ease-in-out;
						-webkit-transition: all .25s ease-in-out;
						-moz-transition: all .25s ease-in-out;
					}

					.fp-desc-item .fp-details a,
					.fc-desc-item .fc-details a {
						display: block;
						width: 100%;
						padding: 3px 9px;
						font-size: 12px;
						text-transform: uppercase;
						text-decoration: none;
						background: #fff;
						color: #012f60;
						text-align: center;
						position: relative;
						outline: none;
					}

					.fp-desc-item .fp-details a span,
					.fc-desc-item .fc-details a span {
						position: relative;
						z-index: 2;
					}

					.fp-desc-item .fp-details a:before,
					.fc-desc-item .fc-details a:before {
						width: 100%;
						height: 0;
						content: '';
						z-index: 1;
						position: absolute;
						background: #cb0a11;
						top: 0;
						left: 0;
						
					}

					.fp-desc-item .fp-details a:hover,
					.fc-desc-item .fc-details a:hover {
						color: #fff;
					}

					.fp-desc-item .fp-details a:hover:before,
					.fc-desc-item .fc-details a:hover:before {
						height: 100%;
					}

					.fp-desc-item .fp-details a:active,
					.fc-desc-item .fc-details a:active {
						top: 2px;
					}

		.featured-property .fp-photo,
		.featured-community .fc-photo {
			display: block;
			z-index: 8;
		}

			.featured-property .fp-photo a,
			.featured-community .fc-photo a {
				display: block;
				text-decoration: none;
				outline: none;
                /*height: 278px;*/
    			position: relative;
			}

			.featured-property .fp-photo img,
			.featured-community .fc-photo img {
				width: 100%;
				display: block;
				height: auto;
                position: absolute;
			    top: 50%;
			    transform: translateY(-50%);
			}
			.featured-property .fp-photo canvas,
			.featured-community .fc-photo canvas {
				width: 100%;
				height: auto;
				display: block;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
			}


/* Section 3 */
#section-3 {
	position: relative;
	padding: 36px 0;
}

	.blog-wrapper h3,
	.testimonials-wrapper h3 {
		border-bottom: 1px solid #c3c3c3;
		font: 400 30px/28px "Oswald";
		color: #012f60;
		text-transform: uppercase;
		padding: 13px 0;
		margin-bottom: 18px;
	}
	
	.blog-wrapper ul:after,
	.testimonials-wrapper ul:after {
		content: '';
		clear: both;
		display: block;
	}

	.blog-wrapper ul,
	.testimonials-wrapper ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.blog-wrapper li,
		.testimonials-wrapper li {
			display: block;
			float: right;
			width: 47.74%;
		}

		.blog-wrapper li a,
		.testimonials-wrapper li a {
			text-decoration: none;
		}

		.blog-wrapper li a.read-more,
		.testimonials-wrapper li a.read-more {
			font-size: 12px;
			color: #5481aa;
		}

		.blog-wrapper li a:hover,
		.testimonials-wrapper li a:hover {
			text-decoration: underline;
		}
		
		.blog-wrapper li:first-child,
		.testimonials-wrapper li:first-child {
			float: left;
		}

		/* Blog Customized */
		.blog-wrapper li strong {
			font: 700 16px "Open Sans";
			color: #5481aa;
			text-transform: uppercase;
			margin-bottom: 10px;
			display: block;
		}

			.blog-wrapper li strong a {
				line-height: 18px;
				display: block;
			}

			.blog-wrapper li p {
				font: 400 13px/20px "Open Sans";
				color: #7d7d7d;
				margin-bottom: 8px;
			}


		/* Testimonials Customized */
		.testimonials-wrapper li p {
			font-size: 13px;
			line-height: 22px;
			color: #7d7d7d;
			font-style: italic;
		}

			.testimonials-wrapper li strong {
				display: block;
				text-align: right;
				font-weight: 700;
				font-size: 18px;
				color: #012f60;
				text-transform: uppercase;
				padding: 5px 0;
				margin-top: 3px;
				font-family: 'Open Sans'!important;
			}

			.testimonials-wrapper li strong:before {
				font-size: 29px;
				vertical-align: middle;
				margin-right: 10px;
				font-family: 'agentimage' !important;
			}

/* Section 4 */
#section-4 {
	position: relative;
	padding: 48px 0;
	background: url(images/expertise-bg.jpg) center center no-repeat;
	min-height: 327px;
	color: #fff;
}

	#section-4:before {
		width: 100%;
		height: 100%;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(1,47,96,.70);
		z-index: 0;
	}

	#section-4 .container {
		position: relative;
		z-index: 5;
	}

		#section-4 h3 {
			font: 400 31px/31px "Oswald";
			color: #fff;
			text-transform: uppercase;
			text-align: center;
			display: block;
			padding-bottom: 36px;
		}

		#section-4 ul.list-of-expertise {
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 0;
		}
		
		ul.list-of-expertise li {
			display: inline-block;
			vertical-align: middle;
			border-bottom: 1px solid #fff;
			/* width: 22.80%; */
			width: 29.80%;
			margin: 7px 0;
			margin-left: 2.92%;
		}

			ul.list-of-expertise li:nth-child(4n+1) {
				/* margin-left: 0; */
			}

			ul.list-of-expertise li a  {
				font-size: 14px;
				font-weight: bold;
				display: block;
				padding: 7px 2px;
				line-height: 15px;
				text-decoration: none;
				color: #fff;
				text-transform: uppercase;
				position: relative;
				overflow: hidden;
			}

			ul.list-of-expertise li a:after {
				position: absolute;
				content: '»';
				top: 0;
				right: 10px;
				height: 100%;
				font-size: 15px;
				z-index: 2;
				line-height: 27px;

				transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
			}

			ul.list-of-expertise li a:hover:after {
				right: -20px;
				opacity: 0;
			}

		#section-4 a.ai-btn {
			max-width: 165px;
			margin: 40px auto 0 auto;
			display: block;
		}


/* Footer */
.footer-section-1 {
	background: #002751;
	border-top: 1px solid #778a99;
	border-bottom: 1px solid #778a99;
	padding: 45px 0 14px;
	text-align: center;
	display: none;
}

	.footer-logo a.header-logo,
	.footer-logo .header-logo {
		text-decoration: none;
		display: inline-block;
		padding: 0;
	}

		.footer-logo a.header-logo span,
		.footer-logo .header-logo span{
			display: block;
			text-transform: uppercase;
		}

		.footer-logo a.header-logo span.bold,
		.footer-logo .header-logo span.bold {
			font: 400 37px/34px "Oswald";
			color: #fff;
		}

		.footer-logo a.header-logo span.thin,
		.footer-logo .header-logo span.thin {
			font-size: 11.63px;
		    color: #a3a3a3;
		    line-height: 18px;
		    letter-spacing: 3.5px;
		    padding-left: 2px;
		}

			.footer-logo a.header-logo img,
			.footer-logo .header-logo img {
				display: block;
				width: 100%;
				max-width: 360px;
				height: auto;
			}

	.footer-s1-middle {
		text-align: center;
		padding: 8px 0;
	}

	.footer-s1-right {
		text-align: right;
	}

		.footer-s1-right img.remax-logo {
			max-width: 181px;
		}


.footer-section-2 {
	background: #002751;
	border-top: 1px solid #778a99;
	padding: 25px 0 25px;
}

	.footer-nav-credits {
		font-size: 12px;
		line-height: 15px;
		color: #ffffff;
		/* padding-top: 12px; */
	}

	.footernav {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 0;
	}

		.footernav li {
			display: inline-block;
			vertical-align: middle;
			padding: 0 7px;
		}

		.footernav li:first-child {
			padding-left: 0;
		}

			.footernav li a {
				text-decoration: none;
				display:block;
				font-size: 12px;
				font-weight: 600;
				text-transform: uppercase;
				color: #fff;
			}
	
	.footer-nav-credits .copyright {
		margin-top: 10px;
	}

		.footer-nav-credits .copyright span {
			color: #87a0bb;
		}

		.footer-nav-credits .copyright a {
			font-weight: bold;
			color: #fff
		}

		.footer-nav-credits a:hover, .footer-nav-credits .copyright a:hover {
			color: #cb0a11;
		}

	.footer-logos {
		font-size: 30px;
		text-align: right;
		color: #fff;
		font-weight: 400;
	}

		.footer-logos span {
			display: inline-block;
			vertical-align: middle;
		}

	.footer-logos .ai-mls {
		font-size: 35px;
	}

/* Sidebar */
aside.sidebar .call-to-action-wrap a {
    width: 100%;
    margin: 5px 0!important;
    padding: 18px 19px 22px;
}

aside.sidebar .call-to-action-wrap a span {
    font: 400 16px/18px "Open Sans";
}

aside.sidebar .call-to-action-wrap a strong {
    font: 400 25px/26px "Oswald";
}

.side_qs.searchwrapper {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
	.side_qs.searchwrapper h2 {
	    color: #012f60;
		font: 400 25px/1 "Oswald";
	    text-transform: uppercase;
	    text-align: center;
	}
	.side_qs.searchwrapper select.qs-long-field,
	.side_qs.searchwrapper .bootstrap-select.btn-group {
	    width: 100% !important;
	    margin: 0 0 5px 0;
	}

	.side_qs.searchwrapper select,
	.side_qs.searchwrapper input {
		width: 49%;
		margin: 0 0 5px 0;
		border: 1px solid #646464;
	}
	.side_qs.searchwrapper .bootstrap-select.btn-group .dropdown-menu {
		min-width: 100%;
	}
	.side_qs.searchwrapper .bs-searchbox .form-control {
		width: 100%;
	}
	.side_qs.searchwrapper .qs-left {
		float: left;
	}
	.side_qs.searchwrapper .qs-right {
		float: right;
	}
	.side_qs.searchwrapper .bootstrap-select.btn-group .dropdown-toggle {
		margin: 0;
		border: 1px solid #646464;
	}

	.side_qs.searchwrapper .qs-controls input[type="submit"] {
		border: none;
		margin: 0;
	}
	.side_qs.searchwrapper a.qs-adv {
		width: 49%;
	}

	.searchwrapper .bootstrap-select.btn-group .dropdown-menu.inner {
		max-height: 200px !important;
	}



/* CSS Overwrite for ALL Widgets and Inital Setup */
.ai-default-cf7wrap input[type="submit"] {
    background: #012f60;
    font-weight: 600!important;

    outline: none;

    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.ai-default-cf7wrap input[type="submit"]:hover {
	background: #cb0a11;
}

.ai-default-cf7wrap > div > span.wpcf7-form-control-wrap,
.ai-default-cf7wrap.ai-contact-wrap span.wpcf7-form-control-wrap {
	display: block!important;
}

.aios-roadmaps a {
    font-family: 'Open Sans';
}

.amh-header-buttons.amh-1a .amh-center .amh-phone-text, .amh-header-buttons.amh-1a .amh-center .amh-phone-text a,
.amh-header-buttons .amh-navigation-trigger, .amh-header-buttons .amh-center, .amh-header-buttons .amh-header-right-btn {
	color: #023060;
}

.amh-navigation .amh-menu li a {
	color: #023060;
}

.amh-navigation .amh-menu li:hover > a, .amh-navigation .amh-menu li.open > a {
    background: #012f60;
    color: #fff;
}

.amh-navigation .amh-menu li ul {
    background: #01244a;
}

.popup-wrap-schedule .schedule-showing .m-form select,
.popup-wrap-schedule .schedule-showing .m-form input,
.popup-wrap-request .request-more-info .m-form input,
.popup-wrap-request .request-more-info .m-form select,
.popup-wrap-mortage .mortage-calculator .m-form form input,
.popup-wrap-mortage .mortage-calculator .m-form form select {
	line-height: 13px;
}
ul.list li .prop-det .view-details{
	background: #023060;
}
#content .property-description .property-add-type strong a,
#content .listing-details-wrap .property-details .details-list .det-specs span strong,
#content .property-description .property-add-type strong {
	color: #023060
}

.aios-roadmap-link:hover span{
    color: #012f60;
}
/* End of Overwrite */

.ai-contact-wrap span.context-mob em.ai-font-fax-a {
	color: #5b5b5b;
	min-width: 25px;
}

.file-wrap {
    width: 40%;
}
.file-wrap h2 {
    display: block;
    font: 400 24px/40px "Oswald";
    font-weight: 400 !important;
    color: #012f60; 
    text-transform: uppercase;
    padding: 20px 0 15px;
    margin: 0;
}
.file-holder {
    padding: 3px 0;
}
	.file-holder label {
	    display: none;
	}
	.file-holder input[type="text"], .file-holder input[type="email"], .file-holder textarea {
	    height: 30px;
	    width: 100%;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    border: 1px solid #999;
	    outline: 0;
	    border-radius: 0;
	    background: transparent;
	    padding-left: 10px;
	}

	.file-holder textarea{
		height: 120px;
		resize: none;
	}


.file-holder.submit{
	padding:20px 0;
}
	.file-holder.submit input {
	    display: inline-block;
	    height: 40px;
	    width: 100%;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    border: none;
	    outline: 0;
	    border-radius: 0;
	    background: transparent;
	    text-transform: uppercase;
	    background: #002751;
	    color: #fff;
	    -webkit-transition: all 0.4s ease-in-out;
	    -moz-transition: all 0.4s ease-in-out;
	    -o-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	    transition: all 0.4s ease-in-out;
	    -webkit-backface-visibility: hidden;
	}
		.file-holder.submit input:hover{
			background: #cb0a11;
		}


.avoid-text {
    color: #6d1dd4;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 5px;
    /* height: auto; */
}
/** BUYERS & SELLER **/

/*.page-id-13 #content .entry-title, .page-id-14 #content .entry-title, .page-id-15 #content .entry-title, .page-id-16 #content .entry-title, .page-id-17 #content .entry-title, .page-id-18 #content .entry-title, .page-id-20 #content .entry-title, .page-id-21 #content .entry-title, .page-id-22 #content .entry-title, .page-id-23 #content .entry-title, .page-id-24 #content .entry-title, .page-id-25 #content .entry-title{
    text-transform: uppercase;
}*/


.page-id-13 #content .entry h3, .page-id-14 #content .entry h3, .page-id-15 #content .entry h3, .page-id-16 #content .entry h3, .page-id-17 #content .entry h3, .page-id-18 #content .entry h3, .page-id-20 #content .entry h3, .page-id-21 #content .entry h3, .page-id-22 #content .entry h3, .page-id-23 #content .entry h3, .page-id-24 #content .entry h3, .page-id-25 #content .entry h3  {
    color: #012f60;
    font: 400 34px/40px "Oswald";
    text-transform: uppercase;
}


 
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
/** IDX Boostrap Conflic Fix **/
#ihf-main-container div#areaPickerInputWrapper {
	height: 50px !important;
}
#ihf-main-container .modal-dialog {
	left: inherit !important;
}
#ihf-main-container .nav-tabs,
ul.chosen-results {
	margin-left: 0 !important;
}
ul.chosen-results {
	padding-left: 0 !important;
}
#ihf-main-container .mc-total-payment-subline {
	color: #666666;
}
/** IDX Boostrap Conflic Fix **/


.page-id-88 #content .use-floating-validation-tip span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.page-id-88 #content .file-wrap {
	width: 100%;
	max-width: 360px;
}

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

/** Adjust width of content columns **/
#content-sidebar #content{ width: 72%; }
#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 34px/40px "Oswald";
	color: #012f60;
	text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
	font: 400 34px/40px "Oswald";
	color: #012f60;
	text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
	font: 400 25px/29px "Oswald";
	color: #012f60;
	margin-top: 0;
}

#content .entry h2.ip_about_subtitle,
#content .entry h2.ip_contact_subtitle {
	font: 400 34px/40px "Oswald";
	color: #012f60;
	text-transform: uppercase;
}

#content .entry h2.ip_contact_subtitle {
	margin: 0;
}

/* Styles for Roadmaps */

.aios-roadmap-link.active-link span {
	color: #012f60;
	font-weight: bold;
}


.a2a_mini {
	z-index: 99!important;
}

.popup-wrap-schedule .schedule-showing .m-form input[type="submit"]:hover,
.popup-wrap-request .request-more-info .m-form input[type="submit"]:hover {
	background: #cb0a11;
}

.sidebar .bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 1.6em;
}

.gpa-radio-button-wrap {
	display: block;
	margin-bottom: 10px;
}

.gpa-radio-button-wrap label {
	font-family: Verdana;
    font-size: 11px;
    line-height: 1;
}

.gpa-radio-button-wrap input[type=radio] {
	margin: 0;
}

.gpa-radio-button-wrap span {
	font-family: Verdana;
    font-size: 11px;
    line-height: 1;
    vertical-align: top;
}

.page-id-1707 #content .entry a {
    color: #0000FF;
    text-decoration: underline;
}

.agent-contact-lang span {
    margin-right: 1.5px;
}

.agent-contact-lang span:last-child {
    display: none !important;
}

@media only screen and (min-width: 1601px){
	
	/* Make the banner background fit in larger screen */
	.ip-banner {
		background-size: cover;
	}

	#section-4 {
		background-size: cover;
	}
}
	 
@media only screen and (max-width: 1600px) {
					

	.fixed-header-wrapper a.header-logo span.bold, 
	.fixed-header-wrapper .header-logo span.bold {
		font-size: 2.04vw;
	}

	.fixed-header-wrapper a.header-logo span.thin, 
	.fixed-header-wrapper .header-logo span.thin {
		font-size: .59vw;
		line-height: 1.1vw;
		letter-spacing: .22vw;
	}

	#navi-fixed li a {
		/*font-size: .91vw;*/
	}
	
}


/* TEMP */

@media only screen and (max-width: 1248px) {
	#navi li a {
		/*padding: 9px 45px;*/
	}
}

/* End of TEMOP */


@media only screen and (max-width: 1260px) {
	
	/* Slide Arrow */
	.slide-center-widget .prev-main-slide {
		margin-left: 0;
	}

	.slide-center-widget .next-main-slide {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1199px) {
	#navi li a {
	    padding: 9px 7px;
	}
	.sidebar .bootstrap-select.btn-group .dropdown-menu li a.opt {
		font-size: 12px;
	}
	#navi-fixed li a {
		padding: 9px 4px;
    	font-size: 11px;
	}

	.searchwrapper {
		margin: 12px auto 0;
	}
	.searchwrapper .bootstrap-select.btn-group .dropdown-menu {
		top: 30px;
		bottom: inherit;
	}

	.fp-desc-item h3, 
	.fc-desc-item h3 {
		padding-bottom: 7px;
	}

	.fp-desc-item .fp-details, 
	.fc-desc-item .fc-details {
		padding: 6px 0 0 0;
	}

	.fp-desc-item .fp-details p, .fc-desc-item .fc-details p {
		margin: 6px 0 8px;
		min-height: 64px;
	}

	.fp-desc-item .fp-details a, .fc-desc-item .fc-details a {
		line-height: 17px;
	}

	.footernav li a {
		font-size: 11px;
	}
}



/*******************************************************
 *
 * 3. Mobile styles
 *
 *******************************************************/

/* Everything Below here is breakdown layout of desktop */

@media only screen and (min-width: 1600px) {
	#navi-fixed li a {
		/*padding: 9px 11px;*/
	}
}

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

	a.header-logo img, .header-logo img {
		width: 100%;
		max-width: 360px;
	}

	.yoast-breadcrumbs {
		padding: 0 3%;
	}


	.aios-mobile-header-wrapper {
		display: block;
	}

	#header {
		position: relative;
	}

	.fixed-header-wrapper {
		display: none;
	}

	#header {
		padding-top: 52px;
	}
	
	#navigation,
	.header-widget-right {
		display: none;
	}

	.ip-banner {
		display: none;
	}

	#header .header-content {
		text-align: center;
	}
	.ip-container #header .header-content {
		border-bottom: 1px solid #012f60;
	}

	.header-widget-right {
	    text-align: center;
	    padding: 0 0 20px;
	}


	#hero {
		margin: 0;
		background: rgba(1,47,96,.70);
	}
	
	#hero .center-area,
	.slide-content-area {
		height: auto!important;
		position: relative;
	}
	
	.slide-content-area {
		margin: 0;
		padding: 20px 0 40px;
	}
	
	.slide-center-widget .next-main-slide,
	.slide-center-widget .prev-main-slide {
		display: none;
	}
	
	.searchwrapper {
		width: 100%;
	}

	.agent-photo-box {
		max-width: 263px;
		margin: 20px auto 0;
	}

	.featured-property,
	.featured-community {
		margin-top: 10px;
	}

	.footer-section-1,
	.footer-s1-right,
	.footer-section-2,
	.footer-logos {
		text-align: center;
		margin: 0 0 0;
	}
	.footer-logos{
		padding-top: 20px;
	}

	ul.list-of-expertise li{
		width: 31%;
		margin-left: 3.5%;
	}
	
	ul.list-of-expertise li:nth-child(4n+1) {
	    margin-left: 3.5%;
	}

	ul.list-of-expertise li:nth-child(3n+1) {
	    margin-left: 0;
	}

	.testimonials-wrapper {
	    margin-top: 10px;
	}

		#content-sidebar aside, #content-full aside {
		margin-top: 7%;
	}


	.agent-photo-box img {
		margin-top: -15px;
	}

	.inner {
	    width: 100%;
	}
	#content-sidebar, #content-full {
	    width: 100%;
	}	
	.outer{
		width: 100%;
		min-width: 100%;
	}
	#content-sidebar #content{
		width: 100%;
	}

	#content-sidebar,
	#content-full,
	#content-sidebar #content,
	#content-full #content {
		float: none;
	}

	#content-sidebar aside, #content-full aside {
		display: block;
	    width: 100%;
	    float: none;
	}

	.qs-controls {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.side_qs.searchwrapper .qs-controls {
		margin: 0;
	}
	.side_qs.searchwrapper .qs-controls input[type="submit"], .side_qs.searchwrapper a.qs-adv {
		max-width: 49%;
	}

	#ihf-main-container .ihf-market-report .ihf-market-report-header-toggle {
		text-align: right;
	}
	#ihf-main-container .ihf-grid-result-address {
		display: block;
	}

}

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


	

}

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

		.hp-quick-search .bootstrap-select.btn-group {
		/*select width, display and position are set here and set to !important
		no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
			width: 49%!important;
			margin-left: 0;
			float: right;
		}

		.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
			/*form appearance should be set here
			no height attribute. set the height by setting the padding*/
			display: inline-block;
		    vertical-align: middle;
		    font: 400 12px "Open Sans";
		    color: #404040;
		    font-style: italic;
		    background: #fff;
		    /* width: 11.33%; */
		    border-radius: 0;
		    padding: 5px 20px 5px 7px;
		    margin-left: 0;
		    margin-bottom: 5px;
		}

		.searchwrapper .qs-left {
			float: left !important;
		}
		.searchwrapper .qs-right {
			float: right !important;
		}

	/*.searchwrapper{
		padding: 0 20px;
	}*/

	.tagline-wrap .tagline-item {
		font: 300 46px "Oswald";
	}

	.searchwrapper select.qs-long-field,
	.searchwrapper select, .searchwrapper input {
	    width: 49%;
	    margin-bottom: 5px;
	    margin-left: 0;
	}

	.searchwrapper form select:nth-child(2n+1),
	.searchwrapper form input:nth-child(2n+1) {
		float: left;
	    margin-left: 0;
	}

	.searchwrapper .bootstrap-select.btn-group .dropdown-menu {
		right: 0;
		left: auto;
	}

	.qs-controls {
		margin: 0;
	}
	.qs-controls input[type="submit"], .qs-controls a {
		width: 49%;
		max-width: 49%;
		margin: 0;
	}

	.qs-controls input[type="submit"] {
		float: left;
	}
	.qs-controls a {
		float: right;
	}

	.welcome-title h1 {
	    float: none;
	    width: 100%;
	}

	.welcome-title .social-media {
	    float: none;
	    width: 100%;
	    margin-top: 10px;
	    text-align: left;
	}

	.call-to-action-wrap a {
	    width: 100%;
	    margin: 5px 0;
	}

	.blog-wrapper li, .testimonials-wrapper li {
	    display: block;
	    float: none!important;
	    width: 100%;
	    margin-top: 15px;
	}
	
	#section-4 {
		background-size: cover;
	}

	ul.list-of-expertise li {
		width: 100%!important;
		margin: 5px 0!important
	}

	.use-floating-validation-tip span.wpcf7-not-valid-tip {
		z-index: 5 !important;
	}



}


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

	a.header-logo span.bold, .header-logo span.bold {
	    font: 400 43px/41px "Oswald";
	    color: #023060;
	}

	a.header-logo span.thin, .header-logo span.thin {
		letter-spacing: 3.5px;
	}

	.tagline-wrap .tagline-item {
	    font: 300 26px "Oswald";
	}
	
	.featured-property .fp-desc, .featured-community .fc-desc {
		width: 50%;
	}

	.fp-desc-item .fp-details p, .fc-desc-item .fc-details p {
		min-height: 54px;
	}

	.featured-property .fp-desc, .featured-community .fc-desc {
	    width: 100%;
	    display: block;
	    position: relative;
	}

	.fp-desc-item .fp-details p, .fc-desc-item .fc-details p {
		min-height: auto!important;
	}

	#ihf-main-container .pull-right.btn-group {
		text-align: right;
	}
	#ihf-main-container .btn-group>.btn-group {
		display: inline-block;
		float: none;
	}

}

.property_type, .property_status, .property_feature{
	width: 72% !important;
}
a.PropertyName.rl-fontfamily-heading {
    font-size: 22px;
}
img.sale-icon {
    min-width: 95%;
}

@media print {
    .ip-banner,
    .sidebar,
    .addtoany_content,
    .footer-section-2,
    .header-content.wrapper,
    .ip-banner,
    .fixed-header-wrapper,
    a.header-logo img, .header-logo img,
    .breadcrumbs,
    #navigation

    {
        display: none !important;
    }

    #content{
        width: 100%!important;
        margin-top: -50px;
    }
}

#content .entry {
    text-align: justify;
}