/*general*/
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,600,500);
@import url(https://fonts.googleapis.com/css?family=Halant:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic);

body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    background: white;
}


h1, h2, h3, h4 {
    margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 600;
}

h4, h5, h6 {
    font-weight: 400;
}

.headingNormal {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

@media (max-width: 1199px) {

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 12px;
    }
}

.wow {
    visibility: hidden;
}

hr {
    margin: 15px 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

input[type=text], input[type=email], textarea {
    background: none;
    border: 0!important;
    width: 100%;
    background: #f7f7f7!important;
    border-radius: 0!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: 15px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    box-shadow: 0px;
}

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(227, 30, 28, 0.8)!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(227, 30, 284, 0)!important;
    outline: 0 none!important;
}

select {
    width: 100%;
}

label {
    font-weight: bold;
    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;
}

.clr-blue {
    color: #00add3;
}

.clrRed {
    color: #e31e26;
}

.clrBlack {
    color: #000000;
}

.clrWhite {
    color: #fff;
}

.nomargin {
    margin: 0px;
}

@media (max-width: 1199px) {
    .MDPullLeft {
        text-align: left;
    }

    .MDPullCenter {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .SMPullLeft {
        text-align: left;
    }

    .SMPullCenter {
        text-align: center;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .SMOnlyPullCenter {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .XSPullLeft {
        text-align: left;
    }

    .EstAlign {
        right: 30px !important;
    }

    .social {
        float: none !important;
    }

    .XSPullCenter {
        text-align: center;
    }
}

a:focus {
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #00add3;
}

a:hover {
    text-decoration: none;
    color: #454545;
}

.btnTransp, a.btnTransp:link, a.btnTransp:visited {
    background: none;
    border: 0;
    color: White;
    border: 1px solid White;
    display: inline-block;
    padding: 5px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
}

    .btnTransp:hover, a.btnTransp:hover {
        background-color: #40423f;
    }

.btnBlue,
a.btnBlue:link, a.btnBlue:visited {
    background: none;
    border: 0;
    background-color: #00add3;
    color: White;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 40px;
    border-bottom: 1px solid White;
    -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: #4c4d4f;
        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: #00add3 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;
    }
}

/*heading*/

.header {
    width: 100%;
    background: #00add3;
}

.navWrap {
    background: White;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
}

.lineGreyHeader {
    background: #4c4d4f;
    height: 7px;
    position: absolute;
    width: 100%!important;
    z-index: 100;
    margin-top: 4px;
}


.logo {
    background: none;
    width: 380px;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

    .logo img {
        float: none;
        width: 100%;
    }

@media (max-width: 991px) {
    .logo {
        width: 320px;
    }

    .lineGreyHeader {
        height: 6px;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 250px;
    }
    .btnIphone {
        height: 20px;
        font-size:12px!important;
        padding-top:1px!important;
    }

    .lineGreyHeader {
        height: 5px;
    }
}

.navbar-toggle {
    margin-top: 15px;
    right: 0px;
    display: block;
    background: #00add3;
    border: 1px solid White;
    position: absolute;
}


@media (min-width: 768px) {
    .navbar-toggle {
        display: none!important;
    }
}


.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;
}


.navbar-collapse {
    padding: 0!important;
    padding: 10px;
    overflow: hidden;
}

.navbar-nav {
    margin: auto;
    float: none !important;
}

.navfixed {
    position: fixed;
    width: 100%;
    margin-top: 0px;
    top: 0;
    left: 0!important;
    right: auto!important;
    z-index: 8000!important;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .navfixed .navbar-nav {
        margin: auto;
        float: none !important;
        text-align: center;
    }


.navbar-nav li {
    float: none !important;
    display: inline-block;
    margin-left: -4px;
    text-transform: none;
    text-align: center;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.navbar-nav a:link, .navbar-nav a:visited {
    color: #333!important;
    font-size: 16px;
    padding: 15px 10px 15px 10px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    position: relative;
    border-right: 1px solid #dddddd;
}


.navbar-nav > li > a:hover {
    background: none;
    color: #00add3!important;
}

    .navbar-nav > li > a:hover::after,
    .navbar-nav > li > a:focus::after {
        height: 3px;
        width: 100%;
        opacity: 1;
    }


.navbar-nav a.active {
    background: #4c4d4f;
    color: #ffffff!important;
}

    .navbar-nav a.active:hover {
        background: #4c4d4f;
        color: #ffffff!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;
    padding: 0px;
    border: 5px solid #333;
}

.navbar-fixed-top .dropdown-menu {
    margin-top: 5px!important;
}



.dropdown-menu li {
    display: block;
    text-align: left;
    background: #333!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 {
    padding: 5px 15px;
    display: block;
    color: #fff!important;
    font-size: 14px;
    border-right: none;
    background: none!important;
    text-transform: none;
}

.dropdown-menu li a:hover {
    color: #e01f33!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: 15px 10px 15px 10px;
        font-size: 14px;
    }

    .dropdown-menu li a:link, .dropdown-menu li a:visited {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .navbar-nav a:link, .navbar-nav a:visited {
        padding: 15px 10px 15px 10px;
        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 {
        background: none;
    }

    .navbar-collapse {
        margin: 0;
        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-nav li {
        float: none;
        display: block;
        background: #333333;
    }

    .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: White!important;
            text-align: left;
            width: 100%;
        }

        .navbar-nav a:hover {
            color: #7bc522!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: #ffffff!important;
        background: #40423f;
    }

    .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;
    }
}


/*footer*/

.footer {
    margin: 0;
    background: #ffffff;
    color: #000000;
    padding: 20px 0px 20px 0px;
    font-size: 12px;
}

    .footer ul {
        border-left: 2px solid #e01f33;
    }

    .footer h4 {
        color: #000000;
        margin-bottom: 10px;
    }

    .footer a:link, .footer a:visited {
        color: #000000;
        text-decoration: none;
    }

    .footer a:hover {
        color: #64e3ff;
        text-decoration: none;
    }

.font12 {
    font-size: 12px;
}

#ContactMap {
    width: 100%;
    height: 400px;
}


#PropertyMap {
    width: 100%;
    height: 400px;
}

@media (max-width: 991px) {

    #PropertyMap {
        width: 100%;
        height: 300px;
    }
}

#sliderHero {
    width: 100%;
    padding: 0px;
    margin: 0;
    height: 600px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
    border: 0px solid White;
    border-bottom: 0px;
}

    #sliderHero ul li {
        width: 100%;
        height: 650px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

@media (max-width: 991px) {
    #sliderHero, #sliderHero ul li {
        height: 550px;
    }
}

@media (max-device-width: 1199px) {
    #sliderHero ul li {
        background-attachment: initial !important;
    }
}

.tblHero {
    display: table;
    width: 35%;
    margin-left: 14%;
}

.titleHero {
    display: table-cell;
    vertical-align: middle;
    font-size: 56px;
    color: White;
    font-family: 'Halant', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 100%;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

@media (max-width: 1199px) {
    .titleHero {
        font-size: 46px;
    }

    .tblHero {
        margin-left: 12%;
    }
}

@media (max-width: 991px) {
    .titleHero {
        font-size: 32px;
    }

    .tblHero {
        width: 39%;
        margin-left: 2%;
    }
}

@media (max-width:767px) {
    .titleHero {
        font-size: 26px;
    }

    .tblHero {
        width: 45%;
    }
}

@media (max-width:480px) {
    .titleHero {
        font-size: 17px;
    }

    .tblHero {
        width: 65%;
    }
}

.textHero {
    font-size: 16px;
    line-height: 120%;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

@media (max-width:767px) {
    .textHero {
        font-size: 14px;
    }
}

.bgBlackTransp {
    background: rgba(76,77,79,0.2);
    height: 100%;
    width: 100%;
    position: relative;
}

.lineHero {
    background: #00add3;
    height: 5px;
    width: 30%;
    float: right;
    margin-right: 20%;
    margin-top: -15px;
}
/*team*/
.team-wrap {
    margin-bottom: 40px;
}

.team-photo {
    background: #ffffff;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    border: 1px solid #eee;
    overflow: hidden;
}

.TeamText {
    padding: 20px 0px;
}

@media (max-width: 1199px) {
    .TeamText {
        padding: 15px;
    }
}


.pagination li a:link, .pagination li a:visited {
    color: Black;
    background: White;
}

.pagination li a:hover {
    color: #00add3;
    background: White;
}

.pagination li.active a:link,
.pagination li.active a:visited,
.pagination li.active a:hover {
    background: #00add3!important;
    border: 1px solid #00add3;
    color: White;
}

.WrapContent {
    padding: 70px 0px;
}

.banner-inner {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
    padding: 60px;
    color: White;
    text-align: center;
}

/*Listing*/
.bbc {
    background: White;
    float: right;
    display: inline-block;
    padding: 5px 10px;
    margin-top: -15px;
    border: 1px solid #eee;
    border-top: none;
}

    .bbc div {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .bbc img {
        width: 38px;
    }

@media (max-width: 767px) {
    .bbc div {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .bbc img {
        width: 30px;
    }
}

.bbcProp {
    background: White;
    padding: 5px 0px;
}

    .bbcProp div {
        display: inline-block;
        font-size: 16px;
    }

    .bbcProp img {
        width: 38px;
    }

.bgSearch {
    background: #f7f7f7;
    margin-bottom: 20px;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 15px 20px;
}

.innerSearch {
    padding: 20px;
}

@media (max-width: 480px) {
    .innerSearch {
        padding: 15px 0px;
    }
}


.imgSearch {
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

    .imgSearch img {
        opacity: 1;
    }

    .imgSearch:hover img {
        opacity: 0.6;
    }

.lblStatus {
    background: #4c4d4f;
    color: White;
    position: absolute;
    margin-top: 20px;
    padding: 4px 10px;
}

    .lblStatus.Red {
        background: #e31e26;
    }


.PropDesc {
    height: 485px;
    overflow: hidden;
}

.showMore, .showMoreFeature {
    color: #00add3;
    cursor: pointer;
    margin-top: 5px;
}

    .showMore.active, .showMoreFeature.active {
        background: none;
        color: #00add3;
        cursor: pointer;
    }


.bxslider li {
    overflow: hidden;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
}


.Tools a:link, .Tools a:visited {
    background: none;
    color: #454545;
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    border-bottom: 1px dotted #454545;
    background-repeat: no-repeat;
    background-position: center right;
    font-weight: bold;
    font-size: 14px;
}

.Tools a:hover {
    color: #00add3;
}


a.controlBtn:link, a.controlBtn:visited {
    position: absolute;
    z-index: 1000;
    font-size: 20px;
    color: White;
    background-color: #00add3;
    padding: 5px;
}

a.controlBtn:hover {
    background-color: #454545;
}

a.controlBtn.Left {
    left: 10px;
    margin-top: 35%;
}

a.controlBtn.Right {
    right: 10px;
    margin-top: 35%;
}

a.controlBtn.Top {
    left: 45%;
    top: -1%;
}

a.controlBtn.Bottom {
    left: 45%;
    bottom: -1%;
}

.header-Heading {
    text-transform: uppercase;
    color: #ffffff !important;
}

@media (max-width:767px) {
    .header-Heading {
        font-size: 12px;
    }
}

.EstAlign {
    right: 81px;
    top: 73px;
    color: #fff;
    position: absolute;
}

.rateMyAgent {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100%;
	height:auto;
	z-index:99;
}