
/*
Theme Name: KG realty team
Theme URI: http://aios3-staging.agentimage.com/f/finehomesbytinahare.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

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

*/


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


/* Sub Menu */

.navi li {
    position: relative;
}

.navi .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

.navi .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

.navi .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

.navi .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

.navi li:hover > .sub-menu {
    display: block;
    opacity: 1;
}

.navi .sub-menu li {
    position: relative;
}


.navi li {
    position: relative;
}


/*** Fixed Nav ***/


#nav-fixed .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

#nav-fixed .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

#nav-fixed .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

#nav-fixed .sub-menu .sub-menu {
/*     margin-left: 100%;
top: 0; */

    margin-left: 45%;
    top: -15px;
}

#nav-fixed li:hover > .sub-menu {
    display: block;
    opacity: 1;
}

#nav-fixed .sub-menu li {
    position: relative;
}

/*** Header fixed ***/

.header-fixed {
  position: fixed;
  top: -120px;
  width: 100%;
  margin: 0 auto;
  height: auto;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: fixed;
    background: rgba(198, 164, 89, 0.8);

}

.header-fixed .hdr-cont-text {
   width: 100%;
   padding-top: 30px;
   text-align: right;
}

 .header-fixed .hdr-cont-text i.ai-font-envelope-f {
   color: #222222;
 }

  .header-fixed .hdr-cont-text i.ai-font-phone {
    color: #222222;
  }



.fixednavigation {
    position: relative;
    margin-top: 0;
    display: inline-block;
    padding: 0;
    font-size: 0;


}

#nav-fixed {

    text-align: center;
}

#nav-fixed li {
    display: inline-block;
    margin: 30px 10px 15px;
    position: relative;
}

#nav-fixed li a {

    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    outline: none;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 15px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-weight: 400;

}

#nav-fixed li a:after {

    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background: #e49836;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

#nav-fixed li:hover a:after {

    width: 100%;
    left: 0;

}

#nav-fixed .sub-menu {
    min-width: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 9;
    padding: 0 10px;
    background: none;
    color: #fff;
    text-align: left;
    top: 100%;
    opacity: 0;
    padding-top: 15px;

}

#nav-fixed .sub-menu a {
    padding: 0;
}

#nav-fixed .sub-menu li {
    width: 100%;
    position: relative;
    margin: 0 0 1px 0;
    background: rgba(0, 0, 0, 0.5);

}



#nav-fixed .sub-menu li a {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0px;
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
    border-left: none;
    text-align: center;
    border: 0;
}

#nav-fixed .sub-menu li a:after {

    display: none;

}

#nav-fixed .sub-menu li a:hover {
    color: #fff;
    background: transparent;
    font-weight: 700;
}

#nav-fixed .sub-menu .sub-menu {
    margin-left: 45%;
    top: -15px;
}

div#main-wrapper {
    overflow: hidden;
}



/*** Connect ***/

.connect-wrap {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    right: -350px;
    bottom: 0;
    z-index: 1035;
    font-size: 0;
    width: 350px;
    height: calc(100% - 170px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.connect-wrap .textwidget{
  height: 100%;
}

.connect-wrap.open {
  right: 0;
}

a.connect-btn {
  /* display: block;
  background: url(images/connect-btn.png) no-repeat center #c6a559;
  position: absolute;
  width: 68px;
  height: 192px;
  left: -68px;
  top: 50%;
  transform: translate(0,-100%);
  margin: auto;
  font-size: 0;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px 15px; */
  display: block;
    background: url(images/connect-btn.png) no-repeat center #c6a559;
    background-size: 15px auto;
    position: absolute;
    width: 47px;
    height: 146px;
    left: -47px;
    top: 50%;
    transform: translate(0,-100%);
    margin: auto;
    font-size: 0;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 15px;
/*  word-break: break-all;
-webkit-transform: translate(-100px, 540px) rotate(-90deg);
   -moz-transform: translate(-100px, 540px) rotate(-90deg);
   -ms-transform: translate(-100px, 540px) rotate(-90deg);
   -o-transform: translate(-100px, 540px) rotate(-90deg);
   transform: translate(-100px, 540px) rotate(-90deg); */
}

a.connect-btn:hover {
   opacity: 0.8;
}

.connect-content {
    padding: 50px 28px;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    /*background: #262626;*/
    position: relative;
}



.connect-content .contact-wrapp .smi a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}


.connect-content .cont-form {

}

  .connect-content .connect-field {
     width: 100%;

  }

   .connect-content .get-field {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px auto;
   }

   .connect-content .get-field-w {
      width: 100%;
      max-width: 100%;
      position: relative;
      float: none;
      display: inline-block;
       vertical-align: top;
       margin: 5px auto;
   }

     .connect-content div.cont-form input[type='submit']  {
       display: block;
       float: none;
       margin: 10px auto;
       height: 50px;
       line-height: 50px;
     }


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

/* Global */

body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #545454;
	margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}


.ip-banner {
    position: relative;
    width: 100%;
    height: 338px;
    float: left;
    background-image: url(images/ip-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
    .ip-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000059;
    }

/* body.ip-container:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/ip-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -1;

}
 */
body.home {
   background: #fff;
}

a, button {
  outline:none !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  color: #3c676e;
  outline: none;
  text-decoration: none;

}

a:link, a:visited {
  outline: none;
  text-decoration: none;
}


/*** Header Area ***/

.header-main {
    width: 100%;
    z-index: 100;
    margin: 0 auto;
    position: absolute;
    height: auto;
    padding: 13px 0;
}


.hdr-logo {
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

 .hdr-logo img {
     width: 100%;
     max-width: 241px;
         -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
 }


#image-wrapper {
   position: relative;
   width: 100%;
   background: url(images/city-bg.jpg) no-repeat center/cover;
   height: 413px;
}

.hdr-logo, .aios-split-nav{
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}


/*** Header Contact ***/


.hdr-cont-wrapp {
    text-align: right;
    position: relative;
    z-index: 1;

    overflow: hidden;
}

/*.hdr-cont-text {
    display: inline-block;
    font-size: 14px;
    color: #eeeeee;
    width: 46%;
    font-weight: 400;
    position: relative;
    z-index: 5;
    top: 24px;
    float: left;
    text-align: left;
    padding-left: 12px;
}*/
.hdr-cont-text {
    display: inline-block;
    font-size: 14px;
    color: #eeeeee;
    width: 46%;
    font-weight: 400;
    position: relative;
    z-index: 5;
    top: 0;
    float: left;
    text-align: left;
    padding-left: 12px;
    vertical-align: middle;
    padding: 40px 0;
}


.hdr-right-link {
    float: right;
    display: inline-block;
    /*margin-top: 24px;*/
}
    .hdr-right-link a {
        color: #fff;
        /* border: 1px solid #fff; */
        padding: 5px 10px;
        vertical-align: middle;
    }
    .hdr-right-link a:hover {
       /*  background: #e49836; */
       /*  border-color: #e49836; */
    }

.hdr-right-link a img {
	/*max-width: 80px;
	height: auto;*/
  width: auto;
  max-width: 100%;
}
.header-fixed .hdr-cont-text {
    position: relative;
    top: 0;
}

   .hdr-cont-text span {
     margin: 0 5px;
   }

.hdr-cont-text i.ai-font-envelope-f {
        font-size: 11px;
    margin-right: 10px;
    color: #c6a458;
}

.hdr-cont-text i.ai-font-phone {
        font-size: 12px;
    margin-right: 10px;
    color: #c6a458;
}

  .hdr-cont-text a {
     color: #eeeeee;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
  }

   .hdr-cont-text a:hover {
     opacity: 0.8;
   }


/** navigation **/

.navigation {
    position: relative;
    margin-top: -26px;
    display: inline-block;
    width: 100% !important;
    padding: 0;
    font-size: 0;
}

.navi {
    display: none;
    text-align: center;
}

.navi li {
    display: inline-block;
    margin: 30px 15px;
    position: relative;
}

.navi li a {

    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    outline: none;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 10px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-weight: 400;

}

.navi li a:after {

    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background: #e49836;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.navi li:hover a:after {

    width: 100%;
    left: 0;

}

.navi .sub-menu {
    min-width: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 9;
    padding: 0 10px;
    background: none;
    color: #fff;
    text-align: left;
    top: 100%;
    opacity: 0;
    padding-top: 15px;

}

.navi .sub-menu a {
    padding: 0;
}

.navi .sub-menu li {
    width: 100%;
    position: relative;
    margin: 0 0 1px 0;
    background: rgba(0, 0, 0, 0.5);

}

.header-main.short .navi .sub-menu li {
    margin: 0 0 1px 0;
}


.navi .sub-menu li a {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 0px;
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
    border-left: none;
    text-align: center;
    border: 0;
}

.navi .sub-menu li a:after {

    display: none;

}

.navi .sub-menu li a:hover {
    color: #fff;
    background: transparent;
    font-weight: 700;
}

.navi .sub-menu .sub-menu {
/*     margin-left: 13%;
top: 0; */

    margin-left: 45%;
    top: -15px;

}


#nav {
    display: none;
}

    .navigation .menu-main-menu-container {
        font-size: 0;
        padding: 20px 0;
    }

    .logo-hdr.col-md-4:first-child {
        width: 100%;
        padding: 20px 0;
        display: inline-block;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    text-align: center;
    }


.navigation .menu-main-navigation-container .col-md-4 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}




/***Header Short***/

.header-fixed.short {
   top: 0;
    z-index: 100;

}

/* .header-main.short {
    z-index: 100;
    top: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: fixed;
    background: rgba(198, 164, 89, 0.5);
 box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  height: 100px;
}

.header-main.short .hdr-cont-wrapp {
  display: none;
}

.header-main.short .logo-hdr img {
     width: 100px;

}

.header-main.short .hdr-contact {
    display: none;
}

.header-main.short .logo-image img {
    max-width: 181px;
}

.header-main.short .logo-image {
    padding-top:0;
    padding-bottom: 16px;
    top: 0;

}

.header-main.short .navi li {
    margin: 40px 10px;
} */


/*** HP SLIDE ***/

.slide-area {
    width: 100%;
    position: relative;
    z-index: 2;
    top: 0;
    height: 100%;

  }

.hp-slide {
  width: 100%;
  z-index: 1;
  position: relative;
}


.home .cycloneslider-slide.cycloneslider-slide-image.cycle-slide:before,
.hp-slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.11);
    left: 0;
    right: 0;
    z-index: 2;
}
#mute-vid-slide{
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 30px;
  right: 60px;;
  background-size: cover;
  z-index: 93;
}
/*** Quick Search ***/

#qs-wrapper-area {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.qs-wrapper {

   position: relative;
   width: 100%;
   z-index: 10;
}

  .qs-title {
     font-size: 48px;
     font-weight: 700;
     padding: 0;
     color: #e3e3e3;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 0.05em;
     text-align: center;
        display: block;
  }

.qs-cont {
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;

}

.qs-cont form {
    width: 100%;
    margin: 23px auto 83px;
    text-align: center;
    }

.qs-cont .field {
    width: 49.5%;
    max-width: 564px;
    display: inline-block;

}

.qs-cont input {

    color: #fff;
    font-size: 13px;
    height: 59px;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.5);
    background: transparent;
    position: relative;
    /*background: url(images/qs-arrow.png) no-repeat;
    background-position: 94% 50%; */
}

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

 .qs-cont .qs-cont-sub, .qs-cont a.adv-srch {
    width: 59px;
    height: 59px;
    background: url(images/search.png) no-repeat center #c6a459;
    text-align: center;
    color: #53565a;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 0;
    margin: 0 auto;
    vertical-align: top;
    display: inline-block;
    line-height: 33px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    letter-spacing: 1px;


    }

   .qs-cont .qs-cont-sub:hover{
      opacity: 0.8;
    }

    /*** NEW CTA ***/
    .home .ipqs-cont select, .home .ipqs-cont input {
        color: #fff;
    }
        .home .ipqs-cont select option {
            color: #141414;
        }

    .ipqs-cont fieldset {
        border: none;
        border-top: 1px solid #fff;
    }
        .ipqs-cont fieldset legend {
            font-size: 40px;
            color: #e3e3e3;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 0.05em;
            text-align: center;
            padding: 0px 25px 15px;
        }

    .home button.btn.dropdown-toggle.btn-default {
        padding: 0 10px;
        height: 44px;
    }

    .field-wrap-wide {
        display: inline-block;
        width: 20%;
        padding: 2px;
        vertical-align: top;
    }

    .field-wrap-short {
        display: inline-block;
        width: 10%;
        padding: 2px;
        vertical-align: top;
    }

    .home .ipqs-cont .ipqs-cont-sub {
        font-size: 12px;
    }

    .home .ipqs-cont a.adv-link {
        margin: 0px;
        font-size: 11px;
    }

    .field-wrap-wide:first-of-type {
        padding-left: 0;
    }

    .field-wrap-short.field:last-of-type {
        padding-right: 0px;
    }

.qs-btn {
    display: inline-block;
    text-align: center;
    width: 30%;
    padding-left: 2px;
}
    .qs-btn a {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }
        .qs-btn a:hover {
            color: #c6a559;
        }

    .qs-btn .field-wrap-short {
        width: 50%;
    }

    .qs-btn .field-wrap-short:first-of-type {
        padding-left: 0px;
    }

    .qs-btn > a {
        margin-top: 2px !important;
    }

/*** CTA ***/


#cta-wrapper {
  width: 100%;
  background: #eeeeee;
  padding: 0;

}

 #cta-wrapper:before {
   content:'';
   width: 100%;
   height: 3px;
   background: #dfba69;
   position: absolute;
   top: 0;
   left: 0;

 }

   .cta-list {
     font-size: 0;
     position: relative;
     text-align: center;
   }


    .cta-list a {
      display: block;
      position: relative;
      width: 100%;
      margin: 0 auto;
    }
         .cta-list a > .img-wrapp {
              position: relative;
              display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bcbcb7+0,dfba69+60,b77827+100 */
background: #bcbcb7; /* Old browsers */
background: -moz-linear-gradient(top, #bcbcb7 0%, #dfba69 60%, #b77827 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #bcbcb7 0%,#dfba69 60%,#b77827 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #bcbcb7 0%,#dfba69 60%,#b77827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcb7', endColorstr='#b77827',GradientType=0 ); /* IE6-9 */
              opacity: 0;
     transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
         }

         .cta-list a:hover > .img-wrapp {
             opacity: 1;
         }

             .cta-list a > .img-wrapp img {
               width: 100%;
               opacity: 0.4;
             }

         .cta-list a > .center-holder {

            position: absolute;
            z-index: 5;
            top: 50%;
            left: 0;
            right: 0;
            width: 100%;
            margin: 0 auto;
            transform: translate(0,-50%);

         }

          .cta-list a > .center-holder span {
             font-size: 14px;
             position: relative;
             display: block;
             color: #666666;
          }

          .cta-list a > .center-holder span.cta-cont {
            padding: 0 20px;

          }

          .cta-list a > .center-holder span.cta-title {
            font-size: 30px;
            display: block;
            padding: 20px 0 30px;
            color: #141414;
          }

          .cta-list a > .center-holder span.l-more {
             padding-top: 25px;
             text-transform: uppercase;
             color: #cbab62;
             font-family: 'Roboto Condensed', sans-serif;
          }
        .cta-list a > .center-holder span.l-more i {

          position: relative;
          top: 1px;
          margin-left: 5px;
          font-size: 13px;
          color: #fff;
          opacity: 0;
        }

/** HOVER **/

          .cta-list a:hover > .center-holder span, .cta-list a:hover > .center-holder span.cta-title {
               color: #fff;
          }

          .cta-list a:hover > .center-holder span.l-more i {
             opacity: 1;
          }

          .cta-list a:hover > .center-holder span.l-more {
             color: #fff;
             text-shadow: 0 0 5px #000;
          }


           .cta-list a > .center-holder span.cta-icon1, .cta-list a > .center-holder span.cta-icon2, .cta-list a > .center-holder span.cta-icon3, .cta-list a > .center-holder span.cta-icon4 {
              position: relative;
              text-align: center;
              border-radius: 50%;
              width: 67px;
              height: 67px;
              background: url(images/cta-img1.png) no-repeat center;
              border: 1px solid #dadada;
              display: inline-block;
           }

.cta-list a > .center-holder span.cta-icon2 {
  background: url(images/cta-img2.png) no-repeat center;
}

.cta-list a > .center-holder span.cta-icon3 {
  background: url(images/cta-img3.png) no-repeat center;
}

.cta-list a > .center-holder span.cta-icon4 {
  background: url(images/cta-img4.png) no-repeat center;
}


.cta-list a:hover > .center-holder span.cta-icon1 {
  background: url(images/cta-img1-h.png) no-repeat center;
}

.cta-list a:hover > .center-holder span.cta-icon2 {
  background: url(images/cta-img2-h.png) no-repeat center;
}

.cta-list a:hover > .center-holder span.cta-icon3 {
  background: url(images/cta-img3-h.png) no-repeat center;
}

.cta-list a:hover > .center-holder span.cta-icon4 {
  background: url(images/cta-img4-h.png) no-repeat center;
}


.cta-list a:hover > .center-holder span.cta-icon1, .cta-list a:hover > .center-holder span.cta-icon2, .cta-list a:hover > .center-holder span.cta-icon3, .cta-list a:hover > .center-holder span.cta-icon4
 {
  border: 2px solid #fff;
 }


/*** Featured Properties ***/

 .widget-title {
   font-size: 38px;
   color: #141414;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 0.05em;

 }

  .widget-title span {
   color: #c9a658;
  }

/*#featured-wrapper-top, #featured-wrapper{
  position: relative;
  padding-top: 80px;
  padding-bottom: 170px;
}
*/
  .fp-list-wrapp {

  }

   .fp-list-wrapp .slick-list {
     padding-top: 84px;
     margin-left: -15px;
     margin-right: -15px;
   }

    .fp-list {
       font-size: 0;
       display: inline-block;
       padding: 0 15px;
       width: 100%;
    }

      .fp-list a {

          display: block;
          position: relative;
          width: 100%;
          height: auto;
          margin: 0 auto;
         -webkit-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
         -webkit-transition-duration: 0.3s;
         transition-duration: 0.3s;
         -webkit-transition-property: transform;
         transition-property: transform;

      }

      .fp-list a:hover {
         -webkit-transform: translateY(-30px);
         transform: translateY(-30px);
      }


       .fp-list a:after {
          content: '';
          position: absolute;
          background: url(images/fp-shadow.png) no-repeat center;
          width: 242px;
          height: 40px;
          display: inline-block;
          margin: 0 auto;
          left: 0;
          right: 0;
          opacity: 0;
           transition: all .25s ease-in-out;
           -moz-transition: all .25s ease-in-out;
           -webkit-transition: all .25s ease-in-out;

       }

        .fp-list a:hover:after {
           opacity: 1;
        }


       .fp-list a > .fp-img-wrapp {
         position: relative;
         background-size: contain;
         background-repeat: no-repeat;
         background-position: center center;
       }

        .fp-list a > .fp-img-wrapp canvas {

                position: relative;
                /*background: rgba(0,0,0,.5);*/
                width: 100%;

        }

         .fp-list a:hover > .fp-img-wrapp canvas {
              background: rgba(0,0,0,0.8);
              width: 100%;
         }


        .fp-list a .fp-details {
           position: absolute;
           z-index: 2;
           top: 50%;
           transform: translate(0,-50%);
           left: 0;
           right: 0;
           margin: 0 auto;
           text-align: center;
           font-size: 14px;
           color: #fff;
           opacity: 0;
            transition: all .25s ease-in-out;
           -moz-transition: all .25s ease-in-out;
           -webkit-transition: all .25s ease-in-out;
        }


        .fp-list a:hover .fp-details {
           opacity: 1;
        }


         .fp-list a .fp-details span {

           position: relative;
           font-size: 24px;
           color: #dfba69;
           font-weight: 700;

         }

         .fp-list a .fp-details p {
           display: block;
           margin: 10px 0;
         }

           .fp-list a .fp-details i {
             font-style: normal;
           }

.fp-prev {
    background: url(images/fp-prev.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    left: 150px;
    top: 50%;
    cursor: pointer;
}

.fp-next {
    background: url(images/fp-next.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    right: 150px;
    top: 50%;
    cursor: pointer;
}


/*** Welcome Area ***/


#welcome-wrapper {
    position: relative;
    margin-top: 100px;
    font-size: 0;
    background: url(images/welcome-bg.jpg) no-repeat center/cover;
	/* padding: 100px 0; */
}

.welcome-details {
     position: relative;
     display: inline-block;
     vertical-align: top;
     width: 50%;
     padding-bottom: 70px;
}


 .welcome-text {
    display: inline-block;
    max-width: 570px;
    float: right;
    padding-right: 30px;


 }

  .welcome-text h1 {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 10px;
  }

   .welcome-text p {
     line-height: 24px;
     margin: 18px auto;
     font-size: 14px;
   }

.hpcontact-info {
   display: block;
   border-top: 1px solid #d5d5d5;
   width: 100%;
   margin: 20px auto 0;
   padding-top: 25px;
   color: #646464;
   font-size: 16px;
   vertical-align: top;
}

 .hpcontact-info span {
   display: inline-block;
 }

 .hpcontact-info span > i {
    color: #141414;
    font-size: 14px;
 }


 .hpcontact-info span.info-email,  .hpcontact-info span.info-phone {
     margin-right: 20px;
 }

 .hpcontact-info span a {
   color: #646464;
 }

 .hpcontact-info span a:hover {
   opacity: 0.8;
 }


.smi {
    display: inline-block;
    font-size: 0;
    position: relative;
    top: 2px;
}

  .smi > a {
     font-size: 21px;
     color: #141414 !important;
     display: inline-block;
     margin: 0 10px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
  }

   .smi > a:hover {
      color: #cbab62 !important;
   }


  .hpcontact-info span i.ai-font-location-c {
    font-size: 16px;
  }

  .hpcontact-info span.info-address {
    padding-top: 10px;
  }

 .welcome-photo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
 }

  .welcome-photo img {
    width: 100%;
    position: relative;
  }



/*** Notable Sale ***/

  .ns-list-wrapp {

  }

   .ns-list-wrapp .slick-list {
     padding-top: 84px;
     margin-left: -15px;
     margin-right: -15px;
   }

    .ns-list {
       font-size: 0;
       display: inline-block;
       padding: 0 15px;
       width: 100%;
    }

      .ns-list a {

          display: block;
          position: relative;
          width: 100%;
          height: auto;
          margin: 0 auto;
         -webkit-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
         -webkit-transition-duration: 0.3s;
         transition-duration: 0.3s;
         -webkit-transition-property: transform;
         transition-property: transform;

      }

      .ns-list a:hover {
         -webkit-transform: translateY(-30px);
         transform: translateY(-30px);
      }


       .ns-list a:after {
          content: '';
          position: absolute;
          background: url(images/fp-shadow.png) no-repeat center;
          width: 242px;
          height: 40px;
          display: inline-block;
          margin: 0 auto;
          left: 0;
          right: 0;
          opacity: 0;
           transition: all .25s ease-in-out;
           -moz-transition: all .25s ease-in-out;
           -webkit-transition: all .25s ease-in-out;

       }

        .ns-list a:hover:after {
           opacity: 1;
        }


       .ns-list a > .ns-img-wrapp {
         position: relative;
         background-size: cover;
       }

        .ns-list a > .ns-img-wrapp canvas {

                position: relative;
                background: rgba(0,0,0,0);

        }

         .ns-list a:hover > .ns-img-wrapp canvas {
              background: rgba(0,0,0,0.8);
         }


        .ns-list a .ns-details {
           position: absolute;
           z-index: 2;
           top: 50%;
           transform: translate(0,-50%);
           left: 0;
           right: 0;
           margin: 0 auto;
           text-align: center;
           font-size: 14px;
           color: #fff;
           opacity: 0;
            transition: all .25s ease-in-out;
           -moz-transition: all .25s ease-in-out;
           -webkit-transition: all .25s ease-in-out;
        }


        .ns-list a:hover .ns-details {
           opacity: 1;
        }


         .ns-list a .ns-details span {

           position: relative;
           font-size: 24px;
           color: #dfba69;
           font-weight: 700;

         }

         .ns-list a .ns-details p {
           display: block;
           margin: 10px 0;
         }

           .ns-list a .ns-details i {
             font-style: normal;
           }
/*Notable Sales - New*/
.ns-slide-wrapper {
  position: relative;
  font-size: 0;
  margin: 50px -15px 0 -15px;
}
  .ns-slide-wrapper .slick-list {
    overflow: visible !important;
  }
  .ns-slide-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 6%;
      right: 6%;
      pointer-events: none;
  }
    .ns-slide-arrow .slick-arrow {
      width: 50px;
      height: 50px;
      border: none;
      outline: none;
      background-color: rgba(198, 164, 89, 0.8);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      border: 7px solid transparent;
      pointer-events: auto;
    }
    .ns-slide-arrow .slick-arrow:hover {
      background-color: rgba(198, 164, 89, 1);
    }
    .ns-slide-arrow .slick-next.slick-arrow {
      float: right;
      background-image: url('images/ns-arrow-next.png');
    }
    .ns-slide-arrow .slick-prev.slick-arrow {
      background-image: url('images/ns-arrow-prev.png');
    }

  .ns-slide-item {
    position: relative;
    padding: 0 15px;
  }
    .ns-slide-item-image {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      height: 470px;
    }
    .ns-slide-item-image::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      background-color: #fff;
      opacity: .7;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
    }
    .ns-slide-item-image:hover:after {
      height: 100%;
    }
    .ns-slide-item-text {
      /*position: absolute;
      bottom: -187px;
      left: 50%;
      transform: translateX(-50%);
      width: 75%;
      background-color: #fff;
      text-align: center;
      padding: 36px 0;*/
      width: 75%;
      background-color: #fff;
      text-align: center;
      padding: 36px 0;
      margin: 0 auto;
      position: relative;
      top: -25px;
    }

    a.ns-btn {
      display: block;
      width: 100%;
      max-width: 236px;
      background: #1b1b1b;
      text-transform: uppercase;
      color: #fff;
      font-family: 'Roboto Condensed', sans-serif;
      line-height: 54px;
      margin: 0;
      font-size: 14px;
      text-align: center;
      position: relative;
      transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out;
      margin: 0 auto;
  }
  a.ns-btn:hover{
    background: #dfba69;
  }
      .ns-slide-item-price-stat {
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #000;
        letter-spacing: 1px;
      }
      .ns-slide-item-sale-stat {
        font-family: "Lato", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #c9a658;
        text-transform: uppercase;
      }
      .ns-slide-item-name {
        font-family: "Lato", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 11px;
      }
      .ns-slide-item-address {
        font-family: "Lato", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #707070;
        line-height: 1.84;
        max-width: 287px;
        margin: 0 auto;
      }
      .ns-slide-item-link {
          margin-top: 14px;
      }
        .ns-slide-item-link a {
          position: relative;
          font-family: "Lato", sans-serif;
          font-size: 12px;
          font-weight: 400;
          color: #c9a658;
          text-transform: uppercase;
          letter-spacing: 2px;
        }
        .ns-slide-item-link a:hover {
          opacity: .8;
        }
        .ns-slide-item-link a::after {
          content: "";
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #ebddc0;
        }

/*** Featured Neighborhoods ***/

#fn-wrapper {
   position: relative;
   padding-top: 200px;
   overflow: hidden;

}


.fn-container{
   position: relative;
   width: 100%;
   font-size: 0;
   margin-left: -3px;
    margin-right: -3px;
    margin-top: 70px;

}
  .fn-container .fn-canvas {
    width: 100%;
  }

  .fn-col {
    width: 33.3333333%;
    padding: 0 3px;
    position: absolute;
    top: 0;
    transition: all .1s ease;
        -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    height: 100%;
  }

  .fn-1 {
    left: 0;
  }
  .fn-2 {
    left: 33.333333333%;
  }
  .fn-3 {
    left: 66.666666666%;
  }

  /* Hover 3 */
  .fn-container:hover .fn-3 {
    width: 40.114%;
    left: 59.886%;
  }
  .fn-container:hover .fn-2, .fn-container:hover .fn-1 {
    width: 29.943%;
  }
  .fn-container:hover .fn-1 {
    left: 0%;
  }
  .fn-container:hover .fn-2 {
    left: 29.943%;
  }

  /* Hover 2 */
  .fn-container:hover .fn-2:hover {
    width: 40.114%;
    left: 29.943%;
  }
  .fn-container:hover .fn-2:hover + .fn-3 {
    width: 29.943%;
  }
  .fn-container:hover .fn-1 {
    left: 0%;
  }
  .fn-container:hover .fn-2:hover + .fn-3 {
    left: 70.057%;
  }


  /* Hover 1 */
  .fn-container:hover .fn-1:hover {
    width: 40.114%;
    left: 0%;
  }
  .fn-container:hover .fn-1:hover ~ .fn-2,
  .fn-container:hover .fn-1:hover ~ .fn-3 {
    width: 29.943%;
  }
  .fn-container:hover .fn-1:hover ~ .fn-2 {
    left: 40.114%;
  }
  .fn-container:hover .fn-1:hover ~ .fn-3 {
    left: 70.057%;
  }

  /* Hover 1 & 3 */
  .fn-1 .fn-list, .fn-3 .fn-list {
    height: 25%;
  }
    .fn-1:hover .fn-list:nth-child(4),
    .fn-3:hover .fn-list:nth-child(4),
    .fn-1:hover .fn-list:nth-child(1):hover,
    .fn-3:hover .fn-list:nth-child(1):hover,
    .fn-1:hover .fn-list:nth-child(2):hover,
    .fn-3:hover .fn-list:nth-child(2):hover,
    .fn-1:hover .fn-list:nth-child(3):hover,
    .fn-3:hover .fn-list:nth-child(3):hover {
      height: 33%;
    }
    .fn-1:hover .fn-list,
    .fn-3:hover .fn-list,
    .fn-1:hover .fn-list:nth-child(1):hover ~ .fn-list,
    .fn-3:hover .fn-list:nth-child(1):hover ~ .fn-list,
    .fn-1:hover .fn-list:nth-child(2):hover ~ .fn-list,
    .fn-3:hover .fn-list:nth-child(2):hover ~ .fn-list,
    .fn-1:hover .fn-list:nth-child(3):hover ~ .fn-list,
    .fn-3:hover .fn-list:nth-child(3):hover ~ .fn-list {
      height: 22.33333333333333%;
    }

  /* Hover 2 */
  .fn-2 .fn-list {
    /* height: 33.33%; */
    height: 25%;
  }

   .fn-list {
     font-size: 0;
     position: relative;
      /* padding: 3px 0; */
          transition: all .1s ease;
        -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    margin: 6px auto;
   }

    .fn-list a {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }



     .fn-list a .fn-center-holder {
        width: 100%;
        position: relative;
        height: 100%;
     }

      .fn-list a .fn-center-holder:before {
          width: 0;
          height: 100%;
          content:'';
          vertical-align: middle;
      }
       .fn-list a .fn-center-holder img {
         width: 100%;
       }

        .fn-list a .fn-center-holder span {
          position: absolute;
          vertical-align:middle;
          font-size: 19px;
          color: #fff;
          left: 0;
          right: 0;
          margin: 0 auto;
          text-align: center;
          transform: translate(0,-50%);
          top: 50%;
          font-weight: 700;
          z-index: 5;
          opacity: 1;
              transition: all .1s ease;
         -moz-transition: all .1s ease;
         -webkit-transition: all .1s ease;
        }

        .fn-list a:hover .fn-center-holder span {
           opacity: 0;
        }


.fn-list a .fn-details {

    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.6);
    text-align: center;
        transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;

}

.fn-list a:hover .fn-details {
background: rgba(31,31,31,1);
background: -moz-linear-gradient(top, rgba(31,31,31,1) 0%, rgba(223,186,105,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,31,31,1)), color-stop(100%, rgba(223,186,105,0.8)));
background: -webkit-linear-gradient(top, rgba(31,31,31,1) 0%, rgba(223,186,105,0.8) 100%);
background: -o-linear-gradient(top, rgba(31,31,31,1) 0%, rgba(223,186,105,0.8) 100%);
background: -ms-linear-gradient(top, rgba(31,31,31,1) 0%, rgba(223,186,105,0.8) 100%);
background: linear-gradient(to bottom, rgba(31,31,31,1) 0%, rgba(223,186,105,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#dfba69', GradientType=0 );


}


.fn-list a .fn-details .fn-details-wrapp {
   position: relative;
   transform: translate(0,-50%);
   top: 50%;
   opacity: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.fn-list a:hover .fn-details .fn-details-wrapp  {
   opacity: 1;
}

  .fn-list a .fn-details .fn-details-wrapp strong {
      display: block;
      font-size: 19px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;


  }

   .fn-list a .fn-details .fn-details-wrapp p {
      color: #fff;
      font-size: 13px;
      position: relative;
      margin: 20px 0;
      text-transform: uppercase;
   }

.fn-list a .fn-details .fn-details-wrapp p i.ai-font-arrow-f-n {
  position: relative;
  margin-left: 5px;
}

/*** Testimonials ***/

#testi-wrapper {
   padding-top: 80px;
   position: relative;
}

.testi-details {
    position: relative;
    text-align: center;
    margin-top: 60px;
 }

  .testi-slide {

     position: relative;
     width: 80%;
     display: inline-block;
     vertical-align: top;
     margin: 0 auto;
     text-align: center;  ;


  }

   .testi-details .testi-list {

    font-size: 16px;
    color: #545454;
    margin: 0 auto;
    font-weight: 300;

   }

   .testi-details .testi-list p {
     margin: 0 auto;

   }


   .testi-details .testi-list a {
    font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    width: 15%;
    display: inline-block;
    margin-top: 30px;


    }

     .testi-details .testi-list a i {
         font-weight: 700;
         font-style: normal;
         text-transform: uppercase;
         font-family: 'Roboto Condensed', sans-serif;
     }

.testi-nav {

    position: absolute;
    z-index: 11;
    color: #5f5f5f;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    transform: translate(0,-50%);

}


a.testi-prev {left:0; display: block !important; position: absolute; outline: none; text-decoration: none;  font-weight: 700; }

a.testi-next {right:0; display: block !important; position: absolute; outline: none; text-decoration: none; font-weight: 700; }


em.testi-arrow {

    color: #9b9b9b;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding: 0px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    font-size: 40px;
}

em.testi-arrow:hover {

   color: #cbab62;
}


/*** Blog Area ***/

#blog-wrapper {
  position: relative;
  padding-top: 80px;
  background: url(images/main-blog-bg.jpg) no-repeat center/cover;
  margin-top: 90px;
}

  .ln-list {
    position: relative;
    font-size: 0;
    padding: 70px 0 100px;
  }

   .ln-list a {
      width: 100%;
      margin: 0 auto;
      display: inline-block;
      border-top: 4px solid #1b1b1b;
      border-bottom: 4px solid #dfba69;
      box-shadow: 0 0 20px #9b9b9b;
      background: #fff;
          transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

   }

    .ln-list a:hover {
        box-shadow: 0 0 30px #9b9b9b;
    }

    .ln-list a > img {
       width: 100%;
       display: block;
    }


     .ln-list a > span.ln-cont {
        display: block;
        padding-top: 40px;
        text-align: center;
        font-size: 14px;
        color: #545454;
        line-height: 26px;
        padding: 10px;
        text-overflow: ellipsis;
        height: 250px;


     }



      .ln-list a > span.ln-cont > strong {

         font-size: 18px;
         color: #1b1b1b;
         text-transform: uppercase;
         display: block;
         padding-bottom: 15px;

      }

       .ln-list a > span.ln-cont em {
         position: relative;
/*          width: 76%;  */
         margin: 0 auto 20px;
         text-overflow: ellipsis;
       }

        .ln-list a > span.ln-bttn {
    display: block;
    width: 100%;
    max-width: 236px;
    background: #1b1b1b;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 54px;
    margin: 0px auto -25px;
    font-size: 14px;
    text-align: center;
    position: relative;
        transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

        }


        .ln-list a:hover > span.ln-bttn {
           background: #dfba69;
        }



/*** Form ***/


.form-title {

   font-size: 38px;
   text-transform: uppercase;
   text-align: center;
   line-height: 1;
   padding-top: 45px;
   padding-bottom: 30px;


}

.form-title i {
   color:#dfba69;
   font-size: 16px;
   display: block;
   font-style: normal;

}


.cont-form  {
      width: 100%;
      position: relative;
      font-size: 0;
   }



   .get-field {
    width: 49.5%;
    max-width: 274px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
   }

   .get-field-w {
      width: 39%;
      max-width: 425px;
      position: relative;
      float: none;
      display: inline-block;
       vertical-align: top;
       margin-right: 10px

   }

  .cont-form input[type='text'],.cont-form input[type='tel'], .cont-form input[type='email'], .cont-form textarea  {
      width: 100%;
      color: #5c5c5c;
      display: inline-block;
      font-size: 14px;
      height: 63px;
      font-weight: 300;
      -webkit-appearance: none;
      -moz-appearance: none;
      vertical-align: top;
      margin: 0 auto;
      background: #efefef;
      border: 0;
      outline: none;
      padding-left: 20px;


  }



.cont-form textarea {

    resize: none;
    height: 63px;
    padding: 20px 0 0 20px;
}


div.cont-form input[type='submit'] {
    height: 63px;
    text-align: center;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    max-width: 140px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border: 0;
    background: #dfba69;
    font-size: 16px;
    outline: none;
    float: right;
    margin-top: 0;
    margin-right: 0;
    position: relative;
    z-index: 3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;

}

div.cont-form input[type='submit']:hover {
   opacity: 0.8;
}

  div.cont-form div.wpcf7-validation-errors {

    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    padding: 0;
}


div.cont-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
  font-size: 12px;
  top: 0;
}


/*** Contact ***/


.contact-wrapp {
     display: block;
     position: relative;
     overflow: hidden;
     border-top: 1px solid #dadada;
     padding-top: 33px;

}

  .contact-wrapp .cont-text {
     position: relative;
     font-size: 24px;
     color: #fff;

  }

   .contact-wrapp a {
     color: #1b1b1b;
   }


   .contact-wrapp span {
        display: inline-block;
        line-height: 1;
        font-size: 15px;
        padding:10px;
   }



    .contact-wrapp span i {
          color: #747474;
          display: inline-block;
          font-style: normal;
    }


    .contact-wrapp span strong {
       position: relative;
       margin:0px 20px;
    }



       .contact-wrapp .smi  {
    font-size: 20px;
    font-weight: 600;
    display: block;
    top: 0;
    margin-bottom: 20px;



       }

         .contact-wrapp .smi a {

            margin: 40px 5px 20px;
            color: #1b1b1b;
            border-radius: 50%;
            width: 47px;
            height: 46px;
            line-height: 46px;
            border: 1px solid #cdcdcd;

         }

          .contact-wrapp.smi a:hover {
            background: #cbab62;
            color: #1b1b1b;
          }

          .contact-wrapp img {
    width: 100%;
    max-width: 124px;
    display: block;
    margin: 0 auto 20px;
          }



/*** Footer ***/


.footer {
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    padding: 50px 0 50px;
    text-align: center;
    color: #4e4e4e;
    z-index: 2;


}


  .footer li {
    display: inline-block;
    padding: 0 10px;
    line-height: 10px;
    color:#4e4e4e;
    text-transform: uppercase;



  }

  .footer li a {
    color:#4e4e4e;
    font-size: 11px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
  }

    .footer li:first-child {
      border: 0;
      padding-left: 0;
    }



 .footer li a:hover {
    opacity: 0.5;
 }


  .footer .copyright {

         padding: 10px 0 0;
         font-size: 11px;
  }


  .footer .copyright a {


     color: #4e4e4e;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

  }


.footer .copyright a:hover {

    color: #1b1b1b;

}


.copyright span {
   text-transform: uppercase;
}


.ftr-logos {
   display: block;
   color: #4e4e4e;
   font-size: 25px;
   text-align: center;
   margin-top: 10px;

}


button.btn.dropdown-toggle.btn-default {
    color: #fff;
    font-size: 13px;
    height: 59px;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.5);
    background: transparent;
    position: relative;
}
.bs-searchbox input.form-control {
    color:black
}
.sidebar button.btn.dropdown-toggle.btn-default {
    color: #141414;
    font-size: 12px;
    height: 44px;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/ipqs-arrow.png) no-repeat;
    background-position: 94% 50%;
    border: none;
    text-transform: uppercase;
    border: 1px solid #bdbebe;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */
#content-sidebar, #content-full{

    min-height: 500px;
    margin-top: 190px;

}

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

/* Adjust width of sidebar */
/* .sidebar{ width: 29.83%; } */

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

/* Style post/page main headings (h1) */
#content .entry-title {
    font-size: 38px;
    color: #141414;
    font-weight: normal;
    padding: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}


.sidebar {
    width: 30.83%;
    max-width: 327px;
    padding-top: 50px;
    background: #efefef;
    padding: 0 10px;
}

.ipqs-title {
  font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding: 30px 0;
}

 .ipqs-title i {
       color: #dfba69;
    font-size: 16px;
    display: block;
    font-style: normal;
 }


.ipqs-cont {
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;

}


.ipqs-cont form {
    width: 100%;
    margin: 23px auto;
    }


.sidebar .field {
    width: 100%;
    display: inline-block;
    margin: 5px auto;

}

.ipqs-cont input {
    color: #141414;
    font-size: 12px;
    height: 44px;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    text-transform: uppercase;
    border: 1px solid #bdbebe;
    background: transparent;
    position: relative;
    background: url(images/ipqs-arrow.png) no-repeat;
    background-position: 94% 50%;
}


.ipqs-cont select {
    color: #141414;
    font-size: 12px;
    height: 44px;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/ipqs-arrow.png) no-repeat;
    background-position: 94% 50%;
    border: none;
    text-transform: uppercase;
    border: 1px solid #bdbebe;

}

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

 .ipqs-cont .ipqs-cont-sub {
    width: 100%;
    height: 44px;
    background: #c6a559;
    text-align: center;
    color: #fff;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 0;
    margin: 0 auto;
    vertical-align: top;
    max-width: 100%;
    display: inline-block;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    letter-spacing: 1px;
    }

.ipqs-cont a.adv-link {
    width: 100%;
    height: 44px;
    background: #fff;
    text-align: center;
    color: #1b1b1b;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 1px solid #c6a559;
    margin: 5px auto;
    vertical-align: top;
    max-width: 100%;
    display: inline-block;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    letter-spacing: 1px;
}

  .ipqs-cont a.adv-link.addr-search {
    background: transparent;
    border: 0;
  }

   .ipqs-cont .ipqs-cont-sub:hover{
      opacity: 0.8;
    }


    .ipqs-cont a.adv-link:hover {
       opacity: 0.8;
   }




.amh-header-buttons, .amh-header-buttons.amh-1a .amh-center .amh-phone-text, .amh-header-buttons.amh-1a .amh-center .amh-phone-text a {
    color: #c6a559;
}

.amh-navigation .amh-menu li ul {
    background: #c6a559;
}

.amh-navigation .amh-menu li:hover > a, .amh-navigation .amh-menu li.open > a {
    background: #141414;
}


/*cta side*/
.cta-side a {
    display: block;
    max-width: 360px;
    margin: 15px auto;
    background: rgba(198, 164, 89, 1);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    height: 90px;
    position: relative;
    padding: 10px;
    letter-spacing: 2px;
}

.cta-side a .cta-label {
    position: relative;
    height: 100%;
    border: 1px solid #fff;
    background: #d1b67a;
    padding-top: 17px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.cta-side a:hover .cta-label {
    background: #ad8b40;
}

/*** error page ****/

.error-page-content-wrapper .error-page-image-holder .error-page-image-left, .error-page-content-wrapper .error-page-image-holder .error-page-image-right {
  padding-top: 100px;
}


.bootstrap-select.btn-group .dropdown-menu {
    max-height: 300px!important;
    top: 90% !important;
}

img{
	max-width: 100%;
	height: auto;
}
a, input, textarea, select{
	outline: 0;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	white-space: unset;
}
#content #ihf-main-container .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

#content #ihf-main-container .mc-total-payment-subline{
	color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}

.ihf-listing-detail .ihf-share-btn-email,
.ihf-listing-detail .ihf-share-btn.ihf-share-btn-more{
  display: none !important;
}

.ihf-share-btn-linkedin {
    background-color: #497dcf;
}
#ihf-main-container .fs-12 {
    font-size: 16px !important;
}

.adv-link.addr-search {
	display: none !important;
}

#ihf-agent-sellers-rep + div {
    display: none;
}

.ln-list a canvas {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.realty-wrap {
	text-transform: uppercase;
	margin-top: 10px;
	/* font-size: 30px;
	color: #c9a658; */
}

#ihf-main-container .ihf-virtual-tour-link a {
    color: #F00;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.fair-housing {
    text-align: center;
    color: #FFF;
    font-size: 20px;
}

.fair-housing a, .fair-housing a:hover {
    color: #FFF;
    text-decoration: none;
}

.logo-hdr img {
    max-width: 196px;
}

#featured-wrapper,
div#featured-wrapper-top {
  padding-top: 30px;
}

.category-32 #content .archive-title {
    font-size: 40px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0px 25px 15px;
    position: relative;
    bottom: -18px;
}

.media-pres-wrap > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.mp-row a {
    display: block;
}

.mp-item {
    border: 1px solid #ccc;
    padding: 30px;
    margin-bottom: 30px;
}

.mp-item h2 {
    margin-top: 0 !important;
    text-transform: uppercase;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-114 .addtoany_share_save_container,
.page-id-100 .addtoany_share_save_container,
.page-id-150 .addtoany_share_save_container,
.page-id-423 .addtoany_share_save_container {
	display: none;
}