@charset "UTF-8";
@font-face {
  font-family: "TW CEN MT Condensed";
  src: url("https://www.seasidepropertiesgroup.com/assets/fonts/Tw Cen MT-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "Bodoni MT";
  src: url("/assets/fonts/Bodoni-Regular.TTF") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT";
  src: url("/assets/fonts/HelveticaNeueLT-BlackCondObl.otf") format("otf");
}
@font-face {
  font-family: "Universe LT Condensed BOLD";
  src: url("/assets/fonts/UniversLTStd-BoldCn.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Universe LT Condensed";
  src: url("/assets/fonts/UniversLTStd-Cn.otf");
}
@font-face {
  font-family: "Universe LT Light";
  src: url("/assets/fonts/UniversLTStd-Light.otf");
}
@font-face {
  font-family: "Universe LT Light Condensed";
  src: url("../../../assets/fonts/UniversLTStd-LightCn.otf");
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

body,
html {
  overflow-x: hidden;
}
@media only screen and (max-width: 840px) {
  body,
html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

body {
  position: relative;
}

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
}
.bx-wrapper li img {
  border: none !important;
  box-shadow: none !important;
}

.bx-prev {
  height: 68px !important;
  width: 50px !important;
  background: url("../../bxslider/images/left.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.bx-next {
  height: 68px !important;
  width: 50px !important;
  background: url("../../bxslider/images/right.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.bx-viewport,
.bx-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 0;
}

.bxslider,
.bxslider div {
  height: 100% !important;
}

.bxslider div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bx-caption {
  color: black;
  font-size: 70px;
  position: relative;
  text-align: center;
  top: 0;
  height: 2em;
  line-height: 1em;
}

#slider2 {
  min-height: 200px !important;
  height: auto !important;
}
@media only screen and (max-width: 576px) {
  #slider2 {
    min-height: 400px !important;
  }
}

#slider3 {
  height: 300px !important;
}
#slider3 .member-name {
  color: white;
  position: absolute;
  bottom: 1%;
  left: 1%;
}

.navbar-dark,
.navbar-nav,
.nav-link {
  font-family: Universe LT Light Condensed !important;
  font-size: 16px !important;
  color: white !important;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.91);
}

.navbar-trans {
  background: transparent;
  animation-name: fade-out;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
.navbar-fadeblack {
  background-color: rgba(0, 0, 0, 0.3);
  animation-name: fade-in;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.navbar-toggler {
  min-height: 48px;
  min-width: 48px;
}

#navbar {
  z-index: 999 !important;
}
@media only screen and (max-width: 576px) {
  #navbar {
    z-index: 2 !important;
  }
}

@media only screen and (max-width: 576px) {
  .popup-youtube img,
.image-link img {
    width: 350px;
  }
}

#sidebar.active {
  display: flex;
  animation: fade-in 0.5s;
}

.activee {
  color: #1bbbdd;
  border: 1px solid #1bbbdd;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#sidebar.inactive {
  animation: fade-out 0.5s;
}

#sidebar.hidden {
  display: none;
}

@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#sidebar {
  position: fixed !important;
  display: flex;
  flex-direction: column;
  width: 400px;
  align-items: stretch;
  top: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  max-height: 120vh;
  height: 100%;
  overflow-y: scroll;
  background: rgba(0, 76, 125, 0.9);
  color: #fff;
}
#sidebar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.hidden-menu {
  list-style: none;
  font-size: 20px;
  font-family: TW CEN MT Condensed !important;
  line-height: 0.8 !important;
  text-align: left;
}

#sidebarCollapse1 {
  width: 48px;
  padding: 6px 5px;
  text-align: center;
  position: fixed !important;
  top: 8% !important;
  right: 3% !important;
  z-index: 9999 !important;
  background-color: rgba(0, 0, 0, 0.4);
  color: white !important;
}

@media only screen and (max-width: 840px) {
  #sidebarCollapse1 {
    top: 3vmin !important;
    right: 3vmin !important;
  }
}
#sidebarCollapse2 {
  width: auto;
  padding: 8px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  position: fixed !important;
  top: 10% !important;
  right: 1% !important;
  z-index: 9999 !important;
  background-color: rgba(0, 0, 0, 0.4);
  color: white !important;
  display: flex;
  align-content: center;
  align-items: center;
  font-family: TW CEN MT Condensed !important;
  font-size: 25px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 840px) {
  #sidebarCollapse2 {
    top: 15vmin !important;
    right: 0 !important;
  }
}

#sidebar .sidebar-header {
  margin-top: 15%;
  padding: 20px;
}

.pinned {
  top: 0;
  padding-top: 0;
  background-color: black;
}

.unpinned {
  top: -100px;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  text-align: left;
  font-family: TW CEN MT Condensed !important;
}

#sidebar ul li a:hover {
  color: #1bbbdd;
  background: rgba(255, 255, 255, 0.8);
}
#sidebar ul li a:hover .social-logo, #sidebar ul li a:hover .social-logo2 {
  color: #1bbbdd;
  border: 1px solid #1bbbdd;
}

span.close {
  color: white;
  position: absolute;
  min-height: 48px;
  min-width: 48px;
  top: 2%;
  right: 0%;
}

.sidebar-divider {
  background-color: white;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10%;
}

#client-login-trigger {
  background-color: transparent;
  color: white;
}

.sidebar-header {
  font-size: 28px;
  font-family: TW CEN MT Condensed !important;
  margin-left: 30px;
}

.social-logo, .social-logo2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: content-box;
  text-align: center;
  color: white;
  font-size: 20px;
  border: 1px solid white;
  margin-left: 40px;
  margin-right: 20px;
}

li a {
  display: flex;
  flex-direction: row;
}

.sidebar-head-text {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  font-family: TW CEN MT Condensed !important;
}
.sidebar-head-text button {
  min-width: 125px;
  cursor: pointer;
}

.testimonial {
  width: 100%;
  font-style: italic;
  text-align: justify;
  font-family: Universe LT Light;
  font-size: 16px;
  padding: 5px 10px;
}

hr.style16 {
  border-top: 1px solid #8c8b8b;
}

hr.style16:after {
  content: "♦";
  display: inline-block;
  position: relative;
  top: -20px;
  left: 50%;
  padding: 0 3px;
  color: #8c8b8b;
  background: white;
  font-size: 25px;
}

.testimonials {
  position: relative;
  z-index: 0;
}
.testimonials a {
  position: absolute;
  bottom: 0.5vmax;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .testimonials a {
    position: relative;
  }
}

#footer-highlight {
  font-family: Felix Titling;
  font-size: 20px;
  color: #004c7d;
  letter-spacing: 1px;
}

.subtitle {
  font-family: Universe LT Condensed BOLD;
  font-size: 18px;
}

.footer-items {
  font-family: Universe LT Condensed;
  font-size: 16px;
}

.privacy {
  font-size: 10px !important;
}

.bolded {
  font-weight: bold;
}

.section-separator {
  border-top: 0.3px solid rgba(0, 0, 0, 0.9);
}

.name-highlight {
  font-size: 60px;
  font-family: Felix Titling;
  color: #004c7d;
  text-transform: uppercase;
}
@media only screen and (max-width: 840px) {
  .name-highlight {
    font-size: 40px;
  }
}

.btn-black, .btn-white {
  color: black;
  font-size: 12 !important;
  background-color: transparent;
  border: 1px solid black;
  min-height: 38px;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  font-family: Universe LT Condensed !important;
}

#more-testimonials {
  background: white !important;
}

.btn-white {
  color: white;
  border: 1px solid white;
}

.image-strecher {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-name {
  color: black;
  font-family: Universe LT Condensed !important;
  font-size: 23px;
}
@media only screen and (max-width: 576px) {
  .member-name {
    font-size: 30px;
  }
}

.video-wrap iframe {
  height: 299px;
}
@media only screen and (max-width: 576px) {
  .video-wrap iframe {
    height: 250px;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xxl-4 {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xxl-8 {
    flex: 0 0 66.66% !important;
    max-width: 66.66% !important;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xxl-11 {
    flex: 0 0 91.666% !important;
    max-width: 91.666% !important;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xxl-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
}

#photo-container img {
  width: 60%;
  height: 100px;
}
#photo-container #niki-img {
  width: 325px !important;
  height: 418px !important;
}
@media only screen and (min-width: 1600px) {
  #photo-container {
    overflow: hidden !important;
  }
}

.team {
  height: 226px;
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.team-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#member1 {
  background-image: url("../../images/home/team/team1.png");
}

#member2 {
  background-image: url("../../images/home/team/team2.jpg");
}

#member3 {
  background-image: url("../../images/home/Niki Image.png");
  background-position-y: 0px;
}

#member4 {
  background-image: url("../../images/home/team/team4.png");
}

#member5 {
  background-image: url("../../images/home/team/team1.png");
}

.section-title, .footer-title {
  font-family: Universe LT Condensed !important;
  font-size: 40px;
  color: black;
  text-align: center;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-40vh {
  margin-top: 40vh;
}

.mb-40vh {
  margin-bottom: 40vh;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.condos, .areas {
  height: 438px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  box-sizing: border-box;
  border-right: 2px solid white;
  border-top: 2px solid white;
}

#condo1 {
  background-color: #004c7d;
}

#condo2 {
  background-image: url("../../images/home/condos/condo1.png");
}

#condo3 {
  background-image: url("../../images/home/condos/condo2.png");
}

#condo4 {
  background-image: url("../../images/home/condos/condo3.png");
}

#condo5 {
  background-image: url("../../images/home/condos/condo4.png");
}

.heading, .video-heading {
  color: white;
  font-family: Universe LT Condensed !important;
  font-size: 40px;
}

.video-heading {
  color: black;
}

.areas {
  box-sizing: border-box;
  border-right: 2px solid white;
  border-top: 2px solid white;
}

#area1 {
  background-color: #004c7d;
}

#area2 {
  background-image: url("../../images/home/community/Miami Beach_cut.png");
}

#area3 {
  background-image: url("../../images/home/community/Bal Harbour_DSC6020_cut.png");
}

#area4 {
  background-image: url("../../images/home/community/Sunny Isles_DSC6040_cut.png");
}

#area5 {
  background-image: url("../../images/home/community/Fort Lauderdale_DSC5643 (2)_cut.png");
}

#area6 {
  background-image: url("../../images/home/community/Boca Raton_DSC6318_cut.png");
}

#area7 {
  background-image: url("../../images/home/community/Delray Beach_DSC6382_cut.png");
}

#area8 {
  background-image: url("../../images/home/community/Palm Beach_DSC5643 (3)_cut.png");
}

.area-name {
  position: absolute;
  top: 45%;
  left: 5%;
  color: white;
  font-family: Universe LT Condensed !important;
  font-size: 40px;
  text-shadow: 1px 0px 0px black;
  left: 0 !important;
}

.feature-video {
  min-height: 608px !important;
}

.social-logo2 {
  margin-left: 0;
  cursor: pointer;
}

.video-text {
  color: black;
  font-family: Universe LT Light;
  font-size: 16px;
}

.bio-text {
  font-family: Universe LT Light;
  font-size: 16px;
  color: black;
}

.bio-head {
  font-family: Universe LT Condensed;
  font-size: 22px;
}

.award-list {
  font-family: Universe LT Condensed;
  font-size: 14px;
  color: black;
}

.contact-text {
  font-family: Arial;
  font-size: 16px;
  color: black;
}

@media only screen and (max-width: 840px) {
  #bio-img {
    overflow: hidden;
  }
}
@media only screen and (max-width: 576px) {
  #bio-img {
    overflow: hidden;
  }
}

.contact-wrap {
  min-height: 608px !important;
  position: relative;
  background-image: url("/assets/images/home/Layer60.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 576px) {
  .contact-wrap {
    background-position-y: 0px;
  }
}
.contact-wrap .bg-tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 76, 125, 0.75);
}
.contact-wrap p {
  font-size: 30px;
  font-family: Universe LT Condensed;
  color: white !important;
}
@media only screen and (max-width: 576px) {
  .contact-wrap p {
    font-size: 15px;
  }
}

.footer-style ul {
  list-style: none;
  line-height: 2;
  font-size: 16px;
  font-weight: 300;
}
.footer-style ul li a:hover {
  text-decoration: underline;
}

.newsletter {
  background-color: white;
}
.newsletter .height-restrict {
  height: 56px;
}
.newsletter .height-restrict input {
  max-height: 56px;
}
.newsletter button {
  background-color: #004c7d;
  color: white;
  font-size: 14px;
  font-family: Arial Regular;
  border: none;
  height: 75%;
  width: auto;
}

.text-white {
  color: white !important;
}

.footer-logo {
  object-fit: contain;
}

.head-logo {
  width: 500px;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .head-logo {
    width: 215px;
    object-fit: contain;
  }
}

.douglas-logo {
  height: 80%;
  width: 415px;
  object-fit: contain;
}
@media only screen and (max-width: 576px) {
  .douglas-logo {
    width: 215px;
  }
}

#divider {
  border-top: 1px solid black;
}

.footer-title {
  text-align: left;
}

.slide-text-wrap {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.slide-text-wrap .slide-title {
  font-family: Felix Titling;
  font-size: 5vw;
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  .slide-text-wrap .slide-title {
    font-size: 40px;
  }
}
.slide-text-wrap .slide-subtitle {
  text-transform: uppercase;
  font-family: Universe LT Light;
  font-size: 24px;
}

@media only screen and (min-width: 993px) and (max-width: 1348px) {
  .mx-lg-xl-auto {
    margin: 0 auto !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1348px) {
  .d-lg-xl-none {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1348px) {
  .d-lg-xl-flex {
    display: flex !important;
  }
}

.new-construction-wrap img {
  width: 100% !important;
}
.new-construction-wrap .col-lg,
.new-construction-wrap .col-md-6,
.new-construction-wrap .col-sm-12,
.new-construction-wrap .col-12 {
  padding-left: 0 !important;
  padding-right: 2px !important;
}

#sliderBigCommunity .bx-wrapper,
#sliderListingBigCondo .bx-wrapper,
#sliderBigCondo .bx-wrapper {
  margin-bottom: 5px !important;
}
#sliderBigCommunity ul,
#sliderListingBigCondo ul,
#sliderBigCondo ul {
  padding: 0;
}
#sliderBigCommunity li img,
#sliderListingBigCondo li img,
#sliderBigCondo li img {
  width: 100%;
}
#sliderBigCommunity li,
#sliderListingBigCondo li,
#sliderBigCondo li {
  padding: 0px !important;
  list-style: none !important;
}

@media only screen and (max-width: 576px) {
  #sliderThumbCommunity li a img,
#sliderListingThumbCondo li a img,
#sliderThumbCondo li a img {
    height: 225.688px !important;
    width: 100% !important;
  }
}
#sliderThumbCommunity .img-thumbnail,
#sliderListingThumbCondo .img-thumbnail,
#sliderThumbCondo .img-thumbnail {
  max-height: 272.547px !important;
}

#sliderListingThumbCondo {
  overflow-x: hidden;
}

#community-description {
  background-color: #004c7d;
  color: white;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Universe LT Condensed;
  font-size: 18px;
  margin-bottom: 3%;
  display: -moz-box !important;
}

#title-underline {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, white 50%, rgba(255, 255, 255, 0.1) 100%);
  height: 1px;
  width: 95%;
}

@media only screen and (max-width: 576px) {
  #IDX-qsSubmitWrap-46770 {
    padding: 0;
  }
}

@media only screen and (max-width: 576px) {
  .condo-building-submenu {
    padding: 0;
  }
  .condo-building-submenu a li {
    min-height: 60px;
    padding: 12px;
    font-size: 23px;
  }
}

.condo-description {
  color: #004c7d;
  font-family: Universe LT Condensed;
  font-size: 18px;
}

#community-description ul {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  #community-description ul {
    height: auto;
  }
}
#community-description ul li {
  width: 48%;
  margin-right: 10px;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 576px) {
  #community-description ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  #community-description ul {
    height: auto;
  }
}

.height-200 {
  height: 200px;
}
@media only screen and (max-width: 576px) {
  .height-200 {
    height: auto;
  }
}

.img-thumbnail {
  max-height: 432px !important;
}

#amenities-description {
  background-color: #004c7d;
  color: white;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Universe LT Condensed;
  font-size: 18px;
  margin-bottom: 3%;
}
#amenities-description ul {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  #amenities-description ul {
    height: auto;
  }
}
#amenities-description ul li {
  width: 48%;
  margin-right: 10px;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 576px) {
  #amenities-description ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  #amenities-description ul {
    height: auto;
  }
}
#amenities-description ul:first-of-type {
  max-height: 430px;
}
@media only screen and (max-width: 576px) {
  #amenities-description ul:first-of-type {
    max-height: unset;
    height: auto;
  }
}
#amenities-description ul:not(:first-of-type) {
  height: auto;
  max-height: 300px;
}
@media only screen and (max-width: 576px) {
  #amenities-description ul:not(:first-of-type) {
    max-height: unset;
  }
}

.sold-residence {
  position: relative;
}
.sold-residence .sold-label {
  position: absolute;
  top: 0;
  left: 0;
}

.floorplans-big-slide #sliderBigCondo .bx-wrapper .bx-viewport,
.floorplans-big-slide #sliderBigCondo .bx-wrapper img {
  height: 1000px !important;
}
@media only screen and (max-width: 576px) {
  .floorplans-big-slide #sliderBigCondo .bx-wrapper .bx-viewport,
.floorplans-big-slide #sliderBigCondo .bx-wrapper img {
    height: auto !important;
  }
}

#ppBody {
  margin: 0 !important;
  color: white !important;
  font-family: Universe LT Condensed !important;
  font-size: 18px;
  width: unset !important;
}

.color-white * {
  color: white !important;
  font-family: Universe LT Condensed !important;
  font-size: 18px;
}

.center-p-images {
  padding: 2%;
}

.text-lightblue {
  color: #19bcdf !important;
}

.hover-blue {
  color: white;
}
.hover-blue :hover {
  color: #19bcdf;
}

.width-auto {
  width: auto !important;
}

.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next,
.bx-wrapper .bx-controls-direction .bx-prev span,
.bx-wrapper .bx-controls-direction .bx-next span {
  transform: translate3d(0, 0, 0);
  z-index: 99999 !important;
}

.footer-comunity-menu-group {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=styles.css.map */
