@font-face {
  font-family: "BebasneueBook";
  src: url("../fonts/bebasneue_book-webfont.woff2") format("woff2"),
    url("../fonts/bebasneue_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasneueRegular";
  src: url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"),
    url("../fonts/bebasneue_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/gotham-medium.woff2") format("woff2"),
    url("../fonts/gotham-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/gotham-book.woff2") format("woff2"),
    url("../fonts/gotham-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/gotham-bold.woff2") format("woff2"),
    url("../fonts/gotham-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #fff;
  font-size: 15px;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 160px !important;
  }
}
.btn,
.btn-default {
  border-radius: 0px;
  border: none;
  font-family: BebasneueRegular;
}
.red {
  color: #d2232a;
}
.purple {
  color: #cd009f;
}
.teal {
  color: #00afaa;
}
.lightGreen{
  color:#8cc63f;
}
.green {
  color: #009460;
}
.darkpurple {
  color: #5a2b83;
}
.pink {
  color: #f067a6;
}
.blue {
  color: #0050b6;
}
.yellow {
  color: #d89822;
}
.orange {
  color: #ff6b00;
}
.blue {
  color: #0050b6;
}
.darkblue{
  color:#27366f;
}
.lightblue {
  color: #29abe2;
}
.brown {
  color: #42210b;
}
.black {
  color: #000000;
}
.redbg {
  background-color: #d2232a;
}
.lightgray {
  color: #e6e7e8;
}
@media screen and (min-width: 768px) {
  .bigfont {
    font-size: 56px;
  }
}
.instagram {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.instagram-left{
  justify-content: flex-start;
}
.tenantContactInfo{
  font-family: GothamBold !important;
}
.instagram img {
  width: 25px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .instagram {
    right: 25px;
    width: 25px;
    position: absolute;
    bottom: 0px;
  }
}
h1,
h2 {
  font-weight: bold;
  font-family: BebasneueRegular;
  font-size: 47px;
  font-style: normal !important;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 32px !important;
  }
}
h4 {
  font-family: GothamBold;
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .divider2 {
    border-right: 4px solid #d2232a;
    margin-right: 20px;
    padding-right: 20px;
    height: 34px;
    display: inline-block;
    position: relative;
    top: 1px;
  }
}
nav.navbar {
  min-height: 70px;
  -webkit-box-shadow: 0 8px 6px -6px #e9e9e9;
  box-shadow: 0 8px 6px -6px #e9e9e9;
}
nav.navbar.shrink .navbar-brand {
  height: 50px;
}
nav.navbar.shrink .navbar-brand img {
  width: 90px;
}
nav.navbar.shrink a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.navbar.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
}
nav.navbar.shrink .navbar-right {
  margin-bottom: 10px;
  margin-top: 0;
}
section {
  margin: 50px 0;
}
.navbar-brand {
  min-height: 70px;
  height: 95px;
}
@media screen and (min-width: 1025px) {
  .navbar-brand {
    height: 138px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-right {
    margin-right: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .navbar-brand {
    height: 107px !important;
  }
  .navbar-brand img {
    width: 150px !important;
  }
  .nav li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .navbar-brand img {
    width: 120px;
  }
  .navbar-nav.navbar-right {
    margin-top: 0px !important;
  }
}
.navbar-default {
  background-color: #fff !important;
  border-color: transparent !important;
}
.navbar-default .navbar-brand img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav.navbar-right {
  margin-top: 15px;
}
.navbar-default .navbar-nav li:not(:last-of-type) {
  border-right: 2px solid #d2232a;
}
.navbar-default .navbar-nav li.active a {
  /* background-color: #d2232a; */
  /* color: #fff; */
}
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:focus {
  /* color: #fff; */
  /* background-color: #d2232a; */
}
.navbar-default .navbar-nav li.active2 a {
    background-color: #d2232a;
    color: #fff;
  }
  .navbar-default .navbar-nav li.active2 a:hover,
  .navbar-default .navbar-nav li.active2 a:focus {
    color: #fff;
    background-color: #d2232a;
  }
.navbar-default .navbar-nav li a {
  color: #231f20;
  text-transform: uppercase;
  font-family: GothamBook;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider {
  margin-top: 0 !important;
}
#slider p {
  font-family: GothamBook;
}
#slider .tagline {
  color: #fff;
  float: left;
  width: 100%;
  margin-top: -30px;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  #slider .tagline {
    padding: 15px !important;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #slider .tagline h1,
  #slider .tagline h2 {
    font-size: 36px !important;
  }
}
#slider .tagline ul {
  list-style: none;
}
#slider .tagline ul li {
  font-family: GothamBook;
  margin-left: -1.3em;
}
#slider .tagline ul li:before {
  content: "\2713";
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
#slider #slick-slider .slick-slide {
  padding: 0px !important;
}
.slick-list p {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-default .nav > li > a {
    padding: 10px 7px !important;
  }
}
@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav > li {
    font-size: 10px;
  }
}
.arrow {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .p25 {
    padding: 0 15px;
  }
}
a {
  color: inherit;
  position: relative;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
#activities-amenities {
  font-family: GothamMedium;
  font-style: italic;
}
#activities-amenities .tab-content .tab-pane {
  font-style: normal !important;
}
#activities-amenities .tab-content .tab-pane p:first-of-type {
  text-transform: uppercase;
  font-family: BebasneueRegular;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0px;
}
#activities-amenities .tab-content .tab-pane p:last-of-type {
  color: #606161;
  font-size: 13px;
  font-family: GothamBook;
}
#activities-amenities .tab-content img {
  width: 330px;
}
#activities-amenities .iconwrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #activities-amenities .iconwrapper {
    margin-bottom: 5px !important;
  }
}
#activities-amenities .icons .nav > li {
  position: initial !important;
}
#activities-amenities .icons .nav > li a {
  position: initial;
  display: initial;
  padding: 0px;
}
#activities-amenities .icons .nav img {
  height: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #activities-amenities .icons .nav img {
    height: 35px;
  }
}
#activities-amenities .icons p {
  font-family: BebasneueRegular;
  font-weight: bold;
  letter-spacing: 1px;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  #activities-amenities .icons p {
    font-size: 19px;
  }
}
#slick-content {
  text-align: center;
  font-family: GothamMedium;
  font-style: italic;
}
#slick-content h3 {
  color: #d2232a;
  font-size: 18px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #slick-content .slick-prev {
    left: -10px !important;
  }
  #slick-content .slick-next {
    right: -10px !important;
  }
}
#amenities .bluebg {
  background-color: rgba(0, 80, 182, 0.88);
  padding: 30px;
}
#amenities .bluebg p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
#featured {
  margin: 90px 0;
}
#featured .box {
  margin: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
footer {
  background-color: #231f20;
  color: #fff;
  padding: 65px 0;
}
footer .container p {
  color: #e6e7e8;
  font-size: 14.5px;
}
footer .container .googlemap {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  footer .container .googlemap img {
    float: none !important;
  }
}
footer .container .inquire a {
  background-color: #d2232a;
  color: #fff;
  text-align: left;
  font-size: 25px;
  padding: 15px 15px;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .container .inquire a:hover {
  background-color: #fff;
  color: #d2232a;
  border-color: #d2232a;
}
@media screen and (min-width: 768px) {
  footer .container .contactwrapper {
    display: table;
  }
  footer .container .contactinfo {
    display: table-cell;
    vertical-align: middle;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal .slick-dots {
  position: relative !important;
  bottom: 0px;
}
.next-mobile {
  display: none;
}
@media (max-width: 767px) {
  .next-mobile {
    display: inline-block !important;
  }
  #pointer,
  #pointer-bottom {
    width: 150px !important;
    height: 30px !important;
    font-size: 18px !important;
  }
  #pointer:before,
  #pointer-bottom:before {
    border-bottom: 30px solid transparent !important;
  }
}
#pointer {
  width: 200px;
  height: 40px;
  position: absolute;
  background: #d2232a;
  left: 0;
  top: 0;
  z-index: 999;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-family: BebasneueRegular !important;
  font-size: 22px;
  letter-spacing: 1px;
}
#pointer-bottom {
  width: 200px;
  height: 40px;
  position: absolute;
  margin-bottom: 0;
  background: #d2232a;
  right: 15px;
  bottom: 0;
  z-index: 999;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-family: BebasneueRegular !important;
  font-size: 22px;
  letter-spacing: 1px;
}
#pointer-bottom:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 20px solid #d2232a;
  border-top: 0px solid transparent;
  border-bottom: 40px solid transparent;
}
#pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #d2232a;
  border-top: 0px solid transparent;
  border-bottom: 40px solid transparent;
}
.modal .slick-dots li.slick-active {
  color: #d2232a;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-dialog .modal-content {
  border-radius: 0px;
  border: 10px solid #fff;
  background-color: #e6e7e8;
  background-clip: initial !important;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-size: 37px !important;
  opacity: 1 !important;
  font-weight: normal !important;
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body .slick-slide {
  padding: 0 20px !important;
}
.modal .slider-nav a {
  font-family: GothamBold;
}
.modal .slider-nav p {
  font-family: GothamBook;
  color: #606161;
}
@media screen and (min-width: 767px) {
  .modal .slider-nav {
    padding: 0 20px;
  }
}
.modal .slider-nav .slide {
  display: none;
}
@media screen and (min-width: 768px) {
  .modal .slider-nav .slide {
    min-height: 230px;
  }
}
.modal .slider-nav .slide.active {
  display: block;
}
.modal .slider-nav2 a {
  font-family: GothamBold;
}
.modal .slider-nav2 p {
  font-family: GothamBook;
  color: #606161;
}
@media screen and (min-width: 767px) {
  .modal .slider-nav2 {
    padding: 0 20px;
  }
}
.modal .slider-nav2 .slide {
  display: none;
}
@media screen and (min-width: 768px) {
  .modal .slider-nav2 .slide {
    min-height: 230px;
  }
}
.modal .slider-nav2 .slide.active {
  display: block;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.readmore {
  color: #999999;
  font-family: GothamBook;
  cursor: pointer;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #d2232a;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.p2 {
  display: none;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #999999;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.navigation {
  padding: 8px 0 16px 0;
  text-align: right;
}
.navigation .slick-next,
.navigation .slick-prev {
  position: relative !important;
  display: inline-block !important;
  -webkit-transform: none !important;
  transform: none !important;
  height: 26px !important;
}
.navigation .slick-prev {
  left: 0px !important;
}
.navigation .slick-next {
  right: 0px !important;
}
.navigation .slickdots,
.navigation .modal-slickdots {
  display: inline-block !important;
}
@media screen and (max-width: 576px) {
  .navigation .slickdots,
  .navigation .modal-slickdots {
    display: block !important;
  }
  .navigation .slickdots .slick-dots,
  .navigation .modal-slickdots .slick-dots {
    position: relative !important;
    bottom: 0px !important;
  }
}
.navigation .slickdots .slick-dots,
.navigation .modal-slickdots .slick-dots {
  position: relative !important;
  bottom: -8px;
}
.navigation .slickdots .slick-dots li,
.navigation .modal-slickdots .slick-dots li {
  font-weight: bold;
  font-family: BebasneueRegular;
  font-size: 22px;
  margin: 0 5px;
}
.navigation .slickdots .slick-dots li.slick-active,
.navigation .modal-slickdots .slick-dots li.slick-active {
  color: #d2232a;
}
@media screen and (min-width: 1366px) and (max-height: 768px) {
  .carousel .item {
    max-height: 320px;
  }
  .carousel .item img {
    position: relative;
    top: -90px;
  }
}
.carousel-indicators {
  left: 0 !important;
}
.modal-slickdots li {
  display: inline-block;
  width: initial !important;
  height: initial !important;
  margin: 1px;
  text-indent: 0 !important;
  cursor: pointer;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px;
  font-weight: bold;
  font-family: BebasneueRegular;
  font-size: 22px;
}
.modal-slickdots li.active {
  color: #d2232a;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.keymap {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom:20px;
}
@media (min-width: 992px) {
  .keymap img {
    max-height: 310px;
  }
  .keymap.col-md-3 {
    width: 19%;
  }
}
/*# sourceMappingURL=main.css.map */
