@charset "UTF-8";

@import url("fonts.css");

@yellow: #ffcc32;
@gray: #dddddd;
@dark_gray: #050b16;

html {
  font-family:sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  font-family: seat_regular;
}

html, body {
  height:100%;
  width: 100%;
}

body {
  margin:0;
  overflow:hidden;
  padding: 0;
  color: black;
}

a {
  text-decoration: none;
  color: black;
}

a:active {
  color: rgb(140,140,140);
}

.abs {
  position: absolute;
}

.abs_center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.abs_center_middle, .button_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.abs_middle {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.centered_text {
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}

.full_wnd_container, #pano {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  max-width: 1440px;
}

.hidden {
  display: none;
}

.button_copy {
  width: 100%;
  text-align: center;
}

.subtitle {
  font-family: seat_medium;
}

.title {
  font-family: seat_bold;
}

.img_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pointer_cursor {
  cursor: pointer;
}

.yellow {
  background-color: #ffcc32;
}

#pano {
  z-index: 1;
}

#hotspot_dialog, #portrait_exterior_button_container {
  z-index: 2;
}

#portrait_intro,
#landscape_intro {
  z-index: 3;
}

#portrait_exteriors,
#landscape_exteriors {
  z-index: 4;
}

#portrait_gallery,
#landscape_gallery {
  z-index: 5;
}

#portrait_footer,
#landscape_footer {
  z-index: 6;
  max-width: 1440px;
}

#landscape_footer {
  width: 100%;
  height: 22%;
  left: 0;
  bottom: 0;
}

#landscape_footer_content, #landscape_footer_logo {
  height: 100%;
  bottom: 0;
}

#landscape_footer_content {
  left: 0;
  width: 88%;
  max-width: 900px;
}

#landscape_footer_logo {
  right: 0;
  width: 11.8%;
}

#landscape_footer_logo_img_container {
  width: 60%;
  height: 48%;
  bottom: 14.58%;
}

#landscape_footer_logo_img_container img {
  height: 100%;
}

#landscape_footer_buttons_container, #landscape_footer_copy_container {
  width: 92%;
}

#landscape_footer_copy_container {
  border-top: solid #050b16 4px;
  bottom: 0;
  height: 26%;
}

#landscape_footer_buttons_container {
  height: 75%;
  top: 0;
}

#landscape_footer_buttons_container .button {
  width: 22.4%;
  height: 50%;
}

#landscape_footer_buttons_container .cta {
  left: 0;
}

#landscape_footer_buttons_container .gallery {
  left: 25.6%;
}

#landscape_footer_buttons_container .interior {
  left: 51.3%;
}

#landscape_footer_buttons_container .exterior {
  left: 76.55%;
}

#portrait_footer {
  width: 100%;
  height: 18.5%;
  left: 0;
  bottom: 0;
}

#portrait_footer_buttons_container {
  width: 100%;
  top: 0;
  left: 0;
  height: 53%;
}

#portrait_footer_buttons_container .button {
  width: 40%;
  bottom: 0;
  height: 74%;
}

#portrait_footer_buttons_container .cta {
  left: 5.625%;
}

#portrait_footer_buttons_container .gallery {
  right: 5.625%;
}

#portrait_footer_copy_container {
  border-top: solid #050b16 8px;
  left: 5.625%;
  bottom: 0;
  width: 78%;
  height: 34%;
}

#portrait_footer_copy {
  margin-top: 10px;
}

#portrait_footer_logo {
  bottom: 0;
  right: 0;
  width: 16%;
  height: 40%;
}

#portrait_footer_logo_img_container {
  width: 65%;
  height: 80%;
  bottom: 14%;
}

#portrait_interior_button_container, #portrait_exterior_button_container {
  right: 0;
  top: 4.2%;
  height: 24%;
  width: 13.5%;
}

#portrait_interior_button, #portrait_exterior_button {
  height: 86%;
  width: 70%;
}

#landscape_gallery_previous, #portrait_gallery_previous {
  left: 0;
  background-image: url("../images/prev_disabled.png");
  background-size: auto 40%;
  background-repeat: no-repeat;
  background-position: center;
}

#landscape_gallery_previous.enabled, #portrait_gallery_previous.enabled {
  background-image: url("../images/prev_enabled.png");
}

#landscape_gallery_next, #portrait_gallery_next {
  right: 0;
  background-image: url("../images/next_disabled.png");
  background-size: auto 40%;
  background-repeat: no-repeat;
  background-position: center;
}

#landscape_gallery_next.enabled, #portrait_gallery_next.enabled {
  background-image: url("../images/next_enabled.png");
}

#portrait_gallery .navigation {
  height: 12.5%;
  width: 10.5%;
}

#landscape_gallery .navigation {
  top: 30%;
  height: 20%;
  width: 8.5%;
  max-width: 60px;
  max-height: 100px;
}

.navigation.enabled {
  background-color: #ffcc32;
}

.navigation, #landscape_intro, #portrait_intro {
  background-color: rgba(140,140,140,0.6);
}

#landscape_gallery_dots_container {
  width: 25%;
  top: 72%;
  text-align: center;
  background-color: transparent;
  max-width: 240px;
}

#portrait_gallery_dots_container {
  width: 40%;
  top: 76%;
  text-align: center;
  background-color: transparent;
}

.landscape_gallery_dot.active, .portrait_gallery_dot.active {
  background-image: url("../images/gallery_dot_active.png");
}

.landscape_gallery_dot, .portrait_gallery_dot {
  background-image: url("../images/gallery_dot_inactive.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 16%;
}

.landscape_gallery_dot {
  height: 2.5vw;
  max-height: 24px;
}

.portrait_gallery_dot {
  height: 4.5vw;
}

#landscape_intro_up, #portrait_intro_up {
  background-image: url("../images/intro_up.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 0;
  height: 8.5%;
  width: 15.5%;
}

#landscape_intro_right, #portrait_intro_right {
  background-image: url("../images/intro_right.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  right: 0;
  height: 17%;
  width: 7%;
}

#landscape_intro_down, #portrait_intro_down {
  background-image: url("../images/intro_down.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  bottom: 0;
  height: 8.5%;
  width: 15.5%;
}

#landscape_intro_left, #portrait_intro_left {
  background-image: url("../images/intro_left.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  left: 0;
  height: 17%;
  width: 7%;
}

#landscape_intro_container {
  height: 55%;
  width: 44%;
}

#portrait_intro_container {
  width: 77%;
  height: 37.5%;
}

#landscape_intro, #portrait_intro {
  color: white;
  text-align: center;
}

#landscape_footer_copy {
  font-size: 1vw;
  text-align: left;
  margin-top: 5px;
}

#portrait_footer_copy {
  font-size: 1.6vw;
}

#landscape_exteriors, #portrait_exteriors {
  background-color: white;
  overflow: hidden;
}

#landscape_exteriors_title_container {
  top: 0;
  left: 0;
  height: 25%;
  width: 64%;
}

#portrait_exteriors_title_container {
  top: 0;
  left: 0;
  width: 85%;
  height: 24%;
}

#landscape_exteriors_title, #portrait_exteriors_title {
  width: 90%;
}

#landscape_exteriors_title .title {
  font-size: 4vw;
}

#landscape_exteriors_title .subtitle, #landscape_exteriors_colour_label {
  font-size: 3vw;
}

#landscape_exteriors_colour_label {
  text-align: center;
  bottom: 25%;
  left: 37.5%;
}

#portrait_exteriors_colour_label {
  text-align: center;
  bottom: 35%;
  left: 0;
  width: 100%;
}

#landscape_exteriors_colour_container {
  top: 0;
  right: 0;
  height: 100%;
  width: 16%;
}

#portrait_exteriors_colour_container {
  top: 70%;
  left: 0;
  height: 8.5%;
  width: 100%;
}

#landscape_exteriors_colour_container, #portrait_exteriors_colour_container, #portrait_interior_button_container {
  z-index: 2;
}

.landscape_exteriors_colour_button_container {
  width: 50%;
  height: 10.5%;
}

.portrait_exteriors_colour_button_container {
  height: 100%;
  width: 16%;
}

.landscape_exteriors_colour_button, .portrait_exteriors_colour_button {
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.landscape_exteriors_colour_button_selector, .portrait_exteriors_colour_button_selector {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6%;
}

#landscape_red_button, #portrait_red_button {
  background-image: url("/images/red_button.png");
}

#landscape_blue_button, #portrait_blue_button {
  background-image: url("/images/blue_button.png");
}

#landscape_gray_button, #portrait_gray_button {
  background-image: url("/images/gray_button.png");
}

#landscape_purple_button, #portrait_purple_button {
  background-image: url("/images/purple_button.png");
}

#landscape_red_container {
  top: 16%;
}

#landscape_blue_container {
  top: 29%;
}

#landscape_gray_container {
  top: 42%;
}

#landscape_purple_container {
  top: 55%;
}

#portrait_red_container {
  left: 75%;
}

#portrait_blue_container {
  left: 52%;
}

#portrait_gray_container {
  left: 30%;
}

#portrait_purple_container {
  left: 9%;
}

#landscape_exteriors_image_container, #portrait_exteriors_image_container {
  z-index: 1;
}

#landscape_exteriors_image_container {
  top: 0%;
  left: 0%;
  height: 80%;
  width: 80%;
}

#portrait_exteriors_image_container {
  top: 14%;
  left: -20%;
  height: 50%;
  width: 140%;
}

.exterior_instructions {
  color: white;
  background-color: rgba(140,140,140,0.6);
  background-image: url("../images/exterior_instructions.png");
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 30%;
  z-index: 2;
}

#landscape_exteriors_instructions {
  width: 19%;
  height: 29%;
  left: 30%;
  top: 30%;
}

#portrait_exteriors_instructions {
  width: 34%;
  height: 19%;
  top: 30%;
}

#landscape_exteriors_instructions_copy, #portrait_exteriors_instructions_copy {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#landscape_exteriors_instructions_copy {
  font-size: 2vw;
  height: 25%;
}

#portrait_exteriors_instructions_copy {
  font-size: 3.8vw;
  height: 20%;
}

#portrait_exterior_button_copy {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

#portrait_interior_button_copy {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.portrait_gallery_image_container {
  height: 84%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  background-position-x: center;
  background-position-y: top;
  /*background-position-y: 65%;*/
}

#portrait_gallery_image_container_1 {
  background-image: url("../images/gallery/portrait/ibiza_212.jpg");
}

#portrait_gallery_image_container_2 {
  background-image: url("../images/gallery/portrait/ibiza_229.jpg");
}

#portrait_gallery_image_container_3 {
  background-image: url("../images/gallery/portrait/ibiza_223.jpg");
}

#portrait_gallery_image_container_4 {
  background-image: url("../images/gallery/portrait/ibiza_249.jpg");
}

#portrait_gallery_image_container_5 {
  background-image: url("../images/gallery/portrait/ibiza_220.jpg");
}

.landscape_gallery_image_container {
  height: 80%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  background-position-x: center;
  background-position-y: top;
}

#landscape_gallery_image_container_1 {
  background-image: url("../images/gallery/landscape/ibiza_212.jpg");
}

#landscape_gallery_image_container_2 {
  background-image: url("../images/gallery/landscape/ibiza_229.jpg");
}

#landscape_gallery_image_container_3 {
  background-image: url("../images/gallery/landscape/ibiza_223.jpg");
}

#landscape_gallery_image_container_4 {
  background-image: url("../images/gallery/landscape/ibiza_249.jpg");
}

#landscape_gallery_image_container_5 {
  background-image: url("../images/gallery/landscape/ibiza_220.jpg");
}

.gallery_image_container {
  overflow: hidden;
}

#hotspot_dialog {
  background-color: white;
  top: 40%;
}

#hotspot_close {
  background-image: url("../images/hotspot_close.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 0;
  right: 0;
}

#hotspot_close img {
  width: 100%;
}

#hotspot_text {
  color: #767676;
}