/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

          cursor: pointer !important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  background: #eee;
}

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}


body {
  margin: 0;
  padding: 0;
}

#loader {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

#bg-exit {
  background: transparent;
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}

#banner-wrap {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bg-exit {

  border: 1px solid rgba(0,0,0,.4);
}

#loader,
#banner-wrap,
#stage {
    background: #F6F2EF !important;
}

#banner-wrap img {
  position: absolute;
    -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#banner-wrap #bg {
  width: 100%;
}


/* custom */


img {
  position: absolute;
  left: 0;
}


.screen,
#screen,
#screen img {
  height: 105px;
  width: 172px;
  position: absolute;
  top: 78px;
  left: 662px;
}

#screen img {
  left: 0;
  top: 0;
  width: 100%;
}

.mask {
  height: 100%;
  left: auto;
  right: 0;
}

.button {
  width: 249px;
  position: absolute;
  left: 178px;
  bottom: 61px;

  opacity: 0;
}

.logo {
  width: 241px;
  top: 19px;
  left: 182px;
}


.txt1 {
  bottom: -4px;  opacity: 0; height: 137px;
}

.txt2 { bottom: 0; bottom: 51px; left: 340px; height: 63px;}
.plus {
  left: 279px;
  bottom: 73px;
  width: 39px;
}
.txt3 { bottom: 60px; left: 31px; height: 63px; }
.txt4 { bottom: 0; top: 108px; left: 81px; height: 84px; }


.wrap {
  position: absolute;
  left: 0;
  bottom :0;
  overflow: hidden;
  height: 100%;
  width: 590px;
}
