/** HEADER **/
.header-wrapper.generic-header {
    background-image: url(backgrounds/about.jpg);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: cover;
}



/** AREA LISTS **/
.AreaGrid {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.AreaGrid li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.AreaGrid .AreaGrid-link {
    display: block;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
}

.AreaGrid .AreaGrid-link .AreaGrid-image {
    display: block;
    padding: 75% 0px 0px 0px;
    background-color: #000000;
}

.AreaGrid .AreaGrid-link .AreaGrid-image img {
    display: block;
    width: 100%;
    height: auto;
}

.AreaGrid .AreaGrid-link .AreaGrid-content {
    display: block;
    padding: 10px 0px;
}

.AreaGrid .AreaGrid-link .AreaGrid-title {
    display: block;
    color: #D52B1E;
    text-transform: uppercase;
}

.AreaGrid .AreaGrid-link .AreaGrid-title {
    position: relative;
    display: block;
    color: #D52B1E;
    text-transform: uppercase;
    padding: 0px 20px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.AreaGrid .AreaGrid-link:hover .AreaGrid-title {
    color: #000000;
}

.AreaGrid .AreaGrid-link .AreaGrid-title span {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.5em;
    line-height: 0px;
}

@media screen and (max-width: 760px){
    .AreaGrid li {
        width: 50%;
    }
}

@media screen and (max-width: 480px){
    .AreaGrid li {
        display: block;
        width: auto;
    }
}



/** SINGLE AREA **/
.SingleAreaPage .SingleAreaPage-title {
    position: relative;
    padding: 25% 0px 40px 0px;
    background-color: #000000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.SingleAreaPage .fw-margins {
    position: relative;
    z-index: 2;
}

.SingleAreaPage .SingleAreaPage-title a,
.SingleAreaPage .SingleAreaPage-title .static-title,
.SingleAreaPage .SingleAreaPage-title .SingleAreaPage-titleSeo {
    color: #FFFFFF;
}

.SingleAreaPage .SingleAreaPage-title .SingleAreaPage-titleSeo {
    font-size: 16px;
    text-transform: none;
}

.SingleAreaPage .SingleAreaPage-title a {
    display: inline-block;
    margin: 0px 0px 10px 0px;
}

.SingleAreaPage .SingleAreaPage-title a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.SingleAreaPage.SingleAreaPage--Ballyhalbert .SingleAreaPage-title {
    background-position: 80% 50%;
}

.SingleAreaPage .SingleAreaPage-titleOverlay {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.AreaIntroText p {
    font-size: 1.1em;
}

@media screen and (max-width: 640px){
    .SingleAreaPage .SingleAreaPage-title {
        padding: 45% 0px 40px 0px;
    }
}



/** AREA LISTINGS **/
.SingleAreaPage-listings {
    text-align: center;
}

ul.property-list {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
    font-size: 0px;
}

ul.property-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: left;
    font-size: 14px;
}

ul.property-list li .property-wrapper {
    position: relative;
    padding: 5px;
    margin: 0px 0px 20px 0px;
}

ul.property-list li .property-image {
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 56.25% 0px 0px 0px;
    border: 5px solid #F5F5F5;
    -webkit-transition: border .2s linear;
    -moz-transition: border .2s linear;
    transition: border .2s linear;
}

ul.property-list li:hover .property-image {
    border: 5px solid #D52B1E;
}

ul.property-list li .status-overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
}

ul.property-list li .status-overlay span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    padding: 10px;
    color: #FFFFFF;
    background: #D52B1E;
}

ul.property-list li.property-status-letAgreed .status-overlay,
ul.property-list li.property-status-saleAgreed .status-overlay,
ul.property-list li.property-status-let .status-overlay,
ul.property-list li.property-status-sold .status-overlay {
    display: block;
}

.lt-ie9 ul.property-list li .property-details {
    max-height: 100px;
}

ul.property-list li .property-details,
ul.property-list li .property-details a,
ul.property-list li .addr-lines,
ul.property-list li .property-price {
    color: #777777;
}

ul.property-list li .addr-line1 {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #D52B1E;
}

ul.property-list li .property-price {
    margin: 20px 0px 0px 0px;
}

ul.property-list li .price-value {
    font-size: 1.2em;
    font-weight: 600;
    color: #F69C31;
}

ul.property-list .property-status-sold .price {
    display: none;
}

ul.property-list li a.property-link {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

@media screen and (max-width: 840px) {
    ul.property-list {
        text-align: left;
    }

    ul.property-list li {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    ul.property-list li {
        display: block;
        width: auto;
    }
}