<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*:hover,
*:focus {
  outline: none;
}

.planClass {
  border: 0 !important;
}

@media (min-width: 40em) {
  .cotegory-slick {
    width: calc(100% - 76px);
  }
}

@media (max-width: 40em) {
  .cotegory-slick {
    width: 100%;
  }
}



.floorhotspoticon {
  /* width:47px; */
  width: 40px;
}

.plan {
  margin: 0 auto;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.planHotspot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: red;
  -webkit-animation: scale 1s infinite ease-in-out;
  animation: scale 1s infinite ease-in-out;
  cursor: pointer;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.cotegory-slick_sec {
  width: calc(100% - 76px);
}

.slick-block2 .slick-slide,
.slick-block3 .slick-slide,
.slick-block4 .slick-slide {
  height: unset;
}

.cotegory-slick_item {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slick-initialized .slick-slide {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-track {
  min-width: 100% !important;
}

.wrapper-panel.explorePannel {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  max-height: unset;
  z-index: unset;
}

.wrapper-panel.explorePannel.left {
  left: 0;
}

.wrapper-panel.explorePannel.top {
  top: 0;
}

.Pane1 {
  min-height: 10%;
  max-height: 90%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  outline: none;
  height: 50%;
}

.Pane2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 200px;
  outline: none;
  overflow: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
}

.pane1 {
  min-height: 20vh;
  max-height: 80vh;
}

#map {
  width: 100%;
  height: 100%;
}


/**********************  TIMBERLAND STYLES *****************************/

.svg_blockk {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.infoPanel__description__message {
  height: 114px;
}

.height {
  height: auto;
}

.svg_blockk svg {
  fill: #c23691;
}

.cotegory-slick {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block_thanks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block_thanks .text_thks p {
  font-family: Montserrat, sans-serif;
}

.category-wrapper {
  position: relative;
}

.btn_slider_slick span {
  z-index: 9999 !important;
}

.btn_slider_slick {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block_searching {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tim_class {
  width: 50% !important;
}

.clock_time {
  padding-left: 15px;
}

.clock .clock_icon,
.numberr .clock_icon {
  width: 20px;
  height: 20px;
}

.clock .clock_icon img,
.numberr .clock_icon img {
  width: 100%;
  height: 100%;
}

.numberr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#website_box {
  padding-left: 10px;
}

.time_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}

.time_data .clock span {
  font-size: 14px;
}

.time_data .clock {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.numberr .infoPanel__title2 {
  padding-bottom: 0;
}

.clock_icon {
  margin-right: 10px;
  opacity: 0.2;
}

.input_city {
  width: 165px;
  height: 100%;
  background: transparent;
  /*position: absolute;*/
  /*left: -165px;*/
  /*top: 0;*/
  border-left: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.input_city2 {
  width: 100%;
  height: 100%;
  background: transparent;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.chevron_down {
  width: 15px;
  height: 15px;
}

.chevron_down img {
  width: 100%;
  height: 100%;
}

.drop_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.drop_down_city {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0px 5px;
}

.drop_down_city .info_city {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 300px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  display: none;
}

.info_city ul {
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.info_city ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info_city ul li:hover {
  background: #4164d6;
  color: #fff;
}

.info_city_list {
  width: 100%;
  height: 100%;
  position: relative;
}

.drop_down_city select {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
}

.drop_down_city {
  position: relative;
}

.drop_down_city:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 5px;
  height: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

select {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  /*border-image: none !important;*/
  outline-offset: -2px !important;
  border-color: transparent !important;
  outline-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

.block_thanks {
  display: none;
}

.send_form_btn {
  background: #c23691;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.red_color {
  border-color: red !important;
}

.send_form_btn:hover {
  background: #811a5d;
}


/*************************************************************************/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.dubai360-error {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

@media (max-width: 64em) {
  .dubai360-error {
    font-size: 70%;
  }
}

.dubai360-error__header {
  height: 230px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 30em) {
  .dubai360-error__header {
    height: 150px;
  }
}

.dubai360-error__header__logo {
  background: url(/content/images/logo_dubai360.svg) no-repeat;
  width: 140px;
  height: 140px;
}

@media (max-width: 30em) {
  .dubai360-error__header__logo {
    width: 100px;
    height: 100px;
  }
}

.dubai360-error__footer {
  height: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 30em) {
  .dubai360-error__footer {
    height: calc(100% - 150px);
  }
}

.dubai360-error__footer__icon {
  height: 260px;
  width: 290px;
}

@media (max-width: 64em) {
  .dubai360-error__footer__icon {
    height: 215px;
    width: 240px;
  }
}

.dubai360-error__footer__icon--404 {
  background-image: url(/content/images/404/ic-error-404.svg);
  margin-bottom: 52px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 64em) {
  .dubai360-error__footer__icon--404 {
    margin-bottom: 0;
  }
}

.dubai360-error__footer__icon--500 {
  background-image: url(/content/images/404/ic-error-500.svg);
  margin-right: 2em;
  margin-left: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 64em) {
  .dubai360-error__footer__icon--500 {
    margin: 0;
  }
}

.dubai360-error__footer__text {
  display: block;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dubai360-error__footer__text__title {
  font-size: 1.875em;
  letter-spacing: 1px;
  font-weight: bold;
}

.dubai360-error__footer__text__title span {
  font-size: 1.875em;
}

@media (max-width: 64em) {
  .dubai360-error__footer__text__title {
    padding-top: 1em;
  }
}

@media (max-width: 30em) {
  .dubai360-error__footer__text__title {
    font-size: 1.375em;
  }
}

.dubai360-error__footer__text__subtitle {
  font-size: 1.375em;
  padding-top: 0.5em;
  letter-spacing: 1px;
}

.dubai360-error__footer__text__subtitle span {
  font-size: 1.375em;
}

@media (max-width: 30em) {
  .dubai360-error__footer__text__subtitle {
    font-size: 1.25em;
  }
}

.dubai360-error__footer__text__message {
  font-size: 1.375em;
  padding: 1em 0;
  max-width: 627px;
  letter-spacing: 1px;
}

.dubai360-error__footer__text__message span {
  font-size: 1.375em;
}

@media (max-width: 30em) {
  .dubai360-error__footer__text__message {
    font-size: 1.25em;
  }
}

.dubai360-error__footer button {
  height: 36px;
  width: 103px;
  border-radius: 2px;
  background-color: white;
  color: #1a90d2;
  border: none;
  cursor: pointer;
  outline: none;
}

.dubai360-error .error-404 {
  background: url(/content/images/404/bg-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

.dubai360-error .error-500 {
  background-image: url(/content/images/404/bg-image-500.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  text-align: start;
}

@media (max-width: 64em) {
  .dubai360-error .error-500 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 4em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.instructionsWidget {
  width: 100%;
  height: 100%;
  margin: 1em 0;
  overflow-y: auto;
}

.instructionsWidget__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.instructionsWidget__header__logo {
  width: 120px;
  height: 120px;
  margin-bottom: 1.5em;
}

@media (max-width: 30em) {
  .instructionsWidget__header__logo {
    width: 100px;
    height: 100px;
  }
}

.instructionsWidget__header__title {
  font-size: 1.875em;
  margin-bottom: 0.5em;
  color: #c23691;
  width: 60%;
}

@media (max-width: 30em) {
  .instructionsWidget__header__title {
    width: 90%;
  }
}

.instructionsWidget__header__message {
  font-size: 1em;
  width: 60%;
  line-height: 24px;
  margin-bottom: 1em;
  color: #2a2a2f;
}

@media (max-width: 30em) {
  .instructionsWidget__header__message {
    width: 90%;
  }
}

.instructionsWidget__header__code {
  border: 1px solid #d8d8d8;
  background-color: #f3f3f3;
  padding: 8px;
  font-size: 0.875em;
  margin-bottom: 1em;
  border-radius: 4px;
  width: 60%;
}

@media (max-width: 30em) {
  .instructionsWidget__header__code {
    width: 90%;
  }
}

.instructionsWidget__header__code span {
  white-space: normal;
}

.instructionsWidget__header__code .tag {
  color: #1a90d2;
}

.instructionsWidget__header__code .style {
  color: green;
}

.instructionsWidget__header__code .tab1 {
  padding-left: 32px;
}

@media (max-width: 30em) {
  .instructionsWidget__header__code .tab1 {
    padding-left: 16px;
  }
}

.instructionsWidget__header__code .tab2 {
  padding-left: 64px;
}

@media (max-width: 30em) {
  .instructionsWidget__header__code .tab2 {
    padding-left: 32px;
  }
}

.wrapper-button {
  width: 48px;
  height: 48px;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.wrapper-button:hover {
  background-color: #f3f3f3;
}

@media (max-width: 48em) {
  .headermainetajicon {
    display: none !important;
  }
  .wrapper-button:hover {
    background-color: transparent;
  }
}

.wrapper-button__icon {
  color: #1a90d2;
  font-size: 36px;
  cursor: pointer;
}

.is-active {
  color: #c23691;
}

.video-wrapper-button {
  font-size: 40px;
}

.dropdown {
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.dropdown-minify {
  font-size: small !important;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 48px;
  width: 100%;
}

.dropdown-chevronImg {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
}

.right-to-left .dropdown-chevronImg {
  left: 0;
  right: auto;
}

.language-switcher {
  height: 48px;
  width: 100%;
}

@media (max-width: 48em) {
  .language-switcher {
    border-left: 1px solid #e3e3e3;
    padding: 0 8px;
  }
  #mobilelanguage {
    display: block !important;
    padding-right: 3px;
    font-size: unset;
    position: absolute;
    right: 10px;
  }
}

.language-switcher .dropdown-wrapper select {
  height: 100%;
  border: none;
  font-size: 0.75em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  padding: 0 6px;
}

.language-switcher .dropdown-wrapper select option {
  font-size: 1.125em;
}

@media (max-width: 48em) {
  .right-to-left .language-switcher {
    border-right: 1px solid #e3e3e3;
    border-left: none;
  }
}

.dubai360-header {
  border-radius: 4px;
  height: 48px;
  position: relative;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  z-index: 1;
}

.dubai360-header:hover {
  z-index: 10000;
}

.dubai360-header__logo-languaje {
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 55px;
}

.dubai360-header__logo-languaje:hover {
  cursor: pointer;
}

@media (max-width: 78em) {
  #autotourbutton {
    display: none;
  }
  #ipadcity {
    display: block !important;
  }
  .dubai360-header__logo-languaje {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
  }
}

.dubai360-header__logo-languaje__logo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 40px;
  height: 40px;
}

.dubai360-header__description {
  text-align: center;
  width: 100%;
  font-size: 1em;
  padding: 0 12px;
  white-space: nowrap;
  position: relative;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .dubai360-header__description {
      word-wrap: break-word;
      white-space: unset;
  }
}

@media (max-width: 64em) {
  .dubai360-header__description {
    font-size: 0.875em;
    white-space: normal;
  }
}

.dubai360-header__description:hover .dubai360-tooltip,
.dubai360-header .wrapper-button:hover .dubai360-tooltip {
  display: block;
  -webkit-animation: appearFromUp 0.5s;
  animation: appearFromUp 0.5s;
}

@media (max-width: 30em) {
  .dubai360-header__description:hover .dubai360-tooltip,
  .dubai360-header .wrapper-button:hover .dubai360-tooltip {
    display: none;
  }
}

.dubai360-header__aloneicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 48em) {
  .dubai360-header .dubai360-header__aloneicon {
    /*display: none;*/
  }
}

.dubai360-header__aloneicon__icon {
  color: #1a90d2;
  font-size: 48px;
  cursor: pointer;
}

@media (max-width: 64em) {
  .dubai360-header__aloneicon__icon {
    font-size: 40px;
  }
}

.dubai360-header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

@media (max-width: 48em) {
  .dubai360-header__icons {
    display: none;
  }
}

.dubai360-header__icons__icon {
  color: #1a90d2;
  font-size: 48px;
  cursor: pointer;
}

@media (max-width: 64em) {
  .dubai360-header__icons__icon {
    font-size: 40px;
  }
}

.slider {
  background-color: #2a2a2f;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  direction: ltr !important;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  margin: 0 12px;
  position: relative;
}

.slider .fill {
  height: 100%;
  background-color: #c23691;
  top: 0;
}

.slider .tooltip {
  width: 30px;
  height: 15px;
  text-align: center;
  position: absolute;
  background-color: #bc2381;
  font-size: 0.7em;
  padding: 0.3em 0.5em;
  font-weight: bold;
  color: white;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 12px;
}

.slider .tooltip span {
  display: inline-block;
  line-height: 15px;
}

.wrapper-panel {
  position: fixed;
  background-color: white;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
  height: auto;
  border-radius: 4px;
  max-height: calc(100vh - 71px);
  z-index: 1;
  overflow: auto;
}

@media (max-width: 30em) {
  .wrapper-panel {
    width: 100%;
    margin: 0;
    max-height: 100vh;
  }
  .wrapper-panel.explorePannel {
    margin: 0;
    z-index: 3000;
  }
}

.wrapper-panel.top {
  top: 63px;
}

.wrapper-panel.bottom {
  bottom: 56px;
}

.wrapper-panel.center {
  top: calc(50vh - 220px);
  left: calc(50vw - 150px);
}

.wrapper-panel.center.visible {
  visibility: visible;
}

.wrapper-panel.center.hidden {
  visibility: hidden;
}

.wrapper-panel.right {
  right: 10px;
}

@media (max-width: 30em) {
  .wrapper-panel.right {
    right: 0;
  }
}

.wrapper-panel.right.visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s, -webkit-transform 0.5s;
  transition: visibility 0s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, visibility 0s;
  transition: transform 0.5s, visibility 0s;
  transition: transform 0.5s, visibility 0s, -webkit-transform 0.5s;
}

.wrapper-panel.right.hidden {
  -webkit-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
  -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: visibility 0s 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
}

.right-to-left .wrapper-panel.right {
  left: 10px;
  right: auto;
}

@media (max-width: 30em) {
  .right-to-left .wrapper-panel.right {
    left: auto;
    right: auto;
  }
}

.right-to-left .wrapper-panel.right.visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s, -webkit-transform 0.5s;
  transition: visibility 0s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, visibility 0s;
  transition: transform 0.5s, visibility 0s;
  transition: transform 0.5s, visibility 0s, -webkit-transform 0.5s;
}

.right-to-left .wrapper-panel.right.hidden {
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: visibility 0s 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
}

.wrapper-panel.left {
  left: 10px;
}

.wrapper-panel.left.visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s, width 0.5s, -webkit-transform 0.5s;
  transition: visibility 0s, width 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, visibility 0s, width 0.5s;
  transition: transform 0.5s, visibility 0s, width 0.5s;
  transition: transform 0.5s, visibility 0s, width 0.5s, -webkit-transform 0.5s;
}

.wrapper-panel.left.hidden {
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: visibility 0s 0.5s, width 0.5s, -webkit-transform 0.5s;
  transition: visibility 0s 0.5s, width 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, visibility 0s 0.5s, width 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s, width 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s, width 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
}

.right-to-left .wrapper-panel.left {
  right: 10px;
  left: auto;
}

 :not(.floorplanPanel) .right-to-left .wrapper-panel.left.visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s, -webkit-transform 0.5s;
  transition: visibility 0s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, visibility 0s;
  transition: transform 0.5s, visibility 0s;
  transition: transform 0.5s, visibility 0s, -webkit-transform 0.5s;
}

 :not(.floorplanPanel) .right-to-left .wrapper-panel.left.hidden {
  -webkit-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
  -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: visibility 0s 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
}

.wrapper-panel.floorplanPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 8px);
  width: calc(100vw - 16px);
}

@media (max-width: 48em) {
  .wrapper-panel.floorplanPanel {
    height: calc(100vh - 126px);
  }
}

@media (max-width: 30em) {
  .wrapper-panel.floorplanPanel {
    height: calc(100vh - 126px);
    top: 62px !important;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2005;
  }
}

.wrapper-panel.floorplanPanel.expand .wrapper-panel--main-container {
  max-width: 289px;
}

.wrapper-panel.floorplanViewer {
  width: calc(100% - 348px);
  height: calc(100vh - 72px);
  left: 338px;
  z-index: 0;
}

.wrapper-panel--main-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-width: 40px;
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

@media screen and (max-width: 600px),
screen and (max-height: 600px) {
  .visible {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: visibility 0s, -webkit-transform 0.5s !important;
    transition: visibility 0s, -webkit-transform 0.5s !important;
    -o-transition: transform 0.5s, visibility 0s !important;
    transition: transform 0.5s, visibility 0s !important;
    transition: transform 0.5s, visibility 0s, -webkit-transform 0.5s !important;
  }
  .hidden {
    -webkit-transform: translate3d(0, 120%, 0) !important;
    transform: translate3d(0, 120%, 0) !important;
    -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s !important;
    transition: visibility 0s 0.5s, -webkit-transform 0.5s !important;
    -o-transition: transform 0.5s, visibility 0s 0.5s !important;
    transition: transform 0.5s, visibility 0s 0.5s !important;
    transition: transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s !important;
    visibility: hidden !important;
  }
}

.search {
  width: auto;
  overflow: auto;
  width: 649px;
  max-height: calc(100vh - 71px);
}

@media (max-width: 48em) {
  .search {
    max-height: calc(100vh - 126px);
    width: calc(100vw - 18px);
  }
}

@media (max-width: 30em) {
  .search {
    overflow: unset;
    width: 100vw;
    max-height: 100vh;
    height: 100vh;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    border-radius: 0;
    z-index: 2005;
  }
}

.helpPannel {
  overflow: auto;
}

@media (max-width: 48em) {
  .helpPannel {
    width: calc(100vw - 16px);
    height: 500px;
  }
}

@media (max-width: 30em) {
  .helpPannel {
    height: calc(100% - 72px);
    max-height: 595px;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
}

.videosettingsPannel {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: auto;
  background-color: rgba(42, 42, 47, 0.6);
  z-index: 2003;
}

@media (max-width: 48em) {
  .videosettingsPannel {
    bottom: 70px;
  }
}

@media (max-width: 30em) {
  .videosettingsPannel {
    bottom: 58px !important;
    margin: 0;
  }
}

.right-to-left .videosettingsPannel {
  left: 0px;
  width: auto;
  right: auto;
}

@media (max-width: 48em) {
  .right-to-left .videosettingsPannel {
    bottom: 58px !important;
  }
}

@media (max-width: 30em) {
  .right-to-left .videosettingsPannel {
    bottom: 58px !important;
    margin: 0;
  }
}

.infoPannel {
  overflow: auto;
}

@media (max-width: 30em) {
  .infoPannel {
    width: 95% !important;
    margin: 0 auto;
    left: 0;
  }
  .clock_time {
    padding-left: 0px;
    padding-top: 15px;
  }
  .infoPanel__current-categories {
    padding-bottom: 0;
  }
}

@media (max-width: 30em) {
  .sharePannel {
    top: 0 !important;
    height: 100%;
  }
}

.ProjectionsPannel {
  width: 192px;
}

@media (max-width: 48em) {
  .gyroPannel {
    height: auto;
    width: calc(100vw - 18px);
    max-height: calc(100% - 126px);
  }
}

@media (max-width: 30em) {
  .gyroPannel {
    width: calc(100%);
    right: 0;
    height: calc(100%);
    max-height: calc(100%);
    margin: 0 !important;
    left: 0px !important;
    right: 0 !important;
    top: 0px !important;
  }
}

.wrapper-panel-close,
.wrapper-panel-expand {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  color: #959598;
}

.right-to-left .wrapper-panel-close,
.right-to-left .wrapper-panel-expand {
  left: 25px;
  right: auto;
}

.right-to-left .wrapper-panel-close,
.right-to-left .wrapper-panel-expand {
  left: 25px;
  right: auto;
}

@media (max-width: 30em) {
  .right-to-left .wrapper-panel-close,
  .right-to-left .wrapper-panel-expand {
    left: 15px;
    right: auto;
  }
}

.videosettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 4px;
  padding: 17px 20px;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.videosettings__title {
  margin-bottom: 4px;
  font-size: 1em;
}

.videosettings__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.videosettings__options li {
  padding: 4px 8px;
  margin-bottom: 8px;
  background-color: #f3f3f3;
  font-weight: bold;
  border-radius: 4px;
  color: #2a2a2f;
}

.videosettings__options li span {
  font-size: 0.875em;
}

.videosettings__options li:hover {
  background-color: #9b2b74;
  color: white;
  cursor: pointer;
}

.videosettings__options li.selected {
  background-color: #c23691;
  color: white;
}

.right-to-left .videosettings__options li.selected::before {
  margin-right: -12px;
}

.videosettings__border {
  border: 0.5px solid;
  background-color: #d8d8d8;
  margin: 0 8px;
}

.dubai360-footer {
  display: none;
}

@media (max-width: 48em) {
  .dubai360-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    z-index: 9999999999;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    background-color: white;
    z-index: 2004;
    border-radius: 4px;
    margin: 8px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    width: calc(100% - 16px);
  }
  .dubai360-footer__icon {
    color: #1a90d2;
    font-size: 48px;
  }
}

.videoScene-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 8px;
  width: 100vw;
}

@media (max-width: 48em) {
  .videoScene-wrapper {
    bottom: 56px;
    width: calc(100vw - 16px);
    margin: 8px;
  }
}

.videoScene-wrapper .videoScene {
  width: 100%;
  border-radius: 4px;
  background-color: rgba(42, 42, 47, 0.6);
  padding-bottom: 8px;
  margin: 0 15%;
}

@media (max-width: 48em) {
  .videoScene-wrapper .videoScene {
    margin: 0;
  }
}

.videoScene-wrapper .videoScene__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-tap-highlight-color: transparent;
}

.videoScene-wrapper .videoScene__buttons__actions {
  width: 10%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

@media (max-width: 30em) {
  .videoScene-wrapper .videoScene__buttons__actions {
    width: 30%;
  }
}

.videoScene-wrapper .videoScene__buttons__settings {
  color: white;
  cursor: pointer;
  position: relative;
}

.videoScene-wrapper .videoScene__slider {
  height: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.krpano {
  width: 100%;
  height: 100%;
  direction: ltr !important;
}

.listItem-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.resultsPanel .listItem-wrapper {
  padding: 0;
}

.explore__listContainer .listItem-wrapper,
.infoPanel .listItem-wrapper {
  width: unset ;
}

.explore__listContainer .virtualizedGrid__content {
  width: calc(100% - 140px);
}

.explore__listContainer .listItem {
  width: 244px;
  height: 224px;
}

.searchPanel__resultscontainer .listItem-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 3);
}

.searchPanel__resultscontainer .listItem {
  max-height: 192px;
}

.listItem:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.listItem {
  height: 240px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 244px;
}

@media (max-width: 30em) {
  .listItem {
    width: 176px;
    height: 192px;
  }
}

@media (max-width: 30em) {
  .listItem:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
  }
}

.listItem__img {
  height: 50%;
}

.listItem__img--scene {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.listItem__img--video-tag {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a90d2;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
}

.listItem__img--video-tag span {
  font-size: 65px;
}

.listItem__text {
  height: 50%;
  color: #2a2a2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 0.875em;
  padding: 8px 8px 0;
}

.listItem__icon-category {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
}

@media (max-width: 30em) {
  .listItem .active-category {
    height: 6px;
    background-color: #da389c;
    border-radius: 0 0 4px 4px;
    margin-top: -14px;
  }
}

.infoPanel {
  width: 700px;
  border-radius: 4px;
  padding: 24px 24px 12px 24px;
}

@media (max-width: 48em) {
  .infoPanel {
    width: calc(100vw - 66px);
  }
  .infoPannel {
    width: 97.3%;
    height: 80%;
  }
}

.infoPanel__current-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 18px;
}

.infoPanel__title h1, .infoPanel__title h2 {
  letter-spacing: 1px;
  color: #c23691;
  font-size: 1.4em;
  padding-bottom: 5px;
  font-weight: normal;
}

.infoPanel__title2 {
  letter-spacing: 1px;
  color: #1a90d2;
  font-size: 1em;
  padding-bottom: 16px;
}

@media (max-width: 30em) {
  .infoPanel__title {
    font-size: 1.375em;
  }
}

.infoPanel__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 48em) {
  .infoPanel__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.infoPanel__description__message {
  font-size: 0.875em;
  color: #2a2a2f;
  width: 75%;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  padding-bottom: 20px;
  background: -webkit-linear-gradient(#2a2a2f calc(100% - 20px), white);
  background: -o-linear-gradient(#2a2a2f calc(100% - 20px), white);
  background: linear-gradient(#2a2a2f calc(100% - 20px), white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 48em) {
  .infoPanel__description__message {
    width: 100%;
  }
}

.infoPanel__description__message--truncated {
  max-height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2a2a2f), to(white));
  background: -webkit-linear-gradient(#2a2a2f 50%, white);
  background: -o-linear-gradient(#2a2a2f 50%, white);
  background: linear-gradient(#2a2a2f 50%, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.infoPanel__description__message,
.infoPanel__description__message--truncated {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: max-height, height;
  -o-transition-property: max-height, height;
  transition-property: max-height, height;
}

.infoPanel__description__elipsis {
  color: #c23691;
  font-size: 1.875em;
  cursor: pointer;
}

.infoPanel__overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 24px;
  margin-top: 12px;
}

.infoPanel__overflow .arrow {
  font-size: 30px;
  color: rgba(42, 42, 47, 0.24);
  padding-left: 8px;
  cursor: pointer;
}

.infoPanel__overflow .arrow.active {
  color: #c23691;
}

.infoPanel__overflow .arrow.active.slick-disabled {
  color: rgba(42, 42, 47, 0.24);
}

.infoPanel__otherLocation .ReactVirtualized__Grid {
  outline: none;
  overflow: hidden !important;
}

.infoPanel__otherLocation__title {
  padding-top: 24px;
  color: #2a2a2f;
  font-size: 1.125em;
  font-weight: bold;
}

.infoPanel__otherLocation__listContainer {
  margin-left: -10px;
  margin-right: -24px;
}

.right-to-left .infoPanel__otherLocation__title {
  font-size: 1.25em;
}

.right-to-left .infoPanel__otherLocation__listContainer {
  margin-left: 24px;
  margin-right: 10px;
}

.fullScreenPanel {
  background: white;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  top: 0;
  left: 0;
}

.fullScreenPanel.fullScreenPanel_filter {
  position: absolute;
  display: none;
}

.fullScreenPanel.fullScreenPanel_search {
  position: absolute;
  display: none;
}

@media (max-width: 30em) {
  .fullScreenPanel {
    z-index: 2005;
  }
}

.resultsPanel {
  padding: 32px 16px;
  font-weight: bold;
  height: 100%;
}

.resultsPanel__title {
  color: #2a2a2f;
  font-size: 1.125em;
  padding-bottom: 16px;
}

.resultsPanel__resultsContainer {
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categories {
  -webkit-transition: overflow-y 0s, max-height 0.5s ease-in-out;
  -o-transition: overflow-y 0s, max-height 0.5s ease-in-out;
  transition: overflow-y 0s, max-height 0.5s ease-in-out;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.categories :first-child {
  padding: 5px;
  border: 1px solid #bc2381;
}

.categories.hidden {
  -webkit-transition: visibility 1s;
  -o-transition: visibility 1s;
  transition: visibility 1s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
  max-height: 0;
}

.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 276px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-y: hidden;
}

@media (max-width: 48em) {
  .category-wrapper {
    padding: 0 8px;
    overflow-y: auto;
  }
}

@media (max-width: 40em) {
  .category-wrapper {
    padding-left: 1em;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    min-height: auto;
  }
}

@media (max-width: 30em) {
  .category-wrapper {
    min-height: 276px;
    height: auto;
  }
}

.category-wrapper.hidden {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  min-height: 0;
  overflow-y: hidden;
}

.category-wrapper--arrow {
  font-size: 1.875em;
  color: rgba(42, 42, 47, 0.24);
  /*padding-right: 8px;*/
  cursor: pointer;
}

@media (max-width: 40em) {
  .category-wrapper--arrow {
    display: none;
  }
}

.cotegory-slick {
  display: block;
}

.searchPanel__results {
  /* display: none !important;*/
}

.category-wrapper--category {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: -ms-grid !important;
  display: grid !important;
  grid-gap: 13px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  width: unset !important;
}

@media (max-width: 40em) {
  .category-wrapper--category {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /*width: 100% !important;*/
  }
}

@media (max-width: 30em) {
  .chevron-mobile {
    display: none;
  }
}

.searchPanel {
  padding: 40px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: calc(100% - -10px);
}

@media (max-width: 30em) {
  .searchPanel {
    padding: 48px 0 0;
  }
}

.searchPanel__input {
  padding: 12px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
}

.searchPanel__input span.clear-field {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iRXhwb3J0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYTJhMmY7b3BhY2l0eTowLjU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY19jbG9zZTwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjIwLjQ4IDQuOTMgMTkuMDcgMy41MiAxMiAxMC41OSA0LjkzIDMuNTIgMy41MiA0LjkzIDEwLjU5IDEyIDMuNTIgMTkuMDcgNC45MyAyMC40OCAxMiAxMy40MSAxOS4wNyAyMC40OCAyMC40OCAxOS4wNyAxMy40MSAxMiAyMC40OCA0LjkzIi8+PC9zdmc+');
  cursor: pointer;
  right: 9px;
  top: 13px;
}

@media (max-width: 30em) {
  .searchPanel__input {
    margin: 0 12px;
  }
}

.searchPanel__filtered {
  padding: 32px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 30em) {
  .searchPanel__filtered {
    padding: 8px;
  }
}

.searchPanel__filtered__title {
  color: #2a2a2f;
  font-size: 1em;
  font-weight: bold;
  padding: 0 8px;
  cursor: pointer;
}

.searchPanel__filtered__clear {
  display: none;
}

@media (max-width: 40em) {
  .searchPanel__filtered__clear {
    display: inline;
    color: #1a90d2;
    font-size: 0.75em;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 16px;
    left: 12px;
  }
}

.searchPanel__wrapper-category {
  overflow: auto;
  /* padding-bottom: 12px;*/
}

@media (max-width: 40em) {
  .searchPanel__wrapper-category {
    overflow: auto;
    padding-bottom: 10px;
    height: calc(100% - 222px);
  }
}

.searchPanel__results {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  height: 32px;
  width: 320px;
  border-radius: 2px;
  border: none;
  outline: none;
  font-size: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.searchPanel__results span {
  font-weight: bold;
}

.searchPanel__button {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  height: 32px;
  width: 320px;
  border-radius: 2px;
  border: none;
  outline: none;
  font-size: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.searchPanel__button span {
  font-weight: bold;
}

@media (max-width: 30em) {
  .searchPanel__button {
    height: 56px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    /* margin-top: 0; */
    background-color: #c23691;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 40em) {
  .searchPanel .category-wrapper {
    padding: 0 8px;
  }
}

.searchPanel .category-wrapper .icon-wrapper:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 48em) {
  .searchPanel .category-wrapper .icon-wrapper:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.searchPanel__resultscontainer {
  outline: none;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchPanel__resultscontainer .ReactVirtualized__Grid {
  outline: none;
  width: 600px !important;
}

.right-to-left .searchPanel__filtered__clear {
  display: none;
}

@media (max-width: 40em) {
  .right-to-left .searchPanel__filtered__clear {
    display: inline;
    color: #1a90d2;
    font-size: 1.25em;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 16px;
    left: 0;
    right: 12px;
  }
  .searchPanel__resultscontainer {
    display: none !important;
  }
  /*.searchPanel__results {display: none;}
    .searchPanel__button {display: flex;}*/
}

.right-to-left .searchPanel__filtered__title {
  font-size: 1.375em;
}

.right-to-left .searchPanel__button,
.right-to-left .searchPanel__results,
.right-to-left .searchPanel__input {
  font-size: 1.25em;
}

.hotspotPreview-wrapper {
  padding: 10px;
  background: white;
  border-radius: 5px;
  z-index: 9999;
  height: calc(100% - 20px);
}

.hidden {
  visibility: hidden;
}

.hotspotPreview-wrapper {
  padding: 10px;
  background: white;
  border-radius: 5px;
  z-index: 9999;
  height: calc(100% - 20px);
}

.hidden {
  visibility: hidden;
}

.hotspotPreview-close {
  position: absolute;
  width: 12px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}

.right-to-left .hotspotPreview-close {
  left: 10px;
  right: auto;
}

.hotspotPreview {
  width: 240px;
  height: 240px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 30em) {
  .hotspotPreview {
    width: 176px;
    height: 192px;
  }
  .hotspotPreview .thumb img {
    width: 280px;
    height: 150px;
    margin-bottom: 7px;
  }
  .hotspotPreview.right::before {
    top: 120px !important;
    left: 0;
  }
  .hotspotPreview.left::before {
    top: 120px !important;
    right: -14px;
  }
  .hotspotPreview.top::before {
    left: 90px !important;
  }
  .hotspotPreview.bottom::before {
    left: 90px !important;
  }
}

.hotspotPreview__innerWrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  z-index: 2;
}

.hotspotPreview__img {
  height: 50%;
}

.hotspotPreview__img--scene {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.hotspotPreview__img--video-tag {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a90d2;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
}

.hotspotPreview__img--video-tag span {
  font-size: 65px;
}

.hotspotPreview__text {
  height: 50%;
  color: #2a2a2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 0.875em;
  padding: 0 8px;
}

.hotspotPreview__icon-category {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
}

.hotspotPreview.right::before {
  top: 152px;
  left: 0;
}

.hotspotPreview.left::before {
  top: 152px;
  right: -8px;
}

.hotspotPreview.top::before {
  top: -23px;
  left: 115px;
}

.hotspotPreview.bottom::before {
  bottom: -8px;
  left: 115px;
}

.hotspotPreview::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -8px;
  margin-top: 16px;
  background-color: white;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.filterPanel {
  padding: 32px 16px;
  font-weight: bold;
}

.filterPanel__title {
  color: #2a2a2f;
  font-size: 1.125em;
}

.filterPanel__options {
  padding-top: 16px;
}

.filterPanel__options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.6;
}

.filterPanel__options li.active {
  background-color: #f3f3f3;
  border-radius: 4px;
  opacity: 1;
}

.right-to-left .filterPanel__title {
  font-size: 1.375em;
}

.right-to-left .filterPanel__options li {
  font-size: 1.25em;
}

.Resizer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.2;
  z-index: 2006;
  background-clip: padding-box;
}

@media (max-width: 30em) {
  .Resizer {
    z-index: 0;
  }
}

.Resizer:hover {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}

.Resizer.horizontal:hover {
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 48em) {
  .btn_slider_slick {
    display: none;
  }
  .Pane2 {
    z-index: 0;
  }
}

.explore__listContainer {
  height: 100%;
  padding: 0 15%;
  z-index: 2;
}

@media (max-width: 78em) {
  .explore__listContainer {
    padding: 0 5%;
  }
}

@media (max-width: 30em) {
  .explore__listContainer {
    padding: 0;
    padding-left: 16px;
    overflow-y: hidden;
  }
}

.explore__listContainer .virtualizedGrid__otherLocation {
  padding-bottom: 1em;
  width: 100%;
  margin-left: 2em;
  margin-right: 3em;
}

@media (max-width: 30em) {
  .explore__listContainer .virtualizedGrid__otherLocation {
    margin: 0;
  }
}

.explore__listContainer .virtualizedGrid__otherLocation__title {
  padding: 1em 8px 0;
}

.mybtn.wrapper-button {
  position: absolute;
  border-radius: 4px;
  height: 32px;
  width: 75px;
  color: white;
  background-color: #c23691;
  padding: 4px 8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -20px;
  right: 10px;
}

.wrapper-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 30em) {
  .wrapper-slider {
    display: none;
  }
  .mybtn.wrapper-button {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wrapper-slider__slider {
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 100%;
  top: -25px;
  position: absolute;
  z-index: 1;
  cursor: row-resize;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}

.wrapper-slider__slider span {
  color: #919193;
  font-size: 1.25em;
}

.virtualizedGrid__otherLocation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.virtualizedGrid__otherLocation__wrapper .icon-ic_arrow_right_big,
.virtualizedGrid__otherLocation__wrapper .icon-ic_arrow_left_big {
  font-size: 60px;
  cursor: pointer;
  color: #919193;
  padding-top: 40px;
}

.explorer-header {
  width: calc(100% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
}

@media (max-width: 30em) {
  .explorer-header {
    width: calc(100% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 0;
  }
}

.explorer-header__icon-wrapper {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.explorer-header__icon-wrapper:hover {
  cursor: pointer;
}

.explorer-header .full {
  font-size: 48px;
  color: #1a90d2;
}

.explorer-header .close {
  color: #666666;
  font-size: 25px;
}

@media (max-width: 30em) {
  .right-to-left .explore__listContainer {
    padding: 0;
    padding-right: 16px;
    overflow-y: hidden;
  }
}

.right-to-left .explore__listContainer .wrapper-button {
  font-size: 1.25em;
  position: absolute;
  border-radius: 4px;
  height: 32px;
  width: 75px;
  color: white;
  background-color: #c23691;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -20px;
  left: 10px;
  right: unset;
  z-index: 1;
}

.right-to-left .virtualizedGrid__otherLocation__title {
  font-size: 1.25em;
  padding: 0.5em 8px 0;
}

@media (max-width: 30em) {
  .right-to-left .explorer-header {
    width: calc(100% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: absolute;
    top: 8px;
    right: 8px;
  }
}

.virtualizedGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.virtualizedGrid__content {
  width: 100%;
  height: 100%;
  margin: -10px;
}

.virtualizedGrid__otherLocation .ReactVirtualized__Grid {
  outline: none;
  overflow: hidden !important;
}

@media (max-width: 30em) {
  .virtualizedGrid__otherLocation .ReactVirtualized__Grid {
    overflow-x: auto !important;
  }
}

.virtualizedGrid__title {
  padding: 20px 0;
  /*padding-top: 24px;*/
  color: #2a2a2f;
  font-size: 1.125em;
  font-weight: bold;
}


/*.virtualizedGrid__listContainer {
    margin-left: -10px;
    margin-right: -24px; }*/

.virtualizedGrid .icon-ic_arrow_right_big,
.virtualizedGrid .icon-ic_arrow_left_big {
  font-size: 70px;
}

.right-to-left .virtualizedGrid__listContainer {
  margin-left: -10px;
  margin-right: -8px;
}

.touchable .ReactVirtualized__Grid {
  outline: none;
  overflow-x: auto !important;
}

.section-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 80%;
  padding: 0 38px;
}

@media (max-width: 48em) {
  .section-help {
    padding: 0;
  }
}

@media (max-width: 30em) {
  .section-help {
    text-align: center;
    padding: 0 8px;
    height: 85%;
  }
}

.section-help__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.section-help__content__title {
  color: #c23691;
  font-size: 1.875em;
  padding: 1.5em 0 0.5em;
}

@media (max-width: 30em) {
  .section-help__content__title {
    padding: 16px 0 8px;
  }
}

.section-help__content__message {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 48em) {
  .section-help__content__message {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media (max-width: 30em) {
  .section-help__content__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.section-help__content__message__text {
  color: #2a2a2f;
  font-size: 0.875em;
  line-height: 24px;
  width: 70%;
}

@media (max-width: 30em) {
  .section-help__content__message__text {
    width: 100%;
    line-height: 20px;
  }
}

.section-help__content__message .img-wrapper {
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 30em) {
  .section-help__content__message .img-wrapper {
    padding: 15%;
  }
}

.section-help__content__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-help__content__icons--arrow {
  font-size: 30px;
  color: rgba(42, 42, 47, 0.24);
  padding-right: 8px;
  cursor: pointer;
}

.section-help__content__icons--controls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 0 8px;
}

@media (max-width: 30em) {
  .section-help__content__icons--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: start;
  }
}

@media (max-width: 30em) {
  .section-help__content__icons--controls .icon-wrapper {
    padding-bottom: 4px;
  }
}

.section-help__content__icons--category {
  padding-top: 8px;
  display: -ms-grid;
  display: grid;
  grid-gap: 13px;
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 40em) {
  .section-help__content__icons--category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: start;
  }
}

.section-help__content .category-wrapper-mobile {
  height: 100%;
  overflow: auto;
}

.section-help__content .category-wrapper-mobile .icon-wrapper__icon:hover {
  cursor: default;
}

.right-to-left .section-help__content__message__text {
  font-size: 1.25em;
  line-height: 35px;
}

.helpPanel {
  height: 470px;
  width: 670px;
  top: 60px;
  overflow-x: hidden;
  overflow-y: scroll !important;
}

@media (max-width: 48em) {
  .helpPanel {
    text-align: center;
    height: 100%;
    width: auto;
  }
}

@media (max-width: 30em) {
  .helpPanel {
    width: calc(100vw - 16px);
  }
}

.pagination {
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 48em) {
  .pagination {
    height: 15%;
  }
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 48em) {
  .pagination ul {
    cursor: default;
  }
}

.pagination__wrapper {
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 6px;
}

.pagination__wrapper:hover {
  cursor: pointer;
}

@media (max-width: 48em) {
  .pagination__wrapper {
    width: 32px;
    height: 32px;
  }
}

.pagination__wrapper span {
  font-size: 1em;
  font-weight: bold;
}

.feedbackPanel {
  width: 370px;
  border-radius: 4px;
  background-color: white;
  padding: 32px 24px;
}

.feedbackPanel__title {
  color: #c23691;
  font-size: 1.875em;
  letter-spacing: 1px;
  padding-bottom: 24px;
}

.feedbackPanel__message {
  color: #2a2a2f;
  font-size: 0.875em;
  line-height: 24px;
  padding-bottom: 24px;
}

.feedbackPanel__wrapper-inputs {
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  background-color: white;
  color: #2a2a2f;
  margin-bottom: 16px;
  padding: 8px 0;
  font-size: 0.875em;
}

.feedbackPanel__wrapper-inputs--dropdown {
  opacity: 0.6;
}

.feedbackPanel__wrapper-inputs--dropdown .dropdown-wrapper {
  height: 20px;
  cursor: pointer;
  position: relative;
}

.feedbackPanel__wrapper-inputs--dropdown .dropdown-chevronImg {
  position: absolute;
}

.feedbackPanel__wrapper-inputs--dropdown select {
  border: none;
  outline: none;
  padding: 8px;
  z-index: 1;
}

.feedbackPanel__wrapper-inputs--dropdown select option {
  cursor: pointer;
}

.feedbackPanel__wrapper-inputs--input {
  border: none;
  outline: none;
  width: calc(100% - 16px);
  padding: 0 8px;
}

.feedbackPanel__wrapper-inputs--textarea {
  border: none;
  outline: none;
  height: 200px;
  width: calc(100% - 16px);
  resize: none;
  padding: 0 8px;
}

.feedbackPanel__buttons {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.feedbackPanel__buttons button {
  min-width: 96px;
  margin-left: 8px;
  text-transform: uppercase;
}

.right-to-left .feedbackPanel__wrapper-inputs,
.right-to-left .feedbackPanel__message,
.right-to-left .feedbackPanel__buttons {
  font-size: 1.25em;
}

.right-to-left .feedbackPanel__buttons button {
  margin-right: 8px;
  margin-left: 0;
}

.mail__inputs {
  position: absolute;
  background-color: #f3f3f3;
  top: -80px;
  right: 0;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 64px;
}

.mail__inputs div {
  width: 80%;
  margin-right: 24px;
}

.mail__inputs div input {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.875em;
  outline: none;
  border: 1px solid #9b9b9b;
  background-color: white;
  color: #2a2a2f;
}

.mail__inputs button {
  height: 100%;
  width: 20%;
}

.right-to-left .mail__inputs div {
  margin-left: 24px;
  margin-right: 0;
}

.socialnetwork-icon {
  cursor: pointer;
  height: 40px !important;
  width: 40px !important;
  overflow: hidden;
}

.socialnetwork-icon img {
  width: 80%;
  height: 80%;
  margin: 10%;
}

.socialnetwork-icon--mail {
  background-color: #bbb;
}

#krpanoscreenshot {
  width: 100%;
  height: 300px;
  display: block;
}

.sharePanel {
  width: 364px;
}

@media (max-width: 30em) {
  .sharePanel {
    width: auto;
  }
}

.sharePanel__title {
  font-size: 1em;
  color: #2a2a2f;
  padding-left: 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.sharePanel__screenshot&gt;* {
  width: 100%;
  height: 300px;
  display: block;
}

@media (max-width: 30em) {
  .sharePanel__screenshot {
    height: 300px;
  }
  .sharePanel__screenshot&gt;* {
    height: 100%;
  }
}

.sharePanel__social {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.sharePanel__social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.sharePanel__social__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding-top: 8px;
}

.sharePanel__social__share__url {
  width: 32px;
  height: 32px;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sharePanel__social__share input {
  background-color: rgba(224, 225, 226, 0.5);
  color: #1a90d2;
  border: none;
  width: 100%;
  height: 100%;
  padding-right: 8px;
  padding-left: 8px;
  direction: initial;
  font-size: 0.875em;
}

.right-to-left .sharePanel__title {
  padding-right: 16px;
  padding-left: 0;
  font-size: 1.25em;
}

.checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 21px;
  cursor: pointer;
}

.checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  height: 13px;
  width: 13px;
  border: 2px solid #7f7f7f;
  border-radius: 2px;
  margin-right: 12px;
}

.checkbox.checked {
  background: #1a90d2;
  border: 1px solid #1a90d2;
}

.checkbox.checked::after {
  content: '';
  position: absolute;
  display: block;
  left: 4px;
  top: 0;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gyro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: calc(100% - 71px);
}

.gyro__title {
  color: #c23691;
  font-size: 1.875em;
  letter-spacing: 1px;
  margin: 16px 0 24px 0;
}

.gyro__icon {
  margin-bottom: 24px;
}

.gyro__message {
  line-height: 24px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 70%;
  margin-bottom: 24px;
}

.gyro__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c23691;
  margin-bottom: 24px;
}

.gyro__button button {
  padding: 12px 32px;
  width: 167px;
  border-radius: 4px;
  height: 40px;
}

.gyro__button button:hover {
  cursor: pointer;
}

.gyro__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.gyro__checkbox--text {
  font-size: 0.75em;
  color: #1a90d2;
  padding: 0 8px;
}

.right-to-left .gyro__message {
  font-size: 1.375em;
}

.right-to-left .gyro__button {
  font-size: 1.25em;
}

.right-to-left .gyro__checkbox--text {
  font-size: 1.25em;
}

.krpano-floorplan {
  position: relative;
  direction: ltr !important;
  height: calc(100% - 142px);
}

.krpano-floorplan :first-child {
  border-radius: 4px;
}

.krpano-floorplan--full {
  height: calc(100% - 68px);
}

.floorplan-viewer {
  z-index: 2006;
  height: 100%;
  margin: 0 24px;
  overflow: hidden;
}

.floorplan-viewer__header {
  height: 48px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floorplan-viewer__header__name {
  color: #2a2a2f;
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 1px;
  min-width: 300px;
  overflow: hidden;
}

.floorplan-viewer__header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floorplan-viewer__header__img {
  margin-right: 10px;
  border-radius: 4px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px;
}

#floor-krpano {
  max-height: 739px;
  overflow: hidden;
}

.floorplan-tab {
  overflow: hidden;
  margin-bottom: 300px;
  max-height: 739px;
}

@media (max-width: 64em) {
  .floorplan-viewer__header__img {
    margin: 0 8px;
  }
}

.floorplan-viewer__header__img--icon {
  padding: 0 4px;
  font-size: 1.125em;
}

.floorplan-viewer__header__img--text {
  color: #2a2a2f;
  font-size: 0.875em;
  font-weight: bold;
  padding: 0 4px;
}

@media (max-width: 64em) {
  .floorplan-viewer__header__img--text {
    font-size: 0.75em;
  }
}

@media (max-width: 30em) {
  .floorplan-viewer__header__img {
    display: none;
  }
}

.floorplan-viewer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 12px 0;
  overflow-x: auto;
  position: relative;
}

.floorplan-viewer__footer__element {
  margin: 0 4px 8px;
  padding: 12px 16px;
  border-radius: 40px;
  background-color: #1a90d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  min-width: 180px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.floorplan-viewer__footer__element__icon {
  width: 32px;
  height: 32px;
  padding-right: 8px;
}

@media (max-width: 78em) {
  .floorplan-viewer__footer__element__icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 30em) {
  .floorplan-viewer__footer__element__icon {
    display: none;
  }
}

.floorplan-viewer__footer__element__name {
  font-size: 0.875em;
  min-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: unset;
  text-overflow: unset;
}

.floorplan-viewer__footer__element--selected {
  cursor: auto;
}

.right-to-left .floorplan-viewer__footer__element__icon {
  padding-right: 0;
  padding-left: 8px;
}

.floorplan {
  margin-left: 16px;
  height: 100%;
}

.floorplan__recommended__title {
  color: #2a2a2f;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 1px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floorplan__listContainer {
  height: calc(100% - 48px);
  outline: none;
}

.floorplan-viewer__header .icon-wrapper {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floorplan-viewer__header .icon-wrapper:hover {
  cursor: pointer;
}

.right-to-left .floorplan {
  margin-right: 16px;
}

.projection {
  text-align: center;
  padding: 16px 8px;
}

.projection li {
  padding: 4px 8px;
  margin-bottom: 8px;
  background-color: #f3f3f3;
}

.projection li span {
  font-size: 0.875em;
}

.projection li:hover {
  background-color: #9b2b74;
  color: white;
  cursor: pointer;
}

.projection li.selected {
  background-color: #c23691;
  color: white;
}

.right-to-left .projection li.selected::before {
  margin-right: -12px;
}

.title-projection {
  color: #2a2a2f;
  font-size: 1em;
  padding-bottom: 16px;
}

.right-to-left .title-projection {
  color: #2a2a2f;
  font-size: 1.375em;
  padding-bottom: 16px;
}

.right-to-left .projection li span {
  font-size: 1.25em;
}

.info-section {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
}

.right-to-left .info-section {
  right: 0;
  left: auto;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  .info-section {
    display: none;
  }
}

.krpano-section {
  height: 100%;
  background-color: black;
}

@media screen and (max-width: 600px),
screen and (max-height: 600px) {
  .onlyOnDesktop {
    display: none;
  }
}

.fullScreenIcon {
  z-index: 1;
  background-color: #1a90d2;
  position: fixed;
  right: 30px;
  top: 38px;
  color: white;
  font-size: 25px;
  border-radius: 4px;
  padding: 8px;
}

.fullScreenIcon:hover {
  cursor: pointer;
}

.root {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.right-to-left {
  direction: rtl;
}

.searchPanel .category-opacity {
  opacity: 0.6;
}

.color-opacity {
  opacity: 0.6;
}

.bigTitle {
  height: 30px;
  font-size: 1.2em;
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
  color: #c23691;
}

.bigTitle::after {
  content: '';
  background: #d8d8d8;
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 1px;
  width: calc(100% - 20px);
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

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

strong,
b,
mark {
  font-weight: bold;
  font-style: inherit;
}

em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

ins {
  border-bottom: 1px solid;
}

a,
u,
ins {
  text-decoration: none;
}

del,
s {
  text-decoration: line-through;
}

pre,
code,
samp,
kbd {
  font-family: monospace;
}

small {
  font-size: 0.75em;
}

img {
  border: none;
  font-style: italic;
}

input,
select,
textarea {
  font: inherit;
}

body,
html {
  height: 100%;
  overflow: hidden;
}

#root {
  height: 100%;
  width: 100%;
}

.ReactVirtualized__Grid {
  outline: none;
}


/*------------------------------------*                BASE
\*------------------------------------*/

.appear--right,
.appear--left {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.fade--in {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.appear--right {
  -webkit-animation-name: appearFromRight;
  animation-name: appearFromRight;
}

.appear--left {
  -webkit-animation-name: appearFromLeft;
  animation-name: appearFromLeft;
}

.appearFromUp {
  -webkit-animation: appearFromUp 0.5s;
  animation: appearFromUp 0.5s;
}


/*------------------------------------*   KEYFRAMES
\*------------------------------------*/

@-webkit-keyframes appearFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes appearFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes appearFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes appearFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes appearFromUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes appearFromUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.icon-wrapper__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 56px;
}

@media (max-width: 48em) {
  .icon-wrapper__icon {
    width: 100%;
  }
}

.icon-wrapper__icon:hover {
  cursor: pointer;
}

.icon-wrapper__icon--controls {
  font-size: 48px;
  color: #1a90d2 !important;
}

@media (max-width: 30em) {
  .icon-wrapper__icon--controls {
    font-size: 40px;
  }
}

.icon-wrapper__icon--category {
  border: 2px solid white;
  border-radius: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-wrapper__icon--category.category-normal {
  width: 40px;
  height: 40px;
}

.icon-wrapper__icon--category.category-normal img {
  width: 32px;
  height: 32px;
}

.icon-wrapper__icon--category.category-small {
  width: 35px;
  height: 35px;
}

.icon-wrapper__icon--category.category-small img {
  width: 25px;
  height: 25px;
}

.icon-wrapper__text {
  color: #2a2a2f;
  font-size: 0.875em;
}

@media (max-width: 48em) {
  .icon-wrapper__text {
    text-align: start;
  }
}

.icon-wrapper--selected {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 4px;
  width: 240px;
  height: 56px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 48em) {
  .icon-wrapper--selected {
    width: 100%;
  }
  .listItem-wrapper {
    position: block !important;
  }
  #searchContainerMobile {
    display: inline-table;
    padding-top: 20px;
  }
  .resultsPanel__resultsContainer {
    overflow: scroll;
    height: 85%;
  }
  .language-switcher {
    display: none;
  }
  .dubai360-header__logo-languaje {
    margin-right: 3px;
  }
  .resultsPanel {
    padding: 32px 0;
  }
  .listItem-wrapper {
    width: 176px !important;
height: 192px;
    display: inline-table;
  }
  .listItem {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.right-to-left .icon-wrapper__text {
  font-size: 1.25em;
}

@font-face {
  font-family: 'dubai360-icons';
  src: url("dubai360-icons.eot"), url("dubai360-icons.eot#iefix") format("embedded-opentype"), url("dubai360-icons.ttf") format("truetype"), url("dubai360-icons.woff") format("woff"), url("dubai360-icons.svg#dubai360-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^='icon-ic'],
[class*=' icon-ic'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dubai360-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic_windowed:before {
  content: '\E900';
}

.icon-ic_nosound:before {
  content: '\E901';
}

.icon-ic_configuration:before {
  content: '\E902';
}

.icon-ic_pause:before {
  content: '\E903';
}

.icon-ic_play:before {
  content: '\E904';
}

.icon-ic_sound:before {
  content: '\E905';
}

.icon-ic_arrow_down:before {
  content: '\E906';
}

.icon-ic_arrow_left:before {
  content: '\E907';
}

.icon-ic_arrow_left_active_v2:before {
  content: '\E908';
}

.icon-ic_arrow_right:before {
  content: '\E909';
}

.icon-ic_arrow_right__active_v2:before {
  content: '\E90A';
}

.icon-ic_playcopy:before {
  content: '\E90B';
}

.icon-ic_arrow_up:before {
  content: '\E90C';
}

.icon-ic_checkbox-off:before {
  content: '\E90D';
}

.icon-ic_checkbox-on:before {
  content: '\E90E';
}

.icon-ic_mouse:before {
  content: '\E90F';
}

.icon-ic_chevron:before {
  content: '\E910';
}

.icon-ic_close:before {
  content: '\E911';
}

.icon-ic_doble_arrow_left:before {
  content: '\E912';
}

.icon-ic_doble_arrow_right:before {
  content: '\E913';
}

.icon-ic_elipsis:before {
  content: '\E914';
}

.icon-ic_less:before {
  content: '\E915';
}

.icon-ic_plus:before {
  content: '\E916';
}

.icon-icuniE916:before {
  content: '\E917';
}

.icon-icuniE917:before {
  content: '\E918';
}

.icon-icuniE918:before {
  content: '\E919';
}

.icon-icuniE919:before {
  content: '\E91A';
}

.icon-icuniE91A:before {
  content: '\E91B';
}

.icon-icuniE91B:before {
  content: '\E91C';
}

.icon-ic_360:before {
  content: url("worlwide.svg");
}

.icon-ic_aerial:before {
  content: '\E91E';
}

.icon-ic_autoplay:before {
  content: '\E91F';
}

.icon-ic_comment:before {
  content: '\E920';
}

.icon-ic_explore:before {
  content: '\E921';
}

.icon-ic_eye:before {
  content: '\E922';
}

.icon-ic_floorplan:before {
  content: '\E923';
}

.icon-ic_fullscreen:before {
  content: '\E924';
}

.icon-ic_glass:before {
  content: '\E925';
}

.icon-ic_hamburguer:before {
  content: '\E926';
}

.icon-ic_info:before {
  content: '\E927';
}
.icon-ic_link:before {
  content: '\E928';
}

.icon-ic_question:before {
  content: '\E929';
}

.icon-ic_share:before {
  content: '\E92A';
}

.icon-ic_video:before {
  content: '\E92B';
}

.icon-ic_wallpaper:before {
  content: '\E92C';
}

.icon-ic_3602:before {
  content: '\E92D';
}

.icon-ic_aerial_view:before {
  content: '\E92E';
}

.icon-ic_comment2:before {
  content: '\E92F';
}

.icon-ic_explore2:before {
  content: '\E930';
}

.icon-ic_eye2:before {
  content: '\E931';
}

.icon-ic_fullscreen2:before {
  content: '\E932';
}

.icon-ic_glass2:before {
  content: '\E933';
}

.icon-ic_info2:before {
  content: '\E934';
}

.icon-ic_link2:before {
  content: '\E935';
}

.icon-ic_menu:before {
  content: '\E936';
}

.icon-ic_play2:before {
  content: '\E937';
}

.icon-ic_question2:before {
  content: '\E938';
}

.icon-ic_share2:before {
  content: '\E939';
}

.icon-ic_arrow_right_big:before {
  content: '\E93A';
}

.icon-ic_arrow_left_big:before {
  content: '\E93B';
}

.is-activated--element {
  color: #c23691;
}

.is-activated--element.slick-disabled {
  color: rgba(42, 42, 47, 0.24);
}

.is-activated--categories {
  background-color: #c23691;
  color: white;
}

.dubai360-input {
  border: none;
  width: 100%;
  color: #2a2a2f;
  font-size: 1em;
  font-weight: bold;
  opacity: 0.6;
  outline: none;
}

.error {
  border: 1px solid red;
}

.btn {
  height: 32px;
  border-radius: 2px;
  border: none;
  outline: none;
  font-size: 0.875em;
  cursor: pointer;
}

.btn--normal {
  background-color: #c23691;
  color: white;
  font-weight: bold;
}

.btn--normal:hover {
  background-color: #9b2b74;
}

.btn--normal:active {
  background-color: #8c2668;
}

.btn--disabled {
  background-color: #f3f3f3;
  color: #2a2a2f;
  font-weight: bold;
}

.dubai360-tooltip {
  display: none;
  background-color: #1a90d2;
  color: white;
  font-size: 0.875em;
  text-align: center;
  padding: 6px 8px;
  position: absolute;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: -75%;
  border-radius: 4px;
}

.dubai360-tooltip::before {
  content: " ";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #1a90d2;
  margin-left: -8px;
}

.right-to-left .dubai360-tooltip {
  font-size: 1.25em;
  bottom: -90%;
}

.right-to-left .dubai360-tooltip::before {
  content: " ";
  right: 50%;
  left: 5px;
  margin-right: -8px;
}

.loading {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  z-index: 2;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dot {
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
}

.dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}

.dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}

@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#loading2 {
  display: none;
}

.loading2 {
  width: 100%;
  height: 364px;
  position: relative;
  background-color: #2d2f48;
  z-index: 2;
}

.loader2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dot2 {
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
}

.dot2:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}

.dot2:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}

@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.customBtns {
  position: fixed;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10000;
}

.customBtns ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customBtns ul li {
  opacity: 0.5;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-position: 0px 0px;
  background-size: 35px 35px;
  margin: 0 10px;
}

.customBtns ul li:hover {
  opacity: 1;
}

.customBtns ul li.icon-plus {
  background-image: url(icons/icon-plus.png);
}

.customBtns ul li.icon-minus {
  background-image: url(icons/icon-minus.png);
}

.customBtns ul li.icon-left {
  background-image: url(icons/icon-left.png);
}

.customBtns ul li.icon-right {
  background-image: url(icons/icon-right.png);
}

.customBtns ul li.icon-up {
  background-image: url(icons/icon-up.png);
}

.customBtns ul li.icon-down {
  background-image: url(icons/icon-down.png);
}


/*.explore__listContainer .slick-active .listItem__icon-category {
  border-bottom: 6px solid #da389c;
  border-radius: 4px;
}*/

.mytab1&gt;.virtualizedGrid {
  padding: 0 95px;
}
.mytab2&gt;.virtualizedGrid {
  padding: 0 95px;
}

.images img {
  width: 100%;
}

.information-buttons {
  position: absolute;
  right: -130px;
  top: 351px;
}

.information-buttons a {
  display: block;
  color: #fff;
  width: 122px;
  height: 48px;
  margin-bottom: 85px;
  text-align: center;
}
.information-buttons img {
  width: 69px;
}

#information-modal .content {
  padding: 44px;
  padding-top: 20px;
  text-align: center;
}

.image-block img {
  width: 100%;
}

.images img {
  width: 100%;
}

.heading {
  margin-top: 0;
  margin-left: 31px;
  height: 50px;
}

.heading .logo {
  width: 105px;
  float: left;
  margin-right: 19px;
}

.heading .title h5 {
  font-family: 'GothaProMed';
}

.heading .description {
  font-family: 'GothaProLig';
}

.heading .text {
  /*float: left;*/
}

.heading .text .title {
  font-size: 2.3em;
}

.heading .logo img {
  width: 105px;
}

.information-modal .content {
  font-family: 'GothaProLig';
}

.bottom-title {
  margin-top: 40px;
}

.bottom-title h6 {
  text-align: center;
  font-size: 1.8em;
}

.centered-logo {
  text-align: center;
}

.centered-logo img {
  width: 100%;
}

@media (max-width: 768px) {
  .wrapper-panel.explorePannel {
    z-index: 2500;
  }
  .mytab1&gt;.virtualizedGrid {
    padding: 0 80px;
    padding: 0;
  }
  .mytab2&gt;.virtualizedGrid {
    padding: 0 80px;
    padding: 0;
  }
  .explore__listContainer .slick-arrow {
    display: none !important;
  }
  .explore__listContainer .slick-current .listItem__icon-category {
    border-bottom: 6px solid #da389c;
    border-radius: 4px;
  }
  .explore__listContainer .virtualizedGrid__content {
    width: 100%;
  }
  .explore__listContainer .virtualizedGrid__content .listItem {
    width: 176px;
    height: 192px;
  }
}

@media (max-width: 30em) {
  .infoPanel__overflow {
    display: none;
  }
  .etaj {
    display: block;
  }
}

#location_number a {
  color: #1a90d2;
}

.mobilechooselang li {
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: 1px #e3e3e3 solid;
}

.mobilechooselang li a {
  color: #1a90d2;
}

#searchContainer {
  max-height: 400px !important;
  max-width: 100% !important;
  overflow: auto !important;
}

.fancybox-bg {
  background: #111;
}

.fancybox-content {
  border-radius: 14px;
  overflow: visible !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fancybox-slide--html .fancybox-close-small {
  color: #b1b0b5 !important;
}

.fancybox-button.fancybox-close-small {
  background: #f2f2f4;
  border-radius: 50%;
  padding-left: 0 !important;
  top: 14px !important;
}

.fancybox-button.fancybox-close-small svg {
  top: 0 !important;
  position: absolute !important;
}


@media screen and (max-width: 1250px) {
  .input_city {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .mybtn.wrapper-button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 992px) {
  .wrapper-panel--main-container {
    display: none !important;
  }
  .floorplan-viewer__header__name {
    min-width: auto;
  }
  .floorplan-viewer__header {
    padding-right: 2px;
  }
  .responsivee {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .wrapper-panel--main-container {
    display: none !important;
  }
  .category-wrapper--category .icon-wrapper:last-child {

  }
  .floorplan-viewer__header__name {
    min-width: auto;
  }
  .floorplan-viewer__header {
    padding-right: 2px;
  }
  .responsivee {
    width: 100% !important;
  }
  .information-buttons {
    position: relative;
    right: unset;
    top: unset;
  }
  .information-buttons a {
    float: left;
    width: 109px;
    color: #000;
    height: unset;
  }
}
</pre></body></html>