@font-face {
    font-family: 'skyline';
    src: url('font/skyline-light.woff2') format('woff2'), url('font/skyline-light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'skyline';
    src: url('font/skyline-bold.woff2') format('woff2'), url('font/skyline-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

#krpanoSWFObject div
{
  z-index: 1 !important;
}

a
{
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

html
{
    font-family: 'skyline', serif;
    font-weight: bold;
    -webkit-tap-highlight-color: transparent;
}

body
{
  background-color: #101415;
  color: white;
  fill: white;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}

p
{
  font-weight: normal;
}

@keyframes rotation
{
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}

.spinning
{
  -webkit-animation: rotation 2s linear infinite; /* Safari 4.0 - 8.0 */
  animation: rotation 2s linear infinite;
}

.notdisplayed
{
  display: none;
}

ul
{
  display: inline-block;
  padding: 0;
  list-style-type: none;
}

li
{
  padding: 6px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  max-width: 248px;
  margin-left: 32px;
  margin-right: 32px;
}

.notLoaded
{
  /*top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  width: 100% !important;
  background-color: #14354f !important;*/
  opacity: 0;
}

.visibleShop
{
  display: block;
}

.invisibleShop
{
  display: none;
}

.disabled
{
  opacity:0.3;
  pointer-events: none !important;
}

.displayNone
{
  display: none !important;
}

.disabledHotspot
{
  opacity:0;
  pointer-events: none !important;
}

.pointerEvents
{
  pointer-events: all;
}

.rectHotstpot
{
  fill: transparent;
  /*stroke-width: 1px;
  stroke: red;*/
  cursor: pointer;
}

#navShadow
{
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 25%;
  pointer-events: none;
}

#menuNavShadow
{
  z-index: 52;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 25%;
  pointer-events: none;
}

#navigationCopy
{
  margin-top: calc(3vh + 20px);
  position: fixed;
  left: 10%;
  display: flex;
  justify-content: space-between;
  width: 80%;
  z-index: 100;
}

#migas
{
  z-index: 49;
  position: fixed;
  right: 9.75%;
  top: calc(3vh + 52px);
}

#migas img
{
  width: 40px;
}

#menuCopy
{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

#menuCopy.closed
{
  transform: translateY(-100%);
  pointer-events: none;
}

#menuCopy>video
{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

#menuCopyNav, #secMenuCopyNav, #tourMainButtons
{
  pointer-events: none;
}

#menuCopyNav
{
  z-index: 51;
  overflow: hidden;
  position: relative;
  left: 10%;
  top: calc(8vw + 19.5%);
}

#secMenuCopyNav
{
  z-index: 51;
  overflow: hidden;
  position: relative;
  left: 10%;
  bottom: 15.5%;
}

#secMenuCopyNav>.controlButton
{
  font-size: 15px;
}

#tourMainButtons
{
  position: fixed;
  left: calc(10% - 3px);
  top: calc(6vh + 45px);
  z-index: 2;
  margin: 0;
  overflow: hidden;
}

#plansMainButtons
{
  position: fixed;
  right: calc(10% - 3px);
  top: calc(6vh + 45px);
  z-index: 2;
  margin: 0;
  overflow: hidden;
}

.hamburger-container
{
  font-weight: 300;
  font-size: 15.6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -3px;
  cursor: pointer;
}

.hamburger-container>span
{
  margin-right: 21px;
  position: relative;
  top: 1px;
}

#hamburger
{
  display: block;
  margin: 0;
  height: 24px;
}

#hamburger>li
{
  width: 30px;
  height: 2px;
  background-color: #fff;
  padding: 0;
  position: relative;
  margin: 0;
}

#hamburger>li:nth-child(1)
{
  top: 0;
}

#hamburger>li:nth-child(2)
{
  top: 8px;
}

#hamburger>li:nth-child(3)
{
  top: 16px;
}

#hamburger.active>li:nth-child(1)
{
  top: 0;
  transform: translate(0, 10px) rotate(45deg);
}

#hamburger.active>li:nth-child(2)
{
  top: 8px;
  transform: rotate(-45deg);
}

#hamburger.active>li:nth-child(3)
{
  top: 16px;
  opacity: 0;
}

#hotspotTooltip
{
  font-size: 14px;
  text-shadow: rgba(0,0,0,0.5) 0px 1px 12.8px;
}

#menuIcon
{
  position: fixed;
  font-size: 32px;
  right: 3vh;
  top: 3vh;
  z-index: 2;
  cursor: pointer;
}

/*#typologyButton
{
  position: fixed;
  left: calc(10% - 3px);
  top: calc(6vh + 45px);
  z-index: 2;
  margin: 0;
  display: none;
}

#menuButton
{
  position: fixed;
  left: calc(10% - 3px);
  top: calc(9vh + 79px);
  z-index: 2;
  margin: 0;
  display: none;
}*/

#typologyChooser
{
  z-index: 3;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #101415;
  flex-direction: column;
  justify-content: center;
}

#loadAnim
{
    z-index: 9;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #101415;
    align-items: center;
    justify-content: center;
}

.typologyOption
{
  position: relative;
  flex-basis: 25%;
  flex-grow: 1;
  display: flex;
}

.typologyHover
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(16,20,21,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.typologyHover:hover
{
  background-color: rgba(16,20,21,0.2);
}

.typologyOption>:not(.typologyHover)
{
  z-index: 3;
}

.typologyHover>.closeButton
{
  min-width: 100px;
  text-align: center;
}

.noMargin
{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#typology1
{
  background-image: url("/img/typologies/1bedroom.jpg");
  background-position: 40% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#typology2
{
  background-image: url("/img/typologies/2bedroom.jpg");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#typology3
{
  background-image: url("/img/typologies/3bedroom.jpg");
  background-position: 65% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#socialIcons
{
  position: absolute;
  right: 10%;
  top: calc(8vw + 19.5% + 12px);
  z-index: 52;
}

#socialIcons div
{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#socialIcons img
{
  filter: invert(1);
  height: 24px;
}

#languageSelector
{
  position: absolute;
  bottom: 14%;
  right: 10%;
  z-index: 52;
  overflow: hidden;
  text-align: right;
  transform: rotateZ(90deg);
  transform-origin: 100% 0%;
  font-size: 15px;
}

.languageButton
{
  padding: 0 9px;
  transform: translate(9px, 0);
}

.languageButton:hover
{
  background-color: #000000b3;
  transform: translate(0, 0);
}

.centeredVideoButtonHolder
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videoButton
{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000b3;
  padding: 8.4px 24px;
  border-radius: 24px;
  font-size: 24px;
}

.videoButton>svg
{
  height: 16px;
  width: 16px;
}

.navImgs
{
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 51;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.navImgs.hovered
{
  opacity: 1;
}

#nav1
{
  background-image: url("https://skyline-madrid.com/wp-content/themes/skyline/img/bg-home-01.jpg");
  background-position: 40% 50%;
}

#nav2
{
  background-image: url("https://skyline-madrid.com/wp-content/themes/skyline/img/bg-home-02.jpg");
  background-position: 0% 50%;
}
#nav3
{
  background-image: url("https://skyline-madrid.com/wp-content/themes/skyline/img/bg-home-03.jpg");
  background-position: 65% 50%;
}
#nav4
{
  background-image: url("https://skyline-madrid.com/wp-content/themes/skyline/img/bg-home-04.jpg");
  background-position: 65% 50%;
}
#nav5
{
  background-image: url("https://skyline-madrid.com/wp-content/themes/skyline/img/bg-home-05.jpg");
  background-position: 65% 50%;
}
#nav6
{
  background-image: url("https://skyline-madrid.com/wp-content/themes/skyline/img/bg-home-06.jpg");
  background-position: 65% 50%;
}

#menu
{
  color: white;
  top: calc(9vh + 95px);
  left: 0px;
  height: calc(100% - 9vh - 95px);
  width: 275px;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: left;

  /*background: linear-gradient(to right, rgba(16, 20, 21, 0.5) , transparent);*/

  z-index: 2;
  position: fixed;

  cursor: default;
}

.whitebg
{
  background-color: rgba(16, 20, 21, 1);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.redbg
{
  background-color: #101415;
}

.goldbg
{
  background-color: #101415;
}

.redcolor
{
  fill: #fff;
  color: #fff;
  outline-color: #101415;
  border-color: #101415;
}

.goldcolor
{
  fill: #fff;
  color: #fff;
  outline-color: #101415;
  border-color: #101415;
}

.largeScreenOnly
{
  display: none;
}

.disabledMap
{
  opacity: 0;
  pointer-events: none;
}

.enabledMap
{
  opacity: 1;
  pointer-events: all;
}

.noMarginTop
{
  margin: 0 !important;
  margin-bottom: 32px !important;
}

#menuClipper
{
  top: 0px;
  left: 0px;
  height: 100%;
  width: 300px;
  overflow-y: visible;
  overflow-x: hidden;
}

.fullscreenInfo
{
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  font-size: 14px;

  z-index: 4;
  position: absolute;
  justify-content: center;
  align-items: center;

  cursor: default;
}

.transition
{
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition-duration: 0.3s;

    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-duration: 0.3s;

    -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition-duration: 0.3s;

    -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition-duration: 0.3s;
}

.slowTransition
{
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition-duration: 0.6s;

    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-duration: 0.6s;

    -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition-duration: 0.6s;

    -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition-duration: 0.6s;
}

.moveup
{
  transform: translateY(-6px);
}

#mainLogo
{
  max-width: 190px;
  width: 45vw;
}

#loadingBar
{
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #ef804a , #2c347f 100vh);
  z-index:10;
}

.features
{
  width: 180px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.features li
{
  margin-left: 0;
  margin-right: 0;
}

h1.tagline
{
  display: inline-block;
  max-width: 460px;
}

.taglineCenter
{
  text-align: center;
}

#planHilight
{
  background-color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-duration: 0.3s;

  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 0.3s;

  -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition-duration: 0.3s;

  -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition-duration: 0.3s;

  margin-top: -10px;
}

h1
{
  /*text-transform: uppercase;*/
  margin-top: 0px;
  text-align: center;
  font-size: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.fullscreenInfo p
{
  margin-left: 48px;
  margin-right: 48px;
}

.fullscreenInfo h2
{
  margin-left: 48px;
  margin-right: 48px;
}

#start.fullscreenInfo p
{
  max-width: 480px;
  display: inline-block;
}

.centerAlign
{
  display: inline-block;
  left:0;
  vertical-align: middle;
}

.leftAlign
{
  justify-content: flex-start;
}

.leftAlign>*
{
  margin-left: 15px;
}

.rightAlign
{
  justify-content: flex-end;
}

.rightAlign>*
{
  margin-right: 15px;
}

.controlBarTextBlock
{
  /*text-transform: uppercase;*/
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.landingbutton
{
  /*text-transform: uppercase;*/
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 8px;
  text-decoration: underline;
}

#clickBlocker
{
  z-index: 1;
  pointer-events: fill;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.closeButton
{
  display: inline-block;
  background-color: transparent;
  padding: 0 4px;
  margin-top: 32px;
  margin-bottom: 0px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 19px;
  min-width: 100px;
  text-align: center;
}

.closeButton *
{
  margin: 12px;
  /*text-transform: uppercase;*/
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}

.closeButton.shortSpacing
{
  margin-top: 6px;
  margin-bottom: 14px;
}

#disclaimer .closeButton
{
  margin-top: 24px;
  margin-bottom: 0px;
}

#disclaimer h1
{
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 16px;
  margin-right: 16px;
}

#disclaimer h2
{
  font-size: 14px;
}

#disclaimer .textContainer
{
  height: 400px;
  overflow-y: auto;
}

#disclaimer p
{
  text-align: justify;
}

#controlbar>*>*
{
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-duration: 0.3s;

  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 0.3s;

  -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition-duration: 0.3s;

  -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition-duration: 0.3s;
}

.iconbutton
{
  width: 26px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  font-size: 23px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.button
{
  padding: 16px;
  margin-left:40px;
  margin-right:0px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  vertical-align: middle;
  text-align: left;
  width: 259px;
  height: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-image: linear-gradient(to right, rgba(255,255,255,0.5) , rgba(255,255,255,0.5)) 100% 1;
  font-size: 14px;
  font-weight: normal;
}

.divider
{
  padding: 16px 0px;
  margin-left:0px;
  margin-right:0px;
  white-space: nowrap;
  display: block;
  vertical-align: middle;
  text-align: left;
  width: 259px;
  border-bottom: 1px solid #ef804a;
  font-size: 14px;
  /*font-weight: normal;*/
  border-image: linear-gradient(to right, #ef804a , #2c347f) 100% 1;
  display: flex;
  align-items: center;
  padding-left: 8px;
  cursor: pointer;
  position: relative;
}

.divider>i
{
  font-size: 16px;
}

.floorButton
{
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  border-radius: 24px;
  margin: 16px 0;
  pointer-events: all;
  background-color: white;
  color: black;
}

.floorButton.active
{
  color: white;
  background-color: #F98248;
}

.controlButton
{
  font-weight: 700;
  font-size: 24px;
  transform: translate(-18px, 0);
  margin-bottom: 5px;
  /*max-width: 0;*/
}

.controlButton>a
{
  padding: 0 18px;
  pointer-events: all;
}

.nohover
{
  pointer-events: none;
}

.turn45
{
  transform: rotate(45deg);
}

/*.buttongroup>.button:last-child
{
  border-bottom: none;
}

.category>.button:last-child
{
  border-bottom: none;
}*/

.button *
{
  display: inline-block;
  vertical-align: middle;
}

.button> i
{
  font-size: 22px;
}

.subButton
{
  min-width: 8px;
}

.separator
{
  padding: 16px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  vertical-align: middle;
  width: 243px;
}

.roomList
{
  overflow: hidden;
}

.tab
{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 4px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;

  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-duration: 0.3s;

  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 0.3s;

  -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition-duration: 0.3s;

  -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition-duration: 0.3s;

  font-size: 18px;
}

#controlbar
{
  display: none;
}

.planta
{
  display: none;
}

.closePlanClass
{
  display: none;
}

.link360
{
  display: none;
}

.midleAlignContainer
{
  position: relative;
  display: flex;
  height: 100%;
  width:100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#planTab
{
  display: none;
  position: absolute;
  z-index: -5000;
}

#planHilight
{
  margin-bottom:24px;
  background-color: #000;
}

@media only screen and (min-width: 600px) and (min-height: 520px)
{
    .smallScreenOnly
    {
      display: none;
    }

    body
    {
      display: flex;
      justify-content: center;
    }

    .midleAlignContainer
    {
      max-width: 720px;
    }

    .link360
    {
      display: block;
      position: absolute;
      width: 40px;
      height: 20px;
      cursor: pointer;

      -webkit-transition-duration: 0.5s;

      transition-duration: 0.5s;

      -o-transition-duration: 0.5s;

      -moz-transition-duration: 0.5s;
      pointer-events: all;
    }

    /*.link360:hover
    {
      transform: scale3d(1.75,1.75,1.75);
      opacity: 0;
    }*/

    #planHilight
    {
      margin-bottom: 8px;
    }

    .closePlanClass
    {
      display: inline-block;
    }

    #planTab
    {
      display: inline-block;
      vertical-align: middle;
    }

    #planTab *
    {
      display: inline-block;
      vertical-align: middle;
    }

    .fullscreenInfo
    {
        width:100vw;

        display: flex;

        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        justify-content: space-around;
        align-items: center;

        /*top: 48px;
        height: calc(100vh - 96px);*/

        top: calc(50vh - 200px);
        height: 400px;
    }

    .fullscreenInfo.withMenu
    {
        top: 104px;
        max-height: calc(100vh - 152px);
    }

    #controlbar, #planTab
    {
      height: 56px;
      display: block;
      z-index: 2;
      position: absolute;
      /*left: calc(50% - 360px);*/
      /*top: 48px;*/
      text-align: justify;

      -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -webkit-transition-duration: 0.3s;

      transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      transition-duration: 0.3s;

      -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -o-transition-duration: 0.3s;

      -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -moz-transition-duration: 0.3s;

      display: block;

      vertical-align: middle;

      cursor: default;
    }

    #controlbar
    {
      top: 48px;
      width: 100%;
      min-width: 600px;
      max-width: 720px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #controlbar>div
    {
      width: 100%;
      display: flex;
      align-items: center;
    }

    #planTab
    {
      top: 104px;
      /*width: 180px;*/
      z-index: 1;
    }

    .subplanta
    {
      height: 522px;
      left: -20px;

      position: absolute;
    }

    .plantaWrapper
    {
      -webkit-transition: opacity 0.5s;

      transition: opacity 0.5s;

      -o-transition: opacity 0.5s;

      -moz-transition: opacity 0.5s;
    }

    .planta
    {
      width: 100%;
      display: inline-block;
      height: 500px;
      vertical-align: bottom;
    }

    .roomList
    {
      display:none;
    }

    #menubuttons
    {
      width: 100%;
      text-align: center;
    }

    #floorPlan
    {
      /*width: 100vw;
      max-width: 400px;*/
      text-align: center;
      /*pointer-events: painted;*/

      -webkit-transition-property: opacity;
      -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -webkit-transition-duration: 0.5s;

      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      transition-duration: 0.5s;

      -o-transition-property: opacity;
      -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -o-transition-duration: 0.5s;

      -moz-transition-property: opacity;
      -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -moz-transition-duration: 0.5s;

      flex-direction: column;
      justify-content: space-around;
      align-items: center;

      pointer-events: none;
      display: flex;
      position: fixed;
      top:0;
      left: calc(10% + 285px);
      width: calc(80% - 385px);
      height: 100%;
    }

    /*#basePlanSVG>svg>:not(.disabledMap)
    {
      pointer-events: all;
    }*/

    #floorPlanSVG
    {
      max-height: 100vh;
      max-width: 100vw;
      pointer-events: inherit;
    }

    .svgHyperlink
    {
      cursor: pointer;
      fill: #fff;
    }

    .svgHyperlink>g
    {
      transform: scale(1.25,1.25);
      -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -webkit-transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      transition-duration: 0.5s;
      -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -o-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
      -moz-transition-duration: 0.5s;
      opacity: 0.75;
    }

    .svgHyperlink>g:hover
    {
      transform: scale(1.75,1.75);
      opacity: 0;
    }

    .hovered.svgHyperlink>g
    {
      transform: scale(1.75,1.75);
      opacity: 1;
      /*opacity: 0.5;*/
    }

    li
    {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 0;
      padding-right: 0;
      text-align: left;
      margin: 0px;
      max-width: 100%;
    }

    #disclaimer h1
    {
      margin-top: 40px;
    }

    #typologyChooser
    {
      flex-direction: row;
    }

    .typologyOption:hover
    {
      flex-basis: 50%;
      opacity: 1;
    }
}

@media only screen and (min-width: 374px)
{
  /*#typologyButton
  {
    display: block;
  }

  #menuButton
  {
    display: block;
  }*/

  .controlButton
  {
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 1080px)
{
  .largeScreenOnly
  {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
  }
}

@media only screen and (min-width: 769px)
{
  .controlButton
  {
    font-size: 36px
  }

  #secMenuCopyNav
  {
    bottom: 7%;
  }

  #secMenuCopyNav>.controlButton
  {
    font-size: 24px;
  }

  #menu
  {
    top: calc(9vh + 123px);
    height: calc(100% - 9vh - 123px);
  }

  #languageSelector
  {
    bottom: 5.7%;
    font-size: 18px;
  }

  #socialIcons div:hover
  {
    background-color: #000000b3;
  }

  .divider:hover
  {
    background-color: #ef804a;
  }
  .button:hover
  {
    background-color: #2c347f;
  }

  .closeButton:hover
  {
    background-color: #ef804a;
    border: 1px solid #ef804a;
  }

  .controlButton:hover
  {
    transform: translate(0, 0);
  }

  .controlButton>a:hover
  {
    background-color: #000000b3;
  }
}
