

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;*/
    left: -5px;
    /*background: #fff;*/

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c0ac8c;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 10px;
}

body {
	font-weight: 300;
}

.home .wrapper {
	position: static;
}

.main.full-50, .sidebar.full-50 {
    width: 48%;
}

.sidebar.full-50 {
    float: right;
}

.full-33.custom {
	display: block;
	width: 32.333333%;
	padding: 0.5%;
	float: left;
}

@media only screen and (max-width: 64.063em) {
    .full-50, .full-50.main, .full-50.sidebar {
        margin: 0 0 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 50.063em) {
	.full-33.custom {
		width: 98%;
		padding: 1%;
	}
}

.titles {
	color: #333;
	border: 0;
}

.titles.large {
	color: #c0ac8c;
	font-size: 42px;
	padding: 0;
	margin: 0 0 20px;
	line-height: 46px;
	font-weight: bold;
	text-align: left;
    font-family: 'Raleway', sans-serif;
}

.subs {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	line-height: 27px;
}

.subs.large {
	font-size: 21px;
}

.titles-con {
	margin: 0 0 20px;
}

.titles-con .titles.large {
	margin: 0 0 5px;
}

.titles.invert, .subs.invert {
	color: #fff;
}

@media only screen and (max-width: 64.063em) {
	.titles.large {
		font-size: 32px;
		line-height: 34px;
	}

	.subs.large {
		font-size: 21px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 40.063em) {
	.titles.large {
		font-size: 25px;
		line-height: 27px;
	}

	.subs.large {
		font-size: 16px;
		line-height: 18px;
	}
}

/**************communities Section css start***************************/


.communities-img{
	position:relative;
	}
.communities-img > img{
	width:100%;
	}			
.communities-name{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(23, 22, 22, 0.7);
	-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
	}
.communities-name:hover{
	background-color:rgba(0,0,0,0);
	}	
.communities-name:hover .communities-inner a{
	opacity:0;
	}	
.communities-name .communities-inner{
	display:table;
	width:100%;
	height:100%;
	text-align:center;
	}	
.communities-name .communities-inner a{
	display:table-cell;
	color:#FFF;
	font-size:26px;
	font-weight: bold;
	vertical-align:middle;
	text-transform: uppercase;
	 -webkit-transition: opacity 0.4s ease-out; -moz-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out;
	}

/**************communities Section css End***************************/

.featuredCommunities .cta-con {	
	background: #c0ac8c;
}

.featuredCommunities .cta-con .titles.large {
	text-align:center;
	color: #fff;
    font-family: 'Raleway', sans-serif;
}

.buyers.cta-con {	
	background: #2a2a2a;
}

.buyers.cta-con .titles.large {
	text-align:center;
	color: #ffffff;
}


.cta-con {
	background: #c0ac8c;
}

.cta-con .titles.large {
	text-align:center;
	color: #fff;
}

.cta-con .cta-box {
	width: 23%;
	margin: 1%;
	float: left;
	overflow: hidden;
}

.cta-con .cta-box img {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cta-con .cta-box:hover img {
    opacity:0.9;
   -moz-transform: scale(1.1,1.1);
   -webkit-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

@media only screen and (max-width: 50.063em) {
	.cta-con .cta-box {
		width: 48%;
	}
}

@media only screen and (max-width: 40.063em) {
	.cta-con .cta-box {
		width: 98%;
	}
}

.cta-input-con {
	padding: 234px 0;
  background-position: 50% 31%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.cta-con .property img {
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	  filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	}

.cta-con .property img:hover {
	  filter: none;
  -webkit-filter: grayscale(0%);
	}

.cta-con .property .brokerage {
    font-size: 16px;
}
.cta-con .property .info .details {    
    font-size: 20px;
}
.cta-con .property .info .price {
    font-size: 20px;
}
.cta-con .property .info .location {
    font-size: 18px;
}

@media only screen and (max-width: 220.063em) {
	.cta-con .properties .property {
		width: 25%;
		margin: 0px;
	}
	.cta-con .property .brokerage {
    font-size: 16px;
	}
	.cta-con .property .info .details {    
	    font-size: 20px;
	}
	.cta-con .property .info .price {
	    font-size: 20px;
	}
	.cta-con .property .info .location {
	    font-size: 18px;
	}
}

@media only screen and (max-width: 64.063em) {
	.cta-con .properties .property {
		width: 50%;
		margin: 0px;
	}
	.cta-con .property .brokerage {
    font-size: 11px;
	}
	.cta-con .property .info .details {    
	    font-size: 16px;
	}
	.cta-con .property .info .price {
	    font-size: 14px;
	}
	.cta-con .property .info .location {
	    font-size: 14px;
	}
}

@media only screen and (max-width: 40.063em) {	
	.cta-con .properties .property {
		width: 100%;
		margin: 0px;
	}
	.cta-con .property .brokerage {
    font-size: 11px;
	}
	.cta-con .property .info .details {    
	    font-size: 12px;
	}
	.cta-con .property .info .price {
	    font-size: 12px;
	}
	.cta-con .property .info .location {
	    font-size: 12px;
	}
}


.links-section {
	padding: 30px 0;
	background: #f5710d;
	color: #fff;
	text-align: center;
}

.links-section a {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 10px 0 0;
}

.links-section a:hover {
	font-weight: bold;
	color: #563013;
}

.links-section p {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 0 10px;
}

.links-section a:after {
	content: '|';
	color: #fff;
	padding: 0 0 0 10px;
}

.links-section a:last-child:after {
	display: none;
}

.cta-input-con.header {
	background-image: url('/Themes/Responsive/images/SliderImage.jpg');
}

 .cta-input-con.header.inner-page {
	 padding: 150px 0;
	 background-attachment: initial;
	 background-size: initial;
	 background-position: 50% 45%;
	}

.cta-input-con .form {
	width: 60%;
	display: block;
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cta-input-con .form .term {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media only screen and (max-width: 50.063em) {
	.cta-input-con .form .term, .cta-input-con .submit-btn {
		width: 100%;
	}

	.cta-input-con .form {
		width: 80%;
		display: block;
	}
}

.testimonials {
    background: #c0ac8c;
    color: #fff;
}

.testimonials .testimonial {
    width: 85%;
    margin: 0 auto;
    color: #fff;
}

.testimonials .testimonial .start {
    font-size: 45px;
    font-weight: 100;
    float: left;
    position: absolute;
    color: #fff;
}

.testimonials .testimonial p {
    text-align: center;
    line-height: 24px;
    margin: 0 55px 15px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials .testimonial .more {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
}


.testimonials .sy-pager {
    position: static;
}

.testimonials .titles {
    color: #fff;
    width: 100%;
    text-align: center;
}

.testimonials .sy-pager li {
    width: 10px;
    height: 10px;
    color: #b44d00;
}

.testimonials .sy-pager li a {
    background-color: #b44d00;
}

.testimonials .sy-pager li.sy-active a {
    background-color: #fff;
}

@media only screen and (max-width: 40.063em) {
    .testimonials .sy-pager li {
        width: 1.2em;
        height: 1.2em;
    }
}

@media only screen and (max-width: 40.063em) {
    .testimonials .testimonial {
        width: 94%;
    }

    .testimonials .testimonial .start {
        margin: 0 0 130px 0;
    }
}

.property.custom {

}

.property.custom .info-con {
    margin: 0 0 20px;
}

.property.custom .location {
    width: 100%;
    color: #07295f;
    font-size: 14px;
    padding: 15px 0 8px;
    float: left;
}

.property.custom .location i {
    font-size: 14px;
    line-height: 0px;
}

.property.custom .desc {
    font-size: 14px;
    line-height: 18px;
    float: left;
    color: #999;
    width: 100%;
    padding: 15px 0;
}

.property.custom .desc strong {
    color: #c0ac8c;
}

.property.custom .info-con .info {
    background: none;
    float: left;
    position: static;
    padding: 0 0 15px;
    width: 100%;
    color: #bd1826;
    font-size: 14px;
}

.property.custom .info-con .bath, .property.custom .info-con .bed, .property.custom .info-con .ft {
    font-size: 12px;
    color: #c0ac8c;
    float: left;
    margin: 0 5px 0 0;
    border-right: 1px solid #999;
    background-image: url('../images/icon_sprite.png');
}

.property.custom .info-con .bed {
    background-position: 22px -15px;
    padding: 0 41px 0 0;
    background-repeat: no-repeat;
}

.property.custom .info-con .bath {
    background-position: 2px -55px;
    padding: 0 32px 0 0;
    background-repeat: no-repeat;
}

.property.custom .info-con .ft {
    background-position: 75px -97px;
    padding: 0 20px 0 0;
    background-repeat: no-repeat;
    border-right: none;
}

.property.custom .icon-btn.btn {
    padding: 10px 15px;
    float: left;
    text-align: center;
    margin: 0 2px 0 0;
    border: none;
    background: #03659b;
}

.property.custom .resize-con {
    overflow: hidden;
}

.property.custom.wide .location {
    font-size: 22px;
    margin: 0 0 10px;
}

.property.custom.wide .location i {
    font-size: 20px;
    line-height: 0;
}

.property.custom.wide .info {
    width: 50%;
    float: right;
    background: none;
    padding: 0;
    margin: 0;
    position: static;
}

.property.custom.wide .thumb {
    width: 50%;
    float: left;
    position: relative;
}

.property.custom.wide .info-con {
    background: #efefef;
    width: 100%;
    float: left;
}

.property.custom.wide .info-con .info-actions {
    float: right;
}

.property.custom.wide .info-con .bath, .property.custom.wide .info-con .bed, .property.custom.wide .info-con .ft {
    color: #666;
}

.property.custom.wide .info-con .bed {
    background-position: 5px -145px;
    margin: 12px 0 12px 5px;
}

.property.custom.wide .info-con .bath {
    background-position: 2px -185px;
    margin: 12px 0 12px 5px;
}

.property.custom.wide .info-con .ft {
    background-position: 75px -227px;
    margin: 12px 0 12px 5px;
}

.property.custom.wide .price {
    width: 100%;
    text-align: left;
}

.property.custom.wide .desc {
    width: 86%;
    padding: 18px 8% 0;
}

.more.btn {
    float: none;
    margin: 0 auto;
    width: 80px;
    display: block;
    text-align: center;
    background: #03659b;
    border-bottom-color: #03659b;
    text-transform: uppercase;
}

.property.custom .btn, .cta-input-con.v1 .submit-btn {
    background: #03659b;
    border-bottom-color: #03659b;
    text-transform: uppercase;
}

.cta-input-con.v2 .submit-btn {
    text-transform: uppercase;
}

.more.btn:hover, .property.custom .btn:hover, .cta-input-con.v1 .submit-btn:hover {
    background: #0082CA;
    border-bottom-color: #03659b;
}

.about-section {
	background: #2a2a2a;
	color: #fff;
}

.about-section .sidebar {
	font-size: 16px;
	line-height: 22px;
}

.about-section .sidebar p {
	margin: 0 0 25px;
}

.about-section .main {
	font-size: 34px;
	line-height: 40px;
	text-align: right;
}

.awards {
	width: 100%;
	float: left;
}

.awards .award {
	width: 23%;
	margin: 1%;
	float: left;
	max-width: 90px;
}

@media only screen and (max-width: 64.063em) {
	.about-section .sidebar, .about-section .main {
		text-align: center;
	}

	.awards {
		text-align: center;
	}

	.awards .award {
		float: none;
		display: inline-block;
	}
}

@media only screen and (max-width: 40.063em) {
	.property.custom.wide .thumb {
		width: 100%;
	}
	.property.custom.wide .info {
		width: 100%;
	}

	.property.custom.wide .desc {
		margin: 0 0 20px;
		padding: 18px 1% 0;
		width: 98%;
	}
}


/* contact form */

.contact-con .form .form-group {
    width: 100%;
    float: left;
}

.contact-con .form .form-group span.label-name {
    font-size: 17px;
    float: left;
    width: 98%;
    padding: 1%;
    text-align: left;
    color: #fff;
}

.contact-con .form-group.small input, input.small, .form-group.small select, select.small, .form-group.small textarea, textarea.small {
    font-size: 12px !important;
    padding: 4px 2% !important;
}

.contact-con .form-group.medium input, input.medium, .form-group.medium select, select.medium, .form-group.medium textarea, textarea.medium {
    font-size: 14px !important;
    padding: 8px 2% !important;
}

.contact-con .form-group.large input, input.large, .form-group.large select, select.large, .form-group.large textarea, textarea.large {
    font-size: 18px !important;
    padding: 10px 2% !important;
}

.contact-con .form-group.small .ms-choice {
    padding: 4px 2%;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 24px;
    line-height: 24px;
}

.contact-con .form-group.medium .ms-choice {
    padding: 8px 2%;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 34px;
    line-height: 34px;
}

.contact-con .form-group.large .ms-choice {
    padding: 10px 2%;
    font-size: 18px;
    border: 1px solid #ccc;
    height: 43px;
    line-height: 43px;
}

.contact-con .contact-con .form-group {
		width: 48%;
    padding: 1% 2% 1% 0;
    float: left;
    margin: 0 0 5px;
}

.contact-con .contact-con .form-group textarea {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    min-height: 100px;
}

.contact-con .contact-con .form-group.full {
    width: 98%;
}

.contact-con .contact-con .form-group input {
    width: 100%;
}

.contact-con .contact-con .name {
    width: 50%;
    float: left;
}

.contact-con .contact-con .name span {
    color: #c0ac8c;
    font-size: 30px;
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.contact-con .contact-con .name strong {
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 0 0 10px;
    float: left;
}

.contact-con .contact-con .contact-info {
    width: 50%;
    float: left;
}

.contact-con .contact-con .contact-info a {
    color: #c0ac8c;
    font-size: 22px;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    text-align: right;
}

.contact-con .contact-con .contact-info a.phone {
    color: #fff;
}

@media only screen and (max-width: 50.063em) {
	.contact-con .contact-con .form-group {
		width: 98%;
	}
	.contact-con .contact-con .name, .contact-con .contact-con .contact-info {
		width: 100%;
	}

	.contact-con .contact-con .contact-info a {
		text-align: left;
	}
	.cta-input-con {
		background-size: cover;
		background-position: 50% 50% !important;
		padding: 50px 0;
		background-attachment: initial;
	}
	.cta-input-con.header {
		background-size: initial;
		background-position: center 0% !important;
	}
}

.social-block {
    width: 100%;
    text-align: center;
    font-size: 0px;
    margin: 35px 0 0;
    float: left;
}

.social-block .icon {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff;
    background: #333;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
}

.social-block .icon:hover {
    padding: 10px 20px;
}

.social-block .icon i {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
}

.social-block .icon.fb {
    background: #305891;
}

.social-block .icon.fb:hover {
    background: #6e8ab2;
}

.social-block .icon.tw {
    background: #2ca8d2;
}

.social-block .icon.tw:hover {
    background: #6bc2df;
}

.social-block .icon.ln {
    background: #4498c8;
}

.social-block .icon.ln:hover {
    background: #7cb7d8;
}

.social-block .icon.in {
    background: #2a5b83;
}

.social-block .icon.in:hover {
    background: #698ca8;
}

.social-block .icon.rs {
    background: #fb7629;
}

.social-block .icon.rs:hover {
    background: #fc9f69;
}

.social-block .icon.yt {
    background: #e32525;
}

.social-block .icon.yt:hover {
    background: #eb6666;
}

.social-block .icon.gp {
    background: #ce4d39;
}

.social-block .icon.gp:hover {
    background: #dd8274;
}

.social-block .icon.pn {
    background: #c82828;
}

.social-block .icon.pn:hover {
    background: #d86868;
}

.social-block .icon.bl {
    background: #adb560;
}

.social-block .icon.grey {
    background: #817f81;
}

.social-block .icon.grey.last {
	margin: 0 0 20px;
}

.social-block .icon.grey:hover {
    background: #525252;
}

.social-block .icon img {
    display: inline-block;
    line-height: 0;
    margin: 1px 0 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
}

.social-block .icon.bl:hover {
    background: #c5cb8f;
}

.modul-1 .social-block {
    width: initial;
    float: right;
    margin: 0;
}

.modul-1 .social-block .title {
    color: #07295f;
    font-size: 24px;
    text-align: right;
    margin: 0 0 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.social-block-con {
	float: right;
}

.floating.social-block {
    position: fixed;
    z-index: 600;
    top: 18%;
    width: 37px;
    right: 0;
}

.floating.social-block .icon:hover {
    padding: 20px 10px;
}

.logo-1 {
	width: 179px;
	float: left;
}

.logo-2 {
	width: 110px;
	float: right;
	margin: 0 0 0 20px;
}

@media only screen and (max-width: 40.063em) {
    .modul-1 .social-block {
        width: 100%;
        float: left;
        margin: 20px 0 0;
        text-align: left;
    }

    .social-block-con {
		float: left;
		width: 100%;
	}

	.logo-1 {
		margin: 0 0 30px;
	}

	.logo-2 {
		float: left;
		margin: 0 0 10px;
		width: 178px;
	}

	.modul-1 .social-block .title {
		text-align: left;
	}
}

.main-nav-con {
}
.main-nav {float: right;margin: 0px;}
.main-nav .mobile-menu-button {
	display: none;
	float: right;
	font-size: 21px;
	padding: 16px;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 820;
}
.main-nav .main-logo {
	width: 300px;
	float: left;
	position: absolute;
	z-index: 130;
}
.main-nav .main-menu-container {
	float: right;
}
.main-nav .main-menu-container .menu-item {
	position: relative;
	float: left;
}
.main-nav .main-menu-container .menu-item .menu-top-label {
	position: relative;
}
.main-nav .main-menu-container .menu-item .menu-top-label .nav-trigger:hover,
.main-nav .main-menu-container .menu-item.dropdown.item-open .menu-top-label .nav-trigger {
    border-bottom: 4px solid #565554 !important;
    background: #ffffff;
    color: #565554;
}
.main-nav .main-menu-container .menu-item .menu-top-label .nav-trigger {
	padding: 25px 10px;
	display: block;
	font-size: 19px;
	margin: 0;
	text-transform: lowercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.main-nav .main-menu-container .menu-item.active .menu-top-label .nav-trigger {
	background: #c0ac8c;
	border-bottom: 4px solid #eee;
	color: #fff;
}
.main-nav .main-menu-container .menu-item .menu-top-label .icon {
	display: none;
	width: 54px;
	height: 54px;
	font-size: 28px;
	text-align: center;
	line-height: 54px;
	float: left;
}
.main-nav .main-menu-container .menu-item .menu-content {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px 0;
	width: 100%;
	display: none;
	z-index: 50;
}
.homepage .main-nav .main-menu-container .menu-item .menu-content {
	width: 300px;
}
.main-nav .main-menu-container .menu-item.item-open > .menu-content,
.main-nav .main-menu-container .menu-item:hover > .menu-content {
	display: block;
}
.main-nav .main-menu-container .menu-item .menu-content > li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main-nav .main-menu-container .menu-item .menu-content .menu-sub-label {
	width: 100%;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.main-nav .main-menu-container .menu-item .menu-content li a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	padding: 10px 25px;
}
.main-logo {
	float: left;
	width: 204px;
	height: auto;
	padding: 0px 0;
}
@media only screen and (max-width: 64.063em) {
	.homepage.main-nav-con{
			width: 100%;
		}
	.main-nav {
		padding: 0;
		height: 58px;
		position: relative;
	}
	.main-nav .mobile-menu-button {
		display: block;
		min-height: 26px;
		width: 90px;
	}
	.main-nav .main-menu-container {
		display: none;
	}
	.main-nav .main-menu-container .menu-item {
		width: 100%;
	}
	.main-nav .main-menu-container.item-open-mobile {
		display: block;
		margin: 0;
		width: 300px;
		position: absolute;
		z-index: 99;
		right: 0;
		top: 100%;
		z-index: 820;
	}
	.main-nav .main-menu-container.item-open-mobile .menu-item .menu-content {
		position: static;
		padding: 0;
		display: block;
		opacity: 1;
		display: none;
		float: left;
	}
	.main-nav .main-menu-container.item-open-mobile .menu-item .menu-content > li {
		border-right: none;
	}
	.main-nav .main-menu-container.item-open-mobile .menu-item .menu-content > li:last-child {
		border-right: none;
		border-bottom: none;
	}
	.main-nav .main-menu-container.item-open-mobile .menu-item .menu-top-label .nav-trigger {
		font-size: 20px;
		padding: 15px;
		margin: 0;
		width: 270px;
		float: left;
		background: #c0ac8c;
		color: #fff;
		border-bottom: 4px solid #c0ac8c;
	}
	.main-nav .main-menu-container.item-open-mobile .menu-item.dropdown .menu-top-label .nav-trigger {
		width: 216px;
	}
	.home .main-nav .main-menu-container.item-open-mobile .menu-item.dropdown .menu-top-label .nav-trigger {
		width: 270px;
	}
	.main-nav .main-menu-container .menu-item.dropdown .menu-top-label .icon {
		display: block;
	}
	.home .main-nav .main-menu-container .menu-item.dropdown .menu-top-label .icon {
		display: none;
	}
	.main-nav .main-menu {
		display: block;
	}
}
@media only screen and (max-width: 40.063em) {

	.main-nav .mobile-menu-button {
		padding: 16px;
	}
}

.header-box {
		text-align: center;    
    padding: 0 4px 8px;
    margin: 100px 0 250px;
}

.header-box h1 {
	color: #fff;
	font-size: 70px;
	text-transform: uppercase;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    font-weight: 'Raleway', sans-serif;
}

.header-box h2 {
	color: #FFFFFF;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 70px;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    font-family: 'Raleway', sans-serif;
}

.header-box a {
	color: #fff;
  background: #c0ac8c;
  padding: 19px 63px;
  display: inline-block;
  margin: 0 10px 0;
  font-size: 19px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: 'Raleway', sans-serif;
}

.header-box a:hover {
	color: #c0ac8c;
	background: #848c8e;	
}

.header-box a.second {
	background: #c0ac8c;
	color: #fff;
}

.header-box a.second:hover {
	color: #c0ac8c;
	background: #848c8e;
}

@media only screen and (max-width: 64.063em) {
	.header-box {
		float: left;
		width: 100%;
	}

	.cta-input-con.header {
		padding: 280px 0 20px;
		background-position: 40% -5%;
	}
}


.steps {
	background: rgb(223,221,216);
	background: -moz-linear-gradient(top,  rgba(223,221,216,1) 0%, rgba(187,185,181,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,221,216,1)), color-stop(100%,rgba(187,185,181,1)));
	background: -webkit-linear-gradient(top,  rgba(223,221,216,1) 0%,rgba(187,185,181,1) 100%);
	background: -o-linear-gradient(top,  rgba(223,221,216,1) 0%,rgba(187,185,181,1) 100%);
	background: -ms-linear-gradient(top,  rgba(223,221,216,1) 0%,rgba(187,185,181,1) 100%);
	background: linear-gradient(to bottom,  rgba(223,221,216,1) 0%,rgba(187,185,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfddd8', endColorstr='#bbb9b5',GradientType=0 );

}

.steps .step {
	width: 23.3%;
	float: left;
	text-align: center;
	padding: 20px 5%;
	color: #767676;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.steps .step p {
	font-size: 14px;
	line-height: 18px;
}

.steps .step i {
	padding: 0 0 10px;
}

footer {
	background: rgb(223,221,216);
}


.main-bg {
	background: url('../images/f002.jpg') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



.main-bg .btn {
	color: #fff;
    background: #0080ff;
    background: -moz-linear-gradient(top, #0080ff 0%, #0277ec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0080ff), color-stop(100%, #0277ec));
    background: -webkit-linear-gradient(top, #0080ff 0%, #0277ec 100%);
    background: -o-linear-gradient(top, #0080ff 0%, #0277ec 100%);
    background: -ms-linear-gradient(top, #0080ff 0%, #0277ec 100%);
    background: linear-gradient(to bottom, #0080ff 0%, #0277ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080ff', endColorstr='#0277ec',GradientType=0 );
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
}

.main-bg .btn:hover {
	background: #2490fd;

}

.main-bg .box-con {
	margin: 15% 0;
}


.main-bg .box-con h1 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	line-height: 58px;
	margin: 0 0 30px;
	float: left;
}

.main-bg .step6 h1 {
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	float: left;
}

.main-bg .forms input.large {
	width: 100%;
	padding: 10px 2%;
	font-size: 16px;
	float: left;
}

.main-bg .forms  select.large {
	width: 100%;
	padding: 10px 2%;
	font-size: 16px;
}

.main-bg .btn.large {
	padding: 10px 30px;
	font-size: 18px;
	border: 0;
}

.main-bg .forms .con-bg {
	background: rgba(255, 255, 255, 0.8);
	width: 90%;
	padding: 5%;
	float: left;
	margin: 0 0 10px;
}

.main-bg .forms label.full {
	width: 100%;
	float: left;
	margin: 0 0 10px;
}

.main-bg .forms label.full .label-text {
	width: 100%;
	float: left;
}

.main-bg .forms label.half {
	width: 48%;
	float: left;
	margin: 0 2% 10px 0;
}

.main-bg .forms input, .forms select {
	background: -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
	border-radius: 6px;
	border: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	color: #222222;
}

.main-bg .forms input:focus, .forms select:focus {
	box-shadow: 0 1px 0 #0080ff inset, 0 -1px 0 #0080ff inset, 1px 0 0 #0080ff inset, -1px 0 0 #0080ff inset, 0 0 4px rgba(0, 128, 255, 0.5);
	outline: none;
	background:#fff;
}

.main-bg .label-text {
	color: #fff;
	width: 85%;
	font-size: 14px;
	margin: 0 0 10px;
	float: left;
}

.main-bg .StepThreeTotPropFound {
	color: #126ecc;
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px;
	float: left;
	font-weight:bold;
	margin-top:20px;
}

.main-bg .con-bg .label-text {
	color: #333;
}

.main-bg .quick-select {
	margin-top:60px;
	text-align:center;
}

.main-bg .quick-select .quick-select-link {
	color: #126ecc;
	font-weight: bold;
	text-align:center;
	margin: 0 10px 0 0;
}

.main-bg .quick-select .quick-select-link:after {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
	margin: 0 0 0 10px;
	color: #333;
}

.main-bg .quick-select .quick-select-link:last-child:after {
	content: '';
}


.main-bg .has-js .label_check, .main-bg .has-js .label_radio {
	padding-left: 34px;
	cursor: pointer;
	width: 100%;
	float: left;
	min-height: 20px;
	margin: 0 0 10px;
}

.main-bg .has-js .map-overlay .label_check, .main-bg .has-js .map-overlay .label_radio {
	width: 43%;
}

.main-bg .has-js .ms-drop .label_check, .main-bg .has-js .ms-drop .label_radio {
	margin: 0;
	min-height: 15px;
	width: 85%;
	margin: 0 0 5px;
}

.main-bg .has-js .label_radio {
	background: url('../images/radio-off.png') no-repeat;
}

.main-bg .has-js .label_check {
	background: url('../images/check-off.png') no-repeat;
}

.main-bg .has-js label.c_on {
	background: url('../images/check-on.png') no-repeat;
}

.main-bg .has-js label.r_on {
	background: url('../images/radio-on.png') no-repeat;
}

.main-bg .has-js .label_check input, .has-js .label_radio input {
	position: absolute;
	left: -9999px;
}

.main-bg .map-con {
	position: relative;
	display: block;
}

.main-bg .map-con .map-overlay {
	padding: 4%;
	background: rgba(0, 0, 0, 0.5);
	width: 92%;
}

.main-bg #overlay {
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	padding-top:100px;
	text-align:center;
	font-size:35px;
	color:#FFF;
}

.main-bg #overlay h1 {
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	line-height: 58px;
	margin: 0 0 30px;
}

.main-bg .map-con .map-overlay .hidden {
	display: none;
}

.main-bg .map-con .map {
	width: 100%;
	height: 200px;

}

.main-bg #Step7.map-con .map {
	width: 100%;
	height: 350px;

}


.main-bg .properties-count {
	background: #2490fd;
	padding: 10px 4%;
	width: 92%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.main-bg .youwillgetmessage {

	width: 92%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.scrollToTop {
	display: block;
	padding: 10px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 40px;
	position: fixed;
	width: 41px;
	text-align: center;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}
@media only screen and (max-width: 64.063em){
.full-50, .full-50.main, .full-50.sidebar {
    margin: 39px 0 20px;
    width: 100%;
}}


.read-more {
	font-size: 20px;
	color: #c0ac8c;
	font-weight: 800;
	text-transform: uppercase;
	margin: -10px 0 0;
	float: left;
}


/**search area css **/


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
    *z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
    width: 88%;
    margin: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    left: -15px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

/* Styling;
 */
.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 20px;
    background: #000000;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7);
}
.noUi-background {
    background: #f4f4f4;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.noUi-target {
    border-radius: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.noUi-target.noUi-connect {
    background: #000000;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7);
}

/* Handles and cursors;
 */
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #000000;
    border-radius: 50%;
    background: #000000;
    cursor: default;
    box-shadow: inset 0 0 10px #000000, 0 0 6px rgba(0, 0, 0, 0.4);
}
.noUi-active {
    box-shadow: inset 0 0 0 5px #000000, 0 0 0 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #000000;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 1px;
    background: #b4a277;
    left: 13px;
    top: 11px;
}
.noUi-handle:after {
    left: 15px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
}


.search-over {
    display: none;
    position: absolute;
    z-index: 25;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #111;
    background: rgba(0, 0, 0, 0.8);
}

.search-advenced {
    position: relative;
}

.search-advenced.focused {
    position: relative;
    z-index: 100;
}

.search-advenced .options-con {
    width: 100%;
    width: calc(100% - 2px);
    left: 1px;
    padding: 20px;
    position: absolute;
    background: #fff;
    border: 1px solid #fff;
    z-index: 25;
    -webkit-box-shadow: 0px 18px 25px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 18px 25px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 18px 25px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
    opacity: 0;
    display: none;
}

.search-advenced.focused .options-con {
    opacity: 1;
}

.search-advenced .form-group {
		float:left;
    width: 23%;
    padding: 1%;
}

.search-advenced .main {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search-advenced .term {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search-advenced .submit-btn {

}

.search-advenced .form .form-group .label-name {
    font-size: 15px;        
    width: 98%;    
    padding: 1% 1% 15px;    
    text-align: left;    
    display: block;
}

.search-advenced .form .form-group .slider {
    margin: 7px auto 23px;
}

.search-advenced .form-count {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 20px;
    margin: 0 0 20px;
}

.search-advenced .form-count span {
    color: #fff;
}

.search-advenced .form-count strong {
    color: #c0ac8c;
}

.search-advenced.focused .form-count { 
    text-align: center;
    font-size: 40px;
}

.search-advenced.focused .form-count span { 
    color: #fff;
}

.search-advenced.focused .form-count strong { 
    color: #fff;
}

.search-advenced button.medium {
   font-size: 18px;
}

.search-advenced .update-close {
    width: 100%;
    float: left;
    text-align: center;
    margin: 35px 0 0;
}

.search-advenced .update-close .submit-btn {
    display: inline-block;
    float: none;
}

.search-advenced .update-close .or {
    display: inline-block;
    float: none;
    padding: 0 20px;
}

.search-advenced .update-close .map-search-btn {
    display: inline-block;
    float: none;
    font-size: 18px;
    color: #666;
}

.search-advenced .update-close .map-search-btn:hover {
    color: #000000;
}

.search-advenced .update-close .close-options-btn {
    display: block;
    width: 100%;
    float: left;
    margin: 35px 0 0;
    color: #666;
}

.search-advenced .update-close .close-options-btn:hover {
    color: #333;
}

.search-advenced .more-options-btn {
    font-size: 12px;
    background: #c0ac8c;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 15px;
    float: left;
    margin: 0 0 0 1px;
}

.search-advenced .more-options-btn:hover {
    color: #c0ac8c;
    background: #fff;
}

/* invert */

.invert-search .titles.invert .main-title {
    color: #fff;
}

.invert-search .titles.invert .sub-title {
    color: #314866;
}

.invert-search .titles.invert .spacer-title {
    background: #02070e;
}

.invert-search .titles.invert .spacer-title .fa {
    background: #02070e;
    color: #101721; 
}

.invert-search .titles.invert .spacer-title:after {
    border-top: 1px solid #101721;
}

.invert-search {
    background: #02070e;
}

.invert-search .search-advenced .form-count span {
    color: #fff;
}

.invert-search .search-advenced .form-count strong {
    color: #000000;
}


@media only screen and (max-width: 64.063em) {
    .search-advenced .form-group {
        width: 48%;
    }
}

@media only screen and (max-width: 40.063em) {
    .search-advenced .form-group {
        width: 98%;
        margin: 0 0 20px;
    }

    .search-advenced .form-group .noUi-horizontal {
        width: 92%;
    }

    .search-advenced .form .form-group .slider {
        margin: 4px auto 15px;
    }
}

.autoCompleteList-con {
    position: relative;
}

.autoCompleteList-con .autoCompleteList > div:not(.section):not(.list) {
    display: none;
}

.autoCompleteList-con .autoc_big {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}

.autoCompleteList-con .autoc_big #searchajaxdiv {
    width: 92%;
    position: absolute;
    z-index: 100;
    top: 100%;
    background: #f4f4f4;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
    padding: 4%;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.autoCompleteList-con .autoCompleteList .section {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold !important;
    border-bottom: 1px solid #ccc;
    color: #314866;
}

.autoCompleteList-con .autoCompleteList .list {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

.autoCompleteList-con .autoCompleteList .list li * {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.autoCompleteList-con .autoCompleteList .list ul, .autoCompleteList-con .autoCompleteList .list ul li {
    float: left;
    width: 100%;
}

.autoCompleteList-con .autoCompleteList .list ul li a {
    color: #333;
    font-size: 20px;
    line-height: 32px;
    display: block;
    position: relative;
}

.autoCompleteList-con .autoCompleteList .list ul li a:hover {
    background: #bddfff;
    padding: 0 0 0 15px;
}

.autoCompleteList-con .autoCompleteList .list ul li a:hover:after {
    content: "\f18e";
    position: absolute;
    right: 10px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 6px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}

.autoCompleteList-con .autoCompleteList .list ul li a strong {
    color: #000000;
}


.bg-searchArea {
    padding: 134px 0;
    background-image: url(/Themes/Responsive/images/find-dream-home.jpg);
    background-position: 50% 31%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* background-color: #cee6f7; */
}

.bg-searchArea .titles.large {
	text-align:center;
	color: #fff;
    font-family: 'Raleway', sans-serif;
}



/**end search area css **/

.bg-HomeWorth {
    padding: 134px 0;
    /* 
    background-image: url(/Themes/Responsive/images/homeworth-bg.jpg);
    background-position: 50% 31%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
     */
    background-color: #2a2a2a;
}

.bg-HomeWorth .titles.large {
	text-align:center;
	color: #fff;
    font-family: 'Raleway', sans-serif;
}
.bg-HomeWorth .hasRed {
	color: #c0ac8c;
}
.bg-HomeWorth .subs.large {
	text-align:center;
	color: #fff;
}

.bg-HomeWorth .hic-2-address-form input{ border-radius:5px; border:none; width: 35%; margin-right: 10px; padding:10px 1.5% !important;  font-weight:600; font-size:16px; color:#000000; height:50px; float:left; }
.bg-HomeWorth .hic-2-address-form select{ border-radius:5px; border:none; width: 35%; margin-right: 10px; padding:10px 1.5% !important; font-weight:600; font-size:16px; color:#000000; height:50px; float:left; }
.bg-HomeWorth .hic-2-address-form button{ 
	    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 16px !important;
    width: 20%;
    font-size: 16px;
    color: #FFF;
    background: #c0ac8c;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #c0ac8c;
	}
.bg-HomeWorth .hic-2-address-form button:hover{ 	
  color: #c0ac8c;
  background: #FFF;
	}
@media (max-width:568px) {
	.bg-HomeWorth {background-size: cover;}
	.bg-HomeWorth .hic-2-address-form input{width: 100%; float:none; margin-bottom: 10px; border-radius: 0px; margin-right: 0px;}
	.bg-HomeWorth .hic-2-address-form select{width: 100%; float:none; margin-bottom: 10px; border-radius: 0px; margin-right: 0px;}
	.bg-HomeWorth .hic-2-address-form button{ width: 100%; margin: auto; border-radius: 0px; }
	}	


.bg-MapSearch {
    padding: 134px 0;
    background-image: url(/Themes/Responsive/images/map-search-bg.jpg);
    background-position: 50% 31%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* background-color: #cee6f7; */
}

.bg-MapSearch .titles.large {
	text-align:center;
	color: #fff;
    font-family: 'Raleway', sans-serif;
}

.bg-MapSearch input{ border-radius:5px; border:none; width: 70%; margin-right: 10px; padding:10px 1.5% !important;  font-weight:600; font-size:16px; color:#000000; height:50px; float:left; }
.bg-MapSearch button{ 
		font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 16px !important;
    width: 20%;
    font-size: 16px;
    color: #FFF;
    background: #c0ac8c;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #c0ac8c;
	}
.bg-MapSearch button:hover{
  color: #c0ac8c;
  background: #FFF;
	}
@media (max-width:568px) {
	.bg-MapSearch {background-size: cover;}
	.bg-MapSearch  input{width: 100%; float:none; margin-bottom: 10px; border-radius: 0px; margin-right: 0px;}
	.bg-MapSearch  button{ width: 100%; margin: auto; border-radius: 0px; }
	}	

.ContactSection {	
	background: #2a2a2a;
}

.ContactSection .titles.large {
	color: #fff;
    font-family: 'Raleway', sans-serif;
}

.bg-MidContent{
		background: #c0ac8c;
}

.bg-MidContent .titles.large {
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.bg-BlogSection{
	
}

.bg-BlogSection .titles.large {
    text-align: center;
}

.bg-BlogSection .titles {
    border-bottom: 0px;
}

.bg-BlogSection .sim-con ul li a span {
    font-size: 15px;
}

/**About Section **/
.about {
	padding: 134px 0;
  background-image: url(/Themes/Responsive/images/about_agent.jpg);
  background-position: 50% 31%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 900px;
  /* background-color: #cee6f7; */
}

.about .info {
    width: 40%;
    float: right;
}

.about .info h1 {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    font-size: 50px;
    text-align: center;
    font-weight: normal;
    color: #c0ac8c;
    font-family: 'Raleway', sans-serif;
}

.about .info h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px;
    font-size: 22px;
}

.about .info h2 hr {
    display: inline-block;
    width: 10%;
    margin: 0 15px;
    vertical-align: middle;
    border-color: #fff;
}

.about .info .text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 40px;
    color: #fff;
}

.about .info .text p {
    margin: 15px 0px 20px 0px;
}


.about .social-media {
    width: 100%;
    float: left;
    margin: 0 0 40px;
}

.about .social-media .icon {
    float: left;
    color: #fff;
    background: #333;
    border-bottom: 3px solid;
    border-color: #222;
    font-size: 24px;
    padding: 14px 0;
    text-align: center;
    width: 55px;
}

.about .social-media .icon:hover {
    opacity: .6;
}

.about .social-media .icon.fb {
    background: #47a0da;
    border-color: #2787d1;
}

.about .social-media .icon.tw {
    background: #50b4f8;
    border-color: #2e99f0;
}
.about .social-media .icon.gl {
    background: #fb6758;
    border-color: #ef4132;
}

.about .social-media .icon.ln {
    background: #0082ca;
    border-color: #0073b3;
}

.about .social-media .icon.in {
    background: #44698c;
    border-color: #3a5976;
}

.about .social-media .icon.pn {
    background: #c61118;
    border-color: #b21016;
}

.about .social-media .icon.yt {
    background: #de332c;
    border-color: #d0302a;
}

.about .social-media .icon.rs {
    background: #fd8b06;
    border-color: #e98107;
}

.about .info .contactAbout {
    width: 100%;
    float: left;
}

.about .info .contactAbout a {
    width: 100%;
    display: block;
    float: left;
    color: #fff;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: normal;
}

@media only screen and (max-width: 64.063em) and (orientation: portrait) { 

    .about .info {
        width: 100%;
    }

    .about .info h2 hr {
        display: none;
    }

    .social-media {
        width: 220px;
        margin: 0 auto;
        float: none;
        padding: 0 0 40px;
    }

}
/**end about section **/

/** custom menu styles for the homepage menu to make it transparent
/** currently not used, needs more work to make it solid when page scrolls
.hpmenu.main-nav-con {background: rgba(0, 0, 0, 0.3);border-bottom: 2px solid #c0ac8c;}
.hpmenu .main-nav-con {background: rgba(0, 0, 0, 0);}
.hpmenu .main-nav .main-menu-container .menu-item .menu-top-label .nav-trigger {background: transparent;}
.hpmenu .main-nav .main-menu-container .menu-item .menu-top-label .nav-trigger {border-bottom: 0px;}
.hpmenu .main-nav .main-menu-container .menu-item .menu-top-label .nav-trigger:hover {
    border-bottom: 0px !important;
    font-style: italic;
    color: #fff;
}
.hpmenu .main-nav .main-menu-container.item-open-mobile {background: transparent;}
end custom menu styles for the homepage**/

@media only screen and (max-width: 64.063em){
.full-25 {
    display: block;
    width: 50%;
    float: left;
}
}
@media only screen and (max-width: 40.063em){
.full-25 {
    display: block;
    width: 100%;
    float: left;
}
.main-logo {
    width: 160px !important;
}
}