#popup_box {
    display: none;
    position: relative;
    _position: relative;
    height: 75px;
    width: 150px;
    background: #efefef;
    left: 400px;
    z-index: 100;
    padding: 5px;
    -moz-box-shadow: 0 0 5px #efefef;
    -webkit-box-shadow: 0 0 5px #efefef;
    box-shadow: 0 0 5px #efefef;
    border-radius: 10px;
    vertical-align: top;
}
#poptxt {
    z-index: 100;
    vertical-align: top;
    height: 75px;
    position: absolute;
    top: 0;
    margin: 10px;
}
.ofh {
    overflow: hidden;
}
.beta-tab {
    top: 15%;
}
.results-sum--rectangle.results-sum--rectangle__mid.results-sum--count {
    display: none;
}
.result-sum--wrapper li:last-child {
    border-right: 1px solid #ccc;
}
.map_propertyDetails {
    font-size: 14px;
}
.map_propertyDetails h2 {
    font-size: 1.5rem;
}
.map_propertyInfo,
.map_propertyPrice {
    font-weight: 700;
    padding: 10px 0;
}
.map_propertyInfo span {
    padding: 0 7px 0 20px;
}
.map_propertyInfo span:first-child {
    padding-left: 0;
}
.map_propertyImage {
    float: left;
    padding: 0 10px 10px 0;
}
.priceDisplay {
    padding-right: 10px;
}
.priceValue {
    font-size: 18px;
    color: #449739;
}
#divmapcanvas {
    height: 700px;
}
#divmapcanvas img {
    max-width: inherit;
}
#MapResults12 {
    position: relative;
    z-index: 10;
}
#mapResultsPane {
    margin: 100px 0 0 0;
    padding: 0;
}
#mapresults .button {
    padding: 5px 18px;
}
.liSblTextBoxLabel,
h3.sblHeader,
.liSblErrors {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.sblFieldset {
    padding: 7px 0 7px 7px;
    border: none;
    margin: 0;
}
.sblFieldsetLegend {
    display: none;
}
.sblOrderedList {
    margin: 0;
    padding: 0;
}
#searchByLocationTextBox,
#searchByDistanceTextBox,
#ddlPolygon {
    margin-bottom: 0px;
    padding: 8px;
    display: inline-block;
    width: 170px;
    height: 33px;
}
#searchbylocation .liSblHeader h3,
.draw_header h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 5px;
}
.liSblTextBoxLabel {
    width: 70px;
    padding-right: 10px;
}
#searchbylocation .liSblButton {
    display: none;
}
.liSblErrors {
    padding-left: 70px;
    color: #F00;
    display: block;
}
#searchByDistanceTextBox {
    width: 40px;
    text-align: center;
}
.miles {
    font-size: 12px;
    font-weight: bold;
    padding: 15px 15px 15px 6px;
    color: #fff;
}
.liSblHeader span,
.draw_header span {
    font-size: 24px;
    line-height: 26px;
    vertical-align: sub;
    margin-left: -10px;
}
.search_location {
    width: 279px;
    position: absolute;
    right: -242px;
    top: 227px;
    background-color: #FFF;
    z-index: 10;
    padding: 0 10px 10px 10px;
    height: 40px;
    overflow: hidden;
}
.liSblHeader,
.draw_header {
    cursor: pointer;
}
.liSblHeader:hover h3 {
    text-decoration: underline;
}
.liSblHeader:hover span {
    color: #13B5EA;
}
.sl_show {} .draw_location {
    position: absolute;
    right: -163px;
    top: 180px;
    background-color: #fff;
    width: 200px;
    padding: 6px 15px 15px 17px;
    height: 40px;
}
.draw_location h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0px;
    padding-left: 5px;
    display: inline-block;
}
.draw_header:hover h3 {
    text-decoration: underline;
}
.draw_header:hover span {
    color: #13B5EA;
}
.refine-link-click {
    display: inline-block;
}
#mapResultsPane .row {
    max-width: 1290px;
}
.close-refine-results-filter {
    background: #222222;
    padding: 8px 8px 0 8px;
}
ol.sblOrderedList li,
ol.searchbyradius li {
    display: inline-block;
    float: left;
}
.sblOrderedList li.liSblHeader,
.liSblTextBoxLabel {
    display: none;
}
.liSblErrors {
    display: none!important;
}
#searchbylocation,
#searchbyradius {
    float: right;
}
#list-view {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#list-view:hover img {
    filter: grayscale(0);
    opacity: 1;
}
a#map-view {
    pointer-events: none;
    cursor: default!important;
}
#list-view img {
    filter: grayscale(100%);
    opacity: 0.4;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -11px;
    margin-left: -12px;
}
#map-view img {
    filter: none;
    opacity: 1;
}
/*  Tab condencing   */

.letting-tab,
.beta-tab {
    right: 0px;
    position: absolute;
    width: 48px;
    text-align: right;
    overflow: hidden;
}
.beta-tab {
    top: 204px;
}
.letting-tab {
    top: 250px;
}
a.beta-btn,
a.letting-btn {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 10px 14px 12px 7px;
    margin: 0 -4px 0 0;
}
a.beta-btn span:first-child,
a.letting-btn span:first-child {
    display: none;
}
/* SMALL SCREENS ONLY */

@media only screen and (max-width: 40.063em) {
    #divmapcanvas {
        height: 350px;
    }
    .draw_location {
        top: 80px;
    }
    .search_location {
        top: 127px;
    }
    .map_propertyDetails h2 {
        font-size: 1rem;
    }
}
.mapresults.fullsize {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.fullsize .full {
    height: 100vh !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    width: 100vw;
}
.map_propertyInfo {
    clear: both;
}
.map_propertyPrice,
.map_propertyPrice span {
    float: none!important;
    padding: 10px 0 10px 0!important;
}
span.priceValue {
    padding-left: 5px!important;
    color: #383d6d;
}
#search {
    z-index: 999999;
}
#search input {
    background: #fff;
    color: rgb(102, 102, 102);
    position: absolute;
    padding: 10px;
    top: 10px;
    left: 10px;
    width: 400px;
    z-index: 99999;
    box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.2);
    border-radius: 3px;
}
form {
    padding: 0;
    margin: 0;
}
input {
    .transition(.15s, linear);
    border: 1px solid transparent;
    &:focus {
        outline: none;
        border-color: rgb(58, 132, 223);
    }
}