@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Bold.otf') format('opentype'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype'), url('../fonts/DINPro-Bold.svg#Dinpro') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Light.otf') format('opentype'), url('../fonts/DINPro-Light.woff') format('woff'), url('../fonts/DINPro-Light.ttf') format('truetype'), url('../fonts/DINPro-Light.svg#Dinpro') format('svg');
  font-weight: 300;
  font-style: normal;
}
.font-light {
  font-weight: 300;
}
/*
.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}
*/
.font-bold {
  font-weight: 700;
}
/*
.font-ultra {
  font-weight: 900;
}
*/
.font-xs {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 1499px) {
  .font-xs {
    font-size: 10px;
    line-height: 16px;
  }
}
.font-sm {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 1499px) {
  .font-sm {
    font-size: 14px;
    line-height: 22px;
  }
}
.font-md {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 1499px) {
  .font-md {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
.font-lg {
  font-size: 30px;
  line-height: 38px;
}

.font-xl {
  font-size: 48px;
  line-height: 60px;
}
*/
.font-xxl {
  font-size: 70px;
  line-height: 1em;
  letter-spacing: 7px;
}
@media only screen and (max-width: 1499px) {
  .font-xxl {
    font-size: 50px;
    letter-spacing: 5px;
  }
}
.text-white {
  color: #fff;
}
.text-primary {
  color: #d31e49;
}
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.bg-full {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg-black {
  background-color: #282828;
}
.vmiddle-inline {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.vmiddle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pdin-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb {
  padding-bottom: 10px;
}
.pt {
  padding-top: 10px;
}
.nvp {
  padding-top: 0;
  padding-bottom: 0;
}
.nm {
  margin: 0;
}
.nvm {
  margin-top: 0;
  margin-bottom: 0;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.divider {
  display: block;
  clear: both;
  width: 100%;
  height: 20px;
}
.divider.divider-squared {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0px 10px;
  margin: 10px auto 15px;
  background-color: #d31e49;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 1499px) {
  .divider.divider-squared {
    font-size: 18px;
    line-height: 25px;
  }
}
.status-change,
.action-object.telescope:before,
.action-object.telescope:after,
.action-object.photograph:before,
.action-object.photograph:after,
.anim-object.sign:before,
.anim-object.sign:after,
.anim-object.plane > span,
.action-object.bookcase:before,
.action-object.bookcase:after,
.action-object.basket:before,
.action-object.basket:after,
.action-object.ipad:before,
.action-object.ipad:after,
.action-object.cafe:before,
.action-object.cafe:after,
.action-object.table:before,
.action-object.table:after,
.anim-object.reportboard > span,
.anim-object.flowers > span,
.action-object.classtable:before,
.action-object.classtable:after,
.action-object.hallwaycoffee:before,
.action-object.hallwaycoffee:after,
.anim-object.whiteboard > span,
.anim-object.mapboard > span,
.anim-object.coffeehumos:before,
.anim-object.coffeehumos:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.mCS-oe.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #aaa;
}
.mCS-oe.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
}
.modal-action {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.modal-btn {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 0;
  padding: 0;
  text-indent: -9000px;
  background-color: transparent;
  border: 12px solid transparent;
  border-right-color: #d31e49;
  border-bottom-color: #d31e49;
  -webkit-transition: border-color linear 0.2s;
  -o-transition: border-color linear 0.2s;
  transition: border-color linear 0.2s;
}
.modal-btn:before {
  content: '+';
  display: block;
  position: absolute;
  bottom: -11px;
  left: 1px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  text-indent: 0;
}
.modal-btn:hover {
  border-right-color: #adafb1;
  border-bottom-color: #adafb1;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal .modal-content {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.modal .modal-close {
  z-index: 100;
  border: 0;
  box-shadow: none;
  background: none;
  right: 10px;
  top: 5px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: #d31e49;
}
.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 900px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  -o-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-wrapper,
.video-wrapper {
  width: 100%;
  min-height: 350px;
}
.slide-wrap {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 350px;
  text-align: center;
}
.slide-wrap.slick-slide {
  position: relative;
}
.slide-wrap img {
  width: 100%;
  display: block;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 47px;
  outline: none;
  border: none;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9000px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev {
  left: -40px;
  background-image: url(../img/prev.png);
}
.slick-next {
  right: -40px;
  background-image: url(../img/next.png);
}
.slick-next.slick-disabled {
  filter: alpha(opacity=0);
  opacity: 0;
}
.slick-wrapper {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.5s;
  -o-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
}
.slick-wrapper.slick-slider {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    overflow: inherit;
    height: auto;
  }
}
body {
  display: block;
  color: #666666;
  font-family: "Dinpro";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  background-color: #fff;
  overflow: -moz-scrollbars-none;
}
@media only screen and (max-width: 1499px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
html[lang="vi"] body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a,
a:focus,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
::-webkit-scrollbar {
  display: none;
}
::scroll-bar {
  display: none;
}
::-moz-selection {
  background-color: #d31e49;
  color: #fff;
}
::selection {
  background-color: #d31e49;
  color: #fff;
}
/***** GENERAL *****/
main {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-screen {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.main-screen.active {
  display: block;
  z-index: 500;
  opacity: 1;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .main-screen.active {
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .main-screen {
    padding-top: 50px;
    height: auto;
  }
}
p {
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.fitscreen {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .fitscreen {
    height: auto !important;
  }
}
.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
.loading.fade {
  z-index: -1;
  visibility: hidden;
}
.loading .load-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loading .chart {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading .chart span {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  -webkit-transition: color 900ms ease;
  -o-transition: color 900ms ease;
  transition: color 900ms ease;
}
@media only screen and (max-width: 1499px) {
  .loading .chart span {
    font-size: 18px;
    line-height: 25px;
  }
}
.loading .chart span:after {
  content: attr(data-finish);
  display: block;
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 0;
  width: 100%;
  color: #333;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 900ms ease;
  -o-transition: opacity 900ms ease;
  transition: opacity 900ms ease;
}
.loading .chart span:hover:after {
  text-decoration: underline;
}
.loading .chart.done span {
  color: #fff;
}
.loading .chart.done span:after {
  opacity: 1;
}
.right-col {
  float: right;
}
@media only screen and (max-width: 991px) {
  .right-col {
    float: none;
  }
}
.left-col {
  float: left;
}
@media only screen and (max-width: 991px) {
  .left-col {
    float: none;
  }
}
.copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 1499px) {
  .copyright {
    font-size: 10px;
    line-height: 16px;
  }
}
.btn-nav {
  display: inline-block;
  padding: 14px 7px;
  position: fixed;
  top: 20px;
  left: 50px;
  line-height: 1px;
  user-select: none;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 1000;
  border: none;
  background-color: transparent;
}
.lines-button {
  line-height: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lines-button:active {
  transition: 0;
}
@media only screen and (min-width: 992px) {
  .lines-button .lines {
    -webkit-transition: background 0.2s 0.4s ease;
    -o-transition: background 0.2s 0.4s ease;
    transition: background 0.2s 0.4s ease;
  }
}
.lines-button .lines:before,
.lines-button .lines:after {
  transform-origin: 50% 50%;
}
@media only screen and (min-width: 992px) {
  .lines-button .lines:before,
  .lines-button .lines:after {
    -webkit-transition: top 0.2s 0.4s ease, transform 0.2s ease;
    -o-transition: top 0.2s 0.4s ease, transform 0.2s ease;
    transition: top 0.2s 0.4s ease, transform 0.2s ease;
  }
}
.lines-button.close .lines {
  background: transparent !important;
  -webkit-transition: background 0.2s 0s ease;
  -o-transition: background 0.2s 0s ease;
  transition: background 0.2s 0s ease;
}
.lines-button.close .lines:before,
.lines-button.close .lines:after {
  top: 0;
  width: 28px;
}
@media only screen and (min-width: 992px) {
  .lines-button.close .lines:before,
  .lines-button.close .lines:after {
    -webkit-transition: top 0.2s ease, transform 0.2s 0.4s ease;
    -o-transition: top 0.2s ease, transform 0.2s 0.4s ease;
    transition: top 0.2s ease, transform 0.2s 0.4s ease;
  }
}
.lines-button.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.line {
  display: inline-block;
  width: 28px;
  height: 5px;
  background: #d31e49;
  transition: 0.2s;
}
.lines {
  display: inline-block;
  width: 28px;
  height: 5px;
  background: #d31e49;
  transition: 0.2s;
  position: relative;
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 28px;
  height: 5px;
  background: #d31e49;
  transition: 0.2s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 2px center;
}
.lines:before {
  top: 9.33333333px;
}
.lines:after {
  top: -9.33333333px;
}
.site-nav-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 100%;
  overflow: visible;
  z-index: 600;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.site-nav-wrapper.active {
  z-index: 600;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.site-nav-wrapper.active .nav-items-wrapper {
  filter: alpha(opacity=100);
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .site-nav-wrapper {
    width: 100%;
    height: 100%;
  }
}
.site-nav {
  width: 100%;
  height: 100%;
}
.nav-items-wrapper {
  position: absolute;
  top: 70px;
  left: 50px;
  min-width: 100%;
  padding: 20px 15px;
  background: #eeeeee;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.nav-items-wrapper .nav-category {
  margin-bottom: 0px;
}
.nav-items-wrapper .nav-category li ul li {
  border-right: 5px solid #d31e49;
}
.nav-items-wrapper .nav-category li ul li:first-child {
  border-right: none;
}
.nav-items {
  display: block;
  position: relative;
  padding: 4px 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1499px) {
  .nav-items {
    font-size: 10px;
    line-height: 16px;
  }
}
.nav-screen {
  border-left: 5px solid #d31e49;
  position: relative;
  margin: 5px 0 5px 20px;
  color: #d31e49;
  font-weight: bold;
}
.nav-screen-name {
  position: absolute;
  top: 50%;
  left: 0;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  margin-left: -20px;
}
@media only screen and (max-width: 1499px) {
  .nav-screen-name {
    font-size: 10px;
    line-height: 16px;
  }
}
.nav-category-name {
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  color: #d31e49;
  font-weight: bold;
  float: right;
  margin-top: 5px;
}
@media only screen and (max-width: 1499px) {
  .nav-category-name {
    font-size: 10px;
    line-height: 16px;
  }
}
/* SCREEN NAVIGATOR */
.screen-nav {
  position: absolute;
  z-index: 1000;
  top: 40%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.screen-nav ul {
  list-style: none;
}
.screen-nav ul li {
  margin: 13px 0;
}
.screen-nav ul li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eeeeee;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.screen-nav ul li a.active {
  background-color: #d31e49;
}
/* TOP NAVIGATOR */
.top-nav {
  position: absolute;
  right: 50px;
  top: 30px;
  z-index: 1000;
}
.top-nav ul {
  list-style: none;
  padding: 0;
}
.top-nav ul li {
  display: inline;
}
.top-nav ul li a {
  position: relative;
  display: block;
  float: left;
  padding: 0 20px;
}
.top-nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 70%;
  position: absolute;
  top: 15%;
  right: 0;
  border-right: 1px solid #ccc;
}
.top-nav ul li:last-child a:after {
  display: none;
}
.top-nav ul li:hover,
.top-nav ul li.current-lang {
  color: #d31e49;
}
.nav-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  background: #ddd;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: #d31e49;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 1499px) {
  .nav-title {
    font-size: 10px;
    line-height: 16px;
  }
}
.nav-title > a {
  display: block;
  padding: 5px 10px;
}
.nav-title > a:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  top: 9px;
  right: 12px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #d31e49;
  -o-transition: -o-transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  -moz-transition: -moz-transform 0.25s linear;
  transition: transform 0.25s linear;
}
.nav-title > a.collapsed:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.screens {
  position: absolute;
  top: 18%;
  width: 100%;
  height: 100%;
  text-align: center;
}
.screens .screen-track {
  position: relative;
  top: 295px;
  -o-transition: -o-transform 0.75s ease-out;
  -webkit-transition: -webkit-transform 0.75s ease-out;
  -moz-transition: -moz-transform 0.75s ease-out;
  transition: transform 0.75s ease-out;
}
.screens .screen {
  position: relative;
  width: 100%;
  height: 295px;
  float: left;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.screens .screen .floor-objects {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.screens .screen .btn-showall {
  filter: alpha(opacity=0);
  opacity: 0;
}
.screens .screen .title {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  transform: translate(0, -100px);
}
.screens .screen .description {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
}
.screens .screen.active {
  z-index: 100;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.screens .screen.active .title,
.screens .screen.active .description,
.screens .screen.active .floor-objects,
.screens .screen.active .btn-showall {
  filter: alpha(opacity=100);
  opacity: 1;
}
.screens .screen.active .title,
.screens .screen.active .description {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.screens .screen.prepare {
  z-index: 10;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.screens .screen.prepare .title {
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  transform: translate(0, 200px);
}
.screens .screen.prepare .description {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.floor {
  position: relative;
  top: -40px;
  width: 835px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  -webkit-transition: opacity 0.5s ease-in 0.2s;
  -o-transition: opacity 0.5s ease-in 0.2s;
  transition: opacity 0.5s ease-in 0.2s;
}
.description {
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: -webkit-transform 1.05s ease-out, opacity 0.25s linear;
  -moz-transition: -moz-transform 1.05s ease-out, opacity 0.25s linear;
  transition: transform 1.05s ease-out, opacity 0.25s linear;
}
@media only screen and (max-width: 1499px) {
  .description {
    font-size: 10px;
    line-height: 16px;
  }
}
.title {
  position: relative;
  z-index: 10;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  color: #d31e49;
  font-weight: 700;
  -webkit-transition: -webkit-transform 1.05s ease-out, opacity 0.25s linear;
  -moz-transition: -moz-transform 1.05s ease-out, opacity 0.25s linear;
  transition: transform 1.05s ease-out, opacity 0.25s linear;
}
@media only screen and (max-width: 1499px) {
  .title {
    font-size: 50px;
    letter-spacing: 5px;
  }
}
.title span {
  position: relative;
}
.title small {
  vertical-align: top;
  position: relative;
  top: 5px;
  right: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #d31e49;
}
@media only screen and (max-width: 1499px) {
  .title small {
    font-size: 18px;
    line-height: 25px;
  }
}
.sub-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  margin: 22px 0px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1499px) {
  .sub-title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1499px) {
  .sub-title {
    margin: 15px 0px 10px;
  }
}
.description {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1499px) {
  .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.object,
.group-object {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 20;
  max-width: 230px;
}
.object .obj-btn,
.group-object .obj-btn {
  position: absolute;
  left: -30px;
  width: 25px;
  height: 25px;
  display: block;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.object .obj-btn:before,
.object .obj-btn:after,
.group-object .obj-btn:before,
.group-object .obj-btn:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: width 0.15s ease-out;
  -o-transition: width 0.15s ease-out;
  transition: width 0.15s ease-out;
}
.object .obj-btn:before,
.group-object .obj-btn:before {
  top: 0px;
  left: 0px;
  border-top-color: #d31e49;
  border-left-color: #d31e49;
}
.object .obj-btn:after,
.group-object .obj-btn:after {
  bottom: 0px;
  right: 0px;
  border-bottom-color: #d31e49;
  border-right-color: #d31e49;
}
.object .obj-btn span,
.group-object .obj-btn span {
  position: relative;
}
.object .obj-btn span:before,
.object .obj-btn span:after,
.group-object .obj-btn span:before,
.group-object .obj-btn span:after {
  content: '';
  position: absolute;
  background-color: #d31e49;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.object .obj-btn span:before,
.group-object .obj-btn span:before {
  top: 6px;
  left: 0px;
  width: 2px;
  height: 10px;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.object .obj-btn span:after,
.group-object .obj-btn span:after {
  top: 10px;
  left: -4px;
  width: 10px;
  height: 2px;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.object .obj-btn:hover,
.group-object .obj-btn:hover {
  background: #d31e49;
}
.object .obj-btn:hover:before,
.object .obj-btn:hover:after,
.group-object .obj-btn:hover:before,
.group-object .obj-btn:hover:after {
  width: 100%;
  height: 100%;
}
.object .obj-btn:hover span:before,
.object .obj-btn:hover span:after,
.group-object .obj-btn:hover span:before,
.group-object .obj-btn:hover span:after {
  background: #fff;
}
.object .obj-label,
.group-object .obj-label {
  position: relative;
  display: block;
  float: left;
  width: 0px;
  height: 25px;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 10;
  padding: 2px 10px;
  background-color: #d31e49;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
@media only screen and (max-width: 1499px) {
  .object .obj-label,
  .group-object .obj-label {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1499px) {
  .object .obj-label,
  .group-object .obj-label {
    padding-top: 4px;
  }
}
.object .info,
.group-object .info {
  position: relative;
  z-index: 10;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
  margin-top: 5px;
  padding: 0;
  width: 200px;
  max-height: 0px;
  text-align: left;
  font-size: 14px;
  -webkit-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.object .info .info-content,
.group-object .info .info-content {
  overflow: hidden;
  background-color: #fff;
}
.object .info h5,
.group-object .info h5 {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #d31e49;
  margin-bottom: 5px;
  margin-top: 0;
}
@media only screen and (max-width: 1499px) {
  .object .info h5,
  .group-object .info h5 {
    font-size: 10px;
    line-height: 16px;
  }
}
.object.active,
.group-object.active {
  z-index: 100;
  width: auto;
  height: auto;
}
.object.active .obj-btn,
.group-object.active .obj-btn {
  background: #d31e49;
  color: #fff;
}
.object.active .obj-btn:before,
.object.active .obj-btn:after,
.group-object.active .obj-btn:before,
.group-object.active .obj-btn:after {
  width: 100%;
  height: 100%;
}
.object.active .obj-btn span:before,
.group-object.active .obj-btn span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
  background-color: #fff;
}
.object.active .obj-btn span:after,
.group-object.active .obj-btn span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.object.active .obj-label,
.group-object.active .obj-label {
  filter: alpha(opacity=100);
  opacity: 1;
  width: 200px;
}
.object.active .info,
.group-object.active .info {
  filter: alpha(opacity=100);
  opacity: 1;
  max-height: 130px;
  -webkit-animation: infoExpand 1.25s;
  -o-animation: infoExpand 1.25s;
  animation: infoExpand 1.25s;
}
.object.active-by-another,
.group-object.active-by-another {
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  transform: translate(0, 200px);
}
.object.both-active,
.group-object.both-active {
  width: auto;
  height: auto;
}
.object.both-active .obj-btn,
.group-object.both-active .obj-btn {
  background: #d31e49;
  color: #fff;
}
.object.both-active .obj-btn:before,
.object.both-active .obj-btn:after,
.group-object.both-active .obj-btn:before,
.group-object.both-active .obj-btn:after {
  width: 100%;
  height: 100%;
}
.object.both-active .obj-btn span:before,
.group-object.both-active .obj-btn span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
  background-color: #fff;
}
.object.both-active .obj-btn span:after,
.group-object.both-active .obj-btn span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.object.both-active .obj-label,
.group-object.both-active .obj-label {
  filter: alpha(opacity=100);
  opacity: 1;
  width: 200px;
}
.floor-objects {
  position: relative;
}
.floor-objects.showall .object,
.floor-objects.showall .group-object,
.floor-objects.showall .group-object {
  width: auto;
  height: auto;
}
.floor-objects.showall .object .obj-btn,
.floor-objects.showall .group-object .obj-btn,
.floor-objects.showall .group-object .obj-btn {
  background: #d31e49;
  color: #fff;
}
.floor-objects.showall .object .obj-btn:before,
.floor-objects.showall .group-object .obj-btn:before,
.floor-objects.showall .object .obj-btn:after,
.floor-objects.showall .group-object .obj-btn:after,
.floor-objects.showall .group-object .obj-btn:before,
.floor-objects.showall .group-object .obj-btn:after {
  width: 100%;
  height: 100%;
}
.floor-objects.showall .object .obj-btn span:before,
.floor-objects.showall .group-object .obj-btn span:before,
.floor-objects.showall .group-object .obj-btn span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
  background-color: #fff;
}
.floor-objects.showall .object .obj-btn span:after,
.floor-objects.showall .group-object .obj-btn span:after,
.floor-objects.showall .group-object .obj-btn span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.floor-objects.showall .object .obj-label,
.floor-objects.showall .group-object .obj-label,
.floor-objects.showall .group-object .obj-label {
  filter: alpha(opacity=100);
  opacity: 1;
  width: 200px;
}
.btn-showall {
  position: absolute;
  display: inline-block;
  top: 80px;
  right: 0px;
  padding: 3px 10px;
  text-transform: uppercase;
  background-color: #d31e49;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1499px) {
  .btn-showall {
    font-size: 10px;
    line-height: 16px;
  }
}
.btn-showall:hover,
.btn-showall:focus,
.btn-showall:active {
  background: #fff;
  color: #d31e49;
  border-color: #d31e49;
}
.group-object.active .inside-object .info {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  max-height: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: max-height linear 0.25s, opacity linear 0.2s 0.1s;
  -o-transition: max-height linear 0.25s, opacity linear 0.2s 0.1s;
  transition: max-height linear 0.25s, opacity linear 0.2s 0.1s;
}
.group-object.active .inside-object.active .info {
  filter: alpha(opacity=100);
  opacity: 1;
  max-height: 130px;
  -webkit-animation: infoExpand 1.25s;
  -o-animation: infoExpand 1.25s;
  animation: infoExpand 1.25s;
}
.group-object.active .inside-object.active .info {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
.group-object.active .inside-object.active ~ .inside-object {
  margin-top: 5px;
}
.content-wrapper {
  margin: 0 0 0px;
  padding: 8px 10px 5px;
  background-color: #fff;
}
.home-screen {
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.home-screen.collapsed {
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
}
.home-screen.collapsed .home-content .sub-title,
.home-screen.collapsed .home-content .divider,
.home-screen.collapsed .home-content .description {
  opacity: 0;
}
.home-screen.collapsed .home-content .title {
  -webkit-transform: scale(0.45, 0.45);
  -ms-transform: scale(0.45, 0.45);
  -o-transform: scale(0.45, 0.45);
  transform: scale(0.45, 0.45);
}
@media only screen and (max-width: 1499px) {
  .home-screen.collapsed {
    -webkit-transform: translate(0, -170px);
    -ms-transform: translate(0, -170px);
    -o-transform: translate(0, -170px);
    transform: translate(0, -170px);
  }
}
.home-content {
  max-width: 1000px;
  margin: 150px auto 180px;
}
.home-content .sub-title,
.home-content .divider,
.home-content .description {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.home-content .title {
  -o-transition: -o-transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.obj-content ul {
  padding-left: 15px;
}
.action-object {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
}
.action-object:before,
.action-object:after {
  background-repeat: no-repeat;
  background-position: left center;
}
.action-object.telescope {
  width: 120px;
  height: 179px;
}
.action-object.telescope:before,
.action-object.telescope:after {
  background-image: url('../img/screen/telescope.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.telescope:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -133px 0;
}
.action-object.photograph {
  width: 108px;
  height: 89px;
}
.action-object.photograph:before,
.action-object.photograph:after {
  background-image: url('../img/screen/photograph.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.photograph:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -111px 0;
}
.object[data-hovered="telescope"]:hover ~ .telescope:before,
.group-object[data-hovered="telescope"]:hover ~ .telescope:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="telescope"]:hover ~ .telescope:after,
.group-object[data-hovered="telescope"]:hover ~ .telescope:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.object[data-hovered="photograph"]:hover ~ .photograph:before,
.group-object[data-hovered="photograph"]:hover ~ .photograph:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="photograph"]:hover ~ .photograph:after,
.group-object[data-hovered="photograph"]:hover ~ .photograph:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.object[data-hovered="sign"]:hover ~ .sign:before,
.group-object[data-hovered="sign"]:hover ~ .sign:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="sign"]:hover ~ .sign:after,
.group-object[data-hovered="sign"]:hover ~ .sign:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.anim-object.screenlight {
  width: 159px;
  height: 160px;
  background-image: url('../img/screen/light.png');
  -webkit-animation: lightIn 2s infinite;
  -o-animation: lightIn 2s infinite;
  animation: lightIn 2s infinite;
}
.anim-object.sign {
  width: 24px;
  height: 60px;
}
.anim-object.sign:before,
.anim-object.sign:after {
  background-image: url('../img/screen/sign.png');
  background-size: contain;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.anim-object.sign:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-image: url('../img/screen/sign-active.png');
}
.anim-object.sign:hover:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.anim-object.sign:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.anim-object.plane {
  z-index: 10;
  width: 35px;
  height: 16px;
}
.anim-object.plane > span {
  filter: alpha(opacity=100);
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.anim-object.plane > span.plane1 {
  background-image: url('../img/screen/plane-1.png');
}
.anim-object.plane > span.plane2 {
  background-image: url('../img/screen/plane-2.png');
}
.anim-object.plane > span.plane3 {
  background-image: url('../img/screen/plane-3.png');
}
.action-object.bookcase {
  width: 232px;
  height: 227px;
}
.action-object.bookcase:before,
.action-object.bookcase:after {
  background-image: url('../img/screen/bookcase.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.bookcase:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -256px 0;
}
.action-object.basket {
  width: 44px;
  height: 44px;
}
.action-object.basket:before,
.action-object.basket:after {
  background-image: url('../img/screen/basket.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.basket:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -62px 0;
}
.action-object.ipad {
  width: 44px;
  height: 49px;
}
.action-object.ipad:before,
.action-object.ipad:after {
  background-image: url('../img/screen/ipad.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.ipad:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -56px 0;
}
.action-object.cafe {
  width: 59px;
  height: 33px;
}
.action-object.cafe:before,
.action-object.cafe:after {
  background-image: url('../img/screen/cafe.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.cafe:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -77px 0;
}
.action-object.table {
  width: 49px;
  height: 54px;
}
.action-object.table:before,
.action-object.table:after {
  background-image: url('../img/screen/table.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.table:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -87px 0;
}
.object[data-hovered="bookcase"]:hover ~ .bookcase:before,
.group-object[data-hovered="bookcase"]:hover ~ .bookcase:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="bookcase"]:hover ~ .bookcase:after,
.group-object[data-hovered="bookcase"]:hover ~ .bookcase:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.object[data-hovered="basket"]:hover ~ .basket:before,
.group-object[data-hovered="basket"]:hover ~ .basket:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="basket"]:hover ~ .basket:after,
.group-object[data-hovered="basket"]:hover ~ .basket:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.object[data-hovered="ipad"]:hover ~ .ipad:before,
.group-object[data-hovered="ipad"]:hover ~ .ipad:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="ipad"]:hover ~ .ipad:after,
.group-object[data-hovered="ipad"]:hover ~ .ipad:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.object[data-hovered="cafe"]:hover ~ .cafe:before,
.group-object[data-hovered="cafe"]:hover ~ .cafe:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="cafe"]:hover ~ .cafe:after,
.group-object[data-hovered="cafe"]:hover ~ .cafe:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.object[data-hovered="table"]:hover ~ .table:before,
.group-object[data-hovered="table"]:hover ~ .table:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="table"]:hover ~ .table:after,
.group-object[data-hovered="table"]:hover ~ .table:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.anim-object.reportboard {
  width: 61px;
  height: 101px;
}
.anim-object.reportboard > span {
  filter: alpha(opacity=0);
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/screen/so-1.png');
}
.anim-object.reportboard > span.board2 {
  background-image: url('../img/screen/so-2.png');
}
.anim-object.reportboard > span.board3 {
  background-image: url('../img/screen/so-3.png');
}
.anim-object.reportboard > span.board4 {
  background-image: url('../img/screen/so-4.png');
  -webkit-transition: opacity linear 0.6s 0.2s;
  -o-transition: opacity linear 0.6s 0.2s;
  transition: opacity linear 0.6s 0.2s;
}
.anim-object.reportboard:hover .board4 {
  filter: alpha(opacity=100);
  opacity: 1;
}
.anim-object.flowers {
  width: 200px;
  height: 200px;
}
.anim-object.flowers > span {
  background-repeat: no-repeat;
  background-image: url('../img/screen/flowers.png');
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.anim-object.flowers > span.flower1 {
  top: -1px;
  left: 42px;
  width: 37px;
  height: 25px;
  background-position: -112px -2px;
}
.anim-object.flowers > span.flower2 {
  top: -15px;
  left: 119px;
  width: 50px;
  height: 60px;
  background-position: -305px -11px;
}
.anim-object.flowers > span.flower3 {
  top: 31px;
  left: 79px;
  width: 45px;
  height: 57px;
  background-position: -209px -106px;
}
.anim-object.flowers > span.flower4 {
  top: 69px;
  left: -3px;
  width: 37px;
  height: 45px;
  background-position: -9px -191px;
}
.anim-object.flowers > span.flower5 {
  top: 88px;
  left: 124px;
  width: 45px;
  height: 41px;
  background-position: -306px -231px;
}
.anim-object.flowers > span.flower6 {
  top: 103px;
  left: -11px;
  width: 57px;
  height: 56px;
  background-position: 0px -276px;
}
.anim-object.flowers:hover .board4 {
  filter: alpha(opacity=100);
  opacity: 1;
}
.action-object.classtable {
  width: 190px;
  height: 114px;
}
.action-object.classtable:before,
.action-object.classtable:after {
  background-image: url('../img/screen/table2.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.classtable:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -206px 0;
}
.action-object.hallwaycoffee {
  width: 63px;
  height: 32px;
}
.action-object.hallwaycoffee:before,
.action-object.hallwaycoffee:after {
  background-image: url('../img/screen/cafe2.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.3s 0.1s;
  -o-transition: opacity linear 0.3s 0.1s;
  transition: opacity linear 0.3s 0.1s;
}
.action-object.hallwaycoffee:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-position: -84px 0;
}
.action-object.classtable:after {
  top: -7px;
}
.anim-object.whiteboard {
  width: 83px;
  height: 172px;
}
.anim-object.whiteboard > span {
  filter: alpha(opacity=0);
  opacity: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url('../img/screen/screenobj.png');
}
.anim-object.whiteboard > span.board2 {
  background-position: -131px 0;
}
.anim-object.whiteboard > span.board3 {
  background-position: -271px 0;
}
.anim-object.whiteboard > span.board4 {
  background-position: -393px 0;
  -webkit-transition: opacity linear 0.6s 0.2s;
  -o-transition: opacity linear 0.6s 0.2s;
  transition: opacity linear 0.6s 0.2s;
}
.anim-object.whiteboard:hover .board4 {
  filter: alpha(opacity=100);
  opacity: 1;
}
.object[data-hovered="classtable"]:hover ~ .classtable:before,
.group-object[data-hovered="classtable"]:hover ~ .classtable:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="classtable"]:hover ~ .classtable:after,
.group-object[data-hovered="classtable"]:hover ~ .classtable:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.object[data-hovered="hallwaycoffee"]:hover ~ .hallwaycoffee:before,
.group-object[data-hovered="hallwaycoffee"]:hover ~ .hallwaycoffee:before {
  filter: alpha(opacity=0);
  opacity: 0;
}
.object[data-hovered="hallwaycoffee"]:hover ~ .hallwaycoffee:after,
.group-object[data-hovered="hallwaycoffee"]:hover ~ .hallwaycoffee:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.action-object.tabletlight {
  width: 160px;
  height: 159px;
}
.anim-object.mapboard {
  width: 200px;
  height: 169px;
}
.anim-object.mapboard > span {
  filter: alpha(opacity=0);
  opacity: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url('../img/screen/map.png');
}
.anim-object.mapboard > span.board2 {
  background-position: -266px 0;
}
.anim-object.mapboard > span.board3 {
  background-position: -513px 0;
}
.anim-object.mapboard > span.board4 {
  background-position: -764px 0;
  -webkit-transition: opacity linear 0.6s 0.2s;
  -o-transition: opacity linear 0.6s 0.2s;
  transition: opacity linear 0.6s 0.2s;
}
.anim-object.mapboard:hover .board4 {
  filter: alpha(opacity=100);
  opacity: 1;
}
.anim-object.coffeehumos {
  width: 15px;
  height: 11px;
}
.anim-object.coffeehumos:before,
.anim-object.coffeehumos:after {
  filter: alpha(opacity=0);
  opacity: 0;
  background-image: url('../img/screen/steam.png');
}
.anim-object.coffeehumos:before {
  width: 7px;
  height: 11px;
  -webkit-animation: coffeeOne 5s infinite;
  -o-animation: coffeeOne 5s infinite;
  animation: coffeeOne 5s infinite;
}
.anim-object.coffeehumos:after {
  left: 7px;
  width: 8px;
  height: 11px;
  -webkit-animation: coffeeTwo 5s infinite;
  -o-animation: coffeeTwo 5s infinite;
  animation: coffeeTwo 5s infinite;
  background-position: right center;
}
.object[data-hovered="tabletlight"]:hover ~ .tabletlight,
.group-object[data-hovered="tabletlight"]:hover ~ .tabletlight {
  background-image: url('../img/screen/tablet.png');
  -webkit-animation: lightIn 3s infinite;
  -o-animation: lightIn 3s infinite;
  animation: lightIn 3s infinite;
}
