/****************/
/*** Defaults ***/

body {
    color: #191919;
    font-family: 'Montserrat';  /*/// Dynamic ///*/
}

@font-face {
font-family: 'Montserrat Light';
src: url("../fonts/montserrat/Montserrat-Light.otf") format("opentype");
}

.secondary-font {
    font-family: 'Open Sans';  /*/// Dynamic ///*/
}

.primary,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #191919;     /*/// Dynamic ///*/
}


@media (min-width: 768px) { 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > li > a:hover,  
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a {
        border-bottom: 3px solid #fad353;
    }
}

.vid-div .btn:hover,
.trans-indexed .btn:hover,
.staff-contact .btn:hover,
.list-view .listingbg-trans .btn:hover,
.listing-detail-con .btn:hover {
    border-color: #fad353;
    color: #fad353;
    background-color: transparent;
}

.transition {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.featuresh3 {
    font-family: 'Montserrat'; 
    font-weight:300; 
    letter-spacing: 1px; 
    padding:15px; 
    text-align:center;

    background:#fff;

    -webkit-box-shadow: 1px 1px 8px 4px rgba(0,0,0,0.5);
box-shadow: 1px 1px 8px 4px rgba(0,0,0,0.5);
}
    .featuresbackground {
        margin:0 auto;
        width:450px;
    }


  @media (min-width: 200px) and (max-width: 480px) {
      .featuresbackground {
        width:100%;
    }
    .featuresh3 {
        font-size:14px;
    }
    }
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #191919;  /*/// Dynamic ///*/
    }
}

.icon1 {
    color: #fad353;
}

.primarybg {
    background-color: #fad353;
}

.listingbg-trans {
    background-color: rgba(250,211,83,0.06);
}

.secondarybg {
    background-color: #191919 !important;  /*/// Dynamic ///*/
}

.primaryGlow:focus {
    border-color: rgba(254, 231, 165, .4);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 231, 165, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 231, 165, .6);
}

.header {
    background-color: #ffffff;   /*/// Dynamic ///*/
    -webkit-box-shadow: 0 4px 8px 0 rgba(80, 80, 80, 0.2), 0 6px 11px 0 rgba(80, 80, 80, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(80, 80, 80, 0.2), 0 6px 11px 0 rgba(80, 80, 80, 0.19);
    box-shadow: 0 4px 8px 0 rgba(80, 80, 80, 0.2), 0 6px 11px 0 rgba(80, 80, 80, 0.19);
    z-index: 10;
}

.about-us, .team-div {
    -webkit-box-shadow: 0 3px 5px 0 rgba(110, 110, 110, 0.35), 0 6px 11px 0 rgba(110, 110, 110, 0.19);
    -moz-box-shadow: 0 3px 5px 0 rgba(110, 110, 110, 0.35), 0 6px 11px 0 rgba(110, 110, 110, 0.19);
    box-shadow: 0 3px 5px 0 rgba(110, 110, 110, 0.35), 0 6px 11px 0 rgba(110, 110, 110, 0.19);
}

.homeQS {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
}

.bodybg {
    background-color: #ffffff;  /*/// Dynamic ///*/
}

.bodybg2 {
    background-color: #2c2b2b;   /*/// Dynamic ///*/
}

.submit {
    background-color: #2c2b2b;  /*/// Dynamic ///*/
    color: #ffffff;             /*/// Dynamic ///*/
}

.submit:hover {
    background-color: transparent;  /*/// Dynamic ///*/
    color: #2c2b2b;             /*/// Dynamic ///*/
    border-color: #2c2b2b;  /*/// Dynamic ///*/
}

.f-text-color1, .f-text-color1 a {
    color: #a1a1a1;  /*/// Dynamic ///*/
}

.f-text-color2, .f-text-color2 a {
    color: #ffffff !important; /*/// Dynamic ///*/
}

.bodyhead {
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.clear-pad {
    padding: 0;
}


/**************/
/*** Header ***/

.logo {
    /* wrapper for logo background div */
    /* max width + height running off image aspect ratio with padding inclusive */
    padding: 10px 10px;
    /* max-width: 210px; */
    max-height: 90px;
}

.logo > div {
    position: relative;
    
    /* width + padding running off background image aspect ratio */
    /* padding-bottom: 30%; */
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    display: block;
    
    /* max/min width/heights according to logo aspect ratio */
    /* this is running approx. 3:1 ratio */
    /* make sure to check minimums against mobile and maximums across desktops */
    max-width: 155px !important;  
    /* max-height: 65px !important; */
    min-width: 141px !important;
    min-height: 47px !important;
}

.header {
    position: relative;
}

/******************/
/*** Navigation ***/

.navbar {
    margin-bottom: 0;
    border-radius: none;
    min-height: 100%;
}

.navbar-default {
    background: none;
    border: none;
}

.dropdown-menu{
    border: none;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: rgba(250,211,83,0.1);
    border-left: 4px solid #fad353;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a {
    color: #000000;
    background: none;
    padding: 8px 10px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background: none;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

/*****************/
/*** Video Div ***/

.vid-div h2:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: 0;
    left: 30%;
    background: #cccccc;
}

.vid-div .btn {
    border-color: transparent;
    border-radius: 1px;
    padding: 6px 25px;
    margin-top: 15px;
}

/************************/
/*** Home Listings ******/

.home-listing {
    /* width + padding running off background image aspect ratio */
    padding-bottom: 100%; 
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    display: block;
}

.home-listing-cont {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 2px solid transparent;
}

.trans-indexed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    padding: calc(50% - 104px) 5px 0;
    display: none;
}

.home-listing-cont:hover .trans-indexed {
    display: block;
}

.trans-indexed .btn {
    border-color: transparent;
    border-radius: 1px;
    padding: 6px 25px;
    margin-top: 15px;
}

/********************/
/*** Foot Contact ***/

.foot-col p {
    margin: 7px 0;
    line-height: 1.2;
    font-size: 12px;
}

.foot-col h4 {
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
    font-size: 16px;
}

.foot-col h4:before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    top: 0;
    left: 15px;
    background: #191919;
}

.foot-col h4:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 2px;
    top: 0;
    left: 15px;
    background: #a1a1a1;
    z-index: 20;
}

.foot-col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.foot-col ul > li {
    padding: 8px 0;
    border-bottom: 1px dotted #101010;
    font-size: 12px;
}

.foot-col ul > li > a {
    display: block;
}

.foot-col ul > li > a > span {
    display: inline-block;
    width: 90%;
}

.foot-col ul > li:last-child {
    border-bottom: none;
}

.foot-col ul i, .foot-col ul > li > a,
.foot-col p > a {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.foot-col ul > li > a:hover i {
    transform: scale(1.7,1.7);
    color: #fad353;
}

.foot-col ul > li > a:hover,
.foot-col p > a:hover {
    text-decoration: none;
    color: #fad353;
}

.scrollToTop {
    text-decoration: none;
    display: none;
}

.foot-anchor .fa-chevron-up {
    font-size: 46px;
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 9;
}

.foot-anchor .fa-chevron-up:hover {
    text-shadow: -1px -1px 0 #fad353, 1px -1px 0 #fad353, -1px 1px 0 #fad353, 1px 1px 0 #fad353;
    color: #191919;
}


/************************/
/*** Home page footer ***/

.social-list ul, .awards ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic';
}

.social-list {
    margin: 10px 0;
}

.social-list ul > li {
    display: inline-block;
    margin-right: 5px;
}

.social-list ul > li > a {
    color: #ffffff;
}

.social-list ul > li > a:hover {
    text-decoration: none;
}

.social-list span {
    display: inline-block;
    width: 26px;
    height: 22px;
    text-align: center;
    border-radius: 2px;
}

/**************************/
/*** About Page styling ***/

.about-icon {
    width: 100px; 
    height: 100px; 
    border-radius: 50%; 
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 4px solid #ffffff;"
}

.about-us {
    z-index: 0; 
    position: relative; 
    padding: 60px 0;
}

.about-us-cont {
    z-index: -2;
}

.about-us-chevron {
    font-size: 45px;
}

.about-us-chevron:hover {
    color: #ffffff;
    text-shadow: -1px -1px 0 #fad353, 1px -1px 0 #fad353, -1px 1px 0 #fad353, 1px 1px 0 #fad353;
}

/*************************/
/*** Team Page styling ***/

.team-photo { 
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
}

.team-blurb {
    padding: 70px 70px;
    min-height: 380px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.team-div {
    z-index: 0; 
    position: relative;
}

/*********************************/
/*** Staff Detail Page styling ***/

.staff-blurb {
    padding: 35px;
    min-height: 450px;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

/*
.img-width {
    max-width: 767px;    Optional image width depending on aspect ratio's and visibility of staff member 
}
*/

.staff-contact .btn {
    border-color: transparent;
    border-radius: 1px;
    padding: 6px 25px;
    margin-top: 15px;
}

.staff-contact a {
    color: #191919;
}

.staff-contact a:hover {
    text-decoration: none;
}

.staff-contact a:hover h3 {
    font-weight: 600;
}

.test-carousel .slick-next,
.test-carousel .slick-prev {
    display: none !important;
}

.test-carousel .slick-slide img {
    display: inline !important;
}

.test-carousel.slick-dotted.slick-slider {
     margin-bottom: 0 !important; 
}

.test-carousel .slick-dots {
    bottom: 45px;
}

/****************************/
/*** Contact Page styling ***/

.form-group-input {
    overflow: auto;
    margin: 15px 0;
    display: -webkit-flex;
    -webkit-align-items: center;
    border: 2px solid #ffffff;
}

.input-label, .form-group .con-form-input {
    float: left;
}

.input-label {
    width: 60px;
    padding: 0 5px;
    margin: 0;
}

.form-group .con-form-input {
    width: calc(100% - 60px);
}

.form-group textarea {
    padding: 6px 5px;
    resize: none;
}

.form-group-textarea {
    border: 2px solid #ffffff;
}

.form-group-textarea label {
    padding: 5px 5px 0;
    margin: 0;
}

.con-form {
    border-radius: initial;
    border: none;
    box-shadow: initial;
    color: rgba(25,25,25,0.7);  /*///Dynamic///*/
}

.con-form:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.con-form-submit {
    border-radius: initial;
    padding: 6px 30px;
    border: 1px solid transparent;
    width: 100%; 
}

.form-div1 {
    padding: 0 50px 20px 15px;
}

.form-div2 {
    padding: 0 15px 20px 50px;
}

/***********************************/
/*** Listing Search-Grid styling ***/

.bbc {
    overflow: auto;
}

.bbc img {
    max-width: 30px;
    max-height: 12px;
}

.listing-img {
    width: 100%;
    padding-bottom: 66%;
    height: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    display: block;
}

/***********************************/
/*** Listing Search-List styling ***/

@media (min-width: 768px) {
    .list-view .col-sm-6 {
        width: 100%;
    }

    .list-view .listing-img {
        width: 50%;
        float: left;
        padding-bottom: 0;
        background-size: cover;
    }

    .list-view .listingbg-trans {
        width: 50%;
        float: left;
    }

    .list-view .col-sm-6 .primarybg {
        display: none;
    }

    .list-view .listingbg-trans .btn {
        display: inline-block !important;
        border-color: transparent;
        border-radius: 1px;
        padding: 6px 25px;
        margin-top: 15px;
    }
}

/****************************/
/*** Listing page styling ***/

.prop-carousel-small .img-div {
    padding-bottom: 66.6%; 
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    display: block;
}

.prop-carousel-big .img-div {
    padding-bottom: 68.6%; 
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    display: block;
}

.prop-carousel-big .slick-list {
    max-height: 500px;
}

.slick-next:before, .slick-prev:before {
    content: '';
    display: none;
}

.slick-prev, .slick-next {
    font-size: 75px;
    line-height: 75px;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}

.slick-slide {
    position: relative;
}

.slick-slide:after {
    content: '';
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.slick-slide.slick-current:after {
    display: none;
}

.prop-carousel-big .slick-prev {
    left: 5px;
}

.prop-carousel-big .slick-next {
    right: 5px;
}

.prop-carousel-big .slick-prev:hover, 
.prop-carousel-big .slick-prev:focus, 
.prop-carousel-big .slick-next:hover, 
.prop-carousel-big .slick-next:focus {
    color: white;
}

.prop-carousel-big .slick-prev i, 
.prop-carousel-big .slick-next i {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.prop-carousel-big .slick-prev:hover i, 
.prop-carousel-big .slick-next:hover i {
    transform: scale(1.4, 1.4);
}

.prop-carousel-small .col-sm-3,
.prop-carousel-big {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.listing-detail-con .btn {
    display: inline-block !important;
    border-color: transparent;
    border-radius: 1px;
    padding: 6px 25px;
    margin-top: 15px;
}

.listing-detail-con2 a {
    color: #191919;
}

.listing-detail-con2 a:hover {
    text-decoration: none;
}

.listing-detail-con2 a:hover span {
    font-weight: 600;
}

@media (max-width: 500px) {
    .prop-carousel-small {
        display: none;
    }
}



@media (min-width: 992px) {
    .list-view .listing-img {
        width: 33.3%;
        float: left;
        background-size: cover;
        min-height: 250px;
    }
    
    .list-view .listingbg-trans {
        width: 66.6%;
        float: left;
    }
}

@media (max-width: 767px) {
    .bbc > div {
        min-width: 45px;
    }
    
    .listing-detail-con2 .staff-contact {
        padding-left: 15px !important;
    }
    
    .listing-detail-con {
        padding: 25px 15px 30px 15px !important;
    }
    
    .listing-pad-fix,
    .map-pad-fix {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

/*********************/
/*** Media Queries ***/

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .active > a {
        padding: 23.5px 10px;
    }
    
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a:hover {
        padding-top: 20.5px;
        padding-bottom: 26.5px;
    }
    
    .nav-cont {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .copy-foot {
        text-align: center;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .home-listing-cont {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    
    .logo {
        padding-left: 40px;
    }
    
    .foot-col {
        margin: 30px 0;
    }
    
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {
        background: none;
        border: none;
    }
}

@media (max-width: 550px) {
    .bs-col {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .email-form, .submit-div {
        width: 100%;
    }
    
    .con-form-submit {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 450px) {
    .social-list, .awards {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .team-photo {
        padding-bottom: 66%;
        min-height: 300px;
    }
    
    .team-blurb, .staff-blurb {
        padding: 70px 40px;
    }
    
    .form-div1, .form-div2 {
        padding-left: 25px;
        padding-right: 25px;
    }
}





/******************/
/*** ANIMATIONS ***/

/*/// Social ///*/

.facebook span, .twitter span, .instagram span,
.googleplus span, .linkedin span {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.facebook:hover span {
    background-color: #3b5998; 
}

.twitter:hover span {
    background-color: #4099ff;
}

.instagram:hover span {
    background-color: #fd1d1d;
}

.googleplus:hover span {
    background-color: #d34836;
}

.linkedin:hover span {
    background-color: #0077b5;
}

/*/// Featured ///*/

.anime1, .anime2 {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.feature:hover .anime1 {
    transform: scale(1.1,1.1);
}

.feature:hover .anime2 {
    padding: 15px 5% 5%;
    border: 1px solid #fee7a5;
    border-top: none;
}


/*/// Backstretch Box's ///*/

.bs-col-anime1 {
    visibility: hidden;
    opacity: 0;
    animation: move1 0.5s linear 0.5s;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

.bs-col-anime2 {
    visibility: hidden;
    opacity: 0;
    animation: move2 0.5s linear 1s;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

.bs-col-anime3 {
    visibility: hidden;
    opacity: 0;
    animation: move3 0.5s linear 1.5s;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

.bs-col-anime4 {
    visibility: hidden;
    opacity: 0;
    animation: move4 0.5s linear 2s;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes move1 {
    0% {transform: translateX(-60px);}
    100% {transform: translateX(0px); visibility: visible; opacity: 1}
}

@keyframes move2 {
    0% {transform: translateY(-60px);}
    100% {transform: translateY(0px); visibility: visible; opacity: 1}
}

@keyframes move3 {
    0% {transform: translateY(60px);}
    100% {transform: translateY(0px); visibility: visible; opacity: 1}
}

@keyframes move4 {
    0% {transform: translateX(60px);}
    100% {transform: translateX(0px); visibility: visible; opacity: 1}
}


/***************************/
/** Landlords Extra style **/

#demo {
    position: static !important;
}

.backstretch {
    opacity: .5;
}

.feature-list li {
    padding: 4px 0 0 15px;
}

.feature-list li a {
    color: #000000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
}

.agent-submit:hover {
    background-color: transparent;
    color: #000000 !important;
    border-color: #000000 !important;
}

