

body {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad40 {
    padding: 40px;
}



.help-popup {
    margin-left: 10px;
}


#map {
    height: 300px;
    margin-top: 20px;
    margin-left: 0px;
    border: 1px solid #000;
}

#small_map {
    width: 100%;
    height: 300px;
}

#full_map {
    width: 100%;
    height: 500px;
}

#map-help {
    margin-top: 20px;

}

#map img, #search-map img, #small_map img, #full_map img, #streetview img, #search-map-big img {
    max-width: none;
}

.location-error {
    color: red !important;
}

#map_distance {
    margin-top: 10px;
}


#search-map {
    height: 300px;
}

#search-map-big {
    height: 600px;
}


#featured_adverts {
    background: #B9D8E8;
}

#featured_adverts h4 {
    margin-top: 0px;
    color: #fff;
}

#featured_adverts ul, #featured_adverts ul li {
    margin-bottom: 0px;
}

#featured_adverts ul li {
    background: #fff;
}


.search_results .bold_advert {
    background: #bbb;
}

.search_results .advert {
    background: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
}

.search_results .advert .image {
    width: 15%;
}

.search_results .advert h4 {
    font-size: 14px;
}


.text_align_center {
    text-align: center;
}


.nav-pills-small > li > a {
    font-size: 12px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;

}

#streetview {
    width: 100%;
    height: 500px;
}

table.features {
    background: #fff;
}

ul.social-horizontal {
    margin: 0;
    margin-top: 20px;
}

ul.social-horizontal li {
    float: left;
    list-style: none;
    margin-right: 20px;
}


.advert_thumbnails img {
    width: 23%;
    margin-right: 1%;
    margin-top: 10px;
}

.advert_thumbnails img.last {
    margin-right: 0;
}

.alert-warning a {
  color: #8a6d3b;
  text-decoration: underline;
}


/* Fine Uploader */

.qq-upload-button {
    width: 200px !important;
}


@media (max-width: 979px) {

    body {
        padding-top: 0px;
    }

}


/* Inline text for forms */

.form-line-height {
    line-height: 36px;
}


/* New search menu filters */
.search-menu-toggle {
    display: block;
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 9px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.search-menu-toggle:hover, .search-menu-toggle:focus {
    background: #f0f0f0;
    text-decoration: none;
}

/* Search content for SEO */
.place-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ff0084;
    margin-top: 0;
}

.place-content h3 {
    font-size: 15px;
    color: #ff0084;
}
