/*general*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Muli:400,300,400italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);

body {
    font-family: Muli, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    background: #00aeef;
}

:focus {
    outline: none;
}

ul {
    font-size: 15px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #F78F1E;
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 99999;
    border-radius: 7px;
}

/*.back-to-top:hover {
        background-color: #9a8d6c;
        color: #ffffff;
    }*/

h1, h2 {
    margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, 'Century Gothic', Arial, Helvetica, sans-serif;
    color: #39a6ed;
    font-weight: 400;
    letter-spacing: -1px;
}

h1 {
    font-size: 31px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 18px;
}

.clrRed {
    color: #e22029;
}

.txtHomeOpen a .fa.fa-calendar {
    color: #fff;
}

@media (max-width: 1199px) {

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 17px;
    }
}

@media (max-width: 991px) {

    h1 {
        font-size: 23px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 15px;
    }

    h5 {
        font-size: 13px;
    }

    h6 {
        font-size: 13px;
    }
}

.wow {
    visibility: hidden;
}

hr {
    margin: 20px 0px;
    border: none;
    border-bottom: 1px dotted #ccc;
}

select {
    color: Black;
    margin-bottom: 4px;
    font-size: 12px;
    padding: 5px;
}

.selectSuburb {
    height: 185px !important;
    width: 100% !important;
}

.selectedSuburb {
    height: 60px !important;
    width: 100% !important;
}

input[type=checkbox] {
    margin: 9px 0px 9px 0px;
}

input[type=text], input[type=email], input[type=password], textarea {
    background: none;
    border: 1px solid #ccc !important;
    width: 100%;
    margin-bottom: 10px !important;
    background: #fff !important;
    color: Black;
    padding: 5px 10px;
    -webkit-box-shadow: 0px !important;
    -moz-box-shadow: 0px !important;
    box-shadow: 0px !important;
    -webkit-transition: border-color 1s ease;
    -moz-transition: border-color 1s ease;
    -o-transition: border-color 1s ease;
    -ms-transition: border-color 1s ease;
    transition: border-color 1s ease;
    margin-bottom: 25px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

input[type="text"]:disabled {
    color: #666;
}

input[type=radio] {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

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 {
    border-color: rgba(64, 145, 203, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(64, 145, 203, 0) !important;
    outline: 0 none !important;
}

label {
    font-weight: bold;
    padding-top: 5px;
}

.form-horizontal .form-group {
    margin-bottom: 0px;
}

.txtkeywordSearch {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    margin-bottom: 10px;
    padding: 8px !important;
    font-weight: normal !important;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.mrgBtm20 {
    margin-bottom: 20px;
}

.gap10 {
    height: 10px;
}

.gap {
    height: 25px;
}

.clrRed {
    color: #bd2026;
}

.clrBlue {
    color: #00aeef;
}

.clrOrange {
    color: #f78f1e;
}

.clrWhite {
    color: #fff;
}

.nomargin {
    margin: 0px;
}

.subtitle {
    font-family: 'Droid Serif','Times New Roman',serif;
    font-size: 24px;
    font-weight: bold;
}

@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: #00aeef;
}

a:hover {
    text-decoration: none;
    color: #f78f1e;
}

a.navBread:link, a.navBread:visited {
    text-decoration: none;
    color: #999;
}

a.navBread:hover {
    text-decoration: none;
    color: #333;
}

a.navBread.active:link, a.navBread.active:visited {
    color: #333;
    background: none;
}


.btnBlue,
a.btnBlue:link, a.btnBlue:visited {
    background: none;
    border: 0;
    background: #00aeef;
    color: White;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 6px 20px;
    margin-bottom: 0px;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
}

    .btnBlue:hover, a.btnBlue:hover {
        background-color: #f78f1e;
        color: White;
    }

.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: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background: #cccccc url("../images/arrowUp.png") no-repeat center 35%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid White;
}

a:hover.back-to-top {
    background-color: #666666;
}*/
/*no gutter*/
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.smaller-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
}


/*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;
    }
}

@media (max-width: 480px) {
    .hidden-xxs {
        display: none !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: 991px) {
    .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: 991px) {
    .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;
}

/*heading*/

.navbar {
    background: #00aeef;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.logo {
    background: none;
    width: 90%;
    display: inline-block;
    padding: 8px 20px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

    .logo img {
        float: none;
        width: 100%;
    }

    .logo.scrolledDown {
        width: 50%;
    }


.phoneheader.scrolledDown {
    margin-top: 13px;
}

@media (max-width: 1199px) {
    .logo.scrolledDown {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 95%;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 230px;
        padding: 10px 0px;
    }

        .logo.scrolledDown {
            width: 200px;
        }

        .logo img {
            float: none;
            width: 50%;
        }

    .phoneheader {
        font-size: 12px;
        margin-top: 3px!important;
    }
}

.navbar-toggle {
    margin-top: 20px;
    display: none;
    background: #00aeef;
    border: 0px solid White;
    position: absolute;
    left: 0;
}

@media (max-width:991px) {
    .navbar-toggle {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        border-radius: 0;
        display: block !important;
        left: 0;
        margin-top: 0;
        position: absolute;
        top: 66px;
        width: 100%;
    }

        .navbar-toggle.scrolledDown {
            top: 57px;
        }
}

.txtMenu {
    margin-left: 5px;
    color: White;
    display: inline-block;
}

.bars {
    display: inline-block;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: White !important;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-header {
    float: none !important;
    text-align: center;
}

a.facebook-top:link,
a.facebook-top:visited {
    color: White;
    font-size: 30px;
    line-heigth: 100%;
    display: inline-block;
    margin-top: 15px;
    border: 1px solid White;
    padding: 2px 15px 0px 15px;
}

a.facebook-top:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    a.facebook-top:link,
    a.facebook-top:visited {
        margin-top: 7px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    a.facebook-top:link,
    a.facebook-top:visited {
        margin-top: 15px;
        font-size: 24px;
    }
}

.navbar-collapse {
    padding: 0 !important;
    padding: 10px;
    overflow: hidden;
    background: none;
}


.wrapNav {
    background: #00aeef;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.navbar-nav {
    margin: auto;
    float: none !important;
}


.navbar {
    margin: 0px;
}

.navbar-nav {
    margin: auto;
    float: none !important;
    text-align: center;
}


    .navbar-nav li {
        float: none !important;
        display: inline-block;
        margin-left: -4px;
        text-transform: uppercase;
        text-align: center;
        font-family: Raleway, Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .navbar-nav a:link, .navbar-nav a:visited {
        color: #fff !important;
        font-size: 16px;
        padding: 12px 20px 12px 20px;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        position: relative;
    }

    .navbar-nav > li > a:hover {
        background: none;
        color: #f78f1e !important;
    }

        .navbar-nav > li > a:hover::after,
        .navbar-nav > li > a:focus::after {
            height: 3px;
            width: 100%;
            opacity: 1;
        }


    .navbar-nav a.active {
        background: #f78f1e;
        color: #fff !important;
    }

        .navbar-nav a.active:hover {
            background: #f78f1e;
            color: #fff !important;
        }


.dropdown {
    position: relative !important;
}

.dropdown-menu {
    z-index: 9999;
    background: none;
    padding-top: 0px;
    color: #000000;
    -moz-box-shadow: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    border: 0;
    padding: 0px;
}

    .dropdown-menu li {
        display: block;
        text-align: left;
        background: #fff !important;
    }

    .dropdown-menu > li {
        border-bottom: 1px dotted #aaaaaa;
    }

        .dropdown-menu > li:last-child {
            border-bottom: none;
        }


    .dropdown-menu li a:link, .dropdown-menu li a:visited, .dropdown-menu li a[data-fancybox-href] {
        padding: 5px 24px;
        display: block;
        color: #666 !important;
        font-size: 14px;
        border-right: none;
        background: none !important;
        text-transform: none;
    }

    .dropdown-menu li a:hover {
        color: #f78f1e !important;
    }


@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: none;
    border-color: White;
}

@media (max-width: 1199px) {
    .navbar-nav a:link, .navbar-nav a:visited {
        padding: 12px 15px 12px 15px;
        font-size: 14px;
    }

    .dropdown-menu li a:link, .dropdown-menu li a:visited {
        padding: 5px 15px 5px 15px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .navbar-nav a:link, .navbar-nav a:visited {
        padding: 12px 8px;
        font-size: 13px;
    }

    .dropdown-menu li a:link, .dropdown-menu li a:visited {
        padding: 5px 10px 5px 10px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        height: 215px;
    }

    .navbar-collapse {
        margin-top: 38px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: absolute !important;
        z-index: 9000;
        left: 0px !important;
        top: 0px;
        padding: 0;
        width: 100% !important;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.scrolledDown {
            margin-top: 38px;
        }

    .navbar-nav li {
        float: none;
        display: block;
        background: #ffffff;
    }

    .navbar-nav > li {
        border-bottom: 1px dotted #cccccc;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .navbar-nav a:link, .navbar-nav a:visited {
            padding: 5px 30px !important;
            font-size: 14px;
            color: #333333 !important;
            text-align: left;
            width: 100%;
        }

        .navbar-nav > li > a:hover {
            background: none;
            color: #333333 !important;
        }


        .navbar-nav a.active {
            background: #f78f1e;
            color: #fff !important;
        }

            .navbar-nav a.active:hover {
                background: #f78f1e;
                color: #fff !important;
            }

        .navbar-nav li:last-child a:link, .navbar-nav li:last-child a:visited {
            border-bottom: none;
        }

    .caret {
        display: inline-block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-collapse.collapse.in { /* NEW */
        display: block !important;
    }

    .navbar-nav .open .dropdown-toggle:link,
    .navbar-nav .open .dropdown-toggle:visited {
        color: #f78f1e !important;
        background: #ffffff !important;
        border-bottom: 1px dotted #f78f1e !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 45px !important;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .dropdown-menu li.title {
        font-size: 12px !important;
    }

    .dropdown-menu > li {
        width: 100%;
        text-align: left;
    }
}

.GapForHeader {
    height: 210px;
}

@media (max-width:1199px) {
    .GapForHeader {
        height: 180px;
    }
}

@media (max-width:991px) {
    .GapForHeader {
        height: 150px;
    }
}

@media (max-width:767px) {
    .GapForHeader {
        height: 110px;
    }
}


/*Home*/

.bgHome {
    background-repeat: no-repeat;
    background-position: top center;
    height: 550px;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 180px;
}

@media (max-width: 1199px) {
    .bgHome {
        padding-top: 150px;
    }
}

@media (max-width: 991px) {
    .bgHome {
        height: 480px;
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .bgHome {
        height: 600px;
        padding-top: 40px;
        background-attachment: initial;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
}

.box-free-appraisal {
    background: #e10b29;
    color: #ffffff;
    padding: 5px;
    height: 103px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
}

    .box-free-appraisal.blue {
        background: #1dafec;
    }

    .box-free-appraisal > div {
        height: 100%;
        border: 1px solid rgba(66,66,66,0.4);
        padding: 10px;
    }

@media (max-width: 1199px) {
    .box-free-appraisal {
        height: auto;
        width: 100%;
        padding: 5px;
    }
}

.box-free-appraisal .title {
    font-size: 18px;
    font-family: Montserrat, 'Century Gothic', Arial, Helvetica, sans-serif;
    line-height: 100%;
    margin-bottom: 5px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}

.box-free-appraisal .fa-arrow-right {
    font-size: 25px;
    color: #00aeef;
    margin-top: 30px;
}

.box-free-appraisal.blue .fa-arrow-right {
    color: White;
}

@media (max-width: 1199px) {
    .box-free-appraisal .title {
        margin-bottom: 0px;
        margin-right: 15px;
        display: inline-block;
    }

    .box-free-appraisal .fa-arrow-right {
        font-size: 18px;
        color: #00aeef;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .box-free-appraisal .title {
        margin-bottom: 10px;
        margin-right: 0px;
        display: block;
    }

    .box-free-appraisal .fa-arrow-right {
        font-size: 18px;
        color: #00aeef;
        margin-top: 0px;
    }
}

.bgInner {
    background: #f7f7f7;
    height: 150px;
    width: 100%;
    display: table;
    position: relative;
}

.textBgInner {
    height: 100%;
    display: table-cell;
    color: #333;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}

.bgTransp {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(66,66,66,0.5);
}

.titleSearchBoxHome {
    font-size: 22px;
    margin-bottom: 15px;
    color: White;
    font-family: Montserrat, 'Century Gothic', Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .titleSearchBoxHome {
        font-size: 18px;
    }
}

.searchbox {
    background: rgba(66,66,66,0.7);
    padding: 35px 20px 30px 45px;
}

@media (max-width: 1199px) {
    .searchbox {
        padding: 25px 10px 20px 35px;
    }
}

.spcol {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .searchbox {
        background: rgba(66,66,66,0.5);
        padding: 20px 25px 20px 25px;
    }

    .spcol {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.blog-pic {
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 50%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #f78f1e;
}

.blog-wrap a:link,
.blog-wrap a:visited {
    width: 80%;
    display: block;
    margin: auto !important;
    color: #333333;
    text-align: center !important;
    font-size: 16px;
}

@media (max-width:767px) {

    .blog-pic {
        margin-top: 30px;
    }

    .blog-wrap a:link,
    .blog-wrap a:visited {
        width: 90%;
    }
}

.blog-wrap a:hover {
}

    .blog-wrap a:hover .blog-pic {
        opacity: 0.7;
    }

.blog-date {
    background: rgba(0,0,0,0.7);
    color: White;
    padding: 5px 10px;
    position: absolute;
    z-index: 1000;
    left: 10px;
    font-size: 12px;
}

#slideBlog li a:hover .blog-date {
    background: #f78f1e;
}

a.controlBtn:link,
a.controlBtn:visited {
    font-size: 30px;
    color: #fff;
    position: absolute;
    z-index: 1000;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

a.controlBtn.Left {
    top: 45%;
    left: 20px;
}


a.controlBtn.Right {
    top: 45%;
    right: 20px;
}

a.controlBtn.Top {
    top: 10px;
    left: 45%;
}

a.controlBtn.Bottom {
    bottom: 10px;
    left: 45%;
}

.youtube-video {
    display: block;
    position: relative;
    background: black;
}

    .youtube-video img {
        opacity: 0.8;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .youtube-video:hover img {
        opacity: 0.9;
    }

.iconplay {
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.6);
    width: 100px;
    height: 100px;
    font-size: 40px;
    padding: 20px 0px;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 30%;
    left: 40%;
}

/*card flip*/

.card, .front, .back {
    width: 100% !important;
}

.card {
    position: relative !important;
    display: block;
    height: 250px;
}

.front, .back {
    position: absolute;
}

@media (max-width:767px) {
    .card {
        display: block;
        height: 250px;
        width: 45% !important;
        margin: auto !important;
        color: #333 !important;
        margin-bottom: 40px;
    }
}

@media (max-width:480px) {
    .card {
        display: block;
        height: 250px;
        width: 70% !important;
        margin: auto !important;
    }
}

.btnGraphic h3 {
    font-size: 20px;
    color: #333;
}

@media (max-width:1200px) {
    .btnGraphic h3 {
        font-size: 18px;
    }
}

.btnGraphic {
    color: #666;
    background-color: #fff;
    background-position: bottom center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    height: 220px;
    max-width: 260px;
    text-align: center;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

    .btnGraphic.Buying {
        background-image: url('../images/p_buying.jpg');
    }

    .btnGraphic.Testimonials {
        background-image: url('../images/p_testimonial.jpg');
    }

    .btnGraphic.Appraisals {
        background-image: url('../images/p_appraisal.jpg');
    }

    .btnGraphic.Renting {
        background-image: url('../images/p_renting.jpg');
    }

    .btnGraphic.ContactUs {
        background-image: url('../images/p_contact.jpg');
    }

.inner {
    padding: 20px;
}

@media (max-width:990px) {
    .inner {
        padding: 10px;
    }
}

.BackCard {
    background: White;
    height: 100%;
    border: 1px solid #eee;
}

.btnOrange, a.btnOrange:link, a.btnOrange:visited {
    border: 0;
    background: 0;
    background: #f78f1e;
    color: White;
    display: inline-block;
    padding: 8px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btnOrange2, a.btnOrange2:link, a.btnOrange2:visited {
    border: 0;
    background: 0;
    background: #f78f1e;
    color: White;
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 8px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btnOrangeHome, a.btnOrangeHome:link, a.btnOrangeHome:visited {
    border: 0;
    background: 0;
    background: #f78f1e;
    color: White;
    display: block;
    width: 88%;
    margin: auto;
    margin-bottom: 10px;
    padding: 8px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width:767px) {
    .btnOrangeHome, a.btnOrangeHome:link, a.btnOrangeHome:visited {
        width: 100%;
    }
}

.txtsurr {
    font-size: 11px;
    color: White;
}
/*end of card flip*/


.bx-wrapper .bx-viewport {
    background: none !important;
}

.bx-wrapper .bx-pager {
    bottom: -50px !important;
}

.bxslider li {
    background: none !important;
    margin-bottom: 20px;
}

.facebook-wrap {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}

    .facebook-wrap:first-child {
        padding-top: 0px;
    }

    .facebook-wrap:last-child {
        border-bottom: 0;
    }

.facebook-pic {
    height: 90px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.wrap-content {
    background: #fff;
    padding: 35px 0px 80px 0px;
}



.listing-wrap {
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
    border: 1px solid #eee;
}

.flexslider.listingmainphoto {
    border-bottom: 4px solid White !important;
}

.flexslider.carousel {
    height: 75px !important;
    overflow: hidden;
}

.listing-table {
    display: table;
    width: 100%;
}

.listing-pic {
    background-color: White;
    vertical-align: top;
    width: 30%;
    display: table-cell;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.listing-text {
    vertical-align: top;
    width: 70%;
    display: table-cell;
    position: relative;
    padding: 20px;
}

@media (max-width:991px) {
    .listing-pic {
        width: 40%;
    }

    .listing-text {
        width: 60%;
    }
}

@media (max-width:767px) {
    .listing-pic {
        width: 100%;
        display: block;
    }

    .listing-text {
        width: 100%;
        display: block;
    }
}

.listing-address {
    padding: 10px 15px;
    background: #00aeef;
    color: White;
    width: 100%;
}

.listing-detail {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width:991px) {
    .listing-detail {
        padding: 5px 15px;
    }
}


.listing-wrap.grid {
    width: 32%;
    float: left;
    height: 580px;
}

    .listing-wrap.grid:nth-child(3n) {
        width: 32%;
        margin: 0% 2%;
        float: left;
    }

@media (max-width:1199px) {
    .listing-wrap.grid {
        width: 47.5% !important;
        float: left !important;
        margin: 0% !important;
        margin-bottom: 20px !important;
    }

        .listing-wrap.grid:nth-child(2n) {
            width: 47.5% !important;
            float: right !important;
            margin: 0% !important;
            margin-bottom: 20px !important;
        }
}

@media (max-width:767px) {
    .listing-wrap.grid {
        width: 100% !important;
        float: none !important;
        height: auto;
    }

        .listing-wrap.grid:nth-child(2n) {
            width: 100% !important;
            float: none !important;
        }
}

.listing-wrap.grid .listing-pic {
    width: 100%;
    display: block;
}

.listing-wrap.grid .listing-text {
    width: 100%;
    display: block;
}

.listing-wrap.grid .listing-detail {
    position: relative;
}

.txtPrice {
    color: #00aeef;
    font-size: 18px;
}

.txtHomeOpen {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: #00aeef;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 5px;
}

.txtHomeOpenInspection {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: #F78F1E;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    width: 200px;
    text-align: center;
    font-weight: bold;
    clear: both;
}

.listing-icons {
    text-align: right;
    font-size: 24px;
}

.listing-desc {
    margin-top: 20px;
    font-size: 14px;
}

.listing-wrap.grid .listing-desc {
    display: none;
}

.LabelStatus {
    position: absolute;
    z-index: 100;
    padding: 0px 5px;
    background: #f78e1e;
    color: White;
    font-size: 12px;
    text-transform: uppercase;
}

.colL {
    float: left;
    width: 45%;
}

.colM {
    float: left;
    text-align: center;
    width: 10%;
    padding-top: 5px;
}

.colR {
    float: right;
    width: 45%;
}

a.bSearch:link, a.bSearch:visited {
    display: inline-block;
    padding: 3px 40px;
    background: White;
    margin-bottom: 15px;
    margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

a.bSearch.active {
    background: #00aeef;
    color: White;
}

    a.bSearch.active:after {
        content: "";
        position: absolute;
        bottom: -10px; /* value = - border-top-width - border-bottom-width */
        left: 45px; /* controls horizontal position */
        border-width: 10px 10px 0; /* vary these values to change the angle of the vertex */
        border-style: solid;
        border-color: #00aeef transparent;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
    }

@media (max-width: 991px) {
    .txtSmaller {
        font-size: 12px;
    }
}

#LocationMap {
    width: 100%;
    height: 300px;
}

@media (max-width: 767px) {
    #LocationMap {
        width: 100%;
        margin-top: 10px;
        height: 250px !important;
    }
}

.ContentWrapCircles {
    margin-top: -40px;
    margin-bottom: 50px;
}

.titleSlide {
    color: White;
    padding: 40px;
    text-align: left;
    font-family: 'bankgothic_md_btmedium';
    font-size: 30px;
    line-height: 100%;
    padding-top: 370px;
}

@media (max-width: 767px) {
    .titleSlide {
        padding: 25px;
        padding-top: 170px;
        font-size: 24px;
    }
}

.transpSlide {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.ch-item {
    margin: auto;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 180px;
    height: 180px;
    float: none;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 5px rgba(64,145,203,1), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .ch-item.Buying {
        background-image: url('../images/c_buy.png');
    }

    .ch-item.Selling {
        background-image: url('../images/c_sell.png');
    }

    .ch-item.Leasing {
        background-image: url('../images/c_lease.png');
    }

    .ch-item.Landlords {
        background-image: url('../images/c_landlord.png');
    }

    .ch-item.Social {
        background-image: url('../images/c_social.png');
    }

@media (max-width: 991px) {
    .ch-item {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 767px) {
    .ch-item {
        float: none;
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .ch-item {
        float: none;
        margin: auto;
        width: 180px;
        height: 180px;
        margin-bottom: 20px;
    }
}

.ch-info {
    position: absolute;
    background-image: url('../images/BallBubble.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

    .ch-info h3 {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0px;
        font-size: 18px;
        margin: 0 30px;
        padding: 35px 0 10px 0;
        font-family: 'bankgothic_md_btmedium', Arial, sans-serif;
        text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    }

.ch-heading {
    position: absolute;
    color: white;
    width: 100%;
    text-transform: uppercase;
    padding: 50px 0px;
    font-size: 20px;
    text-align: center !important;
}

    .ch-heading.longer {
        padding: 40px 0px;
        font-size: 20px;
    }

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    font-style: italic;
    margin: 0 20px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0.4s;
    -moz-transition: all 0.6s ease-in-out 0.4s;
    -o-transition: all 0.6s ease-in-out 0.4s;
    -ms-transition: all 0.6s ease-in-out 0.4s;
    transition: all 0.6s ease-in-out 0.4s;
}

@media (max-width: 990px) {
    .ch-info h3 {
        font-size: 14px;
        margin: 0 20px;
        padding: 17px 0 7px 0;
    }

    .ch-info p {
        padding: 5px 5px;
        line-height: 14px;
        margin: 0 15px;
    }

    .ch-heading {
        padding: 35px 0px;
    }

        .ch-heading.longer {
            padding: 35px 0px;
            font-size: 14px;
        }
}

@media (max-width: 768px) {
    .ch-info h3 {
        font-size: 22px;
        margin: 0 30px;
        padding: 35px 0 10px 0;
        height: 90px;
    }

    .facebook-top {
        margin-top: 0px !important;
        position: absolute !important;
        top: -28px;
        right: -80px;
        padding: 8px 7px !important;
    }

    .ch-info p {
        margin: 0px 20px;
        font-size: 16px;
        line-height: 21px;
    }

    .ch-heading {
        padding: 80px 0px;
        font-size: 24px;
    }

        .ch-heading.longer {
            padding: 75px 20px;
            font-size: 20px;
        }
}

@media (max-width: 480px) {
    .ch-info h3 {
        font-size: 15px;
        margin: 0 20px;
        padding: 25px 0 10px 0;
        height: 65px;
    }

    .ch-info p {
        padding: 5px 5px;
        font-size: 13px;
        line-height: 15px;
        margin: 0 15px;
    }

    .ch-heading {
        padding: 45px 0px;
        font-size: 20px;
    }

        .ch-heading.longer {
            padding: 45px 20px;
            font-size: 18px;
        }
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

    .ch-info p a:hover {
        color: #fff222;
        color: rgba(255,242,34, 0.8);
    }

.ch-item:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}

    .ch-item:hover .ch-info {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

        .ch-item:hover .ch-info p {
            opacity: 1;
        }

.bgBlue {
    background: #00aeef;
    padding: 13px 10px 5px 10px;
    margin-bottom: 20px;
}

.bgLightGrey {
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px 10px 8px 10px;
    margin-bottom: 20px;
}

.InnerPropertyDetail {
    position: relative;
    padding: 30px;
    color: White;
}

@media (max-width:991px) {

    .bgBlue hr {
        margin: 8px 0px;
    }

    .InnerPropertyDetail {
        padding: 20px;
    }
}

@media (max-width:767px) {
    .bgBlue > div {
        display: block;
    }

    .bgBlueL {
        width: 100%;
    }

    .bgBlueR {
        width: 100%;
    }

    .bgBlue hr {
        margin: 8px 0px;
    }

    .InnerPropertyDetail {
        padding: 20px;
    }
}

.mainPhoto {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .mainPhoto {
        height: auto;
    }
}

.thumbPhoto {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.col50L, .col50R {
    width: 50%;
    display: table-cell;
}

a.AdditionalFeature:link, a.AdditionalFeature:visited {
    background: none;
    border: 1px solid #00aeef;
    color: #00aeef;
    text-align: center;
    padding: 10px 10px;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.AdditionalFeature:hover {
    background: #00aeef;
    color: #ffffff;
}

.AdditionalFeature:link, .AdditionalFeature:visited {
    background: none;
    border: 1px solid #00aeef;
    color: #00aeef;
    text-align: center;
    padding: 10px 10px;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.AdditionalFeature:hover {
    background: #00aeef;
    color: #ffffff;
}

.videocss a:link, .videocss a:visited {
    background: none;
    border: 1px solid #00aeef;
    color: #00aeef;
    text-align: center;
    padding: 10px 10px;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.videocss a:hover {
    background: #00aeef;
    color: #ffffff;
}

@media (max-width:991px) {
    a.AdditionalFeature:link, a.AdditionalFeature:visited {
        font-size: 13px;
    }

    .AdditionalFeature:link, .AdditionalFeature:visited {
        font-size: 13px;
    }
}

@media (max-width:767px) {
    a.AdditionalFeature:link, a.AdditionalFeature:visited {
        margin-top: 5px;
    }

    .AdditionalFeature:link, .AdditionalFeature:visited {
        margin-top: 5px;
    }
}

.PropSideBox {
    border: 1px solid #eee;
}

.innerPropSideBox {
    padding: 20px;
}

.innerPropSideBoxGrey {
    padding: 20px;
    background: #00aeef;
    color: White;
}

.contactBox {
    padding: 20px;
    border: 1px solid #eee;
}

.contact-wrap {
    padding: 20px;
    background: #f7f7f7;
}
/*footer*/

.footer {
    margin: 0;
    color: #ffffff;
    padding: 30px 0px 30px 0px;
    background: #555;
}

    .footer ul {
        border-left: 1px solid #39a6ed;
        list-style-type: circle;
        padding: 0;
        padding-left: 20px;
    }

    .footer hr {
        border: 0;
        border-top: 1px dotted #ffffff;
        opacity: 0.5;
    }

.footerOfficeDetail {
    background: rgba(0,0,0,0.1);
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer .title {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer a:link, .footer a:visited {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    font-size: 1.4rem;
    line-height: 150%;
}

.footer a:hover {
    opacity: 1;
}

.footer-social a:link, .footer-social a:visited {
    font-size: 24px;
    margin-left: 5px;
    opacity: 0.8;
}

.footer-social a:hover {
    opacity: 1;
}


.contact-map {
    width: 100%;
    height: 200px;
}

@media (min-width: 992px) {
    .contact-map {
        /*margin-top: 20px;*/
    }
}

@media (max-width: 767px) {
    .contact-map {
        margin-top: 20px;
    }

    .txtHomeOpen {
        margin-bottom: 10px;
    }
}

.well {
    padding-bottom: 0px;
    background: #f7f7f7;
}

a.btn-default:hover {
    background: #00aeef;
    color: white;
}

a.btn-default.btn-sm.active:link, a.btn-default.btn-sm.active:visited {
    background: #00aeef;
    color: white;
}

@media (max-width:480px) {
    a.btn-default {
        padding: 4px 4px 2px 4px;
    }
}

.pagination {
    margin: 0 0 8px;
}

    .pagination li a:link, .pagination li a:visited {
        color: #4091cb;
        background: #fff;
        padding: 3px 10px;
    }

    .pagination li a:hover {
        color: #333333;
    }

    .pagination li.active a:link,
    .pagination li.active a:visited,
    .pagination li.active a:hover {
        background: #00aeef;
        border: 1px solid #00aeef;
        color: #fff;
    }

@media (max-width:480px) {
    .pagination li a:link, .pagination li a:visited {
        font-size: 13px;
        padding: 3px 7px;
    }
}

.Tools a:link, .Tools a:visited {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #00aeef;
    background: none;
    border: 1px solid #00aeef;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.Tools a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #00aeef;
    background: none;
    border: 1px solid #00aeef;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width:991px) {
    .Tools a:link, .Tools a:visited {
        display: inline-block;
        padding: 10px 10px;
        font-size: 14px;
        margin-right: 5px;
    }

    .Tools a {
        display: inline-block;
        padding: 10px 10px;
        font-size: 14px;
        margin-right: 5px;
    }
}

.Tools a:hover {
    background-color: #00aeef;
    color: White;
}

.Tools .icon {
    font-size: 24px;
    vertical-align: middle;
    padding: 0px 5px;
}





.bgPopUp {
    background: White;
}

.HeaderBlue {
    background: #00aeef;
    padding: 10px;
}

.flexslider {
    margin: 0 !important;
    padding: 0 !important;
}

.wrapGrey {
    background: #eeeeee !important;
    padding: 60px 0px;
}

    .wrapGrey.scrolledDown {
        position: fixed;
        width: 100%;
        z-index: 1000;
        padding: 20px 0px;
        top: 138px;
    }

@media (max-width: 767px) {
    .wrapGrey.scrolledDown {
        position: relative;
        top: 0px;
        padding: 60px 0px;
    }
}

.wrapGrey.scrolledDown .searchbox .titleSearchBoxHome {
    display: none;
}

.wrapWhite {
    background: #ffffff !important;
    padding: 50px 0px !important;
    line-height: 160%;
}

.wrapBlue {
    margin: 60px 0px 0px 0px;
    padding: 30px;
    color: White;
}

.wrapImageBlue {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-image: url('../images/bgImageBlue.jpg');
    padding: 50px 0px;
    padding-top: 100px;
    color: White;
}

.boxFP {
    border: 1px solid #ccc;
}

.slide {
    opacity: 0.5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

    .slide a:link, .slide a:visited {
        display: inline-block;
        background: #00aeef;
    }

    .slide .bbc {
        position: absolute;
        z-index: 100;
        background: rgba(0,0,0,0.5);
        left: 20px;
        padding-left: 10px;
        padding-bottom: 5px;
    }

        .slide .bbc div {
            color: White !important;
        }

.active-slide {
    opacity: 1;
}

    .active-slide a:hover img {
        opacity: 0.7;
    }

.FPBox {
    background-repeat: no-repeat;
    background-position: center center;
    height: 380px;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
    color: White;
    cursor: pointer;
}

    .FPBox:hover {
        opacity: 0.7;
    }

    .FPBox .bbc div {
        color: White !important;
    }

.FPDesc {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    display: block;
    width: 100%;
    color: White;
}

@media (max-width: 1199px) {
    .FPBox {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .FPBox {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .FPBox {
        height: 330px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .FPBox {
        height: 280px;
        margin-bottom: 20px;
    }
}

.bbc {
    display: block;
}

    .bbc.listing {
        margin: 10px 0px;
    }

    .bbc div {
        display: inline-block;
        color: #333;
        text-align: center;
        font-size: 14px;
        vertical-align: middle;
        border-right: 1px solid #ddd;
        padding: 0px 8px;
        margin: 0px;
    }

        .bbc div:first-child {
            padding-left: 0px;
        }

        .bbc div:last-child {
            border-right: 0px;
        }

    .bbc > div > img {
        width: 20px !important;
        margin: auto;
        vertical-align: middle;
    }

.bbcProp div {
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #ddd;
}

    .bbcProp div:first-child {
        padding-left: 0px;
    }

    .bbcProp div:last-child {
        border-right: 0px;
        padding-right: 0px;
    }

.bbcProp img {
    width: 32px;
}

@media (max-width: 991px) {

    .bbcProp div {
        padding-right: 10px;
        padding-left: 10px;
    }

        .bbcProp div:first-child {
            padding-left: 0px;
        }

        .bbcProp div:last-child {
            border-right: 0px;
            padding-right: 0px;
        }

    .bbcProp img {
        width: 30px;
    }
}

.slides li {
    cursor: pointer;
}

/*team*/

.teamwrap {
    background: #00aeef;
    color: White;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.teambuttons {
    margin-top: 15px;
}

    .teambuttons a:link,
    .teambuttons a:visited {
        color: White;
        display: block;
        text-decoration: none;
        opacity: 0.8;
    }

    .teambuttons a:hover {
        text-decoration: none;
        opacity: 1;
    }

.team-photo {
    background-repeat: no-repeat;
    background-position: top center;
    height: 240px;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: white;
    position: relative;
    cursor: pointer;
}

.phoneheader {
    color: #fff;
    margin-top: 30px;
}

    .phoneheader a {
        color: #FFF!important;
    }

@media (max-width: 480px) {
    .team-photo {
        margin: auto;
        /*height: 220px;*/
        height: 290px;
    }
}


.team-photo:hover {
}

/*Other*/
.Wrap700 {
    width: 700px;
    margin: auto;
}

.filterTab {
    margin: auto;
    padding: 0;
    text-align: center;
    position: relative;
}

    .filterTab li {
        display: inline-block;
        margin: 0px 5px;
        margin-bottom: 20px;
        color: #212121;
    }

        .filterTab li a {
            padding: 5px 15px;
            position: relative;
            outline: none;
            color: #999999;
            text-decoration: none;
            background: #f7f7f7;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

            .filterTab li a:hover {
                color: #00aeef;
            }

            .filterTab li a.active {
                background: none;
                color: #fff;
                background: #00aeef;
            }

                .filterTab li a.active:after {
                    content: "";
                    position: absolute;
                    bottom: -10px; /* value = - border-top-width - border-bottom-width */
                    margin-left: 30%; /* controls horizontal position */
                    border-width: 10px 10px 0; /* vary these values to change the angle of the vertex */
                    border-style: solid;
                    border-color: #00aeef transparent;
                    /* reduce the damage in FF3.0 */
                    display: block;
                    width: 0;
                }

.staffInner {
    padding-right: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .staffInner {
        padding: 0px;
    }
}

.iconB {
    font-size: 18px !important;
}
/*tabs*/

.tab-content {
    background: none;
    margin: auto;
    margin: 0;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .tab-content {
        border: none;
        margin-top: 0px;
    }
}

.tab-pane {
    background: none;
}

.nav-pills li.active a {
    background: #f78f1e !important;
}

.nav-pills {
    margin: auto;
    margin-top: 0px;
}

    .nav-pills li {
        border: 0px;
        font-size: 20px;
        display: block;
        width: 100%;
        background: #00aeef;
        overflow: hidden;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

@media (max-width: 991px) {
    .nav-pills:before {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        clear: both;
    }

    .nav-pills li {
        width: 47%;
        margin-right: 2%;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .nav-pills:before {
        height: 10px;
    }
}

@media (max-width: 480px) {
    .nav-pills:before {
        height: 0px;
    }
}

.nav-pills li a {
    padding-left: 30px;
    padding-right: 30px;
    border: 0px;
    color: #ffffff;
    font-size: 16px;
}

    .nav-pills li a:hover {
        background: #f78f1e;
        color: #ffffff;
    }

@media (max-width: 991px) {
    .nav-pills li {
        border: 0px;
        font-size: 16px;
    }

        .nav-pills li a {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media (max-width: 767px) {
    .nav-pills li {
        border: 0px;
        font-size: 14px;
    }

        .nav-pills li a {
            padding-left: 7px;
            padding-right: 7px;
        }
}

.SocialStaffWrap a:link, .SocialStaffWrap a:visited {
    font-size: 30px;
    color: White;
    margin-right: 5px;
}

.cursor {
    cursor: pointer;
}

.pagination > span > a, .pagination > span > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #4091cb;
    display: inline;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    position: relative;
    text-decoration: none;
    padding: 3px 6px;
}

    .pagination > span > a:first-child, .pagination > span > span:first-child {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        margin-left: 0;
    }

    .pagination > span > a:last-child, .pagination > span > span:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

.pagination > span > span {
    background-color: #00aeef;
    color: #FFF;
    cursor: default;
    z-index: 2;
}

    .pagination > span > a:focus, .pagination > span > a:hover, .pagination > span > span:focus, .pagination > span > span:hover {
        background-color: #eee;
        border-color: #ddd;
        color: #23527c;
        z-index: 2;
    }

.loadingmodal {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 8888888;
    opacity: .6;
    filter: alpha(opacity=60);
    min-height: 100%;
    width: 100%;
    display: block;
}

.loadingPopUp {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #ef7d0b;
    border-radius: 15px;
    width: 100px;
    height: 90px;
    display: none;
    position: fixed;
    background-color: #fff;
    z-index: 99999999;
    text-align: center;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    #PrintBrochureIcon {
        display: none;
    }
}

.footerlink {
    color: #fff;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

#mapCluster {
    width: 100%;
    height: 0px;
    overflow: hidden;
    border: 0px;
}

.txtHomeOpenInspectionProperty {
    background: #F78F1E;
    /*border: 1px solid #00aeef;*/
    color: #FFF!important;
    text-align: center;
    padding: 10px 10px;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .txtHomeOpenInspectionProperty:hover {
        color: #FFF;
        background: #00AEEF;
    }

.facebook-top {
    margin-top: 0px !important;
    position: absolute !important;
    top: -28px;
    right: -80px;
    padding: 9px 20px !important;
}

    .facebook-top i {
        font-size: 26px;
    }

@media (max-width:768px) {
    .facebook-top {
        margin-top: 0px !important;
        position: absolute !important;
        top: -28px;
        right: -30px;
        padding: 8px 8px !important;
    }

        .facebook-top i {
            font-size: 18px;
        }
}

.telephone {
    color: #fff!important;
}

.facebook-top-mobile {
    border: 1px solid #fff;
    color: #fff!important;
    margin-top: -4px;
    padding: 3px 9px;
    position: absolute;
    right: 17px;
    top: 75px;
}

    .facebook-top-mobile :hover {
        color: #fff!important;
    }

    .facebook-top-mobile.scrolledDown {
           top: 66px;
    }
