/* main content */
/*.content { padding: 25px 25px 50px 50px; }*/
/**/ .mapContent.content {
    padding: 0 0 50px 0;
}
/* map styles */
@font-face {
    font-family: 'segoeuibold';
    src: url('/frhi/inc/fonts/segoeuibold.eot');
    src: url('/frhi/inc/fonts/segoeuibold.eot?#iefix') format('embedded-opentype'),url('/frhi/inc/fonts/segoeuibold.woff') format('woff'),url('/frhi/inc/fonts/segoeuibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}
#map-google {
    background: #ebebeb;
    width: 920px;
    height: 450px;
    position: relative;
    z-index: 1;
    border: 10px solid #ebebeb;
    box-sizing: border-box;
}

.labelOverlayContainer {
    position: absolute;
    display: block;
    text-align: center;
    cursor: pointer;
}

.regionOverlay {
    font-size: 1.272em;
}

.cityOverlay {
    font-size: 12px;
    visibility: hidden;
}

.labelOverlayContainer span {
    font-weight: bold;
    display: block;
}

.regionOverlay span {
    line-height: 14px;
    color: #fff;
}

.regionOverlay.labelOverlayHover span {
    color: #fff;
}

.cityOverlay span {
    line-height: 12px;
    color: #fff;
}

#customControlsContainer {
    margin: 14px 18px 0 0;
    padding: 0;
}

#customControlsContainer li {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0 10px;
    background: #707070;
    border: 1px solid #707070;
    margin-right: -1px;
}

#customControlsContainer a {
    text-decoration: none;
    display: block;
    color: #fff;
    text-transform: capitalize;
    line-height: 26px;
    font-size: 1.283em;
    outline: none;
    font-weight: normal;
}

#customControlsContainer a:active, #customControlsContainer a:visited {
    font-weight: normal;
    color: #fff;
}

#customControlsContainer .currentControl,
#customControlsContainer .currentControl:hover {
    background: #ebebeb;
}

#customControlsContainer .currentControl a {
    color: #e32119;
}

#customControlsContainer li:hover {
    background: #707070;
}

#customControlsContainer #customControl_RESET {
    margin-left: 16px;
    padding-left: 24px;
    background-color: #707070;
}

#customControlsContainer :nth-child(1) {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#customControlsContainer :nth-last-child(2) {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#customControlsContainer :nth-last-child(1) {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.SOinfoBox {
    background: #fff;
    color: #333333;
    width: 311px;
    height: auto !important;
    position: relative;
}

.SOinfoBoxContent {
    padding: 15px 44px 10px 15px;
    font-size: 14px;
    line-height: 1.25;
}

.SOinfoBox h2 {
    margin: 14px 0 4px 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.SOinfoBox a {
    display: block;
    color: #707070;
    text-decoration: none;
    margin-top: 4px;
}

.SOinfoBoxArrow {
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 150px;
    left: -12px;
}

/* listings */
#map-listings,
#map-listings-tab {
    padding: 0 10px;
    margin: 0;
    font-size: 1em;
    text-transform: none;
}

#map-listings {
    margin-bottom: 20px;
    overflow: hidden;
    width: 920px;
}

#listing-status-2 {
    display: block;
}
/* hide operational */
.listing-status {
    margin-bottom: 25px;
}

.listing-status-title {
    color: #333333;
    padding-top: 11px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    font-weight: 500;
    font: 1em/2.3rem 'segoeUi',Calibri,sans-serif;
}
/*.listing-region-title { font-size: 14px; color: #333333; margin-top: 0; padding-top: 11px; }*/
/**/ .listing-region-title {
    padding-top: 11px;
}

.listing-row {
    width: 460px;
    overflow: hidden;
}

.listing-city {
    display: block;
    float: left;
    width: 150px;
    padding-right: 10px;
    font: 1em/2.4rem 'segoeUi',Calibri,sans-serif;
}

.listing-property {
    display: block;
    float: left;
    width: 255px;
    padding-right: 45px;
    font: 1em/24px 'segoeUi',Calibri,sans-serif;
}
/*.listing-row a { color: #636363; text-decoration: none; font-size: 12px; line-height: 20px; }*/
/**/ .listing-row a {
    line-height: 20px;
}

.listing-row a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

.listing-row a .listing-city, 
.listing-row a .listing-property {
    text-decoration: underline;
}

.listing-row a .listing-city:hover, .listing-row a .listing-property:hover {
    color: #e32119 !important;
    text-decoration: underline;
}

.listing-column {
    float: left;
}

#map-listings h2 {
    display: block;
    border-top: 1px solid #ebebeb;
    margin-top: 25px;
    padding-top: 25px;
}

#map-listings p:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 11px;
}

.listing-container {
    overflow: hidden;
}

.listing-container .right h4 {
    margin: 10px 0 0 45px;
}

.listing-container .right .listing-row {
    width: 415px;
    margin-left: 0;
}

.listing-container .right .listing-property {
    padding-right: 0;
}

#map-listings-tab {
    font-size: 1em;
    color: #333 !important;
    font-family: inherit !important;
    font-weight: normal !important;
}

#divMainDivWrap #map-listings.destinationsMapListing a {
    display: inline-block;
}

#divMainDivWrap #map-listings.destinationsMapListing a:focus {
    border: 0 !important;
    outline-style: solid !important;
    outline-color: #1B475D !important;
    outline-width: 1px !important;
    outline-offset: -1px !important;
}

@media all {
    #customControlsContainer a:hover {
        color: #ffffff !important;
        text-decoration: underline;
    }

    #customControlsContainer .currentControl a:hover {
        color: #e32119 !important;
    }
}

.brand-controls {
    width: 920px;
    background: #707070;
    color: #ffffff;
    padding: 0 10px;
    margin-bottom: 25px;
    line-height: 38px;
}

.brand-controls label {
    color: #ffffff;
    text-transform: none;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    margin: 0 10px;
}

.brand-controls label img {
    vertical-align: top;
    height: 18px;
    margin: 10px 0;
}

.brand-controls label#multi {
    border-left: 1px solid #fff;
    padding: 10px 0 10px 15px;
}

.brand-controls input {
    margin: 0 5px;
    top: 2px;
    width: 13px;
    height: 13px;
    /*display: none;*/
}

.so_nav-flyout ul ul {
    margin-left: 0 !important;
}

.so_nav-flyout ul li.multi-property ul a {
    text-transform: uppercase !important;
}

.listing-container h4 {
    margin: 10px 0 0 0;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'segoeuibold','Verdana','sans-serif';
}

.gmnoprint > .gm-style-cc {
    display: none;
}

.mapContent .brand-controls .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
