/**
 * This CSS file implements the the while background look and feel for the Zurple portal sites.  This CSS file is
 * dependent on the Bootstrap Framework in order to render properly.
 */

html, body {
    height: 100%;
    font-family: Verdana;
    font-size: 13px;
}


select.error,
input.error,
textarea.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

label.required {
    color:#a94442;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -70px;
    /* Pad bottom by footer height */
    padding: 0 0 70px;
}

.page-header {
    border-bottom: 0px;
}

body.multi-media-bkg h1,
body.multi-media-bkg h2,
body.multi-media-bkg h3,
body.multi-media-bkg h4 {
    font-family: Verdana;
    color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* Background Image */
#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    z-index: -2;
}

#bg video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;

}

/*these css rules are for mobile devices*/
#bg-media-fallback  {
    display: none;
}


@media screen and (max-device-width: 800px) {

    #bg video {
        display: none;
    }

    #bg-media-fallback  {
        display: block;
        position: fixed;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        z-index: -1;
    }

    #bg-media-fallback:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(38, 52, 61, 0.50);
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;
    }

    #bg-media-fallback img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        z-index: -2;
    }

}

#bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 52, 61, 0.50);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.top-buffer {
    margin-top: 20px;
    clear: both;
}

.navbar {
    margin-bottom: 0;
}

.form-row-buffer {
   margin-top: 30px;
}

.form-row-light-buffer {
    margin-top: 15px;
}

/* Anchor tag styling */
.sm-link-style {
    padding-top: 10px;
}

.sm-link-style a {
    font-family: Verdana;
    color: #F2F2F2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size:10px;
}
/* End of Anchor tag styling */

/** Display Scheme specific styling **/

@media (max-width: 767px) {
    #officelogo {
        float:left;
    }
    .search_label {
        margin-bottom: 10px;
    }
    .soldhomes_search {
        width: 100% !important;
    }
    /** commenting reverting #4381 #4385 **/
    /*.mobile-full-btn {*/
    /*    width: 100%;*/
    /*    margin-top: 5px;*/
    /*}*/
    /*.search_option {*/
    /*    display: inline-block;*/
    /*    padding: 1px 0 0 15px;*/
    /*}*/
}

@media (min-width: 768px) {
    #officelogo {
        float:right;
    }
}

#officelogo {
    padding: 5px;
    display: block;
    height: 100%;
    background-color: #FFF;
    text-transform: none !important;
    border-radius: 10px;
}

#officelogo > * {
    vertical-align: middle;
    line-height: normal;

}

#officelogo span {
    display: inline-block;
    text-align: left;
    font-size: 10px;
    text-transform: none;
}

#officelogo img {
    width: auto;
}

/* Top Navigation */
.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important;
    padding-bottom:0 !important;
    height: 24px;
}
.navbar {min-height:24px !important;}

.nav>li>a {
    padding: 10px 7px;
}

.navbar-collapse {
    padding-right: 0;
}

.top-nav {
   margin-top: 45px;
   text-transform: uppercase;
   background-color: transparent;
   border-color: transparent;
   letter-spacing: 0.15em;
}

body.multi-media-bkg .top-nav {
    font-family: Verdana;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus {
    color: #000;
}

.navbar-nav,
.dropdown-menu {
    font-size: 0.875em;
}

.navbar-collapse.collapse.in {
    overflow-y: inherit;
}

.top-nav a,
.top-nav a:hover{
    color: #000;

}

.top-nav .nav>li>a:focus,
.top-nav .nav>li>a:hover {
    text-decoration: underline;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #FFF;
    text-decoration: underline;
    color: #000;
}

.navbar-nav li {
    border-right: #DDD solid 1px;
}

.navbar-nav li:last-child {
    border-right: none;
}
.dropdown-menu>li {
    border-right: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover
{
    background-color: #FFF;
}

body.multi-media-bkg .navbar-default .navbar-nav>li>a,
body.multi-media-bkg .navbar-default .navbar-nav>li>a:hover,
body.multi-media-bkg .navbar-default .navbar-brand,
body.multi-media-bkg .navbar-default .navbar-brand:hover {
    color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

body.multi-media-bkg .navbar-default .navbar-nav>li>a,
body.multi-media-bkg .navbar-default .navbar-nav>li>a:focus,
body.multi-media-bkg .navbar-default .navbar-brand,
body.multi-media-bkg .navbar-default .navbar-brand:focus {
    color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

body.multi-media-bkg .navbar-default .navbar-nav>.open>a,
body.multi-media-bkg .navbar-default .navbar-nav>.open>a:focus,
body.multi-media-bkg .navbar-default .navbar-nav>.open>a:hover {
    color: #F2F2F2;
    background-color: transparent;
}

body.multi-media-bkg .navbar-default .dropdown-menu {
    color: #000;
    background-color: rgba(46, 61, 63, 0.80);
    border: 1px solid #F2F2F2;
}

body.multi-media-bkg .navbar-collapse .nav>li>a:focus,
body.multi-media-bkg .top-nav .nav>li>a:hover {
    background-color: transparent;
}

body.multi-media-bkg .navbar-default .dropdown-menu>li>a {
    text-shadow: none;
}

body.multi-media-bkg .navbar-default .dropdown-menu>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}

body.multi-media-bkg .top-nav a,
body.multi-media-bkg .top-nav a:hover{
    color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    body.multi-media-bkg .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    body.multi-media-bkg .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    body.multi-media-bkg .top-nav .nav>li>a:hover {
        color: #F2F2F2;
    }

    .navbar-brand {
        margin-top: 15px;
    }

    .top-nav {
       margin-top: 5px;
    }

    .navbar-collapse ul.navbar-nav {
        margin-right: 0;
    }
}

/* Navbar togglable button */
body.multi-media-bkg .navbar-default .navbar-toggle,
body.multi-media-bkg .navbar-default .navbar-toggle .icon-bar {
    border-color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

body.multi-media-bkg .navbar-default .navbar-toggle .icon-bar {
    background-color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
/* End of Navbar toggable button */



/* Home Page Search Box */
.mostly-fill {
    min-height: 70%;
    height: 70%;
}

/* Centered Search Box */
.fill {
    min-height: 100%;
    height: 100%;
}

.fill-vcenter {
    float: none;
    display: block;
    vertical-align: middle;
    margin-top: 7%;
    margin-bottom: 55%;
}

.transparent-box {
    border-radius: 5px;
    background: rgba(46, 61, 63, 0.80);
    color: #F2F2F2;
    padding: 20px;
    font-family: Verdana;
    letter-spacing: 0.12em;
}

.transparent-box input,
.transparent-box select
{
    letter-spacing: 0.15em;
}

.transparent-box .sm-font {
    font-size: 12px;
}

.transparent-box label.checkbox-inline {
    padding-right: 15px;
}

.hideShow {
    display: none;
}

div#jSuggestContainer {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

div#jSuggestContainer ul {
    background-color: #FFF !important;
    padding-left: 0;
    border: 1px solid #CCC;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

div#jSuggestContainer ul li {
    list-style: none;
    padding-left: 10px;
}

div.jSuggestLoading {
    background-color: #FFF;
    padding: 10px;
    text-transform: uppercase;
}
/*  End of Search Box */

@media (min-width: 1200px) {
    .searchFilterSecondRow {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .advancedFilterFixPad {
        margin-left: 15px;
    }
}

@media (max-width: 1170px) {
    .transparent-box label.checkbox-inline {
        margin-left: 15px;
    }
}

/* Content container with white background */
div.fluid-container.white-content {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

div.white-content {
    background-color: white;
    padding-top: 10px;
    margin-bottom: 20px;
}

div.white-content + div.white-content {
    border-top: 1px solid #CCC;
}

div.white-content h1,
div.white-content h2,
div.white-content h3,
div.white-content h4 {
    color: #000;
    text-shadow: none;
}

.header-row div:nth-of-type(2)  {
    text-align: right;
    line-height: 56px;
}

.prop-dsp-meta-row {
    font-size: 12px;
}

.prop-dsp-meta-row div:nth-of-type(1) {
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
}

.prop-dsp-meta-row div:nth-of-type(2) {
    text-align: left;
    padding-left: 5px;
}

div.property-photo-grid>div {
    padding:10px;
}

div.property-photo-grid>div a {
    color: black;
    text-decoration: underline;
}

div.property-photo-grid>div address {
    line-height: 1.5em;
    font-size: 13px;
}

.insider-prop-row {
    padding: 10px;
    font-size: 16px;
}

.insider-prop-row .col-xs-12 {
    padding-bottom: 20px;
}

.insider-prop-row address>div:nth-of-type(1),
.insider-prop-row div.price {
    font-size: 24px;
}

/* Home Page */
@media (max-width: 767px) {
    div.property-photo-grid>div:nth-of-type(1n+1) {
        clear:left;
    }

    .header-row div:nth-of-type(2) {
        text-align: left;
    }

    address {
        margin-bottom: 0;
    }

    .insider-prop-row address>div:nth-of-type(1),
    .insider-prop-row div.price {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    div.property-photo-grid>div:nth-of-type(2n+1) {
        clear:left;
    }

    div.property-photo-grid img {
        margin:0;
        padding: 0;
        height: 229px;
        width: 345px;
    }

    .insider-prop-row img.img-responsive {
        height: 158px;
        width: 213px;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    div.property-photo-grid>div:nth-of-type(3n+1) {
        clear:left;
    }

    div.property-photo-grid img {
        margin:0;
        padding: 0;
        height: 195px;
        width: 293px;
    }

    .insider-prop-row img.img-responsive {
        height: 212px;
        width: 286px;
    }
}

@media (min-width: 1200px) {

    div.property-photo-grid>div:nth-of-type(4n+1) {
        clear:left;
    }

    div.property-photo-grid img {
        margin:0;
        padding: 0;
        height: 169px;
        width: 255px;
    }

    .insider-prop-row img.img-responsive {
        height: 331px;
        width: 449px;
    }

    .search_city_radio{
        margin:0 15px;
    }
}

div.sort-links .nav li:nth-of-type(1) {
    padding:10px 0;
}

@media (min-width: 768px)
{
    div.sort-links.nav a {
        margin-left: 40px;
    }
}


/* Footer */
#footer {
    margin-top: 160px;
}

.container-footer {
    text-align: center;
}

.container-footer a,
.container-footer a:hover {
   color: #000;
}

body.multi-media-bkg .container-footer {
    color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

body.multi-media-bkg .container-footer a,
body.multi-media-bkg .container-footer a:hover {
    color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

body.multi-media-bkg .container-footer-logo {
    color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

body.multi-media-bkg .container-footer-logo a,
body.multi-media-bkg .container-footer-logo a:hover {
    color: #F2F2F2;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

#footer > div.container.container-footer-logo img {
    max-width: 180px;
}

/* Property Detail page */
div#propdetail {
    padding-top: 10px;
}

@media (max-width: 991px) {
    div#propdetail div.price {
        text-align:left;
    }
}

@media (min-width: 992px) {
    div#propdetail div.price {
        text-align:right;
    }
}

div#propdetail div#contact-agent-frame img {
    width: 100px;
}

div#propdetail div.agent-info div {
    display: inline-block;
}

div#propdetail div.agent-info > * {
    vertical-align: middle;
    line-height: normal;
}

div#propdetail div.agent-info span.agent-name {
    text-transform: capitalize;
    font-weight: bold;
    font-family: Verdana;
}

div#propdetail div.agent-info div {
    padding-left: 10px;
}

div#propdetail div.agent-info span.agent-phone {
    font-size: .75em;
}

div#propdetail div.agent-info span.agent-dre {
    font-size: .75em;
}

div#propdetail #contact-agent-frame .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

div#propdetail img.agent-photo {
    width: 100px;
}

div#propdetail #photos img
{
    height: auto;
    width: 340px;
    margin: 0 30px 30px 0;
    border: solid 2px #fff;
}

div#propdetail button.favorite:hover {
    color: #a94442;
}

div#propdetail button.favorite.disabled {
    color: #a94442;
}

/*
 * Prop Detail Modal Popup for property photos
 */
#propertyImgModal img {
    width:100%;
}

#propertyImgModal div.modal-display-scheme p:nth-of-type(1) {
    padding-top: 10px;
}

@media (max-width: 767px)
{
    #propdetail #photos img
    {
        width: auto;
        display: block;
        clear:both;
        max-width: 100%;
    }
}

/* Slider */
div#propdetail .slider_parent {
    position: relative;
    top: 0;
    left: 0;
    width: 750px;
    height: 422px;
    z-index: 1;
}

div#propdetail .slide_parent {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 750px;
    height: 422px;
    overflow: hidden;
}

.loading_div {
    filter: alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    display: block;
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}

.loading_img {
    position: absolute;
    display: block;
    background: url(https://topandoverhomes.com/img/zurple/loading.gif) no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}

#slide_navi_left {
    top: 200px;
    left: 0;
}

#slide_navi_right {
    top: 200px;
    right: 0;
}

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(https://topandoverhomes.com/img/zurple/slideshow-arrow.png) no-repeat center;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }


/* Registration page */
.orderedList ul {
    list-style-image: url(https://topandoverhomes.com/img/sites/icon_check.png);
    font-size: 14px;
    display: inline-block;
    text-align:left;
}

div#registrationModal .orderedList ul {
    list-style-image: url(https://topandoverhomes.com/img/sites/icon_check_black.png);
}

.signature-intend { margin-left: 40px; }

.why-register-message {
    font-size: 13px;
}

form#register_form label.error {
    color:#ff9494;
}

form#register_form .error{
    color:#ff9494;
}

.register-form-header
{
    font-size: 20px;
}

/* Prompt Registration Popup */
/* Registration Container */
#prompt_registration_container {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin: -70px 0 0 -170px;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    background-color: #FFF;
    padding: 20px;
    line-height: 1.5em;
    box-shadow: 0 2px 3px rgba(136, 136, 136, 0.40);
}

#prompt_registration_container div.popup_inner_content p img {
    display: none;
}

#prompt_registration_container div.popup_inner_content span::before {
    content: "> ";
    font-weight: bold;
}

#prompt_registration_container div.popup_inner_content div:nth-of-type(2) {
    padding-top: 10px;
}

#prompt_registration_container .clear {
    clear:both;
}

#prompt_registration_container .right {
    float: right;
}

#prompt_registration_container p {
    margin: 14px 0;
}


@media (max-width: 495px) {
    #prompt_registration_container {
        margin-left: -155px;
        width: 85%;
    }
}


/*
 * Advanced Search Filter
 */

#advanced_filter {
    margin: 16px 0;
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px;
    width: 450px;
}

#advanced_filter h5 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
    text-decoration: underline;
}

#advanced_filter a {
    text-decoration: none;
}

#advanced_filter .element_row {
    clear: both;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

#advanced_filter .form-element-label {
    display: none;
}

#advanced_filter .form-element-description {
    display: none;
}

#advanced_filter #form-element-bedrooms .form-element-input #bedrooms,
#advanced_filter #form-element-bathrooms .form-element-input #bathrooms,
#advanced_filter #form-element-year_built .form-element-input #year_built,
#advanced_filter #form-element-square_feet .form-element-input #square_feet {
    width: 120px;
}

#advanced_filter .form-element-input {
    margin: 0;
    float: left;
}

#advanced_filter .form-element {
    float: left;
}

#advanced_filter input#city{
    width: 250px;
}

#advanced_filter div#price_range div:nth-of-type(3) {
    margin: 0 10px !important;
    padding-top: 4px;
}

#advanced_filter fieldset {
    border: 0;
    clear: both;
    margin: 0 0 16px 0;
    padding: 0;
    display: block;
}

#advanced_filter fieldset label {
    width: 120px;
}

#advanced_filter fieldset .form-element {
    clear: both;
    position: relative;
    height: 25px;
    line-height: 25px;
}

#advanced_filter fieldset .form-element-label {
    position: absolute;
    display: block;
    margin-left: 30px;
    width: 120px;
}

#advanced_filter div.element_row div:nth-of-type(1) {
    padding-top: 4px;
    width: 100px !important;
}

.filter-neighborhood li {
    padding: 0 5px 0 5px;
}

a.delete_fav {
    margin-top: 10px;
}

/*
 * Display Scheme related
 */
.result-logo-right img {
    height: auto !important;
    margin-right: 20px !important;

}

.largeListingCredit .listingCredit {
    font-size: 18px;
}

.defaultListingCredit .listingCredit {
    font-size: 14px;
}

@media(max-width: 1200px){
    .no-padd{
        padding: 0px 15px!important;
    }

    .home-valuation-top-bar .no-padd{
        margin:0!important;
        padding:0 15px!important;
    }
}


/*sold homes */

table.footable>thead>tr:nth-of-type(1){
    border-top:1px solid #a5a5a5;
    background: #ccc;
}

table.footable>tbody>tr>td, table.footable>thead>tr>th{
    border-right:1px solid #a5a5a5;
    border-left:1px solid #a5a5a5;
    padding:5px;
}

table.footable>tbody>tr:nth-child(even){
    background: #eee
}
table.footable>tbody>tr:nth-last-child(1){
    border-bottom:1px solid #a5a5a5;
}

.total-sold-homes{
    margin:20px 0;
    padding:0!important;
}

#soldHomesMap, #soldHomesStreetView{
    margin:20px 0;
    padding:0!important;
    /* revert #4386 padding:0!important;*/

}

#sold-homes .pagination{
    margin:0!important;
}

#sold-homes .footable-paging .label{
    visibility: hidden;
}

.home-valuation .checkbox input{
    box-shadow: none;
    margin-right: 15px;
    display: inline-block;
    width: auto;
    float: left;
    position: initial;
}

@media(max-width:1200px){
    .mobile-city-padd{
        margin-right: 57px!important;
    }

    .modify-sold-homes-search-modal .no-padd{
        margin:0px 25px 0px 15px;
        text-align:left!important;
    }
}

@media (min-width: 992px){
    .home-valuation-top-bar .nav{
        margin-top:26px;
    }

    .sold-homes-properties-city{
        padding:0!important;
        /* revertcommenting   for aligning sold home page */
    }
}

.sold-homes-highlighted-row,
.schools-highlighted-row,
.poi-highlighted-row{
    background:#f0ad4e!important;
}

.sold-home-map-label,
.school-map-label,
.poi-map-label{
    background-color: #F7675C;
    color: #fff;
    margin-top: -35px!important;
    border-radius: 5px;
    width: 18px;
    text-align: center;
    margin-left: -9px!important;
}

.money-container:before {
    content: '$';
}

.home-valuation-top-bar li{
    cursor:pointer;
}

#mobile-indicator {
    display: none;
}

#hamburger-menu {
    display: none;
}

.modify-search-mobile{
    display:none;
}

.modify-sold-homes-search-modal .no-padd{
    text-align:center;
}

@media screen and (max-width: 992px) {
    #mobile-indicator {
        display: block;
    }
    .sold-home-id{
        display:none!important;
    }
}

@media screen and (max-width: 767px) {
    #hamburger-menu {
        display: block;
    }

    .modify-search{
        display:none;
    }
    .mobile-full-btn{
        display: inline-block;
        margin:10px 0;
        float:none!important;
        width:100%;
    }

    .mobile-btn-switch{
        display:flex;
        flex-flow: column;
    }
    .mobile-btn-switch button:nth-of-type(1){order:2;}
    .mobile-btn-switch button:nth-of-type(2){order:1;}
}


#sold-homes tr,
#schools tr,
#poi{
    cursor:pointer;
}


.bottom-border {
     border-bottom: 1px solid #ccc;
 }

.bottom-border-dark {
    border-bottom: 1px solid #e5e5e5;
}

form.search-dropdown{
    padding: 10px 0px;
}

.area-map-notification{
    font-size: 24px;
}

.btn-zurple-tinted{
    float:none;
}

#addMap{
    float: right;
    line-height: 24px;
    margin-top: 3px;
}

.no-margin-top{
    margin-top:0px;
}

.no-margin-bottom{
    margin-bottom:0px;
}

.no-padding-left{
    padding-left: 0px;
}

.no-padding-right{
    padding-right: 0px;
}

.top-pagination-block{
    display:table;
}

.top-listing-counter-block{
    text-align: left;
    line-height:30px;
    vertical-align: middle;
}

@media (min-width: 992px){

    .top-listing-counter-block{
        text-align: right;
        font-size: 12px;
    }

    .sort-links .margin-top{
        margin-top: 27px;
    }

    .top-pagination-block{
        float:right;
    }
}

.similar-properties-block {
    margin-top: 20px;
}

.similar-properties-photo {
    height: auto;
    width: 75%;
    border: solid 2px #fff;
}

.prop_icons {
    font-size: 15px;
    height: 17px;
    color: #99a3b1;
}

@media (max-width: 992px){
    .prop_icons {
        margin-bottom: 15px;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    outline: 0;
}

#property_type{
    text-transform: uppercase;
}

.btn.btn-zurple-tinted.btn-block {
    font-size: 12px;
}

#property_search_form .form-control,
#property_search_form .select2.select2-container {
    font-size: 12px;
}

.optin-disc {
    font-size: 11px;
    line-height: 16px;
}