@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@-ms-viewport {}@media only screen and (min-device-width: 800px) {
  /* line 8, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
  html {
    overflow: hidden; } }

/* line 11, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
html {
  height: 100%; }

/* line 14, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #000000; }

/* line 24, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
.header_img {
  height: 20%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box; }

/* line 32, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
.ico_start {
  width: 152px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -76px;
  margin-left: -76px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: ani_logo 1.2s forwards 1s linear;
  -o-animation: ani_logo 1.2s forwards 1s linear;
  animation: ani_logo 1.2s forwards 1s linear; }

/* line 42, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
.box-welcome {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7000;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

/* line 56, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
.img-cover {
  width: 35%;
  max-width: 120px;
  position: absolute;
  left: 10px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation: ani_logo 800ms forwards linear;
  -o-animation: ani_logo 800ms forwards linear;
  animation: ani_logo 800ms forwards linear; }
  /* line 66, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
  .img-cover:nth-child(1) {
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform-origin: 50% 15%;
    -ms-transform-origin: 50% 15%;
    transform-origin: 50% 15%; }
  /* line 69, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
  .img-cover:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  /* line 71, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
  .img-cover:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  /* line 73, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
  .img-cover:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s; }

@media screen and (max-width: 768px) {
  /* line 77, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
  .img-cover {
    left: 5px;
    max-width: 110px; } }

/* line 82, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
.txt_credit {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px; }

/* line 89, /Users/shadow/Desktop/pano_hkcec/assets/sass/style.sass */
.no-blur .img-cover, .no-blur .ico_start {
  -webkit-animation-name: ani_logo_no_blur !important;
  -o-animation-name: ani_logo_no_blur !important;
  animation-name: ani_logo_no_blur !important; }

@keyframes ani_logo {
  from {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateZ(0);
    -ms-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0); }
  to {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); } }

@-webkit-keyframes ani_logo {
  from {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateZ(0);
    -ms-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0); }
  to {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); } }

@keyframes ani_logo_no_blur {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateZ(0);
    -ms-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); } }

@-webkit-keyframes ani_logo_no_blur {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateZ(0);
    -ms-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); } }

/*# sourceMappingURL=style.css.map */