@font-face {
   font-family: oswald;
   src: url(fonts/Oswald-Regular.ttf);
  font-style: normal;
}
@font-face {
   font-family: brandon-grotesque;
   src: url(fonts/BrandonGrotesque-Medium.otf);
  font-style: 500;
}

/*
font-family: brandon-grotesque, sans-serif;
font-style: normal;
font-weight: 500;
*/

html {
  scroll-behavior: smooth;
}


#one_properties .navbar-nav .nav-item a{
  font-family: brandon-grotesque, sans-serif;
font-size: 20px;
font-weight: medium;
line-height: 27px;
text-transform: uppercase;
color: #00629B;

}
#one_properties .navbar-nav .nav-item a.active {
font-weight: bold;
    color: #005591;
    border-bottom: 2px #1D90DA solid;
    background-color: transparent;
    border-radius: 0;
}
#one_properties .navbar-nav li.nav-item {
  padding-left: 60px; 
  position: static; 

}
#one_properties .navbar-nav li.nav-item .nav-link {
  display: inline-block;

}
#one_properties .navbar-nav #dropdown01{
  padding: 2px 10px 10px 10px;
  color: #005591;
}
#one_properties .mega_menu{
  margin-top: 0;
  border: 1px #fff solid;
    border-radius: 0;
}
#one_properties .mega_menu .mmtabs{
  padding: 40px 10px;
}
#one_properties .mega_menu .menu_wrapper{
  margin: 14px 20px;
}
#one_properties .mega_menu div.scrollmenu {
   overflow: auto;
  /*white-space: nowrap;*/
}
#one_properties .mega_menu div.scrollmenu div {
   display: inline-block;
}
#one_properties .mega_menu .mmtabs .nav-link{
      padding: 16px 6px;
}
#one_properties .mega_menu .mmcontent .mmtabs{
  background-color: #1D90DA;
}
#one_properties .mega_menu .mmcontent .mmtabs a{
color: #fff;
}
#one_properties .mega_menu .mmcontent .mmtabs a.active{
border-bottom: 2px #005591 solid;
}

/* styling tabs about our team */
#one_properties #team-tab.team_tabs a {
    /*margin-left: 42px;
    margin-right: 42px;*/
    background: transparent;
    border: none;
}
#one_properties #team-tab.team_tabs a.active {
    border-bottom: 2px #f4f4f4 solid ;
}
#one_properties #team-tab.team_tabs{
      margin: auto;
    width: 76%;
    border: none;
}
#one_properties .team_wrapper{
  position: relative;
}
#one_properties .team_content{
  position: absolute;
    bottom: 38px;
    left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 360px;
}
#one_properties .team_name{
  font-family: oswald, sans-serif;
  font-size: 26px;
      line-height: 26px;
    margin-bottom: 6px;
}
#one_properties .team_posi{
  font-size: 18px;
  margin-bottom: 32px;
}
#one_properties .team_content .team_posi{
  margin-bottom: 16px;
}
#one_properties .team_email a{
  color: #fff;
}
/*#one_properties .team_content .team_posi:after{
  content: "Read Bio";
  display: block;
    margin-top: 4px;
}*/
.our_team .modal-full, .register .modal-full {
    min-width: 100%;
    margin-left: 100;
}

.our_team .modal-full .modal-content, .register .modal-full .modal-content {
    min-height: 100vh;
    border: none;
    border-radius: 0;
}
.our_team .modal-dialog, .register .modal-dialog{margin:0;}
#one_properties .modal{padding-right: 0px!important;}
#one_properties .close{
    color: #fff;
}

#one_properties #register form{
  clear: both;
}

@media screen and (max-width: 900px) {
#one_properties #team-tab.team_tabs{
    width: 100%;
}
#one_properties #team-tab.team_tabs a {
width: 100%;
}
}
/* end our team */

/*  tabs community landing */
#one_properties #landing-tab.landing_tabs {
    margin: auto;
    width: 85%;
    border: none;
}
#one_properties #landing-tab.landing_tabs a.nav-link {
    /*margin-left: 25px;
    margin-right: 25px;*/
    padding: 8px 8px;
    color: #005591;
    background: transparent;
    border: none;
    text-transform: uppercase;
}
#one_properties #landing-tab.landing_tabs a.active {
    border-bottom: 3px #1D90DA solid ;
    font-weight: bold;
}
#one_properties #landing-tab.landing_tabs a.btn {
padding: 6px 22px;
    margin-bottom: 6px;
    margin-top: 2px;
    font-weight: 100;
}
@media screen and (max-width: 900px) {
#one_properties #landing-tab.landing_tabs{
    width: 100%;
}
#one_properties #landing-tab.landing_tabs a {
width: 100%;
}
}

/*  tabs communities */
#one_properties #commu-tab.com_tabs a {
    /*margin-left: 42px;
    margin-right: 42px;*/
    padding: 8px 8px;
    color: #005591;
    background: transparent;
    border: none;
    text-transform: uppercase;
}
#one_properties #commu-tab.com_tabs{
      margin: auto;
    width: 65%;
    border: none;
}
#one_properties #commu-tab.com_tabs a.active {
    border-bottom: 3px #1D90DA solid ;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
  #one_properties #commu-tab.com_tabs{
    width: 100%;
}
#one_properties #commu-tab.com_tabs a {
width: 100%;
}
}


#one_properties .filtering-drops select{
  width: 220px;
  color: #005591;
  border: 2px #fff solid ;
  border-bottom: 2px #00629B solid ;
  border-radius: 0;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  -moz-appearance:none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #00629b 50%),
    linear-gradient(135deg, #00629B 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(0.5em + 2px),
    calc(100% - 15px) calc(0.5em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}
#one_properties .filtering-drops .btn-light::after{
  float: right;
  margin-top: 13px;
}

#one_properties .text_white{color: #fff;}
#one_properties .text_blue{color: #00629B;}
#one_properties .text_darkgray{color: #5A595F;}
#one_properties h1{
font-family: oswald, sans-serif;
font-size: 50px;
font-weight: normal;
line-height: 52px;
text-transform: uppercase;
margin: 40px 0;
}
#one_properties h2{
font-family: oswald, sans-serif;
font-size: 36px;
font-weight: normal;
line-height: 36px;
text-transform: uppercase;

}
#one_properties h3{
font-family: oswald, sans-serif;
font-size: 30px;
font-weight: normal;
line-height: 32px;
text-transform: uppercase;
} 
#one_properties h4{
font-family: oswald, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 24px;
text-transform: uppercase;
}
#one_properties .lifestyle h3, #one_properties .lifestyle h4{
 border-bottom: 2px solid #00629B;
 margin: 0 50px;
 padding-bottom: 16px;
} 
#one_properties .lifestyle p{
padding-top: 16px;
}

#one_properties .guiding_principles h3{
margin: 40px 0;
}
#one_properties .featured{
text-transform: uppercase;
}
#one_properties p,#one_properties span{
font-family: brandon-grotesque, sans-serif;
font-size: 20px;
font-weight: normal;
line-height: 24px;

}
#one_properties form.contact p{
  font-size: 16px;
}
#one_properties footer p.copyright {
  font-family: brandon-grotesque, sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 20px;
color: #00629B;
}
#one_properties footer a{
    font-family: brandon-grotesque, sans-serif;
font-size: 20px;
font-weight: normal;
line-height: 30px;
color: #00629B;
}
#one_properties .btn{
font-family: brandon-grotesque, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 21px;
text-transform: uppercase;
padding: 16px 30px;
}
#one_properties .btn-primary{
  
    background-color: #009CDE;
}
#one_properties .btn-light{
  
    background-color: #ffffff;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
#one_properties .container {
    max-width: 1440px;
}
#one_properties .bg_blue {
    background-color: #00629B;
}
.landing-banner{
  position: relative;
}
.landing-banner img{
  position: relative;
}
.landing-banner .banner_wraper{
  position: absolute;
  top: 68px;
  left: 68px;
  width: 35%;
  z-index: 20;
  }
  .landing-banner:after, .communitylanding-banner:after {
    z-index: 10;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0,0,0);
background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}
.overlay_wrapper{
  position: absolute;
  right: 125px;
    bottom: -50px;
    z-index: 20;
}
.communitylanding-banner{
  position: relative;
}
.communitylanding-banner img{
  position: relative;
}

.landing-banner_wraper{
      width: 34%;
  position: absolute;
  bottom: 44px;
  left: 68px;
  z-index: 20;
  }

/* hover featured */
.listings_wrapper{
  background-color: #000;

}
.listings_wrapper .feat_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.listings_wrapper:hover .feat_image {
  opacity: 0.5;
}
.listings_wrapper .featured_text{
    opacity: 0;
    transition: .5s ease;
    display: none;
}
.listings_wrapper:hover .featured_text {
  opacity: 1;
  transition: .5s ease;
  display: block;
}
/* end hover featured*/



.listings_wrapper img, .listings_wrapper{
  position: relative;

}
.listings_wrapper .wrapper_content{
  position: absolute;
  width: 100%;
    padding: 20px;
    bottom: 0px;
    z-index: 20;
}
.listings_wrapper:after, .allcom_wrapper:after {
    z-index: 10;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

.allcom_wrapper img, .allcom_wrapper{
  position: relative;

}
.allcom_wrapper .allcom_content{
  z-index: 20;
  position: absolute;
  width: 100%;
    padding: 20px;
    bottom: 20px;
    padding-left: 60px;
}
.rentals_wrapper img, .rentals_wrapper{
  position: relative;

}
.rentals_wrapper .rentals_content{
  max-width: 440px;
  position: absolute;
  width: 100%;
    padding: 20px;
    bottom: 40px;
    padding-left: 60px;
    z-index: 20;
}
.rentals_wrapper:after, .condos_wrapper:after {
    z-index: 10;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0,0,0);
background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}
.condos_wrapper img, .condos_wrapper{
  position: relative;

}
.condos_wrapper .condos_content{
  max-width: 440px;
  position: absolute;
  width: 100%;
    padding: 20px;
    bottom: 40px;
    padding-left: 60px;
    z-index: 20;
}

.allcommunities-banner{
  position: relative;
}
.allcommunities-banner img{
  position: relative;
}
.allcommunities-banner .banner_wraper{
  position: absolute;
  top: 68px;
  left: 68px;
  width: 35%;
  z-index: 20;
  }
  .allcommunities-banner:after {
    z-index: 10;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0,0,0);
background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}
.menu_wrapper img, .menu_wrapper{
  position: relative;
}
.menu_wrapper .menu_content{
  position: absolute;
  width: 173px;
  padding: 20px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
}
#one_properties .menu_content p.title{
  font-size: 20px;
  margin:0;
}
#one_properties .menu_content p.city{
  font-size: 15px;
  margin:0;
}
.menu_wrapper:after {
    z-index: 10;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

#one_properties .allcom_wrapper .allcom_content .btn, #one_properties .rentals_wrapper .rentals_content .btn, #one_properties .condos_wrapper .condos_content .btn{
margin-right: 18px;
}

#one_properties .allcom_content .allcom_status{
  text-transform: uppercase;
  font-size: 16px;
}
#one_properties .allcom_content .allcom_name, #one_properties .rentals_content .rentals_name, #one_properties .condos_content .condos_name{
  font-size: 30px;
}
#one_properties .allcom_content .allcom_city_type span, #one_properties .rentals_content .rentals_city_type span, #one_properties .condos_content .condos_city_type span{
  font-size: 16px;
  
}

.guiding_principles{
 background: url('images/bg_guiding.jpg') no-repeat;
    background-size: 100%;
}
.home{
 background: url('images/home.jpg') no-repeat;
    background-size: 100%;
}
#one_properties .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,98,155, 0.8)' stroke-width='2px' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgb(0,98,155);
}
#one_properties .navbar-toggler{
    border-color: rgb(0,98,155);
}

/* reworking guuter for section*/

#one_properties  .col-gut-1{
      padding-right: 6px;
    padding-left: 6px;
}
#one_properties  .col-gut-3{
      padding-right: 10px;
    padding-left: 10px;
}
#one_properties  .col-gut-5{
      padding-right: 25px;
    padding-left: 25px;
}
#one_properties .find img{
    position: relative;
}
#one_properties .find h3{
    position: absolute;
  width: 100%;
    padding: 20px;
    bottom: 70px;
    
}
.modal_logo{
  width: 140px;
  height: 82px;
  background: url('images/one_properties_header_logo.png') no-repeat;
    background-size: 100%;
    float: left;
}



#myGoTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #009CDE; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

#myGoTopBtn:hover {
  background-color: #00629B; /* Add a dark-grey background on hover */
}






@media screen and (min-width: 600px) {
#one_properties #landing_gallery .carousel-control-prev {
    left: -135px;
}
#one_properties #landing_gallery .carousel-control-next {
    right: -135px;
}
#one_properties #landing_gallery .carousel-caption {
    position: relative;
    right: 0;
    bottom: 20px;
    left: 0;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
        width: 60%;
    margin: auto;
}
}



/* wrappers responsive */
@media screen and (max-width: 1024px) {
.landing-banner_wraper, .landing-banner .banner_wraper, .rentals_wrapper .rentals_content, .allcommunities-banner .banner_wraper {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #00629B;
    padding: 20px;
    margin-top: 0;
}
.rentals_wrapper img, .rentals_wrapper {
    margin-bottom: 0!important;
}
}

/* menu responsive */
@media screen and (max-width: 767px) {
#one_properties .mega_menu div.scrollmenu{
flex-wrap: wrap!important;
}

}


.no_results { font-family: brandon-grotesque, sans-serif; font-size: 30px; color:#00629B; text-align:center; width:100%; padding:30px; }




@media screen and (max-width: 991px) {
    div.desktop_profile { display:none; }
    div.mobile_profile { display:block !important; }
}
