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

/*

TABLE OF CONTENTS
1. Custom CSS
2.	IP styles
3.	Mobile styles
*/


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


/* Global */

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

a,
a:active,
a:focus {
    outline: 0;
}

h1 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #666666;
}

p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #515151;
}

.header-wrap {
    padding: 0;
}


/*nav {

	overflow: hidden;

}*/

.header-logo {
    padding: 15px 0;
}

.header-logo a {
    outline: none;
    display: inline-block;
}

.header-nav {
    text-align: right;
    padding-top: 40px;
}

#nav > li > a {
    padding-bottom: 10px !important;
}

#nav .sub-menu {
    width: auto;
    min-width: 100%;
    left: -20px;
    right: -20px;
    text-align: center;
}

.contact-info a {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    line-height: 25px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.contact-info a:hover {
    color: #3cb6b6;
}

.contact-info a.contact-phone {
    padding-right: 9px;
    margin-right: 9px;
    border-right: 1px solid #ffffff;
}

.contact-info a:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.contact-info a.contact-phone:before {
    width: 15px;
    height: 15px;
    background: url('./images/icon-phone.png') no-repeat;
}

.contact-info a.contact-mail:before,
.contact-info a.asis-mailto-obfuscated-email:before {
    width: 16px;
    height: 12px;
    background: url('./images/icon-mail.png') no-repeat;
}

.aios-starter-theme-demo-header-navigation #nav {
    background: none;
}

.aios-starter-theme-demo-header-navigation #nav li a {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.aios-starter-theme-demo-header-navigation #nav > li {
    padding: 15px 12px 0;
}

.aios-starter-theme-demo-header-navigation #nav > li:first-child {
    padding-left: 0;
}

.aios-starter-theme-demo-header-navigation #nav > li:last-child {
    padding-right: 0;
}

.aios-starter-theme-demo-header-navigation #nav > li > a {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 13.44px;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    outline: none;
}

.aios-starter-theme-demo-header-navigation #nav > li:hover > a {
    background: none;
    color: #3cb6b6;
}

.slideshow-wrap {
    z-index: 1;
}

.cycloneslider {
    z-index: -1 !important;
}

.tag-wrap {
    margin-top: 40px;
    z-index: 100;
}

.tag-wrap h1 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 42px;
    /*font-size: 5.06em;*/
    font-weight: 300;
    color: #ffffff;
    line-height: 50px;
}

.tag-wrap p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    margin: 15px 0 25px;
}

.tag-wrap a {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: #3cb6b6;
    display: inline-block;
    text-transform: uppercase;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    outline: none;
}

.top-homes-wrap {
    padding-top: 65px;
    text-align: center;
    font-size: 0;
}

.top-homes-wrap h3 {
    font-family: 'Libre Franklin', sans-serif;
    /*font-size: 30px;*/
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.home-item {
    display: inline-block;
    float: none;
}

.home-item a {
    text-decoration: none;
    display: inline-block;
    margin: 10px auto;
    outline: none;
}

.home-item div {
    display: inline-block;
    margin: 0 auto;
    min-width: 125px;
}

.home-icon {
    display: block;
    width: 89px;
    height: 89px;
    border: 1px solid #ffffff;
    margin: 0 auto 10px;
    background: url('./images/dollar-sign.png') no-repeat center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.home-item a:hover .home-icon {
    background-color: #3cb6b6;
}

.home-label {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.quicksearch-wrap {
    padding: 70px 0;
}

.qs {
    /* padding: 20px 25px; */
    padding: 23px 6px;
    border: 1px solid #ffffff;
}


.qs-ihf-powered-by {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.sidebar .qs-ihf-powered-by {
    color: #666666;
    font-size: 9px;
}

/*Custom QS*/

.display_option {
    display: none;
}

.custom_county {
    width: 25%;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.display_county {
    width: 100%;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background: url(images/caret.png) rgba(255, 255, 255, 0.80) no-repeat center right;
    text-align: left;
    overflow: hidden;
	padding: 0 20px 0 5px;
}

.display_county.open {

    background: url(images/x.png) rgba(255, 255, 255, 0.80) no-repeat 165px 14px;
    background-position-x: calc(100% - 8px);

}


.display_county span {
    text-align: center;
    top: 9px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    margin: 13px 0 0 0;
}



.display_option {
    background: rgba(255, 255, 255, 0.80);
    position: absolute;
    display: inline-block;
    width: 100%;
    display: none;
    z-index: 999;
}

.display_option ul li {
    text-align: left;
    margin: 0 9px;
    padding: 5px 0;
}

.display_option ul li input {
    font-size: 12px;
    -webkit-appearance: checkbox;
    margin: 0 6px 2px 0 !important;
    width: 13px !important;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    height: auto;
}


.display_county_ihf {
    width: 100%;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background: url(images/caret.png) rgba(255, 255, 255, 0.80) no-repeat center right;
    text-align: center;
    overflow: hidden;
	border: 1px solid gray;
    border-radius: 4px;
    margin: 6px 0 0 0;
}

.display_county_ihf.open {

    background: url(images/x.png) rgba(255, 255, 255, 0.80) no-repeat center right;

}

.display_county_ihf span {
    text-align: center;
    top: 9px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    margin: 9px 0 0 0;
}

/*end Custom QS*/

.qs h2 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    vertical-align: middle;
    /*width: 33%;*/
    width: 25%;
    line-height: 30px;
	text-align: center;
}

.qs form {
    display: inline-block;
    vertical-align: middle;
    /*width: 66%;*/
    width: 74%;
    text-align: right;
}

/*
.ihf-grid-result span.ihf-grid-result-address {
    visibility:hidden;
}
*/

span.help-block a {
    display: none;
}

.qs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: url('./images/caret.png') rgba(255, 255, 255, 0.80) no-repeat center right;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    /*margin-right: 0.5%;*/
    padding: 0 5px;
    vertical-align: middle;
}

.qs select.large {
    width: 20%;
}

.qs select.large:nth-child(2) {
    width: 19.89%;
}

.qs select.small {
    width: 15%;
}

.qs input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    border: none;
    vertical-align: middle;
    width: 12%;
}

.qs a {
    display: inline-block;
    background: #3cb6b6;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 13%;
    outline: none;
}


/* IP QS */

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

.ip-qs .qs h2 {
    font-size: 14px;
    width: 100%;
    color: #666666;
    text-align: center;
}

.ip-qs .qs form {
    width: 100%;
}

.ip-qs .qs .display_option {
    background: #ffffff;
}

.ip-qs .qs .display_county span {
    font-size: 9px;
    margin: 11px 0 0 0;
}

.ip-qs .qs select,
.ip-qs .qs select.small {
    border: 1px solid #666666;
    width: 50%;
    margin: 0;
    margin-bottom: 2px;
	font-size: 9px;
}

.ip-qs .qs select.large {
    width: 100%;
}

.ip-qs .qs select.max-p,
.ip-qs .qs select.max-b {
    width: calc(50% - 2px);
    margin-left: 2px;
}

.ip-qs .qs input {
    width: 50%;
}

.ip-qs .qs a {
    width: calc(50% - 2px);
    margin-left: 2px;
}

.ip-qs.sidebar-qs .qs input {
    width: 100%;
}

.ip-qs.sidebar-qs .qs a {
    width: 100%;
    margin-left: 0;
}

.home .footer-wrap {
    width: 100%;
}

.footer-fixed {
    bottom: 0;
}

.footer-wrap {
    background: none;
    padding: 28px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-wrap .col-md-7 {
    padding-top: 10px;
}

.footernav li {
    line-height: 6px;
}

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

.footernav li:last-child {
    padding-right: 0;
}

.footernav li a {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 8px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.footernav li a:hover {
    color: #3cb6b6;
}

.copyright {
    text-align: left;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 8px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

.copyright a {
    outline: none;
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.copyright a:hover {
    color: #3cb6b6;
}

.mls-logo {
    text-align: right;
    color: #ffffff;
}

.mls-logo a {
    outline: none;
}

.mls-logo i {
    font-size: 14px;
    display: inline-block;
}

.kw-logo {
    margin-bottom: 10px;
}
    .kw-logo img {
        vertical-align: middle;
        width: 145px;
        max-width: 100%;
        height: auto;
        margin-right: 5px;
    }
    .kw-contact {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        font-size: 12px;
        line-height: 1.4;
    }

.ip-container .footer-wrap {
    border-top: 1px solid rgba(102, 102, 102, 0.5);
}

.ip-container .footernav li {
    border-left: 1px solid #666666;
}

.ip-container .footernav li a {
    color: #666666;
}

.ip-container .footernav li a:hover {
    color: #3cb6b6;
}

.ip-container .copyright {
    color: #666666;
}

.ip-container .copyright a {
    color: #666666;
}
.ip-container .copyright a:hover {
    color: #3cb6b6;
}

.ip-container .mls-logo .ai-font-footer-logo {
    color: #666666;
    text-decoration: none;
}


/*******************************************************

 *

 * 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%;
}


/* 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-family: 'Libre Franklin', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #666666;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #666666;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}


/* IHF */

#content #ihf-main-container .ihf-center {
    width: 100%;
}

.ip-container #main-wrapper::before {
    content: "";
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    /*background: url("images/slide-3.jpg") center top / cover no-repeat;*/
    background: url("images/ip-banner.jpg") center top / cover no-repeat;
}

.ip-container #main-wrapper::after {
    content: "";
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    /*background: linear-gradient(rgba(255, 255, 255, 0.498039) 25%, rgb(255, 255, 255) 70%);*/
    background: linear-gradient(rgba(255, 255, 255, 0.2) 25%, rgb(255, 255, 255) 70%);
}

.qs-sb {
    max-width: 300px;
    margin: 0 auto;
}

.qs-sb h4 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}

.qs-sb select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: url('./images/caret.png') rgba(255, 255, 255, 0.80) no-repeat center right;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    margin: 5px auto;
    border: 1px solid rgba(102, 102, 102, 0.5);
    padding: 0 8px;
}

.qs-sb select.large {
    width: 100%;
}

.qs-sb select.small {
    width: 49%;
}

.qs-sb select:nth-child(even) {
    float: right;
}

.qs-sb input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #666666;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.qs-sb a {
    background: #3cb6b6;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 5px;
    outline: none;
}

.qs-sb-big {
    font-size: 14px;
    text-align: center;
}

.top-homes-sb {
    max-width: 300px;
    margin: 0 auto;
}

.top-homes-sb h4 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.top-homes-sb .home-item {
    display: block;
    margin: 0 auto;
    max-width: 130px;
    text-align: center;
}

.home-item a {
    outline: none;
}

.top-homes-sb span.home-icon {
    background: url('./images/dollar-sign-gy.png') no-repeat center;
    margin-bottom: 0;
    height: 70px;
    position: relative;
}

.top-homes-sb span.home-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url('./images/dollar-sign.png') no-repeat center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.top-homes-sb a:hover span.home-icon:after {
    opacity: 1;
}

.top-homes-sb span.home-label {
    color: #666666;
}

.aidefcf-wrapper.aidefcf-wrapper-contact-us > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}


/*.home #idx_search_form #idx_lp, .home #idx_search_form #idx_hp {

    width: 120px;

}



.home .idx-submit-button, .home #idx_search_form a {

    width: 150px;

}



.home #idx_search_form #idx_county {

    width: 210px;

}*/


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


/* CSS Rules added by JP start here... */


/*.home #idx_search_form #idx_pt {

  

  width: 174px;

}



.home #idx_search_form #idx_county {

  

  width: 112px;

}

*/

.home #idx_search_form #idx_lp,
.home #idx_search_form #idx_hp,
.page #idx_search_form #idx_lp,
.page #idx_search_form #idx_hp,
.archive #idx_search_form #idx_lp,
.archive #idx_search_form #idx_hp {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: rgba(255, 255, 255, 0.80) no-repeat center right;
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    margin-right: 0.5%;
    padding: 0px 2px;
    text-transform: uppercase;
    vertical-align: middle;
    /*width: 84px;*/
    height: 35px;
}

.page #idx_search_form #idx_lp,
.page #idx_search_form #idx_hp,
.archive #idx_search_form #idx_lp,
.archive #idx_search_form #idx_hp {
    border: 1px solid silver;
    display: inline-block;
    margin-bottom: 4%;
    padding-left: 5%;
    width: 116px;
}

.page #idx_search_form #idx_hp,
.archive #idx_search_form #idx_hp {
    margin-left: 1px;
    margin-right: 0px;
    padding-right: 0px;
    width: 116px;
}

h4.ihf-address {
    line-height: 1 !important;
    margin: 0 !important;
}

h4.ihf-price {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    line-height: 1 !important;
}

.ihf-description {
    text-align: justify;
    margin-bottom: -25px;
}

.ihf-description a {
    font-weight: bold !important;
    text-decoration: underline !important;
}


/* CSS Rules added by JP end here... */

h1.lake-title {
    text-transform: uppercase;
}

.lake-level-container {
    text-align: center;
}

.lake-level-container p {
    font-size: 32px;
    font-weight: 800px;
}

h4.ihf-address {
    /* display: none; */
}



.qs-sb button.btn.dropdown-toggle.bs-placeholder.btn-default,
.qs-sb button.btn.dropdown-toggle.btn-default {
    border: 1px solid silver;
    display: inline-block;
    margin-bottom: 4%;
    padding-left: 5%;
}

.qs-sb .btn-group.bootstrap-select.show-tick {
    width: 100% !important;
}

.qs-sb .dropdown-menu>li>a {
    display: inline;
    padding: 7px 20px;
    clear: both;
    font-weight: normal;
    line-height: 2.5;
    color: #333;
    white-space: nowrap;
}

/*RECAPTCHA*/
.grecaptcha-badge {
    z-index: 1031;
}


/* IHF */

#ihf-main-container .nav-tabs,
ul.chosen-results {
    margin-left: 0 !important;
}

ul.chosen-results {
    padding-left: 0 !important;
}

.ihf-grid-result-address {
    display: block;
}


/* DIRECTIONS FIELD ON DETAILES PAGES */

div#ihf-detail-features-tab > .row:nth-child(4) > .col-xs-12:last-child > .listing-info-item {
    display: none;
}

a.register-property-organizer {
    text-align: center;
    display: block;
    text-transform: uppercase;
    border: 1px solid #e3e3e3;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    padding: 14px 10px;
    color: #575757 !important;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #ececec;
}

a.register-property-organizer:hover {
    text-decoration: none !important;
}

.ip-qs .custom_county {
    border: 1px solid;
    border-color: #666666;
    width: 100%;
    height: 37px;
    margin-bottom: 2px;
}

input.ccheck {
    width: 11% !important;
    margin-bottom: -6px !important;
}

.ip-qs .display_option ul li {
    text-align: left;
    margin: 0 0 0 0px;
    font-size: 13px;
    list-style-type: none;
}

.ip-qs .display_option ul {
    margin-left: 16px !important;
}

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

.wpcf7-form-control-wrap select {
    background: url(./images/caret.png) rgba(255, 255, 255, 0.80) no-repeat center right !important;
}

.disclaimer {
    margin-bottom: 10px;
    font-size: 10px;
    color: #FFFFFF;
    line-height: normal;
}

.ip-container .disclaimer {
    color: #666666;
}

.ip-container .mls-logo {
    color: #666666;
}

.error-page-cf-wrap div.wpcf7-response-output {
    text-align: center;
    margin: 0;
}
#ihf-main-container .mc-total-payment-subline {
    color: #666;
}
.ihf-map-info-window-photo img {
    width: 100% !important;
}
.ihf-map-info-box-title, .col-sm-7.ihf-map-info-window-detail {
    display: none;
}
.col-sm-5.ihf-map-info-window-photo,.col-sm-5.ihf-map-info-window-photo img {
    width:100% !important
}

#top-homes em.ai-font-dollar-o {
    color: #fff;
    border: 1px solid;
    padding: 10px;
    font-size: 38px;
    position: relative;
    top: 14px;
}