.lifestyleIntroCopy {
    width: 135%;
}

    .lifestyleIntroCopy a {
        width: 100%;
    }

/*.listFilters .customSelectDrop {
    width: 200px;
}

.listFilters .customSelectDrop a {
        width: 100%;
    }

    .listFilters .customSelectDrop ul li a {
        width: 100%;
    }

    .listFilters .customSelectDrop ul {
        width: 135%;
    }

    .listFilters .customSelectDrop.visible ul {
        max-height: 210px
    }
    

    .listFilters .customSelectDrop ul li {
        width: 90% !important;
    }


#listFiltersSection.listFilters {
    margin: 10px auto 30px auto !important;
}*/

/* LIFESTYLE BOARD SORT DROPDOWN*/

.lifeStyleBoardResults .customSelectDrop a {
    width: 100%;
}

.lifeStyleBoardResults .customSelectDrop {
    width: 15%;
}

    .lifeStyleBoardResults .customSelectDrop ul {
        width: 100%;
    }

/* LIFESTYLE BOARD SORT DROPDOWN*/
h1 {
    font-family: "Trebuchet MS";
    font-size: 30px;
    color: #fff;
    line-height: 26px;
    margin: 12px 0;
    font-weight: normal;
}

.lifestyleInfo {
    padding: 9px 0 25px !important;
}


.contentInnerHolder.contentDefault {
    margin: 0;
}

.propertyBoardContent ul li.lifeStyleBoard {
    list-style-type: none !important;
}

.propertyBoardContent {
    display: block;
    overflow: hidden;
}

.siteWrapper .propertyBoardContent ul {
    position: relative;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 52px 0 50px;
    width: 100%;
    box-sizing: border-box;
}

.propertyBoardContent ul li.lifeStyleBoard {
    width: 269px;
    background: transparent url(/Resources/images/lifeStyle_property_block.png) top left no-repeat;
    margin: 0 auto;
    height: 380px;
    position: relative;
    box-sizing: border-box;
}

#developments.propertyBoardContent ul li.lifeStyleBoard {
    width: 269px;
    height: 260px;
    cursor: pointer;
    background: transparent url(/Resources/images/lifeStyle_property_block_big.png) top left no-repeat;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}


    #developments.propertyBoardContent ul li.lifeStyleBoard .lifeStyleContent {
        width: 233px;
        height: 155px;
        display: block;
        top: 19px;
        position: relative;
        overflow: hidden;
        left: 19px;
        padding: 0;
        margin: 0;
    }

#lifeStyle.propertyBoardContent ul li.lifeStyleBoard {
    height: 218px !important;
    cursor: pointer;
}



.propertyBoardContent ul li.lifeStyleBoard .lifeStyleContent {
    width: 233px;
    height: 148px;
    display: block;
    padding: 19px 0 0 19px;
    position: relative;
    overflow: hidden;
}

.propertyBoardContent ul li.lifeStyleBoard .promoInfo {
    position: absolute;
    width: 233px;
    display: block;
    padding: 19px 0 0 19px;
    left: 0;
    bottom: 21px;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    font-family: "PT Sans Narrow";
    line-height: 18px;
    color: #757575;
}


#developments .lifeStyleBoard .listingBanner {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

    #developments .lifeStyleBoard .listingBanner.alternate {
        display: block;
        bottom: 0px;
        line-height: 22px;
        top: auto;
        height: 21px;
    }

#developments.propertyBoardContent ul li.lifeStyleBoard .promoInfo {
    position: absolute;
    width: 233px;
    display: block;
    padding: 0px 0 0 19px;
    left: 0;
    bottom: 28px;
    z-index: 1;
    text-align: center;
    color: #757575;
}

    #developments.propertyBoardContent ul li.lifeStyleBoard .promoInfo h3 {
        margin: 0 auto;
        color: #005f27;
        font-size: 17px;
        font-family: "PT Sans Narrow";
        line-height: 18px;
        min-height: 100%;
        margin-bottom: 2px;
    }

    #developments.propertyBoardContent ul li.lifeStyleBoard .promoInfo p {
        margin: 0 auto;
        color: #757575;
        font-size: 17px;
        font-family: "PT Sans Narrow";
        line-height: 16px;
    }

.propertyBoardContent ul li.lifeStyleBoard .promoInfo img {
    width: 95px !important;
    height: 95px !important;
    max-width: 100%;
}

.propertyBoardContent ul li.lifeStyleBoard .lifeStyleContent > img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

.propertyBoardContent ul li.lifeStyleBoard .lifeStyleContent > a {
    box-sizing: border-box;
    width: 233px;
    height: 148px;
    position: absolute;
    background: #126430 url(/Resources/images/elements.png) -514px -337px no-repeat;
    background: rgba(18,100,48,.9) url(/Resources/images/elements.png) -514px -337px no-repeat;
    padding-top: 24.5%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
    top: 19px;
    left: 19px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    /* IE9 DOES NOT SUPPORT translate3d */
    -ms-transform: translate(0,0);
}

.propertyBoardContent ul li.lifeStyleBoard .lifeStyleContent:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}

.propertyBoardContent .nextButton {
    background: transparent url(/Resources/images/elements.png) -321px -153px no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 45%;
    right: 18px;
    display: block;
    cursor: pointer;
    z-index: 11;
}

.propertyBoardContent .prev {
    background: transparent url(/Resources/images/elements.png) -268px -153px no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 45%;
    display: block;
    left: 18px;
    cursor: pointer;
    z-index: 11;
}

.propertyBoardContent .prevButton {
    background: transparent url(/Resources/images/elements.png) -268px -153px no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 45%;
    display: block;
    left: 18px;
    cursor: pointer;
    z-index: 11;
}

.propertyBoardContent .nextButton:hover {
    background-position: -321px -256px;
}

.propertyBoardContent .prevButton:hover {
    background-position: -268px -256px;
}

.buttonNav {
    display: block;
    text-align: center;
    width: 100%;
    margin: 3px auto 5px auto;
}

    .buttonNav .bullet {
        width: 8px;
        height: 8px;
        border-radius: 1em;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        -o-border-radius: 1em;
        background: #a3a3a3;
        display: inline-block;
        margin-right: 6px;
        cursor: pointer;
    }

    .buttonNav .bulletActive {
        background: #15800a;
    }

@media only screen and (max-width: 730px) {
    .siteWrapper .propertyBoardContent ul {
        max-width: 380px;
    }
}

@media only screen and (max-width: 356px) {
    .siteWrapper .propertyBoardContent ul {
        max-width: 380px;
    }
}
