@import url("https://use.typekit.net/nof4ing.css");
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

body {
    font-family: lato, sans-serif;
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    line-height: 1.66em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    letter-spacing: .03em;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 15px;
font-family: lato, sans-serif;
}
h1 {
    text-transform: uppercase;
}
h2 {
    text-transform: uppercase;
    font-size: 35px;
}
h3, .h3 {
    font-size: 23px;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

a {
    color: #494949;
}

a:hover {
    color: #fc4c03;
    text-decoration: none;
}

.navbar-logo {
    color: #fff;
    width: 250px;
    height: 120px;
    background-size: contain;
    background-image: url(https://s3.amazonaws.com/store24-ubertor-com/ryanwindsor.myubertor.com/content/image/62412.png);
    margin: 0;
    background-repeat: no-repeat;
    margin-top: -16px !important;
    margin-bottom: -25px;
    margin-left: auto;
    float: none;
    display: block;
    margin-right: auto;
}

.navbar-logo h2 {
   display: none !important;
}

.top-navbar {
    background: white;
}

.header-meta ul a {
    color: #3e3e3e !important;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
}

li.realtor_phone {
    height: 20px;
}

li.realtor_mobile {
    height: 20px;
}

li.realtor_email {
    height: 20px;
}

.fa {
    display: inline;
    padding-left: 5px;
}

.header-meta .icon-social {
    margin-bottom: -10px;
}

.navbar-logo {
    margin-top: 20px;
}

.top-navbar .nav-collapse {
    background-color: white;
    margin-top: 25px;
    margin-bottom: 10px;
}

#main_menu a {
        color: #000;
    font-size: 14px;
    padding: 8px 20px 7px 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: white;
}

#main_menu li.active>a, #main_menu li.sel>a, #main_menu li:hover>a {
    color: white;
    background: #03257E;
}

#main_menu ul li.active>a, #main_menu ul li.sel>a, #main_menu ul li:hover>a {
    color: #03257E;
    background: transparent;
    border: 0px solid #fff;
}

#main_menu ul li ul li.active>a, #main_menu ul li ul li.sel>a, #main_menu ul li ul li:hover>a {
    color: #03257E;
    background: transparent;
    border: 0px solid #fff;
}
.header-meta .icon-social {
    display: none;
}

li.realtor_phone {
    display: none;
}

.header-meta ul {
    text-align: right;
}

.header-meta ul a {
    color: #161616 !important;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.navbar-header {
    margin-top: -10px;
}
.header-meta.col-sm-3.col-xs-12.pull-right {
        margin-top: -20px !important;
}

@media screen and (min-width: 768px) {
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: -10%;
    padding-top: 6%;
    max-height: 310px;
}
}

.carousel-caption.d-none.d-md-block h2 {
font-size: 63px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 10%;
    line-height: 80px;
}

.carousel-caption.d-none.d-md-block p {
    font-weight: 600 !important;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 29px;
    color: #fff;
    padding: 0 25%;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 25px;
}

.container.home_title h2 {
    text-align: center;
    font-size: 44px;
    padding-bottom: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 55px;
    color: white;
}


/*Custom featured listings*/
#featured-listings-custom2 .col-md-4{
  padding: 0;
}
.featured-image-background{
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
  background-position: bottom right;
}
.featured-image-background .custom-listing-info{
  padding-top: 20vh;
}
.custom-listing-info
.inside-listing-info{
  padding: 20px;
}
.inside-listing-info .btn.btn-default{
  font-size: 13px;
  background:rgba(0,0,0, 0.1);
  border-radius: 0px;
  border: 2px solid #fff;
  width: 142px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.5s ease;
  color: #fff;
}
.inside-listing-info .btn.btn-default:hover{
  background: #03257E;
  border: 2px solid transparent;
  border-radius: 0px;
  font-size: 13px;
}
.featured-price{
  color: #fff;
  margin-top: 15px;
  font-size: 30px;
}
.address-container{
  border-top: 1px solid #fff;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}
.address-container .featured-address{
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
/***** custom listings code ends *****/


/*	Gallery 2
/*----------------------------------------------------*/
*, *:after, *:before {
	box-sizing: border-box;
}
.grid {
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	height: 300px;
	background: #2c3e50;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
min-width: 100%;
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 23px;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #b1842dc4 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, #b1842dc4 75%);
 content: '';
 opacity: 0;
 -webkit-transform: translate3d(0,50%,0);
 transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
    padding: 0 5%;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
 position: absolute;
 bottom: 0;
 left: 0;
 padding: 2em;
 width: 100%;
 opacity: 0;
 -webkit-transform: translate3d(0,10px,0);
 transform: translate3d(0,10px,0);
 color: #fff;
}

figure.effect-sadie:hover h2 {
 color: #fff;
 -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
 transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
 opacity: 1;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}
.row.grid.container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
figure.effect-sadie {
    margin-bottom: 25px;
}
/************** End of effect ************/


.container.home_title {
        text-align: center;
    margin-top: 150px;
    background: #03257E;
    width: 100%;
    padding: 30px 0 20px;
    max-width: 100%;
}

#home-widgets {
    padding-top: 0;
    background: white;
    padding-bottom: 0;
}

.container.about_us {
    padding: 150px 0 150px;
    max-width: 1350px;
    width: 100%;
}


@media only screen and (min-width: 1200px) {
.col-sm-6.photo_img {
    width: 40%;
}
.col-sm-6.text_about {
    padding: 4%;
    margin-left: 4%;
}
}

footer {
    background: white;
    color: #313131;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}

footer a {
    color: #494949;
}

div#carousel-example-generic .carousel-control {
    color: white;
}

footer h3 {
    font-size: 20px;
    letter-spacing: 0px;
}

footer {
    padding-top: 50px;
    padding-bottom: 30px !important;
}

.nick_button a {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background: #03257E;
    padding: 15px 35px;
}

.nick_button {
    margin-top: 40px;
}

p {
    margin: 0 0 15px;
}
body.custom_page .main-content li {
    list-style: disc;
    padding-left: 0;
    margin-left: -20px;
}

.row.alisting-detail h2 {
    font-size: 23px;
}



.logo {
	background: url("https://s3.amazonaws.com/store24-ubertor-com/lm8.ourubertor.com/content/image/271.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 27px;
	margin: 0 14px 0 0;
	width: 130px;
	background-size: cover;
margin-top: 15px;
}
footer .links {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 20px;
	width: 160px;
margin-top: 20px;
}
footer .links a {
	float: left;
	font-size: 80%;
	line-height: 10pt;
	margin: 0;
	opacity: 1;
	position: relative;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
.carousel-caption.d-none.d-md-block p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 21px;
}
.carousel-caption.d-none.d-md-block h2 {
    font-size: 30px;
}
.carousel-caption {
    position: absolute;
    right: 3%;
    bottom: 12px;
    left: 3%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background: #fff;
    background: #ffffffc4;
}
ol.carousel-indicators {
    margin-bottom: -51px !important;
}
.navbar-logo {
    color: #fff;
    width: 260px;
    height: 166px;
    background-size: contain;
    background-image: url(https://s3.amazonaws.com/store24-ubertor-com/ryanwindsor.myubertor.com/content/image/62412.png);
    float: right;
    margin: 0;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-top: 5px !important;
    display: block;
    margin-right: 30px;
}
.header-meta.col-sm-3.col-xs-12.pull-right {
    margin-top: 18px !important;
    margin-bottom: 20px;
    margin-right: 0px;
}
footer {
    font-size: 16px;
}
body {
    font-size: 17px;
}
.header-meta.col-sm-3.col-xs-12.pull-right {
    display: none;
}
a.navbar-logo.no-hover {
    margin-left: 0 !important;
}
.navbar-toggle .icon-bar {
    background: #03257e;
}
.navbar-toggle {
    border-color: #03257e;
    margin-top: 20px !important;
}
div#hf_footer-middle {
    margin-top: 30px;
}
div#home-widgets {
    padding: 0 15px;
}
}
body.custom_page .main-content li {
    list-style: disc;
    padding-left: 0;
    margin-left: 0px;
}

.featured-image-background .custom-listing-info {
    padding-top: 20vh;
    background: #00000059;
}

div#disclaimers {
    line-height: 15px;
    margin-bottom: 40px;
    padding: 0 30px;
}

@media only screen and (min-width: 1200px) {

.slides div {
height: 800px !important;
}
div#slider1_container {
    height: 600px !important;
}
div#slides {
    height: 800px !important;
}
}

.header-meta .icon-social {
    display: inline-block;
    float: right;
    margin-bottom: 0px;
    padding-right: 0;
    margin-right: -5px;
}


.inside-listing-info .btn.btn-default {
    background: rgba(0, 0, 0, 0.38);
    border-radius: 0px;
    border: 2px solid #fff;
    width: 165px;
    font-style: normal;
    font-weight: 700;
    transition: all 0.5s ease;
    color: #fff;
    text-shadow: none;
    font-size: 17px;
}

.featured-price {
    color: #fff;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 600;
}
.address-container .featured-address {
    color: #fff;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
}



.agent_one ul.al-btm li {
    list-style: none !important;
}

.sidebar-title {
    margin-top: 0;
    background: #dbc089 !important;
}

.post_heading a {
    text-decoration: none;
    color: #dbc089 !important;
    font-weight: 300;
    font-size: 24px;
}

@media only screen and (min-width: 2000px) {
.carousel-inner>.item>img {
    margin-left: auto;
    margin-right: auto;
}
}

div#tab_17 iframe {
    position: relative !important;
min-height: 500px !important;
}

div#details iframe {
    POSITION: relative !important;
    min-height: 500px;
}

/*jx-hoodq*/
.hq-ah--powered-by-container{
    visibility: hidden;
}

/*jx-formbuilder 3*/
#form_builder-3 .field-sms-number{
  display: grid;
}
#form_builder-3 #field-sms-number{
  width:30%;
}

div#hf_footer-right img {
    display: block;
    width: 160px;
    text-align: right !important;
    margin-left: 70px;
}

.banner_button {
    background: #03257E;
    width: 230px;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.banner_button a {
    color: white !important;
    text-shadow: none;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
}

.col-sm-7.photo_img {
    padding-right: 5%;
}

.servise_tabs.content-block.bg-light {
    display: none;
}
/*	Gallery 2
/*----------------------------------------------------*/
*, *:after, *:before {
	box-sizing: border-box;
}
.grid {
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	height: 300px;
	background: #2c3e50;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
min-width: 100%;
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 23px;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #03257E 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, #03257E 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}


figure.effect-sadie figcaption::before,
figure.effect-sadie p {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
position: absolute;
    bottom: 0;
    left: 0;
    padding: 3.5em 5em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    color: #fff;
    font-size: 17px;
}

figure.effect-sadie:hover h2 {
 color: #fff;
 -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
 transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
 opacity: 1;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}
.row.grid.container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
figure.effect-sadie {
    margin-bottom: 25px;
}
/************** End of effect ************/


.cta_row h2 {
    text-align: center;
    font-size: 44px !Important;
    padding-bottom: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 55px !Important;
}

.row.grid.container.cta_row {
    padding: 5% 0;
}

@media (min-width: 1024px) {

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 390px !important;
    max-width: 450px !important;
    width: 33.33%;
    text-align: center;
    cursor: pointer;
}
}


ol.carousel-indicators li img.img-responsive {
    display: none !important;
}

figure.effect-sadie h2 {
    font-size: 34px !important;
    line-height: 37px !important;
    font-weight: 400 !important;
}

figcaption {
    background: #00000052;
}

li.realtor_mobile {
    display: none;
}

li.realtor_email {
    display: none;
}

span.head-r-get {
background: transparent;
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 20px;
    width: 135px;
    color: #fc4c03;
    BORDER: 1px solid #fc4c03;
    display: block;
    float: right;
    margin-bottom: -60px;
    text-align: center;
}

span.head-r-get a {
    color: #fc4c03;
    font-size: 12px;
    font-weight: 500 !important;
}
span.head-r-get a:hover {
    color: white;
}

.head-info {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: -60px;
    margin-top: 15px;
}

div#about-me {
    display: none;
}

footer {
    margin-top: -8px;
}

footer .icon-social {
    text-align: left;
}

.footer_sign {
    width: 120px;
    background: #03257E;
    text-align: center;
    padding: 5px;
margin-top: 15px;
}

.footer_sign a {
    color: white;
}

.icon-social a span {
    background-color: #03257E;
}

.footer_text {
    margin-top: 30px;
}

.footer_text p {
    line-height: 16px;
    font-size: 12px;
}

a#powered_by {
    display: none;
}

ul.footer_menu_links {
    display: none;
}

.footer_text {
    margin-top: 0px;
}

ol.carousel-indicators {
    margin-bottom: -15px !important;
}

span.head-r-get:hover {
    background: #FC4C02;
}

.nick_button a:hover {
    background: #FC4C02;
}

a.btn.btn-outline.btn-outline-xl.outline-light:hover {
    border: 2px solid #fc4c02;
    border-radius: 0;
    color: white;
    letter-spacing: 2px;
    background: #fc4c02;
}

.footer_text {
    margin-top: 40px;
}

footer {
    margin-top: -10px;
}

div#hf_footer-middle strong {
    width: 70px;
    display: inline-block;
}

img.mls_footer {
    width: 80px;
    margin-top: 7px;
}

.featured_listings .widget-title span {
	text-shadow: none;
	margin: 0;
	color: #000;
	font-size: 36px;
	text-align: center;
	margin: 3% 0;
	font-weight: 200;
	text-transform: none;
	background: transparent;
}
.featured_listings {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,000000+100&0.65+0,0+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: #fff;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
}
.featured_listings .widget-title {
	text-align: center;
	background: none;
	line-height: 100%;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Helvetica-Light', sans-serif;
}
.featured_listings .item .address {
	background: #efefef;
	text-align: center;
}
.featured_listings .item .address a {
text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-family: futura-pt, sans-serif;
    color: black;
}
.featured_listings .listing-meta {
	background: #efefef;
	padding: 10px 5px;
	color: #fff;
	text-align: center;
padding-bottom: 60px;
}
.featured_listings .listing-meta * {
	color: #000;
}

h4.price {
    font-weight: 600;
    margin-bottom: 0;
}

a.btn.btn-success.P-btn {
    background: #03257e;
    border-color: #03257e;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: 16px;
}

.btn-success {
    margin-top: 30px;
    margin-bottom: 4%;
}

.search_board_listings {
padding: 30px 25px 20px;
    background: white;
    border-radius: 0px;
    margin-bottom: 50px;
    text-align: center;
    border: 2px solid #3a3a3a;
    margin-top: -3.5px;
}
input.btn.ilist-btn.submit-btn:hover {
    background: #fc4c03;
}
h2.sidebar-title {
    display: none;
}

.search_board_listings .sidebar-title {
    font-size: 30px;
    margin-top: 0;
    background: transparent !important;
    color: black;
}

.header-meta.col-sm-3.col-xs-12.pull-right {
margin-top: -95px !important;
    padding: 0;
    text-align: right;
    width: 30%;
}

@media only screen and (min-width: 768px) {

.widget.featured_listings {
    margin-top: 0;
    background: transparent;
}

div#feature_listings .item {
border: 15px solid white;
    width: 31.25%;
    margin-right: 12px;
    padding: 0;
    margin-left: 12px;
}
}

ul#main_menu {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}

h4.address {
    padding-top: 25px !important;
}
.featured_listings .item li {
    text-transform: uppercase;
    font-size: 14px;
}

h4.price {
    font-size: 15px;
}

a.btn.btn-success.P-btn span.fa.fa-arrow-circle-o-right {
    display: none;
}

a.btn.btn-success.P-btn:hover {
    background: #fc4c03;
    border-color: #fc4c03;
}

input.btn.ilist-btn.submit-btn {
    display: inline;
    float: left;
    background: #03257e;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
}

.widget.featured_listings {
    margin-bottom: 90px;
}

footer {
    background: darkgrey;
padding: 40px 35px;
}
footer .container {
    background: white;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
}
footer .container .row {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.col-sm-6.footer_left {
    text-align: center;
}
.col-sm-6.footer_right {
    text-align: center;
}
img.footer_logo {
    width: 310px;
    margin-bottom: 30px;
}
.col-sm-6.footer_right a {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}
.col-sm-6.footer_left ul {
    margin-top: 30px;
    display: inline-block;
}
.col-sm-6.footer_left ul li {
    display: inline;
}
.col-sm-6.footer_left ul li img {
    width: 35px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.col-sm-6.footer_left h3 {
    font-size: 35px;
    color: black;
    padding: 0 100px;
    line-height: 43px;
}
div#mc_embed_signup {
    width: 240px !important;
    float: none !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}
#mc_embed_signup .mc-field-group input {
    border: 3px solid black;
    border-radius: 0;
}
#mc_embed_signup .button {
    background-color: transparent !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    font-family: futura-pt, sans-serif !important;
    letter-spacing: 1px !important;
    padding: 10px 25px !important;
    line-height: 21px !important;
    margin-top: 20px !important;
    color: #fc4c02 !important;
    border: 3px solid #fc4c02 !important;
    width: 100% !important;
    height: 50px !important;
    font-size: 18px !important;
}
#mc_embed_signup .button:hover {
    background: #fc4c02;
    color: white;
}

.row.lines_row {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#mc_embed_signup .mc-field-group input {
    text-align: center;
    margin-top: 20px !important;
}

.row.last_footer_row img {
    float: right;
}

span.address_last {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

span.phone_last {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

nav.navbar.top-navbar .container {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
.navbar-header {
    float: none;
}
.row.lines_row .col-sm-3 {
    width: 16.6%;
    padding-left: 45px;
}
}


#mc_embed_signup .mc-field-group input::placeholder {
    font-weight: 400;
}

input#mc-embedded-subscribe:hover {
    background: #fc4c03 !important;
    color: white !important;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    background: transparent;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
}
.search_board_listings .row .form-control {
    border-radius: 0;
    border: 2px solid black;
    background: transparent;
}
.search_board_listings .row .form-control::placeholder {
    color: black;
}

@media only screen and (max-width: 767px) {
div#home-widgets {
    padding: 0 0px !important;
}
.container.last_footer_custom {
    padding: 20px !important;
    width: 100%;
    margin: 0;
}
.container.banner_row {
    height: 200px !important;
}
.container.about_us {
    padding: 50px 0 70px !important;
}
.container.values {
    height: 680px !important;
}

.container.home_title {
    text-align: center !important;
    margin-top: 70px !important;
    background: #03257E !important;
    width: 100% !important;
    padding: 30px 0 30px !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
}
div#feature_listings {
    padding: 0 35px !important;
}
div#feature_listings .inset {
    margin-bottom: 20px !important;
}
.carousel-inner>.item {
    height: 500px !important;
}
section#msg-box4-10 {
    height: 820px !important;
}
.testimonial_row p {
    font-size: 18px !important;
    line-height: 27px !important;
    color: black !important;
}
footer .container {
    padding: 0 !important;
}
footer {
    background: darkgrey;
    padding: 20px 15px !important;
}
div#hf_footer-bottom .side_content.sidebar {
    margin: 0 !important;
}
.col-sm-6.footer_left h3 {
    padding: 0 !important;
}
.row.lines_row .col-sm-3 {
    padding-bottom: 20px !important;
width: 50%;
    float: left;
}
footer .container .row h4 {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}
input#mc-embedded-subscribe {
    width: 96% !important;
}
img.footer_logo {
    width: 60%;
}
}
.navbar-logo img {
    display: none;
}
.top-main-sidebar {
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
}
div#hf_bottom-main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.properties.list .listing-row h2 a {
    color: #03257e;
font-weight: 500;
}

.listing-row h3.price {
    font-weight: 600;
    color: #03257e;
}

.post_heading a {
    color: #03257e !important;
    font-weight: 400;
}

.provided_by.lpb-top {
    color: white;
}
.has_afc .pagination a, .properties.list .pagination a {
    color: #03257e;
}

.has_afc .pagination a {
    display: inline-block;
    float: none;
    color: white;
    background: #03257e;
}

@media only screen and (max-width: 767px) {

.container.find_home {
    margin-top: 280px !important;
}
.testimonial_row {
    height: 820px;
}

}

.featured_listings #feature_listings div.provided_by {
    text-align: center;
    padding: 15px 0;
    background: white;
    color: black;
    margin: 0;
}
/****** NEW FOOTER CODE ****/
footer .container {
    background: #e8e8e8;
}
footer {
    background: #e8e8e8;
    padding: 0px 0px;
}
.row.lines_row {
    border-top: 0px solid black;
    border-bottom: 0px solid black;
}
footer .container {
    background: transparent;
    padding: 0;
    margin: 0;
}
div#hf_footer-bottom .side_content.sidebar {
    margin: 0;
}
.container.footer_custom {
    background: #e8e8e8;
    padding-top: 30px;
}
.col-sm-6.footer_left {
    display: none;
}
.col-sm-6.footer_right {
    width: 100%;
}
.col-sm-6.footer_right p {
    display: none;
}
.col-sm-6.footer_right {
    padding-bottom: 40px;
}
.container.last_footer_custom {
    padding: 35px 0;
    background: white;
}
footer {
    padding-bottom: 0 !important;
}
/****** NEW FOOTER CODE ENDS ****/

.property_detail .lead {
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 800px) { 
.header-meta.col-sm-3.col-xs-12.pull-right {
    display: none;
}
.right_col {
    width: 235px !important;
}
.left_col {
    width: 230px !important;
}
.container.values {
    padding-bottom: 100px !important;
    height: 500px;
}
div#feature_listings .item {
    border: 15px solid white;
    width: 30.5%;
    margin-right: 8px;
    padding: 0;
    margin-left: 8px;
    float: left;
}
.col-md-2.line_col {
    display: none !important;
}
.col-md-10.bio_img {
    padding: 0 !important;
}
.col-md-2.midd img {
    width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 72px !important;
    margin-bottom: 50px !important;
}
.white {
    margin-left: 0 !important;
}
.red {
    margin-right: 0 !important;
    padding-bottom: 50px;
}
.col-md-12.image_line img {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}
.col-md-12.home_col h2:before {
    width: 18% !important;
}
.col-md-10.bio_img ul {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
}
.col-md-6.bio_text h2 {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
}
.contact_info {
    margin-top: 50px !important;
    margin-bottom: -40px !important;
}
}

p.footer_prec {
    display: block !important;
    margin-top: -15px;
    font-size: 11px;
    letter-spacing: 1px;
}

p.prec_text {
    margin-top: -20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.footer_text {
    display: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fc4c03 !important;
    text-decoration: none;
    background-color: #f5f5f5 !important;
}

.has_afc .listing-row a:hover, .properties.list .listing-row a:hover {
    color: #fc4c03;
}

.col-content .property_detail ul.nav>li>a {
    padding: 10px 0 !important;
    border-radius: 0;
    margin: 0 12px !important;
    font-size: 13px !important;
}

.col-content .nav-tabs {
    border-bottom: 1px solid #adadad;
}

.col-content .nav-tabs>li>a:hover {
    border-color: transparent;
    color: #fc4c03 !important;
    border-bottom: 1px solid #adadad !important;
}

.col-content .nav>li>a:focus {
    text-decoration: none;
    color: #fc4c03 !important;
}

.property_detail ul.nav>li>a {
    font-size: 12px;
}

span.head-r-get:hover a {
    color: white;
}



.left_header {
    font-size: 16px;
}

.left_header {
    text-transform: capitalize;
    font-family: lato, sans-serif;
    font-style: italic;
}

.container.header_text {
    max-width: 100%;
    padding: 0;
    padding-left: 40px;
    margin: 0;
}

.left_header {
    margin-top: -100px;
    display: block;
    float: left;
    position: absolute;
}

@media only screen and (max-width: 800px) {
.left_header {
    display: none;
}
}

.wrapper-disclaimer p {
    font-size: 10px;
    line-height: 16px;
}
.property_detail .lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
