/*
Theme Name:[child] Blue Living
Template:blueliving

main color: #0B81B5;
hightlight color: #02c8e1;
transparency color: #0b81b5cf
background: #575757;

*/

@import "../blueliving/style.css";

/* !Foldeando */

/* GENERAL */

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.modal.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.modal .modal-dialog {
    margin: auto;
}

.modal-dialog {
    max-width: 1170px!important;
    margin: 30px auto;
    width: 90%!important;
}

.caldera-grid .btn.active.focus, .caldera-grid .btn.active:focus, .caldera-grid .btn.focus, .caldera-grid .btn:active.focus, .caldera-grid .btn:active:focus, .caldera-grid .btn:focus {
    outline: unset;
    outline: unset;
    outline-offset: -2px;
}

body {
    overflow-x: hidden;
}

@media(min-width:992px){
    .row.equal {
      display: -webkit-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .row.equal > [class*='col-'] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
}


/* HEADER */

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    position: absolute;
    top: 9px;
    right: 0;
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "3";
}

header#main-header.et-fixed-header {
    background: white;
}

div#et-top-navigation {
    float: left;
    display: block;
    width: 100%;
    padding-left: 0!important;
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    float: none;
    text-align: center;
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    float: none;
    text-align: center;
}

#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #0B81B5;
}

/*modificacion submenu */
#top-menu li li a {
    width: 260px!important;
}

.nav li ul {
    width: 300px!important;

}


.home #top-menu a {
    color:white!important;
}

#top-menu .sub-menu a{
    color:#0B81B5!important;
}

.nav li ul {
    padding: 10px 0;
    border-top:1px solid #0B81B5;
    background: #ffffffe8;
}

.home #main-header{
    border-bottom:0!important;
}

.home #logo{
    content:url("/wp-content/uploads/2018/12/Group-389.png");
}

.et-fixed-header #logo{
    content:url("/wp-content/uploads/2018/12/Group-390.png");
}

#main-header{
    border-bottom:1px solid #0B81B5;
    background: white;
}

.home #main-header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0,0,0,0.9)),color-stop(71%, rgba(0,0,0,0.3)),to(rgba(229,229,229,0)));
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 14%,rgba(0,0,0,0.3) 71%,rgba(229,229,229,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00e5e5e5',GradientType=0 );
}

#top-menu li {
    padding-right: 10px;
}

#logo{
    max-height:63%;
}

@media(max-width:1200px){
    #logo{
        max-height:56%;
    }

    #top-menu{
        padding-left:100px;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 5px;
    }
}

/* wpml */

.wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 100%;
    float: right;
    position: absolute;
    right: 30px;
    top: 35px;
}

.et-fixed-header .wpml-ls-legacy-dropdown{
    top:22px;
    color:#1382B1;
    text-transform: uppercase;
}


.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color:  #0B81B5;
    border: 0px;
    background-color: transparent;
    padding: 5px 10px;
    line-height: 1;
    text-transform: uppercase;
}

.home .wpml-ls-legacy-dropdown a{
    color:white;
}

.et-fixed-header .wpml-ls-legacy-dropdown a{
    color:#0B81B5;
}

ul.wpml-ls-sub-menu a{
    background: white;
}

ul.wpml-ls-sub-menu a span {
    color: black;
}

/* HOME SEARCH FORM */

/* * {
    transition: all 5s ease-out!important;
} */

.home-search-banner{
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-form {
    background: #ffffffd1;
    padding:35px 20px;
    padding-bottom:10px;
}

.search-form .dropdown .dropdown-toggle {
    width: 100%;
    height: 40px;
    text-align: left;
    background: transparent;
    border: 1px solid #0B81B5;
    text-transform: uppercase;
    line-height: 107%;
}

.btn-primary, .btn-default{
    color: #fff;
    border:0;
    border-color: #0b81b5cf!important;
    background: #0b81b5cf;
    background-image: none!important;
    border-radius: 0px;
    font-weight:600;
    text-transform:uppercase;
    -webkit-transition:0.5s;
    transition:0.5s;
    position:relative;
    overflow:hidden;
}

.btn-primary:hover, .btn-default:hover{
    color: #fff;
    border:0;
    border-color: #0b81b5cf!important;
    background: #0b81b5cf;
    background-image: none!important;
    border-radius: 0px;
    font-weight:600;
    text-transform:uppercase;
    -webkit-transition:0.5s;
    transition:0.5s;
    position:relative;
    overflow:hidden;
}

.btn-primary:before, .btn-default:before{
    content: " ";
    position: absolute;
    background: #000000d4;;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.btn-primary:hover:before, .btn-default:hover:before {
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px;
    outline-offset:0px;
}

.search-form .form-control {
    width: 100%;
    display: block;
    border-radius: 0!important;
    background: transparent;
    height: 40px;
    border: 1px solid #0B81B5;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.search-form .col-md-10 .col-md-8, .search-form .col-md-10 .col-md-4, .search-form .col-md-10 .col-md-6 {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}

.search-form .col-md-10 .col-md-8 > .col-md-6, .search-form .col-md-10 .col-md-4 > .col-md-6 , .search-form .col-md-10 .col-md-6 > .col-md-6 {
    padding-right:5px;
    padding-left:5px;
}

.search-form .row .col-md-2 div{
    padding:0px;
}

.search-form .btn-primary{
    width:100%;
}

.btn-primary{
    height: 40px;
    line-height: 30px;
}

.search-form .search-btn{
    margin-top:0px;
    width:100%;
    height:90px;
}

#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul{
    padding: 0 0 0px 1em;
    line-height: 26px;
    list-style-type: none;
}

.open>.dropdown-menu {
    display: block;
    width: 100%;
    max-height: 243px;
    overflow-y: scroll;
}

form label {
    position: relative;
    cursor: pointer;
    font-weight: 700;
}

form label input[type=checkbox] + span:before {
    display:none;
}

form label input[type=checkbox] + span:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    content: "\f00c";
    letter-spacing: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #0000004a;
    color: transparent;
    border-radius: 50%;
    position: relative;
    bottom: 0px;
    left: -3px;
    -webkit-transition:0.3s;
    transition:0.3s;
}
form label input[type=checkbox]:checked + span:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    content: "\f00c";
    letter-spacing: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid transparent;
    color: #0B81B5;
    border-radius: 50%;
    position: relative;
    bottom: 0px;
    left: -3px;
    -webkit-transition:0.3s;
    transition:0.3s;
}

.dropdown-buttons button {
    width: 49%;
    background: #3ba3c8;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
.dropdown-list{
    -webkit-transition:0.3s;
    transition:0.3s;
}
.dropdown-list:hover{
    background: #0B81B5;
    -webkit-transition:0.3s;
    transition:0.3s;
}

.dropdown-list:hover label{
    color:white;
}
.dropdown-list li label input[type=checkbox]{
    display: none;
}

.dropdown-list:hover input[type=checkbox] + span:after{
    background: white;
}

.caldera-grid input[type=checkbox]{
    display: none;
}

.search-form .dropdown .dropdown-toggle:after {
    content: "\f078";
    font-family:FontAwesome;
}

.search-form .dropdown .dropdown-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-weight: 200;
    color: #acacac;
    top: 19%;
}

.search {
  padding-left: 0;
}

.modal-body{
    padding:20px;
}

.modal-footer {
    padding: 0px 0px 0px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn-primary {
    width:100%;
    height:40px;
}

.modal-footer .btn-primary:hover {
    background: #0B81B5;
}

.modal-footer .btn-primary:hover:before {
    display:none;
}

.map-container .map-info {
    padding: 0px;
}

.map-container {
    height: 500px;
    margin: 0px 0;
}

.advanced-btn {
    background: #616161;
}

.advanced-btn:hover {
    background: #616161;
}

.search-form .btn-primary {
    opacity: 0.8;
}

@media(max-width:980px){
    .search-form .col-md-10 .col-md-8, .search-form .col-md-10 .col-md-4{
        width:100%;
        float: left;
    }

    .search-form .row>.col-md-2 {
        float: left;
        width: 100%;
        padding: 0 20px;
    }
}

@media(max-width:767px){
    .search-form .col-md-10 .col-md-8 > .col-md-6, .search-form .col-md-10 .col-md-4 > .col-md-6{

        float: left;
        padding-bottom: 10px;
    }
    .search-form .col-md-10 .col-md-8, .search-form .col-md-10 .col-md-4{
        width:100%;
        float: left;
        padding:0;
    }
}

@media (max-width: 991px) {
  .search-form .search-btn {
    height: 60px;
  }
  .wpml-ls-legacy-dropdown {
        width: auto;
        max-width: 100%;
        float: right;
        position: absolute;
        right: calc(50% - 50px);
        top: 0px;
    }
}

/* @Foldeando */

/* !Fonts */

@font-face {
    font-family: 'Raleway';
    src: url('assets/fonts/Raleway/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat/Montserrat-Regular.ttf');
}

/* @Fonts */

/* !Estructura */

.gap > div {
    margin-right: 10px!important;
    margin-left: 10px;
    margin-bottom: 20px!important;
    width: calc(25% - 20px)!important;
}

.landing-box {
    min-height: 300px;
    height: 15vw;
    overflow: hidden!important;
    position: relative;
}

.landing-box:before {
    content: "";
    left: 0;
    bottom: calc( -18% - 20px );
    width: 100%;
    height: 18%;
    background: #000000b5;
    position: absolute;
    -webkit-transition:0.3s;
    transition:0.3s;
}

.landing-box:hover:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc( 18% + 20px );
    background: #000000b5;
    position: absolute;
    -webkit-transition:0.3s;
    transition:0.3s;
}

.landing-box a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.landing-box a p {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.home-main-banner {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}



@media(max-width:992px){
    .gap > div {
        width: calc(50% - 20px)!important;
    }
}
@media(max-width:768px){
    #gap > div {
        width: calc(100% - 20px)!important;
        margin-right: 10px!important;
        margin-left: 10px!important;
        margin-bottom: 20px!important;
    }

}

/* @Estructura */

/* !Listing */

.property-item .property-image a.property-image-link:before {background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(232, 31, 31, 0)), color-stop(55%, rgba(39, 39, 39, 0.45)), to(rgba(0, 0, 0, 0.55)));background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(232, 31, 31, 0) 30%, rgba(39, 39, 39, 0.45) 55%, rgba(0, 0, 0, 0.55) 100%)
}

.property-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.property-description {
  color: #eee;
  background: transparent!important;
  position: absolute;
  bottom: 0;
  padding: 10px!important;
}

.property-description > * {
  color: #eee!important;
}

.property-title {
  width: auto;
  position: unset!important;
  text-shadow: none!important;
}

.property-title h3 {
  text-align: left;
  font-size: 21px!important;
  font-weight: 500!important;
  color: #fff;
  padding-bottom: 10px;
  line-height: 25px;
}

.property-location, .property-reference {
  position: relative!important;
  text-shadow: none!important;
  left: 0!important;
  bottom: 0!important;
}

.property-location h4 {
  text-transform: capitalize!important;
  font-size: 16px!important;
  padding-bottom: 15px;
}

.property-reference h4 {
  font-size: 18px!important;
  font-weight: 300;
  color: #eee;
}

i.fa.fa-map-marker {
  font-size: 22px;
  padding-right: 5px;
}

i.fa.fa-heart {
  padding: 0!important;
  background: transparent!important;
  color: #fff;
  font-size: 35px!important;
}

.property-item .property-image a.bookmark-btn.bookmarked i {
    color: #0b81b5e0!important;
}

.bookmark-btn {
  top: 0!important;
  right: 0!important;
  padding: 10px!important;
  border: 0!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}

.property-description > div:nth-child(3), .property-description > div:nth-child(4) {
  border-top: 1px solid #eee;
  padding: 10px;
}

.hover-amenities {
  border-top: 1px solid #eee;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 13px;
  color: #ffffffa6!important;
}

.hover-amenities .field-value span:not(:first-child):before  {
  content: "| ";
}

.property-price {
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    background: #0b81b5cf;
    color: #eee;
    width: auto;
    position: absolute;
    top: 0;
}

.property-beds .field-value span,
.property-baths .field-value span,
.property-built .field-value span,
.property-terrace .field-value span {
  font-size: 18px;
}

.property-beds .field-value i,
.property-baths .field-value i,
.property-built .field-value i,
.property-terrace .field-value i {
  font-size: 18px;
  padding: 7px 7px 5px 0;
}

.property-beds,
.property-baths,
.property-built,
.property-terrace {
  padding: 0!important;
}

span.listing-amenities {
  font-size: 15px!important;
  font-weight: 300;
}
.property-item .property-image {
    position: relative;
    height: 23vw;
    max-height: unset;
}

.property-item .property-image a.property-image-link {
    overflow: hidden;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-title{
    color:#0B81B5;
}

.pagination {
    width: 100%;
    text-align: center;
    color: #0B81B5;
    font-size: 18px;
    font-weight: 600;
}

.pagination .prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 200;
}
.pagination .next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 200;
}

.filter-btn-container select {
    border: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.filter-btn-container .input-group-addon {
    background: transparent;
    border: 0;
    font-size: 18px;
    color:#0B81B5;
}

.bookmarked > .icon-heart:before{
    content:"\f004";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900!important;
}

.icon-heart:before{
    content:"\f004";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400!important;
}

.property-item .property-image a.bookmark-btn i {
    font-size: 30px;
    border-radius: 50px;
    border: #fff;
    background: transparent;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

span.current {
    position: relative;
}
span.current:before {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: -13px;
    left: 0px;
    width:100%
}

.property-item .property-image a.bookmark-btn{
    z-index:99999999;
}


@media(max-width:768px){
    .property-item .property-image {
        position: relative;
        height: auto;
        max-height: unset;
    }
}

/* @Listing */

/* !Blue Living CTM */

.ctm-white {
  color: #fff!important;
}

.ctm-blue {
  color: #2d88ac!important;
}

.ctm-h1 {
  font-size: 35px;
  font-weight: 300;
}

.ctm-h2 {
  font-size: 20px;
  font-weight: 300;
}

.blue-living-btn {
  background: white;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  padding: 10px 30px;
  color: #0D77A6;
  display: inline!important;
}

.blue-living-btn:after {
  font-size: 29px!important;
}

.blue-living-btn:hover {
  background-color: rgba(0, 0, 0, 0.4)!important;
  color: #fcfdffa3;
}

/* @Blue Living CTM */

/* !Map */

.dwd-map-label span {
  background: #fff!important;
  border: 1px solid #0B81B5;
  border-radius: 0;
  margin-top: -22%;
  margin-left: 15%;
  padding: 8px 10px 0 10px;
}

.dwd-map-label span h3, .dwd-map-label span h4 {
  font-weight: 300;
  text-align: left;
  font-size: 15px;
}

.dwd-map-label span h3 {
  font-weight: 400;
}
.dwd-map-label span h4 {
  line-height: 18px;
}

.dwd-map-label span h3 {
  font-size: 20px;
  color: #0B81B5;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.dwd-map-label span p, .gm-style-cc, .gamoprint {
  display: none;
}

/* @Map */

/* !Contact Form */

.contact-us > div > input, .contact-us > div > textarea {
  background: transparent!important;
  border: 0!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border-bottom: 1px solid #0B81B5!important;
  border-radius: 0!important;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
  font-size: 15px;
  color: #333!important;
}

.contact-us > div > input::-webkit-input-placeholder, .contact-us > div > textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #aaa!important;
}

.contact-us > div > input:-ms-input-placeholder, .contact-us > div > textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #aaa!important;
}

.contact-us > div > input::-ms-input-placeholder, .contact-us > div > textarea::-ms-input-placeholder {
  font-size: 15px;
  color: #aaa!important;
}

.contact-us > div > input::placeholder, .contact-us > div > textarea::placeholder {
  font-size: 15px;
  color: #aaa!important;
}

.contact-us > div > textarea {
  resize: none;
}

.form-schedule > div > label, .form-policy > div > label {
  text-transform: none;
  font-size: 12.5px;
}

.form-send > div input {
    margin-top: 0!important;
}

.form-send > div{
    color: #fff;
    border:0;
    border-color: #0b81b5cf!important;
    background: #0b81b5cf;
    background-image: none!important;
    border-radius: 0px;
    font-weight:600;
    text-transform:uppercase;
    -webkit-transition:0.5s;
    transition:0.5s;
    position:relative;
    overflow:hidden;
}

.form-send > div:hover{
    color: #fff;
    border:0;
    border-color: #0b81b5cf!important;
    background: #0b81b5cf;
    background-image: none!important;
    border-radius: 0px;
    font-weight:600;
    text-transform:uppercase;
    -webkit-transition:0.5s;
    transition:0.5s;
    position:relative;
    overflow:hidden;
}

.form-send > div:before{
    content: " ";
    position: absolute;
    background: #000000d4;;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.form-send > div:hover:before {
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.newsletter-policy > div > label {
  line-height: 14px;
  font-family: 'Raleway';
  font-size: 11px;
}

.newsletter-policy > div > label:before {
  border: 1px solid #fff;
}

.newsletter-policy > div > label:after {
  background: #5f94a9;
}

.newsletter-policy > div > label > a {
  color: #0B81B5!important;
}

.newsletter-policy > div {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 7px;
}

input#fld_750571_2 {
  border-bottom: 1px solid #c5c5c5!important;
  color: #d0d0d0!important;
}

.form-schedule > div > label {
  font-size: 15.5px;
}

.form-send > div > input {
  width: 100%;
  background: #0B81B5!important;
  color: #fff!important;
  font-size: 16px!important;
  font-weight: 600!important;
  padding: 10px 10px!important;
  margin-top: 20px;
}

.contact-us h1 {
  text-align: center;
  font-size: 35px!important;
}

span[class*="parsley"] {
  font-size: 13px!important;
}

.caldera-grid .alert-success {
  margin-top: 100px!important;
  background: transparent!important;
  border: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border-bottom: 1px solid #0B81B5!important;
  text-align: center!important;
  border-radius: 0!important;
  color: #333!important;
}

.caldera-grid .alert-success:before {
  content: "— ";
}

.caldera-grid .alert-success:after {
  content: " —";
}

.checkbox-inline {
  line-height: 140%;
}


.checkbox-inline:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #0B81B5;
  left: 0px;
  top: 4px;
  display: inline-block;
  position: absolute;
}

.checkbox-inline:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0B81B5;
  position: absolute;
  display: inline-block;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  left: 0px;
  top: 0px;
}

.checkbox-inline.checked:after {
  left: 0px;
  top: 0px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0px;
  top: 0px;
}

.checkbox-inline:before {
  content: "" !important;
}

form label input[type=checkbox]:checked+span:after {
  left: 0px !important;
  top: 0px !important;
  opacity: 1 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  left: 0px;
  top: 0px;
}

form label input[type=checkbox]:checked+span:before {
  content: "" !important;
}

.checkbox-inline.checked:after {
  left: 0px !important;
  top: 4px !important;
  opacity: 1 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  left: 0px;
  top: 0px;
}

/* @Contact Form */

/* !Footer */

footer#main-footer>.container {
  max-width: 100%;
}

div#footer-bottom>.container {
  max-width: 100%;
  width: 97%;
  border-top: 1px solid #6c6c6c;
}

div#footer-info, p.website-signature, div#footer-bottom {
  padding: 0!important;
}

div#footer-info {
  width: 100%;
}

p.website-signature {
  text-align: center;
  padding: 15px!important;
  font-family: 'Raleway';
}

.footer-widget > div h4 {
  color: #fff!important;
  font-family: 'Raleway';
  font-size: 25px;
  padding-bottom: 20px;
  font-weight: 300;
}

.textwidget.custom-html-widget > p {
  font-family: 'Raleway';
  font-size: 15px;
  line-height: 18px;
}

.textwidget.custom-html-widget > p > a {
  padding-left: 8px;
}

.textwidget.custom-html-widget > p > i {
  font-size: 12px;
}

.fa-map-marker-alt, .fa-envelope {
  font-size: 15px!important;
  display:inline;
}

.textwidget.custom-html-widget > p:nth-child(2) {
  padding: 0;
}

.textwidget.custom-html-widget > p:nth-child(1), .textwidget.custom-html-widget > p:nth-child(3) {
  padding-bottom: 25px;
}

.textwidget.custom-html-widget > p:nth-child(2) > a, .textwidget.custom-html-widget > p:nth-child(3) > a {
  font-size: 16px;
  font-family: 'Open Sans'!important;
}

.et_pb_widget ul li {
  margin-bottom: 0;
}

#footer-widgets .footer-widget li {
  padding-left: 0;
  font-family: 'Raleway';
  font-size: 15px;
}

#footer-widgets .footer-widget li:hover {
  opacity: .7;
}

#footer-widgets .footer-widget li:before {
  display: none;
}

.form-submit {
  text-align: left;
}

.form-submit > div > input {
  background: #bdbdbd!important;
  border: 1px solid transparent!important;
  border-radius: 0!important;
  padding: 10px 30px!important;
  font-size: 18px!important;
  font-weight: 700!important;
  color: #4e4e4e!important;
}

input[type=submit] {
  -webkit-transition: all .45s ease-out;transition: all .45s ease-out;
}

input[type=submit]:hover {
  opacity: .7;
}

p.website-signature a {
  color: #868686!important;
}

p.website-signature {
  font-family: 'Raleway';
}

/* @Footer */

/* !Testimonials */

h2.testimonial-title {
    text-align: center;
    font-weight: 700;
    color: dimgrey;
    font-family: 'Open Sans';
    letter-spacing: 0px;
    font-size: 20px;
}

p.testimonial-content {
    font-family: 'Montserrat';
    text-align: justify;
    line-height: 23px;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
}

.carousel-control.left, .carousel-control.right {
  background: none;
}

a.left.carousel-control {
  text-align: left;
}

a.right.carousel-control {
  text-align: right;
}

.carousel-control {
  width: 5%;
  color: #2e87ab;
  font-size: 70px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: none;
}

.team-flag {
    margin: 0 2px;
    max-width: 22px;
}

.team-email i {
    margin-right: 10px;
}

.team-phone i {
    font-size: 21px;
    line-height: 21px;
    margin-right: 15px;
}

.team-email,
.team-phone {
    color: #228dbc;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-transition: all 440ms ease-out;
    -o-transition: all 440ms ease-out;
    transition: all 440ms ease-out;
}

.team-email:hover,
.team-phone:hover {
    color: #37afe4;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.carousel-control:focus, .carousel-control:hover {
  color: #777!important;
  cursor: pointer;
}

.testimonial-picture {
  text-align: center;
  padding: 25px 0;
}

@media (max-width:991px){
    #testimonials-slide .item .col-md-6:last-child {
        display: none;
    }
}

/* @Testimonials */


/* !Single Property */


.single-property .container{
    padding-top:0px!important;
}

.single-property #page-container {
    padding-top: 0!important;
}


/* @Single Property */
.single-property #main-header {
    top: 0!important;
    position: relative;
}

.single-property-container.row {
    max-width: 80%;
    margin: auto;
}

.slider-thumbnails {
    overflow: hidden;
}

.slide-container .slider-thumbnails {
    max-width: 60vw;
    margin: auto;
    height: 120px;
    top: -4px;
}

.slide-container .slider-thumbnails div.slide{
    height:115px;
    margin-right:5px;
}

.slide-container .slider-thumbnails div.slide {
    height: 115px!important;
    border-left: 3px solid white;
    border-right: 2px solid white;
}

.slide-container .slider-thumbnails .slick-arrow {
    top: 3px;
    height: calc(100% - 5px );
    background: #0b81b5b5;
    color: white;
}

.property-desc {
    padding: 30px 0;
}

.bookmark-btn i.fa-heart{
    color:gray;
}
.bookmark-btn.bookmarked i.fa-heart{
    color:#0B81B5;
}
.single-property-title {
    font-size: 25px;
    color: #0B81B5;
}

p.single-property-price {
    font-size: 26px;
    font-weight: bold;
    color: #0B81B5;
    text-align:right;
}

.single-property-slide {
    margin-bottom: 60px!important;
}
.row.single-property-title {
    margin-bottom: 60px!important;
    padding:0 15px;
}

.icon-data{
    color: #0B81B5;
}

.icon-data i{
    font-size:24px;
    margin-right:10px;
}

.icon-data span{
    font-size:18px;
}

.single-property-print-share {
    margin-top: 60px;
}

.single-property-print-share i{
    font-size:25px;
}

.single-property-print-share > .col-md-12 > a {
    color: #575757!important;
    padding: 15px;
}

.single-property-print-share i {
    font-size: 25px;
    margin-right: 7px;
    color: #0B81B5;
    position: relative;
    bottom: -2px;
}

.single-property-section-title {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 15px;
    color:#0B81B5;
}

.services-item {
    padding: 0;
}

.single-property-videos .col-md-12 {
    padding: 50px 0;
}

.float-form-sidebar {
    border-left: 1px solid #0080b9;
    padding-top:20px;
}

.single-property-videos .col-md-12 {
    padding: 15px 15px;
}

.single-property-similar {
    background: #f1f1f1;
    text-align: center;
    padding: 0px 15px 0px;
}

.single-property-similar .et_pb_section {
    padding-top: 0;
}

.similar-properties {
    float: left;
    width: 100%;
    padding: 20px 0 20px;
}

.single-property-similar .btn-primary {
    margin-bottom: 50px;
}

div#sharemodal .et_social_inline {
    margin-bottom: 0;
}

.single-property-location {
    font-size: 18px;
}

.single-property-price {
    padding-bottom: 7px;
}

.single-property-reference {
    font-size: 18px;
}
#sharemodal{
    max-width: 500px;
    margin:auto;
}
#sharemodal .modal-content {
    padding: 10px 10px 5px;
    border-radius: 0;
}

.single-property .icon-heart {
    font-size: 33px;
    line-height: 100%;
    position: relative;
    top: -3px;
}

.CF5c3e0cce7cb20 input {
    border: 0!important;
    border-bottom: 1px solid #0080b9!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}
.CF5c3e0cce7cb20 textarea {
    border: 0!important;
    border-bottom: 1px solid #0080b9!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}


.float-form{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 300px;
    float: right;
    width: 100%;
}

.CF5c3e0cce7cb20 input::-webkit-input-placeholder {
  text-transform:uppercase;
}
.CF5c3e0cce7cb20 input:-moz-placeholder {
  text-transform:uppercase;
}
.CF5c3e0cce7cb20 input:-ms-input-placeholder {
  text-transform:uppercase;
}

.float-form h2 {
    margin-top: 0;
}

.float-form-sidebar {
    border-left: 1px solid #0080b9;
    padding-top: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.single-property-description {
    padding: 0 15px;
}

.single-property-data > .col-md-3 {
    text-align: right;
}

.single-property-reference {
    text-align: right;
}

.single-property-videos {
    padding-top: 50px;
}

.slider-thumbnails .slick-slide img {
    display: block!important;
    min-width: 100%;
    height: 100%;
}

.slide-container .slider-thumbnails {
    max-width: none;
}

.slide-container .slider-thumbnails div.slide {
    height: 115px!important;
    border-left: 3px solid white;
    border-right: 2px solid white;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-property .bookmark-btn{
    color:#0B81B5;
}

.flowpaper-container {
    margin-top: 60px;
    text-align: center;
}

.flowpaper-btn {
    padding-left:30px;
    padding-right:30px;
    background: #0c81b5;
    color: white;
    font-size: 16px;
    position:relative;
}

@media(max-width:992px){
    .float-form {
        float: left;
    }
}

@media(max-width:767px){
    .single-property-price {
        text-align: left!important;
        margin-top:15px;
    }
    .single-property-reference {
        text-align: left;
    }
    a.btn.bookmark-btn.no-animate {
        display: inline-block;
        position: relative;
        float: left;
        margin-top:20px;
    }

    .single-property-container.row{
        max-width:90%;
    }
}


/* listing sidebar; */

.sidebar-search-form {
    min-height: 100vw;
    background: white;
    width: 25vw;
    position: fixed;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 999999999999;
}

.minified-form .dropdown, .minified-form select {
    margin-bottom: 10px;
}

.search-form .search-btn {
    margin-top: 0px;
    width: 100%;
    height: 90px;
}

.minified-form .search-btn {
    margin-top: 0px;
    width: 100%;
    height: 41px;
}

.minified-form .form-container {
    max-height: 83vh;
    overflow-x: scroll;
}

.minified-form .row > .col-md-12 > div {
    padding: 0px 5px!important;
}

.minified-form .search-advanced-btn {
    background: none;
    border: 0;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}

ul.dropdown-list .child {
    padding-left: 20px;
}

.minified-form .map-btn {
    background: none;
    border: 0;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color:#0B81B5;
}

.minified-form .map-btn:before {
    display:none;
}

.openSearchSidebar .label {
    text-align: center!important;
    padding: 0;
}

.minified-form .advanced-fields > .col-md-12 {
    margin-bottom:10px!important;
}

.wrapper #content .inner-content {
    position: relative;
    width: calc(100vw - 50px);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.openSearchSidebar {
    background: #0788c2!important;
    border: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    z-index: 999999;
    right: -80px;
    width: auto;
    margin: 0;
    min-width: 80px;
}

.openSearchSidebar > i {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

#content .openSearchSidebar .close i {
    font-size: 20px;
    line-height: 27px;
    color:#666;
}

.search-form .dropdown .dropdown-toggle{
    color:#666;
}

.listing-title{
    text-align:center;
    margin-bottom: 30px;
    margin-top:30px;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    margin-left: -300px;
    background: white;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-right: 1px solid  #0087c6;
    z-index: 8;
    position:relative;

}

.wrapper #sidebar{
    padding-left:0!important;
    background: white;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
}

#sidebar.active {
  margin-left: 00px;
}


#content {
    padding: 20px;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.minified-form {
    width: 299px;
}

.openSearchSidebar .close {
    position: absolute;
    left: -27px;
    opacity: 1;
    top: 0px;
    border: 1px solid #0087c6;
    padding: 2px 5px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999999;
}

.map-content .modal-footer .btn {
    width: 100%;
}

.modal-backdrop.in {
    opacity: .5;
    z-index: 9999;
}

.minified-form form label {
    color: #666;
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 100%;
        max-width: 100%;
        position:relative;
        margin-left: -100%!important;
    }
    #sidebar.active {
        margin-left: 0!important;
        display:block;
    }
    #sidebarCollapse label {
        display: none;
    }
    .minified-form {
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
    }

    .openSearchSidebar {
        background: #0788c2!important;
        border: 0;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        border-radius: 0;
        display: inline-block;
        text-transform: uppercase;
        position: absolute;
        z-index: 999999;
        right: -40px;
        width: auto;
        margin: 0;
        margin-top: 30px;
        min-width:15px;
    }


    .openSearchSidebar {
        font-size: 11px;
        padding: 8px 10px 5px 10px;
    }

    .openSearchSidebar .label{
        display:none;
    }

    .openSearchSidebar i{
        font-size:20px;
        margin-bottom: 5px;
        margin-top: 1px;
    }

    .minified-form .property-search-form {
        margin-top: 25px;
    }

    .openSearchSidebar .close{
        border:0!important;
    }
}


/* About us */
.team-title {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
}

.team-job {
    text-align: center;
    color: #0a81b5;
    text-transform: uppercase;
}

.team-flag {
    margin: 0 2px;
}

.contact-title {
    color: #0a81b5!important;
    margin-bottom: 15px;
}

.contact-address {
    max-width: 180px;
    margin: auto;
}

.contact-phone {
    font-weight: 600;
    font-size: 20px;
}


/* Services */

.service-title {
    font-size: 17px;
}

/* Favorites */

.favorite-list-header {
    margin-bottom: 15px;
}

.btn-danger {
    background: #d9534f;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.favorite-list-header .btn-danger{
    float:right;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-body.wishlist {
    padding: 30px;
}

.modal-header.wishlist {
    padding: 15px 10px 5px 10px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #3c99c4;
}

.modal-footer .btn {
    width: auto;
    padding: 6px 22px;
}

.btn-warning {
    background: #f0ad4e;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 15px!important;
}

.wishlist input.text, .wishlist input.title, .wishlist input[type=email], .wishlist input[type=password], .wishlist input[type=tel], .wishlist input[type=text], .wishlist select, .wishlist textarea{
    border:1px solid #3c99c4;
    border-radius:0px;
    min-height:45px;
}

.modal.ng-isolate-scope:first-child {
    z-index: 999999999!important;
    margin: auto;
}
.modal.ng-isolate-scope {
    z-index: 999999!important;
}

.sweet-alert.showSweetAlert.visible {
    z-index: 999999999999999!important;
}

/* !GDPR */

.gdpr-styles h2 {
	padding: 40px 0 10px 0;
	line-height: 30px;
}

.gdpr-styles h4 {
	padding-top: 20px;
}

.gdpr-styles p {
	padding-bottom: 10px;
}

.gdpr-styles ul {
	padding: 20px 0 40px 0;
  	width: 85%;
  	margin: 0 auto;
}

.gdpr-styles li {
	margin-bottom: 10px;
	line-height: 18px;
}

.gdpr-logo {
	padding: 8px 20px;
	background: #477596;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 6px #b3b3b3;
	        box-shadow: 0px 3px 6px #b3b3b3;
	-webkit-transition: all .5s ease-out;transition: all .5s ease-out;
}

.gdpr-logo:hover {
  -webkit-transform: translateY(-5px);transform: translateY(-5px);
  -webkit-box-shadow: 0px 5px 11px #b3b3b3;
          box-shadow: 0px 5px 11px #b3b3b3;
}

.et_pb_code_inner > .ct-ultimate-gdpr-container.container, a.ct-ultimate-triggler-modal-sc {
  text-align: center;
}

.et_pb_code_inner > .ct-ultimate-gdpr-container.container > button, a.ct-ultimate-triggler-modal-sc {
    padding: 10px 40px;
	background: #477596!important;
	-webkit-transition: all .5s ease-out;transition: all .5s ease-out;
	color: #fff;
}

.et_pb_code_inner > .ct-ultimate-gdpr-container.container > button:hover, a.ct-ultimate-triggler-modal-sc:hover {
    padding: 10px 40px;
	background: #7b9db5!important;
	-webkit-transform: translateY(-5px);transform: translateY(-5px);
}

.ct-ultimate-gdpr-container.container {
	text-align: center!important;
}

button[ID*="ct-ultimate-gdpr-"], a.ct-ultimate-triggler-modal-sc {
	padding: 5px 40px!important;
	-webkit-transition: all .5s ease-out!important;
	transition: all .5s ease-out!important;
	text-transform: uppercase!important;
	letter-spacing: 2px!important;
	background: transparent!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
	border: 1px solid #666!important;
	color: #666!important;
}

button[ID*="ct-ultimate-gdpr-"]:hover, a.ct-ultimate-triggler-modal-sc:hover {
	background: #666!important;
	border: 1px solid transparent!important;
	-webkit-box-shadow: 0px 3px 10px 0px #585858!important;
	        box-shadow: 0px 3px 10px 0px #585858!important;
	color: #ddd!important;
}

div#ct-ultimate-gdpr-cookies {
	text-align: center!important;
}

div#ct-ultimate-gdpr-policy-accepted {
  padding: 15px!important;
  color: rgba(101, 0, 0, 0.55)!important;
}

@media (min-width: 981px) {
	.gdpr-styles {
		width: 70%;
		margin: 0 auto;
	}
}

@media (max-width: 735px) {
	div#ct-ultimate-gdpr-cookie-popup {
		bottom: 0px!important;
		border-radius: 0;
	}
}

/* @GDPR */



.area-guides-box {
    background-position: center;
    background-size: cover!important;
    padding:10px 10px;
}

.area-guides-box > a{
    display:block;
    height: 300px;
    position:relative;
    width: 100%;
    display:flex;
    display:-webkit-box;
    display:-ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}


.area-guides-box h2{
    text-transform:uppercase;
    color:white;
    position: relative;
}
.area-guides-box > a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: #0000004a;
    z-index:0;
    transition:0.3s;
}

.area-guides-box > a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 25%;
    background: #000000ad;
    z-index: 0;
    transition:0.3s;
}

.view-all-guides {
    background: #0c81b5;
    color: white;
    padding: 5px 20px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

a.redes-footer {
    position: relative;
    display: inline-block;
    margin-top: 10px;
	padding-right: 10px;
}

.jumbotron h3 {
    text-align: center;
    margin-bottom: 15px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #0b81b40d;
}

.jumbotron .fa-info-circle {
    font-size: 37px;
    color: #0b81b4;
}

.jumbotron p {
    line-height: 193%;
    font-size: 16px;
    color:black;
}

.jumbotron p:last-child i {
    font-size: 16px;
    background: #0b81b4a1;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    margin-left: 3px;
    margin-right: 5px;
}

#footer-widgets .footer-widget:last-of-type > .widget_text_icl {
	margin-bottom: 5px;
}

p.et_bloom_custom_field.et_bloom_warn_field {
    border-bottom: 2px solid rgba(210, 0, 0, 0.4)!important;
	box-shadow: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


/* investor portals */

.investor-portal .uib-tab a {
    border-radius: 0!important;
}

.investor-portal .uib-tab {
    display:inline-block!important;
    float:none!important;
}

.investor-portal .nav {
    text-align: center!important;
}

.login-container .form-horizontal {
    max-width: 600px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px!important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #0b81b5cf!important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

h4.section-title {
    text-transform: uppercase;
}

/* !Miles 15/10/19 */

.stickyContact {
    z-index: 9;
    position: fixed;
    top: calc(50% + 32px);
    right: calc(0% - 124.5px);
    width: auto;
    max-height: min-content;
    max-height: -webkit-fill-available;
    background: #fafafa;
    border: 1px solid #999;
    border-right: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 5px 8px 5px 40px;
    cursor: pointer;
    -webkit-transition: all .44s ease-out;
    -o-transition: all .44s ease-out;
    transition: all .44s ease-out;
}

.stickyContact.ES {
    right: calc(0% - 144.5px);
}

.stickyContact:hover {
    right: 0;
    color: #999;
    -webkit-box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.1);
}

.stickyContact:hover:before {
    -webkit-transform: rotate3d(1, 1, 1, 360deg);
    transform: rotate3d(2, 3, 1, 360deg);
    content: "\f2b7";
}

.stickyContact:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f003";
    color: #999;
    position: absolute;
    top: 8px;
    left: 12px;
    font-weight: 100;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .44s ease-out;
    -o-transition: all .44s ease-out;
    transition: all .44s ease-out;
}

/* @Miles 15/10/19 */

/* !MediaQ */

@media(max-width:1500px){
    .property-item{
        width:50%;
    }
}

@media(max-width:980px){
    .et_right_sidebar #sidebar {
        margin-left: -300px;
        border-left: none;
    }
}

@media(max-width:768px){
    .property-item{
        width: 100%;
    }
}

@media (max-width: 480px) {
    .team-email,
    .team-phone {
        font-size: 12px;
        line-height: 12px;
        text-transform: none;
        letter-spacing: 0;
    }
}

/* @MediaQ */
