@import url("styles/Forms.css");
@import url("styles/Controls.css");
@import url("styles/PopUp.css");
@import url("styles/Print.css");
@import url("styles/Results.css");
@import url("styles/Colours.css");
@import url("styles/cssMenu.css");
@import url("styles/font.css");
@import url("styles/Microsite.css");
@import url("styles/Mobile.css");
@import url("styles/jQuery.css");

/* updates ireally sept 2021 */
@media only screen and (min-width: 600px) {
  #forgotpasslink {width:50%; padding-top:8px;
  }
}

/* General */
body {
    margin: 0;
}

    body ul {
        padding-left: 15px;
    }

main {
	clear:both;
}

/*h1 {
}*/

h2, h3 {
    margin: 14px 0px 10px 0px;
}

p {
    margin: 5px 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a img, .objNoBorder {
        border: none;
    }

.divContainer {
    width: 100%;
    min-width: 320px;
    max-width: 960px;
    margin: auto;
    position: relative;
}

.divNewsContainer {
    position: relative;
    width: 100%;
    max-width: 830px;
}
.divHeaderBar {
    width: 100%;
    z-index: 100;
    background-color: #CFE6C0;
    /* height: 160px;*/
}

.divHeaderTop {
    height: 115px;
}
.divHeaderContact{
    width:auto;
    margin-right:2%;
    float:left
}
.divHeaderContactBlock {
    padding: 5px 15px;
}

    .divHeaderContactBlock img {
        height: 20px;
        width: 20px;
        margin-right: 10px;
        margin-top: 5px;
        padding: 7px;
        float: left;
        background-color: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.socialIcons a{
    padding: 0px 1px;
}

.topBar {
    height: 39px;
    margin-bottom: 10px;
}

.divHeaderLogo {
    width: 39%;
    float: left;
    margin-right: 2%;
    transition: all 0.5s ease;
}
.divHeaderLogo:hover{
    opacity:0.6;
}
.imgHeader {
    margin: 0 1%;
    float: left;
    width: 100%;
}

.divHeaderSocial {
    width: 28%;
    float: right;
}

.divLogin {
    float: right;
    padding: 10px 25px;
}

.socialIcons {
    float: right;
}
    .socialIcons img, .contactUsPanel .backGrey img {
        width: 30px;
    }
    .socialIcons img {
        transition: all 0.5s ease;
    }
        .socialIconsContact {
            padding: 15px 0;
            width: 100%;
        }
    .socialIconsContact img {
        width: 30px;
        transition: all 0.5s ease;
    }
    .socialIconsContact a {
        width: 30px;
        padding: 0 2.5%;
        text-align:center;
    }
            .socialIconsContact img:hover, .socialIcons img:hover {
                opacity: 0.6;
            }
.divHeaderNav {
    width: 100%;
    height: 45px;
}

.HomeBanner {
    background-size: cover;
    background-position: 50%;
}

.divHomeSearch {
    bottom: 0;
    background-color: rgba(50, 51, 51, 0.7);
}

.spanSearchOr {
    margin: 38px 1% 0 4%;
}

.divRefNoError {
    margin: 0 0 0 14%;
    float:left;
}

h2.backBlue {
    padding: 1%;
    box-sizing: border-box;
}

.truncate {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*Featured properties slider*/
.Banner_Image {
    width: 100%;
    height: 100%;
}

#divFeaturedRotator .rrItem > div {
    height: 100%;
}

/*News Panel*/
.divNewsPanel {
    width: 100%;
}

.divNewsItem {
    width: 100%;
    float: left;
    margin-bottom: 14px;
    height: 85px;
}

    .divNewsItem .divNewsText {
        padding: 2%;
        height: 96%;
        width: 50%;
        float: left;
        overflow: hidden;
        box-sizing: border-box;
    }

    .divNewsItem .imgNews {
        height: 100%;
        width: 40%;
        max-width: 100px;
        float: right;
    }

    .divNewsItem .imgMore {
        height: 100%;
        width: 10%;
        max-width: 20px;
        float: right;
    }
/*News Panel End*/

/*Featured News*/

.FeaturedNews {
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

.FNImage {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 250px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2b2b2b;
}

.FNBanner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4px 0 8px 0;
    background-color: rgba(241,90,39, 0.7);
}

    .FNBanner.Alt {
        background-color: rgba(115,81,162,0.7);
    }

    .FNBanner > div {
        margin: 0 auto;
        width: 264px;
    }

.FNText {
    max-height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
}

    .FNText p {
        text-align: center;
    }

.FNSharePanel {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: #ffffff;
    display: none;
}

.FNImageSingle {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
}

.FNBannerSingle {
    padding: 10px 20px;
    box-sizing: border-box;
}

    .FNBannerSingle > div {
        margin: 0 auto;
    }

    .FNBannerSingle img, .divNewsRepItem .obj100L img, .divNewsRepItem .obj80L img, .pNewsDate img {
        height: 15px;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }

.FNSharePanelSingle {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(115,81,162,1);
    display: none;
}

/*Blogs layout*/

.BlogItem {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 400px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2b2b2b;
    float: left;
    margin-bottom: 15px;
}

    .BlogItem.Featured {
        height: 400px;
        width: calc(66.66% - 15px);
        margin-right: 15px;
    }

        .BlogItem.Featured:nth-child(2), .BlogItem.Featured:nth-child(3) {
            height: 192.5px;
            width: 33.33%;
            margin-right: 0;
        }

    .BlogItem:nth-child(2) .BlogItemBanner {
        background-color: rgba(115,81,162,0.7);
    }

    .BlogItem:nth-child(3) .BlogItemBanner {
        background-color: rgba(15,181,191, 0.7);
    }

.BlogItemBanner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(241,90,39, 0.7);
    color: #fff;
}

    .BlogItemBanner > div {
        width: 50%;
        float: left;
    }

    .BlogItemBanner > .FNSharePanel {
        width: 100%;
    }

.BlogItem.Featured:nth-child(2) .BlogItemBanner > div, .BlogItem.Featured:nth-child(3) .BlogItemBanner > div {
    width: 100%;
}

    .BlogItem.Featured:nth-child(2) .BlogItemBanner > div > .FeatureButton, .BlogItem.Featured:nth-child(3) .BlogItemBanner > div > .FeatureButton {
        clear: none;
        float: left;
    }

.divBlogComment {
    border: 1px solid #ff6a00;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-bottom: 10px;
}

    .divBlogComment h2 {
        margin-top: 0;
        font-size: 12pt;
    }

    .divBlogComment p {
        margin-top: 0;
    }

/*Blogs layout end*/

.divFooterContainer {
    width: 100%;
    min-width: 320px;
    margin: auto;
    position: relative;
}

.divFooterImage {
    float: left;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
}

.divFooterSocial {
    float: left;
    padding: 0px 10px 10px;
}

    .divFooterSocial img {
        height: 30px;
    }

.divFooter .cssMenu {
    padding: 0;
    margin: 0;
}

    .divFooter .cssMenu li {
        list-style: none;
        list-style-image: none;
    }

.divFooterBar {
    width: 100%;
    float: left;
}

.divFooterLogoBar {
    margin: 20px 0;
    height: 75px;
    width: 100%;
    box-sizing: border-box;
}

.divFooterLogos {
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-width: 960px;
    margin: auto;
    position: relative;
}

    .divFooterLogos img {
        width: 100%;
        position: relative;
        transition: all 0.5s ease;
    }
    .divFooterLogos img:hover {
       opacity:0.6
    }

.divFooterIcons {
    position: absolute;
    width: 420px;
    left: calc(50% - 210px);
    top: -120px;
}

    .divFooterIcons > a > div {
        height: 120px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
        color: white;
        position: relative;
    }

        .divFooterIcons > a > div > img {
            display: block;
            width: 60px;
            position: absolute;
            bottom: 10px;
            left: calc(50% - 30px);
        }

.divFooterLinks {
    float: right;
}

.hypFooter {
    border-right: 1px solid #fff;
    padding: 0 5px;
}

.hypFooterLast {
    padding: 0 5px;
}
    .hypFooter:hover, .hypFooterLast:hover {
        color: #EB008C !important;
    }
/*.divCopyrightBar span {
        margin-right: 8%;
    }*/
.divCookie {
    background-color: #eeeeee;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #666666;
    width: 100%;
    z-index: 5000;
    text-align: left;
    box-sizing: border-box;
}

/*.secContent {
    width: 92%;
    padding: 0 4% 15px 4%;
    float: left;
}*/

.secContentBox {
    width: 100%;
    padding: 15px 0;
    float: left;
}

/*.secContentBox img {
        /*float: left;*/
/*margin-right: 7px;
    }*/

.secContentBoxAlt {
    width: 80%;
    padding: 15px 10%;
    float: left;
    /*line-height: 35px;*/
}

    .secContentBoxAlt img {
        float: left;
        margin-right: 7px;
    }


.divContentBoxInnerLeft {
    width: 49%;
    margin-right: 1%;
    float: left;
}

.divContentBoxInnerRight {
    width: 49%;
    margin-left: 1%;
    float: left;
}

.divInnerContent {
    width: 65%;
    float: none;
    margin: auto;
}

.obj30 {
    width: 30%;
}

.obj100 {
    width: 100%;
}

.obj10L {
    width: 10%;
    float: left;
}

.obj13L {
    width: 13%;
    float: left;
}

.obj15L {
    width: 15%;
    float: left;
}


.obj20L {
    width: 20%;
    float: left;
}
.obj20R {
    width: 20%;
    float: right;
}
.obj25L {
    width: 25%;
    float: left;
}
.obj25R {
    width: 25%;
    float: right;
}
.obj26L {
    width: 26%;
    float: left;
}
.obj30L {
    width: 30%;
    float: left;
}
.obj32L {
    width: 32%;
    float: left;
}
.obj33L {
    width: 33%;
    float: left;
}

.obj35L {
    width: 35%;
    float: left;
}

.obj40L {
    width: 40%;
    float: left;
}

.obj45R {
    width: 45%;
    float: right;
}

.obj50L {
    width: 50%;
    float: left;
}

.obj50R {
    width: 50%;
    float: right;
}

.obj60L {
    width: 60%;
    float: left;
}

.obj65L {
    width: 65%;
    float: left;
}

.obj70L {
    width: 70%;
    float: left;
}
.obj74L {
    width: 74%;
    float: left;
}
.obj75L {
    width: 75%;
    float: left;
}

.obj80L {
    width: 80%;
    float: left;
}

.obj85L {
    width: 85%;
    float: left;
}

.obj90L {
    width: 90%;
    float: left;
}

.obj95L {
    width: 95%;
    float: left;
}

.obj100L {
    width: 100%;
    float: left;
	clear:both;
}

.obj100LPad {
    width: 92%;
    padding: 4%;
    float: left;
}

.objR {
    float: right;
}

.objL {
    float: left;
}

.objMarginBtmSm {
    margin-bottom: 7px;
}

.objMarginBtm {
    margin-bottom: 10px;
}

.objMarginBtmLg {
    margin-bottom: 20px;
}

.objMarginBtmXLg {
    margin-bottom: 60px;
}

.objMarginTopSm {
    margin-top: 7px;
}

.objMarginTop {
    margin-top: 10px;
}

.objMarginTopLg {
    margin-top: 20px;
}

.objMarginTopXLg {
    margin-top: 60px;
}

.objMarginSm {
    margin: 7px 0;
}

.objMargin {
    margin: 10px 0;
}

.objMarginLg {
    margin: 20px 0;
}

.objMarginXLg {
    margin: 60px 0;
}

.objPadding {
    padding: 10px;
}

.objClear {
    clear: both;
}

.objRel {
    position: relative;
}

.objAbsolute {
    position: absolute;
}


.objHide {
    display: none;
}

.objOverHide {
    overflow: hidden;
}

.objInlBl {
    display: inline-block;
}

.objInline {
    display: inline;
}

.inputSearch {
    border: none;
    padding: 5px 10px;
}

/* Paging */
.divPagingBox {
    min-width: 12px;
    height: 15px;
    text-align: center;
    font-weight: bold;
    /* padding: 2px; */
    padding: 13px 8px;
    /* margin: 2px; */
    float: left;
    vertical-align: top;
}

    .divPagingBox img {
        position: relative;
        top: 1px;
        right: 0px;
    }

div.divPaging {
    display: block;
    /*margin-bottom: 5px;
      height: 25px;
      margin-top: 5px;*/
}

/*Paging for lower part of page*/
.divPagerLower div.divPaging {
    margin: 10px 0;
    padding: 10px 0;
    background-color: rgb(234,235,236);
}

.divPagerLower .objR {
    float: none;
    width: 180px;
    margin: auto;
}

/*Items and property results*/

.divPropResImg, .divContactResImg {
    position: relative;
    float: left;
    padding-top: 30px;
    width: 30%;
    height: 190px;
    overflow: hidden;
}

    .divPropResImg img {
        overflow: hidden;
    }

.divPropHeader {
    height: 300px;
    overflow: hidden;
}
.divPropResImgStatus {
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12pt;
    height: 32px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.divDetailsImgStatus {
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16pt;
}
.divViewProperty {
    width: 100%;
    height: 680px;
}
.divPropGridRef {
    bottom: 10px;
    right: 10px;
    font-size: 12pt;
}
.divSoldViewProperty {
    width: 100%;
    height: 250px;
}
.divViewPropertyLV {
    width: 100%;
    height: 100%;
}
.divPropItem{
    min-height: 240px;
    width:100%;
    float:left;
    margin-bottom:50px;
}
.btmLeft {
    position: absolute;
    bottom: 4%;
    left: 4%;
}

.btmRight {
    position: absolute;
    bottom: 4%;
    right: 4%;
}

.divContactResName {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.divContactResName {
    height: 34px;
}

.bold {
    font-weight: bold;
}
.divPropResDetails {
    /*height: 210px;*/
    width: 92%;
    padding: 2% 4%;
    float: left;
}
.divPropResDetailsLV {
    float: right;
    width: 63%;
    min-height: 180px;
    height: calc(100% / 1.6) !important;
    position: relative;
}

.divItem100 .divPropResDetails {
    height: 250px; /*extra height to retain spacing on slider resize*/
}

/*.divPropResDimensions {
    position: absolute;
    top: 0;
    right: 0;
}

.divPropResUses {
    position: absolute;
    bottom: 0;
    left: 0;
}
*/
.divPropResButtons {
    position: relative;
    bottom: 0;
    width: 63%;
    float: right;
    height: 44px;
}
.divPropResButtons50 {
    position: relative;
    float: left;
    width: 49%;
    height: 100%;
    margin-right: 1%;
}
.divPropResButtons50Last {
    position: relative;
    float: left;
    width: 49%;
    margin-left: 1%;
    height: 100%;
}
.divPropResButtonIcon {
    height: 100%;
    position:relative;
    float:left;
}

.divPropTextButtons {
    width: calc(100% - 52px);
    float: left;
}

.divPropBulletsGrid, .divPropBulletsList {
    font-size: 10pt;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
}

.divPropBulletsGrid {
    height:200px;
}

.divPropBulletsList {
    /* height: 145px; */
} 

.divPropBulletsGrid ul, .divPropBulletsList ul {
    margin-top: 0px;
}
.divPropContactContainer {
    position:relative;
    width:calc(100% - 20px);
    float:left;
    padding:10px;
}
.divContactResDetails {
    float: left;
    width: 94%;
    padding: 7px 3%;
    height: 140px;
    overflow: hidden;
}

.divPropertyContactWrapper {
    bottom: 19px;
}

.divPropAgentDetails {
    bottom: 0;
    margin-top: 8px;
    height: 42px;
}

.divItemContainer {
    position: relative;
}

.divItemTitle {
    line-height: 25px;
    height: 23px;
    padding: 7px 3%;
    width: 94%;
    float: left;
    overflow: hidden;
}

    .divItemTitle h2 {
        margin: 0px;
    }

.divItemImage {
    float: left;
    width: 100%;
    max-height: 220px;
    margin-bottom: 5px;
}

.imgInset {
    float: left;
    width: 94%;
    padding: 7px 3% 0 3%;
}

.divItemText {
    float: left;
    padding: 7px 3%;
    width: 94%;
    margin-bottom: 20px;
    /*min-height: 75px;*/
    overflow: hidden;
}

.divItemText66 {
    position: relative;
    float: left;
    padding: 7px 3%;
    width: 60%;
    height: 125px;
    overflow: hidden;
    padding-bottom: 20px;
    overflow: hidden;
}

.divItemUrl {
    float: right;
    height: 20px;
    padding-right: 20px;
    padding-bottom: 7px;
    margin-top: 2px;
    text-transform: uppercase;
}

.divItemEighth {
    float: left;
    width: 10.8%;
    margin: 0 1.93% 15px 0;
}

.divItemEighthLast {
    float: left;
    width: 10.8%;
    margin: 0 0 15px 0;
}

.divItemSixth {
    float: left;
    width: 14.667%;
    margin: 0 2% 15px 0;
}
.divItemSixthNMargin {
    float: left;
    width: 16.666%;
}
.divItemSixthLast {
    float: left;
    width: 14.667%;
    margin: 0 0 15px 0;
}

.divItem17 {
    float: left;
    width: 12%;
    margin: 0 4.4% 0 0;
    height: 100%;
}

.divItem17Last {
    float: left;
    width: 12%;
    margin: 0;
    height: 100%;
}

.divItem17 a {
    margin: auto;
}
.divItem17 a img:hover{
    color: #FFF;
}

.divItem17Search {
    float: left;
    width: 15.4%;
    margin: 0 2% 0 0;
    height: 100%;
}

.divItem16 {
    float: left;
    width: 14.2%;
    margin: 0 2% 15px 0;
}

.divItem15 {
    float: left;
    width: 13.3%;
    margin: 0 2% 15px 0;
}

.divItem20 {
    float: left;
    width: 18.4%;
    margin: 0 2% 15px 0;
}

.divItem20Last {
    float: left;
    width: 18.4%;
    margin: 0 0 15px 0;
}

.divItem25 {
    float: left;
    width: 23.5%;
    margin: 0 2% 15px 0;
}

.divItem25Last {
    float: left;
    width: 23.5%;
    margin: 0 0 15px 0;
}

.divItemAddShortlist {
    float: left;
    width: 32%;
    margin: 0 2% 15px 0;
}

.divItemAgentDetails {
    float: left;
    width: 32%;
    margin: 0 2% 15px 0;
}

.divItemViewDetails {
    float: left;
    width: 32%;
    margin: 0 0 15px 0;
}

.divItemAgentDetails div{
    padding: 0 10px;
} 

.divItem30 {
    float: left;
    width: 28.4%;
    margin: 0 2% 15px 0;
}

.divItem30Last {
    float: left;
    width: 28.4%;
    margin: 0 0 15px 0;
}

.divItem33 {
    float: left;
    width: 32%;
    margin: 0 2% 15px 0;
}

.divItem33Last {
    float: left;
    width: 32%;
    margin: 0 0 15px 0;
}

.divItem35 {
    float: left;
    width: 33%;
    margin: 0 2% 0 0;
}

.divItem37 {
    float: left;
    width: 35%;
    margin: 0 2% 0 0;
}

.divItem65Last {
    float: left;
    width: 63%;
    margin: 0 0 0 2%;
}

.hypPropViewDetails {
    color: #ffffff !important;
    -webkit-text-fill-color: rgb(255, 255, 255);
    width: 100%;
}

.divItem50 {
    float: left;
    width: 48%;
    margin: 0 2% 15px 0;
}

.divItem50Last {
    float: left;
    width: 50%;
    margin: 0 0 15px 0;
}

.divItem55 {
    float: left;
    width: 54%;
    margin: 0 2% 15px 0;
}

.divItem45Last {
    float: left;
    width: 44%;
    margin: 0 0 15px 0;
}

.divItem70 {
    float: left;
    margin: 0 2% 15px 2%;
    width: 66%;
}

.divItem80Last {
    float: left;
    width: 79.6%;
    margin: 0 0 15px 0;
}

.divItem100 {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.divItemMarginLg50, .divItemContact50 {
    float: left;
    width: 45%;
    margin: 0 10% 15px 0;
}

.divItemMarginLg50Last, .divItemContact50Last {
    float: left;
    width: 45%;
    margin: 0 0 15px 0;
}

.divItemContact140 {
    float: left;
    width: 130px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.divItem40 {
    float: left;
    width: 38%;
    margin-right: 2%;
}

.divItem60Last {
    float: left;
    width: 58%;
    margin-left: 2%;
}

.divItem60 {
    float: left;
    width: 58%;
    margin-right: 2%;
}


.divItem40Last {
    float: left;
    width: 38%;
    margin-left: 2%;
}

/*Property details image slider*/
.divImgSlide {
    width: 100%;
    height: 40px;
    text-align: center;
}

    .divImgSlide input {
        border: none;
    }

    .divImgSlide h2 {
        margin: 0;
    }

/*News repeater*/

.divNewsRepItem h3, .divNewsRepAltItem h3 {
    margin: 0 0 7px 0;
}

.divNewsRepText, .divNewsRepAltText {
    width: 75%;
    float: left;
    height: 120px;
    overflow: hidden;
    padding-top: 10px;
}

.divArticle a {
    text-decoration: underline;
}

.divRecentNews {
    padding: 10px 8px;
    background-color: #EBEBEB;
    font-size: 11pt;
    margin-bottom: 8px;
}

/*Property table*/
.tblProperty {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-spacing: 0px;
}

.tdPropertyImg {
    padding: 0;
    width: 25%;
}

.tdPropertyAddress {
    position: relative;
    margin-left: 0%;
    padding: 5px 1%;
}

.tdPropertyDets {
    position: relative;
    width: 45%;
    margin-left: 1%;
    padding: 5px 1% 5px;
}

.tdPropertySummary {
    position: relative;
    width: 30%;
    margin-left: 1%;
    padding: 5px 1% 5px;
}

.tdPropertyButtons {
    position: relative;
    width: 30%;
    margin-left: 1%;
    padding: 5px 1% 5px;
    vertical-align: bottom;
}

.tdPropertyDets h2 {
    margin-top: 0px;
}

.tdPropertyDets .NormalButton {
    position: absolute;
    bottom: 7px;
    right: 7px;
}

/**/
.imgStatus {
    position: absolute;
    top: 0px;
    left: 0px;
}

.btnToggle {
    height: 18px;
    width: 18px;
    line-height: 18px;
}

.h1Indent {
    padding-left: 4%;
}

.rrClipRegion li {
    list-style: none;
}

.imgNewsEvent, .imgBlogEvent {
    width: 96%;
}

/*Connectivity page text boxes*/

#divBoxes ul {
    padding-left: 15px;
    margin-top: 0px;
}

    #divBoxes ul li {
        list-style-image: none !important;
    }


/*Parent repeater item*/
.divParentRepItem {
    position: relative;
}

    .divParentRepItem img {
        width: 100%;
        float: left;
    }

    .divParentRepItem div {
        position: absolute;
        left: 0;
        bottom: 25px;
        max-width: 100%;
        height: 40px;
        /*padding: 6px;*/
        background-color: #b7bf10;
        overflow: hidden;
    }

        .divParentRepItem div h2 {
            margin: 0 15px;
            color: #ffffff;
            line-height: 40px;
        }

.pPropCostUnit, .pPropCostUnitLV {
    font-weight: normal;
}

.divServiceItem .obj100L {
    height: 130px;
}

.divServiceItem a {
    padding: 10% 20% 8%;
    box-sizing: border-box;
}

.divServiceItem.backRed a {
    color: #ffffff;
}

.divServiceItem img {
    clear: both;
    float: none;
    margin: 0;
    height: 50px;
}

.divPropTypeItem, .divServiceItem.skinBlue {
    height: 200px;
    text-align: center;
    border: 2px solid #F4F6FB;
    box-sizing: border-box;
}

    .divPropTypeItem a, .divServiceItem.skinBlue a {
        /*
        center image in fixed-size box
        discount 4px for top & bottom border height
    */
        height: 136px;
        padding-top: 60px;
        color: #30516F;
    }

    .divPropTypeItem img, .divServiceItem.skinBlue img {
        height: 60px;
        max-width: 100px;
    }

    .divPropTypeItem:hover, .divServiceItem.skinBlue:hover {
        background-color: #7FB9C4;
        border-color: #7FB9C4;
        cursor: pointer;
        transition: 0.318s ease-out;
    }

        .divPropTypeItem:hover a, .divServiceItem.skinBlue:hover a {
            color: #fff;
        }

/*Microsite*/
.divMicrositeHeader {
    width: 100%;
}

/*Addthis widget*/
.addthis_button_facebook {
    padding: 0 2px 0 0 !important;
}


/**** Ideal-image-slider ****/
.ideal-image-slider {
    position: relative;
    overflow: hidden;
}

.iis-slide {
    display: block;
    bottom: 0;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-indent: -9999px;
}

/* Slide effect */
.iis-effect-slide .iis-slide {
    opacity: 0;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.iis-effect-slide .iis-current-slide {
    opacity: 1;
    z-index: 1;
}

.iis-effect-slide .iis-previous-slide {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.iis-effect-slide .iis-next-slide {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.iis-effect-slide.iis-direction-next .iis-previous-slide,
.iis-effect-slide.iis-direction-previous .iis-next-slide {
    opacity: 1;
}

/* Touch styles */
.iis-touch-enabled .iis-slide {
    z-index: 1;
}

.iis-touch-enabled .iis-current-slide {
    z-index: 2;
}

.iis-touch-enabled.iis-is-touching .iis-previous-slide,
.iis-touch-enabled.iis-is-touching .iis-next-slide {
    opacity: 1;
}

/* Fade effect */
.iis-effect-fade .iis-slide {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
}

.iis-effect-fade .iis-current-slide {
    opacity: 1;
    z-index: 1;
}

/* Navigation */
.iis-previous-nav,
.iis-next-nav {
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 20;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.iis-previous-nav {
    right: 100px;
    background-image: url("img/imgSlidePrevious.png");
}

.iis-next-nav {
    background-image: url("img/imgSlideNext.png");
}

.ideal-image-slider:hover .iis-previous-nav,
.ideal-image-slider:hover .iis-next-nav {
    opacity: 0.8;
}

    .ideal-image-slider:hover .iis-previous-nav:hover,
    .ideal-image-slider:hover .iis-next-nav:hover {
        opacity: 1.0;
    }

/*******/
/* Prop details image slider */
.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 92px;
    opacity: 0.5;
    transition: all 0.2s;
}

    .jssort01 .p:hover {
        opacity: 1;
    }

    .jssort01 .p.pav {
        opacity: 1;
        box-shadow: inset 0 0 0 2px #000;
        box-sizing: border-box;
    }

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jssort01 .w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/**** Prop Details ****/

.propDetail, .propTitle, .propDetail a {
    color: #f15a27;
}

    .propDetail li {
        list-style: disc;
        padding: 2px 0;
    }

.propBanner {
    background: -moz-linear-gradient(left, rgba(115,81,162,1) 0%, rgba(132,116,155,1) 63%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(115,81,162,1) 0%,rgba(132,116,155,1) 63%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(115,81,162,1) 0%,rgba(132,116,155,1) 63%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    float: left;
    padding: 3px 20px;
    padding-right: 100px;
    box-sizing: border-box;
}

    .propBanner h2 {
        color: white;
    }

.divPropDetsStatus {
    line-height: 30px;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6689cc;
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
}

.hypOrange {
    text-decoration: underline !important;
}

.ServiceLink {
    float: left;
    width: calc(25% - 22.5px);
    margin: 30px 15px;
}

    .ServiceLink:first-child {
        margin-left: 0 !important;
    }

    .ServiceLink:last-child {
        margin-right: 0 !important;
    }

    .ServiceLink a:hover {
        text-decoration: underline;
    }

.tC {
    text-align: center;
}

.tL {
    text-align: left;
}

.tR {
    text-align: right;
}

.divTwitter {
    height: 320px;
    overflow-y: scroll;
    width: 100%;
}

.alternList {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

    .alternList ul {
        padding: 0;
    }

    .alternList li {
        list-style-position: inside;
        width: 100%;
        box-sizing: border-box;
        padding: 3px 2px;
    }

.divBannerImage {
    text-align: center;
    background-size: cover;
    background-position: 0% 40%;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.divServiceBanner {
    background-image: url(img/serviceBanner.jpg);
    padding: 30px 0px; /*overrides divBannerText padding to fit better around service icon*/
}

    .divServiceBanner img {
        height: 100px;
        float: left;
        padding-right: 20px;
    }

    .divServiceBanner h2 {
        margin: 0;
        float: left;
    }

.divBannerText {
    float: left;
    text-align: left;
    font-size: 24pt;
    box-sizing: border-box;
    margin: 38px 0;
}

.divBannerLabel {
    position: absolute;
    height: 120px;
    width: 100%;
    bottom: 0;
    background-color: rgba(50, 51, 51, 0.8);
    color: #fff;
}

    .divBannerLabel img {
        float: right;
        height: 40px;
        margin: 40px 0;
    }

.divNewsBanner, .divLandingBanner {
    background-color: #ffffff;
    overflow: hidden;
    min-height: 120px;
}

    .divNewsBanner img, divLandingBanner img {
        width: 100%;
        height: 100% !important;
        min-height: 120px;
    }

.divFNHeader {
    box-sizing: border-box;
    border-bottom: 5px solid #990100;
    padding: 10px 20px;
}

.divContactPanel {
    padding: 0;
    box-sizing: border-box;
}
.divContactsBar {
    height:15px;
}
.contactUsPanel .backGrey {
    padding: 1% 2%;
    box-sizing: border-box;
}

.contactUsPanel div.divBackMap {
    /*sizes seem a bit random
      but only combination where image is big enough to read and doesn't interfere with text on responsive*/
    background-size: 560px;
    background-repeat: no-repeat;
    background-position: 50%;
}

img.contactIcon {
    max-height: 24px;
    max-width: 24px;
}

img.contactIcon {
    padding: 3px 20px 3px 6px;
    margin: 3px;
}

div.cropCenter, a.cropCenter {
    width: 100%;
    float: left;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.divItem100 div.cropCenter, .divItem100 a.cropCenter.mobHeightAuto {
    height: 218px;
}

.divItemContact50 a .divOverlayText .divContactsText, .divItemContact50Last a .divOverlayText .divContactsText {
    padding-top: 35%;
}
.divItemContact140 a .divOverlayText .divContactsText, .divItemContact140 a .divOverlayText .divContactsText, .divItemSixth a .divOverlayText .divContactsText, .divItemSixthLast a .divOverlayText .divContactsText {
    padding-top: 20%;
}
img.cropCenter {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
}

.divPropImgLV img.cropCenter, .divPropImg img.cropCenter {
    width: unset !important;
    max-height: unset !important;
    max-width: unset !important;
    height: 100% !important;
}

.divPropGridShortlist {
    width: 82%;
    float: left;
}

.divHomeMain {
    /*set height to allow positioning of controls next to fixed-height twitter widget*/
    overflow: hidden;
}
.divHomeBackgroundLarge, .divHomeBackgroundMedium, .divHomeBackgroundSmall {
    background-size: cover;
    background-position: center center;
}

/*Page Banner setting*/

ul .divHomeBackgroundLarge, ul .divHomeBackgroundMedium, ul .divHomeBackgroundSmall {
    background-image: none !important;
}
.divHomeBackgroundLarge {
    padding-top: 500px ;
}

.divHomeBackgroundMedium {
    padding-top: 250px;
}

.divHomeBackgroundSmall {
    padding-top: 150px;
}


.objHeight100 {
    height: 100%;
}

.hypChildPage {
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
}

    .hypChildPage .divChildPage {
        height: 90px;
        width: 90px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
    }
        .hypChildPage .divSearchIcon {
            border-radius: 90px;
            height: 80px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            margin-bottom: 20px;
        }

.bBox {
    box-sizing: border-box;
}

.padL {
    padding-left: 5%;
}

.padR {
    padding-right: 5%;
}

.divOverlay, .divOverlayImg, .divOverlayText {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.divPropContainer:hover .divOverlay, .divContactContainer:hover .divOverlay, .divShowOverlay {
    opacity: 0.8 !important;
}
.divPropContainer:hover .divOverlayImg, .divContactContainer:hover .divOverlayText, .divShowOverlayText {
    opacity: 1 !important;
}
.imgPropertyIcon{
    height: 60px;
}
.divViewPropertyLabel{
    color:#FFF;
    text-align:center;
    position:relative;
    top: 400px;
    font-size:13pt;
    font-weight: bold;
}
.divSoldViewPropertyLabel {
    color: #FFF;
    text-align: center;
    position: relative;
    top: 165px;
    font-size: 13pt;
    font-weight: bold;
}
.divViewPropertyLabelLV {
    color: #FFF;
    text-align: center;
    position: relative;
    top: 170px;
    font-size: 13pt;
    font-weight: bold;
}
.imgPropertyCount {
    float: left;
    margin: 10px;
    width: 24px;
}

.imageL {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.landingList ul{
    padding-left: 20px;
}
.landingList ul li{
    list-style-image: none !important;
    padding-bottom:20px;
}

    .bold{
        font-weight:bold;
    }
.siteMap ul li{
    line-height:17pt
}
    .siteMap ul li a {
        color: #7F8185 !important;
    }
        .siteMap ul li a:hover {
            color: #3F3F40 !important;
        }
.faqHeader {
    font-weight: normal;
}
.FaqPdfLink {
    text-decoration:underline;
}
.FaqPdfLink:hover{
    color:#FFF;
}
.divQuestions ul {
    margin: 0;
    padding: 0;
}
    .divQuestions ul li{
        list-style:none !important;
    }
        .divQuestions ul li a {
            color: #3F3F40;
            cursor: pointer;
            background-color: #EBEBEB;
            padding: 10px 0px 10px 10px;
            margin: 4px 0;
            position: relative;
            display: block;
        }
        .divQuestions ul li a:hover, .divQuestions ul .questionSelected a {
            background-color: #CFE6C0;
        }
.divAnswers div {
    background-color: #CFE6C0;
    color: #3F3F40;
    padding: 10px;
    margin: 4px 0;
    min-height: 100%;
}
    .divAnswers div ul li {
        list-style: initial !important;
        margin-left:20px;
    }

.divCenterVertical {
    position: relative;
    float: left;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.divBottomVertical {
    position: relative;
    float: left;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

.divHomeSearchBtn{
    width:7%;
}

.divHeaderTopContainer{
    height: 85%;
    position:relative;
}

    .divHeaderTopContainer div {
        bottom: 0px;
    }

.divFeaturedPropBar {
    height: 31px;
    margin-top:5px;
    float: left;
    width: 100%;
}
.divFeaturedPropDesc, .divFeaturedPropDetails {
    float: left;
    padding: 2%;
    height: 100%;
}

.divFeaturedPropDesc {
    background-color: #3F3F40 !important;
    color: #ffffff;
    -webkit-text-fill-color: rgb(255, 255, 255);
    width: 64%;
    margin-right: 2%;
    height: 100%;
}

.divFeaturedPropDetails {
    background-color: #CFE6C0;
    color: #000000;
    width: 26%;
}

.ulNoListStyle, .ulNoListStyle li{
    padding-left:0 !important;
    list-style: none
}

.tblFeaturedSearches td {
     width: 50%;
   
}

.tblFeaturedSearches tr td {
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
}

.tblFeaturedSearches tr td:first-child {
    border-right: 4px solid #FFF;
}

    .tblFeaturedSearches tr td:last-child {
        border-left: 4px solid #FFF;
    }

.divNoHeader {
    margin: 0 30%;
}
.main {
    text-align: center;
}

#imgGooglePlus {
display: none;
}

p>a {
	text-decoration:underline;
	color:#EB008C;
}

/* AO Login/Header */

.account-header {
	padding:8px 0;
	background-color:#CFE6C0;
	border-bottom:solid 1px rgba(0,0,0,0.1);
}

.account-header ul {
	list-style:none;
	margin:0 0 0 -1rem;
	padding:0;
	overflow:auto;
}

.account-header ul>li {
	display:inline-block;
	padding-left:1rem;
}

.account-header ul>li>a {

}

#divMobileMenu.active {
	display:block !important;
}

/* AO Paginaton */

.divPagingBox.selectedBorder a {
	border:none !important;
	padding:0 !important;
}

/* AO Business Search Banner */

.business-search input.backPink.NormalButton {
	width:60px;
}

/* AO Business Details */

.business-details-gallery {
	margin-bottom:2rem;
}

.business-details-gallery .image {
	width:100%;
	padding-top:50%;
	background-color:rgba(0,0,0,0.1);
	background-size:cover;
	background-position:center;
	margin-bottom:2rem;
}

.business-details-gallery .multiple-items {
	display:flex;
	flex-flow:row wrap;
	margin-left:-16px;
	margin-top:-16px;
}

.business-details-gallery .multiple-items a {
	width:80px;
	display:block;
	padding-left:16px;
	padding-top:16px;
}

.business-details-gallery .multiple-items a>img {
	width:100%;
}

/* AO Business Listing - Grid */

.grid-display {
	display:none;
}

.gridViewResults .grid-display {
	display:block;
}

.gridViewResults .grid-display-none {
	display:none !important;
}

.mapViewResults .map-display-none {
	display:none !important;
}

.gridViewResults .business-results {
	clear:both;
	display:flex;
	flex-flow:row wrap;
	margin-left:-2rem;
}

.gridViewResults .business-listing {
	width:calc(33.33333333% - 2rem);
	flex-grow:0;
	flex-shrink:0;
	margin-left:2rem;
}

@media(max-width:768px) {
	.gridViewResults .business-results {
		margin-left:0;
	}

	.gridViewResults .business-listing {
		width:100%;
		margin-left:0;
	}
}

.gridViewResults .business-listing-image {
	width:100% !important;
}

.gridViewResults .business-listing-details {
	background:#ebebeb;
	width:calc(100% - 24px) !important;
	padding:12px;
}

.gridViewResults .divItem60Last {
	width:100%;
	margin:0;
}

.gridViewResults .divItemAddShortlist,
.gridViewResults .divPropResButtons {
	width:100%;
}

.divStatusIDResults
{
    background-color: #EB008C;
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 100;
    color: #FFF;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    padding-top: 5px;
}
a.multiSelect		{ width:96% !important; /*height:10px !important;*/ padding:10px !important; font-size:14px !important; border: solid 1px #aaa; /*margin-top: 8px !important;*/  }
.ui-menu-item .ui-corner-all {font-family: 'Lato', Arial, sans-serif !important;    font-size: 10pt !important;}

/* Contact Numbers (Mobile) */

.divHeaderContactMobile {
    display:none !important;
}

@media(min-width:660px) {
    .divBannerImage{
        background-image:url('/images/cms/homebanner.jpg');
        height:10px;
        padding: 150px 0;
    }
}

@media(max-width:660px) {

    .divBannerImage{
        background-image:url('/images/cms/homebanner_small.jpg');
        height:250px;
        padding-bottom:150px;
    }

    .divHeaderContactMobile {
        display:block !important;
        overflow:hidden;
        padding:.5rem 0;
    }

    .divHeaderContactMobile > .divHeaderContact {
        display:block !important;
        text-align:center;
    }

    .divHeaderContactMobile > .divHeaderContact h2 {
        font-size:10pt;
    }

}