@font-face {
  font-family: arab;
  src: url(../fonts/CLSGARAB.TTF);
  font-weight: bold;
}
@font-face {
  font-family: arai;
  src: url(../fonts/CLSGARAI.TTF);
}
@font-face {
  font-family: aran;
  src: url(../fonts/CLSGARAN.TTF);
}
@font-face {
  font-family: arbi;
  src: url(../fonts/CLSGARBI.TTF);
}
body, html {
  font-family: arab;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.875;
  color: #4d4d4d;
  min-width: 100%;
  background: #000000;
  margin: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

#container {
  min-height: 100%;
  position: absolute;
  width: 100%;
}

.module {
  width: 100%;
  padding: 15px;
}
.module .module-body {
  padding: 25px;
  font-size: 21px;
  font-weight: 200;
}

.page {
  padding: 0 0 0;
  text-align: left;
  transition: transform 0.15s, margin-top 0.3s;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin-top: 3.75rem;
  overflow-x: hidden;
}

.image-slider {
  position: relative;
  width: 100%;
  z-index: 9;
  max-width: 1920px;
  min-height: 450px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.image-slider .carousel-inner {
  height: 75%;
}
.image-slider img {
  margin: auto;
  width: 100%;
  max-height: 550px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .image-slider {
    height: 400px;
  }
  .image-slider .carousel-inner {
    height: 400px;
  }
  .image-slider .carousel-inner > .item > img {
    height: 700px;
  }
}
@media only screen and (max-width: 425px) {
  /* For mobile phones: */
  .image-slider {
    height: 300px;
  }
  .image-slider .carousel-inner {
    height: 400px;
  }
  .image-slider .carousel-inner > .item > img {
    height: 700px;
  }
}
@media only screen and (max-width: 320px) {
  /* For mobile phones: */
  .image-slider {
    height: 250px;
  }
  .image-slider .carousel-inner {
    height: 400px;
  }
  .image-slider .carousel-inner > .item > img {
    height: 700px;
  }
}
/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 43px;
  bottom: 0;
  left: 0;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 0px;
}

.scaffold-row {
  margin-bottom: 30px;
}

.title-color {
  color: #fff;
}

.image-logo {
  height: 90px;
  width: 90px;
}
.contact-page {
  height: 100%;
  background: #ffffff;
}
.contact-page .contact-wrapper {
  max-width: 74.75rem;
  width: 91.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.contact-page .notice {
  background-color: #ccc;
  width: 100%;
  clear: both;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: auto;
  min-height: 100px;
  padding: 20px;
}
.contact-page .notice .notice-wrapper {
  max-width: 700px;
  margin: 0 auto;
  width: auto;
  padding: 0 20px;
}
.contact-page hr.divider {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
.contact-page .realtor-desc {
  font-size: 1.4rem;
}
.contact-page .contact-info .transparent {
  box-shadow: none;
}
.contact-page .contact-text {
  font-family: sans-ref;
}
.explore-page {
  background-color: #ccc;
}
.explore-page #restuarants-map {
  height: 400px;
  width: 100%;
}
.explore-page #schools-map {
  height: 400px;
  width: 100%;
}
.explore-page #attractions-map {
  height: 400px;
  width: 100%;
}
.explore-page .intro-text {
  font-family: sans-sef;
  font-size: 1.5rem;
}
.gallery-page {
  background-color: white;
}
.gallery-page .intro-text {
  font-family: sans-sef;
  font-size: 1.5rem;
}
.gallery-page .carousel {
  height: 100%;
  margin: 0 50px 0 50px;
}
.gallery-page .bgimg-1, .gallery-page .bgimg-2 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-page .caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #FFF;
  z-index: 50;
}
.gallery-page .divider-text {
  color: #777;
  background-color: white;
  text-align: center;
  padding: 50px 80px;
  text-align: justify;
}
.header-container .overlay-ghost {
  display: none;
  visibility: hidden;
  z-index: -10;
  position: relative;
}
.header-container .close-button {
  padding: 30px 0;
  margin: 0 auto;
  cursor: pointer;
  display: table;
}
.header-container menu {
  transition: transform 0.15s, margin-top 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  z-index: 90;
  height: 3.4375rem;
  padding: 0;
  margin: 0;
  display: table;
  pointer-events: auto;
}
.header-container menu .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-family: arab;
  font-weight: 700;
  font-size: initial;
}
.header-container menu.expose-nav {
  transform: translate3d(15.625rem, 0, 0);
}
.header-container .menu-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.header-container .toggle-menu {
  width: 2.5rem;
  height: 2rem;
  white-space: nowrap;
  border: none;
  position: absolute;
  left: 0;
  padding: 0;
  top: 25%;
}
.header-container .toggle-menu:hover {
  cursor: pointer;
}
.header-container .contact-link {
  display: none;
  font-size: 1em;
  line-height: 3rem;
  color: #ffffff;
  text-transform: uppercase;
}
.header-container .main-navigation {
  transition: opacity 0.2s;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 3.4375rem);
  height: 100%;
  z-index: 100;
  display: block;
  text-align: left;
  overflow: scroll;
  text-align: center;
  font-size: 0.75em;
  padding-top: 2.5rem;
  border-right: 1px solid #eee;
  font-family: "brandon-grotesque", Helvetica, sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  pointer-events: none;
}
.header-container .main-navigation.expose-nav {
  pointer-events: auto;
  transition-delay: 0.1s;
  opacity: 1;
}
.header-container .main-navigation a {
  color: #000000;
  font-weight: 500;
  letter-spacing: 1px;
}
.header-container .active a {
  opacity: 1;
}
.header-container .nav-items {
  vertical-align: top;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.header-container .nav-items > .nav-item:first-child {
  display: block;
  margin-bottom: 13px;
  padding-bottom: 0;
}
.header-container .nav-items > .nav-item:first-child a {
  padding: 2.6rem 0 1.1rem;
  margin: 1.8rem;
  max-width: 100%;
}
.header-container .nav-item {
  position: relative;
  padding: 0 0 3px;
}
.header-container .nav-item a {
  width: 68%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  line-height: 3;
  transition: opacity 0.3s ease;
}
.header-container .nav-item a:hover {
  background-color: transparent;
  color: black;
}
.header-container .nav-items, .header-container .nav-items--secondary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.header-container .nav-items--secondary {
  position: relative;
  font-weight: bold;
}
.header-container .nav-items--secondary:before {
  content: "";
  display: inline-block;
  width: 2.875rem;
  border-bottom: 1px solid #cccccc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.header-container .nav-items--secondary > .nav-item:last-child a {
  border: 1px solid;
  margin-top: 1rem;
  line-height: 3.625;
  transition: color 0.2s linear, background-color 0.3s ease, border 0.2s linear;
}
.header-container .nav-items--secondary > .nav-item:last-child a:hover {
  background-color: black;
  color: white;
}
.header-container .footer-header-container {
  margin: 16px;
}
.header-container .footer-inner {
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.4;
}
.header-container .social-container {
  font-size: 1.6rem;
}
.header-container .social-container a {
  color: black;
}
.header-container .social-container a:hover {
  color: #666;
}
@media (min-width: 40em) {
  .header-container menu {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .header-container .toggle-menu {
    left: 2rem;
  }
  .header-container .contact-link {
    float: right;
    display: block;
  }
  .header-container .main-navigation {
    padding-top: 0;
    width: 15.625rem;
  }
  .header-container .nav-item > .nav-items {
    font-weight: normal;
  }
}
.header-container a {
  color: #f4f4f4;
  text-decoration: none;
}
.header-container a:hover {
  color: #fff;
}
.header-container .nav > li > a:hover, .header-container .nav > li > a:focus {
  color: #666;
}
.header-container .navbar-toggle {
  border: 1px solid lightgray;
}
.header-container .navbar-toggle .icon-bar {
  border: 1px solid lightgray;
}
.main-page {
  margin: 0 auto;
  padding: 0 0 0;
  text-align: left;
  box-sizing: content-box;
  height: 100%;
  /* position dots up a bit */
}
.main-page .slide-wrapper {
  height: 100%;
}
.main-page .location-container {
  margin-bottom: 30px;
}
.main-page .fullscreen-slider .carousel-cell {
  display: block;
}
.main-page .full-screen.carousel-cell {
  padding-bottom: 0;
}
.main-page .home-slider .carousel-cell.is-selected {
  z-index: 10;
}
.main-page .home-slider .carousel-cell .slide--image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1s ease 0.5s;
  opacity: 0.6;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main-page .carousel-cell {
  width: 100%; /* full width */
  margin-right: 10px;
  height: 100%;
  background: transparent;
  position: relative;
  overflow: hidden;
  display: none;
  color: #ffffff;
}
.main-page .flickity-page-dots {
  bottom: 50px;
}
.main-page .flickity-page-dots .dot {
  height: 4px;
  width: 45px;
  margin: 5px;
  border-radius: 0;
  background-color: white;
}
.main-page .flickity-enabled {
  position: relative;
  overflow: hidden;
}
.main-page .grid {
  width: 91.5%;
  margin-left: auto;
  margin-right: auto;
}
.main-page .slide--caption {
  width: 100%;
  height: 100%;
  z-index: 20;
  display: table;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
}
.main-page .slide--caption h1 {
  font-family: "brandon-grotesque", Helvetica, sans-serif;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  display: table;
  max-width: 91.5%;
  font-weight: 100;
  text-transform: uppercase;
  border: 1px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  line-height: 1.2;
  transition: opacity 0.15s;
  margin-left: auto;
  margin-right: auto;
}
.main-page .slide--caption .grid {
  vertical-align: middle;
  display: table-cell;
  width: 91.5%;
  margin-left: auto;
  margin-right: auto;
}
.main-page .slide--caption p {
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  max-width: 51.25rem;
  margin-left: auto;
  margin-right: auto;
}
.main-page .slide--links {
  margin: 0 auto;
  border-spacing: 1em 0;
  -webkit-transform: none;
  transform: none;
  display: block;
}
.main-page .slide--links .button:first-of-type {
  background-color: #000000;
  border-color: #000000;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto 10px;
  color: #ffffff;
  letter-spacing: 1.5px;
  font-family: "brandon-grotesque", Helvetica, sans-serif;
  transition: background-color 0.2s linear, border-color 0.2s linear, transform 0.1s linear;
  padding: 10px;
  font-size: 20px;
}
.main-page .slide--links .button:only-of-type {
  width: auto;
}
.main-page .slide--links .button:first-of-type:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.main-page .slide--links a:hover {
  text-decoration: none;
}
.main-page .full-screen h1 {
  font-size: 2.5rem;
  padding: 3px 0 0;
}

@media only screen and (max-width: 1024px) {
  .main-page .slide-wrapper {
    height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .main-page .slide-wrapper {
    height: 650px;
  }
  .main-page .slide--caption p {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 425px) {
  .main-page .slide-wrapper {
    height: 650px;
  }
  .main-page .slide--caption p {
    font-size: 1.1rem;
  }
}
@media (min-width: 40em) {
  .slide--caption {
    top: auto;
  }
  .fullscreen-slider .slide--caption {
    margin: 30px 0;
  }
  .slide--caption p {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 64em) {
  .fullscreen-slider .slide--caption h1 {
    width: 59.0625rem;
    font-size: 5rem;
  }
}
.unit-page {
  background: #ffffff;
}
.unit-page .contact-container {
  margin-top: 35px;
}
.unit-page .unit-panel {
  margin: 10px;
}
.unit-page .no-padding {
  padding: 0;
  padding-bottom: 10px;
}
.unit-page a.lightbox img {
  border: 3px solid rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.unit-page .unit-text {
  font-family: sans-ref;
  font-size: 1.2rem;
}