/*general*/

@font-face {
    font-family: 'AvenirLTStd';
    src: url('Avenir/AvenirLTStd-Medium.eot');
    src: url('Avenir/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), url('Avenir/AvenirLTStd-Medium.woff') format('woff'), url('Avenir/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) */

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('Avenir/AvenirLTStd-Heavy.eot');
    src: url('Avenir/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('Avenir/AvenirLTStd-Heavy.woff') format('woff'), url('Avenir/AvenirLTStd-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    background-color: white;
}


.img-thumbnail {
    border-radius: 0px;
    padding: 2px;
    margin-bottom: 5px;
}

h1, h2, h3, h4 {
    margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Clarendon BT W01 Roman', 'Times New Roman','serif';
    color: #000000;
}

.txtOffice {
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.txtPID {
    margin-top: 10px;
}

.txtAddressProp {
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 400;
    margin-top: 10px;
}

.txtSuburbProp {
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 700;
}

.txtPrice {
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 700;
    margin-top: 15px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

.boxGrey {
    background: #ddd;
    padding: 20px;
    font-size: 14px;
    color: Black;
    margin-bottom: 20px;
}

.Height1 {
    height: 423px;
}

.Height2 {
    height: 323px;
}

@media (max-width: 1199px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }
}

hr {
    margin: 15px 0px;
    border: none;
    border-bottom: 1px solid #333;
}

input[type=text], input[type=email], textarea {
    border: 0 !important;
    width: 100%;
    margin-bottom: 10px;
    background: #ddd !important;
    border-radius: 0 !important;
    color: Black;
    padding: 10px;
    box-shadow: none !important;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        background: #ccc !important;
        box-shadow: none;
        outline: 0 none;
    }

.txtKeyword {
    padding: 18px !important;
}

.btnViewAll {
    padding: 18px !important;
    padding-right: 100px !important;
    color: White;
    width: 100%;
    background: #343333 url('../images/arrow.png') right center no-repeat;
    border: 0px;
    -webkit-background-size: 51px 42px;
    -moz-background-size: 51px 42px;
    -o-background-size: 51px 42px;
    background-size: 51px 42px;
}

    .btnViewAll:hover {
        background-color: #000;
    }

.btnSearch {
    padding: 18px 0px !important;
    color: White;
    width: 100%;
    background: #343333 url('../images/magnify.png') center center no-repeat;
    border: 0px;
    -webkit-background-size: 41px 40px;
    -moz-background-size: 41px 40px;
    -o-background-size: 41px 40px;
    background-size: 41px 40px;
}

    .btnSearch:hover {
        background-color: #000;
    }

.btnGrey,
a.btnGrey:link, a.btnGrey:visited {
    background: none;
    border: 0;
    display: block;
    padding: 10px 0px;
    background: #eeeeee;
    color: #292b29;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 400;
    font-size: 14px;
}

    .btnGrey:hover, a.btnGrey:hover {
        background: #8acccb;
        color: White;
    }

.btnGreyInline,
a.btnGreyInline:link, a.btnGreyInline:visited {
    background: none;
    border: 0;
    display: inline-block;
    padding: 10px 25px;
    background: #eeeeee;
    color: #292b29;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 400;
    font-size: 14px;
}

    .btnGreyInline.selected, a.btnGreyInline.selected,
    .btnGreyInline:hover, a.btnGreyInline:hover {
        background: #8acccb;
        color: White;
    }



.btnGreen,
a.btnGreen:link, a.btnGreen:visited {
    background: none;
    border: 0;
    display: block;
    padding: 10px 0px;
    background: #8acccb;
    color: White;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 400;
}

    .btnGreen:hover, a.btnGreen:hover {
        background: #292b29;
    }

a.btnGreen.EmailAgent:link, a.btnGreen.EmailAgent:visited {
    background: #8acccb url('../images/t_mailW.png') center right no-repeat;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 10px;
    -webkit-background-size: 33px 30px;
    -moz-background-size: 33px 30px;
    -o-background-size: 33px 30px;
    background-size: 33px 30px;
}

.btnGreen.About {
    width: 75%;
    margin: auto;
}

@media (max-width:991px) {
    .btnGreen.About {
        width: 90%;
        margin: auto;
    }
}

@media (max-width:767px) {
    a.btnGreen.EmailAgent:link, a.btnGreen.EmailAgent:visited {
        padding: 5px 10px;
        font-size: 14px;
    }

    .AgentPic img {
        height: auto !important;
        min-height: inherit !important;
    }
}

a.btnGreen.EmailAgent:hover {
    background: #292b29 url('../images/t_mailW.png') center right no-repeat;
    -webkit-background-size: 33px 30px;
    -moz-background-size: 33px 30px;
    -o-background-size: 33px 30px;
    background-size: 33px 30px;
}

.btnGreen.Inline, a.btnGreen.Inline {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .btnGreen.Inline, a.btnGreen.Inline {
        display: inline-block;
        padding: 10px 10px;
        margin-top: 0px;
    }
}

.colSpL {
    width: 90%;
    float: left;
    padding-left: 15px;
}

.colSpR {
    width: 10%;
    float: left;
    padding-right: 15px;
}

@media (max-width:1200px) {
    .colSpL {
        width: 85%;
        float: left;
    }

    .colSpR {
        width: 15%;
        float: left;
    }
}

@media (max-width: 991px) {
    .colSpL {
        width: 82%;
        float: left;
    }

    .colSpR {
        width: 18%;
        float: left;
    }
}

@media (max-width: 480px) {
    .colSpL {
        width: 80%;
        float: left;
    }

    .colSpR {
        width: 20%;
        float: left;
    }
}

label {
    font-weight: normal;
    padding-top: 5px;
}

.form-horizontal .form-group {
    margin-bottom: 0px;
}

a.btn-default:hover {
    background: #003768;
    color: white;
}

.mrgBtm20 {
    margin-bottom: 20px;
}

.gap {
    height: 25px;
}

.clrRed {
    color: Red;
}

.clrGreen {
    color: #8acccb;
}

.clrBlack {
    color: #000000;
}

.clrWhite {
    color: #fff;
}

.nomargin {
    margin: 0px;
}



@media (max-width: 767px) {
    .XSPullLeft {
        text-align: left;
    }

    .XSPullCenter {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .SMPullLeft {
        text-align: left;
    }

    .SMPullCenter {
        text-align: center;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .SMOnlyPullCenter {
        text-align: center;
    }
}

a:focus {
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #8acccb;
    /*color: #5EA5A2;*/
}

a:hover {
    text-decoration: none;
    color: #000000;
}

a.navWhite:link, a.navWhite:visited {
    text-decoration: none;
    color: #ffffff;
}

a.navWhite:hover {
    text-decoration: none;
    color: #00aaa6;
}

a.navBlack:link, a.navBlack:visited {
    text-decoration: none;
    color: #000000;
}

a.navBlack:hover {
    text-decoration: none;
    color: #8acccb;
}

.Sidebar a:link, .Sidebar a:visited {
    text-decoration: none;
    color: #ede2c5;
}

.Sidebar a:hover {
    text-decoration: none;
    color: #fff;
}

a.back-to-top:link, a.back-to-top:visited {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background: #003d1e url("../images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid White;
}

a:hover.back-to-top {
    background-color: #003d1e;
}
/*no gutter*/
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/*inbetween sm and xs*/

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.visible-ms {
    display: none;
}

@media (min-width: 480px) and (max-width: 767px) {
    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11 {
        float: left;
    }

    .col-ms-1 {
        width: 8.33333%;
    }

    .col-ms-2 {
        width: 16.66667%;
    }

    .col-ms-3 {
        width: 25%;
    }

    .col-ms-4 {
        width: 33.33333%;
    }

    .col-ms-5 {
        width: 41.66667%;
    }

    .col-ms-6 {
        width: 50%;
    }

    .col-ms-7 {
        width: 58.33333%;
    }

    .col-ms-8 {
        width: 66.66667%;
    }

    .col-ms-9 {
        width: 75%;
    }

    .col-ms-10 {
        width: 83.33333%;
    }

    .col-ms-11 {
        width: 91.66667%;
    }

    .col-ms-12 {
        width: 100%;
    }

    .col-ms-push-1 {
        left: 8.33333%;
    }

    .col-ms-push-2 {
        left: 16.66667%;
    }

    .col-ms-push-3 {
        left: 25%;
    }

    .col-ms-push-4 {
        left: 33.33333%;
    }

    .col-ms-push-5 {
        left: 41.66667%;
    }

    .col-ms-push-6 {
        left: 50%;
    }

    .col-ms-push-7 {
        left: 58.33333%;
    }

    .col-ms-push-8 {
        left: 66.66667%;
    }

    .col-ms-push-9 {
        left: 75%;
    }

    .col-ms-push-10 {
        left: 83.33333%;
    }

    .col-ms-push-11 {
        left: 91.66667%;
    }

    .col-ms-pull-1 {
        right: 8.33333%;
    }

    .col-ms-pull-2 {
        right: 16.66667%;
    }

    .col-ms-pull-3 {
        right: 25%;
    }

    .col-ms-pull-4 {
        right: 33.33333%;
    }

    .col-ms-pull-5 {
        right: 41.66667%;
    }

    .col-ms-pull-6 {
        right: 50%;
    }

    .col-ms-pull-7 {
        right: 58.33333%;
    }

    .col-ms-pull-8 {
        right: 66.66667%;
    }

    .col-ms-pull-9 {
        right: 75%;
    }

    .col-ms-pull-10 {
        right: 83.33333%;
    }

    .col-ms-pull-11 {
        right: 91.66667%;
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%;
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%;
    }

    .col-ms-offset-3 {
        margin-left: 25%;
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%;
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%;
    }

    .col-ms-offset-6 {
        margin-left: 50%;
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%;
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%;
    }

    .col-ms-offset-9 {
        margin-left: 75%;
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%;
    }

    .col-ms-offset-11 {
        margin-left: 91.66667%;
    }

    .hidden-ms {
        display: none !important;
    }

    .visible-ms {
        display: block !important;
    }
}

/*5 column*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* columns of same height styles */

.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* vertical alignment styles */

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/*Home*/


.circles {
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    /*background: #eceded;*/
    background: #ddd;
    height: 300px;
    width: 300px;
    margin: auto;
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #000;
    text-align: center;
    cursor: pointer;
}

    .circles:hover {
        background: Black;
        color: White;
    }

.imgCircle {
    width: 30%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}

.titleCircle {
    font-size: 36px;
    line-height: 100%;
    font-family: 'Clarendon BT W01 Light1119362', 'Times New Roman','serif';
}

.textCircle {
    padding: 10px 40px;
}

@media (max-width: 1199px) {
    .circles {
        width: 265px;
        height: 265px;
    }

    .titleCircle {
        font-size: 30px;
        line-height: 100%;
    }
}

@media (max-width: 991px) {
    .circles {
        width: 202px;
        height: 202px;
    }

    .imgCircle {
        width: 23%;
    }

    .titleCircle {
        font-size: 26px;
        line-height: 100%;
    }

    .textCircle {
        font-size: 13px;
        padding: 8px 30px;
    }
}

@media (max-width: 767px) {
    .circles {
        width: 260px;
        height: 260px;
        margin-bottom: 20px;
    }

    .titleCircle {
        font-size: 36px;
    }

    .textCircle {
        font-size: 16px;
        padding: 10px 40px;
    }
}

.bbcWrap {
    padding: 0px !important;
}

.bbc {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 3px;
}

.WraptxtListing {
    padding-bottom: 10px;
}

.bbc img {
    width: 40px;
}

@media (min-width:991px) and (max-width:1200px) {
    .bbc img {
        width: 33px;
    }
}

@media (max-width:990px) {
    .bgSearch .bbc {
        font-size: 12px;
    }

        .bgSearch .bbc img {
            width: 33px;
        }
}

.bgNav {
    background: #8acccb url('../images/shadow.png') top center no-repeat;
    color: White;
    height: 46px;
}

    .bgNav a:link, .bgNav a:visited {
        padding: 12px 10px 13px 20px !important;
        display: inline-block;
        color: Black;
        text-decoration: none;
        font-size: 15px;
        font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
        font-weight: 400;
    }

    .bgNav a.active, .bgNav a:hover {
        color: White !important;
        background: Black !important;
    }

@media (max-width:767px) {
    .bgNav a:link, .bgNav a:visited {
        display: block;
    }

    #Panel2 a:link, #Panel2 a:visited {
        display: none;
    }

    #RightIconPart2 a:link, #Panel2 a:visited {
        display: block;
    }

    .no-gutter a:link, #Panel2 a:visited {
        padding: 0px !important;
    }

    .bgNav.Home a:link, .bgNav.Home a:visited {
        display: inline-block;
    }
}

.SubNav {
    margin-right: 52px;
}

    .SubNav a:link, .SubNav a:visited {
        margin: 32px 15px 0px 20px;
        display: inline-block;
        color: Black;
        text-decoration: none;
        font-size: 16px;
        border-bottom: 5px solid #ffffff;
        font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
        font-weight: 400;
    }

    .SubNav a.active, .SubNav a:hover {
        background: none;
        border-bottom: 5px solid #8accca;
    }

@media (max-width:1200px) {
    .bgNav a:link, .bgNav a:visited {
        font-size: 13px;
    }

    .SubNav a:link, .SubNav a:visited {
        margin: 30px 15px 0px 10px;
        font-size: 13px;
    }
}

@media (max-width:990px) {
    .SubNav {
        margin-right: -8px;
    }

        .SubNav a:link, .SubNav a:visited {
            margin: 25px 10px;
            font-size: 14px;
        }
}

@media (max-width:767px) {
    .SubNav {
        margin-right: 0px;
    }

        .SubNav a:link, .SubNav a:visited {
            margin: 10px 5px;
            font-size: 14px;
        }
}

.container {
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        padding-left: 80px !important;
        padding-right: 67px !important;
    }

        .container.Header {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
}

@media (min-width:990px) {
    .container {
        padding-left: 100px !important;
        padding-right: 67px !important;
    }

        .container.Header {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
}

@media (min-width:1200px) {
    .container {
        padding-left: 120px !important;
        padding-right: 67px !important;
    }

        .container.Header {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
}

@media (min-width:1500px) {
    .container {
        padding-left: 110px;
        padding-right: 67px !important;
    }

        .container.Header {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
}


.logo {
    width: 350px;
    margin: 20px 0px;
}

@media (max-width: 1500px) {
    .logo {
        width: 350px;
        margin: 20px 10px;
        left: 0px;
    }
}

@media (max-width: 1199px) {
    .logo {
        width: 320px;
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 250px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 250px;
        margin-left: 0px;
    }
}

.shadowBSRM {
    width: 100%;
    position: absolute;
    z-index: 2000;
}

.menuBSRM {
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 45px;
    cursor: pointer;
    padding: 5px 0px;
    margin-left: 20px;
}

.AllNavs {
    position: absolute;
    z-index: 9000;
    width: 300px;
    text-align: center;
    right: 0;
    border: 1px solid White;
    border-bottom: none;
    border-top: none;
    cursor: pointer;
    overflow: hidden;
}

    .AllNavs > a:link, .AllNavs > a:visited {
        background: #8acccb;
        color: White;
        text-align: left;
        border-bottom: 1px solid White;
        margin: 0;
        display: none;
    }

    .AllNavs > a:hover {
        color: #000000;
    }

@media (max-width: 767px) {

    .AllNavs > a:link, .AllNavs > a:visited {
        display: block;
    }
}

@media (max-width: 480px) {
    .AllNavs {
        width: 260px;
    }
}

.icon-bar {
    height: 5px;
    background: Black;
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 5px !important;
    display: block;
}

.menuBSRM.active {
    background: none;
}

    .menuBSRM.active .icon-bar, .menuBSRM:hover .icon-bar {
        background: #343333;
    }

/*
.WrapddBSRM{
    position:absolute;z-index:9000;width:300px;text-align:center;
    right:0;border:1px solid White; border-bottom:none; border-top:none;
    margin-top:-1px;
    
overflow:hidden;
}*/
.ddBSRM {
    background: #8acccb;
    padding: 15px 0px;
    cursor: pointer;
}

    .ddBSRM:hover {
        background: Black;
    }

    .ddBSRM.TL {
        border-left: 1px solid White;
        border-right: 1px solid White;
    }

    .ddBSRM.TR {
        border-left: 1px solid #8acccb;
        border-right: 1px solid White;
    }

    .ddBSRM.BL {
        border: 1px solid White;
    }

    .ddBSRM.BR {
        border: 1px solid White;
        border-left: 1px solid #8acccb;
    }

.DDIcon {
    width: 45%;
    margin: auto;
}

.titleDD {
    font-size: 28px;
    color: White;
    font-family: 'Clarendon BT W01 Light1119362', 'Times New Roman','serif';
}

.subtitleDD {
    font-size: 12px;
    color: White;
    font-family: 'Clarendon BT W01 Light1119362', 'Times New Roman','serif';
}

.bgHome {
    background-repeat: no-repeat;
    background-position: top center;
    height: 800px;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .bgHome {
        height: 700px;
    }
}

@media (max-width: 991px) {
    .bgHome {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .bgHome {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .bgHome {
        height: 300px;
    }

    .vertical {
        border-right: none !important;
        right: 0px !important;
    }
}


.bgHome.Buy {
    background-image: url('../images/bg_buy.jpg');
}

.bgHome.Sell {
    background-image: url('../images/bg_sell.jpg');
}

.bgHome.Rent {
    background-image: url('../images/bg_rent.jpg');
}

.bgHome.Manage {
    background-image: url('../images/bg_manage.jpg');
}

.bgHomeInner {
    text-align: center;
    padding: 30px;
    padding-top: 50px;
    height: 100%;
}

.bgHome:hover .bgHomeInner {
    background: rgba(0,0,0,0.5);
}

.bgHomeIcon {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

.titlebgHome {
    font-size: 45px;
    color: White;
    font-family: 'Clarendon BT W01 Light1119362', 'Times New Roman','serif';
    font-weight: normal;
}

.subtitlebgHome {
    font-size: 20px;
    font-family: 'Clarendon BT W01 Light1119362', 'Times New Roman','serif';
    color: White;
}

@media (max-width: 991px) {
    .titlebgHome {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .titlebgHome {
        font-size: 36px;
    }

    .bgHomeIcon {
        width: 55%;
    }
}

@media (max-width: 480px) {
    .titlebgHome {
        font-size: 26px;
    }

    .subtitlebgHome {
        font-size: 16px;
    }
}
/*Content*/

.linkFooter {
    margin-top: 40px;
}

    .linkFooter a:link, .linkFooter a:visited {
        color: #000000;
        text-decoration: none;
        padding: 3px 0px;
        display: inline-block;
        margin: 10px 12px;
        font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
        font-weight: 400;
        border-bottom: 5px solid #ffffff;
    }

    .linkFooter a.active, .linkFooter a:hover {
        background: none;
        border-bottom: 5px solid #8accca;
    }

.bgBlack {
    background: Black;
    padding: 30px 0px;
    color: white;
}

.bgBlackPopUp {
    background: Black;
    padding: 15px 15px 10px 15px;
    color: white;
    margin: 20px 0px;
}

.bgGreen {
    background: #8acccb;
    padding: 40px 0px;
    color: Black;
}

    .bgGreen.Photo {
        padding-bottom: 0px;
    }

        .bgGreen.Photo .linkFooter {
            margin-top: 0px;
            margin-top: -70px;
        }

            .bgGreen.Photo .linkFooter a:link, .bgGreen.Photo.linkFooter a:visited {
                border-bottom: none !important;
            }

@media (max-width: 1199px) {
    .bgGreen.Photo .linkFooter {
        padding-left: 160px;
    }
}

@media (max-width: 991px) {
    .bgGreen.Photo .linkFooter {
        padding-left: 0px;
    }
}

.SocialMediaAgent {
    font-size: 20px;
}

.txtAboutStaff {
    padding-right: 100px;
    padding-bottom: 50px !important;
}

@media (max-width: 1199px) {
    .txtAboutStaff {
        padding-right: 50px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .txtAboutStaff {
        padding-right: 0px;
        padding-bottom: 25px;
    }
}

.PhotoStaff {
    height: 740px;
    margin-bottom: 0px;
    margin-left: -80px;
}

    .PhotoStaff img {
        height: 100%;
    }

@media (max-width: 991px) {
    .PhotoStaff {
        overflow: hidden;
        height: 535px;
    }
}

@media (max-width: 767px) {
    .PhotoStaff {
        overflow: hidden;
        height: auto;
        width: 100%;
        margin-left: 0px;
    }

        .PhotoStaff img {
            height: auto;
            width: 100% !important;
        }
}

@media (max-width: 480px) {
    .PhotoStaff {
        overflow: hidden;
        height: 240px;
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
    }

        .PhotoStaff img {
            height: auto;
            width: 100% !important;
        }
}

.TeamWrap > div {
    margin-bottom: 30px;
}

.AgentPic {
    height: 190px;
    overflow: hidden;
}

.AgentText {
    font-family: 'Clarendon BT W01 Light1119362', 'Times New Roman','serif';
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
}

.AgentPosition {
    font-size: 14px;
}

.bgWhite {
    background: White;
    padding: 40px 0px;
    color: Black;
}

.bgInsideImage {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

@media (max-width: 767px) {
    .bgInsideImage {
        height: 350px;
    }
}

.bgInsideImage.Sell {
    background-image: url('../images/64 Leake St Peppermint Grove-8414.jpg');
}

.bgInsideImage.About {
    background-image: url('../images/21 Colonial Gdns Mosman Park-1491.jpg');
}

.bgInsideImage.Manage {
    background-image: url('../images/bgInside_Manage.jpg');
}

.bannerBlack {
    background: Black;
    color: #8acccb;
    font-family: 'Clarendon BT W01 Light1119362', 'Times New Roman','serif';
    width: 290px;
    padding: 40px 40px 140px 40px;
    font-size: 32px;
    position: absolute;
    z-index: 2000;
    margin-top: -46px;
}

@media (max-width: 991px) {
    .bannerBlack {
        width: 250px;
        padding: 40px 30px 120px 30px;
        font-size: 28px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .bannerBlack {
        width: 220px;
        padding: 40px 30px 100px 30px;
        font-size: 24px;
        margin-top: 0px;
        margin-left: 40px;
    }

    .Height1, .Height2 {
        height: auto;
    }
}
/*heading*/
#bannerApplecross {
    color: Red;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    #bannerApplecross {
        margin-top: 0px;
        font-size: 14px;
    }
}

.gapContact {
    height: 112px;
}

@media (max-width: 991px) {
    .gapContact {
        height: 0;
    }
}

.WrapHeader {
    border: none;
    border-radius: 0;
    margin: 0px;
    background: none;
    z-index: 9000;
    position: relative;
    width: 100%;
    background: url('../images/bar.png') top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.WrapNav {
    background: Black;
}

.logoInner {
    margin: 0;
    padding: 0;
    background: rgba(0,170,169,1);
    padding: 30px 20px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .logoInner img {
        width: 100%;
    }

.navbar-collapse {
    background: Black;
    padding: 0;
}


@media (max-width: 767px) {
    .logoInner {
        width: auto;
    }

        .logoInner img {
            width: 150px;
        }
}



.navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


    .navbar-nav a:link, .navbar-nav a:visited {
        background: none !important;
        color: #ffffff !important;
        font-size: 18px;
        padding: 12px 25px;
        text-transform: lowercase;
    }

    .navbar-nav a:hover {
        background: none !important;
        color: #00aaa6 !important;
    }

    .navbar-nav a.active {
        color: #ffffff !important;
    }


        .navbar-nav a.active:hover {
            color: #00d9d4 !important;
        }

@media (min-width: 769px) {
    .WrapNav .navbar-nav li {
        padding: 15px 0px;
    }

    .WrapNav .navbar-nav a:link, .WrapNav .navbar-nav a:visited {
        border-right: 1px solid White;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .WrapNav .navbar-nav .dropdown-menu a:link, .WrapNav .navbar-nav .dropdown-menu a:visited {
        border: none;
    }

    .navbar-nav li:last-child a:link {
        border: none;
    }
}

@media (max-width: 1199px) {
    .navbar-nav a:link, .navbar-nav a:visited {
        font-size: 18px;
        padding: 10px 25px;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        width: 100%;
    }

    .navbar-right {
        float: left !important;
    }

    .navbar-nav a:link, .navbar-nav a:visited {
        font-size: 16px;
        padding: 9px 20px;
    }

    .WrapNav .navbar-nav a:link, .WrapNav .navbar-nav a:visited {
        padding: 0px 15px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0px;
        width: 100%;
    }

    .WrapNav {
        background: none !important;
        margin: 0px;
        width: 100%;
    }

        .WrapNav .row .col-sm-12 {
            padding: 0;
            margin: 0;
        }

    .navbar-collapse {
        background: #00aaa6 !important;
        padding: 0;
        margin: 0;
    }

    .navbar-right {
        float: left !important;
    }

    .navbar-nav a:link, .navbar-nav a:visited {
        margin: 0;
        padding: 8px 10px 8px 10px !important;
        border-left: 4px solid #000 !important;
        font-size: 14px;
    }

    .navbar-nav a.active {
        color: #ffffff !important;
    }

        .navbar-nav a.active:hover {
            color: #00d9d4 !important;
        }
}

.dropdown-menu {
    z-index: 8000;
    border-radius: 0;
    width: 250px;
    left: 0 !important;
    margin-top: 0px;
    padding: 0;
    text-transform: lowercase;
    background: none;
}

    .dropdown-menu li {
        display: block;
        text-align: left;
        background: rgba(0,0,0,0.8);
    }

@media (min-width: 769px) {
    .WrapNav .dropdown-menu li {
        padding: 10px 0px;
    }
}

.dropdown-menu li a:link, .dropdown-menu li a:visited {
    width: 100%;
    display: inline-block;
    color: #ffffff !important;
    padding: 10px 20px;
}

.dropdown-menu li:hover > a {
    color: #00aaa6 !important;
}


@media (max-width: 1199px) {
    .dropdown-menu li a:link, .dropdown-menu li a:visited {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        left: 0px;
    }

        .dropdown-menu li {
            width: 100%;
            text-align: left;
            background: rgba(0,0,0,0.8);
        }

    .navbar-nav > li:first-child > ul.dropdown-menu {
        margin-left: 0px;
    }

    .navbar-nav li {
        text-align: left;
        display: block;
    }

    .navbar-collapse {
        background: #00aaa6;
    }

    .InnerPadding .navbar-collapse {
        margin-top: 0;
    }

    .navbar-nav a:link, .navbar-nav a:visited {
        color: #fff !important;
        font-size: 14px;
    }

    .navbar-nav a:hover {
        color: #00d9d4 !important;
    }

    .navbar-nav > li:first-child > a:link, .navbar-nav > li:first-child > a:visited,
    .navbar-nav a:link, .navbar-nav a:visited {
        padding-left: 30px;
        border-bottom: 1px solid #ddd;
    }
}

.toggleButton {
    display: none;
}

@media (max-width:767px) {
    .toggleButton {
        display: block;
        position: absolute;
        right: 20px;
        top: 80px;
        width: 42px;
        height: 42px;
        background: Black;
        color: white;
        z-index: 9000;
    }

        .toggleButton .icon-bar {
            display: block;
            margin: auto;
            width: 22px;
            height: 2px;
            border-radius: 1px;
            background: White;
        }

            .toggleButton .icon-bar + .icon-bar {
                margin-top: 4px;
            }
}

@media (max-width:480px) {
    .toggleButton {
        right: 20px;
        top: 60px;
        width: 40px;
        height: 40px;
    }

    .navbar-nav a:link, .navbar-nav a:visited {
        color: #fff !important;
        font-size: 13px;
    }
}

.TeamBox > div {
    margin-bottom: 20px;
}

/*footer*/
footer {
    margin: 0;
    background: #000000;
    color: #8accca;
    padding: 45px 0px 35px 0px;
    font-size: 11px;
    overflow: hidden;
}

.bottomFooter {
    line-height: 28px;
    vertical-align: bottom;
}

    .bottomFooter img {
        vertical-align: top;
    }

.footerTagline {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Clarendon BT W01 Light1119362', 'Times New Roman','serif';
}

.BarFooter {
    width: 100%;
    height: 36px;
    background: url('../images/blue_footer.png') center center repeat-x;
}


footer a:link, footer a:visited {
    color: #8accca;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footerLine {
    border: 0;
    border-top: 1px solid #8accca;
    margin: 10px 0px;
}

.SocialMedia a:link, .SocialMedia a:visited {
    color: #8accca;
    font-size: 20px;
    text-decoration: none;
    padding: 0px 5px;
    display: inline-block;
}

.SocialMedia a:hover {
    text-decoration: none;
    color: #ffffff;
}

/*Listing*/
.bgSearch {
    background: #eee;
    margin-bottom: 20px;
}

/*.pagination li a:link, .pagination li a:visited {
    color: #292b29;
}

.pagination li a:hover {
    background: #292b29;
    color: #fff;
}

.pagination li.active a {
    background: #8acccb;
    border: 1px solid #dddddd;
    color: white;
}

    .pagination li.active a:hover {
        background: #8acccb;
        border: 1px solid #dddddd;
        color: white;
    }*/

@media (max-width: 1199px) {
    .listingdesc {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .listingdesc {
        display: none;
    }
}

#ContactMap, #PropertyMap {
    width: 100%;
    height: 400px;
}

#LargerMap {
    width: 100%;
    height: 500px;
}

@media (min-width: 992px) {
    .vertLine {
        border-right: 1px solid #000;
    }
}
/*Property*/
.PropDesc {
    height: 240px;
    overflow: hidden;
}

.PropFeature {
    height: auto;
    overflow: hidden;
}

.showMore, .showMoreFeature {
    color: #8acccb;
    cursor: pointer;
    margin-top: 5px;
}

    .showMore.active, .showMoreFeature.active {
        background: none;
        color: #8acccb;
        cursor: pointer;
    }

.SliderPropL {
    width: 78%;
    padding-left: 15px !important;
    height: 500px;
    overflow: hidden;
}

.SliderPropR {
    width: 22%;
    padding-right: 15px !important;
    height: 500px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .SliderPropL {
        height: 470px;
        overflow: hidden;
    }

    .SliderPropR {
        height: 470px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .SliderPropL {
        width: 75%;
        height: auto;
        overflow: hidden;
    }

    .SliderPropR {
        width: 25%;
        height: 320px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .SliderPropL {
        width: 100%;
        padding-right: 15px !important;
        height: auto;
        overflow: hidden;
    }
}

.controlBtn {
    position: absolute;
    z-index: 2000;
}

    .controlBtn.Left {
        margin-top: 30%;
        left: 20px;
    }

    .controlBtn.Right {
        margin-top: 30%;
        right: 10px;
    }

@media (max-width: 991px) {
    .controlBtn img {
        width: 30px;
    }
}

@media (max-width: 767px) {

    .controlBtn.Right {
        margin-top: 30%;
        right: 20px;
    }
    .controlBtn.Left {
        margin-top: 30%;
        left: 20px;
    }
}

@media (max-width: 480px) {
    .controlBtn img {
        width: 20px;
    }
}

.controlBtn.Top {
    left: 37%;
    top: 10px;
}

.controlBtn.Bottom {
    left: 35%;
    bottom: 10px;
}

.boxPropDetail {
    background: #eee;
    padding: 10px 20px;
}

.Tools a:link, .Tools a:visited {
    background: none;
    color: #333;
    display: block;
    padding: 15px 0px;
    text-decoration: none;
    border-bottom: 1px solid #000;
    background-repeat: no-repeat;
    background-position: center right;
    font-weight: bold;
    font-size: 14px;
    -webkit-background-size: 26px 26px;
    -moz-background-size: 26px 26px;
    -o-background-size: 26px 26px;
    background-size: 26px 26px;
}


.Tools a:hover {
    text-decoration: none;
    color: #8acccb;
}

.Tools a.printBrochure {
    background-image: url('../images/t_print.png');
}

.Tools a.floorPlan {
    background-image: url('../images/t_floorplan.png');
}

.Tools a.emailFriend {
    background-image: url('../images/t_mail.png');
}

.Tools a.virtualTour {
    background-image: url('../images/t_slide.png');
}

.Tools a.suburbPricechart {
    background-image: url('../images/t_priceChart.png');
}

.Tools a.suburbInfo {
    background-image: url('../images/t_suburbInfo.png');
}


.formPopUp {
    padding: 10px;
    overflow: hidden;
    color: Black;
}


.txtAddress {
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 400;
    margin-top: 10px;
    font-size: 16px;
}

.txtSuburb {
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.txtPriceL {
    font-family: 'Montserrat','AvenirLTStd-Heavy', 'Arial',sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0px 0px 0px;
}

.txtHomeOpen {
    color: #8acccb;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
}

.txtListing {
    padding: 20px;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 13px;
}

@media (max-width: 480px) {
    .txtListing {
        padding: 20px;
        padding-top: 10px;
    }
}
/*content*/
.rowGrey {
    background: #ddd !important;
    margin-bottom: 2px;
    margin-right: 0px;
    margin-left: 0px;
}

.col1 {
    width: 65%;
    float: left;
    padding: 5px 10px;
}

.col2 {
    width: 20%;
    float: left;
    padding: 5px 10px;
}

.col3 {
    width: 15%;
    float: left;
    text-align: center;
}

@media (max-width: 480px) {
    .col1 {
        width: 100%;
    }

    .col2 {
        width: 80%;
    }

    .col3 {
        width: 20%;
    }
}

a.linkView:link, a.linkView:visited {
    text-decoration: none;
    background-color: #8acccb;
    color: White;
    display: block;
    padding: 5px;
}

a.linkView:hover {
    text-decoration: none;
    background-color: #292b29;
}

.WrapddBSRM a:link, .WrapddBSRM a:visited {
    padding: 0px 0px !important;
}
/*
.overflowhide{overflow:hidden!important}*/

.picListing {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.bbcMap {
    margin-top: 5px;
}

.bbcMap {
    margin-top: 5px;
}

    .bbcMap img {
        width: 30px;
    }

.back {
    background: #ddd;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
    border-radius: 10px;
}

.flex-direction-nav .flex-next {
    border-left: 15px solid #8ACCCB !important;
}

.flex-direction-nav .flex-prev {
    border-right: 15px solid #8ACCCB !important;
}


.SliderPropL2 {
    width: 100%;
    padding-left: 15px !important;
    height: 580px;
    overflow: hidden;
}

@media (max-width: 740px) {
    .SliderPropL2 {
        height: 450px;
    }
}

@media (max-width: 670px) {
    .SliderPropL2 {
        height: 400px;
    }
}

@media (max-width: 568px) {
    .SliderPropL2 {
        height: 330px;
    }
}

.SliderPropR2 {
    width: 100%;
    padding-right: 15px !important;
    overflow: hidden;
}

div.bxslider {
    margin-left: 25%;
    margin-right: 25%;
}

    div.bxslider img {
        width: 200px;
    }

.controlBtn.Left2 {
    left: 2%;
    top: 30px;
}

.controlBtn.Right2 {
    left: 94%;
    top: 30px;
}

@media print {
    a[href]:after {
        content: " (" attr(href) ")" !important;
    }

    a[href]:after {
        content: none !important;
    }
}

.teammember {
    height: 480px;
}

@media (max-width:767px) {
    .teammember {
        height: 260px !important;
    }
}

.pagination {
    margin: 0;
    /*margin-bottom: 30px;*/
}

    .pagination > span > a, .pagination > span > span {
        background-color: #fff;
        border: 1px solid #ddd;
        display: inline;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

    .pagination > span > a {
        color: #000 !important;
    }

    .pagination > span > span {
        color: #fff !important;
    }

        .pagination > span > a:first-child, .pagination > span > span:first-child {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            margin-left: 0;
            color: #000 !important;
        }

        .pagination > span > a:last-child, .pagination > span > span:last-child {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            color: #000 !important;
        }

    .pagination > span > span {
        background-color: #8acccb !important;
        color: #FFF;
        cursor: default;
        z-index: 2;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #00c2ff !important;
        border-color: #00c2ff !important;
        cursor: pointer;
    }

    .pagination > li > a, .pagination > li > span {
        cursor: pointer;
    }
