/*font*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

html {
    scroll-behavior: smooth;
}  
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.left-main {
    width: 29%;
    background-color: #e07810;
    color: #fff;
    overflow: hidden;
    position: fixed;
    height:100%;
}
.right-main {
   width: 70.97%;
   float: right
}

/*Sidebar*/
.left-main-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*Top property address*/
.left-main-container .intro-address,
.left-main-container .property-subtitle {
    font-size: 3.2vw;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 0 1vw;
    font-family: 'Fjalla One', sans-serif;
}
.left-main-container .intro-address {
    padding-top: 1vw;
}
.left-main-container .property-location {
    font-size: 1.5vw;
    padding: 0 1vw;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
/*Left owner information*/
.left-main-container .owner-info-left {
    /*margin-top: 15em;*/
    display: none; /*Unbranded*/
}
/*.left-main-container .owner-info-left.info-partners {
    margin-top: 10em;
}
.left-main-container .title-presentedby {
    color: #a0570e;
    font-weight: normal;
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
    margin-bottom: -0.3em;
    padding-left: 0.9vw;
    text-transform: uppercase;
}
.left-main-container .agent-info-row,
.left-main-container .office-info-row,
.left-main-container .agent1-info-row,
.left-main-container .agent2-info-row {
    display: flex;
    align-items: center;
    position: relative;
    width: 72%;
    padding: 0.5vw;
    color: #FFF;
    background: #c1680f;
}
.left-main-container .agent1-info-row {
    margin-bottom: 1em;
}
.left-main-container .agent-info-row:after,
.left-main-container .office-info-row:after,
.left-main-container .agent1-info-row:after,
.left-main-container .agent2-info-row:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #c1680f;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.left-main-container .agent_photo,
.left-main-container .office_logo,
.left-main-container .agent1_photo,
.left-main-container .agent2_photo {
    display: block;
    width: 6em;
    min-width: 6em;
    height: 6em;
    border-radius: 3em;
    overflow: hidden;
    border: 2px solid #985410;
    box-shadow: 0 0 5px rgba(19,41,61,.1);
}
.left-main-container .agent_photo img,
.left-main-container .office_logo img,
.left-main-container .agent1_photo img,
.left-main-container .agent2_photo img {
    width: 100%;
    height: auto;
    display: block;
}
.left-main-container .agent-contact-info,
.left-main-container .office-contact-info,
.left-main-container .agent1-contact-info,
.left-main-container .agent2-contact-info {
    display: flex;
    flex-direction: column;
    margin-left: .8em;
    font-size: 1vw;
}
.left-main-container .agent-contact-info .agent-name,
.left-main-container .office-contact-info .brokerage-name,
.left-main-container .agent1-contact-info .agent1-name,
.left-main-container .agent2-contact-info .agent2-name {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: .1em;
    font-size: 1.5em;
    line-height: 1.2;
    color: #fff;
    font-weight: normal;
    font-family: 'Fjalla One', sans-serif;
}
.left-main-container .agent-contact-info .agent-title,
.left-main-container .agent-contact-info .agent-License,
.left-main-container .agent-contact-info .agent-office,
.left-main-container .agent1-contact-info .agent1-title,
.left-main-container .agent1-contact-info .agent1-License,
.left-main-container .agent1-contact-info .agent1-office,
.left-main-container .agent2-contact-info .agent2-title,
.left-main-container .agent2-contact-info .agent2-License,
.left-main-container .agent2-contact-info .agent-office-2 {
    font-weight: 400;
    font-size: 0.8em;
    text-transform: capitalize;
    font-style: italic;
}
.left-main-container .agent-contact-info .agent-office,
.left-main-container .agent1-contact-info .agent1-office,
.left-main-container .agent2-contact-info .agent-office-2 {
    margin: 0;
}
.left-main-container .agent-contact-info .phone-mobile,
.left-main-container .office-contact-info .phone-office,
.left-main-container .agent1-contact-info .phone-mobile,
.left-main-container .agent2-contact-info .phone-mobile {
    margin-top: .4em;
}
.left-main-container .agent-contact-info .phone-mobile,
.left-main-container .agent-contact-info .phone-office,
.left-main-container .office-contact-info .phone-office,
.left-main-container .office-contact-info .phone-tollfree,
.left-main-container .office-contact-info .fax-office,
.left-main-container .agent1-contact-info .phone-mobile,
.left-main-container .agent2-contact-info .phone-mobile,
.left-main-container .agent1-contact-info .phone-office,
.left-main-container .agent2-contact-info .phone-office {
    line-height: 1.4;
    font-size: 0.85em;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.left-main-container .agent-contact-info .phone-mobile:before,
.left-main-container .agent-contact-info .phone-office:before,
.left-main-container .office-contact-info .phone-office:before,
.left-main-container .office-contact-info .phone-tollfree:before,
.left-main-container .office-contact-info .fax-office:before,
.left-main-container .agent1-contact-info .phone-mobile:before,
.left-main-container .agent2-contact-info .phone-mobile:before,
.left-main-container .agent1-contact-info .phone-office:before,
.left-main-container .agent2-contact-info .phone-office:before {
    position: relative;
    top: 1px;
    margin-right: .4em;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: #fff;
}
.left-main-container .agent-contact-info .phone-mobile:before,
.left-main-container .agent1-contact-info .phone-mobile:before,
.left-main-container .agent2-contact-info .phone-mobile:before {
    content: '\f10b';
    font-size: 1.3em;
    padding-left: .1em;
}
.left-main-container .agent-contact-info .phone-office:before,
.left-main-container .office-contact-info .phone-office:before,
.left-main-container .agent1-contact-info .phone-office:before,
.left-main-container .agent2-contact-info .phone-office:before {
    content: '\f095';
}
.left-main-container .office-contact-info .phone-office:before {
    margin-right: 0.6em;
}
.left-main-container .office-contact-info .phone-tollfree:before {
    content: '\f0ac';
}
.left-main-container .office-contact-info .fax-office:before {
    content: '\f1ac';
}
.left-main-container .agent-contact-info a,
.left-main-container .office-contact-info a,
.left-main-container .agent1-contact-info a,
.left-main-container .agent2-contact-info a {
    color: #fff;
}*/
/*Bottom buttons*/
.left-main-container .bottom-buttons {
    display: flex;
    width: 96.5%;
    padding-left: 1vw;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Fjalla One', sans-serif;
}
.left-main-container .contact-btn,
.left-main-container .gallery-btn {
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 1vw;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
    margin: 0 3% 3% 0;
    -moz-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    -webkit-transition: all 0.2s ease;
    -webkit-transition-delay: 0.15s;
    transition: all 0.2s ease 0.15s;
}
.left-main-container .contact-btn:after,
.left-main-container .gallery-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    z-index: 1;
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -moz-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    -o-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.left-main-container .contact-btn:hover,
.left-main-container .gallery-btn:hover {
    color: #e07810;
    background-color: #fff;
    outline: 0;
    outline-width: 0;
}
.left-main-container .contact-btn:hover:after,
.left-main-container .gallery-btn:hover:after {
    left: 120%;
    -moz-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    -o-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.left-main-container #sharethis a .icon-wrapper {
    background-color: transparent !important;
    line-height: 2vw !important;
    height: 2vw !important;
    width: 2vw !important;
}
.left-main-container #sharethis a .icon-wrapper svg {
    height: 2vw !important;
    width: 2vw !important;
}
.left-main-container .st-custom-button[data-network="sharethis"] {
    color: #fff;
    width: 2vw;
    height: 2vw;
    font-size: 0.7vw;
    text-align: center;
    padding-left: 0.5em;
}
.left-main-container .st-custom-button[data-network="sharethis"] .icon-wrapper {
    display: none;
}
.left-main-container #sharethis a.st-custom-button[data-network="sharethis"]:before {
    content: '\f141';
    display: block;
    color: #fff;
    font-family: FontAwesome;
    font-size: 2em;
    text-align: center;
    margin-bottom: -0.35em;
}
.left-main-container .social-media-btns {
    margin-top: 0.4em;
    flex-grow: 1;
    fill: white;
    position: relative;  
}
.left-main-container .social-media-btns #sharethis {
    position: absolute;
    right: 0.8em;
}
.left-main-container .social-media-btns #sharethis .st-custom-button{
    float: left;
    width: auto;
    padding: 0 2px;
    margin-bottom: 5px;
}
.left-main-container .social-media-btns #sharethis .st-custom-button:hover{
    cursor: pointer;
}
/*Contact Form*/
.left-contact-form {
    display: block;
    height: 100%;
    padding: 1vw;
    position: absolute;
    top: 100%;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    overflow-y: auto;
}
.closeContactForm {
    color: #fff;
    position: absolute;
    top: -0.2em;
    right: 0.2em;
    font-size: 2.5em;
    z-index: 1;
    display: none;
}
.closeContactForm:before {
    content: "x";
}
.contact-form {
    position: relative;
}
.left-contact-form .contact-form-title {
    letter-spacing: 2px;
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.5em;
    font-weight: normal;
    margin-top: 0.5em;
    font-family: 'Fjalla One', sans-serif;
}
.contact-form h2.subject {
    display: none;
}
.contact-form form {
    position: relative;
    width: 80%;
    color: transparent;
    user-select: none;
}
.contact-form .general-info {
    color: #fff;
}
.contact-form label {
    display: block;
    color: #fff;
}
.contact-form .form-text,
.contact-form .form-textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 1em;
}
.contact-form .form-item {
    margin-bottom: 1em;
}
.contact-form .form-item.Last-Name {
    display: none;
}
.contact-form .drip-group-container {
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    display: inline-block;
    overflow: visible;
}
.contact-form .drip-group-container .form-item {
    width: 47%;
    margin: 5px 1.5%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 0px;
}
.contact-form .drip-group-container .form-item label {
    height: 40px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    border: solid 1px #fff;
}
.contact-form .drip-group-container input {
    display: none;
}
.contact-form .drip-group-container.buy .form-item:nth-child(1) label, 
.contact-form .drip-group-container.sell .form-item:nth-child(2) label, 
.contact-form .drip-group-container.rent .form-item:nth-child(3) label, 
.contact-form .drip-group-container.other .form-item:nth-child(4) label{
    color: #e07810;
    background-color: #fff;
    border: 0;
}
.contact-form .form-submit {
    display: block;
    background: transparent;
    border: solid 3px #fff;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5em 2.5em;
    margin-top: 1em;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    overflow: hidden;
    -moz-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    -webkit-transition: all 0.2s ease;
    -webkit-transition-delay: 0.15s;
    transition: all 0.2s ease 0.15s;
    cursor: pointer;
}
.contact-form .form-submit:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    z-index: 1;
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -moz-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    -o-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.contact-form .form-submit:hover {
    color: #e07810;
    background-color: #fff;
    outline: 0;
    outline-width: 0;
}
.contact-form .form-submit:after:hover {
    left: 120%;
    -moz-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    -o-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.contact-form .new_disclaimer {
    display: none;
}
.contact-form .consent-checkbox-form{
    display: flex;
    align-items: start;
    margin: 0.5em 0 0.5em;
}
.contact-form .consent-checkbox-form .new_disclaimer {
    display: block;
    color: #fff;
    margin-left: 0.5em;
    font-size: 0.8em;
}
.contact-form .new_disclaimer a{
    color: #00c3ff;
}
.contact-form .new_disclaimer a:hover{
    text-decoration: underline;
}
.contact-form .disclaimer_link {
    cursor: default;
    text-decoration: none;
    position: relative;
    right: 0;
    bottom: -4em;
    margin: 0.5em 0 0;
    width: 100%;
    text-align: right;
    font-size: 0.8em;
    display: inline-block;
    float: none;
    color: #fff;
}
.contact-form a.disclaimer_link span.disclaimer_content {
    position: absolute;
    display: none;
    width: 200px;
    padding: 5px;
    background: #fff;
    color: #000;
    border: #000 1px solid;
    z-index: 9999;
    right: 40px;
    top: -70px;
    font-size: 11px;
    text-align: left;
}
.contact-form a.disclaimer_link:hover span.disclaimer_content {
    display: block;
    top: -9.5em;
    text-decoration: none;
}
.contact-form input[name="edit[type_question_virtual]"] {
    display: none;
}
/*contcat form chosen css*/
.contact-form .chosen-container-multi .chosen-choices li.search-field input[type=text],
.contact-form .chosen-container-multi .chosen-choices li.search-field {
    width: 100% !important;
}
.contact-form .drip-group-container .form-item:nth-child(4):after {
    content:'';
    margin: 0px;
    padding: 0px;
    clear: both;
}
.contact-form .chosen-container-multi .chosen-choices {
    border-radius:4px;
}
.contact-form .chosen-container-active .chosen-choices,
.contact-form .chosen-container,
.contact-form .drip-buyer-subgroup-container,
.contact-form .drip-seller-subgroup-container,
.contact-form .drip-renter-subgroup-container,
.contact-form .drip-buyer-seller-subgroup-container {
    width: 100% !important;
    margin: 0px;
    line-height: 30px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #fff;
}
.contact-form .chosen-container-multi .chosen-choices {
    border: 1px solid #fff;
    background: transparent;
}
.chosen-container .chosen-results {
    height: 120px;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background: #fff;
    border: 1px solid #fff;
    font-size: 0.85em;
}

/*Right side main content*/
/*Top Slideshow*/
.slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.slideshow img {
    position: absolute;
    width: 100%;
    max-width: none;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: 3s, 8s;
       -moz-transition-property: opacity, -moz-transform;
       -moz-transition-duration: 3s, 8s;
        -ms-transition-property: opacity, -ms-transform;
        -ms-transition-duration: 3s, 8s;
         -o-transition-property: opacity, -o-transform;
         -o-transition-duration: 3s, 8s;
            transition-property: opacity, transform;
            transition-duration: 3s, 8s;
}
/**
 * We change the point of origin using four corners so images do not move in the same direction. 
 * This technique allows us to create various paths while applying the same translate() values to all images (see the 'kb' class further below).
 */
.slideshow:not(.oneImage) img  {
    -webkit-transform-origin: bottom left;
       -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
}

.slideshow:not(.oneImage) :nth-child(2n+1) {
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
}

.slideshow:not(.oneImage) :nth-child(3n+1) {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
}
.slideshow:not(.oneImage) :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
}
/**
 * Because of the stacking context, we need to make sure that the first image (in source) is not hidden by the last one. 
 * The rule below moves all images past the second one down the stack. 
 * This is because the second image needs to show on top of the first one when it transitions in.
 */
.slideshow .kb:first-child + img ~ img  {
    z-index:-1;
}
/**
 * Because images are styled with a different point of origin, the following rule will create different panning effects.
 */
.slideshow .kb {
     height: 100%;
}
.slideshow .kb {
    
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
            opacity:1;
}
.slideshow .kbcss{
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
            animation-name: kenburns;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    }
.slideshow .kbcss:nth-child(1) {
    -webkit-animation-name: kenburns-1;
    animation-name: kenburns-1;
    z-index: 3;
}
.slideshow .kbcss:nth-child(2) {
    -webkit-animation-name: kenburns-2;
    animation-name: kenburns-2;
    z-index: 2;
}
@-webkit-keyframes kenburns-1 {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    1.5625% {
      opacity: 1;
    }
    23.4375% {
      opacity: 1;
    }
    26.5625% {
      opacity: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    98.4375% {
      opacity: 0;
      -webkit-transform: scale(1.2117647059);
              transform: scale(1.2117647059);
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes kenburns-1 {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    1.5625% {
      opacity: 1;
    }
    23.4375% {
      opacity: 1;
    }
    26.5625% {
      opacity: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    98.4375% {
      opacity: 0;
      -webkit-transform: scale(1.2117647059);
              transform: scale(1.2117647059);
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes kenburns-2 {
    23.4375% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    26.5625% {
      opacity: 1;
    }
    48.4375% {
      opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
    51.5625% {
      opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
  }
  @keyframes kenburns-2 {
    23.4375% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    26.5625% {
      opacity: 1;
    }
    48.4375% {
      opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
    51.5625% {
      opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
  }
  /*when only One image*/
  .oneImage img {
    width: 100%;
    position: absolute;
    opacity: 1;
    transition: none;
    animation: move 0s ease;
    -ms-animation: move 10s ease;
    -webkit-animation: move 10s ease;
    -moz-animation: move 10s ease;
  }
  @keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -o-transform: scale(1.0);
        -moz-transform: scale(1.0);
      }
      100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
      }
  }
  @-webkit-keyframes move {
    0% {
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      transform-origin: bottom left;
      transform: scale(1.0);
      -ms-transform: scale(1.0);
      -webkit-transform: scale(1.0);
      -o-transform: scale(1.0);
      -moz-transform: scale(1.0);
    }
    100% {
      transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -o-transform: scale(1.2);
      -moz-transform: scale(1.2);
    }
  }

/*property details*/
.right-main-container .property-details,
.right-main-container .extra-info {
    color: #fff;
    padding: 1vw 3vw;
}
.right-main-container .property-details {
    background-color:#293a55;
    position: relative;
}
.right-main-container .extra-info {
    background-color: #232323;
}
.right-main-container .extra-property-description {
    border-left: solid 2px #fff;
    padding: 2vw 0 2vw 0.5vw;
}
.right-main-container .property-info {
    display: inline-block;
    border-bottom: solid 3px #fff;
}
.right-main-container .property-price {
    font-size: 3em;
    margin-bottom: 0.2em;
    font-weight: normal;
    font-family: 'Fjalla One', sans-serif;
    position: relative;
}
.right-main-container .priceunit {
    font-size: 1.5rem;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: 700;
    margin: 0.1em 0 0 0.1em;
    display: inline-block;
}
.right-main-container .short-data-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5em;
}
.right-main-container .bed, 
.right-main-container .bath, 
.right-main-container .property-lot {
    padding-bottom: 1em;
    font-weight: normal;
    font-family: 'Fjalla One', sans-serif;
}
.right-main-container .bed, 
.right-main-container .bath {
    padding-right: 2vw;
}
.right-main-container .property-lot img {
    margin-right: 0.5em;
    margin-bottom: -0.2em;
    width: 1.55em!important;
    height: auto!important;
}
.right-main-container .property-details span.mapicon:before {
    font-size: 1.15rem;
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.right-main-container .bed span:before {
    content: '\f236';    
}
.right-main-container .bath span:before {
    content: '\f2cd';    
}
.right-main-container .property-status {
    display: inline-block;
    position: absolute;
    margin-left: 2vw;
    top: 2.5vw;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    vertical-align: middle;
    font-family: 'Fjalla One', sans-serif;
}
.right-main-container .property-status:before {
    display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    background-color: #fd3360;
    margin-right: .3rem;
    position: relative;
    top: 2px;
}
.right-main-container .property-status.Rent:before {
    background-color: #2ea7fa;
}
.right-main-container .property-status.Sold:before {
    background-color: #5bd907;
}
.right-main-container .property-status.Rented:before {
    background-color: #ffc400;
}
.right-main-container .property-status.Lease:before {
    background-color: #2ea7fa;
}
.right-main-container .property-status.Leased:before {
    background-color: #ffc400;
}
.right-main-container .property-text {
    /*margin: 1em 0;*/
    display: none; /*Unbranded*/
}
/*Image gallery*/
.right-main-container .slick-wrapper {
    min-width: 100%;
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
} 
/*Image gallery list slide owner information*/
.right-main-container .slider-item.last-item {
    /*background-color: #e07810;
    color: #fff;*/
    display: none !important; /*Unbranded*/
}
/*.right-main-container .slider-item.last-item a {
    color: #fff;
}
.right-main-container .agent-contact-info,
.right-main-container .office-contact-info,
.right-main-container .agent1-contact-info,
.right-main-container .agent2-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 1vw;
}
.right-main-container .agent-contact-info .agent-name,
.right-main-container .office-contact-info .brokerage-name,
.right-main-container .agent1-contact-info .agent1-name,
.right-main-container .agent2-contact-info .agent2-name {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: .1em;
    font-size: 1.5em;
    font-weight: normal;
    font-family: 'Fjalla One', sans-serif;
}
.right-main-container .agent-contact-info .agent-title,
.right-main-container .agent-contact-info .agent-License,
.right-main-container .agent-contact-info .agent-office,
.right-main-container .agent1-contact-info .agent1-title,
.right-main-container .agent1-contact-info .agent1-office,
.right-main-container .agent1-contact-info .agent-License,
.right-main-container .agent2-contact-info .agent2-title,
.right-main-container .agent2-contact-info .agent2-office,
.right-main-container .agent2-contact-info .agent-License {
    font-weight: 400;
    font-size: 0.8em;
    text-transform: capitalize;
    font-style: italic;
    margin: 0;
}
.right-main-container .agent-contact-info .agent-office,
.right-main-container .agent1-contact-info .agent2-office,
.right-main-container .agent2-contact-info .agent2-office {
    margin: 0;
}
.right-main-container .agent-contact-info .phone-mobile,
.right-main-container .office-contact-info .phone-office,
.right-main-container .agent1-contact-info .phone-mobile,
.right-main-container .agent2-contact-info .phone-mobile {
    margin-top: .4em;
}
.right-main-container .agent-contact-info .phone-mobile,
.right-main-container .agent-contact-info .phone-office,
.right-main-container .office-contact-info .phone-office,
.right-main-container .office-contact-info .phone-tollfree,
.right-main-container .office-contact-info .fax-office,
.right-main-container .agent1-contact-info .phone-mobile,
.right-main-container .agent2-contact-info .phone-mobile,
.right-main-container .agent1-contact-info .phone-office,
.right-main-container .agent2-contact-info .phone-office  {
    line-height: 1.4;
    font-size: 0.85em;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.right-main-container .agent-contact-info .phone-mobile:before,
.right-main-container .agent-contact-info .phone-office:before ,
.right-main-container .office-contact-info .phone-office:before,
.right-main-container .office-contact-info .phone-tollfree:before,
.right-main-container .office-contact-info .fax-office:before,
.right-main-container .agent1-contact-info .phone-mobile:before,
.right-main-container .agent2-contact-info .phone-mobile:before,
.right-main-container .agent1-contact-info .phone-office:before,
.right-main-container .agent2-contact-info .phone-office:before  {
    position: relative;
    top: 1px;
    margin-right: .4em;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: #fff;
}
.right-main-container .agent-contact-info .phone-mobile:before,
.right-main-container .agent1-contact-info .phone-mobile:before,
.right-main-container .agent2-contact-info .phone-mobile:before {
    content: '\f10b';
    font-size: 1.3em;
    padding-left: .1em;
}
.right-main-container .agent-contact-info .phone-office:before,
.right-main-container .office-contact-info .phone-office:before,
.right-main-container .agent1-contact-info .phone-office:before,
.right-main-container .agent2-contact-info .phone-office:before {
    content: '\f095';
}
.right-main-container .office-contact-info .phone-office:before {
    margin-right: .6em;
}
.right-main-container .office-contact-info .phone-tollfree:before {
    content: '\f0ac';
}
.right-main-container .office-contact-info .fax-office:before {
    content: '\f1ac';
}*/
/*slick slider navigation arrows*/
.right-main-container .slick-prev,
.right-main-container .slick-next,
.right-main-container .slick-prev:focus,
.right-main-container .slick-next:focus {
    width: 2vw;
    height: 3vw;
    background: rgb(70 70 70 / 90%);
}
.right-main-container .slick-prev {
    left: 0;
    z-index: 1;
}
.right-main-container .slick-prev:before {
    content: '\f060';
    font-family: FontAwesome;
}
.right-main-container .slick-next {
    right: 0;
}
.right-main-container .slick-next:before {
    content: '\f061';
    font-family: FontAwesome;
}
.right-main-container .slick-prev:hover, 
.right-main-container .slick-next:hover {
    background-color: #e07810;
    color: #fff;
}
.right-main-container .slick-prev.slick-disabled:hover, 
.right-main-container .slick-next.slick-disabled:hover {
    background: rgb(70 70 70 / 90%);
    cursor: default;
}
.right-main-container .slick-prev.slick-disabled:hover:before, 
.right-main-container .slick-next.slick-disabled:hover:before {
    opacity: .25;   
}

/*slick slider*/
#slick1 .img-box {
    height: 230px;
    border: 1px solid white;
}
#slick1 .img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#slick1 .img-box img {
    display: none;
}
#slick1 .img-box a {
    display: block;
    height: 100%;
}
/*Slick light-box*/
.slick-slider .slick-prev:before {
    content: '\f060';
    font-family: FontAwesome;
}
.slick-slider .slick-next:before {
    content: '\f061';
    font-family: FontAwesome;
}
.slick-lightbox .slick-prev {
    z-index: 1;
}
/*footer*/
footer {
    /*height: auto;
    overflow: hidden;*/
    display: none; /*Unbranded*/
}
/*footer .centerer {
    position: relative;
    text-align: center;
}
footer p {
    padding: 4px 0px;
}
footer p, 
footer p a {
    color: #7e8386;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 0.9rem;
    max-width: 90%;
    margin: auto;
}
.text-center.info {
    text-align: center!important;
    display: inline-block;
}
p.text-center.links {
    margin-top: -0.6rem;
}
.footer_License {
    display: inline-block;
    color: #7e8386;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 0.9rem;
}
.footer_License:before {
    content: ',';
    margin-right: 0.3em;
}
#incom-logo {
    display: inline-block;
}
footer p img {
    max-height: 25px;
    display: table-cell;
    margin-left: 5px;
}*/
/*Contact form validation error*/
span.error,small.error {
    color: red;
}
small.error{
    font-size: 1em;
}
.success-message {
    background: #fff;
    color: black;
    font-size: 0.8em;
    padding: 1em;
    border: solid 1px red;
    border-radius: 3px;
    margin: 1em;
}

/*Small screens*/
@media (min-width: 2300px) {
    /*.right-main-container .property-text, */
    .right-main-container .extra-property-description {
        font-size: 1.5em;
    }
}
@media (min-width:2000px) {
    .contact-form label {
        font-size: 1.5em;
    }
    .contact-form .form-text, 
    .contact-form .form-textarea {
        font-size: 1.5em;
    }
    .contact-form .submit-wrapper .disclaimer_link {
        top: 3em;
        font-size: 1.5em;
    }
    .contact-form .form-submit {
        font-size: 1.5em;
    }
    .contact-form .submit-wrapper a.disclaimer_link:hover span.disclaimer_content {
        left: -240%;
        top: -10em;
        font-size: 20px;
        width: 350px;
    }
    .right-main-container .property-price {
        font-size: 4em;
    }
    .right-main-container .property-status {
        top: 1.5vw;
        font-size: 2em;
    }
    .right-main-container .property-status:before {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: .9rem;
    }
    /*.right-main-container .agent-contact-info .agent-name, 
    .right-main-container .office-contact-info .brokerage-name, 
    .right-main-container .agent1-contact-info .agent1-name, 
    .right-main-container .agent2-contact-info .agent2-name {
        font-size: 1.7em;
    }
    .right-main-container .agent-contact-info .agent-title, 
    .right-main-container .agent-contact-info .agent-License, 
    .right-main-container .agent-contact-info .agent-office, 
    .right-main-container .agent1-contact-info .agent1-title, 
    .right-main-container .agent1-contact-info .agent1-office, 
    .right-main-container .agent1-contact-info .agent-License, 
    .right-main-container .agent2-contact-info .agent2-title, 
    .right-main-container .agent2-contact-info .agent2-office, 
    .right-main-container .agent2-contact-info .agent-License {
        font-size: 1.1em;
    }
    .right-main-container .agent-contact-info .phone-mobile, 
    .right-main-container .agent-contact-info .phone-office, 
    .right-main-container .office-contact-info .phone-office, 
    .right-main-container .office-contact-info .phone-tollfree, 
    .right-main-container .office-contact-info .fax-office, 
    .right-main-container .agent1-contact-info .phone-mobile, 
    .right-main-container .agent2-contact-info .phone-mobile, 
    .right-main-container .agent1-contact-info .phone-office, 
    .right-main-container .agent2-contact-info .phone-office {
        font-size: 1.3em;
    }*/
    .right-main-container .property-details span.mapicon:before {
        font-size: 1.5rem;
    }
    .right-main-container .bed, 
    .right-main-container .bath, 
    .right-main-container .property-lot {
        font-size: 1.5em;
    }
    /*footer p, 
    footer p a {
        font-size: 1rem;
    }*/
}
@media (min-width:1900px) {
    /*.right-main-container .property-text,*/
    .right-main-container .extra-property-description {
        font-size: 1.4em;
    }
}
@media (max-width: 1600px) {
    .left-contact-form .contact-form-title {
        font-size: 1.5em;
    }
}
@media (max-width: 1460px) {
    #slick1 .img-box {
        height: 200px;
        border: 1px solid white;
    }
}
@media (max-width: 1370px) and (max-height: 768px) {
    .left-contact-form .contact-form-title {
        font-size: 2.5em;
    }
    /*.left-main-container .owner-info-left.info-partners {
        margin-top: 8em;
    }*/
    .closeContactForm {
        top: 0em;
        right: 0.5em;
    }
}
@media (max-width: 1360px) {
    .left-contact-form .contact-form-title {
        margin-top: 1.5em;
    }
    #slick1 .img-box {
        height: 180px;
    }
}
/*@media (max-width: 1270px) {
    .left-main-container .agent-info-row,
    .left-main-container .office-info-row,
    .left-main-container .agent1-info-row, 
    .left-main-container .agent2-info-row {
        width: 68%;
    }
}*/
@media (max-width: 1260px) {
    #slick1 .img-box {
        height: 160px;
    }
    .right-main-container .slick-prev, 
    .right-main-container .slick-next, 
    .right-main-container .slick-prev:focus, 
    .right-main-container .slick-next:focus {
        width: 3vw;
        height: 4vw;
    }
}
@media (min-width: 1025px) and (max-width: 1220px) {
    .left-main-container .bottom-buttons {
        flex-wrap: wrap;
        bottom: 0.5em;
    }
    .left-main-container .social-media-btns {
        flex-basis: 100%;
    }
    .left-main-container .social-media-btns #sharethis {
        position: relative;
        right: auto;
    }
    /*.left-main-container .agent-info-row,
    .left-main-container .office-info-row,
    .left-main-container .agent1-info-row, 
    .left-main-container .agent2-info-row {
        width: 66%;
        font-size: 1.3vw;
    }*/
    .contact-form form {
        width: 90%;
    }
}
@media (max-width: 1160px) {
    #slick1 .img-box {
        height: 140px;
    }
}
@media (max-width: 1024px) {
    .main-container {
        display: flex;
        flex-direction: column;
    }
    .left-main {
        width: 100%;
        position: relative;
        height: 100vh;
    }
    .left-main-container .intro-address, 
    .left-main-container .property-subtitle {
        font-size: 8vw;
        line-height: 1.2em;
        padding: 0 0.2em;
    }
    .left-main-container .intro-address {
        padding-top: 4vw;
    }
    .left-main-container .property-location {
        font-size: 4vw;
        padding: 0 0.5em;
    }
    /*.left-main-container .agent-info-row,
    .left-main-container .office-info-row,
    .left-main-container .agent1-info-row,
    .left-main-container .agent2-info-row {
        font-size: 1.2vw;
        width: 100%;
        padding: 1em;
    }
    .left-main-container .title-presentedby {
        font-size: 4vw;
    }
    .left-main-container .agent_photo,
    .left-main-container .office_logo,
    .left-main-container .agent1_photo, 
    .left-main-container .agent2_photo {
        width: 10em;
        min-width: 10em;
        height: 10em;
        border-radius: 5em;
        z-index: 2;
        margin: 1em;
    }
    .left-main-container .agent-contact-info,
    .left-main-container .office-contact-info,
    .left-main-container .agent1-contact-info, 
    .left-main-container .agent2-contact-info {
        z-index: 2;
        font-size: 1.5vw;
    }
    .left-main-container .agent-info-row:after,
    .left-main-container .office-info-row:after,
    .left-main-container .agent1-info-row:after, 
    .left-main-container .agent2-info-row:after {
        z-index: 1;
    }
    .left-main-container .agent-contact-info .agent-name,
    .left-main-container .office-contact-info .brokerage-name,
    .left-main-container .agent1-contact-info .agent1-name, 
    .left-main-container .agent2-contact-info .agent2-name {
        font-size: 2.5em;
    }
    .left-main-container .agent-contact-info .agent-title, 
    .left-main-container .agent-contact-info .agent-License, 
    .left-main-container .agent-contact-info .agent-office,
    .left-main-container .agent1-contact-info .agent1-title, 
    .left-main-container .agent1-contact-info .agent1-License, 
    .left-main-container .agent1-contact-info .agent1-office, 
    .left-main-container .agent2-contact-info .agent2-title, 
    .left-main-container .agent2-contact-info .agent2-License, 
    .left-main-container .agent2-contact-info .agent-office-2 {
        font-size: 1.5em;
    }
    .left-main-container .agent-contact-info .phone-mobile, 
    .left-main-container .agent-contact-info .phone-office,
    .left-main-container .office-contact-info .phone-office, 
    .left-main-container .office-contact-info .phone-tollfree,
    .left-main-container .office-contact-info .fax-office,
    .left-main-container .agent1-contact-info .phone-mobile, 
    .left-main-container .agent2-contact-info .phone-mobile, 
    .left-main-container .agent1-contact-info .phone-office, 
    .left-main-container .agent2-contact-info .phone-office  {
        font-size: 1.6em;
    }*/
    .left-main-container .bottom-buttons {
        padding-left: 2vw;
    }
    .left-main-container .social-media-btns {
        margin-top: 0;
    }
    .left-main-container .contact-btn, 
    .left-main-container .gallery-btn {
        font-size: 2vw;
    }
    .left-main-container .social-media-btns #sharethis {
        /*right: 2.6em;*/
        right: auto;
    }
    .left-main-container #sharethis a .icon-wrapper {
        line-height: 1.5em !important;
        height: 3em !important;
        width: 3em !important;
    }
    .left-main-container #sharethis a .icon-wrapper svg {
        height: 3em !important;
        width: 3em !important;
    }
    .left-main-container .st-custom-button[data-network="sharethis"] {
        font-size: 1em;
        padding-left: 0.5em;
    }
    .left-main-container #sharethis a.st-custom-button[data-network="sharethis"]:before {
        font-size: 2em;
    }
    .contact-form form {
        width: 100%;
    }
    .closeContactForm {
        font-size: 6vw;
    }
    .left-contact-form .contact-form-title {
        font-size: 6vw;
    }
    .left-contact-form {
        width: 80%;
        padding: 1em 2em;
    }
    .contact-form label {
        font-size: 1.5em;
    }
    .contact-form .form-text, 
    .contact-form .form-textarea {
        font-size: 1.5em;
    }
    .contact-form .drip-group-container.buySell .form-item:nth-child(1):before, 
    .contact-form .drip-group-container.buy .form-item:nth-child(3):before, 
    .contact-form .drip-group-container.sell .form-item:nth-child(2):before, 
    .contact-form .drip-group-container.rent .form-item:nth-child(4):before {
        width: 40px;
        height: 40px;
    }
    .contact-form .drip-group-container .form-item label {
        font-size: 1.7vw;
    }
    .contact-form .form-submit {
        font-size: 1em;
    }
    .contact-form .chosen-container-multi .chosen-choices {
        font-size: 1.6vw;
    }
    .right-main {
        width: 100%;
        float: none;
    }
    .slideshow {
        height: 60vw!important;
    }
    .right-main-container .property-details span.mapicon,
    .right-main-container .property-details span.mapicon:before {
        font-size: 3.5vw;
    }
    .right-main-container .property-price {
        font-size: 8vw;
    }
    .right-main-container .priceunit {
        font-size: 2.4rem;
    }
    .right-main-container .property-status {
        margin-left: 2em;
        top: 1.9em;
        font-size: 1.5em;
    }
    .right-main-container .property-status:before {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 0.7rem;
        top: 1px;
    }
    .right-main-container .bed, 
    .right-main-container .bath {
        padding-right: 3em;
    }
    /*.right-main-container .property-text,*/
    .right-main-container .extra-property-description {
        font-size: 1.5rem;
    }
    .right-main-container .property-details, 
    .right-main-container .extra-info {
        color: #fff;
        padding: 1em 3em;
    }
    .right-main-container .extra-property-description {
        padding: 2em 0 2em 1rem;
    }
    /*.right-main-container .agent-contact-info, 
    .right-main-container .office-contact-info, 
    .right-main-container .agent1-contact-info, 
    .right-main-container .agent2-contact-info {
        padding: 0 1em;
    }
    .right-main-container .agent-contact-info .agent-name, 
    .right-main-container .office-contact-info .brokerage-name, 
    .right-main-container .agent1-contact-info .agent1-name, 
    .right-main-container .agent2-contact-info .agent2-name {
        font-size: 1.2em;
    }*/
    /*New mobile design*/
    .left-main {
        height: auto;
    }
    .left-main-container {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        position: relative;
    }
    .left-main-container .property-address {
        margin-bottom: 2em;
        flex-basis: 100%;
    }
    .left-main-container .slider-video {
        flex-basis: 100%;
    }
    .left-main-container .intro-address {
        padding-top: 0.4em;
    }
    .left-main-container .property-location {
        display: inline-block;
        padding-left: 0;
    }
    .left-main-container .property-subtitle {
        display: inline-block;
        font-size: 4vw;
        padding: 0 0 0 0.5em;
    }
    .left-main-container .property-subtitle:after {
        content: ',';
        display: inline-block;
        padding-right: 0.1em;
    }
    /*.left-main-container .title-presentedby {
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        font-size: 3vw;
    }
    .left-main-container .owner-info-left,
    .left-main-container .owner-info-left.info-partners {
        margin-top: 1em;
        flex-grow: 1;
    }
    .left-main-container .agent-info-row, 
    .left-main-container .office-info-row, 
    .left-main-container .agent1-info-row, 
    .left-main-container .agent2-info-row {
        background: none;
    }
    .left-main-container .agent-info-row:after, 
    .left-main-container .office-info-row:after, 
    .left-main-container .agent1-info-row:after, 
    .left-main-container .agent2-info-row:after {
        display: none;
    }*/
    .left-main-container .social-media-btns #sharethis .st-custom-button[data-network="facebook"],
    .left-main-container .social-media-btns #sharethis .st-custom-button[data-network="twitter"] {
        display: none;
    }
    .left-main-container .bottom-buttons {
        display: flex;
        flex-direction: column;
        /*flex-basis: 6em;*/ /*unbranded*/
        /*justify-content: space-between;*/
        width: auto;
        padding-left: 0;
        position: relative;
        bottom: auto;
        left: auto;
    }
    .left-main-container .social-media-btns {
        flex-grow: unset;
    }
    .left-main-container .contact-btn, 
    .left-main-container .gallery-btn {
        color: transparent;
        user-select: none;
        border: 0;
        padding: 0;
        margin: 0;
        transition: none;
    }
    .left-main-container .contact-btn, 
    .left-main-container .gallery-btn,
    .left-main-container .social-media-btns {
        flex-basis: 33%;
        background: #c1680f;
    }
    .left-main-container .contact-btn, 
    .left-main-container .gallery-btn {
        border-bottom: solid 1px #020100;
    }
    .left-main-container .contact-btn:before,
    .left-main-container .gallery-btn:before {
        font-family: FontAwesome;
        color: #fff;
        text-align: center;
        font-size: 2em;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .left-main-container .contact-btn:before {
        content: '\f0e0';
    }
    .left-main-container .gallery-btn:before {
        content: '\f03e';
    }
    .left-main-container .st-custom-button[data-network="sharethis"] {
        font-size: 1.2em;
        padding-left: 0;
        display: block;
        padding: 0;
        float: none;
        position: relative;
        right: -0.5em;
        top: 0.4em;
    }
    .left-main-container .contact-btn:after, 
    .left-main-container .gallery-btn:after {
        display: none;
    }
    .left-main-container .contact-btn:hover, 
    .left-main-container .gallery-btn:hover {
        color: transparent;
        background-color: transparent;
        background: #c1680f;
    }
    .left-contact-form {
        padding: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 1200;
        background-color: #292929;
        justify-content: center;
        align-items: center;
        opacity: 0.95;
    }
    .left-contact-form .contact-form-title {
        padding-left: 0.5em;
        padding-top: 1em;
    }
    .left-contact-form .contact-form {
        width: 80%;
        padding-left: 2em;
    }
    .closeContactForm {
        right: 0.3em;
    }
    span.error {
        color: #ff6a6a!important;
    }
    .chosen-container .chosen-results li {
        font-size: 1.2em;
        padding: 9px 6px;
    }
    .right-main-container .property-status {
        top: 1.4em;
    }
    .left-main-container .contact-btn, 
    .left-main-container .gallery-btn,
    .left-main-container .social-media-btns {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .left-main-container .st-custom-button[data-network="sharethis"] {
        top: auto;
        right: auto;
        height: auto;
    }
    .success-message {
        font-size: 0.9em;
    }
    /*Bottom buttons when About Property is not there*/
    .left-main-container .bottom-buttons.horizontalBtns {
        flex-basis: auto;
        flex-direction: row;
        width: 100%;
    }
    .left-main-container .bottom-buttons.horizontalBtns a {
        border-bottom: none;
        flex-basis: auto;   
        width: 100%;
    }
    .left-main-container .social-media-btns {
        /*flex-basis: auto;*/
        width: auto;
    }
    .left-main-container .bottom-buttons.horizontalBtns a:not(.st-custom-button[data-network="sharethis"]) {
        border-right: solid 1px #020100;
        padding: 1em;
    }
    .left-main-container .horizontalBtns .social-media-btns #sharethis {
        position: relative;
        right: auto;
    }
    .left-main-container .horizontalBtns .st-custom-button[data-network="sharethis"] {
        top: auto;
        left: auto;
        right: auto;
        height: auto;     
    }
}
@media (max-width: 1024px) and (max-height: 937px) {
    .left-main-container .intro-address {
        font-size: 6vw;
    }
    .left-main-container .property-location,
    .left-main-container .property-subtitle {
        font-size: 3vw;
    }
    /*.left-main-container .owner-info-left {
        margin-top: 1em;
        flex-basis: 6em;
    }
    .left-main-container .agent-contact-info,
    .left-main-container .office-contact-info,
    .left-main-container .agent1-contact-info, 
    .left-main-container .agent2-contact-info {
        font-size: 1vw;
    }
    .left-main-container .owner-info-left.info-partners {
        margin-top: 1em;
    }*/
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation:landscape) {
    .left-main-container .property-subtitle {
        font-size: 3vw;
    }
    .left-contact-form .contact-form-title {
        font-size: 3vw;
    }
    .closeContactForm {
        font-size: 3vw;
    }
    .contact-form label {
        font-size: 1em;
    }
    .contact-form .form-text, 
    .contact-form .form-textarea {
        font-size: 1em;
    }
    .contact-form .drip-group-container .form-item label {
        font-size: 1.4vw;
    }
    .chosen-container .chosen-results li {
        font-size: 1em;
        padding: 5px 6px;
    }
    .left-contact-form .contact-form-title {
        padding-left: 1em;
    }
    .right-main-container .property-status {
        top: 1.3em;
    }
}
@media (max-width: 930px) {
    .right-main-container .slick-prev, 
    .right-main-container .slick-next, 
    .right-main-container .slick-prev:focus, 
    .right-main-container .slick-next:focus {
        width: 2rem;
        height: 3rem;
    }
}
@media (max-width: 800px) {
    .right-main-container .priceunit {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .left-main-container #sharethis a .icon-wrapper {
        line-height: 3vw !important;
        height: 6vw !important;
        width: 6vw !important;
    }
    .left-main-container #sharethis a .icon-wrapper svg {
        height: 6vw !important;
        width: 6vw !important;
    }
    .left-main-container .st-custom-button[data-network="sharethis"] {
        font-size: 2vw;
    }
    .slick-lightbox-close {
        top: 10px!important;
    }
    .slick-lightbox-close:before {
        font-size: 40px!important;
    }
    .right-main-container .priceunit {
        font-size: 1.8rem;
    }
}
@media (max-width: 750px) {
    .right-main-container .property-status {
        margin-left: 2em;
        top: 5.5vw;
        font-size: 3vw;
    }
}
@media (max-width: 700px) {
    #slick1 .img-box {
        height: 160px;
    }
}
@media (max-width: 600px) {
    /*.left-main-container .title-presentedby {
        font-size: 3.5vw;
    }
    .left-main-container .agent-info-row, 
    .left-main-container .office-info-row, 
    .left-main-container .agent1-info-row, 
    .left-main-container .agent2-info-row {
        font-size: 1.7vw;
    }*/
    .left-main-container .contact-btn, 
    .left-main-container .gallery-btn {
        font-size: unset;
    }
    .left-main-container .social-media-btns #sharethis {
        right: 0.2em;
    }
    /*.right-main-container .property-text,
    .right-main-container .extra-property-description {
        font-size: 0.9rem;
    }*/
    .contact-form .drip-group-container .form-item {
        height: 40px;
    }
    .contact-form label {
        font-size: 0.85em;
    }
    .contact-form .form-text, 
    .contact-form .form-textarea {
        font-size: 1em;
    }
    .contact-form .drip-group-container .form-item {
        width: 22%;
    }
    .contact-form .drip-group-container .form-item label {
        font-size: 0.85em;
    }
    .contact-form .drip-group-container.buySell .form-item:nth-child(1):before, 
    .contact-form .drip-group-container.buy .form-item:nth-child(3):before, 
    .contact-form .drip-group-container.sell .form-item:nth-child(2):before, 
    .contact-form .drip-group-container.rent .form-item:nth-child(4):before {
        width: 20px;
        height: 20px;
    }
    .contact-form .form-item {
        margin-bottom: 0.5em;
    }
    .contact-form .chosen-container-multi .chosen-choices {
        font-size: 0.85em;
    }
    .contact-form .chosen-container-active .chosen-choices, 
    .contact-form .chosen-container, 
    .contact-form .drip-buyer-subgroup-container, 
    .contact-form .drip-seller-subgroup-container, 
    .contact-form .drip-renter-subgroup-container, 
    .contact-form .drip-buyer-seller-subgroup-container {
        line-height: 20px;
    }
    .contact-form .form-submit {
        font-size: 0.85em;
    }
    .right-main-container .property-details, 
    .right-main-container .extra-info {
        padding: 1.5em 1em;
    }
    .right-main-container .priceunit {
        font-size: 1.5rem;
    }
    .right-main-container .bed, 
    .right-main-container .bath, 
    .right-main-container .property-lot {
        padding-bottom: 0.3em;
    }
    .left-main-container .st-custom-button[data-network="sharethis"] {
        right: 1.8em;
        font-size: 2.7vw;
    }
    .left-contact-form .contact-form-title {
        padding-left: 0.8em;
    }
}
@media (max-height: 600px) and (orientation:landscape) {
    .left-contact-form {
        overflow-y: scroll;
    }
    .left-contact-form .contact-form-title {
        padding-left: 0.7em;
        font-size: 4vw;
    }
    .left-main-container .property-address {
        margin-bottom: 1em;
    }    
    .right-main-container .property-status {
        top: 1.3em;
    }
    /*.left-main-container .agent-contact-info .agent-title, 
    .left-main-container .agent-contact-info .agent-License, 
    .left-main-container .agent-contact-info .agent-office, 
    .left-main-container .agent1-contact-info .agent1-title, 
    .left-main-container .agent1-contact-info .agent1-License, 
    .left-main-container .agent1-contact-info .agent1-office, 
    .left-main-container .agent2-contact-info .agent2-title, 
    .left-main-container .agent2-contact-info .agent2-License, 
    .left-main-container .agent2-contact-info .agent-office-2 {
        font-size: 1.7em;
    }
    .left-main-container .agent-contact-info .phone-mobile, 
    .left-main-container .agent-contact-info .phone-office, 
    .left-main-container .office-contact-info .phone-office, 
    .left-main-container .office-contact-info .phone-tollfree, 
    .left-main-container .office-contact-info .fax-office, 
    .left-main-container .agent1-contact-info .phone-mobile, 
    .left-main-container .agent2-contact-info .phone-mobile, 
    .left-main-container .agent1-contact-info .phone-office, 
    .left-main-container .agent2-contact-info .phone-office {
        font-size: 1.8em;
    }*/
}
/*@media (max-height: 854px) and (max-width: 600px) {
    .left-main-container .agent-contact-info, 
    .left-main-container .office-contact-info, 
    .left-main-container .agent1-contact-info, 
    .left-main-container .agent2-contact-info {
        font-size: 1.9vw;
    }
}*/
@media (max-height: 854px) and (max-width: 500px) {
    .left-main-container .property-location,
    .left-main-container .property-subtitle {
        font-size: 4vw;
    }
}
@media (max-width: 500px) {
    .right-main-container .priceunit {
        font-size: 1.3rem;
    }
    .right-main-container .property-status:before {
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 0.4rem;
    }
    .right-main-container .property-status {
        top: 2em;
        font-size: 1em;
    }
    .success-message {
        font-size: 0.8em;
    }
}
@media (max-width: 480px) {
    #slick1 .img-box {
        height: 140px;
    }
    /*.right-main-container .agent-contact-info .agent-name, 
    .right-main-container .office-contact-info .brokerage-name, 
    .right-main-container .agent1-contact-info .agent1-name, 
    .right-main-container .agent2-contact-info .agent2-name {
        font-size: 0.9em;
    }*/
    .right-main-container .priceunit {
        font-size: 1.1rem;
    }
    .right-main-container .bed, 
    .right-main-container .bath {
        padding-right: 3em;
    }
    .left-main-container .contact-btn:before, 
    .left-main-container .gallery-btn:before {
        font-size: 1.45em;
    }
    .left-main-container .property-address {
        margin-bottom: 1em;
    }
    /*.left-main-container .bottom-buttons {
        flex-basis: 4em;
    }
    .left-main-container .st-custom-button[data-network="sharethis"] {
        font-size: 0.7em;
        right: 1.7em;    
    }*/
    .left-contact-form .contact-form {
        padding-left: 0.7em;
    }
    .chosen-container .chosen-results li {
        font-size: 1em;
        padding: 5px 6px;
    }
    /*.left-main-container .title-presentedby {
        font-size: 4vw;
    }*/
    .left-main-container .intro-address {
        padding: 0 0.35em;
        padding-top: 0.7em;
    }
    .left-contact-form .contact-form-title {
        padding-left: 0.4em;
    }
    .contact-form .disclaimer_link {
        bottom: -3.5em;
    }
    /*footer p, 
    footer p a {
        font-size: 0.8rem;
    }*/
}
@media (max-height: 480px) and (orientation: landscape) {
    .right-main-container .property-status {
        top: 1.6em;
    }
}
/*@media (max-width: 430px) {
    .left-main-container .agent-contact-info .agent-title, 
    .left-main-container .agent-contact-info .agent-License, 
    .left-main-container .agent-contact-info .agent-office, 
    .left-main-container .agent1-contact-info .agent1-title, 
    .left-main-container .agent1-contact-info .agent1-License, 
    .left-main-container .agent1-contact-info .agent1-office, 
    .left-main-container .agent2-contact-info .agent2-title, 
    .left-main-container .agent2-contact-info .agent2-License, 
    .left-main-container .agent2-contact-info .agent-office-2 {
        font-size: 1.7em;
    }
    .left-main-container .agent-contact-info .phone-mobile, 
    .left-main-container .agent-contact-info .phone-office, 
    .left-main-container .office-contact-info .phone-office, 
    .left-main-container .office-contact-info .phone-tollfree, 
    .left-main-container .office-contact-info .fax-office, 
    .left-main-container .agent1-contact-info .phone-mobile, 
    .left-main-container .agent2-contact-info .phone-mobile, 
    .left-main-container .agent1-contact-info .phone-office, 
    .left-main-container .agent2-contact-info .phone-office {
        font-size: 1.8em;
    }
}*/
@media (max-height: 414px) and (orientation: landscape) {
    .left-contact-form .contact-form-title {
        padding-left: 1em;
    }
}
@media (max-width: 375px) {
    .right-main-container .priceunit {
        font-size: 1rem;
    }
    .right-main-container .property-status {
        top: 1.7em;
        font-size: 0.9em;
    }
    .right-main-container .property-details span.mapicon, 
    .right-main-container .property-details span.mapicon:before {
        font-size: 4vw;
    }
}
@media (max-height: 360px) and (orientation: landscape) {
    .left-contact-form .contact-form-title {
        padding-left: 1.2em;
    }
}
@media (max-width: 360px) {
    /*.right-main-container .agent-contact-info .agent-name, 
    .right-main-container .office-contact-info .brokerage-name, 
    .right-main-container .agent1-contact-info .agent1-name, 
    .right-main-container .agent2-contact-info .agent2-name {
        font-size: 0.8em;
    }*/
    .right-main-container .bed, 
    .right-main-container .bath {
        padding-right: 1.5em;
    }
}
@media (max-width: 320px) {
    .right-main-container .priceunit {
        font-size: 0.8rem;
    }
}

/*unbranded*/
.unbranded .left-main-container .owner-info-left,
.unbranded #slick1 .img-box.last-box {
     display: none;
}
/*New unbranded*/
/*Left side-bar property details*/
.left-main-container .left-property-details {
    margin-top: 10em;
}
.left-main-container .property-text-title {
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.5vw;
    padding: 0 1vw;
}
.left-main-container .property-text {
    padding: 0 1vw;
    font-size: 1vw;
    overflow-y: auto;
    height: 15em;
}
.property-text::-webkit-scrollbar {
    width: 10px;
    background: grey;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.property-text::-webkit-scrollbar-thumb {
    background: #000; 
    border-radius: 10px;
}
/*Right property-details list*/
.right-main-container .propertyDetailsRows {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    line-height: 2em;
}
.right-main-container .propertyDetailsRow {
    white-space: nowrap;
}
.right-main-container .propertyDetailsRow:after {
    content: "\f111";
    font-family: FontAwesome;
    padding: 0 1.5vw;
    font-size: 0.6em;
    position: relative;
    top: -.1em;
}
.right-main-container .propertyDetailsRow:last-child:after {
    display : none;
}
/*Mobile styles*/
@media (max-width: 1450px) {
    .right-main-container .propertyDetailsRow:after {
        padding: 0 2em;
    }
}
@media (max-height: 768px) and (max-width: 1370px) {
    .left-main-container .left-property-details {
        margin-top: 8em;
    }
}
@media (max-width: 1280px) {
    .left-main-container .property-text {
        padding: 0 1vw;
        font-size: 1.3vw;
    }
}
@media (max-width: 1024px) {
    .left-main-container .left-property-details {
        margin-top: 0;
        padding: 1.5em;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        width: 60%;
    }
    .left-main-container .property-text-title {
        padding: 0;
        font-size: 4vw;
    }
    .left-main-container .property-text {
        padding: 0;
        font-size: 1.5rem;
    }
    .left-main-container .bottom-buttons {
        flex-basis: 6em;
    }
    .right-main-container .propertyDetailsRow {
        font-size: 1.5rem;
    }
}
@media (max-width: 1024px) and (max-height: 937px) {
    .left-main-container .property-text-title {
        font-size: 3vw;
    }
}
@media (max-height: 854px) and (max-width: 500px) {
    .left-main-container .property-text-title {
        font-size: 4vw;
    }
}
@media (max-width: 600px) {
    .right-main-container .propertyDetailsRow,
    .left-main-container .property-text,
    .right-main-container .extra-property-description {
        font-size: 1.2rem;
    }
    .left-main-container .left-property-details {
        padding: 1em;
    }
    .property-text::-webkit-scrollbar {
        width: 6px;
    }
}
@media (max-width: 480px) {
    .left-main-container .st-custom-button[data-network="sharethis"] {
        font-size: 0.8em;
        right: 2.5em;
    }
    .right-main-container .propertyDetailsRow, 
    .left-main-container .property-text, 
    .right-main-container .extra-property-description {
        font-size: 1rem;
    }
}
@media (max-width: 420px) {
    .left-main-container .property-text-title {
        font-size: 1.4em;
    }
    .right-main-container .propertyDetailsRow {
        flex-basis: 100%;
    }
    .right-main-container .propertyDetailsRow:after {
        display: none;
    }
    .right-main-container .propertyDetailsRow:before {
        content: "\f111";
        font-family: FontAwesome;
        padding: 0 1em 0 0;
        font-size: 0.6em;
        position: relative;
        top: -.1em;
    }
}
@media (max-width: 414px) {
    .left-main-container .bottom-buttons {
        flex-basis: 100%;
    }
    .left-main-container .bottom-buttons {
        flex-direction: row;
        height: 4em;
    }
    .left-main-container .contact-btn, 
    .left-main-container .gallery-btn {
        border-right: solid 1px #424242;
        border-bottom: 0;
    }
    .left-main-container .st-custom-button[data-network="sharethis"] {
        right: 4.2em;
    }
    .right-main-container .propertyDetailsRow, 
    .left-main-container .property-text, 
    .right-main-container .extra-property-description {
        font-size: 0.9rem;
    }
}
@media (max-width: 375px) {
    .left-main-container .st-custom-button[data-network="sharethis"] {
        right: 4em;
    }
}
@media (max-width: 360px) {
    .left-main-container .st-custom-button[data-network="sharethis"] {
        right: 3.6em;
    }
}
@media (max-width: 320px) {
    .left-main-container .st-custom-button[data-network="sharethis"] {
        right: 3em;
    }
}

/*bottom right powered by InCom logo*/
.creditincom {
    text-align: right;
}
.extra-info .byincom {
    font-size: .8rem;
    color: #797979;
}
.extra-info #incomlogo {
    height: 28px;
    width: 93.33px;
    margin: 5px 0;
}
.extra-info #incomlogo img {
    height: 100%;
    display: none;
}
.extra-info #incomlogo:before {
    content: '';
    display: inline-block;
    background-image: url(/themes/bannertheme/images/Incom-logo-grey-light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6.3vw;
    height: 1.8vw;
}
.extra-info #incomlogo:hover:before {
    background-image: url(/themes/bannertheme/images/Incom-logo-multi-grey.svg);
}
@media (max-width: 1530px) {
    .extra-info #incomlogo:before {
        width: 5.6em;
        height: 1.7em;
    }
}
