/*
Theme Name: Fitz4u
Theme URI: http://aios3-staging.agentimage.com/f/fitz4u_new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.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. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

	a,
	a:hover,
	a:visited,
	a:focus,
	select,
	input,
	textarea{
		text-decoration: none;
		outline: 0;
		cursor: pointer;
	}

	select,
	textarea {
		appearance: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    -o-appearance: none;
	    border-radius: 0;
	}

	select::-ms-expand {
	    display: none;
	}

	.slick-slide{
		outline: 0;
	}

	.label-hide{
		display: none;
	}

	.no-gutter{
		padding-left: 0;
		padding-right: 0;
	}

	.upper-fold-wrap{
		position: relative;
		min-height: 720px !important;
		/*min-height: 620px;*/
		overflow: hidden;
	}

	.section-rel{
		position: relative;
		z-index: 200;
	}

/*Header*/
.header-wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1028;
}

	.menu-btn {
	    font-size: 18px;
	    /*font-weight: 700;*/
	    text-transform: uppercase;
	    color: #fff;
	    margin-top: 20px;
	    display: inline-block;
	    cursor: pointer;
	}

.ip-container .header-wrap{
	min-height: 51px;
	background: #081733;
}

	.header-nav #nav{
		background: transparent;
		margin-left: -15px;
	}

	.header-nav #nav li a{
		color: #fff;
		font-size: 15px;
		text-transform: uppercase;
		padding: 18px 11px;
	}

	.header-nav #nav > li{
		margin: 0 7px;
	}

	.header-nav #nav > li:first-child{
		margin-left: 0;
	}

	.header-nav #nav > li:last-child{
		margin-right: 0;
	}

	.header-nav .menu {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: auto;
	    height: auto;
	}


/*Slideshow*/
.slideshow-wrap::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 100;
}

	/*.slideshow-wrap .cycloneslider-template-seamless .cycloneslider-slide img{
		width: auto !important;
	}

	.slideshow-wrap .cycloneslider-template-seamless .cycloneslider-slides{
		margin-left: 0 !important;
	}*/

/*Navigation*/
.slideshow-nav {
    background: rgba(8, 23, 51, 0.95);
    position: absolute;
    right: -25%;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1029;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

	.slideshow-nav.open-menu{
		right: 0;
	}

	.slideshow-nav-wrap{
		position: relative;
	}

	.close-btn{
		position: absolute;
		top: 33px;
		right: 33px;
	}

	.close-btn span {
	    position: relative;
	    color: #fff;
	    width: 23px;
/*	    height: 14px;*/
	    display: inline-block;
	    cursor: pointer;
	}

	.close-btn span::before{
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		transform: rotate(45deg);
	}

	.close-btn span::after{
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		transform: rotate(135deg);
	}

	.nav-main{
		padding-top: 105px;
	}

	.nav-main #nav{
		background: transparent;
	}

	.nav-main #nav li{
		display: block;
	}

	.nav-main #nav li a{
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		/*padding: 22px 10px 22px 133px;*/
		padding: 22px 10px 22px 33%;
		transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	}

	.nav-main #nav > li > a{
		box-shadow: inset 0 0 0 0 #fff;
	}


	.nav-main #nav li:hover a{
		background: #fff;
		color: #000;
		/*box-shadow: inset 600px 0 0 0 #fff;*/
	}

	.nav-main #nav .sub-menu {
		background: transparent;
		position: relative;
	}

	.nav-main #nav .sub-menu li a{
		background: #02060c;
		color: #fff;
		text-transform: none;
		padding: 22px 10px 22px 165px;
	}

	.nav-main #nav .sub-menu li:hover a{
		background: #1b4086;
		color: #fff;
	}

/*Header Contact*/
.header-contact {
    background: #081733;
    min-height: 51px;
    text-align: center;
    padding: 14px 0px;
}


	.ip-container .header-contact{
		text-align: right;
	}

	.header-tel,
	.tel{
		color: #fff;
		font-size: 18px;
		vertical-align: middle;
		display: inline-block;
		line-height: 1;
	}

	.tel:hover{
		color: #fff;
	}

	.email{
		font-size: 15px;
		color: #fff;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 4px;
		padding-left: 13px;
		border-left: 1px solid rgba(255,255,255,0.3);
		margin-left: 15px;
	}

	.email em{
		display: none;
	}

/*CTA*/
.cta-wrap {
  /*  position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1029;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    overflow: hidden;*/

    position: absolute;
    right: 0;
    /* top: 200px; */
    /* bottom: 0; */
    z-index: 1027;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    overflow: hidden;
    /* border: 1px solid; */
    height: 464px;
    /*top: 55%;
    transform: translate(0%, -50%);*/

    top: 240px;

}

	.cta-mobile-wrap{
		background: #081733;
    	padding: 20px 0;
		display: none;
	}

	.cta-item {
	    /*padding: 20px 0;*/
	    width: 360px;
	}

	.cta-btn {
		width: 360px;
		height: 88px;
		float: right;
		position: relative;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
		-webkit-perspective: 500px;
		-moz-perspective: 500px;
		-o-perspective: 500px;
		-ms-perspective: 500px;
		perspective: 500px;
		transform: rotate(180deg);
		margin: 14px 0;
	}

	.cta-btn .slice{
		width: 72px;
		height: 100%;
		z-index: 100;

		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;

		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;

		-webkit-transition: -webkit-transform 150ms ease-in-out;
		-moz-transition: -moz-transform 150ms ease-in-out;
		-o-transition: -o-transform 150ms ease-in-out;
		-ms-transition: -ms-transform 150ms ease-in-out;
		transition: transform 150ms ease-in-out;

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;

	}

	.cta-btn div.cta-btn-back{
		width: 107px;
		height: 100%;
		position: absolute;
		right: 0;
		background: #666;
		z-index: 0;
		opacity: 0;

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

	.cta-btn-back span {
		display: block;
		float: right;
		width: 100%;
		height: 100%;
		text-align: center;
		color: #fff;
		background: #eb902d;
		font-size: 12px;
		font-weight: 300;
		padding: 16px 0;
		text-transform: uppercase;
	}



	.cta-btn-back a {
		display: block;
		font-size: 18px;
		color: rgba(255,255,255,0.4);
		position: absolute;
		right: 15px;
		bottom: 15px;
		border: 2px solid rgba(255,255,255,0.3);
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 22px;
		text-align: center;
		font-weight: 700;
	}

	.cta-btn-back a:hover {
		color: #fff;
		border-color: #fff;
	}


	.cta-btn .s2,
	.cta-btn .s3,
	.cta-btn .s4,
	.cta-btn .s5 {
		-webkit-transform: translate3d(72px,0,0);
		-moz-transform: translate3d(72px,0,0);
		-o-transform: translate3d(72px,0,0);
		-ms-transform: translate3d(72px,0,0);
		transform: translate3d(72px,0,0);
	}
	.cta-btn .s1 {
		background-position: 0px 0px;
	}
	.cta-btn .s2 {
		background-position: -74px 0px;
	}
	.cta-btn .s3 {
		background-position: -145px 0px;
	}
	.cta-btn .s4 {
		background-position: -217px 0px;
	}
	.cta-btn .s5 {
		background-position: -290px 0px;
	}

	.cta-btn:hover .s5 {
	    background-position: -235px 0px;
	}

	.cta-btn .overlay {
		width: 72px;
		height: 100%;
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity 150ms ease-in-out;
		-moz-transition: opacity 150ms ease-in-out;
		-o-transition: opacity 150ms ease-in-out;
		-ms-transition: opacity 150ms ease-in-out;
		transition: opacity 150ms ease-in-out;
	}

	.cta-btn:hover .overlay {
		opacity: 1;
	}

	.cta-btn:hover .cta-btn-back {
		opacity: 1;
	}

	.cta-btn img {
		position: absolute;
		right: 0;
		z-index: 0;
		-webkit-transition: left 0.3s ease-in-out;
		-o-transition: left 0.3s ease-in-out;
		-moz-transition: left 0.3s ease-in-out;
		-ms-transition: left 0.3s ease-in-out;
		transition: left 0.3s ease-in-out;
	}

	.cta-btn-back img{
		left: 0;
	}

	.cta-btn {
		-webkit-perspective: 800px;
		-moz-perspective: 800px;
		-o-perspective: 800px;
		-ms-perspective: 800px;
		perspective: 800px;
	}
	.cta-btn .slice{
		-webkit-backface-visibility: visible;
		-moz-backface-visibility: visible;
		-o-backface-visibility: visible;
		-ms-backface-visibility: visible;
		backface-visibility: visible;
	}
	.cta-btn:hover .s1{
		-webkit-transition-delay: 200ms;
		-moz-transition-delay: 200ms;
		-o-transition-delay: 200ms;
		-ms-transition-delay: 200ms;
		transition-delay: 200ms;

		-webkit-transform: rotate3d(0,1,0,3deg);
		-moz-transform: rotate3d(0,1,0,3deg);
		-o-transform: rotate3d(0,1,0,3deg);
		-ms-transform: rotate3d(0,1,0,3deg);
		transform: rotate3d(0,1,0,3deg);
	}
	.cta-btn:hover .s2{
		-webkit-transition-delay: 150ms;
		-moz-transition-delay: 150ms;
		-o-transition-delay: 150ms;
		-ms-transition-delay: 150ms;
		transition-delay: 150ms;

		-webkit-transform: translate3d(71px,0,0) rotate3d(0,1,0,-10deg);
		-moz-transform: translate3d(71px,0,0) rotate3d(0,1,0,-10deg);
		-o-transform: translate3d(71px,0,0) rotate3d(0,1,0,-10deg);
		-ms-transform: translate3d(71px,0,0) rotate3d(0,1,0,-10deg);
		transform: translate3d(71px,0,0) rotate3d(0,1,0,-10deg);
	}
	.cta-btn:hover .s3{
		-webkit-transition-delay: 100ms;
		-moz-transition-delay: 100ms;
		-o-transition-delay: 100ms;
		-ms-transition-delay: 100ms;
		transition-delay: 100ms;

		-webkit-transform: translate3d(71px,0,0) rotate3d(0,1,0,-16deg);
		-moz-transform: translate3d(71px,0,0) rotate3d(0,1,0,-16deg);
		-o-transform: translate3d(71px,0,0) rotate3d(0,1,0,-16deg);
		-ms-transform: translate3d(71px,0,0) rotate3d(0,1,0,-16deg);
		transform: translate3d(71px,0,0) rotate3d(0,1,0,-16deg);
	}

	.cta-btn:hover .s4{
		-webkit-transition-delay: 50ms;
		-moz-transition-delay: 50ms;
		-o-transition-delay: 50ms;
		-ms-transition-delay: 50ms;
		transition-delay: 50ms;

		-webkit-transform: translate3d(71px,0,0) rotate3d(0,1,0,-30deg);
		-moz-transform: translate3d(71px,0,0) rotate3d(0,1,0,-30deg);
		-o-transform: translate3d(71px,0,0) rotate3d(0,1,0,-30deg);
		-ms-transform: translate3d(71px,0,0) rotate3d(0,1,0,-30deg);
		transform: translate3d(71px,0,0) rotate3d(0,1,0,-30deg);
	}
	.cta-btn:hover .s5{
		-webkit-transform: translate3d(71px,0,0) rotate3d(0,1,0,-55deg);
		-moz-transform: translate3d(71px,0,0) rotate3d(0,1,0,-55deg);
		-o-transform: translate3d(71px,0,0) rotate3d(0,1,0,-55deg);
		-ms-transform: translate3d(71px,0,0) rotate3d(0,1,0,-55deg);
		transform: translate3d(71px,0,0) rotate3d(0,1,0,-55deg);
	}

	.cta-btn .cta-btn-back:before {
	    content: "";
	    width: 40px;
	    height: 100%;

	    position: absolute;
	    top: 0;
	    opacity: 1;
	    right: 0;
	    z-index: 10;
	    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%,rgb(0, 0, 0) 85%);
	    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgb(0, 0, 0) 85%);
	    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgb(0, 0, 0) 85%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
	}




	.cta-btn .s4 > .overlay {
		background: -moz-linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	}

	.cta-btn .s5 > .overlay {
		/*background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);*/
		border-left: 3px solid #081733;
	}

	.cta-btn div.cta-btn-back{
		background: #0a0a0a;
		transform: rotate(180deg);
		background: -moz-linear-gradient(left, #0a0a0a 0%, #666666 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a0a0a), color-stop(100%,#666666));
		background: -webkit-linear-gradient(left, #0a0a0a 0%,#666666 100%);
		background: -o-linear-gradient(left, #0a0a0a 0%,#666666 100%);
		background: -ms-linear-gradient(left, #0a0a0a 0%,#666666 100%);
		background: linear-gradient(left, #0a0a0a 0%,#666666 100%);
	}

	.cta-text span {
	    display: inline-block;
	    vertical-align: middle;
	    position: relative;
	    right: 0;
	    transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	}

	.cta-text::before {
	    content: '';
	    display: inline-block;
	    vertical-align: middle;
	    height: 100%;
	}

	.cta-text {
	    position: absolute;
	    transform: rotate(180deg);
	    color: #fff;
	    top: 0;
	    right: 20px;
	    bottom: 0;
	    margin: auto;
	    text-transform: uppercase;
	    font-size: 18px;
	    max-width: 100%;
	    z-index: 100;
	    /*transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;*/
	}


	/*Hover*/
	.cta-btn:hover .cta-text{
		transform: perspective( 600px) rotateY( 144deg) rotateX(180deg);
		font-size: 27px;
		/*max-width: 200px;*/
	}

	.cta-btn:hover .cta-text span{
		right: -110px;
	}



/*Agent*/
.slideshow-content-wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 150;
	font-size: 0;
}

	.agent-photo{
		display: inline-block;
		vertical-align: middle;
	}

	.agent-photo img{
		max-width: 568px;
    	width: 100%;
	}

/*Logo	*/
.logo{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 48px;
   	margin-left: -34px;
}

	.logo img{
		max-width: 415px;
		width: 100%;

	}


/*QS*/
.qs-wrap{
	min-height: 160px;
	background: #252525;
	padding: 34px 0;
	z-index: 1028;
	/* display: none; */
}

	.qs-container {
	    font-size: 0;
	}

	.qs-field{
		display: inline-block;
		vertical-align: middle;
	}

	.qs-form .qs-form-label {
	    font-size: 22px;
	    font-weight: 700;
	    color: #fff;
	    text-align: center;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    margin-bottom: 20px;
	}

	.qs-property.qs-field {
	    width: 22.37%;
	    margin-right: 0.85%;
	}

	.qs-city.qs-field {
	    width: 22.37%;
    	margin-right: 0.85%;
	}

	.qs-beds.qs-field {
	    width: 9.7%;
    	margin-right: 0.85%;
	}

	.qs-baths.qs-field {
	    width: 9.7%;
    	margin-right: 0.85%;
	}

	.qs-minprice.qs-field {
	    width: 9.7%;
    	margin-right: 0.85%;
	}

	.qs-maxprice.qs-field {
	    width: 9.7%;
    	margin-right: 2%;
	}

	.qs-searchbtn.qs-field {
	    width: 10.1%;
	}


	.qs-form select {

	    color: #fff;
	    width: 100%;
	    border-radius: 0;
	    font-size: 12px;
	    font-weight: 300;
	    font-style: italic;
	    height: 33px;
	    border: 1px solid rgba(255,255,255,0);
	    border-bottom: 1px solid #fff;
	    padding: 0 5px;
	    line-height: 1;
	    background: rgba(0,0,0,0) url(images/select-arrow.png) no-repeat center right 5px;
	    cursor: pointer;
	}

	.qs-form input {
	    color: #fff;
	    width: 100%;
	    border-radius: 0;
	    font-size: 16px;
	    font-weight: 700;
	    height: 33px;
	    border: 1px solid #d60600;
	    background: #d60600;
	    line-height: 1;
	    cursor: pointer;
	}

 /*Welcome*/
.welcome-wrap{
	padding: 130px 0 75px;
	background: #fff;
}

	.welcome-photo img{
		margin: auto;
	}

	.welcome-label {
	    text-align: center;
	    color: #081733;
	    font-size: 15px;
	    font-weight: 500;
	    margin-bottom: 38px;
	}

	.welcome-label span{
		display: block;
		font-weight: 700;
		font-size: 37px;
		color: #252525;
		line-height: 1;
		margin-top: 5px;
	}

	.welcome-text {
	    color: #5d5d5d;
	    font-size: 13px;
	    font-weight: 300;
	    line-height: 23px;
	}

	.welcome-text p{
		margin-bottom: 20px;
	}

	.welcome-content-main{
		max-width: 465px;
		margin-left: 30px;
		margin-top: 45px;
	}

	.welcome-btn a{
		display: inline-block;
		font-size: 13px;
		font-weight: 400;
		font-style: italic;
		color: #d60600;
		margin-top: 22px;
	}

/*Featured Properties*/
.featprop-wrap{
	padding: 75px 0;
	background: #fff url(images/fp-bg.jpg) no-repeat top center;
	background-size: 100% auto;
	/* display: none; */
}

	.featprop-label{
		color: #252525;
		font-size: 25px;
		font-weight: 400;
		line-height: 1;
		position: relative;
		padding-bottom: 59px;
		margin-bottom: 70px;
	}

	.featprop-label span{
		display: block;
		font-size: 44px;
		font-weight: 700;
		color: #081733;
		line-height: 1;
		text-transform: uppercase;
		margin-top: 5px;
	}

	.featprop-label::after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 18px;
		height: 1px;
		background: #d60600;
	}

	.featprop-details-wrap {
	    position: relative;
	    max-width: 263px;
	    padding-top: 78px;
	}

	.fp-price{
		color: #252525;
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.fp-address{
		font-size: 15px;
		font-weight: 500;
		color: #252525;
		line-height: 23px;
		margin-bottom: 33px;
	}

	.fp-desc{
		font-size: 13px;
		font-style: italic;
		color: #5b5b5b;
		margin-bottom: 37px;
	}

	.fp-bb{
		color: #252525;
		font-size: 13px;
		margin-bottom: 50px;
	}

	.fp-btn a{
		display: block;
		max-width: 217px;
		width: 100%;
		color: #d60600;
		font-size: 14px;
		font-weight: 500;
		border: 1px solid #d60600;
		padding: 14px 0;
		text-align: center;
		text-transform: uppercase;
	}

	.featprop-slick-wrap{
		font-size: 0;
	}

	.featprop-item-main{
		position: relative;
		/*padding: 15px 15px;*/
	    margin-bottom: 24px;
	    max-width: 360px;
	    width: 100%;
	    margin: 0 auto 24px;
	}

	.featprop-item-col{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.featprop-price{
		font-size: 23.15px;
		font-weight: 700;
		color: #fff;
		line-height: 1;
		margin-bottom: 7px;
		text-shadow: 1px 1px 10px #000;
	}

	.featprop-address{
		font-size: 16.15px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
		line-height: 1;
		text-shadow: 1px 1px 10px #000;
	}

	.featprop-img{
		background-repeat: no-repeat;
		/*background-size: cover;*/
		background-size: 217%;
		background-position: center;
		height: 358px;
		position: relative;
	}

	.featprop-img::before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(214, 6, 0, 0.30);
		opacity: 0;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.featprop-img::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		opacity: 0;
		border: 1px solid #fff;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.featprop-overlay{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.featprop-center{
		position: relative;
		height: 100%;
	}

	.featprop-center::before{
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

	.featprop-center-item{
		text-align: center;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.featprop-item-col:nth-child(even){
		padding-top: 28px;
		padding-left: 15px;
	}

	.featprop-item-col:nth-child(odd){
		padding-right: 15px;
	}

		.fp-address-hidden, .fp-desc-hidden, .fp-feat-hidden {
			display: none;
		}

	/*Hover*/
	.featprop-link:hover .featprop-img::before{
		opacity: 1;
	}

	.featprop-link:hover .featprop-img::after{
		width: 94%;
		height: 94%;
		opacity: 1;
	}

	.featprop-link:hover .featprop-center-item{
		transform: scale(0);
	}

	.slick-active .featprop-item-col-1 .featprop-item-main:first-child{

	}

/*CTA Bottom*/
.cta-bottom-wrap {
    padding: 20px 0 60px;
    background: #fff;
}

	.cta-bot-img{
		height: 273px;
		position: relative;
		/*max-width: 237px;*/
	}

	.cta-bot-img-main{
		height: 273px;
		z-index: 20;
		position: relative;
		max-width: 152px;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.cta-bot-img-main::before {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(214, 6, 0, 0.5);
	    opacity: 0;
	}

	.cta-bot-img1 .cta-bot-img-main{
		background: url(images/cta-bot-1.jpg) no-repeat;
	}

	.cta-bot-img2 .cta-bot-img-main{
		background: url(images/cta-bot-2.jpg) no-repeat;
	}

	.cta-bot-img3 .cta-bot-img-main{
		background: url(images/cta-bot-3.jpg) no-repeat;
	}

	.cta-bot-img-border{
		border: 1px solid rgba(0,0,0,0.15);
		border-right: 0;
		z-index: 1;
		position: absolute;
		left: 70px;
		top: -19px;
		width: 100%;
		max-width: 137px;
		height: 303px;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.cta-bot-img-border::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 27px;
		background: rgba(0,0,0,0.15);
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.cta-bot-img-border::after{
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 1px;
		height: 37px;
		background: rgba(0,0,0,0.15);
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.cta-bot-sitename {
	    color: #9d9d9d;
	    font-size: 10px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    position: absolute;
	    right: -23px;
	    top: 37px;
	    transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.cta-bot-sitename-white {
	    color: #fff;
	    font-size: 10px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    position: absolute;
	    left: 17px;
	    top: 19px;
	    opacity: 0;
	    transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.cta-bot-overlay{
		position: absolute;
		left: 127px;
	    top: 122px;
	    z-index: 20;
	}

	.cta-bot-label{
		color: #252525;
		font-size: 19px;
		font-style: italic;
		font-weight: 400;
		line-height: 1;
		position: relative;
		z-index: 15;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.cta-bot-label span{
		display: block;
		text-transform: uppercase;
		font-size: 43px;
		font-weight: 700;
		font-style: normal;
		margin-top: 11px;
	}

	.cta-bot-overlay::before {
	    content: '';
	    position: absolute;
	    left: 90px;
	    top: -37px;
	    width: 1px;
	    height: 37px;
	    background: #a4a4a4;
	    transform: rotate(45deg);
	}

	.cta-bot-overlay::after {
	    content: '';
	    position: absolute;
	    left: -75px;
	    bottom: -145px;
	    width: 1px;
	    height: 125px;
	    background: #a4a4a4;
	    transform: rotate(45deg);
	}


	.cta-bottom-col {
		padding-top: 30px;
	    padding-bottom: 50px;
	}

	.cta-bot-link {
	    display: block;
	    max-width: 293px;
	}

	/*Hover*/
	.cta-bot-link:hover .cta-bot-img-main{
		max-width: 237px;
	}

	.cta-bot-link:hover .cta-bot-img-main::before{
		opacity: 1;
	}

	.cta-bot-link:hover .cta-bot-label{
		transform: translateX(-111px);
		color: #fff;
	}

	.cta-bot-link:hover .cta-bot-img-border{
		max-width: 236px;
		left: 26px;
	}

	.cta-bot-link:hover .cta-bot-sitename-white{
		opacity: 1;
	}

	.cta-bot-link:hover .cta-bot-sitename{
		opacity: 0;
		right: 0;
	}

	.cta-bot-link:hover .cta-bot-img-border::before{
		height: 0;
	}

	.cta-bot-link:hover .cta-bot-img-border::after{
		height: 100%;
	}

	.cta-bot-link:hover .cta-bot-overlay::before{
		opacity: 0;
	}

	.cta-bot-link:hover .cta-bot-overlay::after{
		left: -3px;
	    bottom: -175px;
	    height: 330px;
	}

/*Video*/
.video-wrap{
	background: #fff;
}

	.video-line{
		width: 100%;
		border-top: 1px solid rgba(37, 37, 37, 0.2);
		margin-bottom: 40px;
	}

	.video-slick-wrap {
	    max-width: 944px;
	    margin: auto;
	    overflow: hidden;
	    padding: 30px 0;
	}

	.video-holder {
	    margin: 0 -45px;
	}

	.video-img{
		width: 100%;
	}

	.video-item-wrap {
	    position: relative;
	    border: 10px solid #fff;
	    background: #fff;
	    max-width: 360px;
	    margin: auto;
	    opacity: 0.5;
	}

	.play-icon{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.video-item{
		padding: 27px 0;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.video-item.slick-center {
	    transform: scale(1.154);
	    transform-origin: center;
	    position: relative;
    	z-index: 20;
	}

	.video-item.slick-center .video-item-wrap{
		opacity: 1;
	}

	.video-item.slick-center .play-icon{
		transform: scale(0.846);
	}

	.video-item.slick-center::after {
	    content: '';
	    position: absolute;
	    left: 0;
	    bottom: 10px;
	    width: 100%;
	    height: 27px;
	    background: url(images/cta-shadow.png) no-repeat top center / contain;
	}

/*Testimonials*/
.testi-wrap{
	background: #fff;
	text-align: center;
    padding: 25px 0 93px;
}
	.testi-wrap .testi-item{
		margin: 0 0 45px 0;
	}

	.testi-content{
		font-size: 17px;
		font-weight: 300;
		font-style: italic;
		color: #252525;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.testi-icon{
		height: 39px;
		width: 39px;
		display: block;
		margin: 0 auto;
		background: url(images/testi-icon.png) no-repeat center;
	}

	.testi-name{
		font-size: 20px;
		font-weight: 700;
		color: #081733;
		line-height: 1;
		margin: 12px 0 2px;
	}

	.testi-pos{
		font-size: 15px;
		font-weight: 300;
		color: #252525;
	}

	.testi-item-wrap {
	    max-width: 1000px;
	    margin: 0 auto 20px;
	}

	.testi-slick-wrap .slick-dots li.slick-active button {
	    background: #d60600;
	    opacity: 1;
	    color: transparent;

	}

	.testi-slick-wrap ul.slick-dots{
		text-align: center;
		margin-top: 44px;
	}

	.testi-slick-wrap ul.slick-dots li {
	    display: inline-block !important;
	    margin: 2px 5px;
	}

	.testi-slick-wrap ul.slick-dots li button {
	    border-radius: 50%;
	    border: none;
	    background: #d7d7d7;
	    color: transparent;
	    height: auto;
	    width: 8px;
	    height: 8px;
	    font-size: 0px;
	    padding: 0;
	    outline: none;
	}


/*Space*/
.space-wrap .container{
	position: relative;
	min-height: 595px;
}

	.space-wrap::before {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,0.3);
	    z-index: 10;
	}

	.space-wrap span{
		position: absolute;
		bottom: 29px;
		right: 15px;
		font-size: 23px;
		font-weight: 700;
		color: #fff;
		line-height: 1;
		z-index: 20;
	}

/*footer*/
.footer-wrap{
	margin-top: 0;
	padding: 0;
	background: transparent;
	min-height: 560px;
}

	.footer-contact-form-wrap{
		font-size: 0;
		background: #fff;
		min-height: 117px;
		padding: 35px 0px;
	}

	.footer-contact-label {
	    color: #081733;
	    font-size: 36px;
	    font-weight: 700;
	    line-height: 1;
	    margin-top: 7px;
	}

	.cffield{
		border: 1px solid #a7a7a7;
		display: inline-block;
		vertical-align: middle;
	}

	.fc-field{
		display: inline-block;
		vertical-align: top;
	}

	.footer-contact-label.fc-field {
	    width: 19.3%;
	}

	.footer-contact-form.fc-field {
	    width: 80.7%;
	}

	.footer-nav {
	    margin-left: -11px;
	}

	.cname.cffield {
	    width: 26.53%;
	    margin-right: 0.6%;
	}

	.cphone.cffield {
	    width: 26.53%;
	    margin-right: 0.6%;
	}

	.cmsg-csend.cffield {
	    width: 45.6%;
	}

	.cmsg {
	    display: inline-block;
	    vertical-align: middle;
	    width: 88%;
	}

	.csend{
		display: inline-block;
	    vertical-align: middle;
	    width: 12%;
	}


	.footer-contact-form{
		position: relative;
	}

	.footer-contact-form input {
	    width: 100%;
	    color: #5c5c5c;
	    font-size: 12px;
	    font-weight: 300;
	    font-style: italic;
	    height: 44px;
	    border: 1px solid #fff;
	    padding: 0 18px;
	    background: #fff;
	}

	.footer-contact-form textarea {
	    width: 100%;
	    color: #5c5c5c;
	    font-size: 12px;
	    font-weight: 300;
	    font-style: italic;
	    height: 44px;
	    border: 1px solid #fff;
	    resize: none;
	    padding: 15px 18px 5px;
	    background: #fff;
	}

	.footer-contact-form input[type="submit"] {
	    width: 100%;
	    background: #fff url(images/airplane-icon.png) no-repeat;
	    background-position: center;
	    font-size: 0;
	    height: 44px;
	    border: none;
	}

	.footer-contact-form span.wpcf7-not-valid-tip{
		font-size: 10px;
	}

	.footer-contact-form div.wpcf7-response-output{
		font-size: 12px;
		margin: 10px 0 0;
		background: #fff;
	    color: #000000;
	    text-align: center;
	}

	.footer-contact-form .ajax-loader{
		position: absolute;
		margin-left: 0 !important;
    	right: 0;
    	bottom: 0;
	}

	/*Footer Top*/
	.footer-top{
		min-height: 380px;
		background: #252525;
		text-align: center;
		padding-top: 100px;
		padding-bottom: 30px;
	}

	.footer-site-link,
	.footer-site-link span{
		display: block;
		text-transform: uppercase;
		color: #f0efec;
		line-height: 1;
	}

	.footer-site-link span:first-child{
		font-size: 32px;
	}

	.footer-site-link span:last-child{
		font-size: 44px;
		font-weight: 900;
	}

	.footer-sub-label{
		text-transform: uppercase;
		font-size: 13px;
		color: #f0efec;
		letter-spacing: 1px;
		margin-top: 10px;
	}

	.footer-contact-info{
		font-size: 13px;
		margin: 30px 0 10px;
	}

	.footer-contact-info em{
		font-style: normal;
		color: #d60600;
	}

	.footer-contact-info .divider{
		height: 11px;
		width: 1px;
		background: #717171;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}

	.footer-contact-info a,
	.footer-contact-info a:hover{
		color: #fff;
	}

	/*Footer Bottom*/
	.footer-bottom {
	    min-height: 64px;
	    background: #121212;
	    padding: 21px 0 10px;
	}

	.footer-copyright,
	.footer-copyright a {
		font-size: 11px;
		color: #fff;
		padding-top: 6px;
	}

	.footer-copyright .footer-sitename{
		color: #d60600;
	}

	.footer-realtor-logo{
		font-size: 21px;
		color: #fff;
		text-align: right;
		margin-top: 12px;
	}

/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

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

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

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; padding: 27px 0; }

/* 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-weight: 700;
    font-size: 37px;
    color: #252525;
    line-height: 1;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
	font-weight: 700;
    font-size: 37px;
    color: #252525;
    line-height: 1;
}

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

}

#content .entry{
	color: #252525;
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
}

#inner-page-wrapper {
    padding-top: 60px;
}

/*IP Banner*/
.ip-banner{
	background: url(images/slide2.jpg) no-repeat center / cover;
	position: relative;
	display: none;
}

	.ip-banner::before{
		content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,0.3);
	    z-index: 10;
	}

	.ip-banner .container{
		position: relative;
		min-height: 400px;
		z-index: 100;
	}

	.ip-banner .agent-photo img {
	    max-width: 230px;
	    width: 100%;
	    display: none;
	}

	.ip-banner .agent-photo{
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.ip-banner img {
	    max-width: 213px;
	    width: 100%;
	}

	.ip-banner .logo{
		position: absolute;
		left: 220px;
	    bottom: -20px;
	    display: none;
	}
	a.amh-phone {
	    color: #fff;
	}


/*QS Sidebar*/
.qs-sidebar{
	background: #252525;
	padding: 15px 10px;
	max-width: 500px;
    margin: auto;
}

	.qs-sidebar .qs-form-label{
		line-height: 1;
	}

	.qs-sidebar .qs-field{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4px;
	}

	.qs-sidebar .qs-field.qs-short{
		width: 50%;
	}

	.qs-sidebar .qs-field.qs-short:nth-child(odd){
		padding-right: 2px;
	}

	.qs-sidebar .qs-field.qs-short:nth-child(even){
		padding-left: 2px;
		float: right;
	}





/*CTA Sidebar*/
.cta-simplev-item{
	font-size: 0;
	margin: 15px 0;
}

	.cta-simplev-item a {
	    display: block;
	    text-align: center;
	    height: 70px;
	    background: #081733;
	    color: #fff;
	    font-size: 14px;
	    text-transform: uppercase;
	    position: relative;
	    max-width: 500px;
    	margin: auto;
        line-height: 70px;
	}

/*
	.cta-simplev-item a::before{
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
*/

	.cta-simplev-item a::after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border: 1px solid #fff;
		width: 94%;
		height: 83%;
		margin: auto;
	}

	.cta-sb-text{
		display: inline-block;
		vertical-align: middle;
	}



/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* Icons (made with Icomoon.io) */

@font-face {
	font-family: 'feather';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/feather/feather.eot?1gafuo');
	src: url('fonts/feather/feather.eot?1gafuo#iefix') format('embedded-opentype'), url('fonts/feather/feather.woff2?1gafuo') format('woff2'), url('fonts/feather/feather.ttf?1gafuo') format('truetype'), url('fonts/feather/feather.woff?1gafuo') format('woff'), url('fonts/feather/feather.svg?1gafuo#feather') format('svg');
}

.icon {
	font-family: 'feather';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

.icon--arrow-left:before {
	content: '\e901';
}

.icon--menu:before {
	content: '\e903';
}

.icon--cross:before {
	content: '\e117';
}


/* Menu styles */

.menu {
	position: absolute;
	top: 120px;
	left: 0;
/*	width: 300px;*/
    width: 100%;
	height: calc(100vh - 120px);
}

.menu__wrap {
	position: absolute;
	top: 3.5em;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}

.menu__level {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll;
	width: calc(100% + 50px);
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu__level--current {
	visibility: visible;
}

.menu__item {
	display: block;
	width: calc(100% - 50px);
}

.menu__link {
	font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 13px 10px 13px 33%;
    color: #fff;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}

.menu__link:hover,
.menu__link[data-submenu]:hover::after {
	color: #5c5edc;
	text-decoration:none;
}

.menu__link--current::before {
	content: '\00B7';
	font-size: 1.5em;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0.5em;
	height: 4px;
	color: #5c5edc;
}

[class^='animate-'],
[class*=' animate-'] {
	visibility: visible;
}

.animate-outToRight .menu__item {
	-webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate-outToLeft .menu__item {
	-webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate-inFromLeft .menu__item {
	-webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate-inFromRight .menu__item {
	-webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.menu__breadcrumbs {
	font-size: 12px;
    line-height: 1;
    position: relative;
    padding: 10px;
}

.menu__breadcrumbs a {
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5c5edc;
}

.menu__breadcrumbs a:last-child {
	pointer-events: none;
}

.menu__breadcrumbs a:hover {
	color: #8182e0;
}

.menu__breadcrumbs a:not(:last-child)::after {
	content: '\e902';
	font-family: 'feather';
	display: inline-block;
	padding: 0 0.5em;
	color: #fff;
}

.menu__breadcrumbs a:not(:last-child):hover::after {
	color: #fff;
}

.menu__back {
	font-size: 1.05em;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 2.25em;
	margin: 0;
	padding: 1.365em 0.65em 0 0;
	cursor: pointer;
	color: #2a2b30;
	border: none;
	background: none;
}

.menu__back--hidden {
	pointer-events: none;
	opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
	color: #fff;
	outline: none;
}

/* Grab the QS form select's width, display (if applicable), and float (if applicable)
* Always declare styles here as !important
*/
.hp-quick-search .bootstrap-select {
	width: 100% !important;

	/* position is always relative
	* to make the dropdown's size relative
	* to the select's width
	*/
	position: relative;
}

/* The QS form select's style should be placed here except
* the width, display, float, and font styles
* should be no height styles
*/
.hp-quick-search .bootstrap-select .dropdown-toggle {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0);
  border-bottom: 1px solid #fff;
  background: rgba(0,0,0,0) url(images/select-arrow.png) no-repeat center right 5px;
  cursor: pointer;

	/* height is not required
	* padding needs to be adjusted to match
	* other form fields height and inner space
	*/
	padding: 10px 5px;

	/* should aways be set to overflow:hidden */
	overflow:hidden;
	/* should always be set to 100% */
	width: 100%;

}

.modal-title {
	font-size: 22px;
  font-weight: 700;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
	text-align: center;
	display: block;
}

#wpcf7-f212-o2 .ai-contact-wrap {
	max-width: 100%;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
	border-radius: 0;
  border: 1px solid rgba(255,255,255,0);
  border-bottom: 1px solid #fff;
  padding: 9px 5px 2px;
  background: rgba(0,0,0,0) url(images/select-arrow.png) no-repeat center right 5px;
  cursor: pointer;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-menu .bs-searchbox .form-control {
	color: #333;
	font-weight: 300;
}

.qs-form select option {
	color: #333;
	background-color:#fff;
}

/* .hp-quick-search .qs-form select option {
	color: #fff;
} */

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle {
	border-radius: 0;
  border: 1px solid rgba(255,255,255,0);
  border-bottom: 1px solid #fff;
  padding: 9px 5px 2px;
  background: rgba(0,0,0,0) url(images/select-arrow.png) no-repeat center right 5px;
  cursor: pointer;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-menu .bs-searchbox .form-control {
	color: #333;
	font-weight: 300;
}


/*Condo*/
.condo-item {
    min-height: 270px;
    max-width: 227px;
    /*width: 100%;*/
    margin: auto;
}

.condo-photo img {
    width: 100%;
}

.condo-text {
    color: #081733;
    text-align: center;
    font-size: 15px;
}

.condo-item .condo-photo{
	position: relative;
	
}

.condo-item .condo-photo::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 23, 51, 0.7);
	opacity: 0;
	transition: all 0.3s ease-out;
}

.condo-item a:hover .condo-photo::before{
	opacity: 1;
}

.condo-item a:hover{
	text-decoration: none;
}

section.featprop-wrap > div.dsidx-results-widget.dsidx-widget  {
	display: none;
}

.condo-fb {
    width: 100%;
    text-align: center;
}

	.condo-fb span {
		font-family: 'Roboto', sans-serif;
		font-size: 13px;
	}


.entry .cycloneslider.cycloneslider-template-standard.cycloneslider-width-responsive {
	margin: auto;
}

/*Counties*/
.counties-links strong {
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 3px solid #d60600;
    margin-bottom: 14px;
}

.counties-links a {
    text-align: center;
    /*border: 1px solid #081733;*/
    color: #081733;
    font-size: 13px;
    position: relative;
    padding: 5px 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    word-break: break-word;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.counties-links a:hover{
	background: #081733;
	color: #fff;
}

.counties-links span {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
    min-width: 75px;
    font-weight: 700;
}

/*Condo Buildings*/
#cycloneslider-condo-buildings-1.cycloneslider-template-standard .cycloneslider-slides{
	height: 150px !important;
}

.ui-widget-overlay{
	background-color: rgba(0, 0, 0, .75);
}
.dsidx-ui-widget.dsidx-dialog {
	display: none;
}

.footer-site-link:hover{
 text-decoration: none;
}




#idx-slide .cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img {
    width: auto !important;
}

.remodal div.wpcf7-response-output {
    margin: 0 !important;
}

#dsidx-top-search #dsidx-search-form table th, #dsidx-top-search #dsidx-search-form table td.label {
    color: #666 !important;
}

.nav-main #ml-menu .menu__breadcrumbs {
    display: none;
}

/* 11/09/2017 */
.testi-view-all {
    display: none;
}

.testi-item-wrap {
    margin-bottom: 76px;
}

.testi-content {
    margin-bottom: 65px;
}

.testi-wrap .testi-item {
    margin: 0;
}

.testi-slick-wrap ul.slick-dots {
    margin-top: 0;
}

.footer-nav .menu-item-223, .footer-nav .menu-item-245 {
    display: none !important;
}

.ip-container .header-nav .menu-item-223 , .ip-container .header-nav .menu-item-245{

	
	display: none !important;
}


/* END 11/09/2017 */



.home .header-container.container.custom-container {
    width: 100% !important;
}

.home .header-right {
    max-width: 360px;
    padding: 0;
    margin: 0;
    float: right;
	overflow: hidden;
}

.home .header-contact{
	padding: 34px 0px 34px 20px;
    position: relative;
	margin-top: 25px;
	text-align: left;
	width: 102%;
}

.home .header-contact::before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 10px;
    border: 1px solid #fff;
    z-index: 2;
    content: '';
}

.home .header-contact a {
    position: relative;
    z-index: 2;
}

.home .menu-btn{
	padding: 34px 0px 34px 20px;
	background: #081733;
	min-height: 51px;
	text-align: left;
	position: relative;
	width: 102%;
	display: block;
}

.home .menu-btn::before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	padding: 10px;
	border: 1px solid #fff;
	z-index: 2;
	content: '';	
}