@charset "utf-8";

/* ----- Global ----- */
body {
    background: #Fff;
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-size:16px;
}
footer{
    border-top:solid 2px #061f5c;
}
.clearboth {
    clear:both;
    height:0;
}
.prlk{ cursor: pointer !important;}
/* property search */
address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 15px;
}
.no-gutter{
    padding:0px;
}

hr {
    border-color: rgba(0, 0, 0, 0.24);
    margin:10px 0;
}
/* Typography */
h1 {
    font-size:24px;
}
h2 {
    font-size: 18px;
}
h2 .logo-small {
    font-size:23px;
    line-height:16px;
}
#intro h2 {
    text-align:center;
    padding-bottom:10px;
    font-size: 29px;
    margin-top:40px;
    font-family: 'Roboto', sans-serif;
    color:#706f6f;
    text-transform:uppercase;
    word-spacing: 20px;
}
h3 {
    font-size: 24px;
    font-weight: 400;
    color: #061f5c;
    font-family: 'Roboto', sans-serif;
    padding-top:0px;
}
h4 {
    font-size:20px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align:center;
    padding:20px 0px 0px;

}
h5 {
    font-size:18px;
    font-weight: 800;
}
h6 {
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
}
a {
    color: #333;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
a:hover, a:active, a:focus {
    color:#333;
    text-decoration:none;
    outline: 0;
}
.page-up{
    width: 30px;
}
/* Lists */ 

.dropdown-menu{ z-index:999999; }
#info {
    margin: 10px 0 0;
    color:#fff;
}
#info a {
    font-weight:bold;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#info a:hover {
    color:#444444;
}
.language .btn-custom {
    min-width:200px;
}
.language ul.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 200px;
    padding: 5px;
}
.language.open > .dropdown-menu {
    display: block;
}
.language ul.dropdown-menu li {
    display:inline-block;
    margin:0;
}
.language ul.dropdown-menu > li > a {
    display: inline-block;
    padding:1px;
}
.language ul.dropdown-menu > li > a:hover {
    background:transparent;
}
.mobile-logo{
    display:none;	
}
/* Login */
.login {
    text-align: center !important;
    /* margin-top:5px; */
    padding:0;
}
#login {
    float:right;
    margin-top:5px;
    z-index:100;
}
#login .form-group {
    border-radius:0;
    padding:10px;
    z-index:5000;
}
#login .form-control {
    margin-bottom:5px;
}
.fav-bar {
    background-color: #575666;
}
#usrLogin a {
    color: #706F6F!important;
}

/* Buttons */
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 12px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn:hover,  .btn:focus {
    color: #fff;
}
.btn-custom {
    background:#7c9cb8;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    /* font-family: 'Roboto', sans-serif; */
    font-weight:400;
    font-size:16px;
    padding:4px;
}
.btnSearchMap{
    background:#7c9cb8;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    /* font-family: 'Roboto', sans-serif; */
    font-weight:400;
    font-size:16px;
    padding:4px;
    text-transform:uppercase;
}

.btn-custom:hover {
    background:#061f5c;
}
.btn-custom2 {
    background: #999;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    /* font-family: 'Roboto', sans-serif; */
    font-weight:400;
    font-size:20px;
    padding:4px;
}
.btnResetMap{
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    /* font-family: 'Roboto', sans-serif; */
    font-weight:400;
    font-size:16px;
    padding:4px;
    text-transform:uppercase;
}
.btn-custom2:hover {
    background:#061f5c;
    color:#fff;
}
.btn-custom3 {
    background: #7c9cb8;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:16px;
    padding:4px;
    /* margin-bottom:18px; */
}
.btn-custom3:hover {
    background:#061f5c;
    color:#fff;
}
.btn-custom4 {
    background: #7c9cb8;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:16px;
    padding:4px;
}
.btn-custom4:hover {
    background:#061f5c;
    color:#fff;
}
.btn-custom5 {
    background:#7c9cb8;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:16px;
    padding:4px 14px;
    margin-top:12px;
}
.btn-custom5:hover {
    background:#061f5c;
    color:#fff;
}


.btn-print,  .btn-sort,  .btn-back,  .btn-eaf, .btn-enquire {
    float:left;
    margin:15px 10px 0 0;
    padding:5px 15px;
    border: 1px solid #f5f5f5;
    position:relative;
    text-align:center;
    text-transform:uppercase;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn-print:hover,  .btn-sort:hover,  .btn-back:hover,  .btn-eaf:hover {
    background: #7c9cb8;
    color:#fff;
}

.btn-sort {
    margin-top:5px;
    background: #fff;
}
.btn-sort a {
    color: #444;
}
.btn-favourite {
    background:#706F6F;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn-favourite:hover {
    background:#333;
    color:#fff;
}
/* Tables */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
    line-height: 1;
    padding: 8px;
    vertical-align: top;
}
/* Navbar */
#navbar-area {
    position: relative;
    width:100%;
    float:left;
    background: #061f5c;
    z-index: 3;
    height: 32px;
}
.dropdown-menu > li > a {
    color:#333!important;
}
#navbar-area .fa-angle-down{
    margin-left: 2px;
}
.dropdown-menu{
    background-color:rgba(255, 255, 255, 0.75);
    margin-top:10px;
}
.navbar-wrapper{
    /* height: 29px; */
}
.nav-line{

}

#navbar-area ul.nav {
    text-transform:uppercase;
}
.navbar {
    border-radius:0;
    margin-bottom:0;
    margin:0;
    min-height: inherit;

}
.navbar-inverse {
    background:transparent;
    border:none;
    position:relative;
}
.navbar-nav {
    /* float:none; */
    margin-top: -14px;
}

.nav> li > a:hover{
    color: #8e9090;
    background-color:transparent;
}
.nav> li > a:focus{
    color: #8e9090;
    background-color:transparent;
}

.nav-justified {
    margin-top: -16px;
}
.nav-justified > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:0px;
    padding-right:0px;
    margin: 0px 0px!important;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-right:solid 1px #8e9090;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background-color: #8e9090;
}
.nav-justified > li:first-child > a {
}
.nav-justified > li:last-child > a {
    border-bottom: 0;
}
.nav-justified > li > a.first{
    padding-left:0px;
    border-left:solid 1px #8e9090;
}
.nav-justified > li > a.last{
    padding-right:0px;
}


li#frm-login > a {
    padding: 4px 10px;
    color: #061f5c;
    text-transform:uppercase;
    font-weight:600;
    font-size:14px;
}
li#frm-login > a:hover {
    color: #ddd;
}
#frm-login .dropdown-menu {
    background:rgba(255, 255, 255, 0.8);
    padding:10px;
    font-size:11px;
    text-align:center;
}
ul.social li {
    display:inline-block;
}
ul.social li.last {
}
ul.social li a {
    font-size: 24px;
}
ul.social li a i {
    line-height:36px;
    transition: all 0.25s ease-out;
    margin-right:10px;
}
/* Page Topper */
#topper-white {
    width:100%;
    top: 0px;
    line-height: 25px;
    color: #f5f5f5;
    background: #999;
    /*position:relative;*/
    position:fixed;
    z-index:1000;
}
#topper-white a:hover {
    color:#666;
}
.top-links{
    padding:10px 0px;
    font-size:13px;
}
.top-links a{
    color:#666;
}
.email-top {
    color: #444;
    margin-top:36px;
    line-height:21px;
    float:right;
}
.email-top a {
    color:#706F6F;
}
.contact-top {
    color: #666;
    padding: 4px 0px;
    text-align: right;
}

#topper-top {
    background:#fff;
    position:fixed;
    top: 0px;
    width:100%;
    padding-top:15px;
    z-index: 1001;
}
#topper-top a {
}
#topper-top a:hover {
    color:#97be0d;
}
#topper-top h4 .social {
    padding:0 5px 0 5px;
}
#topper {
    background: #ffffff;
    position: relative;
    width:100%;
    border-top: solid 5px #001f5b;
    height: 132px;
    margin-bottom: -1px;
    z-index: 2;
}
#topper a {
    color:#fff;
}

#topper ul.dropdown-menu {
    min-width:auto!important;
    width:auto;
}
#navbar-header a {
    color:#999;
}


/* Header */
#header{
    background-color:#fff;
    z-index:6;
    position:relative;
}

#main-logo{
    position:absolute;
    /* margin-left: -83px; */
    z-index: 4;
}
.logo-main {
    max-height:140px;
    display: block;
    margin: 10px auto;
    padding-bottom:10px;
}

.topper-right{
    text-align:right;
    padding-top: 28px;
    font-size:18px;
    /* line-height: 30px; */
    font-weight:400;
    font-family: 'Roboto', sans-serif;
    color:#061f5c;
}
.contact-details p{
    font-family: 'Roboto', sans-serif;
}
.topper-right .fa{
    padding-bottom: 6px;
}
.topper-left{
    padding-top: 32px;
    font-size:18px;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
    color:#061f5c;
}
.topper-left a{
    color:#061f5c;
}
ul.faves {
    list-style-type:none;
    padding:0px;
    font-size:18px;
    margin-top:-14px;
    /* font-weight: 600; */
    font-family: 'Roboto', sans-serif;
    color: #061f5c;
}
ul.faves a {
    color: #061f5c;
}
.lng-switch{
    text-align:right;
    padding-top:4px;
}

/* Intro */
#intro {
    position:relative;
    z-index:0;
    background: #fff;
    border-bottom:solid 4px #666;
    min-height:600px;
}
#intro-search-page {
    margin-top:130px;
}
#intro-content {

}



/* Content */
#content {
    padding-bottom:50px;
    padding-top:30px;
    position:relative;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.isLogged-hidden, .area-hidden, .searches-hidden {
 
}
.img-area-position {
    position: absolute;
}


/* Footer */
#footer-b {
    background-color: #061f5c;
    background-repeat:repeat;
    position:relative;
    z-index: 1;
    border-top: 1px solid #777;
}
#footer-b a {
    color:#fff;
    font-size:12px;
}
#footer-b a:hover {
    color:#eaeaea;
}

.copyright {
    font-size:12px;
    color:#fff;
    padding-top:4px;
}
padding-bottom:20px;
}
/* ----- Index Page ----- */
/* Hero */
#hero {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
#hero-search {
    position:relative;
    z-index: -1;
    float:left;
    width:100%;
    /* margin-bottom: -282px; */
    /* margin-top: 4px; */
}
#hero-content {
    z-index: 100;
    float:left;
    width:100%;
    position:relative;
    margin-top: 0px;
}
.bContainer {
    z-index: 1;
    margin-left:auto!important;
    margin-right:auto!important;
    width:1170px;
    top:75%!important;
    left:20%;
    /* padding-top:15%; */
}
.blockHeadline {
    font-size: 32px!important;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-shadow: 2px 2px 6px #000;
    text-transform:none!important;
}

/* Font Awesome */
.fa-search-plus:before {
    font-size:34px;
    line-height: 46px;
}
/* Bespoke positioning of bullets on slider */
#hp-slider{background-color:#ccc;height: 100%;margin-top: -20px;}
.rsMinW .rsBullets {
    bottom: 15px;
}
.rsMinW .rsArrowLeft {
    bottom:12px;
}
.rsMinW .rsArrowRight {
    bottom: 12px;
}
/*Index Tabs
.nav-tabs > li.middle-grey > a {
        background:#444;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: transparent;
        border-color: none;
        border-image: none;
        border-style: none;
        border-width: none;
        color: #333;
        background: tranparent;
}
.nav-tabs > li > a:hover {
        color:#fff;
        background:#999;
}
.nav-tabs {
        border:none;
        position:relative;
        background: transparent;
        color:#ccc;
        font-weight:600;
}
.nav-tabs > li {
        width:33%;
        float:left;
        margin-bottom:0;
        border-radius:0;
        -webkit-border-radius:0;
        -moz-border-radius:0;
}
.nav-tabs > li:last-child {
        width:34%;
        float:right;
}
.nav-tabs > li.active {
        background:transparent;
        color:#ccc;
}
.nav-tabs > li > a {
        box-sizing:border-box;
        margin:0;
        color:#fff;
        background:#ccc;
        border:none;
        border-radius:0;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        padding:19px 0;
        line-height:1em;
        font-size:16px;
        text-transform:uppercase;
        text-align:center;
}*/

ul.social li {
    display:inline-block;
}
ul.social li.last {
}
ul.social li a {
    font-size: 24px;
}
ul.social li a i {
    line-height:36px;
    transition: all 0.25s ease-out;
    margin-right:10px;
}
/*Index Bottom Tabs*/

.btn-more {
    background: none repeat scroll 0 0 #444444;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    position: relative;
    font-size:13px;
    margin-bottom:5px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn-more:hover {
    background:#222;
    color:#fff;
}
/* Featured Items */
#featured {
    background-color:#fff;
    margin-top:150px;
}
#featured .item {
    text-align:center;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
    margin-bottom: 20px;
    overflow:hidden;
    position:relative;

}
#featured .item:hover {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.85);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.95);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);

}
#featured .item a.overlay {
    display: block;
    position: relative;
}
#featured .item a.overlay:hover .more {
    opacity: 0;
}


#featured .img-inner {
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    overflow:hidden;
}
#featured .display-status {
    font-size: 14px;
    font-weight:600;
    text-transform:uppercase;
    line-height:27px;
    color:#333;
    font-family: 'Raleway', sans-serif;
    padding:0 0 0 0;
    text-align:center;
}
#featured .img-wrapper {
    /* height: 100%; */
    padding-top: 80%;
    position: relative;
}
#featured .item-logo {
    background-image:url(/10003/images/logo-sm.svg);
    background-repeat:no-repeat;
    background-color:rgba(255, 255, 255, 0.7);
    height:90px;
    width:120px;
    position:absolute;
    z-index:2;
    top:0;
    left:7%;
}
#featured .caption {
    background:rgba(255, 255, 255, 0.7);
    position: absolute;

    color:#333;
    padding: 10px 0px;
    top:0;
    width: 100%;
    font-size:18px;
    font-weight:600;
    margin-top: 0;
}

#featured .title {
    font-size:20px;
    padding:10px 0;
    font-weight:bold;
    text-align:center;
    height: 60px;
}
#featured .location {
    font-size:13px;
}
#featured .price {
    font-size:20px;
    padding:10px 0;
    font-weight:bold;
    text-align:center;
}
#featured .ft-img {
    margin-top:20px;
}
#featured .bottom-link a {
    font-size:15px;
    transition:all ease 0.5s;
    color:#333;
}
#featured .bottom-link a:hover {
    color:#ccc;
}
#featured .caption p.prop-details {
    color:#333;
    line-height:27px;
    text-align:center;
}
#featured .bed {
    background: url("/images/bed.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
    background-size: auto 18px;
}
#featured .bath {
    background: url("/images/bath.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
    background-size: auto 18px;
}
#featured ul.overview {
    margin-bottom:10px;
    padding-left:0;
    position:relative;
}
#featured ul.overview li {
    clear:both;
    display:inline;
    font-weight: bold;
    padding: 5px 10px 5px 0;
}
#featured ul.overview li.ref {
    margin-left:0;
}
#featured ul.overview li.bed {
    background: url(/10003/images/bed.svg) no-repeat;
    background-size: 25px 25px;
    padding-left: 30px;
}
#featured ul.overview li.bath {
    background: url(/10003/images/bath.svg) no-repeat;
    background-size: 25px 25px;
    padding-left: 25px;
}
.item .caption-bottom {
    background: none repeat scroll 0 0 rgba(250,250,250,0.7);
    color: #333;
    font-size: 15px;
    left: 0;
    padding: 4px 5px;
    position: absolute;
    right: 0;
    bottom: 84px;
    z-index: 10;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.item .item:hover .caption-bottom {
    background: none repeat scroll 0 0 rgba(234, 234, 234, 0.6);
    padding: 2px 5px;
}
.item .title {
    margin-bottom:0;
    font-weight:bold;
    color:#444;
    font-size:19px;
    line-height:28px;
    padding-top:7px;
}


.item .prop-details {
    margin:0;
    text-align: center;
    margin-bottom: 10px;
}
.item .prop-details .bed {
    background-image:url(/10003/images/bed.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .prop-details .bath {
    background-image:url(/10003/images/bath.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .prop-details .area-built {
    background-image:url(/10003/images/built.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .prop-details .plot {
    background-image:url(/10003/images/plot.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .prop-details-grid {
    margin:0;
    text-align: center;
    margin-bottom: 10px;
}
.item .prop-details-grid .bed {
    background-image:url(/10003/images/bed.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 20px;
    background-size: auto 18px;
}
.item .prop-details-grid .bath {
    background-image:url(/10003/images/bath.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .prop-details-grid .area-built {
    background-image:url(/10003/images/built.svg);
    background-repeat:no-repeat;
    padding: 0px 3px 0 22px;
    background-size: auto 18px;
}
.item .prop-details-grid .plot {
    background-image:url(/10003/images/plot.svg);
    background-repeat:no-repeat;
    padding: 0 0px 0 34px;
    background-size: auto 18px;
}
.item .prop-details-list {
    margin:0;
    text-align: left;
    margin-bottom: 10px;
}
.item .prop-details-list .bed {
    background-image:url(/10003/images/bed.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .prop-details-list .bath {
    background-image:url(/10003/images/bath.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .prop-details-list .area-built {
    background-image:url(/10003/images/built.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .prop-details-list .area-built {
    background-image:url(/10003/images/plot.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
.item .caption-bottom-grid {
    background: none repeat scroll 0 0 rgba(250,250,250,0.7);
    color: #333;
    font-size: 15px;
    left: 0;
    padding: 4px 5px;
    position: absolute;
    right: 0;
    bottom: -132px;
    /*	z-index: 10;*/
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.item hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(50,50,50,0), rgba(50,50,50,0.75), rgba(50,50,50,0));
    background-image:    -moz-linear-gradient(left, rgba(50,50,50,0), rgba(50,50,50,0.75), rgba(50,50,50,0));
    background-image:     -ms-linear-gradient(left, rgba(50,50,50,0), rgba(50,50,50,0.75), rgba(50,50,50,0));
    background-image:      -o-linear-gradient(left, rgba(50,50,50,0), rgba(50,50,50,0.75), rgba(50,50,50,0));
}
.item .details {
    padding: 0;
    text-align: center;
}
.item .caption-bottom {
    background: none repeat scroll 0 0 rgba(250,250,250,0.7);
    color: #333;
    font-size: 15px;
    left: 0;
    padding: 4px 5px;
    position: absolute;
    right: 0;
    bottom: 84px;
    z-index: 10;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.item .item:hover .caption-bottom {
    background: none repeat scroll 0 0 rgba(234, 234, 234, 0.6);
    padding: 2px 5px;
}
.item .title {
    margin-bottom:0;
    font-weight:bold;
    color:#444;
    font-size:19px;
    line-height:28px;
    padding-top:7px;
}


#featured .captionf .prop-details {
    background-image:url(/10003/images//ico-info.png);
    background-repeat:no-repeat;
    background-position:center right;
    color:#fff;
}
#featured ul.overview {
    margin-bottom:10px;
    padding-left:0;
    position:relative;
}
#featured ul.overview li {
    clear:both;
    display:inline;
    font-weight: bold;
    padding: 5px 10px 5px 0;
}
#featured ul.overview li.ref {
    margin-left:0;
}
#featured ul.overview li.bed {
    background: url('/10003/images//bed.svg') no-repeat;
    background-size: 25px 25px;
    padding-left: 30px;
}
#featured ul.overview li.bath {
    background: url('/10003/images//bath.svg') no-repeat;
    background-size: 25px 25px;
    padding-left: 25px;
}


/* CMS Content */
img.pull-right {
    margin-left: 15px;
    margin-top: 0;
}
img.pull-left {
    margin-right: 15px;
    margin-top: 0;
}
.locations-center p {
    text-align:center;
}
/* Modal Dialog */
.modal-dialog {
    margin:80px auto 20px;
}
#modal-details{
    font-family: 'Roboto', sans-serif;
    margin-top:20px;
}
#result-header .query-text {
    font-size:16px;
    margin-top:8px;
}
#result-header .pagination {
    padding-right:10px;
}
#result-header #refineOptions ul {
    font-size:12px;
}
/*************** PAGINATION ***************/

.pagination {
    width:100%;
    color:#000;
    height:50px;
    padding:0;
    margin:20px 0 0 0;
    
}
.pbox-left{ float:left; }
.pbox-right{ float:right; text-align: right;   }
.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
    color:#000; 
    text-decoration:none;
    font-size:14px;
}
.pagination a.number {
    border: 1px solid #fff;
}

.pagination a.current,
.pagination a:hover{
    background: #7c9cb8;
    border: 1px solid #527ca0;
    color: #000;
}

.pagination a.current:hover {
    text-decoration: underline;
}	
.fpag .pagination a {
    color:#888989; 
}
.fpag .pagination a.number {
    border: 1px solid #888989;
}
.fpag .pagination a.current,
.fpag .pagination a:hover{
    background: #888989;
    border: 1px solid #888989;
    color: #fff;
}
.rtitle{
    float:left;
    width:80%
}
.sort-by-price {
    width:19%;
    float: right;

}

.sort-by-price strong {
    display:inline-block; 
    float:left; 
    margin:16px 10px 0 0;	
    font-size:10px;
    font:bold 12px Arial;
    color:#fff;
}
.sort-by-price ul {margin:0px;}
.sort-by-price .sbOptions {width:125px !important;z-index:99999; 	}
.icons2{
    width:100%;
    border-top:1px solid #888989;
    border-bottom: 1px solid #888989;
    padding:10px;
    text-align: center;
    height: 60px;
}
.icons2 ul{
    width:100%;
    margin:0 auto;
    padding:0;
    border:1px solid red;
}
.icons2 li{ 
    list-style: none; 
    width:25%;
    float:left; 
    color: #333;
    text-align: center;
    font-size:14px;
}

.icons2 i{ font-size:22px; color: #333; }
/*** Result Content ***/

#result-content .item {
    margin-bottom:20px;
    margin-top:0px;
    overflow:hidden;
    padding:10px;
}
#result-content .item a.overlay {
    display: block;
    position: relative;
}
#result-content .item a.overlay:hover .more {
    opacity: 0.2;
}
#result-content .item .more {
    background:#fff;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}
#result-content .item a img {
    height:100%;
    width:100%;
}
#result-content .img-wrapper {
    padding-top:70%;
    height:0;
    overflow:hidden;
    position: relative;
}
#result-content .img-inner {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
#result-content .list-view-img {
    margin: 0;
    height: 100%;
    width: 100%;
}


/*--- Result Content Item List ---*/	
.list-bgd{
    position:relative;
    overflow:hidden;
    background: #ffffff;
    margin:15px 0px;
    -webkit-transition: all 0.25s ease-in-out 0s!important;
    transition: all 0.25s ease-in-out 0s!important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    box-sizing: border-box;
    padding:15px;
}

.list-bgd2{
    position:relative;
    overflow:hidden;
    background: #ffffff;
    margin:15px;
    -webkit-transition: all 0.25s ease-in-out 0s!important;
    transition: all 0.25s ease-in-out 0s!important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    box-sizing: border-box;
    padding: 15px;
}
.list-bgd2 h3{
    text-align:center;
}

#result-content .item-list {
    margin-bottom:20px;
    text-align:left;
}
#result-content .item-list .caption2 {
    text-align:center;
}
#result-content .item-list h5 {
    font-size: 24px;
    color: #061f5c;
    font-family: 'Roboto', sans-serif;
    text-align:center;
}
#result-content .item-list h5 a.title {
    color: #061f5c;
}
#result-content .item-list .list-price {
    font-size:18px;
    line-height:28px;
    font-weight:500;
    font-family: 'Raleway', sans-serif;
    padding-left: 10px;
    color: #444;
    text-align:center;
}
#result-content .item-list p.abstract {
    padding-top:15px;
    height:280px;
}
#result-content .item-list .prop-details {
    margin:0;
    text-align: center;
    margin-bottom: 10px;
}
#result-content .prop-details-list {
    text-align: center;
    margin: 15px;
}
#result-content .prop-details-list .bed {
    background-image:url(/10003/images/bed.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
#result-content .item-list .bath {
    background-image:url(/10003/images/bath.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
#result-content .item-list .area-built {
    background-image:url(/10003/images/built.svg);
    background-repeat:no-repeat;
    padding:0 10px 0 22px;
    background-size: auto 18px;
}
#result-content .item-list .plot {
    background-image:url(/10003/images/plot.svg);
    background-repeat:no-repeat;
    padding:0px 10px 0px 34px;
    background-size: auto 18px;
}
#result-content .item-list .usrAddListing {
    margin-right: 1px;
}

#result-content .item-list .btn-view{
    margin-left:20px;
}
/*--- Result Content Item Grid ---*/	
#energetic-rating{
    position:absolute;
    width:72px;
    height:175px;
    margin-top:70px;
    margin-left:-50px;
    z-index:999999;
}
.er-{ background:url(/10003/images//er-.png) left bottom no-repeat; }
.er-a{ background:url(/10003/images//er-A.png) left bottom no-repeat; }	
.er-b{ background:url(/10003/images//er-B.png) left bottom no-repeat; }	
.er-c{ background:url(/10003/images//er-C.png) left bottom no-repeat; }	
.er-d{ background:url(/10003/images//er-D.png) left bottom no-repeat; }	
.er-e{ background:url(/10003/images//er-E.png) left bottom no-repeat; }	
.er-f{ background:url(/10003/images//er-F.png) left bottom no-repeat; }	
.er-g{ background:url(/10003/images//er-G.png) left bottom no-repeat; }
#full-specs #specs-items, #full-specs #specs-feat{
    padding:20px 0;
}
#specs-feat li{ 
    float:left; 
    width:50%; 
    font-size:14px;
}
#specs-feat h3{ color:#333; margin:0px; }
.thumbnail-grid{
    position:relative;
    overflow:hidden;
    background: #ffffff;
    -webkit-transition: all 0.25s ease-in-out 0s!important;
    transition: all 0.25s ease-in-out 0s!important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    box-sizing: border-box;
    padding:15px;
}

.thumbnail-grid .caro-heading{
    height:30px;
    font-weight:600;
    color:#061f5c;
    margin:5px 0px 10px 0;
}
.thumbnail-grid .caption2{
    text-align:center;
    margin-top:10px;
}

.thumbnail-grid .usrAddListing {
    color: #333;
    font-weight: normal;
    font-size:14px;
    margin-right:10px;
}
.thumbnail-grid .btn-view{
    font-size:12px;
    margin-left:10px;
}
/* ----- Property Status (Results Page) -----*/
#result-content .dspStatusUnderOffer, #result-content .dspStatusOffMarket, #result-content .dspStatusSold, #result-content .dspStatusFrontlineGolf, #result-content .dspStatusFrontlineBeach, #result-content .dspStatusBankRepossession, #result-content .dspStatusLuxury, #result-content .dspStatusExclusive, #result-content .dspStatusNone, #result-content .dspStatusReduced, #result-content .dspStatusFeatured, #result-content .dspStatusNewHome, #result-content .dspStatusPropertyOfTheMonth, #result-content .dspStatusPropertyOfTheWeek, #result-content .dspStatusOffPlan, #result-content .dspStatusNewDevelopment, #result-content .dspStatusUnderConstruction {
    color:#fff;
    width:100%;
    font-weight:500;
    padding:5px 0;
    background-color:#706F6F;
    background-image:url(/10003/images/bg-menu-trans.svg);
    background-repeat:repeat;
    display:block;
    position:absolute;
    z-index:1;
    font-size:18px;
    text-align:center;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
#result-content .item .dspStatusNone, #result-content .item-grid .dspStatusNone {
    background:none!important;
}
#result-content .item-grid:hover .dspStatusUnderOffer, #result-content .item-grid:hover .dspStatusOffMarket, #result-content .item-grid:hover .dspStatusSold, #result-content .item-grid:hover .dspStatusFrontlineGolf, #result-content .item-grid:hover .dspStatusFrontlineBeach, #result-content .item-grid:hover .dspStatusBankRepossession, #result-content .item-grid:hover .dspStatusLuxury, #result-content .item-grid:hover .dspStatusExclusive, #result-content .item-grid:hover .dspStatusNone, #result-content .item-grid:hover .dspStatusReduced, #result-content .item-grid:hover .dspStatusFeatured, #result-content .item-grid:hover .dspStatusNewHome, #result-content .item-grid:hover .dspStatusPropertyOfTheMonth, #result-content .item-grid:hover .dspStatusPropertyOfTheWeek, #result-content .item-grid:hover .dspStatusOffPlan, #result-content .item-grid:hover .dspStatusNewDevelopment, #result-content .item-grid:hover .dspStatusUnderConstruction {
    background-color:#005286;
}

/* Favourites Page */	

/* ----- Property Status (Favourites Page) -----*/
.fvrtItem .dspStatusUnderOffer, .fvrtItem .dspStatusOffMarket, .fvrtItem .dspStatusSold, .fvrtItem .dspStatusFrontlineGolf, .fvrtItem .dspStatusFrontlineBeach, .fvrtItem .dspStatusBankRepossession, .fvrtItem .dspStatusLuxury, .fvrtItem .dspStatusExclusive, .fvrtItem .dspStatusNone, .fvrtItem .dspStatusReduced, .fvrtItem .dspStatusFeatured, .fvrtItem .dspStatusNewHome, .fvrtItem .dspStatusPropertyOfTheMonth, .fvrtItem .dspStatusPropertyOfTheWeek, .fvrtItem .dspStatusOffPlan, .fvrtItem .dspStatusNewDevelopment, .fvrtItem .dspStatusUnderConstruction {
    background:rgba(32, 32, 32, 0.7);
    color:#fff;
    text-align:center;
    padding:5px 15px;
    display:block;
    position:absolute;
    z-index:104;
    top:0;
    font-weight:600;
}
.fvrtItem .dspStatusNone, .fvrtItem-grid .dspStatusNone {
    background:none!important;
}
.fvrtItem {
    margin-bottom:0;
    overflow:hidden;
    padding:10px;
    margin-top:20px;
    background:#ffffff;
    border:1px solid #eaeaea;
    box-sizing:border-box;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.fvrtItem .no-gutter {
    padding:0;
}
.fvrtItem a.overlay {
    display: block;
    position: relative;
}
.fvrtItem a.overlay:hover .more {
    opacity: 0.2;
}
.fvrtItem .more {
    background:#fff;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}
.fvrtItem a img {
    height:100%;
    width:100%;
}
.fvrtItem .img-wrapper {
    height:0;
    padding-top:70%;
    position: relative;
    overflow:hidden;
}
.fvrtItem .img-inner {
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
}
.fvrtItem .caption-top {
    margin: 15px 0 0 10px;
}
.fvrtItem .caption-top span {
    background:#eaeaea;
    padding:8px;
    margin:0 3px 0 0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}
.fvrtItem .caption {
    padding:5px 10px 10px;
    box-sizing:border-box;
    border-left:1px solid #eaeaea;
    line-height:27px;
    border: 1px solid #eaeaea;
    margin-top:35px;
}
.fvrtItem .category {
    background:#444;
    color:#fff;
    font-weight:600;
    display:block;
    padding-bottom:10px;
    padding-top:10px;
}
.fvrtItem h5 {
    font-size:21px;
    line-height:25px;
    font-weight:600;
    padding:0 10px;
    text-transform:uppercase;
    margin:4px 0;
}
.fvrtItem .abstract, .fvrtItem p {
    padding:0 10px;
    min-height:132px;
    margin:15px 0 35px;
}
.fvrtItem .location {
    font-size:15px;
    font-weight:600;
    margin-top:10px;
}
.fvrtItem .price {
    display:block;
    font-size:20px;
    font-weight:600;
    position:relative;
    color:#9b0000;
    text-transform:uppercase;
}
.fvrtItem .category {
    background:#444;
    color:#fff;
    font-weight:600;
    display:block;
    padding-bottom:10px;
    padding-top:10px;
}
.fvrtItem .caption {
    padding: 5px 0;
}
.fvrtItem .title {
    font-size:19px;
    padding:10px 0;
    font-weight:bold;
}
.fvrtItem .location {
    font-size:13px;
}
.fvrtItem .price {
    display:block;
    font-size:18px;
    font-weight:bold;
    padding:0 10px;
    position:relative;
    color:#cb0000;
    text-transform:uppercase;
}
.fvrtItem .fa {
    margin-right:5px;
}
.fvrtItem ul.overview {
    padding-bottom:3px;
    padding-top:0;
    position:relative;
}
.fvrtItem ul.overview li {
    display:block;
}
.fvrtItem .lid {
    display:none;
    visibility:hidden;
}
.fvrtItem .btn-view {
    margin-top:-8px;
    max-width:220px;
}
.fvrtItem .usrAddListing {
    padding:7px 10px;
    border:1px solid #ccc;
    margin:10px 0 0 0;
    background:#eaeaea;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-raduis:0;
}
.fvrtItem .display-status {
    font-size:20px;
    line-height:27px;
    color:#0099cc;
    padding:0 80px 0 0;
    text-align:left;
}
.fvrtItem .fa {
    margin-right:2px;
    font-size:15px;
}
.fvrtItem ul.overview {
    margin: 18px 0 28px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
.fvrtItem ul.overview li {
}
.fvrtItem ul.overview li.ref {
    margin-left:0;
}
.fvrtItem ul.overview li.bed {
    background: url('/10003/images//icon-bed.png') no-repeat;
    background-size: 25px 25px;
    padding-left: 30px;
}
.fvrtItem ul.overview li.bath {
    background: url('/10003/images//icon-bath.png') no-repeat;
    background-size: 25px 25px;
    padding-left: 25px;
}
.fvrtItem .btn-view-listing {
    background:#fff;
    border:none;
    clear:both;
    margin-top:1px;
    text-align:left;
    text-transform:uppercase;
    color:#fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.fvrtItem .btn-view-listing:hover {
    background:transparent;
}
.fvrtItem .rmv {
    cursor:pointer;
}
.fvrtItem .rmv-list {
    padding:7px 10px;
    border:1px solid #ccc;
    margin:5px 0 0 0;
    background:#f0f0f0;
    color:#231f20;
    font-weight:normal;
}
span.lid, span.genus, span.menuItem {
    display:none;
    visibility:hidden;
}
/*--- Result Content fvrtItem Grid ---*/	
.fvrtItem-grid {
    background:#fff;
    margin-bottom:20px;
    text-align:center;
    -webkit-transition: all 0.25s ease-in-out 0s!important;
    transition: all 0.25s ease-in-out 0s!important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
}
.fvrtItem-grid .no-gutter {
    padding:0;
}
.fvrtItem-grid:hover {
}
.fvrtItem-grid a.overlay {
    display: block;
    position: relative;
}
.fvrtItem-grid .more {
    background:#fff;
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
    /*background-image:url(/10003/images/icon-hand.svg);*/
    background-repeat:no-repeat;
    background-position:95% 95%;
    opacity:0;
}
.fvrtItem-grid a.overlay:hover .more {
    /*background-image:url(/10003/images/icon-hand.svg);*/
    /*background-image:url(/10003/images/icon-hand.svg);*/
    background-repeat:no-repeat;
    background-position:95% 95%;
    opacity:0.2;
}
.fvrtItem-grid a img {
    height:100%;
    width:100%;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.fvrtItem-grid .img-wrapper {
    padding-top:67%;
    height:0;
    overflow:hidden;
    position: relative;
}
.fvrtItem-grid .img-inner {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
.fvrtItem-grid .caption {
    padding:0;
    /*border-left: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;*/
    box-sizing: border-box;
    background:#fff;
}
.fvrtItem-grid .caption2 {
    background-color:#eaeaea;
    background-image:url(/10003/images/bg-menu-light.svg);
    background-repeat:repeat;
    padding:6px 0;
    color:#333;
    border-bottom:3px solid #706F6F;
}
.fvrtItem-grid .caption2 a {
    color:#333;
}
.fvrtItem-grid .display-status {
    background:rgba(255, 255, 255, 0.8);
    bottom: auto;
    color:#706F6F;
    font-size: 20px;
    left: 0;
    padding: 7px 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.fvrtItem-grid:hover .display-status {
    background-color:#005286;
}
.fvrtItem-grid .favourite-bit {
    padding:7px 0;
    margin-bottom:0;
    border-bottom:1px solid #eaeaea;
}
.fvrtItem-grid .favourite-bit a {
    color:#231f20;
    font-weight:normal;
}
.fvrtItem-grid .caption-bottom {
    color:#fff;
    width:100%;
    font-weight:500;
    padding:5px 0;
    background-color:#706F6F;
    background-image:url(/10003/images/bg-menu-trans.svg);
    background-repeat:repeat;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.fvrtItem-grid:hover .caption-bottom {
    background-color:#005286;
}
.fvrtItem-grid:hover .caption-bottom .ft-img .bedbath {
    fill:#fff;
}
.fvrtItem-grid .caption-bottom .ft-img {
    width:24px;
    height:24px;
    margin-top:-6px;
    vertical-align:middle;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.fvrtItem-grid .caption-bottom .ft-img .bedbath {
    fill:#fff;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.fvrtItem-grid .prop-details {
    margin-bottom:0;
}
.fvrtItem-grid .caption-bottom2 {
    background-color:#eaeaea;
    background-image:url(/10003/images/bg-menu-light.svg);
    background-repeat:repeat;
    padding:1px 0;
    color:#333;
    border-bottom:3px solid #706F6F;
}
.fvrtItem-grid:hover .caption-bottom, .fvrtItem-grid:hover .caption-bottom2 {
    padding: 5px 25px;
}
.fvrtItem-grid .caption-bottom img, .fvrtItem-grid .caption-bottom2 img {
    width:24px;
    height:24px;
    margin-top:-7px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.fvrtItem-grid .category {
    background:#444;
    color:#fff;
    font-weight:600;
    display:block;
    padding-bottom:10px;
    padding-top:10px;
}
.fvrtItem-grid .title {
    color: #333;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    padding-top: 7px;
}
.fvrtItem-grid .price {
    font-size: 19px;
    margin:3px 0;
    padding: 0 0 3px;
}
.fvrtItem-grid .ref {
    margin-bottom:0;
}
.fvrtItem-grid .fa {
    margin-right:5px;
}
.fvrtItem-grid ul.overview {
    padding-top:0;
    position:relative;
    color: #1b2857;
}
.fvrtItem-grid ul.overview li {
    clear: both;
    display: inline-block;
}
.fvrtItem-grid ul.overview li img {
    width:28px;
    margin-top:-11px;
}
.fvrtItem-grid .lid {
    display:none;
    visibility:hidden;
}
.fvrtItem-grid .btn-view {
    margin-top:-6px;
    max-width:220px;
}
.fvrtItem-grid .btn-view-listing {
    font-weight:normal;
}
.fvrtItem-grid .bottom-link {
    padding:7px 0;
    margin:0 0 0 0;
}
.fvrtItem-grid .usrAddListing {
    color:#231f20;
    font-weight:normal;
}
/*Favourites comparator Div*/
div.comparator-container {
    overflow: auto;
}
div.fvrt-compare-index {
    width:250px;
    margin-top: 16px;
}
.favourite {
    width: 280px;
    float: left;
    margin: 0 15px;
}
ul.compare-list {
    margin-top: 290px;
    padding: 0;
}
ul.compare-list li {
    list-style: none;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 1px 5px;
    font-weight:500;
    height:25px;
}
ul.compare-item-list {
    margin-top:0px!important;
}
ul.compare-item-list li {
    list-style: none;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 1px 5px;
    text-align: center;
    height:25px;
}
ul.compare-item-list li img {
    margin:1px auto 0;
}
h3.view-mode {
    text-align: right;
    color: #666;
    font-size:  20px;
}
h3.view-mode a {
    text-align: right;
    font-size:  20px;
}
.rmvcmpr {
    background: -webkit-repeating-linear-gradient(135deg, #eaeaea, #eaeaea 5px, #fafafa 5px, #fafafa 10px);
    background: -moz-repeating-linear-gradient(135deg, #eaeaea, #eaeaea 5px, #fafafa 5px, #fafafa 10px);
    background: -ms-repeating-linear-gradient(135deg, #eaeaea, #eaeaea 5px, #fafafa 5px, #fafafa 10px);
    background: -o-repeating-linear-gradient(135deg, #eaeaea, #eaeaea 5px, #fafafa 5px, #fafafa 10px);
    background: repeating-linear-gradient(135deg, #eaeaea, #eaeaea 5px, #fafafa 5px, #fafafa 10px);
    color:#706F6F;
    text-align:center;
}
/* Disabled Links 
.nav-tabs2 > li.active > a.disabled-links, .nav-tabs2 > li.active > a.disabled-links:hover, .nav-tabs2 > li.active > a.disabled-links:focus {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background:#ccc;
        border-color: none;
        border-image: none;
        border-style: none;
        border-width: none;
        color: #888;
        cursor:default;
}
.nav-tabs2 > li > a.disabled-links {
        color:#888;
        cursor:default;
}
.nav > li > a.disabled-links:hover, .nav > li > a.disabled-links:focus {
        background:#ccc;
        cursor:default;
}*/
/* Listing Page */
#frmEnquiryBodyFixed {
    background: none repeat scroll 0 0 #eaeaea;
    padding: 20px 15px 10px 10px;
    overflow: hidden;
}
#frmEnquiryBodyFixed .radio, #frmEnquiryBodyFixed .checkbox {
    margin-left:20px;
}
#listing-main {
    position:relative;
    float:left;
    width:100%;
    padding-top: 7px;
    background: #ffffff;
}
.slider-banner{
    position:absolute;
    margin-top: 140px;
    margin-left:75%;
    z-index:999;
    max-width:200px;
}
h1.list-slider-text {
    background:rgba(155, 155, 155, 0.8);
    padding:15px 20px;
    color:#fff;
    font-weight:600;
    position:absolute;
    top:50px;
    left:0;
}
h2.list-slider-text {
    background:rgba(255, 255, 255, 0.8);
    padding:15px 20px;
    color:#333;
    font-weight:600;
    position:absolute;
    top:115px;
    left:0;
}
#listing-details-top {
    background:#eaeaea;
    position:relative;
    width:100%;
    float:left;
    min-height:2px;
    margin-bottom:2px;
}
#listing-details-top .listings-tab {
    box-sizing:border-box;
    border-right:1px solid #ccc;
    padding:10px 0;
    text-align:center;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.border-left {
    border-left: 1px solid #ccc;
}
#listing-details-top .listings-tab:hover {
    background:#ccc;
}
#listing-details-top a {
    color:#333;
    line-height:15px;
    font-size:13px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#listing-details-top .listings-tab:hover {
    color:#9b0000;
}
#listing-details-top a.disabled-links {
    color:#999;
    cursor:default;
}
#listing-details-top a.disabled-links .listings-tab:hover {
    color:#999;
    background:#eaeaea;
    cursor:default;
}
#listing-details-top a .fa, #listing-details-top a img {
    margin-bottom:15px;
}
#listing-details-top .fa {
    font-size:30px;
    line-height:30px;
}
#listing-details-mid {
    background:#fff;
    position:relative;
    width:100%;
    float:left;
    padding:10px 0 30px;
}
#listing-details-mid hr.fancy {
    margin:25px 0 35px;
}
#listing-details-mid h2 {
    text-transform:uppercase;
    font-weight:600;
    margin-top:15px;
}
#listing-details-mid h4 {
    margin:20px 0 10px;
    font-weight:600;
    color:#9b0000;
}
#listing-details-mid h4.minus-top {
    color: #333;
    font-size: 18px;
    margin-top: 12px;
}
#listing-details-mid h4.bgtab {
    background: none repeat scroll 0 0 #eaeaea;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    color:#9b0000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    margin: 20px 0 0 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
#listing-details-mid ul {
    margin:0;
    padding:0;
}
ul.share-buttons {
    list-style: outside none none;
}
ul.share-buttons li {
    display: inline;
    margin-right: 5px;
}
#listing-details-mid ul li {
    list-style:outside none none;
}
#listing-details-mid .six-hun {
    font-weight:600;
}
.quick-links li.last {
    border:none;
}
.quick-links-rhs li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 20px;
    padding: 3px 0;
}
.quick-links-rhs li.last {
    border: medium none;
}
.quick-links-rhs li .bb {
    font-weight: 600;
}
#listing-header, #listing-content {
    padding-bottom:10px;
    padding-top:10px;
}
table.overview {
    width:100%;
}
table.overview td {
    background:#fff;
    border:1px solid rgba(0, 0, 0, 0.1);
    font-size:14px;
    padding:3px 10px 4px 10px;
}
table.overview td.title {
    font-weight:bold;
    text-align:right;
}
table.overview td.data {
}

#listing-content .abstract {
    margin-bottom:20px;
}

/* Listing seperate gallery */
.ekko-lightbox .modal-dialog {
    width:100%;
}
#gallery-images a img {
    margin:10px 0;
    padding:5px;
    height:240px;
    width:100%;
    box-sizing:border-box;
    background:#eaeaea;
    border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#gallery-images a img:hover {
    opacity:0.9;
}
#frmEnquiryBodyFixed {
    background: none repeat scroll 0 0 #eaeaea;
    min-height: 380px;
    overflow: hidden;
    padding: 23px 15px 20px 10px;
}
#frmEnquiryBodyFixed h3 {
    margin:0;
    padding:0 0 15px 10px;
}
form label.frmEnquirylblFixed {
    bottom: 5px;
    font-size: 12px;
    left: 11px;
    text-transform: capitalize;
    width: 38%;
}
.frmEnquiry .form-control {
    padding:4px 5px;
}
#frmEnquiryBodyFixed label a {
    color:#9b0000;
}
#frmEnquiryBodyFixed .radio input[type="radio"], #frmEnquiryBodyFixed .radio-inline input[type="radio"], #frmEnquiryBodyFixed .checkbox input[type="checkbox"], #frmEnquiryBodyFixed .checkbox-inline input[type="checkbox"] {
    margin:0 5px 0 -13px;
    position:relative;
}
#frmEAF label a {
    color:#9b0000;
}
#frmEAF .radio input[type="radio"], #frmEAF .radio-inline input[type="radio"], #frmEAF .checkbox input[type="checkbox"], #frmEAF .checkbox-inline input[type="checkbox"] {
    margin:0 5px 0 0;
    position:relative;
}
#listing-header, #listing-content {
    padding-top:5px;
    padding-bottom:5px;
}
#listing-header h1{

    color: #444;
    font-size:28px;
}
table.overview {
    width:100%;

}
table.overview td {
    background:#fff;
    padding: 10px 10px 10px 10px;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
    font-size:14px;
}
table.overview td.title {
    font-weight:bold;
    text-align:right;
    text-align:left;
}
table.overview td.data {
}
#listing-header .price {
    color: #444;
    font-size: 24px;

}
#listing-header .btn-favourite {
    margin-top:15px;
    text-align:center;
    padding:5px 10px;
    border:1px solid #ccc;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #706F6F;
    font-weight:normal;
    background-color: #f5f5f5;
}
#listing-header .btn-favourite:hover {
    color:#231f20;
}
#listing-content .listing-gallery {
    width:100%;
    min-height:500px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    background-color:#fff;
}
#listing-content .abstract {
    margin:20px 0;
    text-align:justify;
}
#listing-content .listing-feature {
    margin:0;

}

h2.price {
    margin-top:22px;
    float: right;
}
input.error, select.error, textarea.error {
    border: 1px solid red;
    float: left;
}
div.error {
    color: red;
    margin-top: 10px;
}
#pdfContainer {
    bottom: 0;
    display: none;
    position: relative;
    background: #E4E4E4;
    padding: 15px;
    margin-bottom: 10px;
}
#pdfContainerInner {
}
#enquiryContainer {
    bottom: 0;
    display: none;
    position: relative;
    background: #E4E4E4;
    padding: 15px;
    margin-bottom: 10px;
}
#enquiryContainerInner {
}
#eafContainer {
    bottom: 0;
    display: none;
    position: relative;
    background: #E4E4E4;
    padding: 15px;
    margin-bottom: 10px;
}
#eafContainerInner {
}
#lmXtra {
    visibility: hidden;
    display: none;
}
/* Rental Data */
#listing-content .rental {
    width:98%;
    margin:10px 1% 10px 1%;
    float:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f4f4f4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f4f4), to(#E2E2E2));
    background: -webkit-linear-gradient(#f4f4f4, #E2E2E2);
    background: -moz-linear-gradient(#f4f4f4, #E2E2E2);
    background: -ms-linear-gradient(#f4f4f4, #E2E2E2);
    background: -o-linear-gradient(#f4f4f4, #E2E2E2);
    background: linear-gradient(#f4f4f4, #E2E2E2);
    padding:0 0 5px 0;
}
#listing-content .rental table {
    font:normal 12px/30px Verdana, Geneva, sans-serif;
    width:98%;
    margin:1%;
}
#listing-content .rental table td {
    width:20%;
    padding:0;
}
#listing-content .rental table td.title {
    font-weight:bold;
    padding:0 5px 0 5px;
    text-align:right;
}
#listing-content .description {
    float:left;
}
#listing-content #energy-container {
    margin:20px 10px 20px 0;
    line-height:18px;
}
/* ----- Property Status (Listing Page) -----*/
#listing-content .dspStatusUnderOffer, #listing-content .dspStatusOffMarket, #listing-content .dspStatusSold, #listing-content .dspStatusFrontLineGolf, #listing-content .dspStatusFrontLineBeach, #listing-content .dspStatusBankRepossession, #listing-content .dspStatusLuxury, #listing-content .dspStatusExclusive, #listing-content .dspStatusNone, #listing-content .dspStatusReduced, #listing-content .dspStatusFeatured, #listing-content .dspStatusNewHome, #listing-content .dspStatusPropertyOfTheMonth, #listing-content .dspStatusPropertyOfTheWeek, #listing-content .dspStatusOffPlan, #listing-content .dspStatusUnderConstruction {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 15px;
    padding: 7px 10px;
    position: absolute;
    top: 2px;
    z-index:100;
    font-size:13px;
}
#listing-content .dspStatusNone {
    background:none!important;
}
/* ----- Forms ----- */
/* Global */
/* Input Error */
input.error, select.error {
    border: 1px solid red;
}
/* Hide the José field */
#lmXtra {
    display: none;
    visibility: hidden;
}
/* Call Back form */
#frmCallBack div.error, #frmNewsletter div.error, #frmContactMain div.error, #frmEnquiryFixed div.error {
    width: 0px;
    display: none!important;
}
#frmCallBack label {
    color:#fff;
    font-weight:normal;
    text-transform:uppercase;
}
#frmCallBack label a {
    color:#cb0000;
}
#frmCallBack .radio input[type="radio"], #frmCallBack .radio-inline input[type="radio"], #frmCallBack .checkbox input[type="checkbox"], #frmCallBack .checkbox-inline input[type="checkbox"] {
    margin:0 5px 0 0;
    position:relative;
}

/* Extra Small */
.smallExtra {
    font-size:9px;
}
.radio-inline {
    padding-top:0!important;
}
label {
    color:rgba(0, 0, 0, 0.7);
    font-size:12px;
    margin-bottom:2px;
    margin-top:3px;
    font-weight:500;
}
.form-group {
    margin-bottom:15px;
}
.form-control {
    border-radius: 0;
    color:#333;
    font-size:14px;
    background-color: #fff;
    font-family: inherit;
}


/* Search Form */
#search {
    position:absolute;
    width:100%;
    margin-top: -2px;
    z-index:2;
}
#search-sr{
    position:relative;
    background-color: #fff;
    z-index:2;
    margin-top: 63px;
}
.sh-wrapper{
    background-color:#f5f4f3;
    height:115px;
    padding:15px 0 10px 0;
}
.search-tabs{
    margin-top: 0px;
    z-index: 2;
}
.search-title{
    position:relative;
    margin-top: -50px;
    background-color: #f5f4f3;
    padding:10px 18px 18px 18px;
    border-radius:10px 10px 0px 0px;
    font-size: 15px;
    font-weight:600;
    max-width: 420px;
    color:#061f5c;
    text-transform: uppercase;
    text-align: center;
}
.search-cont{
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
}
#search-area {
    width:100%;
    z-index:100;
    margin-top:55px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top:2px;
}
.radio, .checkbox {
    margin-top:6px;
}
.side .col-sm-12,  .side .col-sm-6,  .side .col-md-6 {
    padding-left:5px;
    padding-right:5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-radius:0;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    color:#333;
}
.search {
    color: #fff;
    z-index: 2;
    padding:0px 0px 16px;;
}
.search label {
    color:#333;
    display:inline-block;
    font-weight:normal;
    margin-bottom:2px;
    font-size:12px;
    padding-top:10px;	
}
.search label.chklabel {
    color: #000;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.search label.checkbox,  .search label.radio {
    color:#333;
}
.search label.multiselect-group {
    font-size: medium;
    font-weight: bold;
}
.search .btn-group {
    display: block;
    width:100%;
}
.search .btn {
    border-radius: 0;
    font-size: 12px;
    height: 40px;
    margin-bottom: 2px;
    text-align: left;
}
.search .multiselect-container {
    background:#fff;
    text-align:left;
    width:100%;
    margin-top: 33px;
    padding:0 23px;
}
.search .multiselect-container > li {
    margin: 0 0 0;
}
.search .multiselect-container li a {
    padding: 0 10px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background:#ccc;
}
.search .multiselect {
    display:block;
    width:100%;/*margin-bottom:5px;*/
    background-color:#eee;
}
.search .multiselect:hover {
    color:#333;
}
.search .sr-only {
    position:relative;
}
.search .label-search {
    margin-top:14px;
}
.search input {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.search .form-control {
}
.search .form-group {
    margin-bottom:0;
    clear:both;	
}
.search input#keyword, .search input#reference {
    margin-bottom:-10px;
}
.search a {
    font-weight:600;
    font-size:14px;
    position:relative;
    color: #fff;
}
.search a:hover {
    color:#fff;
}
.search-box {
    padding:0px 5px;
}
.btn-search {
    background:#706F6F;
    border:1px solid #706F6F;
    color:#fff;
    margin-bottom:10px;
    text-align:center!important;
    font-size: 16px !important;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn-search:hover {
    background:#333;
    border:1px solid #333;
    color:#fff;
}
.search-map{
    margin-bottom:-38px;
}
.btn-search-map {
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
    border:1px solid #4075C5;
    color:#fff;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:12px;
    text-align:center!important;
    text-transform:uppercase;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    white-space: normal;
}
.btn-search-map:hover {
    background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
    border:1px solid #4075C5;
    color:#fff;
}
.search-login {
    text-align:center;
    background:#fff;
    border:1px solid #ccc;
    border-radius:0;
    margin-top:38px;
    padding:7px 11px;
    font-size:19px;
    color:#444;
}
.search-login a {
    color:#444;
    font-size:19px;
    line-height:18px;
    font-weight:normal;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search-login a:hover {
    color:#231F20;
}
.search-login .fa {
    font-size:60px;
    font-weight:normal;
    margin-top:20px;
}
.search-login .xis {
    margin-top:7px;
    margin-bottom:3px;
    margin-left:auto;
    margin-right:auto;
    max-width:40px;
}
.search-login .saved, .search-login .saved a {
    font-size:15px;
}
.search-fav {
    width:104px;
    padding-bottom:7px;
}
.login-fail-msg {
    text-align: center;
    color: red;
    display: none;
}
.map-form {
    visibility: hidden;
    display:none;
}
.map-btnsearch-content {
    position: relative;
    bottom: 40px;
    text-align:right;
}
.rhs-bottom .form-group {
    padding:0 0 5px 0;
}

/* Map Lists */
ul.map-list {
    margin:0;
    padding:0 10px;
    box-sizing:border-box;
}
ul.map-list li {
    list-style:none;
    width:50%;
    float:left;
}
ul.map-list li input {
    margin-right:7px;
}

/* Contact Form */
.form-control::-moz-placeholder {
    color:#999;
}
#frmContactMain {
    margin-top:30px;
}
#frmContactMain label {
    color:#333!important;
    font-size:14px;
    text-transform: none;
}
#frmContactMain label a {
}
#frmContactMain .radio input[type="radio"], #frmContactMain .radio-inline input[type="radio"], #frmContactMain .checkbox input[type="checkbox"], #frmContactMain .checkbox-inline input[type="checkbox"] {
    margin:0 5px 0 0;
    position:relative;
}

/* favourites registration */
#usrCreate label a {
}
#usrCreate .radio input[type="radio"], #usrCreate .radio-inline input[type="radio"], #usrCreate .checkbox input[type="checkbox"], #usrCreate .checkbox-inline input[type="checkbox"] {
    margin:0 5px 0 0;
    position:relative;
}

/* Map - on contact page */ 
.google-maps {
    border:5px solid rgba(0, 0, 0, 0.1);
    height: 0;
    margin-bottom:20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 47.1%; /* This is the aspect ratio  */
    padding-left:15px;
    padding-top: 25px;
    padding-right:15px;
}
.google-maps iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    -moz-box-sizing: border-box;
}
.google-maps-inner {
    border:5px solid #E6E6E6;
    height: 0;
    margin-bottom:30px;
    overflow: hidden;
    position: relative;
    padding-bottom: 68.8%; /* This is the aspect ratio  */
    padding-left:15px;
    padding-top: 15px;
    padding-right:15px;
}
.google-maps-inner iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    -moz-box-sizing: border-box;
}

/* IE svg fix */
ie9 img[src*=".svg"] {
    width: 100%;
}

/*parallax*/
section.module.parallax h2{
    font-weight: 400;
    color: #061f5c;
    text-transform:uppercase;
    margin-left:20px;
    font-family: 'Roboto', sans-serif;
    font-size:22px;
}
section.module.parallax p {
    font-weight: 400;
    color: #333;
    margin-left: 20px;
}
section.module.parallax a {
    font-weight: 600;
    color: #061f5c;
    font-family: 'Roboto', sans-serif;
}
section.module.parallax {
    height: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.module.parallax-1 {
    background-image: url("/10003/images//para1.jpg");
    height: inherit;
    border-top: solid 4px #061f5c;
}
.para-img{
    width: 340px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
    margin-top: 29px;
}
.long-logo{	
    text-align:center;
    padding-top:40px;
}
.small-logo{
    max-height: 28px;
}
.intro-para{
    text-align:center;
    margin-bottom:40px;
}
.sell-holder {
    margin: 100px 0px 100px;
    background: rgba(229, 236, 240, 0.92);
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    height: 295px;
    border:solid 1px #fff;
}
.sell-holder  a{
    color: #061f5c;
}
.sell-img{margin-top: -25px;/* margin-bottom: 170px; *//* min-height:40px; */}
.sell-title{
    font-size:18px;
    line-height:27px;
    display:inline-block;
}

/*Tooltip search*/                
.tooltip-menu > ul{
    text-transform: capitalize;
}

/*Accuweather Widget*/
#weather{

}
#weather .aw-widget-36hour-inner {
    background: none!important;
    font-family:
        'Source Sans Pro', sans-serif;
}
#weather div.aw-widget-36hour-inner{
    min-width:200px;
}
#weather .aw-more-block {
    display:none;
}
#weather .aw-more-block-first{
    display:none;
}
#weather .aw-six-hours {
    display:none;
}
#weather .aw-logo{
    visibility:hidden;
    display:none!important;
}
#weather div.aw-search-temp-unit{
    display:none;
    visibility:hidden;
}
#weather #link_get_widget{
    display:none;
    visibility:hidden;
}
#weather div.aw-widget-36hour-inner div.aw-fc-status{
    display:none;
    visibility:hidden;
}
#weather .lt-480 div.aw-widget-36hour-inner a.aw-arrow.aw-arrow-right{
    display:none;	
}
#weather div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours span.aw-day-details{
    visibility:hidden;
    display:none!important;	
}
#weather div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li a .aw-bg{
    border:0px!important;
}
#weather div.aw-widget-36hour-inner div.aw-top-content{
    border:0px!important;
} 
#weather div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li h3{
    color: #706F6F!important;
    font-family:'Source Sans Pro', sans-serif;
    font-weight:500!important;
}
#weather div.aw-widget-36hour-inner div.aw-widget-content{
    border-bottom:0px!important;
}
#weather .lt-480 div.aw-widget-36hour-inner div.aw-widget-content a.aw-current-weather{
    padding-top:0px!important;
    border-bottom:solid 2px #ccc!important;
}
#weather div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li.night a, div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li.night p {
    color:#666!important;
}
#weather .lt-950 div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours span.aw-real-feel {
    display:none!important;	
}
#weather div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours p.aw-day-message{
    display:none!important;	
}
#weather  div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours{
    padding-top:00px!important;
}
#weather .lt-480 div.aw-widget-36hour-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-info span.aw-icon {
    background-size: 130px 80px!important;
    padding-bottom:10px!important;
    height: 80px!important;
}
#weather  div.aw-widget-36hour-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-info span.aw-temperature-today sup{
    vertical-align:middle!important;	
}
#weather div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li a {
    color: #000!important;
}
#weather div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li.night a, div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li.night p {
    color:#000!important;
}
#weather .lt-480 div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li a .aw-info {
    height: 120px!important;
}
#weather .lt-480 div.aw-widget-36hour-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-info {

    padding-bottom: 0px!important;
}
#weather .lt-480 div.aw-widget-36hour-inner div.aw-widget-content {
    padding-bottom: 10px!important;
}

/*panel bgds*/
#weather div.aw-widget-36hour .bg-s, .aw-widget-36hour .tbg-s, .aw-widget-current .bg-s, .aw-widget-current .tbg-s {
    background:none!important;
}
#weather .aw-widget-36hour .bg-c, .aw-widget-36hour .tbg-c, .aw-widget-current .bg-c, .aw-widget-current .tbg-c {
    background:none!important;
}
#weather .aw-widget-36hour .bg-su, .aw-widget-36hour .tbg-su, .aw-widget-current .bg-su, .aw-widget-current .tbg-su{
    background:none!important;
}
#weather .aw-widget-36hour .bg-t, .aw-widget-36hour .tbg-t, .aw-widget-current .bg-t, .aw-widget-current .tbg-t{
    background:none!important;
}
#weather .aw-widget-36hour .bg-cl, .aw-widget-36hour .tbg-cl, .aw-widget-current .bg-cl, .aw-widget-current .tbg-cl{
    background:none!important;
}
#weather .aw-widget-36hour .bg-r, .aw-widget-36hour .tbg-r, .aw-widget-current .bg-r, .aw-widget-current .tbg-r {
    background:none!important;
}
#weather .aw-widget-36hour .bg-f, .aw-widget-36hour .tbg-f, .aw-widget-current .bg-f, .aw-widget-current .tbg-f {
    background:none!important;
}
#weather .aw-emergency-header{
    display: none;
}
/* Bootstrap Tumbinail */
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
    max-height: 180px;
    min-width: 238px;
}
.favourites-links {
    color: #706F6F!important;
}
.frmlistproperty {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.form-style{
    background-color: white;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.form-messages {
    height: 100px!important;
}
#vip-panel {
    width: 120px;
    position: absolute;
    margin: 139px 0px 0px 1016px;
    z-index: 2;
    align-content: right;
}
#vip-panel2 {
    width: 180px;
    position: absolute;
    top: 250px;
    right: 20%;
    z-index: 2;
}
.vip-viewing {
    /* margin: auto; */
    max-width: 120px;
    max-height: 100%;
}
.cei-logo {
    margin-left: 30px;
    width: 60px;
}

.rsContainer {
    z-index: 1; 
}
.rsOverflow{
    margin-top: -0px;
    height:100%!important;
    width:100%!important;
}
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
    background: none!important;
    color: #FFF;

}
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: #fff!important;
    color: #FFF;
    margin-bottom: 10px;
    /* height: 100%; */
}
.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 32px 32px 0 0;
    width: 32px;
    height: 32px;
    background: url('/10003/images//rs-default.png') 0 0;
    background-color: rgba(0,0,0,0.4);
    border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0,0,0,0.9);
}
#mobile-search{
    display:none;
}
.top30 { margin-top:30px;}	
.object-fit_fill { 
    width:100%;
    min-height:100% 
}
.lpa-logo{
    float:right;
    max-width: 51%;
    padding: 20px;
}
.feat-hdg{
    height:40px;
}
.feat-txt{
    height:200px;
    overflow:hidden;
}
.waves {
    height: 38px;
    margin-bottom: 14px;
}
#rk {
    height:400px;
    width:100%;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
#location-map{
    border-top:solid 3px #fff;
    margin:0;
}
#login-tab{
    position: absolute;
    top: 148px;
    z-index: 4;
    margin-left: 1006px;
}
#lng-switch{
    font-size: 14px;
    margin-left: 966px;
    position:absolute;
    z-index:4;
    background-color: #001f5b;
    padding: 5px 10px;
    border-radius: 0px 0px 6px 6px;
}
#lng-switch a{
    color:#fff;
}
.lng-flag{

    margin: 0px 1px;
}
.cms{
    margin-top:50px;
    margin-bottom:50px;
}
#logo-mob-panel{
    display:none;
}
footer .address {
    margin:0px auto;
    text-align:center;
    font-family: 'Roboto', sans-serif;
}
.mob-back{
    display:none;
}

/* Similar listings*/
#similar {
    /* margin-top: 2px; */
    margin-bottom: 0px;
    background-color: #eee;
    padding: 10px 0px;
}
.similar-wrap td {
    max-width: 300px;
    padding: 20px;
}
.similar-wrap td:first-child {
    padding-left: 0;
    max-width: 280px;

}
.similar-wrap td:last-child {
    padding-right: 0;
    max-width: 280px;
}
.similar-item-image img {
    width: 100%;
    height: 160px;
}
.similar-item-price {
    margin-top: 0px;
}
a.overlay {
    display: block;
    position: relative;
}
.similar-item-country {
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    min-height:48px;
    /* height: auto; */
}
.similar-title{
    font-size:20px;
}
.similar-item-price {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    height: auto;
}
.similar-item {
    padding: 10px;
    width: 23%;
    background-color: #ffffff;
    margin: 10px;
    border-radius: 4px;
}
.similar-item-one {
    padding: 10px;
    width: 23%;
    background-color:#fff;
    margin: 10px;
    border-radius: 4px;
}
#region-map{
    height:380px;
    width:100%;
}
.profile-text {
    padding: 10px 30px 10px 0px;
}
#agents{
    background-color: #e5ecf0;
    border-bottom: solid 2px #fff;
}
#agents .fa{
    margin:10px 10px 2px 0px;
    font-size:24px;
    color: #7c9cb8;
}
.team1-res{margin-bottom:20px;}
.team-profile {
    border-radius: 20px;
    max-width: 80%;
    margin-top: 25px;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
}
.team-profile:hover {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .1s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .1s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .1s ease-in-out;
}
.team-profile-sm {
    border-radius: 100%;
    max-width: 80%;
    margin: 10px 0px 10px -15px;
    border:solid 2px #7c9cb8;
}
.team-profile-sm:hover {
    border:solid 2px #fff;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.7);
}
.agent-title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color:#444;
    margin-top: 20px;
}
.agent-name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 28px;
    margin-left:-40px;
    color:#444;
}
.agent-tel {
    padding-top: 10px;
    font-size: 17px;
    margin-left:-40px;
    color:#7c9cb8;
    font-family: 'Roboto', sans-serif;
}
.agent-email {
    font-size: 16px;
    padding: 4px 0px 20px;
    margin-left:-40px;
    color:#7c9cb8;
    font-family: 'Roboto', sans-serif;
}
.representing-agent {
    overflow: inherit;
}
.btn-agent{
    margin-left:-40px;
    max-width:70%;
    margin-bottom: 10px;
}
.represent-agent-title>.tabFeatures {
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}
.representing-agent {
    padding-top: 5px;
}
.represent-agent {
    margin-top: 20px;
}
.represent-agent-image img {
    width: 100%;
}
.representing-agent-info>span {
    display: block;
}
.representing-agent-title {
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.ra-bold {
    color: #555;
    font-weight: bold;
    font-size: 14px;
}
.ra-thin {
    color: rgb(51,51,51);	/*#7c818b*/
}
.ra-bold, .ra-thin {
    margin-top: 2px;
}
.blue-t {
    color: #1C2C56;
    font-weight: bold;
}
.ra-thin .glyphicon-earphone {
    color : #1C2C56;
}
.connect-agent {
    background-color: #1C2C56;
    color: #fff;
    padding: 5px 15px 5px;
    margin: 22px 0;
    display: block;
    cursor: pointer;
    text-align: left;
    width: 100%;
    font-size: 12px;
}
.connect-agent span {
    position: absolute;
    left: auto;
    right: 15px;
    top: 7px;
    font-size: 12px;
}
.search-holder{
    min-height: 92px;
    background-color: #f5f4f3;
}
.map-title{
    position:absolute;
    margin-top:-370px;
    left:160px;
    background-color:#fff;
    padding:8px 10px;
    font-size:12px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
.modal-body {
    position: relative;
    padding:0px 15px;
}
#hp-video{height:500px;}
#hp-video video {
    width:100%;
    height:500px;
    object-fit: cover !important;
}
.vid-holder{
    position:absolute;
    top: 140px;
    width:100%;
    height:600px;
}

footer ul.links {
    margin: 10px auto;;
    padding: 0 0 20px;
    text-align: center;
    max-width: 80%;
}
footer ul.links li {
    border-bottom: 1px dotted #666;
    display: block;
    padding: 3px 0 2px;
    font-family: 'Roboto', sans-serif;
}
.logo-symbol{
    height:52px;
    margin-right:12px;
}
#featured h2{
    text-align:center;
    font-size:28px;
    color: #061f5c;
    font-weight:600;
    margin-top: 0px;
}
.map-area{
    border-top:solid 2px #fff;
}
.body-text{
    padding-bottom: 20px;	    
}
.about-image{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
#lng-switch-mob{
    display:none;
}
.area-img{
    max-height: 360px;
    float: right;
    margin-top: 44px;
    padding-left: 20px;
}
.area-content{
    padding: 20px 0 20px 0;
}
.map-zones{
    padding-top: 3px;
}
.contact-form{
    padding-bottom: 20px;
}
.area-map{
    margin-left: -13px;
    background: rgb(230, 229, 228);
}
.mob-name{
    font-size:12px;
    line-height:6px;
}
#slide-panel {
    background:rgba(6, 31, 92, .68);
    bottom: 0;
    height: 450px;
    left: auto;
    margin: auto;
    padding: 20px;
    position: fixed;
    right: -330px;
    top: 0%;
    width: 330px;
    z-index: 5000;
}
#opener {
    width:70px;
    height: 125px;
    right:-3px;
    /* top: 28%; */
    /*  */
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index:999;
    text-align:center;
    padding:30px 0;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    box-sizing:border-box;
    float: left;
    margin: -20px -90px 0;
}
#opener .fa {
    font-size:40px;
    margin-bottom:10px;
}
#opener a {
    color:#1b2857;
    font-weight:500;
}
.btn-callback {
    background: url(/10003/images/callback.svg) no-repeat scroll 0 0 rgba(6, 31, 92, 0.69);
    height: 60px;
    width: 60px;
    border:none;
}
#frmCallBack label {
    color:#fff;
    font-weight:normal;
    text-transform:uppercase;
}
#frmCallBack label a {
    color:#444444;
}
.callback{
    color:#fff;
    padding-top: 62px;
    font-size: 14px;
    padding-left:0px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;

}
.form-thanks{
    color:#fff;
}