/*
Theme Name: Denise Fraguela Real Estate
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


   /* Sub Menu */
 #nav li {
     position: relative;
     display: inline-block;
     margin-right: 44px;
 }

 #nav li a {
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 1.4px;
     color: #0062b0;
     text-transform: uppercase;
     position: relative;
     -webkit-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
 }

 #nav li:hover a {
     color: #606060;
 }

 #nav li:last-child {
     margin-right: 0;
 }

 .navigation {
     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;
     font-size: 0;
 }

 #nav .sub-menu {
     list-style: none outside none;
     margin: 0;
     padding: 0;
     position: absolute;
     width:100%;
     min-width: 180px;
     left: 50%;
     -webkit-transform: translate(-50%, 20px);
     -ms-transform: translate(-50%, 20px);
     transform: translate(-50%, 20px);
     text-align: center;
     padding-top: 23px;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
     opacity: 0;
     visibility: hidden;
 }

 #nav .sub-menu li a {
     display: block;
     padding: 8px 0;
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 1.4px;
     color: #0062b0;
     text-transform: uppercase;
     -webkit-transition: 0.4s all ease-in-out;
     -o-transition: 0.4s all ease-in-out;
     transition: 0.4s all ease-in-out;
 }

 #nav .sub-menu > li {
     position: relative;
     display: block;
     background: #fff;
     max-width: 180px;
     margin: 0 auto 1px;
     padding: 0!important;
     -webkit-transition: 0.4s all ease-in-out;
     -o-transition: 0.4s all ease-in-out;
     transition: 0.4s all ease-in-out;
 }

 #nav .sub-menu li:hover {
     background: #0062b0;
 }

 #nav .sub-menu li:hover > a {
     color: #fff;
     text-decoration: none;
 }

 #nav li:hover > .sub-menu {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translate(-50%, 0px);
         -ms-transform: translate(-50%, 0px);
             transform: translate(-50%, 0px);
 }

 #nav .sub-menu .sub-menu {
     margin-left: 100%;
     top:0;
     left: 0;
     padding: 0;
     -webkit-transform: none!important;
         -ms-transform: none!important;
             transform: none!important;
     min-width: 180px;
 }

 #nav .sub-menu .sub-menu li:hover{
     background: #0062b0;
 }

 #nav .sub-menu .sub-menu .sub-menu{
     margin-left: 100%;
     top:0;
     left: 0;
     padding: 0;
     -webkit-transform: none;
         -ms-transform: none;
             transform: none;
     min-width: 180px;
 }

 #nav .sub-menu .sub-menu .sub-menu li:hover{
     background: #0062b0;   
 }




/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    background: #FFF;
    color: #000000;
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a,
a:hover,
a:visited,
a:focus,
textarea{
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

textarea {   
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

/* Placeholder effect */
[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 0;
    color:inherit;
}

.slick-track *{
    outline: none;
}

select::-ms-expand {
    display: none;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    outline: none;
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}


#main-wrapper {
    overflow: hidden;
}

/*SITE NAVIGATION*/
#scroll-down {
    position: fixed;
    top: 34vh;
    left: 23px;
    z-index: 1003;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.ip-container #scroll-down{
    display: none;
}

#scroll-down ul {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#scroll-down ul li {
    position: relative;
    margin: 12px 0;
    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;
}

#scroll-down ul li .scroll-section-title {
    position: absolute;
    top: 9px;
    right: 46px;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s ease-in-out, top 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s ease-in-out, top 0.3s;
    transition: visibility 0.3s, opacity 0.3s ease-in-out, top 0.3s;
    display: none;
}

#scroll-down ul li:hover .scroll-section-title,
#scroll-down ul li.nav-active-section .scroll-section-title {
    visibility: visible;
    opacity: 1;
}

#scroll-down ul li a {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out, top 0.3s;
    -o-transition: all 0.3s ease-in-out, top 0.3s;
    transition: all 0.3s ease-in-out, top 0.3s;
    cursor: pointer;
    outline: 0 !important;
    display: block;
    background: transparent;
}

#scroll-down ul li.nav-active-section a {
    background: rgba(0, 98, 176,.22);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

#scroll-down ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #474747;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out, top 0.3s;
    -o-transition: all 0.3s ease-in-out, top 0.3s;
    transition: all 0.3s ease-in-out, top 0.3s;
}

#scroll-down ul li.nav-active-section a::before {
    width: 12px;
    height: 12px;
    background: #0062b0;
}

#scroll-down:not(.vertical-nav-active) ul li:first-child a::before {
    background: #FFF;
}


#scroll-down .scroll-down-text.down {
    position: absolute;
    bottom: -125px;
    margin-top: 0;
    left: 0;
    height: 20px;
    width: auto;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    letter-spacing: 1.2px;
    font-size: 12px;
    color: #434343;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
}

#scroll-down .scroll-down-text.up{
    position: absolute;
    top: -20px;
    margin-top: 0;
    left: 0;
    height: 20px;
    width: auto;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    letter-spacing: 1.2px;
    font-size: 12px;
    color: #434343;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
}


.nav-active-section-slideshow .scroll-down-text.down,
.nav-active-section-footer .scroll-down-text.up {
    opacity: 1!important;
    visibility: visible!important;
}


.nav-active-section-fp-item1 ul li a::before,
.nav-active-section-fp-item3 ul li a::before{
     background: #fff!important; 
}

.nav-active-section-fp-item1 ul li.nav-active-section a,
.nav-active-section-fp-item3 ul li.nav-active-section a{
  background: rgba(255,255,255,.22)!important; 
}

.scroll-down-animate {
    display: block;
    -webkit-animation: fadeInDown 2s infinite;
    animation: fadeInDown 2s infinite;
}

.scroll-up-animate {
    display: block;
    -webkit-animation: fadeInUp 2s infinite;
    animation: fadeInUp 2s infinite;
}


@-webkit-keyframes fadeInDown {
   0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
   }
}


@keyframes fadeInDown {
   0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
   }
} 


@-webkit-keyframes fadeInUp {
   0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
   }
   100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
   }
} 


@keyframes fadeInUp {
   0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
   }
   100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
   }
} 


/*FIXED HEADER*/

#fixed-header {
    position: fixed;
    z-index: 1029;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#fixed-header.active{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

#fixed-header.active .header-info {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    margin: 0;
    height: 0;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    visibility: hidden;
}

#fixed-header.active .header-wrapper {
    padding: 17px 0 20px;
    min-height: 100px;
}

#fixed-header.active #nav .sub-menu {
    padding-top: 44px;
}




/* HEADER */

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1028;
    width: 100%;
    font-size: 0;
    -webkit-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
    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;
    background: #fff;
    padding: 27px 0 23px;
    min-height: 110px;
}

.header-wrapper > .container {
    padding: 0;
}


.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.logo a {
    display: block;
    position: relative;
}

.logo img {
    max-width: 100%;
}

.header-search {
    display: block;
    /* padding-left: 23px; */
}


.header-search a {
    display: block;
    position: relative;
}

.header-search span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(images/ai-magnifying-icon.png) no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.header-search a:hover span {
    opacity: 0.75;
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}



/*HEADER SMI*/


.header-smi-widget {
    display: block;
    /* border-right: 1px solid rgba(0,0,0,.26); */
    padding: 3px 0 3px  0;
}

.header-smi a {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0062b0;
    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;
    margin: 0 9.5px;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.header-smi {
    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;
}

.header-smi a:first-child {
    margin-left: 0;
}

.header-smi a:last-child {
    margin-right: 0;
}


.header-smi a:hover {
    background: #f37720;
}

/*SLIDESHOW*/

.slideshow-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow-container .cycloneslider-canvas,
.slideshow-container .cycloneslider-slide.cycloneslider-slide-image.cycle-slide,
.slideshow-container .cycloneslider-template-responsive img.cycloneslider-slide-js[width="1"] + canvas{
  height: 100%!important;
  min-height: 775px!important;
}


/*SLIDE CONTENT*/

.slide-content-container {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    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;
    bottom: 0;
}

.slide-content-wrapper {
    display: block;
    position: relative;
}

.slide-content-wrapper > .container {
    padding: 0;
}

.slide-content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slide-content-left {
    width: 59.487%;
    display: block;
}

.slide-content-right {
    width: 40.513%;
    display: block;
}

.slide-tagline {
    display: block;
    padding-top: 40px;
}

.slide-tagline h2 {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #0062b0;
    text-transform: uppercase;
}

.slide-tagline h2 span {
    display: block;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 3.1px;
    color: #727272;
}

/*SLIDE QS MAP*/

.qs-map-search-container {
    display: block;
    position: relative;
    background: #fff;
}

.qs-map-search-wrapper {
    display: block;
    width: 100%;
    max-width: 474px;
    margin: 0 auto;
    padding: 25px 15px 22px;
}



/*SLIDE QUICKSEARCH*/

.qs-search-form-field input {
    width: 100%;
    text-align: left;
    padding: 0 21px;
    height: 35px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    line-height: normal;
    letter-spacing: -0.065px;
    color: #5b5b5b;
    background: #fff;
}

form.qs-search-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.qs-search-form-submit {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: auto;
    width: 17px;
    height: 17px;
    z-index: 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;
}

.qs-search-form-field {
    display: block;
    width: 100%;
    position: relative;
}

.qs-search-form-container {
    display: block;
    position: relative;
    margin-bottom: 7px;
}

.qs-map-search-col {
    position: relative;
    display: block;
}

.qs-map-search-main {
    display: block;
    position: relative;
}

.qs-search-form-submit input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 0;
    padding: 0;
    background: url(images/qs-magnifying-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.qs-search-form-submit input:hover {
    opacity: 0.75;
}

.qs-mini-map-container {
    display: block;
    position: relative;
    z-index: 2;
}

.qs-map-search-col:nth-of-type(2) {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    z-index: 2;
    width: 100%;
    background: #f7fcff;
}

.qs-form-check-field {
    width: calc(25% - 15px);
    position: relative;}

.qs-form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
}

.qs-form-check-field input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.qs-form-check-field span {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.455px;
    color: #5b5b5b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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;
    cursor: pointer;
}

.qs-form-check-field span em.ccustom-checkbox {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 9px;
    border: 1px solid #d3d3d3;
    position: relative;
    margin-right: 10px;
    background: #fff;
}

.qs-form-check-field span em.ccustom-checkbox:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #f37620;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    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;
}

.qs-form-check-field label input:checked ~ span  em.ccustom-checkbox:before {
    opacity: 1;
}

.qs-form-check-field label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qs-sp-form-field input {
    width: 100%;
    text-align: left;
    padding: 0 10px;
    height: 35px;
    border: 1px solid #e5e5e5;
    font-size: 11px;
    line-height: normal;
    letter-spacing: -0.055px;
    color: #5b5b5b;
    background: #fff;
}

.qs-sp-form-field select {
    width: 100%;
    text-align: left;
    padding: 0 10px;
    height: 35px;
    border: 1px solid #e5e5e5;
    font-size: 11px;
    line-height: 1;
    letter-spacing: -0.055px;
    color: #5b5b5b;
    background: #fff url(images/qs-select-arrow.png) no-repeat scroll right 7px center;
}


.qs-sp-form-container {
    display: block;
    position: relative;
    margin-bottom: 14px;
}

.qs-sp-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.qs-sp-form-field {
    width: calc(30% - 5px);
}

.qs-sp-form-filed.qs-search-label {
    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;
    font-size: 12.35px;
    letter-spacing: -0.062px;
    line-height: 1;
    color: #5b5b5b;
    text-transform: uppercase;
}

.qs-sp-form-filed.qs-search-label {
    width: calc(10% - 5px);
}

.qs-map-submit-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.qs-map-submit-option a {
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.065px;
    color: #5b5b5b;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.qs-map-submit-option a:hover {
    color: #0266b4;
}

.qs-map-submit-view-btn button.qs-submit-button {
    width: 100%;
    height: 34px;
    background: #0266b4;
    border: none;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.065px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.qs-map-submit-view-btn button.qs-submit-button:hover {
    background: #f37721;
}


.qs-map-submit-view-btn {
    width: calc(72.75% - 26px);
}

.qs-map-submit-option {
    width: calc(27.25% - 26px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

/* QS MINI MAP */

.qs-mini-map-selector {
    display: block;
    width: 100%;
    position: relative;
}

.qs-mini-map-selector label.qs-minimap-label {
    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;
    position: relative;
}

.qs-mini-map-selector span {
    width: 100%;
    white-space: nowrap;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12.87px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.064px;
    color: #5b5b5b;
    cursor: pointer;
}

.qs-mini-map-selector input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.qs-map-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.qs-mini-map-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
 }

.qs-mini-map-main {
    position: relative;
    width: 441px;
}

.qs-mini-map-main map#map-qs-area {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.qs-mini-map-hovers{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}

.qs-mini-map-hovers > div{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 1;
}

.qs-mini-map-hovers > div.st-thomas{
    top: 75px;
    left: 46px;
}

.qs-mini-map-hovers > div.st-john{
    top: 75px;
    left: 266px;
}

.qs-mini-map-hovers > div.st-croix{
    top: 189px;
    left: 129px;
}

.qs-mini-map-hovers > div.water-island{
    top: 124px;
    left: 86px;
}

.qs-mini-map-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: none;
}

.qs-mini-map-hovers > div.active  .qs-mini-map-hover-img {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.qs-mini-map-buttons > div {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 3;
}

.qs-mini-map-buttons > div.st-thomas {
    top: 50px;
    left: 61px;
}

.qs-mini-map-buttons > div.st-john {
    top: 45px;
    left: 274px;
}

.qs-mini-map-buttons > div.water-island {
    top: 151px;
    left: 109px;
}

.qs-mini-map-buttons > div.st-croix {
    top: 184px;
    left: 255px;
}

.qs-mini-map-selector label.qs-minimap-label:before {
    height: 20px;
    width: 20px;
    background-position: 100% center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 6;
}

.qs-mini-map-selector span em.ai-custom-checkbox {
    display: inline-block;
    vertical-align: top;
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
    background: #cae8ff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

.qs-mini-map-selector span em.ai-custom-checkbox:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #f37620;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
}

.qs-mini-map-selector label.qs-minimap-label input:checked ~ span em.ai-custom-checkbox:before {
    opacity: 1;
}
 
.qs-mini-map-buttons > div.active .qs-mini-map-selector span em.ai-custom-checkbox:before {
    opacity: 1;
}

/* FEATURED PROPERTIES */

.fp-list {
    display: block;
    position: relative;
}

.fp-main-container {
    display: block;
    position: relative;
}

.fp-img-bg canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fp-img-sm canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.fp-col-container {
    display: block;
    width: 100%;
    max-width: 1498px;
    margin: 0 auto;
    padding: 0 15px;
}

.fp-col {
    position: relative;
    display: block;
    padding: 77px 0;
}

.fp-col:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.fp-col:first-of-type:before {
    background-image: url(images/fp-bg-1.jpg);
}

.fp-col:nth-child(2):before {
    background-image: url(images/fp-bg-2.jpg);
}

.fp-col:last-of-type:before {
    background-image: url(images/fp-bg-3.jpg);
}

.fp-col:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(19, 168, 236,.72);
    z-index: -1;
}

.fp-left {
    display: block;
    width: calc(60.15% - 13px);
}

.fp-right {
    width: calc(39.85% - 13px);
}

.fp-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -3px;
}

.fp-item-sm {
    display: block;
    width: calc(100% / 2);
    position: relative;
    padding: 0 3px;
    margin-bottom: 6px;
}

.fp-item-sm:not(:last-child) {
}

.fp-gallery-wrap {
    display: block;
    overflow: hidden;
}

.fp-item-sm:nth-child(3), .fp-item-sm:last-child {
    margin-bottom: 0;
}

.fp-gallery-title h2 {
    font-size: 31px;
    line-height: 1;
    letter-spacing: 3.1px;
    color: #f37721;
    text-transform: uppercase;
}

.fp-gallery-title {
    display: block;
    margin-bottom: 26px;
}

.fp-img-bg {
    position: relative;
}

.fp-img-bg-wrap {
    display: block;
    position: relative;
}

.fp-left a {
    display: block;
    position: relative;
}

.fp-item-sm a {
    display: block;
    position: relative;
}

.fp-price span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    color: #fff;
}

.fp-loc span {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #fff;
}

.fp-hover-price span {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.5px;
    color: #fff;
}

.fp-hover-loc span {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.9px;
    color: #fff;
}

.fp-info span {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.9px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 21px;
    border-right: 1px solid #fff;
}

.fp-info span:first-child {
    padding-left: 0;
}

.fp-info span:last-child {
    padding-right: 0;
    border: none;
}

.fp-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
}

.fp-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 31px 25px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.fp-img-bg:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 128px;
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),to(rgba(0,0,0,0.40)));
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
}

.fp-img-bg:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.43);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.fp-left a:hover .fp-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.fp-left a:hover .fp-img-bg:after {opacity: 1;visibility: visible;}

.fp-left a:hover .fp-img-bg:before {
    opacity: 0;
}

.fp-left a:hover .fp-details {
    opacity: 0;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
}

.fp-hover-price {
    display: block;
    margin-bottom: 21px;
}

.fp-hover-loc {
    display: block;
    margin-bottom: 19px;
}

.fp-info {
    display: block;
    font-size: 0;
}

.fp-price-sm span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #fff;
    text-transform: uppercase;
}

.fp-loc-sm span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.3px;
    color: #fff;
    text-transform: uppercase;
}

.fp-details-sm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 11px 10px;
}

.fp-img-sm {
    position: relative;
}

.fp-img-sm:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 113px;
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
}

.fp-img-sm:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.23);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.fp-price-sm {
    display: block;
    margin-bottom: 7px;
}

.fp-item-sm a:hover .fp-img-sm:after {
    opacity: 1;
    visibility: visible;
}

.fp-banner {
    display: block;
    position: relative;
    width: 100%;
}

.fp-banner-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.fp-banner-img {
    position: relative;
    display: block;
}

.fp-col:nth-child(even):before {
    right: 0;
    left: auto;
}

.fp-col:nth-child(even):after {
    right: 0;
    left: auto;
}

.fp-col:nth-child(even) .fp-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.fp-col:nth-child(even) .fp-gallery-title {
    text-align: right;
}

/* HP WELCOME */

.welc-wrapper {
    display: block;
    position: relative;
}

.welc-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1342px;
    margin: 0 auto;
    padding: 0 15px;
}

.welc-left {
    width: calc(54% - 50px);
    display: block;
    position: relative;
    padding-left: 79px;
    padding-top: 30px;
}

.welc-right {
    width: calc(44% - 30px);
    display: block;
    position: relative;
    overflow: hidden;
}

.welc-title span {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2.5px;
    color: #6f6f6f;
    text-transform: uppercase;
    display: block;
}

.welc-title h1 {
    font-size: 55px;
    line-height: 1;
    letter-spacing: 5.5px;
    color: #0062b0;
    text-transform: uppercase;
    display: inline-block;
}

.welc-title h1 span {
    display: block;
    text-align: right;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2.5px;
    color: #6f6f6f;
    text-transform: uppercase;
    margin-top: 5px;
}

.welc-title {
    display: block;
    width: 100%;
    margin-bottom: 48px;
}

.welc-content p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #4a4a4a;
}

.welc-content p:not(:last-child) {
    margin-bottom: 27px;
}

.welc-agent-img img {
    max-width: 100%;
}

.welc-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(images/welc-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.16;
}

.welc-wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    left: 136px;
    width: calc((100vw + 606px) / 2);
    height: 100%;
    background: #fff;
    pointer-events: none;
}

.welc-content-wrap {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 82px;
    padding-bottom: 111px;
}

/* IN THE MEDIA */

.im-wrapper {
    display: block;
    padding: 72px 0 98px;
    position: relative;
}

.im-title h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2.5px;
    color: #6f6f6f;
    text-transform: uppercase;
}

.im-title h2 span {
    display: block;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 5.5px;
    color: #0062b0;
}

.im-title {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.im-video-banner canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.im-video-banner {
    position: relative;
    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;
}

.im-video-banner:before {
    position: absolute;
    content: '';
    width: 86px;
    height: 86px;
    background: url(images/ai-play-button.png) no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0.66;
}

.im-video a:hover .im-video-banner:before {
    opacity: 1;
}

.im-video {
    display: block;
    margin-bottom: 18px;
}

.im-video-btn a {
    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;
    width: 415px;
    height: 64px;
    background: #0062b0;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1.9px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.im-video-btn a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.im-video-btn a span em.ai-youtube-icon {
    width: 33px;
    height: 23px;
    background: #ce1312;
    border-radius: 4px;
    margin-left: 20px;
    position: relative;
    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;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.im-video-btn a span em.ai-youtube-icon:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.im-wrapper > .container {
    padding: 0;
}

.im-video-btn a:hover {
    background: #f37721;
}

/*Testimonials*/

.th-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0;
    overflow: hidden;
}

.testi-container {
    display: block;
    width: 50.601%;
    position: relative;
    z-index: 1;
    padding: 68px 46px 30px 0;
    background: url(images/testi-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}



.testi-title {
    margin-bottom: 56px;
    z-index: 12;
    position: relative;
    width: 100%;
    max-width: 72.3%;
    margin-left: auto;
}

.testi-content p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.34px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
}

.testi-name span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.4px;
    color: #fff;
}

.testi-slide-wrapper {
    display: block;
    width: 100%;
    margin-left: auto;
    max-width: 40.6%;
    position: relative;
    z-index: 1;
}

.testi-slide-wrapper:before {
    position: absolute;
    content: '';
    top: 6px;
    left: -40%;
    width: 38px;
    height: 32px;
    z-index: 19;
    background: url(images/ai-quote-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}



.testi-wrapper {
    display: block;
    z-index: 6;
    position: relative;
}

.testi-content {
    display: block;
    margin-bottom: 30px;
}


.testi-slide {
    display: block;
    margin-bottom: 50px;
    width: 100%;
}

.testi-container:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 49.064%;
    height: 100%;
    z-index: 1;
    background: rgba(39, 39, 39,.9);
}

.testi-container:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 168, 236,.72);
    pointer-events: none;
    z-index: -1;
}

.testi-title h2 span{
    display: block;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 5.5px;
    color: #fff;
}

.testi-btn-wrap .testi-btn span:before {
    background: #fff;
}

.testi-item {
    display: block;
    margin-bottom: 29px;
    position: relative;
}

.testi-slide-wrapper ul.slick-dots li button {
    border: none;
    padding: 0;
    width: 8px;
    height: 8px;
    background: rgba(241, 240, 242,.50);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.testi-slide-wrapper ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.testi-slide-wrapper ul.slick-dots li:first-child {
    margin-left: 0;
}

.testi-slide-wrapper ul.slick-dots li:last-child {
    margin-right: 0;
}

.testi-slide-wrapper ul.slick-dots li.slick-active button {
    background: #f1f0f2;
}

.testi-slide-wrapper ul.slick-dots li:last-child button {
    background: rgba(241, 240, 242,.20);
}


/* BLOG */

.blog-container {
    display: block;
    width: 49.399%;
    padding: 63px 0 68px 70px;
    position: relative;
}

.blog-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-ft-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.blog-img {
    width: 44.77%;
    display: block;
    position: relative;
    height: 100%;
}

.blog-content-wrapper {
    width: 55.23%;
    display: block;
    padding: 7px 0 0 16px;
}

.blog-item {
    display: block;
    position: relative;
    width: 100%;
}

.blog-item:not(:last-child) {
    margin-bottom: 10px;
}


.blog-title h2:before {
    right: -100px;
}

.blog-title {
    margin-bottom: 35px;
}


.blog-wrapper {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 516px;
}

.blog-title h2 span {
    display: block;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 5.5px;
    color: #0062b0;
}

.blog-title h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2.5px;
    color: #6f6f6f;
    text-transform: uppercase;
}

.blog-content-title h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #f37720;
}

.blog-content-title {
    display: block;
    margin-bottom: 12px;
}

.blog-content p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #4a4a4a;
}

.blog-content {
    display: block;
    margin-bottom: 5px;
}

.blog-btn-wrap {
    display: block;
    position: relative;
}


.blog-list {
    display: block;
    position: relative;
    margin-bottom: 29px;
}

.testi-title h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2.5px;
    color: #fff;
    text-transform: uppercase;
}

.testi-btn-wrap a {
    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;
    width: 120px;
    height: 40px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.26px;
    color: #fff;
    background: #f37720;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.testi-btn-wrap a:hover {
    background: #0062b0;
}

.blog-btn-wrap a {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #0062b0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.blog-btn-wrap a:hover {
    color: #f37720;
}

/* CONTACT FORM */
#hp-contact-form {
    padding: 80px 0;
    text-align: center;
    background-color: #13a8ec;
    position: relative;
    z-index: 1;
}

    #hp-contact-form:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .10;
        background-image: url(images/contact-us-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #hp-contact-form h2 {
        font-size: 25px;
        line-height: 1;
        letter-spacing: 2.5px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

        #hp-contact-form h2 span {
            display: block;
            font-size: 55px;
            line-height: 1;
            letter-spacing: 5.5px;
            color: #ffffff;
        }

        #hp-contact-form .git-text {
            color: #fff;
            margin-bottom: 55px;
            font-size: 15px;
            line-height: 22px;
        }

        .hp_form_wrap {
            font-size: 0;
            margin-top: 20px;
            position: relative;
            max-width: 945px;
            margin: 0 auto;
        }

            .form_field_top, .form_field_bottom, .form_field_long {
                width: 100%;
                display: inline-block;
                vertical-align: top;
            }
                .form_field_bottom {
                    margin-top: 20px;
                    position: relative;
                    padding: 0 10px;
                }

                .hp_form_wrap .form_field {
                    width: 33.33%;
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 10px;
                }

                    .hp_form_wrap .form_field.form_field_nomar {
                        margin-right: 0;
                    }
                    .form_field input, .form_field_bottom textarea {
                        width: 100%;
                        height: 55px;
                        display: inline-block;
                        vertical-align: top;
                        padding: 0;
                        color: #ffffff;
                        font-size: 14px;
                        text-transform: uppercase;
                        border: none;
                        border-bottom: 1px solid #ffffff;
                        background-color: transparent;
                    }
                    .form_field_bottom textarea {
                        resize: none;
                        overflow-x: hidden;
                        padding-right: 0;
                        height: 80px;
                    }
                .form_submit {
                    position: relative;
                    right: 0;
                    display: block;
                    max-width: 165px;
                    margin: 50px auto 0;
                }
                    .form_submit input {
                        padding: 0;
                        border: none;
                        background-color: transparent;
                        font-size: 16px;
                        height: 42px;
                        width: 100%;
                        background: #f37720;
                        color: #fff;
                        font-weight: 500;
                        left: 0;

                        transition: 400ms ease;
                        -webkit-transition: 400ms ease;
                    }

                    .form_submit input:hover{
                        background-color: #0062b0;
                    }


                    .form_submit i {
                        display: none;
                        position: absolute;
                        top: 0;
                        right: 0;
                        color: #ffffff;
                        font-size: 35px;
                        pointer-events: none;
                        -webkit-transition: 0.3s all ease-in-out;
                        -o-transition: 0.3s all ease-in-out;
                        transition: 0.3s all ease-in-out;
                    }
                        .form_submit:hover i {
                            opacity: 0.7;
                        }
                    .form_submit .ajax-loader {
                        position: absolute;
                        bottom: -35px;
                    }
                    .hp_form_wrap .wpcf7-form-control-wrap {
                        display: block;
                    }
                    .hp_form_wrap .use-floating-validation-tip span.wpcf7-not-valid-tip {
                        position: absolute;
                        right: 0;
                        top: auto;
                        left: auto;
                        bottom: 1em;
                        width: auto;
                        font-size: 12px;
                        padding: 0.25em 1em;
                    }
                    .hp_form_wrap div.wpcf7-response-output {
                        width: 100%;
                        position: absolute;
                        font-size: 14px;
                        margin: 2px auto 0;
                        color: #fff !important;
                    }

                    .form_submit span.ajax-loader {
                        position: absolute;
                        bottom: 0;
                    }

/* FOOTER  */

.footer-wrapper > .container {
    padding: 0;
}

.footer-wrapper {
    position: relative;
    display: block;
    padding: 86px 0 39px;
    font-size: 0;
}

.footer-info-wrapper {
    position: relative;
    display: block;
}

.footer-info-container {
    position: relative;
    display: block;
    padding-bottom: 46px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

.footer-info-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-logo a {
    display: block;
    position: relative;
}

.footer-logo img {
    max-width: 100%;
}


.footer-contacts-wrapper {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.footer-loc span {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #0062b0;
}

.footer-cont span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13.76px;
    line-height: 1;
    color: #0062b0;
    padding: 0 15px;
}

.footer-cont span a {
    color: #0062b0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer-cont span a:hover {
    color: #f37720;
}

.footer-loc {
    display: block;
    position: relative;
    margin-bottom: 6px;
}

.footer-cont {
    display: block;
    position: relative;
}

.footer-cont span:first-of-type {
    padding-left: 0;
}

.footer-cont span:last-of-type {
    padding-right: 0;
}

.footer-contacts span em.ai-font-location-c{
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    font-size: 20px;
    color: #f37720;
}

.footer-contacts span em.ai-font-phone {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    font-size: 12px;
    color: #f37720;
    font-weight: 700;
}

.footer-contacts span em.ai-font-envelope-f {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    font-size: 11px;
    color: #f37720;
}

.footer-smi-widget {
    display: block;
}

.footer-smi a {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f37720;
    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;
    margin: 0 9.5px;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer-smi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer-smi a:first-child {
    margin-left: 0;
}

.footer-smi a:last-child {
    margin-right: 0;
}


.footer-smi a:hover {
    background: #0062b0;
}

.footer-contacts {
    display: block;
    text-align: right;
    margin-bottom: 23px;
}

#footer-nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 21px;
}

#footer-nav li:first-of-type {
    padding-left: 0;
}

#footer-nav li:last-of-type {
    padding-right: 0;
}

.footer-nav-wrap {
    display: block;
    text-align: right;
}

#footer-nav li a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #0062b0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#footer-nav li a:hover {
    color: #f37720;
}


.footer-copyright {
    display: block;
    position: relative;
    text-align: center;
    padding: 53px 0 0;
}

.copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 14.1px;
    line-height: 1;
    letter-spacing: 1.41px;
    color: #999999;
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.copyright a {
    color: #999999;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.copyright a:hover {
    color: #0062b0;
}

.mls-logo {
    position: relative;
    display: block;
}

.mls-logo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #8d8d8d;
    margin: 0 2px;
}
.footer-extra-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -20px;
    padding-bottom: 30px;
}

.footer-elogo {
    display: block;
    width: calc(100% / 9);
    padding: 0 5px;
}

.footer-extra-logo-widget {
    display: block;
    width: 100%;
    max-width: 839px;
    margin: 0 auto;
}

.footer-elogo img {
    max-width: 100%;
    object-fit: contain;
    height: 80px;
}

/*PRIMARY SIDEBAR*/

.sb-contacts span {
    font-size: 13.76px;
    line-height: 1;
    color: #0062b0;
    display: block;
}

.sb-contacts span a:hover {
    color: #f37720;
}

.sb-contacts span a {
    color: #0062b0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.sb-contacts span em.ai-font-location-c {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    font-size: 20px;
    color: #f37720;
}

.sb-contacts span em.ai-font-phone {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    font-size: 12px;
    color: #f37720;
    font-weight: 700;
}

.sb-contacts span em.ai-font-envelope-f {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    font-size: 11px;
    color: #f37720;
}

.sb-contacts {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.sb-logo a {
    display: block;
    position: relative;
}

.sb-logo img {
    max-width: 100%;
}

.sb-logo {
    display: block;
    margin-bottom: 20px;
}

.sb-smi a {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f37720;
    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;
    margin: 0 5px;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.sb-smi {
    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;
}

.sb-smi a:first-child {
    margin-left: 0;
}

.sb-smi a:last-child {
    margin-right: 0;
}


.sb-smi a:hover {
    background: #0062b0;
}

.sb-qs-col .qs-form-checkbox {
    display: block;
    padding: 10px;
}

.sb-qs-col .qs-map-list {
    display: block;
}

.sb-qs-col .qs-map-list:not(:last-child) {
    margin-bottom: 5px;
}

.sb-qs-col {
    display: block;
    position: relative;
}

.sb-qs-col .qs-search-form-container {
    margin-bottom: 0;
}

.sb-qs-col .qs-search-form-field input {
    padding: 0 10px;
    font-size: 12px;
}

.sb-qs-col form.qs-search-form-wrap {
    margin: 0;
    position: relative;
}

.sb-contacts span:not(:last-child) {
    margin-bottom: 5px;
}

.sb-contact-wrapper {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.sb-map-list {
    display: block;
    padding: 10px;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-container #breadcrumbs {
    font-size: 14px;
}

.ip-container span.breadcrumb_last {
    color: #0062b0;
    font-weight: 700;
}

.ip-banner{
    position: relative;
    overflow: hidden;
}

.ip-banner canvas{
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background: #f9f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ip-banner .container{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span{
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 74.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 23.83%; margin-top: 80px; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 
    font-size: 55px;
    line-height: 1;
    letter-spacing: 5.5px;
    color: #0062b0;
    text-transform: uppercase;
}

#content .entry{
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #4a4a4a;  
}
/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font-size: 45px;
    line-height: 1;
    letter-spacing: 5.5px;
    color: #0062b0;
    text-transform: uppercase;
    margin-top: 0;
}
     
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_horizontal.flexmls_connect__search_new_shadow {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: none;
}

.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_horizontal.flexmls_connect__search_new_shadow ul.select2-selection__rendered {
    margin: 0 !important;
}

.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_horizontal.flexmls_connect__search_new_shadow span.select2-selection.select2-selection--multiple {
    border-radius: 0;
}

.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_horizontal.flexmls_connect__search_new_shadow .flexmls_connect__search_new_links input {
    background: #0266b4;
    color: #fff;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
    font-weight: 100 !important;
    border-radius: 0 !important;
    background-clip: unset !important;
    font-family: inherit !important;
    height: 34px;
    border: none;
    line-height: 1 !important;
    letter-spacing: -0.065px;
}

.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_horizontal.flexmls_connect__search_new_shadow span.select2.select2-container.select2-container--default,
.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_horizontal.flexmls_connect__search_new_shadow span.select2.select2-container.select2-container--default ul li,
.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_horizontal.flexmls_connect__search_new_shadow span.select2.select2-container.select2-container--default ul li input {
    width: 100% !important;
}

div.wpcf7-response-output {
    text-align: center;
}

/*
.fts-jal-fb-link-wrap.fts-album-photos-wrap {
    width: 20%;
    margin-right: 20px;
}*/

.grecaptcha-badge  {
    z-index: 1000; 
}

.page-id-3 #content .entry em.ai-mobile-phone a:hover {
    color: #0266b4!important;
}

.page-id-3 #content .entry a{
    color: #4a4a4a;
     -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.page-id-3 #content .entry a:hover{
    color: #0266b4;
}
span.mls-name-disclamer {
    text-transform: uppercase;
}
input#st-thomas,
input#st-croix,
input#water-island,
input#st-john{
    display: none;
}

#wpcf7-f12-p13-o1 .ai-default-cf7wrap.ai-contact-wrap span.wpcf7-form-control-wrap {
    display: inline !important;
}

.page-id-92 .flexmls_connect__search_new_links a {
    display: none;
}

.page-id-85 #content .flexmls_connect__search_new_links a {
	display: none;
}

.flexmls_connect__sr_listing_facts .flexmls_connect__zebra:last-child {
    display: none;
}

.flexmls_connect__sr_result .flexmls_connect__sr_details {
    color: #000;
}

.flexmls_connect_select {
    padding: 0.05em 0.4em;
}

.flexmls_connect_select option[value=""] {
    display: none;
}

.fp-container .thomas, .fp-container .john, .fp-container .croix{display:none;} 