a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  position: relative;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a,
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

#homepage .copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

#homepage .copy .logo {
  width: 88%;
  max-width: 500px;
  margin: 0 auto;
}

#homepage .copy .logo img {
  width: 100%;
}

#homepage .copy .holdbutton {
  margin-top: 2.5rem;
}

#homepage .animationtransition {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  z-index: 10;
  background-color: #edbf16;
  border-radius: 50%;
}

@media (min-width: 992px) {
  #homepage .copy .logo {
    width: 60%;
    max-width: 60%;
  }
  #homepage .copy .holdbutton {
    margin-top: 6rem;
  }
}
/* ----------START MOBILE  ---------- */
.wow {
  visibility: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  -webkit-user-select: none;
}

header {
  width: 100%;
  height: 100%;
}

.dragbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  /*border:1px solid red;*/
  z-index: 9999;
  -webkit-app-region: drag;
}

main {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.page {
  position: absolute;
  display: block;
  top: 0;
  /*border:4px solid red;*/
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  /*padding:40px;*/
  left: -100%;
  opacity: 0;
  visibility: hidden;
}

#profilepage.page {
  /*width:87%;*/
}

#aboutpage.page h1 {
  margin-bottom: 15px;
}

.page.on {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.block {
  width: 100%;
  height: 2000px;
}

p {
  line-height: 130%;
}

.bgimage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgimage.bottom {
  background-position: center bottom;
}

button#hamburger {
  position: absolute;
  bottom: 5%;
  cursor: pointer;
  left: 3rem;
  width: 5.7em;
  height: 4.5em;
  padding: 1rem;
  z-index: 999;
  background: 0;
  outline: 0;
  border: 0;
  text-align: center;
}

.twofingerscroll {
  position: absolute;
  bottom: 22%;
  cursor: pointer;
  left: 4rem;
  width: 6.5em;
  height: 4.5em;
  padding: 1rem;
  z-index: 999;
  background: 0;
  outline: 0;
  border: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

.profilepage .twofingerscroll,
.gallerypage .twofingerscroll {
  opacity: 0.8;
  visibility: visible;
}

.menuopen .twofingerscroll {
  opacity: 0;
  visibility: hidden;
}

.profilepage .twofingerscroll {
  left: 4rem;
}

.twofingerscroll img {
  width: 100%;
  height: auto;
}

button#gohome {
  position: absolute;
  bottom: 2%;
  cursor: pointer;
  /*left: 7rem;*/
  right: 7rem;
  width: 5.7em;
  height: 6em;
  padding: 2.3rem 1.6rem 1.6rem;
  z-index: 999;
  background: 0;
  outline: 0;
  border: 0;
  text-align: center;
  /*border:2px solid red;*/
}

.homepage button#gohome {
  display: none;
}

.profilepage button#gohome {
  /*display: none;*/
}

.menuopen.profilepage button#gohome {
  display: block !important;
}

.menuopen button#gohome {
  display: block !important;
}

#hamburger .nav-icon {
  width: 100%;
  top: -2.9rem;
  display: block;
  position: relative;
}

.menuopen #hamburger .nav-icon {
  top: -1.4rem;
}

.menuopen button#gohome {
  /*display: none;*/
}

#hamburger .label {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*border:1px solid red;*/
}

#hamburger .nav-icon span {
  width: 72%;
  height: 0.2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
}

#hamburger .nav-icon span:nth-of-type(1) {
  top: 20px;
}

#hamburger .nav-icon span:nth-of-type(2) {
  top: 30px;
}

#hamburger .nav-icon span:nth-of-type(3) {
  top: 40px;
}

.menuopen #hamburger .nav-icon span:nth-of-type(1) {
  transform: rotate(132deg);
  top: 10px;
}

.menuopen #hamburger .nav-icon span:nth-of-type(2) {
  visibility: none;
  opacity: 0;
}

.menuopen #hamburger .nav-icon span:nth-of-type(3) {
  transform: rotate(228deg);
  top: 10px;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

a.btn,
.btn {
  /*padding:25px 35px 20px;*/
  padding: 0.75em 1.8em 0.6em;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
}

.mappage h2 {
  font-size: 20px;
}

a.btn,
.btn {
  font-size: 15px;
}

#hamburger {
  font-size: 1rem;
}

button#gohome {
  font-size: 0.8rem;
}

/* letter-spacing */
a.btn,
#hamburger,
button#gohome,
.btn,
#profilepage #floorplans .col .label {
  letter-spacing: 0.2rem;
}

#hamburger .label span {
  letter-spacing: 0rem;
}

.mapplic-list-location h4,
.map-sidebar-oe ul li a {
  letter-spacing: -1px;
  font-size: 12px;
}

h1 {
  font-size: 25px;
}

#profilepage .description {
  font-size: 15px;
}

#profilepage h2 {
  font-size: 18px;
}

#profilepage .features,
#profilepage .amenities {
  font-size: 18px;
  line-height: 140%;
}

#profilepage #floorplans .col .label {
  font-size: 1rem;
}

#profilepage #floorplansarea .floorplanbackbutton {
  font-size: 1rem;
}

.theshot .label {
  font-size: 15px;
}

@media (min-width: 992px) {
  .mappage p,
  .mapplic-tooltip-description,
  .mapplic-tooltip p {
    font-size: 1rem;
  }
  .mapplic-list-location h4,
  .map-sidebar-oe ul li a {
    font-size: 2rem;
  }
  #profilepage h1 {
    font-size: 7rem;
  }
  #profilepage .description {
    font-size: 1.7rem;
  }
  .mappage h2 {
    font-size: 3rem;
  }
  a.btn,
  .btn {
    font-size: 1.3rem;
  }
  #gallerypage .filters a.btn,
  #gallerypage .gallerycontainer .mastercontainer .masonry .item .holdme .label {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .theshot .label {
    font-size: 2.3rem;
  }
  .mappage h2 {
    font-size: 5rem;
  }
  #profilepage .description {
    font-size: 4rem;
  }
  #profilepage h1 {
    font-size: 14rem;
  }
  h1 {
    font-size: 5.5rem;
  }
  #profilepage h2 {
    font-size: 4rem;
    letter-spacing: 3px;
  }
  #profilepage .features,
  #profilepage .amenities {
    font-size: 2.5rem;
  }
  a.btn,
  .btn {
    font-size: 2rem;
  }
  #profilepage a.btn,
  #profilepage .btn {
    font-size: 3rem;
  }
  #profilepage #floorplans .col .label {
    font-size: 4rem;
  }
  #gallerypage .filters a.btn,
  #gallerypage .gallerycontainer .mastercontainer .masonry .item .holdme .label {
    font-size: 1.35rem;
  }
  #profilepage #floorplansarea .floorplanbackbutton {
    font-size: 5rem;
  }
}
@media (min-width: 3000px) {
  #homepage a.btn {
    font-size: 4.5rem;
  }
  #hamburger {
    font-size: 2rem;
  }
  button#gohome {
    font-size: 2rem;
  }
  .mapplic-list-location h4,
  .map-sidebar-oe ul li a {
    font-size: 3.5rem;
  }
  #gallerypage .filters a.btn,
  #gallerypage .gallerycontainer .mastercontainer .masonry .item .holdme .label {
    font-size: 3rem;
  }
}
h4.mapplic-margin,
.mapplic-tag,
.mappage h2 {
  letter-spacing: 3px;
}

.theshot {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1s;
  height: 0;
  overflow: hidden;
  padding-bottom: 20px;
}

.theshot .label {
  text-transform: capitalize;
  padding: 26px 0px 22px;
  line-height: 120%;
}

.theshot.on {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  height: 450px;
}

.theshot .holdimage img {
  width: 100%;
  position: relative;
  display: block;
}

.buttontest {
  position: absolute;
  z-index: 15;
  top: 30px;
  left: 40px;
  font-size: 30px;
}

.mapplic-list-location h4 {
  text-transform: uppercase;
}

.map-sidebar-oe {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 13;
  background-color: #fff;
  padding: 60px 45px 60px;
  /*width:400px;*/
  width: 30%;
  max-height: 90%;
  overflow: scroll;
}

.map-sidebar-oe .holdcontent {
  overflow: scroll;
}

.map-sidebar-oe ul li {
  color: #000;
  line-height: 140%;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.map-sidebar-oe ul li:last-child {
  border-bottom: 0px;
}

.map-sidebar-oe h2 {
  margin-bottom: 20px;
}

.map-sidebar-oe ul li a {
  color: #000;
  text-decoration: none;
  line-height: 100%;
  padding: 40px 10px 0px 0px;
  display: block;
  position: relative;
}

.mapplic-list-location {
  border-bottom: 0px solid #eee;
}

#mappage #mapplic .mapplic-container #POI .shotpoint.on {
  display: block;
}

@media (min-width: 992px) {
  .map-sidebar-oe {
    width: 30%;
  }
}
@media (min-width: 3000px) {
  .map-sidebar-oe {
    width: 13%;
  }
}
#menupage .holdcontent {
  display: block;
  height: 100%;
}

#menupage .holdcontent .col {
  flex: 1;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 600px;
}

#menupage .holdcontent .col .box {
  position: relative;
  display: block;
  text-align: center;
}

#menupage .holdcontent .col.box2 {
  flex: 1.4;
}

#menupage .holdcontent .col.box2 .box {
  height: 50%;
  position: relative;
  display: block;
}

#menupage .holdcontent .col.box4 {
  flex: 1;
}

#menupage .holdcontent .col.box4 .box {
  height: 25%;
  position: relative;
  display: block;
}

#menupage .holdcontent .col.box1 {
  flex: 2.5;
}

#menupage .holdcontent .col .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  display: inline-block;
}

#menupage .holdcontent .col.box1 .boxoverlay,
#menupage .holdcontent .col.box2 .box .boxoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.13);
  z-index: 1;
}

#menupage .holdcontent .col.box2 .btn {
  z-index: 2;
  /*width: 170px;*/
}

#menupage .holdcontent .col.box1 .btn {
  /*width: 270px;*/
}

#menupage .holdcontent .col.box4 .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  max-width: 100px;
  display: block;
}

#menupage .holdcontent .col.box4 .logo img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

#menupage .holdcontent .col.box1 .sidelogo {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  display: block;
  z-index: 3;
}

#menupage .holdcontent .col {
  cursor: pointer;
}

#menupage .holdcontent .col.box1 .sidelogo img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

#menupage.page {
  overflow-y: auto;
}

#menupage .holdcontent .col.box4 .box.two {
  background-image: url("../images/menu/CourtsquareApp_Haydenbackground.jpg");
  background-size: cover;
}

#menupage .holdcontent .col.box4 .box.four {
  background-image: url("../images/menu/CourtsquareApp_ELbackground.jpg");
  background-size: cover;
}

#menupage .holdcontent .col.box4 .logo.eagle {
  max-width: 70px;
}

@media (min-width: 768px) {
  #menupage .holdcontent {
    display: flex;
  }
  #menupage .holdcontent .col {
    width: auto;
    height: auto;
  }
  #menupage .holdcontent .col.box4 .logo {
    max-width: 150px;
  }
  #menupage .holdcontent .col.box4 .logo.linc {
    max-width: 130px;
  }
  #menupage .holdcontent .col.box4 .logo.hayden,
  #menupage .holdcontent .col.box4 .logo.cove {
    max-width: 160px;
  }
  #menupage .holdcontent .col.box4 .logo.eagle {
    max-width: 100px;
  }
  #menupage.page {
    overflow-y: hidden;
  }
}
@media (min-width: 992px) {
  #menupage .holdcontent .col {
    cursor: default;
  }
}
#videopage .videocontainer {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

/*#videopage .videocontainer video {
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		top:0;
		left:0;
	}*/
#videopage .videocontainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

#videopage .videoclickarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

#videopage .bggrad {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 5;
  /*background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../videos/haydenFront.jpg');*/
  background-size: cover;
}

#videopage .videothumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  background-size: cover;
  background-image: url("../videos/haydenFront.jpg");
  opacity: 1;
  /*background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../videos/haydenFront.jpg');*/
}

#videopage .bggrad img {
  width: 20rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
}

.masonry {
  text-align: center;
  margin: 0 auto;
}

.masonry .item {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  float: left;
  text-align: center;
}

.masonry .item .holdme {
  margin: 0 auto;
  display: block;
  position: relative;
  /*max-width: 480px;*/
}

.masonry.gutterless .item {
  margin-bottom: 0;
}

.masonry .item img {
  max-width: 100%;
  vertical-align: bottom;
}

.masonry .item a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}

.grid-sizer {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .masonry {
    width: 100%;
    margin: 0 auto 30px;
    /*margin-left:1%;*/
  }
  .masonry .item {
    width: 49%;
  }
  .grid-sizer {
    width: 10%;
  }
}
@media only screen and (min-width: 830px) {
  .masonry {
    margin-left: 6.2%;
  }
  .masonry .item {
    /*width:32%;*/
    width: 27%;
  }
}
#gallerypage .gallerycontainer {
  height: 100%;
}

#gallerypage.page {
  overflow-y: scroll;
}

#gallerypage .gallerycontainer .mastercontainer {
  width: 95%;
  /*border:1px solid red;*/
  margin: 4% auto;
}

#gallerypage .filters.desktop {
  display: none;
}

#gallerypage .filters {
  margin-bottom: 90px;
}

#gallerypage .holdtop {
  display: flex;
}

#gallerypage .holdtop .col.left {
  flex: 1;
}

#gallerypage .holdtop .col.right {
  flex: 7;
  text-align: center;
  margin: 0 auto;
}

#gallerypage .gallerycontainer .mastercontainer .btn {
  margin-right: 20px;
}

#gallerypage .gallerycontainer .mastercontainer .btn:last-child {
  margin-right: 0px;
}

#gallerypage .holdtop .col.left h1 {
  margin-left: 240px;
}

#gallerypage .gallerycontainer .mastercontainer .masonry .item .holdme .label {
  border: 2px solid white;
  background-color: transparent;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 10px 10px 6px;
  text-transform: capitalize;
  line-height: 1;
}

@media (min-width: 992px) {
  #gallerypage .filters.desktop {
    display: block;
  }
  #gallerypage .filters.mobile {
    display: none;
  }
  #gallerypage .gallerycontainer .mastercontainer .masonry .item .holdme .label {
    padding: 14px 24px 10px;
  }
}
#profilepage .mastercontainer {
  display: block;
  padding: 200px 5% 5% 10%;
  display: flex;
  color: #030e25;
}

#profilepage .mastercontainer .col {
  flex: 1;
  /*position: relative;*/
}

#profilepage .mastercontainer .col.pad {
  padding: 4%;
}

#profilepage.page {
  overflow-y: scroll;
}

#profilepage .profilelogo {
  width: 200px;
  height: 200px;
  position: fixed;
  left: 50px;
  top: 50px;
  z-index: 5;
}

#profilepage .description {
  line-height: 150%;
  max-width: 1300px;
}

#profilepage .profilelogo img {
  width: 100%;
  height: auto;
}

#profilepage .gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#profilepage .mastercontainer .col:nth-child(1) .blockarea {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

#profilepage .mastercontainer .col:nth-child(1) .line {
  width: 90%;
  height: 3px;
  max-width: 1800px;
  background-color: #030e25;
}

#profilepage h2 {
  margin-bottom: 3rem;
}

#profilepage .amenities .col {
  margin-bottom: 1rem;
}

#profilepage #featuresarea #features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1500px;
}

#profilepage #featuresarea #features .col {
  padding: 2rem 12rem 2rem 0rem;
  width: 33.333%;
}

#profilepage #features .col .holdicon {
  width: 100%;
  max-width: 200px;
  display: block;
}

#profilepage #features .col .holdicon img {
  width: 100%;
  height: 16rem;
}

#profilepage #features .col .label {
  display: block;
  max-width: 90%;
}

#profilepage #floorplansarea {
  position: fixed;
  /*width:calc(100% - 18%);*/
  width: 80%;
  overflow-y: scroll;
  height: 100%;
  /*
  position: absolute;
  width:calc(100% - 18%);*/
  /*position: relative;
  width:100%;*/
  top: 0;
  background-color: #ffffff;
  /*left:-100%;*/
  transform: translateX(-100%);
  /*left:0;*/
  /*right:auto;*/
  /*right:0;*/
  opacity: 0;
  margin: 0 auto;
  visibility: hidden;
  z-index: 4;
}

#profilepage.floorplansboxopen #floorplansarea {
  transform: translateX(0%);
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}

#profilepage #floorplansareaSingle {
  position: fixed;
  width: 80%;
  overflow-y: scroll;
  height: 100%;
  top: 0;
  background-color: #ffffff;
  transform: translateX(-100%);
  opacity: 0;
  margin: 0 auto;
  visibility: hidden;
  z-index: 6;
  /*border:1px solid red;*/
}

#profilepage.floorplanopen #floorplansareaSingle {
  transform: translateX(0%);
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}

#profilepage.floorplanopen #floorplansareaSingle .img,
#profilepage.floorplanopen #floorplansareaSingle .floorplan {
  position: relative;
  width: 100%;
  height: 100%;
}

#profilepage.floorplanopen #floorplansareaSingle .img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

#profilepage.floorplanopen #floorplansareaSingle .closex {
  position: absolute;
  top: -5%;
  right: 1%;
  padding: 1.5rem;
  width: 7rem;
}

#profilepage.floorplanopen #floorplansareaSingle .closex img {
  width: 100%;
  height: auto;
}

#profilepage .coverbackgroundforfloorplans {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
}

#profilepage.floorplansboxopen .coverbackgroundforfloorplans {
  visibility: visible;
  opacity: 1;
}

#profilepage .floorplanbackbutton {
  position: fixed;
  top: 2%;
  right: 2%;
  padding: 1.5rem;
  width: 7rem;
  display: none;
  z-index: 5;
}

#profilepage.floorplansboxopen .floorplanbackbutton {
  display: block;
  transition-delay: 1s;
}

#profilepage.floorplansboxopen.floorplanopen .floorplanbackbutton {
  display: none;
}

#profilepage .floorplanbackbutton img {
  width: 100%;
}

#profilepage #floorplansarea #floorplans {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

#profilepage #floorplansarea #floorplans .col {
  padding: 2rem 2rem 12rem 0rem;
  max-width: 50%;
  flex: auto;
  flex-grow: 1;
}

#profilepage #floorplans .col .img {
  display: block;
  width: 100%;
  height: 100%;
  /*max-height: 1040px;*/
  margin: 0 auto;
  padding: 8rem;
  border: 2px solid black;
}

#profilepage #floorplans .col .img img {
  width: 100%;
  /*height:auto;*/
  height: 100%;
  margin: 0 auto;
}

#profilepage #floorplans .col .label {
  display: block;
  max-width: 90%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  #profilepage .floorplanbackbutton,
  #profilepage.floorplanopen #floorplansareaSingle .closex {
    width: 12rem;
  }
}
.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide figure,
.swiper-slide figure picture {
  height: 100%;
  position: relative;
  display: block;
}

.swiper-slide figure picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  background-size: cover;
  background-position: center center;
  background-origin: content-box;
}

/* ---------- END MOBILE  ---------- */
/* ---------- BREAK POINTS  ---------- */
@media (min-width: 768px) {
  /*
  	#hamburger:hover .nav-icon span:nth-of-type(1) {
  	    top: -3px;
  	}
  	#hamburger:hover .nav-icon span:nth-of-type(3) {
  	    top: 24px;
  	}
  	.menuopen #hamburger:hover .nav-icon span:nth-of-type(1) {
  	    top: 10px;
  	}
  	.menuopen #hamburger:hover .nav-icon span:nth-of-type(3) {
  	    top: 10px;
  	}*/
  header {
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  button#gohome {
    bottom: 2.8%;
    /*left: 9rem;*/
    right: 9rem;
  }
}
@media (min-width: 1600px) {
  button#gohome {
    bottom: 2.2%;
    /*left: 9rem;*/
    right: 5rem;
  }
  .mappage button#gohome {
    right: 6rem;
    bottom: 2%;
  }
}
@media (min-width: 3000px) {
  button#hamburger {
    bottom: 5%;
    left: 4rem;
    width: 5.7em;
    height: 5.2em;
    padding: 1.89rem;
  }
  #hamburger .nav-icon span:nth-of-type(1) {
    top: 0;
  }
  #hamburger .nav-icon span:nth-of-type(2) {
    top: 25px;
  }
  #hamburger .nav-icon span:nth-of-type(3) {
    top: 50px;
  }
  #hamburger .label {
    bottom: 0.7rem;
  }
  .menuopen #hamburger .label {
    bottom: 0.4rem;
  }
  button#gohome {
    /*left: 15rem;*/
    bottom: 1%;
    right: 1rem;
    width: 13em;
    height: 6em;
  }
  button#hamburger,
  button#gohome {
    cursor: default;
  }
}
/* iPhone 4 */
/* Small Laptops */
/* ---------- ACROSS THE BOARD VARIABLES ---------- */
/*------- FONTS ------- */
html,
body {
  font-family: "TTCommonsLight";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
a.btn,
.btn,
#hamburger,
h4.mapplic-margin,
.mapplic-tag,
.mappage h2,
button#gohome,
.mapplic-pin.pin-label,
#profilepage .description,
#profilepage #floorplans .col .label,
.floorplanbackbutton,
.mapplic-tooltip-title,
.mapplic-list-location.on,
.theshot .label,
#gallerypage .gallerycontainer .mastercontainer .masonry .item .holdme .label {
  font-family: "TTCommonsBold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-------  COLORS -------*/
a.btn,
.btn,
#aboutpage.page,
#hamburger,
a.btn.selected,
button#gohome {
  color: #ffffff;
}

a.btn.yellow,
.btn.yellow,
.mappage button#gohome,
.gallerypage button#gohome,
.profilepage button#gohome,
a.btn.white,
#profilepage {
  color: #000000;
}

a.btn.white.selected {
  color: #ffffff;
}

#profilepage #floorplans .col .label {
  color: #526d86;
}

#profilepage #floorplansarea .floorplanbackbutton {
  color: #030e25;
}

/*------- BACKGROUND COLORS ------- */
body,
.page,
button#hamburger {
  background-color: #000000;
}

a.btn.white,
#hamburger .nav-icon span,
#gallerypage,
#profilepage {
  background-color: #ffffff;
}

a.btn.selected {
  background-color: #000000;
}

.menuopen #hamburger .nav-icon span,
.menuopen #gallerypage .nav-icon span {
  background-color: #ffffff;
}

#menupage .holdcontent .col.box4 .box.one {
  background-color: #030e25;
}

#aboutpage.page,
#menupage .holdcontent .col.box4 .box.two {
  background-color: #526d86;
}

#menupage .holdcontent .col.box4 .box.three {
  background-color: #3a3a60;
}

a.btn.yellow,
.btn.yellow,
#menupage .holdcontent .col.box4 .box.four {
  background-color: #edbf16;
}

a.btn.selected,
a.btn,
.btn {
  border-color: #ffffff;
}

.btn.yellow,
a.btn.yellow {
  border-color: #edbf16;
}

a.btn.white {
  border-color: #000000;
}

/*-------  TEXT FORMATTING ------- */
a.btn,
.btn,
h2,
h3,
.label,
.mapplic-tag,
.mappage h2,
button#gohome,
#profilepage .features,
#profilepage .amenities {
  text-transform: uppercase;
}

h1 {
  text-transform: capitalize;
}

.x {
  text-decoration: none;
}

.x {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.x {
  text-align: center;
}

/* ------ ANIMATION ---------*/
/* Entrance Animation */
.page.on {
  -webkit-animation: movein;
  -moz-animation: movein;
  -o-animation: movein;
  animation: movein;
}

.page.on {
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-direction: forwards;
  -webkit-direction: forwards;
}

.x {
  -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
  animation-timing-function: linear;
}

.page.on {
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.14, 0.01, 0.72); /* Safari and Chrome */
  transition-timing-function: cubic-bezier(0.34, 0.14, 0.01, 0.72);
}

.page.on {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.page.on {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@keyframes movein {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
/*#menupage.page.on,
			#menupage.page {
				animation:none;
			}*/
.menuopen #menupage.page {
  left: 0px;
  opacity: 1;
  visibility: visible;
}

#menupage.page {
  transition: all 0.6s;
}

#profilepage #floorplansarea,
.coverbackgroundforfloorplans {
  transition: all 0.5s;
}

#homepage.page.on {
  -webkit-animation: zoomin;
  -moz-animation: zoomin;
  -o-animation: zoomin;
  animation: zoomin;
}

.twofingerscroll.moveit {
  -webkit-animation: updown 3.1s 1;
  -moz-animation: updown 3.1s 1;
  -o-animation: updown 3.1s 1;
  animation: updown 3.1s 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.34, 0.14, 0.01, 0.72);
}

#homepage.page.on {
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-direction: forwards;
  -webkit-direction: forwards;
}

#homepage.page.on,
#menupage.page {
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.14, 0.01, 0.72); /* Safari and Chrome */
  transition-timing-function: cubic-bezier(0.34, 0.14, 0.01, 0.72);
}

#homepage.page.on {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#homepage.page.on {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@keyframes zoomin {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* ------ END ANIMATION ---------*/
/* ------ TRANSITIONS ---------*/
/* ------ Page Elements Custom Transition States */
/* START */
#homepage.page .logo,
#homepage.page .holdbutton {
  opacity: 0;
  transform: translateY(40px);
}

#homepage.page .holdbutton {
  /*opacity: 0.7;*/
}

/* End */
#homepage.page.active .logo,
#homepage.page.active .holdbutton {
  opacity: 1;
  transform: translateY(0px);
}

/*#homepage.page.exiting .holdbutton a.btn span {
				  opacity: 0;
				}*/
/*#homepage.page.exiting .animationtransition {
					width:3000px;
					height:3000px;
					top:50%;
					left:50%;
					transform: translateY(-50%) translateX(-50%);
					transition-duration: 0.30s;
				}*/
/* defaults */
/* ------ENTER------  */
#homepage.page.active .logo,
#homepage.page.active .holdbutton {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#homepage.page.active .logo,
#homepage.page.active .holdbutton {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

/* ------EXIT------  */
#homepage.page .logo {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateY(-40px);
}

/* ------Page Element Transition Properties */
#homepage.page .logo {
  /*-webkit-transition: 0.4s;*/
  /*transition: 0.4s;*/
}

#homepage.page .logo,
#homepage.page .holdbutton {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

#homepage.page.exiting .holdbutton a.btn {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#homepage.page .holdbutton,
#homepage.page .logo {
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.14, 0.01, 0.72); /* Safari and Chrome */
  transition-timing-function: cubic-bezier(0.34, 0.14, 0.01, 0.72);
}

#hamburger .nav-icon span {
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}

/* ------ END TRANSITIONS ---------*/
/*-------  ANIMATIONS KEYFRAMES  ------- */
.wrapper,
.container {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}