
/************Sliders****************/
 .slider {
        width: 50%;
        margin: 1% auto;
        margin-top:0px;
    }

     .slider-for .slick-slide{
        margin: 0px;
    }

    .slider-nav .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #007aff;
    }


    .slick-list{
      width: 100%;
    }

    .slider-for{
      width: 100%;
    }

    .slick-dots li button::before {
    font-size: 12px;
    opacity: 0.5;
    color: #007aff;
   
}

    .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #007aff;
}

    .slider-nav{
      width: 100%;
      margin: 4% auto;
    }

    .slider-for > button.slick-next{
      right: 2%;
    }

    .slider-for > button.slick-prev{
      left: 2%;
    }

    .slider-for > button.slick-prev:before, .slider-for > button.slick-next:before{
      color: #00539b;
      font-size: 30px
    }

    .slider-for > button.slick-prev::before{
      content: "";
    font-family: 'FontAwesome';
    font-size: 22px;
    }


    .slider-for > button.slick-next::before{
      content: "";
    font-family: 'FontAwesome';
    font-size: 22px;
    }

    @media(max-width: 767px){
   .slider-nav {
      display: none;
    }

    .slick-dots{
      bottom: -65px;

    }

    .slick-dots li button::before {
    font-size: 9px;
    opacity: 0.6;
    color: #007aff;
   
}
}

.hre-caption{
    position: absolute;
    background: rgba(0, 83, 155, 0.9);
    left: 10%;
    bottom: 0;
    padding: 1% 4%;
    margin-bottom: 2%;
}

h1.hre-slider-caption{
  color: #ffffff;
  font-weight: 300;
  font-size: 3vw;
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
}

@media(min-width: 768px){
  .hre-caption{
    padding: 1.0% 4.5%;
  }
  h1.hre-slider-caption{
    font-size: 2vw;
  }
}


 .slider-nav > .slick-list > .slick-track >.slick-slide{
  opacity: 0.7;
 }

 .slider-nav > .slick-list > .slick-track >.slick-center{
  opacity: 1;
 }


/*************Floor Plan Slider***************/

    .slider-fp{
      width: 100%;
      margin: 20px auto 0px;
      display: block;
    }

   .slider-fp .slick-slide{
       margin: 0px 20px;
    }

    .slider-fp-mobile{
      width: 100%;
      margin: 20px auto 0px;
      display: none;
    }

    @media(max-width: 576px){
      .slider-fp-mobile{
      display: block;
    }

      .slider-fp{
      display: none;
    }

      .slider-fp-mobile > button.slick-prev{
      left: 2%;
    }

    .slider-fp-mobile > button.slick-next{
      right: 2%;
    }

    }
/*******************HRE Container*******************/


      .hre-container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }

     .hre-md-6{
        width: 100%;
        float:left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
     }

    @media (min-width: 768px) {
      .hre-container {
        width: 750px;
      }
    }
    @media (min-width: 992px) {
      .hre-container {
        width: 970px;
      }
      .hre-md-6{
      width:50%;
    }
    }
    @media (min-width: 1200px) {
      .hre-container {
        width: 1200px;
      }
    }

  .hre-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

   .hre-row{
    margin-left: -15px;
    margin-right: -15px;
   }

    .hre-row:before,
    .hre-row:after{
      
      display: table;
      content: " ";
    }

    .hre-row:after{
      clear: both;
    }



    

/************Single Building Detail****************/


    .single-building-detail{
        background: #fff;
        border: 1px solid #e5e5f8;
        padding: 15px;
   }

     .hre-gallery{
          margin-bottom: 40px;
   }  

      h4.hre-title{
      text-transform: capitalize;
      line-height: 18px;
      font-size: 18px;
      padding-top: 10px;
      padding-bottom: 0px;
    }

     h2.hre-title{
      text-transform: capitalize;
      line-height: 18px;
      font-size: 18px;
      padding-top: 10px;
      padding-bottom: 0px;
      font-weight: 500;
      letter-spacing: 0px;
    }

     h3.hre-title{
      text-transform: capitalize;
      line-height: 18px;
      font-size: 18px;
      padding-top: 10px;
      padding-bottom: 0px;
      font-weight: 500;
      letter-spacing: 0px;
      font-family: "gentona", "Georgia", serif;
      color:#4c87b5;
    }


     @media (min-width: 767px){
     
      .single-building-detail{
          padding: 40px;
      }

      .hre-gallery{
          margin-bottom: 30px;
      }

      h4.hre-title{

      line-height: 24px;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 10px;
    }

    h2.hre-title{
      line-height: 24px;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 10px;

    }
    h3.hre-title{
      line-height: 24px;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 10px;

    }
    }

     hr.hre{
      margin: 0;
    }

    .hre-content{
      padding: 15px 0;
    }


     @media(min-width: 768px){
   /*    hr.hre{
        margin: 20px 0;
    }
*/
       /*h4.hre-title{
      line-height: 24px;
      font-size: 24px;
     }*/

     .hre-content{
      padding: 25px 0;
    }
    }

 /*******Address Section*********/
    .hre-item:after{
      clear: both;
      content: '';
      display: table;
    }

    .hre-item > label, .hre-item span{
     
      display: inline-block;
      width: 50%;
      float: left;
      line-height: 24px;
      margin-bottom: 8px;
    }

    .hre-item > label{
       font-weight: 500;
    }

/****************Features*****************/
    .fa-check:before {
    content: "\f00c";
}
    .single-building-detail .hre-content .hre-item>i{
      color:#f37021;
       -webkit-text-stroke: 0.5px white;
       vertical-align: top;
       padding-top: 5px;
    }


*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 .feature .hre-content .hre-md-12 .hre-item >label{
       font-weight: 300;
       float:none;
       width:85%;
    }

    li.hre-list{
      line-height: 28px;
      list-style: none;
    }

    li.hre-list:before {
    content: "\2022 ";
    color: #f37021;
    font-weight: bold;
    margin-right: 5px;
}

    .hre-iframe-map{
      margin-left: auto;
      margin-right: -1%;
      margin-top: 2%;
    }

    .hre-iframe-map >iframe{
      height:500px;
      width: 100%;
      padding-top: 15px;
    }

    @media(max-width: 768px) and (min-width: 577px){

      .hre-iframe-map > iframe{
      height: 400px;
    }
    }

    @media(max-width: 576px){

      .hre-iframe-map > iframe{
      height: 350px;
    }
    }

    .hre-iframe-video{
      margin-left: auto;
      margin-right: auto;

    }

    .hre-iframe-video >iframe{
      height: 400px;
      width: 100%;
      padding-top: 15px;
    }

    @media(max-width: 768px) and (min-width: 577px){

      .hre-iframe-video > iframe{
      height: 400px;
    }
    }

    @media(max-width: 576px){

      .hre-iframe-video > iframe{
      height: 250px;
    }
    }
/************ Right Help Desk Sidebar****************************/

    .staff-photo{
      padding-left: 0;
    }

    .hre-sidebar .hre-sidebar-detail{
      margin-bottom: 30px;
      display: inline-block;
      width: 100%;
    }

    @media (max-width: 991px){

      .hre-sidebar .hre-sidebar-detail{
        margin-bottom: 0px;
      }
    }

    .hre-sidebar-content > h4.hre-title{
      padding-bottom: 0;
    }

    .hre-sidebar-detail{
      background: #fff;
      border: 1px solid #e5e5f8;
      margin: 0;
    }

    .hre-sidebar-content{
      padding: 10px 25px;
    }

    .hre-sidebar-info{
      color: #515666;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 6px;
    }
    .hre-sidebar-position{
      padding-right: 10px;
      margin-right: 15px;
      position: relative;
      display: table;
      font-size: 18px;
      font-weight: 500;
    }

    .hre-sidebar .hre-sidebar-detail ul.hre-sidebar-info li{
      font-size: 16px;
      font-weight: 300;
      /*margin-bottom: 0 !important;*/
      /*overflow: hidden;*/
      /*text-overflow: ellipsis;*/
      width: 100%;
      display: inline-block;
      word-wrap: break-word;
    }
    
    .hre-sidebar-detail .hre-sidebar-content ul.hre-sidebar-info li.hre-sidebar-email:before{
      content: '\f0e0';
      font-size: 14px;
      padding-right: 7px;
    }

    .hre-sidebar-detail .hre-sidebar-content ul.hre-sidebar-info li.hre-sidebar-phone:before{
      content: '\f095';
      font-size: 17px;
      padding-right: 9px;
    }

    .hre-sidebar-detail .hre-sidebar-content ul.hre-sidebar-info li.hre-sidebar-address:before{
      content: '\f041';
      font-size: 17px;
      padding-right: 12px;
    }

    .hre-sidebar-detail .hre-sidebar-content ul.hre-sidebar-info li:before{
      font-family: 'FontAwesome';
      display: inline-block;
      width: 20px;
      color: #f37021;
      font-size: 18px;
      transition: all 0.4s ease 0s;
      display: initial;
    }



   .hre-button{
      margin: 15px 0 20px;
      width: 100%;
      text-align: center;
      background-color: #f37021;    
      color: #fff;
      display: inline-block;
      text-transform: uppercase;
      font-size: 16px;
      font-family: "gentona", "Georgia", serif;
      font-weight: 600;
      border: none;
      padding: 10px 30px;
      overflow: hidden;
      cursor: pointer;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      position: relative;
      letter-spacing: 1px;
    }

    button.hre-button{
      font-weight: 600;
      padding: 0.563em 2.125em 0.813em;
      margin-bottom:22px;
      color: #ffffff !important;
      background-color:#bc581a !important;
    }

    .archive-search button.hre-button{
      margin-bottom: 22px;
      width: 180px;
    }

    button[type="submit"].hre-button:hover{
    
      padding: 0.563em 2.125em 0.813em;
      margin-bottom: 22px;
      border-radius: 0.0em !important;
    }

     .hre-button:hover{
      color:#fff;
     }

    .hre-button:before{
      background-color: #00539b;
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: -30px;
      right: -8px;
      -webkit-transform: skewX(45deg) scaleX(1);
      -ms-transform: skewX(45deg) scaleX(1);
      transform: skewX(45deg) scaleX(1);
      -webkit-transform-origin: 0%;
      -ms-transform-origin: 0%;
      transform-origin: 0%;
      -webkit-transition-property: transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform,-webkit-transform;
      -webkit-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
    }

    .hre-button:hover:before{
       -webkit-transform: skewX(0) scaleX(0);
       -ms-transform: skewX(0) scaleX(0);
       transform: skewX(0) scaleX(0);
    }



    /********Sidebar Mobile**********/


    @media(max-width: 991px) and (min-width: 576px){
      .hre-sidebar{
        margin-top: 50px;
      }

      .hre-sidebar-content{
        display: inline;
        width:50%;
        float:left;
        padding:35px 30px 0px 0px;
      }

      .staff-photo{
        display: inline;
        float:left;
        padding:30px;
      }

      .staff-photo img{
        width:210px;
        height:210px;
      }

      .hre-sidebar-position{
        font-size:16px;
      }

      .hre-sidebar-content > h4.hre-title{
        padding-top: 0px;
      }
    }

    @media (max-width: 576px){
      .hre-sidebar{
        margin-top: 50px;
      }
      .staff-photo{
        padding-top: 20px;
      }
      .staff-photo img{
        width:210px;
        height:210px;    
        margin-left: auto;
        margin-right: auto;
      }

      .hre-sidebar-position{
        font-size:16px;
      }

      .hre-sidebar-content{
        text-align:-webkit-center;
      }
    }


/***************Archive Page - Hero Video + Search**************/

  .hre-video{
      height: 400px;
     /* min-height: 450px;
      max-height: 450px;*/
      width: 100%;
      position: relative;
      top:0;
      margin-top: -1px;
      max-width: 100%;
      overflow: hidden;
     /* z-index: -1;*/
  }


@media(max-width: 992px){

  .hre-video{
    height:400px;
  }
}
  .hre-video video{
      width: 100%;
      height: 400px;
      position: relative;
      margin: auto;
      -o-object-fit: cover;
      object-fit: cover;
      display: inline-block;
      vertical-align: baseline;
  }

    .hre-video-header{
    position: absolute;
    top:20%;
    left:0;
    right:0;
    margin:auto;
    z-index: 1;
    text-align: center;
  }



  .hre-video-header h1{
    text-align: center;
    color: #fff;
  }

  @media(max-width: 768px){

    .hre-video-header{
      top:30%;
    }
    .hp-search-form{
      margin-top: 20px;
    }
    .hre-video-header h1{
    font-size: 24px;
  }

    .hp-search-form button{
      padding: 0.35em 0.125em 0.35em;
      font-weight: 100;
  }

  }



/****************Hide Play Button****************/
/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


/********************Housing Search Form**********************/

#hre-search div{
  display: inline-block;
}

.hre-list-item{
  background-color: #ffffff;
  width: 30%;
  display: inline-block;
  margin: 1%;
  overflow: hidden;
}


@media(max-width: 576px){

.hre-list-item{
  width:100%;
}

}

@media(min-width: 577px) and (max-width: 992px){

  .hre-list-item{
    width:47%;
  }

}


.hre-list-thumbnail {
  margin: 0 -15px;
  position: relative;
}

.hre-list-thumbnail img{
  
  height: auto;
  width:100%;
  vertical-align: middle;
  max-width:100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}

.hre-list-thumbnail img:hover{
  -webkit-transform:scale(1.06); /* Safari and Chrome */
    -moz-transform:scale(1.06); /* Firefox */
    -ms-transform:scale(1.06); /* IE 9 */
    -o-transform:scale(1.06); /* Opera */
     transform:scale(1.06);
}


.hre-list-header{
  padding:23px 10px;
}

.hre-list-item-wrap{
  margin:0;
  padding: 0px;
  background: #ffffff;
  border: 1px solid #e5e5f8;
  position: relative;
}

.hre-list-item-info{
  margin: 27px 12px;
  padding:0;
  border:none;
  color:#f37021;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hre-list-item-action{
  background: #fbfbfe;
    border-top: 1px solid #e5e5f8;
    border-bottom: 4px solid #e5e5f8;
    margin: 0px;
    overflow: hidden;
}

.hre-list-item-price{
    font-size: 20px !important;
    line-height: 23px !important;
    width: 62% !important;
    padding: 10px 0 10px 25px;
    color: #abb2cc;
}

.hre-list-item i{
  color: #abb2cc;
}

.hre-list-header i, .hre-list-item-price i{
  color:#abb2cc;
}

.fa-user{
  padding-right: 7px;
}

.fa-map-marker{
  padding-right: 10px;
}

.hre-search-items select{
  width:auto;
  padding: 11px 15px;
  height: 50px;
  border-radius:0;
  font-size: 18px;
  border:1px solid #e5e5f8;
  margin-right: 10px;
  color: #00529B;
  font-family: "gentona", "Georgia", serif;
}

@media (max-width: 768px){
  .hre-search-items select{

    width:100%;
  }

}

form#hre-side-search > .hre-search-items select{
  width:100%;
}

form .hre-search-items select option{
  padding:5px;
}

.hre-learn-more{
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px 3px;
    position: absolute;
    top: -17px;
    right: 25px;
    background: #1cbaff;
    color: #fff;
    font-weight: 400; 
}

.hre-learn-more a, .hre-learn-more a:hover{
  color: #fff;
}

.hre-learn-more:hover{
  background: #f37021;
}

/*.hre-list-header h4{
  color: #00529b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}*/

.hre-list-header h3{
  text-align: center;
  color: #00529b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "gentona", "Georgia", serif;
  letter-spacing: 1px;
}


/*********Homepage Search************/
.hre-header{
  
  line-height: 86px;
  margin-bottom: -10px;
  text-transform: uppercase;
  font:700 86px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  color:#fff;
  text-shadow: 2px 2px #000000;
}

.hre-sub-header{
  line-height: 48px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font:700 48px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  color:#fff;
  text-shadow: 1px 1px #000000;
  padding:.25em 0 1em;
}

@media(max-width: 576px){

.hre-header{
  font-size: 38px;
  margin-bottom: 0px
}

.hre-sub-header{
  font-size: 20px;
}

}

@media(min-width: 577px) and (max-width: 992px){


  .hre-header{
  font: 700 60px "gentona", "Georgia", serif;
  margin-bottom: 0px
 }

.hre-sub-header{
  font-size: 30px;
}

}

.hp-search-form{
  margin-top: 4%;
}

.hp-search-form button{
  width: 250px;
  margin: auto;
  margin-right: 10px;
  box-shadow: 1px 1px #000 !important;
}

@media (max-width: 768px){
  .hp-search-form button{
    width: 150px;
  }
}

.hp-search-form button[type="submit"].hre-button:hover{
  margin:auto;
  margin-right: 10px;
}

.hre-search-btn{
  display: inline-block;
  margin:auto;
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  
}

.hp-search-form select{
    display:none;
    border-radius: 0px;
    font-family:"gentona", "Georgia", serif;
    color: #fff;
    font-size: 16px;
    border: 0px solid #f37021;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin:10px;
    background-color: #00539b;
    box-shadow: 1px 1px #000000;
}

.hp-search-form option{
  text-align: center;
}

.hre-search-wrap{
  /*background-color: #f4f4f4;
  width: 480px;
  margin: 0 auto;
  border-radius: 5px;*/
}

.archive-search{
  text-align: center;
  margin: 50px auto 10px;
}



.hre-widget-title{
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 25px;
    margin-top: 20px;
}

.hre-widget-title:before{
    content: '';
    width: 30px;
    height: 3px;
    background-color: currentColor;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.hre-sidebar-search button.hre-button{
  
}

.hre-search-sidebar-btn{
    display: inline-block;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    width:100%;
}

h2.widgettitle{
  display: none;
}

.hre-sidebar-search {
    margin-bottom: 30px;
}

.hre-sidebar-search .hre-sidebar-content .widget{
  padding-bottom: 20px;
}

.hre-sidebar-search .hre-sidebar-content .widget ul, .hre-sidebar-search .hre-sidebar-content .widget ul li{
    border: none;
}

.hre-sidebar-search .hre-sidebar-content .widget ul li a{
    color: #f37021;
    border: none;
}

.widget ul li a{
    color: #f37021 !important;
    border-bottom: none !important;
}

.widget ul{
  border: none !important;
}

.hre-item{
  margin-bottom: 5px;
}

option.hre-option{
  padding: 10px;
}

ul.select2-results__options li:before{
  display:none;
}

ul.select2-results__options li{
  margin-bottom:0px;
}
ul.select2-results__options li:first-child{
  display: none;
}

/*#home-search >.select2-container--default .select2-selection--single {
    background-color: #00529b;
    border: none;
    border-radius: 0px;
}

#home-search >.select2-container .select2-selection--single{
  height: 42px;
}

#home-search > .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
    line-height: 40px;
    font-family: gentona;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.select2-search--dropdown {
    display: none;
    padding:0px;
}

#home-search > .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #f37021 transparent transparent transparent;
    top:79%;
}

#home-search > .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #f37021 transparent;
    
}

#home-search > .select2-container{
   box-shadow: 1px 1px #000;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
    background-color: #00529b;
    color: #fff;
    font-family: "gentona", "Georgia", serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    text-align:center;
    letter-spacing: 1px;
}

.select2-dropdown{
  border: 1px solid #00529B;
}*/


/***********Sidebar Styling************/


@media (max-width: 991px) {

#sidebar-search-form .hre-sidebar-content, #recently-viewed .hre-sidebar-content {
    width: 100%; 
    padding: 35px;
}

 #recently-viewed .hre-sidebar-detail{
  width: 100%;
 }

}

.hre-content > h4{
  text-transform: capitalize;
  line-height: 18px;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
.hre-content > h4{
  text-transform: capitalize;
  line-height: 24px;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 10px;
}
}

li.hre-sidebar-email > a{
  font-size: 16px;
}