@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&amp;display=swap");

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

#popup-box-image > img, .owl-item > img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

nav.list-menu.open {
  /* transform: scale(1); */
}
div.list-menu-title {
  background-color: #b7985b;
}
#popup-box > button {
  background-color: #b7985b;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
								  supported by Chrome, Edge, Opera and Firefox */
}

div#container {
  height: 100% !important;
  overflow: hidden;
  top: 0 !important;
  position: relative;
  min-height: auto;
}
@media (max-width: 768px) {
  body #container {
    height: 100% !important;
    top: 0px !important;
  }
  .bg-dark {
    background-color: transparent !important;
    padding: 0;
  }
}
.material-icons {
  font-size: 1rem;
  vertical-align: -2px;
}
@-ms-viewport {
  width: device-width;
}
@media only screen and (min-device-width: 800px) {
  html {
    overflow: hidden;
  }
}
html {
  height: 100%;
}
body {
  height: 100%;
  overflow: hidden;
}
div#container {
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
}
div#tourDIV {
  height: 100%;
  position: relative;
  overflow: hidden;
}
div#panoDIV {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

select#tab_filter {
  display: none;
}
.tab_title {
  direction: rtl;
}
div#tab_list {
  top: 25px;
  height: calc(100% - 25px);
}
div#tab_list > div.tab_item ul {
  height: calc(100vh - 69px);
}
@media (max-width: 550px) {
  div#tab_list > div.tab_item li {
    width: 94%;
    margin: 0 3% 15px 3%;
  }
}

select#tab_filter {
  max-width: 203px;
  position: absolute;
  right: 24px;
  font-weight: 600;
  top: 26px;
  border-radius: 3px;
  height: 32px;
  border: 1px solid #000000;
  padding: 0 10px;
  width: 67%;
}

#close_menu_btn {
  width: 42px;
  position: absolute;
  left: -19px;
  color: #ffffff;
  font-weight: 600;
  top: 50%;
  border-radius: 30px;
  height: 42px;
  background-color: #b7985b;
  box-sizing: border-box;
  z-index: 9;
  margin: 0;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.topright.hide_topright #close_menu_btn {
  left: 20px;
}
#close_menu_btn svg {
  width: 11px;
  position: absolute;
  left: 14px;
  top: 7px;
}
div#tab_list > div.tab_item {
  display: none;
}
div#tab_list > div.tab_item.active_tab {
  display: block;
  width: 100%;
}
div#tab_list > div.tab_item li {
  display: inline-block;
  width: 45%;
  margin: 0px 0 10px 3.4%;
  position: relative;
  cursor: pointer;
}
div#tab_list > div.tab_item li span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.29);
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  padding: 2px 4px;
  pointer-events: none;
}
div#tab_list > div.tab_item li img {
  width: 100%;
  pointer-events: none;
}
div#tab_list {
  position: absolute;
  top: 0px;
  left: 0;
  height: calc(100% - 0px);
  width: 100%;
}
.tab_title {
  width: calc(100% - 7.5%);
  margin: 0 0% -9px 3.71%;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;

  z-index: 9;
}
.tab_title span {
  display: block;
  background-color: #ffffff;
  color: #000000;
  width: fit-content;
  padding: 5px;
  border-radius: 2px 2px 0 0;
  position: relative;
}
div#tab_list > div.tab_item ul {
  display: block;
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  height: calc(100vh - 119px);
  margin: 0;
  overflow: auto;
}
div#tab_list > div.tab_item li.active_tab_li span {
  color: #000000;
  background-color: rgba(256, 256, 256, 0.8);
}

#open_menu_btn svg {
  height: 30px;
  margin-left: 10px;
}

#open_menu_btn {
  position: absolute;
  color: #ffffff;
  top: 30px;
  font-size: 1.5em;
  z-index: 9;
  margin: 0;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 10px;
  text-shadow: 3px 3px 3px rgb(0 0 0 / 70%);
}
#open_menu_btn svg {
  width: 20px;
  position: relative;
  top: -3px;
}
.topright.hide_topright #open_menu_btn {
  pointer-events: auto;
  opacity: 1;
  transition: all 700ms ease-in-out;
}

.topright {
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  background-color: rgba(256, 256, 256, 0.6);
  right: 0;
  top: 0;
  width: 80%;
  max-width: 312px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.topright.hide_topright {
  right: -312px;
  opacity: 1;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.topleft {
  position: absolute;
  left: 20px;
  top: 39px;
  width: auto;
  height: auto;
  z-index: 8;
  /* pointer-events: none; */
  color: #ffffff;
  transition: all 400ms ease-in-out;
}
.topleft div#logo_text_line_2 {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1.1;
  text-shadow: 3px 3px 3px rgb(0 0 0 / 70%);
}

@media (min-width: 768px) {
  body.no-header header {
    display: none !important;
  }
}
@media screen and (max-width: 380px) {
  #open_menu_btn {
    position: absolute;
    left: -120px;
    top: 7px;
  }
  .topleft {
    left: 10px;
    top: 5px;
  }
  .topright button span {
    display: none;
  }
}

@media screen and (min-width: 381px) and (max-width: 500px) {
  .topleft {
    left: 10px;
    top: 5px;
  }
  #logo_text_line_2 {
    font-size: 16px;
  }

  .topright button span {
    display: none;
  }
  #open_menu_btn {
    position: absolute;
    left: -72px;
    top: 7px;
  }
}
@media screen and (min-width: 500px) {
  .topright.hide_topright #open_menu_btn {
    left: -180px;
  }
}
@media screen and (max-width: 768px) {
  #open_menu_btn {
    top: 0;
  }
  .topright.hide_topright #open_menu_btn {
    left: -180px;
  }
  .topleft {
      top: 10px;
      left: 10px;
  }
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

#share_conference_link_modal2 button {
  background-color: #3058a7;
  border: 0px;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 2px 2px 2px;
  margin: 0 5px 8px 0;
  cursor: pointer;
}
#share_conference_link_modal2 button svg {
  width: 27px;
  height: 27px;
}
button.button.twitter {
  background-color: #00acee !important;
}
button.button.facebook {
  background-color: #3b5998 !important;
}
button.button.linkedin {
  background-color: #0e76a8 !important;
}
button.button.email {
  background-color: #3b5998 !important;
}
button.button.whatsapp {
  background-color: #075e54 !important;
  display: none;
}
button.button.telegram {
  background-color: #0088cc !important;
}
button.button.viber {
  background-color: #665cac !important;
}
button.button.tumblr {
  background-color: #34526f !important;
}
button.button.line {
  background-color: #00b900 !important;
}
button.button.skype {
  background-color: #00aff0 !important;
}
button.button.messenger {
  background-color: #0084ff !important;
  display: none;
}
button.button.sms {
  background-color: #5bc236 !important;
  display: none;
}
button.button.clipboard {
  background-color: #3b5998 !important;
}
button.button.qrcode {
  background-color: #3b5998 !important;
}
@media (max-width: 800px) {
  button.button.whatsapp {
    display: inline-block;
  }
  button.button.messenger {
    display: inline-block;
  }
  button.button.sms {
    display: inline-block;
  }
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
[class*="hint--"]:after {
  background: #ffffff;
  text-shadow: unset;
  color: #000000;
}
.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
  border-bottom-color: #ffffff;
}
.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
  border-top-color: #ffffff;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* info button */
#info_btn_parent {
  position: absolute;
  top: 100px;
  left: 0;
  transition: all 0.4s ease-in-out;
}
#info_btn {
  position: relative;
  margin: 0;
  background-color: #b7985b;
  z-index: 8;
  border-radius: 0;
  color: white;
  font-size: 18px;
}
#info_btn::after {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent #b7985b;
  border-style: solid;
  border-width: 22px 0px 22px 22px;
  top: -2px;
  left: 100%;
}

#info_btn span {
  margin-left: 10px;
}

/* control buttons  */
.controls {
  z-index: 8;
  position: absolute;
  bottom: 5px;
  right: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .controls {
    bottom: 0;
    padding-right: 5px;
  }
}
@media screen and (max-height: 350px) {
  .controls {
    bottom: 5px;
    padding-right: 5px;
  }
  #open_menu_btn {
    top: 20px;
  }
  .topleft {
    top: 29px;
  }
}
.controls .control_btn {
  width: 40px;
  height: 40px;
  padding: 5px 5px 5px 4px;
  transition: all 0.4s ease-in-out;
  display: block;
  margin: 20px 0px;
}
.controls .control_btn svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
#info_btn svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
  vertical-align: middle;
  margin: 0 0 1px 0;
}
svg.shadow {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
.controls .hint--left:before {
  border-left-color: #ffffff;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#autorotate_btn.show_autorotate_play #btn_autorotate_pause {
  display: none;
}
#autorotate_btn.show_autorotate_play #btn_autorotate_play {
  display: inline-block;
}
#autorotate_btn.show_autorotate_pause #btn_autorotate_pause {
  display: inline-block;
}
#autorotate_btn.show_autorotate_pause #btn_autorotate_play {
  display: none;
}
body.map_opened .hide_on_map {
  opacity: 0 !important;
  pointer-events: none !important;
}
body .show_on_map {
  opacity: 0;
  pointer-events: none;
}
body.map_opened .show_on_map {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.sub_floorplan .bottomcenter_btn {
  /* width: auto; */
  /* padding: 16px 17px 0 17px; */
  padding: 16px 5px 0 14px;
  display: block;
  margin-bottom: 11px;
  text-align: left;
  width: 125px;
  background-color: rgba(0, 199, 177, 0.35);
}
.sub_floorplan .bottomcenter_btn.active {
  background-color: rgba(0, 199, 177, 1);
}
.sub_floorplan .bottomcenter_btn svg {
  width: 16px;
  margin-right: 7px;
  top: -2px;
  position: relative;
  height: auto;
  display: none;
}
.sub_floorplan {
  position: absolute;
  left: 0;
  bottom: 53px;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.overlay-container {
  /* background-image: url(../video/intro.jpg); */
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 400ms ease-in-out;
}
.overlay-container.overlay-container-hide {
  opacity: 0 !important;
  pointer-events: none !important;
}
video#intro_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-container .overlay-content h1 {
  text-transform: uppercase;
  font-size: 33px;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: center;
}

.overlay-container .button {
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  border-radius: 2px;
  transition: color 0.5s, background-color 0.5s;
}
.overlay-container .button.button-light {
  color: #000;
  background-color: #fff;
}
.overlay-container .overlay-content button#start_tour {
  padding: 0 28px;
  font-size: 1.125rem;
  line-height: 50px;
  font-family: inherit;
  border: none;
  outline: unset;
}

.overlay-content {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: fit-content;
  color: #ffffff;
  text-align: center;
  width: 100%;
  left: 0;
}
.overlay-container .kpn {
  position: fixed;
  right: 28px;
  margin: auto;
  bottom: 23px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 300;
}
.overlay-container .overlay-content h2 {
  text-align: center;
  margin-top: 95px;
  text-transform: uppercase;
  font-size: 18px;

  letter-spacing: 1px;
}
.overlay-container .kpn a {
  color: #ffcc00;
  text-decoration: none;
  font-family: inherit;
  font-weight: 300;
}
.progress-bar-container {
  width: 80%;
  max-width: 730px;
  margin: auto;
  background-color: #202834;
}
.progress-bar-container .progress-bar_loading {
  width: 0%;
  height: 2px;
  /* background:linear-gradient(to right,rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83)); */
  background: linear-gradient(to right, rgb(255, 224, 0), rgb(90, 200, 250), rgb(0, 132, 255), rgb(52, 170, 220), rgb(88, 86, 217), rgb(255, 45, 83));
  margin-top: 0px;
  background-size: 100% 2px;
  border-radius: 10px;
  animation: loading 6s ease-in-out forwards;
  animation-iteration-count: infinite;
  margin: auto;
  animation-direction: alternate;
}
@keyframes loading {
  to {
    width: 100%;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .overlay-container span.text {
    font-size: 11px;
    padding: 0;
    margin: 0;
  }
  .overlay-container .kpn {
    right: 8px;
    bottom: 8px;
  }
  .overlay-container .overlay-content h2 {
    margin-top: 50px;
  }
  .overlay-content.noselect > img {
    margin-bottom: 43px !important;
    margin-top: 10px;
  }
  .overlay-content {
    height: fit-content !important;
    height: -moz-max-content !important;
  }
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.thumbcontainer {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  left: 0px;
  top: -100vh;
  transition: all 0.5s ease;
  z-index: 6000000;
  background-color: white;
  padding: 5%;
  overflow: auto;
}
.thumbcontainer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: transparent;
  cursor: pointer;
}
.thumbcontainer::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  cursor: pointer;
}
.thumbcontainer::-webkit-scrollbar-thumb {
  background-color: rgba(42, 58, 75, 0.6);
  cursor: pointer;
  transition: all 300ms ease-in-out;
  border-radius: 900px;
}
.thumbcontainer::-webkit-scrollbar-thumb:hover {
  background-color: rgba(42, 58, 75, 0.9);
}
.down {
  top: 0px !important;
}
body.no-header .down {
  top: 0px !important;
}
.wall-thumbnail img {
  max-width: 250px;
}

.box {
  padding: 10px;
  position: relative;
}

.thumbtitle {
  position: absolute;
  bottom: 15px;
  width: 80%;
  left: 0px;
  text-align: center;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 1.2em;
  pointer-events: none;
}

.close-button3 {
  height: 50px;
  width: 50px;
  position: relative;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block;
}

.close-button3:before,
.close-button3:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
  display: block;
  height: 10px;
  width: 50px;
  background-color: rgb(22, 21, 21);
  transition: all 0.25s ease-out;
}

.close-button3:after {
  transform: rotate(-135deg);
}

.close-button3:hover:before,
.close-button:hover:after {
  transform: rotate(0deg);
}
.close-button4 {
  height: 30px;
  width: 30px;
  position: relative;
  box-sizing: border-box;
  line-height: 33px;
  display: inline-block;
}

.close-button4:before,
.close-button4:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
  display: block;
  height: 7px;
  width: 30px;
  background-color: rgb(255, 255, 255);
  transition: all 0.25s ease-out;
}
.showonsmall {
  display: none;
}
.close-button4:after {
  transform: rotate(-135deg);
}

.close-button4:hover:before,
.close-button:hover:after {
  transform: rotate(0deg);
}
.thumbcloser {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  /* background-color: #ff000069; */
  /* pointer-events: none; */
  z-index: 9;
  display: none;
  transition: all 300ms ease-in-out;
}
body.opened_map .bottomright {
  opacity: 0;
  pointer-events: none;
}
/* .bottomright *{pointer-events: none;} */
#live_presenter_canvas {
  transform: scale(0.4);
  transform-origin: left top;
}
#live_presenter_video_parent {
  position: fixed;
  z-index: -99999;
  bottom: -1000px;
  left: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.bottomright.initialized {
  display: block;
}
.bottomright.initialized .video_btn {
  /* display:none; */
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  width: 50px;
  margin: auto;
  height: 50px;
  z-index: 9999999999999;
  color: #ffffff;
  background-color: rgba(32, 52, 105, 0.72);
  border-radius: 110px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

@media (max-width: 850px) {
  .bottomright.initialized .video_btn {
    top: 35px;
    width: 25px;
    height: 25px;
  }
}
.bottomright.playing:hover .pause_btn {
  /* display:block; */
  opacity: 1;
  pointer-events: auto;
}
.bottomright.paused:hover .play_btn {
  /* display:block; */
  opacity: 1;
  pointer-events: auto;
}
.bottomright.initialized .stop_btn {
  right: 15px;
  left: auto;
  width: 15px;
  height: 15px;
  top: 15px;
  bottom: auto;
  overflow: hidden;
}
.bottomright.initialized:hover .stop_btn {
  /* display: block; */
  pointer-events: auto;
  opacity: 1;
}
.bottomright.initialized .stop_btn svg {
  display: block;
}

.bottomright.close_video_box {
  height: 37px !important;
}
#not_presenter_chromakey_toolbar {
  width: 100%;
  height: 37px;
  color: #ffffff !important;
  background-color: #027442;
  padding: 9px 0 0 28px;
  box-sizing: border-box;
  font-size: 0.95rem;
  position: relative;
  cursor: pointer;
  color: transparent;
}
#not_presenter_chromakey_toolbar .action_btn {
  position: absolute;
  right: 0;
  background-color: #004c2b;
  top: 0;
  height: 100%;
  width: 37px;
  cursor: pointer;
}
#not_presenter_chromakey_toolbar .action_btn svg {
  fill: #ffffff;
  width: 10px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
#not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_closed_svg {
  display: none;
}
#not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_opened_svg {
  display: block;
}
.bottomright.close_video_box #not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_closed_svg {
  display: block !important;
  transform: rotate(180deg);
}
.bottomright.close_video_box #not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_opened_svg {
  display: none !important;
}
.bottomright.not_presenter_chromakey {
  background-color: #94a3c0;
}
.bottomright.not_presenter_chromakey .stop_btn {
  display: none !important;
}
.bottomright.close_video_box.not_presenter_chromakey #not_presenter_chromakey_toolbar {
  color: #ffffff;
}

.bottomright.presenter_chromakey #not_presenter_chromakey_toolbar {
  display: none;
}
.bottomright.presenter_chromakey.close_video_box #not_presenter_chromakey_toolbar {
  display: block;
}

@media screen and (max-width: 800px) {
  .bottomright.close_video_box #not_presenter_chromakey_toolbar {
    color: transparent !important;
    background-color: transparent;
  }
  .bottomright.close_video_box #not_presenter_chromakey_toolbar .action_btn {
    color: #ffffff !important;
    pointer-events: auto;
  }
  .bottomright.close_video_box {
    background-color: transparent !important;
    pointer-events: none;
  }
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/*
button.navbar-toggler.collapsed {
    display: none;
}
#menu_btn_parent{
	display:none;
}
.navbar-toggler svg {
    width: 25px;
}
@media (max-width: 768px){
	.topright {
		top: 30px;
	}
	.topleft {
		top: 30px;
	}
	#menu_btn_parent{
		display:inline-block;
	}
}
*/

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bg-dark {
  background-color: #ffffff !important;
}
header {
  display: block;
  z-index: 9;
  position: absolute;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000000;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #027442 !important;
}
.navbar-nav.mr-auto > li.extra_menu_item_link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 41px;
  margin: auto;
  padding: 0 10px;
  background-color: #027442;
  color: #ffffff !important;
}
.navbar-nav.mr-auto > li.extra_menu_item_link a,
.navbar-nav.mr-auto > li.extra_menu_item_link a:hover {
  color: inherit !important;
}
@media (min-width: 768px) {
  header {
    display: block;
    z-index: 9;
    position: absolute;
    width: 100%;
    min-height: 56px;
    color: #000000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: 0 0 8px 0px #111111;
    -webkit-box-shadow: 0 0 8px 0px #111111;
    -moz-box-shadow: 0 0 8px 0px #111111;
    -ms-box-shadow: 0 0 8px 0px #111111;
    -o-box-shadow: 0 0 8px 0px #111111;
  }
}
@media (max-width: 768px) {
  .navbar-nav.mr-auto > li.extra_menu_item_link {
    position: relative;
    margin-top: 10px;
    border-radius: 4px;
  }
  .navbar-dark .navbar-toggler {
    background-color: #ffffff !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
  }
  div#navbarCollapse {
    background: #ffffff !important;
    padding: 10px 19px;
  }
}
.navbar-nav.mr-auto > li {
  text-transform: capitalize;
  margin-right: 24px;
  font-size: 15px;
}
.navbar-nav a.nav-link svg {
  width: 26px;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
.navbar-nav .nav-link {
  cursor: pointer;
}
.navbar-nav .sr-only {
  display: none;
}
.navbar-nav .active .sr-only {
  display: inline-block;
}
.navbar-nav .dropdown-menu {
  left: auto;
}
.navbar-nav .sub-menu {
  text-transform: initial;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(43, 59, 76, 0) !important;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  div#navbarCollapse {
    max-height: 100vh;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .navbar-nav .sub-menu {
    background-color: #ffffff !important;
  }
  .navbar-expand-md .navbar-nav > li:hover > ul {
    display: block;
  }
  .dropdown-menu {
    top: 57px;
  }
  .navbar-expand-md .navbar-nav > .nav-item > .nav-link {
    border-bottom: 17px solid transparent;
  }
  .navbar-nav {
    margin-left: 0px;
  }
  nav.navbar {
    height: 56px;
    padding-top: 24px;
    box-sizing: border-box;
  }
  li.nav-item.apply_now_btn {
    position: absolute;
    right: 0;
    background-color: #94a3c0;
    margin: 0;
    top: 0;
    border-left: 1px solid #ffffff;
    height: 100%;
    line-height: 38px;
    width: 166px;
    text-align: center;
    font-size: 15px;
  }
  li.nav-item.apply_now_btn a {
    color: #000000 !important;
    border: 0px solid transparent;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .navbar-nav {
    margin-left: 0px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-expand-md .navbar-nav {
    display: block;
  }
  .navbar-nav.mr-auto > li {
    display: inline-block;
  }
  div#container {
    z-index: 1;
  }
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* infobox */
svg#infobox_close_btn {
  display: block !important;
  position: absolute;
  right: -30px;
  top: -4px;
  width: 24px;
  height: 24px;
  z-index: 9999;
  fill: #ffffff;
  /* background-color: rgba(0, 0, 0, 0.39); */
  padding: 2px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
.infomedia > * {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.q-dialog .q-dialog__inner > div {
  overflow: inherit !important;
}

.q-dialog .fixed,
.q-dialog .fixed-bottom,
.q-dialog .fixed-bottom-left,
.q-dialog .fixed-bottom-right,
.q-dialog .fixed-center,
.q-dialog .fixed-full,
.q-dialog .fixed-left,
.q-dialog .fixed-right,
.q-dialog .fixed-top,
.q-dialog .fixed-top-left,
.q-dialog .fixed-top-right,
.q-dialog.fullscreen {
  position: fixed;
}
.q-dialog .absolute-full,
.q-dialog .fixed-full,
.q-dialog.fullscreen {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.q-dialog a {
  color: #000000;
  text-decoration: underline;
}
.q-dialog .flex-center,
.q-dialog .items-center {
  align-items: center;
}
.q-dialog .flex-center,
.q-dialog .justify-center {
  justify-content: center;
}
.q-dialog .column,
.q-dialog .flex,
.q-dialog .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.q-dialog.fullscreen *,
.q-dialog.fullscreen :after,
.q-dialog.fullscreen :before {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
.no-pointer-events {
  pointer-events: none !important;
}
.q-dialog.fullscreen {
  z-index: 6000;
  border-radius: 0 !important;
  max-width: 100vw;
  max-height: 100vh;
  position: fixed;
}
.q-dialog {
  transition: all 300ms ease-in-out;
  transform: scale(1);
  opacity: 1;
}

.q-card::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: transparent;
  cursor: pointer;
}
.q-card::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  cursor: pointer;
}
.q-card::-webkit-scrollbar-thumb {
  background-color: rgba(42, 58, 75, 0.6);
  cursor: pointer;
  transition: all 300ms ease-in-out;
  border-radius: 900px;
}
.q-card::-webkit-scrollbar-thumb:hover {
  background-color: rgba(42, 58, 75, 0.9);
}

.q-dialog.hide_popup * {
  pointer-events: none !important;
}
.q-dialog.hide_popup {
  pointer-events: none;
  /* transform: scale(0); */
  opacity: 0;
}
.q-dialog .q-dialog__backdrop {
  z-index: -1;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.4);
}
.q-dialog .q-dialog__inner--minimized {
  padding: 24px;
}
.q-dialog .q-dialog__inner {
  outline: 0;
}
.q-dialog .q-card__actions {
  padding: 8px;
  align-items: center;
}
.q-dialog .q-card__section--vert {
  padding: 16px;
}
.q-dialog .q-card__section--vert {
  padding: 16px;
}
.q-dialog .q-card__section {
  position: relative;
}
.q-dialog .q-card > div {
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.q-dialog .q-card {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
  transition: all 300ms ease-in-out;
  transform: scale(0);
  transform: scale(1);
}
.q-dialog.hide_popup .q-card {
  transform: scale(0);
}
.q-dialog .q-dialog__inner > div {
  pointer-events: all;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}
.q-dialog .q-dialog__inner--minimized > div {
  max-height: calc(100vh - 48px);
}
.q-dialog .q-card > div:first-child,
.q-dialog .q-card > img:first-child {
  border-top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-dialog .q-card > div:not(:last-child),
.q-dialog .q-card > img:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.q-dialog .q-card > div:not(:first-child),
.q-dialog .q-card > img:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.q-dialog .infoabovetitle {
  font-size: 0.8em;
}
.q-dialog .infotitle {
  font-size: 1.1em;
}
.q-dialog .infocontent {
  font-size: 0.8em;
}
.q-dialog .taggies {
  font-size: 0.8em;
  cursor: pointer;
}
.q-dialog .taggies a {
  padding: 5px;
}

@media (min-width: 0) {
  .flex > .col,
  .flex > .col-0,
  .flex > .col-1,
  .flex > .col-2,
  .flex > .col-3,
  .flex > .col-4,
  .flex > .col-5,
  .flex > .col-6,
  .flex > .col-7,
  .flex > .col-8,
  .flex > .col-9,
  .flex > .col-10,
  .flex > .col-11,
  .flex > .col-12,
  .flex > .col-auto,
  .flex > .col-grow,
  .flex > .col-shrink,
  .flex > .col-xs,
  .flex > .col-xs-0,
  .flex > .col-xs-1,
  .flex > .col-xs-2,
  .flex > .col-xs-3,
  .flex > .col-xs-4,
  .flex > .col-xs-5,
  .flex > .col-xs-6,
  .flex > .col-xs-7,
  .flex > .col-xs-8,
  .flex > .col-xs-9,
  .flex > .col-xs-10,
  .flex > .col-xs-11,
  .flex > .col-xs-12,
  .flex > .col-xs-auto,
  .flex > .col-xs-grow,
  .flex > .col-xs-shrink,
  .row > .col,
  .row > .col-0,
  .row > .col-1,
  .row > .col-2,
  .row > .col-3,
  .row > .col-4,
  .row > .col-5,
  .row > .col-6,
  .row > .col-7,
  .row > .col-8,
  .row > .col-9,
  .row > .col-10,
  .row > .col-11,
  .row > .col-12,
  .row > .col-auto,
  .row > .col-grow,
  .row > .col-shrink,
  .row > .col-xs,
  .row > .col-xs-0,
  .row > .col-xs-1,
  .row > .col-xs-2,
  .row > .col-xs-3,
  .row > .col-xs-4,
  .row > .col-xs-5,
  .row > .col-xs-6,
  .row > .col-xs-7,
  .row > .col-xs-8,
  .row > .col-xs-9,
  .row > .col-xs-10,
  .row > .col-xs-11,
  .row > .col-xs-12,
  .row > .col-xs-auto,
  .row > .col-xs-grow,
  .row > .col-xs-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col,
  .column > .col-0,
  .column > .col-1,
  .column > .col-2,
  .column > .col-3,
  .column > .col-4,
  .column > .col-5,
  .column > .col-6,
  .column > .col-7,
  .column > .col-8,
  .column > .col-9,
  .column > .col-10,
  .column > .col-11,
  .column > .col-12,
  .column > .col-auto,
  .column > .col-grow,
  .column > .col-shrink,
  .column > .col-xs,
  .column > .col-xs-0,
  .column > .col-xs-1,
  .column > .col-xs-2,
  .column > .col-xs-3,
  .column > .col-xs-4,
  .column > .col-xs-5,
  .column > .col-xs-6,
  .column > .col-xs-7,
  .column > .col-xs-8,
  .column > .col-xs-9,
  .column > .col-xs-10,
  .column > .col-xs-11,
  .column > .col-xs-12,
  .column > .col-xs-auto,
  .column > .col-xs-grow,
  .column > .col-xs-shrink,
  .flex > .col,
  .flex > .col-0,
  .flex > .col-1,
  .flex > .col-2,
  .flex > .col-3,
  .flex > .col-4,
  .flex > .col-5,
  .flex > .col-6,
  .flex > .col-7,
  .flex > .col-8,
  .flex > .col-9,
  .flex > .col-10,
  .flex > .col-11,
  .flex > .col-12,
  .flex > .col-auto,
  .flex > .col-grow,
  .flex > .col-shrink,
  .flex > .col-xs,
  .flex > .col-xs-0,
  .flex > .col-xs-1,
  .flex > .col-xs-2,
  .flex > .col-xs-3,
  .flex > .col-xs-4,
  .flex > .col-xs-5,
  .flex > .col-xs-6,
  .flex > .col-xs-7,
  .flex > .col-xs-8,
  .flex > .col-xs-9,
  .flex > .col-xs-10,
  .flex > .col-xs-11,
  .flex > .col-xs-12,
  .flex > .col-xs-auto,
  .flex > .col-xs-grow,
  .flex > .col-xs-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col,
  .col-xs {
    flex: 10000 1 0%;
  }

  .col-0,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-auto,
  .col-xs-0,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-auto {
    flex: 0 0 auto;
  }

  .col-grow,
  .col-xs-grow {
    flex: 1 0 auto;
  }

  .col-shrink,
  .col-xs-shrink {
    flex: 0 1 auto;
  }

  .row > .col-0,
  .row > .col-xs-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-0,
  .row > .offset-xs-0 {
    margin-left: 0%;
  }

  .column > .col-0,
  .column > .col-xs-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-1,
  .row > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-1,
  .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }

  .column > .col-1,
  .column > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-2,
  .row > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-2,
  .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }

  .column > .col-2,
  .column > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-3,
  .row > .col-xs-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-3,
  .row > .offset-xs-3 {
    margin-left: 25%;
  }

  .column > .col-3,
  .column > .col-xs-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-4,
  .row > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-4,
  .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }

  .column > .col-4,
  .column > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-5,
  .row > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-5,
  .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }

  .column > .col-5,
  .column > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-6,
  .row > .col-xs-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-6,
  .row > .offset-xs-6 {
    margin-left: 50%;
  }

  .column > .col-6,
  .column > .col-xs-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-7,
  .row > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-7,
  .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }

  .column > .col-7,
  .column > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-8,
  .row > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-8,
  .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }

  .column > .col-8,
  .column > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-9,
  .row > .col-xs-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-9,
  .row > .offset-xs-9 {
    margin-left: 75%;
  }

  .column > .col-9,
  .column > .col-xs-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-10,
  .row > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-10,
  .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }

  .column > .col-10,
  .column > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-11,
  .row > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-11,
  .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }

  .column > .col-11,
  .column > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-12,
  .row > .col-xs-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-12,
  .row > .offset-xs-12 {
    margin-left: 100%;
  }

  .column > .col-12,
  .column > .col-xs-12 {
    height: 100%;
    width: auto;
  }

  .row > .col-all {
    height: auto;
    flex: 0 0 100%;
  }
}

@media (min-width: 600px) {
  .flex > .col-sm,
  .flex > .col-sm-0,
  .flex > .col-sm-1,
  .flex > .col-sm-2,
  .flex > .col-sm-3,
  .flex > .col-sm-4,
  .flex > .col-sm-5,
  .flex > .col-sm-6,
  .flex > .col-sm-7,
  .flex > .col-sm-8,
  .flex > .col-sm-9,
  .flex > .col-sm-10,
  .flex > .col-sm-11,
  .flex > .col-sm-12,
  .flex > .col-sm-auto,
  .flex > .col-sm-grow,
  .flex > .col-sm-shrink,
  .row > .col-sm,
  .row > .col-sm-0,
  .row > .col-sm-1,
  .row > .col-sm-2,
  .row > .col-sm-3,
  .row > .col-sm-4,
  .row > .col-sm-5,
  .row > .col-sm-6,
  .row > .col-sm-7,
  .row > .col-sm-8,
  .row > .col-sm-9,
  .row > .col-sm-10,
  .row > .col-sm-11,
  .row > .col-sm-12,
  .row > .col-sm-auto,
  .row > .col-sm-grow,
  .row > .col-sm-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col-sm,
  .column > .col-sm-0,
  .column > .col-sm-1,
  .column > .col-sm-2,
  .column > .col-sm-3,
  .column > .col-sm-4,
  .column > .col-sm-5,
  .column > .col-sm-6,
  .column > .col-sm-7,
  .column > .col-sm-8,
  .column > .col-sm-9,
  .column > .col-sm-10,
  .column > .col-sm-11,
  .column > .col-sm-12,
  .column > .col-sm-auto,
  .column > .col-sm-grow,
  .column > .col-sm-shrink,
  .flex > .col-sm,
  .flex > .col-sm-0,
  .flex > .col-sm-1,
  .flex > .col-sm-2,
  .flex > .col-sm-3,
  .flex > .col-sm-4,
  .flex > .col-sm-5,
  .flex > .col-sm-6,
  .flex > .col-sm-7,
  .flex > .col-sm-8,
  .flex > .col-sm-9,
  .flex > .col-sm-10,
  .flex > .col-sm-11,
  .flex > .col-sm-12,
  .flex > .col-sm-auto,
  .flex > .col-sm-grow,
  .flex > .col-sm-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col-sm {
    flex: 10000 1 0%;
  }

  .col-sm-0,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-auto {
    flex: 0 0 auto;
  }

  .col-sm-grow {
    flex: 1 0 auto;
  }

  .col-sm-shrink {
    flex: 0 1 auto;
  }

  .row > .col-sm-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-sm-0 {
    margin-left: 0%;
  }

  .column > .col-sm-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }

  .column > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .column > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-sm-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-sm-3 {
    margin-left: 25%;
  }

  .column > .col-sm-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .column > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .column > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-sm-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-sm-6 {
    margin-left: 50%;
  }

  .column > .col-sm-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .column > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .column > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-sm-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-sm-9 {
    margin-left: 75%;
  }

  .column > .col-sm-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .column > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .column > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-sm-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-sm-12 {
    margin-left: 100%;
  }

  .column > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .flex > .col-md,
  .flex > .col-md-0,
  .flex > .col-md-1,
  .flex > .col-md-2,
  .flex > .col-md-3,
  .flex > .col-md-4,
  .flex > .col-md-5,
  .flex > .col-md-6,
  .flex > .col-md-7,
  .flex > .col-md-8,
  .flex > .col-md-9,
  .flex > .col-md-10,
  .flex > .col-md-11,
  .flex > .col-md-12,
  .flex > .col-md-auto,
  .flex > .col-md-grow,
  .flex > .col-md-shrink,
  .row > .col-md,
  .row > .col-md-0,
  .row > .col-md-1,
  .row > .col-md-2,
  .row > .col-md-3,
  .row > .col-md-4,
  .row > .col-md-5,
  .row > .col-md-6,
  .row > .col-md-7,
  .row > .col-md-8,
  .row > .col-md-9,
  .row > .col-md-10,
  .row > .col-md-11,
  .row > .col-md-12,
  .row > .col-md-auto,
  .row > .col-md-grow,
  .row > .col-md-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col-md,
  .column > .col-md-0,
  .column > .col-md-1,
  .column > .col-md-2,
  .column > .col-md-3,
  .column > .col-md-4,
  .column > .col-md-5,
  .column > .col-md-6,
  .column > .col-md-7,
  .column > .col-md-8,
  .column > .col-md-9,
  .column > .col-md-10,
  .column > .col-md-11,
  .column > .col-md-12,
  .column > .col-md-auto,
  .column > .col-md-grow,
  .column > .col-md-shrink,
  .flex > .col-md,
  .flex > .col-md-0,
  .flex > .col-md-1,
  .flex > .col-md-2,
  .flex > .col-md-3,
  .flex > .col-md-4,
  .flex > .col-md-5,
  .flex > .col-md-6,
  .flex > .col-md-7,
  .flex > .col-md-8,
  .flex > .col-md-9,
  .flex > .col-md-10,
  .flex > .col-md-11,
  .flex > .col-md-12,
  .flex > .col-md-auto,
  .flex > .col-md-grow,
  .flex > .col-md-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col-md {
    flex: 10000 1 0%;
  }

  .col-md-0,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-auto {
    flex: 0 0 auto;
  }

  .col-md-grow {
    flex: 1 0 auto;
  }

  .col-md-shrink {
    flex: 0 1 auto;
  }

  .row > .col-md-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-md-0 {
    margin-left: 0%;
  }

  .column > .col-md-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-md-1 {
    margin-left: 8.3333%;
  }

  .column > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-md-2 {
    margin-left: 16.6667%;
  }

  .column > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-md-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-md-3 {
    margin-left: 25%;
  }

  .column > .col-md-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-md-4 {
    margin-left: 33.3333%;
  }

  .column > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-md-5 {
    margin-left: 41.6667%;
  }

  .column > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-md-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-md-6 {
    margin-left: 50%;
  }

  .column > .col-md-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-md-7 {
    margin-left: 58.3333%;
  }

  .column > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-md-8 {
    margin-left: 66.6667%;
  }

  .column > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-md-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-md-9 {
    margin-left: 75%;
  }

  .column > .col-md-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-md-10 {
    margin-left: 83.3333%;
  }

  .column > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-md-11 {
    margin-left: 91.6667%;
  }

  .column > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-md-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-md-12 {
    margin-left: 100%;
  }

  .column > .col-md-12 {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1440px) {
  .flex > .col-lg,
  .flex > .col-lg-0,
  .flex > .col-lg-1,
  .flex > .col-lg-2,
  .flex > .col-lg-3,
  .flex > .col-lg-4,
  .flex > .col-lg-5,
  .flex > .col-lg-6,
  .flex > .col-lg-7,
  .flex > .col-lg-8,
  .flex > .col-lg-9,
  .flex > .col-lg-10,
  .flex > .col-lg-11,
  .flex > .col-lg-12,
  .flex > .col-lg-auto,
  .flex > .col-lg-grow,
  .flex > .col-lg-shrink,
  .row > .col-lg,
  .row > .col-lg-0,
  .row > .col-lg-1,
  .row > .col-lg-2,
  .row > .col-lg-3,
  .row > .col-lg-4,
  .row > .col-lg-5,
  .row > .col-lg-6,
  .row > .col-lg-7,
  .row > .col-lg-8,
  .row > .col-lg-9,
  .row > .col-lg-10,
  .row > .col-lg-11,
  .row > .col-lg-12,
  .row > .col-lg-auto,
  .row > .col-lg-grow,
  .row > .col-lg-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col-lg,
  .column > .col-lg-0,
  .column > .col-lg-1,
  .column > .col-lg-2,
  .column > .col-lg-3,
  .column > .col-lg-4,
  .column > .col-lg-5,
  .column > .col-lg-6,
  .column > .col-lg-7,
  .column > .col-lg-8,
  .column > .col-lg-9,
  .column > .col-lg-10,
  .column > .col-lg-11,
  .column > .col-lg-12,
  .column > .col-lg-auto,
  .column > .col-lg-grow,
  .column > .col-lg-shrink,
  .flex > .col-lg,
  .flex > .col-lg-0,
  .flex > .col-lg-1,
  .flex > .col-lg-2,
  .flex > .col-lg-3,
  .flex > .col-lg-4,
  .flex > .col-lg-5,
  .flex > .col-lg-6,
  .flex > .col-lg-7,
  .flex > .col-lg-8,
  .flex > .col-lg-9,
  .flex > .col-lg-10,
  .flex > .col-lg-11,
  .flex > .col-lg-12,
  .flex > .col-lg-auto,
  .flex > .col-lg-grow,
  .flex > .col-lg-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col-lg {
    flex: 10000 1 0%;
  }

  .col-lg-0,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-auto {
    flex: 0 0 auto;
  }

  .col-lg-grow {
    flex: 1 0 auto;
  }

  .col-lg-shrink {
    flex: 0 1 auto;
  }

  .row > .col-lg-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-lg-0 {
    margin-left: 0%;
  }

  .column > .col-lg-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }

  .column > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .column > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-lg-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-lg-3 {
    margin-left: 25%;
  }

  .column > .col-lg-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .column > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .column > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-lg-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-lg-6 {
    margin-left: 50%;
  }

  .column > .col-lg-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .column > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .column > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-lg-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-lg-9 {
    margin-left: 75%;
  }

  .column > .col-lg-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .column > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .column > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-lg-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-lg-12 {
    margin-left: 100%;
  }

  .column > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1920px) {
  .flex > .col-xl,
  .flex > .col-xl-0,
  .flex > .col-xl-1,
  .flex > .col-xl-2,
  .flex > .col-xl-3,
  .flex > .col-xl-4,
  .flex > .col-xl-5,
  .flex > .col-xl-6,
  .flex > .col-xl-7,
  .flex > .col-xl-8,
  .flex > .col-xl-9,
  .flex > .col-xl-10,
  .flex > .col-xl-11,
  .flex > .col-xl-12,
  .flex > .col-xl-auto,
  .flex > .col-xl-grow,
  .flex > .col-xl-shrink,
  .row > .col-xl,
  .row > .col-xl-0,
  .row > .col-xl-1,
  .row > .col-xl-2,
  .row > .col-xl-3,
  .row > .col-xl-4,
  .row > .col-xl-5,
  .row > .col-xl-6,
  .row > .col-xl-7,
  .row > .col-xl-8,
  .row > .col-xl-9,
  .row > .col-xl-10,
  .row > .col-xl-11,
  .row > .col-xl-12,
  .row > .col-xl-auto,
  .row > .col-xl-grow,
  .row > .col-xl-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col-xl,
  .column > .col-xl-0,
  .column > .col-xl-1,
  .column > .col-xl-2,
  .column > .col-xl-3,
  .column > .col-xl-4,
  .column > .col-xl-5,
  .column > .col-xl-6,
  .column > .col-xl-7,
  .column > .col-xl-8,
  .column > .col-xl-9,
  .column > .col-xl-10,
  .column > .col-xl-11,
  .column > .col-xl-12,
  .column > .col-xl-auto,
  .column > .col-xl-grow,
  .column > .col-xl-shrink,
  .flex > .col-xl,
  .flex > .col-xl-0,
  .flex > .col-xl-1,
  .flex > .col-xl-2,
  .flex > .col-xl-3,
  .flex > .col-xl-4,
  .flex > .col-xl-5,
  .flex > .col-xl-6,
  .flex > .col-xl-7,
  .flex > .col-xl-8,
  .flex > .col-xl-9,
  .flex > .col-xl-10,
  .flex > .col-xl-11,
  .flex > .col-xl-12,
  .flex > .col-xl-auto,
  .flex > .col-xl-grow,
  .flex > .col-xl-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col-xl {
    flex: 10000 1 0%;
  }

  .col-xl-0,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-auto {
    flex: 0 0 auto;
  }

  .col-xl-grow {
    flex: 1 0 auto;
  }

  .col-xl-shrink {
    flex: 0 1 auto;
  }

  .row > .col-xl-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-xl-0 {
    margin-left: 0%;
  }

  .column > .col-xl-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }

  .column > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .column > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-xl-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-xl-3 {
    margin-left: 25%;
  }

  .column > .col-xl-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .column > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .column > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-xl-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-xl-6 {
    margin-left: 50%;
  }

  .column > .col-xl-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .column > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .column > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-xl-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-xl-9 {
    margin-left: 75%;
  }

  .column > .col-xl-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .column > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .column > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-xl-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-xl-12 {
    margin-left: 100%;
  }

  .column > .col-xl-12 {
    height: 100%;
    width: auto;
  }
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

.wall-thumbnail.seen_scene:after { right: 13px; top: 14px; content: "\2713"; position: absolute; background-color: green; width: 18px; height: 18px; border-radius: 50%; color: #ffffff; line-height: 11px; text-align: center; font-size: 16px; font-weight: bold; padding-left: 3px; pointer-events: none; }
li.seen_scene::after { right: 2px; top: 3px; content: "\2713"; position: absolute; background-color: green; width: 18px; height: 18px; border-radius: 50%; color: #ffffff; line-height: 11px; text-align: center; font-size: 16px; font-weight: bold; padding-left: 3px; pointer-events: none; }
.grid-wrapper .media-thumbnail.seen_scene:after{ right: 7px; top: 8px; content: "\2713"; position: absolute; background-color: green; width: 18px; height: 18px; border-radius: 50%; color: #ffffff; line-height: 11px; text-align: center; font-size: 16px; font-weight: bold; padding-left: 3px; pointer-events: none; }
