* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*:focus {
  border: none;
  outline: none;
  outline-style: none;
}
.mobile {
  width: 640px !important;
}
html,
body {
  height: 100%;
  background: #111;
}
body {
  position: relative;
}
h2 {
  font-family: "DINNextHeavy";
  font-size: 29px;
  color: #b9b9b9;
  margin-bottom: 20px;
}
p,
input,
textarea,
.word-count {
  color: #5a5a5a;
  font-family: "GeogrotesqueW01-Regular-1";
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  transition: color 350ms ease;
}
.italic {
  font-family: "GeogrotesqueW01-Regular-2";
  font-size: 14px;
}
input {
  outline: none;
  padding: 0 20px;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
input:focus {
  color: #b2b2b2;
}
textarea {
  padding: 20px;
  outline: none;
  resize: none;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
textarea:focus {
  color: #b2b2b2;
}
#wrapper {
  height: 100%;
  display: none;
}
#wrapper-ie {
  height: 100%;
}
#preload {
  width: 1152px;
  height: 698px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto auto;
  overflow: hidden;
  z-index: 999;
  background: url(../img/bg-preloader.jpg) center center no-repeat;
  display: none;
}
#preload .logo {
  background: url(../img/splash-logo.png) center center no-repeat;
  width: 690px;
  height: 122px;
  margin: 225px auto 60px;
}
#preload .start {
  width: 280px;
  height: 65px;
  background-color: #262626;
  margin: 0 auto;
  display: none;
  cursor: pointer;
  -webkit-transition: background-color 350ms ease;
  -moz-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  -ms-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  position: relative;
  padding: 25px 0 0 145px;
  color: #e0ce51;
  border-top: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  font-family: "DINNextBold";
  font-size: 14px;
  letter-spacing: 1px;
}
#preload .start .icon {
  background: url(../img/sprite.png) no-repeat -79px -203px;
  width: 35px;
  height: 42px;
  display: block;
  position: absolute;
  top: 9px;
  left: 81px;
}
#preload .start:hover {
  background-color: #202020;
}
.desktop-container {
  width: 1152px;
  height: 698px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto auto;
  overflow: hidden;
  background: #000;
}
.desktop-container .top-box {
  width: 100%;
  height: 64px;
  display: block;
  border-bottom: 1px solid #1b1b1b;
  background: #1b1b1b;
  position: relative;
  z-index: 20;
}
.desktop-container .top-box .logo-container {
  background: url(../img/logo-top.png) 26px center no-repeat #202020;
  border-top: 1px solid #272727;
  width: 595px;
  height: 63px;
  display: block;
  position: absolute;
}
.desktop-container .top-box .control {
  border: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 17px 43px 0 0;
  outline: none;
}
.desktop-container .top-box .control.fullscreen {
  background: url(../img/icon-fullscreen-off.png) center center no-repeat;
  margin-left: 52px;
}
.desktop-container .top-box .control.fullscreen:hover {
  background: url(../img/icon-fullscreen-on.png) center center no-repeat;
}
.desktop-container .top-box .control.sound {
  width: 30px;
  background: url(../img/icon-sound-off.png) center center no-repeat;
}
.desktop-container .top-box .control.sound:hover {
  background: url(../img/icon-sound-on.png) center center no-repeat;
}
.desktop-container .top-box .control.sound.mute {
  width: 30px;
  background: url(../img/icon-audio-off-off.png) center center no-repeat;
}
.desktop-container .top-box .control.sound.mute:hover {
  background: url(../img/icon-audio-off-on.png) center center no-repeat;
}
.desktop-container .top-box .control.info {
  width: 27px;
  height: 27px;
  margin: 16px 43px 0 0;
  background: url(../img/icon-info-off.png) center center no-repeat;
}
.desktop-container .top-box .control.info:hover {
  background: url(../img/icon-info-on.png) center center no-repeat;
}
.desktop-container .top-box .navs {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  position: relative;
  z-index: 2;
  background: #1b1b1b;
}
.desktop-container .top-box .navs .nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-left: 1px solid #2d2d2d;
  border-top: 1px solid #272727;
  margin: 0 1px 0 0;
  display: block;
  float: left;
  width: 277px;
  background: #262626;
  cursor: pointer;
  -webkit-transition: background-color 350ms ease;
  -moz-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  -ms-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}
.desktop-container .top-box .navs .nav:hover {
  background: #202020;
}
.desktop-container .top-box .navs .nav.open {
  background: #202020;
}
.desktop-container .top-box .navs .nav span {
  font-family: "DINNextBold";
  font-size: 14px;
  letter-spacing: 1px;
  color: #5d5d5d;
  text-decoration: none;
}
.desktop-container .top-box .navs .nav.refresh {
  width: 62px;
  height: 64px;
  background: url(../img/icon-refresh-off.png) center center no-repeat #262626;
  margin-right: -61px;
  margin-left: 1px;
  border-right: 1px solid #1b1b1b;
  border-left: 1px solid #1b1b1b;
  margin: -1px 0;
}
.desktop-container .top-box .navs .nav.refresh:hover {
  background: url(../img/icon-refresh-on.png) center center no-repeat #262626;
}
.desktop-container .top-box .navs .nav.refresh:before {
  content: "";
  width: 61px;
  height: 63px;
  border-left: 1px solid #2d2d2d;
  position: absolute;
  left: 1px;
}
.desktop-container .top-box .navs .nav.play {
  width: 219px;
  padding: 17px 0 19px;
}
.desktop-container .top-box .navs .nav.play span {
  background: url(../img/icon-pause-off.png) center left no-repeat;
  padding-left: 44px;
  display: block;
  width: 114px;
  height: 26px;
  margin: 0 0 0 51px;
  line-height: 30px;
}
.desktop-container .top-box .navs .nav.play span:hover {
  background: url(../img/icon-pause-on.png) center left no-repeat;
}
.desktop-container .top-box .navs .nav.play.paused {
  background: #262626;
}
.desktop-container .top-box .navs .nav.play.paused span {
  background: url(../img/icon-play-off.png) center left no-repeat;
}
.desktop-container .top-box .navs .nav.play.paused span:hover {
  background: url(../img/icon-play-on.png) center left no-repeat;
}
.desktop-container .top-box .navs .nav.edit {
  padding: 17px 0 18px 0;
}
.desktop-container .top-box .navs .nav.edit span {
  background: url(../img/icon-editor-off.png) center left no-repeat;
  padding-left: 37px;
  display: block;
  width: 98px;
  height: 27px;
  margin: 0 0 0 90px;
  line-height: 30px;
}
.desktop-container .top-box .navs .nav.share {
  padding: 20px 0 22px;
  border-right: none;
}
.desktop-container .top-box .navs .nav.share span {
  background: url(../img/icon-share-off.png) center left no-repeat;
  padding-left: 40px;
  display: block;
  width: 96px;
  height: 20px;
  line-height: 23px;
  margin: 0 0 0 91px;
}
.desktop-container .crawl-box {
  width: 1152px;
  height: 635px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.desktop-container .crawl-box:hover .controls,
.desktop-container .preview-box:hover .controls {
  opacity: .9;
}
.desktop-container .crawl-box:hover .controls:hover,
.desktop-container .preview-box:hover .controls:hover {
  opacity: 1;
}
.desktop-container .crawl-box .stars,
.desktop-container .preview-box .stars {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-fullscreen.png) -97px -401px repeat;
  display: none;
}
.desktop-container .overlay-box {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 635px;
  z-index: 5;
  display: none;
}
.desktop-container .overlay-box .preview-box {
  background: #000;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.desktop-container .overlay-box .side-panel-container {
  position: relative;
  float: right;
  background: #202020;
  border-left: 2px solid #e0ce51;
  right: -2px;
  height: 100%;
}
.desktop-container .overlay-box .side-panel-container .close {
  left: 0;
  top: 83px;
  width: 0;
  height: 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url(../img/sprite.png) no-repeat 0px -386px #e0ce51;
  z-index: 1;
}
.desktop-container .overlay-box .side-panel-container .side-panel {
  position: relative;
  background: #202020;
  z-index: 2;
}
.desktop-container .edit-box {
  width: 558px;
  height: 635px;
  padding: 83px 31px 29px 27px;
  display: none;
}
.desktop-container .edit-box h2 {
  margin-bottom: 7px;
}
.desktop-container .edit-box p {
  display: block;
  width: 300px;
  margin-bottom: 45px;
}
.desktop-container .edit-box input,
.desktop-container .edit-box .textarea {
  background: #242424;
  border: 1px solid #1b1b1b;
  display: block;
  width: 502px;
  height: 35px;
  margin: 14px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.desktop-container .edit-box .jspContainer {
  height: 248px !important;
}
.desktop-container .edit-box .textarea {
  height: 294px;
}
.desktop-container .edit-box textarea {
  background: none;
  width: 100%;
  height: 500px;
  padding: 14px 20px;
  border: none;
  overflow: hidden;
}
.desktop-container .edit-box .word-count {
  margin: 3px 0 0 20px;
  font-family: "GeogrotesqueW01-Regular-1";
  color: #1a1a1a;
  font-size: 16px;
}
.desktop-container .edit-box .done {
  position: absolute;
  z-index: 999;
  right: 40px;
  bottom: 36px;
  background: url(../img/sprite.png) no-repeat -57px -384px;
  width: 71px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.desktop-container .edit-box .done:hover {
  opacity: .7;
}
.desktop-container .share-box {
  width: 280px;
  height: 634px;
  display: none;
}
.desktop-container .share-box .titles {
  margin: 83px 50px 0 28px;
}
.desktop-container .share-box .titles h2 {
  margin: 0 0 7px 0;
}
.desktop-container .share-box .shares {
  position: absolute;
  bottom: 76px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #1b1b1b;
}
.desktop-container .share-box .shares .share {
  position: relative;
  background: #262626;
  margin: 0;
  padding: 19px 0 0 24px;
  list-style: none;
  width: 100%;
  display: block;
  height: inherit;
  height: 63px;
  border-top: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  margin: 1px 0 1px 1px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.desktop-container .share-box .shares .share:hover {
  background: #202020;
}
.desktop-container .share-box .shares .share span {
  color: #b9b9b9;
  font-family: "DINNextBold";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  display: block;
  height: 24px;
  padding-left: 43px;
}
.desktop-container .share-box .shares .share span.facebook {
  background: url(../img/icon-facebook.png) 6px 0 no-repeat;
}
.desktop-container .share-box .shares .share span.twitter {
  background: url(../img/icon-twitter.png) 0px 3px no-repeat;
}
.desktop-container .share-box .shares .share span.gplus {
  background: url(../img/icon-gplus.png) 0px 4px no-repeat;
  height: 27px;
}
.desktop-container .share-box .shares .share span.email {
  background: url(../img/icon-email.png) 0 3px no-repeat;
}
.desktop-container .share-box .shares .share span.link {
  background: url(../img/icon-link.png) 0px 2px no-repeat;
}
.desktop-container .share-box .shares .share span.code {
  background: url(../img/icon-code.png) 0px 5px no-repeat;
}
.desktop-container .share-box .shares .share .copy-field-container {
  position: absolute;
  top: 14px;
  left: 300px;
  width: 259px;
}
.desktop-container .share-box .shares .share .copy-field-container .copy-field {
  background: #282828;
  border: 1px solid #1c1c1c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  width: 215px;
  font-size: 15px;
  padding: 0 8px;
}
.desktop-container .share-box .shares .share .copy-field-container .close-field {
  background: url(../img/icon-close-field.png) center center no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 999;
}
.desktop-container .info-box {
  background: #000;
  width: 100%;
  height: 635px;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 10;
  display: none;
}
.desktop-container .info-box .step {
  width: 250px;
  float: left;
  margin: 120px 60px 0 70px;
}
.desktop-container .info-box .step .visual {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.desktop-container .info-box .step .visual-1 {
  background: url(../img/icon-info-write.png) 23px 29px no-repeat;
}
.desktop-container .info-box .step .visual-2 {
  background: url(../img/icon-info-preview.png) 17px 46px no-repeat;
}
.desktop-container .info-box .step .visual-3 {
  margin-left: 40px;
  background: url(../img/icon-info-share.png) 0px 26px no-repeat;
}
.desktop-container .info-box .step h2 {
  margin: 45px 0 10px 0;
}
.desktop-container .info-box .step p {
  font-family: "GeogrotesqueW01-Regular-2";
  color: #b9b9b9;
  font-size: 18px;
  line-height: 23px;
}
.desktop-container .stc-logo {
  background: url(../img/logo.png) top left no-repeat;
  width: 162px;
  height: 70px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 9;
  display: none;
}
.desktop-container .close {
  cursor: pointer;
  background: url(../img/icon-mobile-close.png) center center no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 22px;
  top: 22px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.desktop-container .close:hover {
  opacity: 1;
}
.fullscreen:hover .controls {
  opacity: .9;
}
.fullscreen:hover .controls:hover {
  opacity: 1;
}
.tablet .controls {
  width: 257px !important;
}
.tablet .controls .sound-container {
  display: none !important;
}
.tablet .controls .play-container {
  width: 63px !important;
}
.tablet .desktop-container .edit-box .textarea {
  height: 270px;
}
.tablet .desktop-container .edit-box .done {
  right: 32px !important;
  bottom: 12px !important;
}
.controls {
  width: 384px;
  height: 64px;
  opacity: 0;
  background: #1b1b1b;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  margin: auto auto;
  padding: 0 0 0 1px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 888;
}
.controls .control {
  width: 63px;
  height: 63px;
  margin: 0 1px 0 0;
  display: block;
  padding: 0;
  float: left;
  border-left: 1px solid #333333;
  background: #262626;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
}
.controls .control:hover {
  background: #1b1b1b;
}
.controls .control.info-container {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.controls .control.fullscreen-container {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.controls .control.play-container {
  width: 126px;
}
.controls .control.play-container.stop .play-control {
  background: url(../img/sprite.png) no-repeat -21px -21px;
  width: 23px;
  height: 23px;
}
.controls .control.sound-container.mute .sound {
  background: url(../img/sprite.png) no-repeat -84px -151px;
  width: 27px;
  height: 19px;
}
.controls .control span {
  /* Hide the text. */

  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 23px auto;
}
.controls .control .info {
  background: url(../img/sprite.png) no-repeat -27px -215px;
  width: 10px;
  height: 19px;
}
.controls .control .sound {
  background: url(../img/sprite.png) no-repeat -20px -151px;
  width: 27px;
  height: 19px;
}
.controls .control .play-control {
  background: url(../img/sprite.png) no-repeat -86px -21px;
  width: 20px;
  height: 23px;
}
.controls .control .refresh {
  background: url(../img/sprite.png) no-repeat -22px -85px;
  width: 21px;
  height: 22px;
}
.controls .control .fullscreen {
  background: url(../img/sprite.png) no-repeat -83px -87px;
  width: 26px;
  height: 19px;
}
#fullscreen-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #000;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
#fullscreen-box .stars {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-fullscreen.png) -97px -401px repeat;
  display: none;
}
#fullscreen-box .instruction-container {
  width: 650px;
  height: 57px;
  margin: 82px auto 0 auto;
  background: #e0ce51;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-family: "GeogrotesqueW01-Regular-1";
  padding: 5px 4px 5px 6px;
}
#fullscreen-box .instruction-container .instruction {
  border: 1px solid #968c49;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px;
}
.error {
  background: url(../img/error.png) center center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  height: 221px;
  width: 656px;
  margin: auto auto;
  padding-top: 245px;
}
.error .message {
  font-size: 24px;
  font-family: "DINNextHeavy";
  color: #2E2E2E;
}
.bubble {
  display: none;
}
.bubble span {
  display: block;
  position: absolute;
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -42px;
  left: 38px;
  background: rgba(255, 255, 255, 0.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #e0ce51;
  font-family: "DINNextBold";
  font-size: 14px;
  letter-spacing: 1px;
  animation: hovering 1s ease-in-out infinite;
  -webkit-animation: hovering 1s ease-in-out infinite;
}
.bubble span:after {
  display: block;
  content: "";
  border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@-webkit-keyframes hovering {
  0% {
    top: -42px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: -42px;
  }
}
@keyframes hovering {
  0% {
    top: -42px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: -42px;
  }
}
.tablet .bubble {
  display: block;
}
.mobile-container {
  width: 640px;
  height: 920px;
  background: #000;
  position: relative;
  overflow: hidden;
}
.mobile-container p,
.mobile-container input,
.mobile-container textarea,
.mobile-container .word-count {
  font-size: 28px;
}
.mobile-container textarea {
  line-height: 1em;
}
.mobile-container .top-box {
  background: url(../img/icon-mobile-logo.png) center center no-repeat #202020;
  width: 100%;
  height: 88px;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #1b1b1b;
  position: relative;
  z-index: 999;
}
.mobile-container .top-box .info {
  display: block;
  float: left;
  margin: 24px 0 0 24px;
  border: none;
  width: 35px;
  height: 35px;
  background: url(../img/icon-mobile-info-off.png) center center no-repeat;
}
.mobile-container .top-box .refresh {
  display: block;
  float: right;
  margin: 24px 24px 0 0;
  border: none;
  width: 35px;
  height: 35px;
  background: url(../img/icon-mobile-refresh.png) center center no-repeat;
}
.mobile-container .top-box .sound {
  display: block;
  float: right;
  margin: 24px 24px 0 0;
  border: none;
  background: url(../img/sprite.png) no-repeat -268px -271px;
  width: 46px;
  height: 34px;
}
.mobile-container .top-box .sound.mute {
  background: url(../img/sprite.png) no-repeat -329px -271px;
}
.mobile-container .info-box {
  position: absolute;
  z-index: 500;
  top: -750px;
  left: 0;
  background: #000;
  width: 100%;
  height: 832px;
  padding-top: 171px;
}
.mobile-container .info-box .step {
  width: 100%;
  padding: 0 45px;
  margin-bottom: 101px;
  display: block;
  overflow: auto;
}
.mobile-container .info-box .step .visual {
  width: 135px;
  height: 95px;
  margin: 0 auto;
  float: left;
}
.mobile-container .info-box .step .content {
  float: left;
  width: 415px;
}
.mobile-container .info-box .step .visual-1 {
  background: url(../img/icon-mobile-write.png) top left no-repeat;
}
.mobile-container .info-box .step .visual-2 {
  background: url(../img/icon-mobile-preview.png) left 10px no-repeat;
}
.mobile-container .info-box .step .visual-3 {
  background: url(../img/icon-mobile-info-share.png) left 7px no-repeat;
}
.mobile-container .info-box .step h2 {
  margin: 0;
  padding: 0;
}
.mobile-container .info-box .step p {
  font-family: "GeogrotesqueW01-Regular-1";
  color: #b9b9b9;
  font-size: 30px;
  line-height: 30px;
}
.mobile-container .info-box .close {
  cursor: pointer;
  background: url(../img/icon-mobile-close.png) center center no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.mobile-container .control-box {
  position: absolute;
  z-index: 300;
  right: -641px;
  top: 88px;
  height: 832px;
  width: 640px;
}
.mobile-container .control-box .control-edit,
.mobile-container .control-box .control-share {
  display: block;
  margin: 22px 0 22px -90px;
  width: 90px;
  height: 90px;
  cursor: pointer;
}
.mobile-container .control-box .control-edit {
  background: url(../img/icon-mobile-edit.png) center center no-repeat;
}
.mobile-container .control-box .control-share {
  background: url(../img/icon-mobile-share.png) center center no-repeat;
}
.mobile-container .control-box .edit-box,
.mobile-container .control-box .share-box {
  background: #202020;
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 45px 0 45px;
  width: 100%;
  height: 100%;
}
.mobile-container .control-box h2 {
  margin: 25px 0 9px 0;
  font-size: 43px;
}
.mobile-container .control-box p {
  margin: 0 0 61px 0;
  display: block;
  width: 450px;
  font-size: 20px;
  letter-spacing: 0.75px;
}
.mobile-container .control-box .edit-box input,
.mobile-container .control-box .edit-box textarea {
  background: #232323;
  border: 1px solid #1b1b1b;
  display: block;
  width: 550px;
  height: 51px;
  margin: 23px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mobile-container .control-box .edit-box input:focus,
.mobile-container .control-box .edit-box textarea:focus {
  color: #818181;
  background: #282828;
}
.mobile-container .control-box .edit-box textarea {
  height: 326px;
}
.mobile-container .control-box .edit-box .done {
  width: 550px;
  height: 90px;
  background: url(../img/mobile-button-done.png) top left no-repeat;
  border: none;
}
.mobile-container .control-box .share-box .shares {
  background: #1b1b1b;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 550px;
  bottom: 45px;
}
.mobile-container .control-box .share-box .shares .share {
  background: #262626;
  margin: 0;
  list-style: none;
  width: 100%;
  display: block;
  height: inherit;
  height: 89px;
  border-top: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  margin: 1px 0 1px 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.mobile-container .control-box .share-box .shares .share:hover {
  background: #202020;
}
.mobile-container .control-box .share-box .shares .share span {
  color: #b9b9b9;
  font-size: 26px;
  letter-spacing: 2px;
  padding-top: 30px;
  display: block;
  padding-left: 109px;
  height: 90px;
  font-family: "DINNextBold";
}
.mobile-container .control-box .share-box .shares .share span.facebook {
  background: url(../img/icon-mobile-facebook.png) 35px 26px no-repeat;
}
.mobile-container .control-box .share-box .shares .share span.twitter {
  background: url(../img/icon-mobile-twitter.png) 24px 31px no-repeat;
}
.mobile-container .control-box .share-box .shares .share span.gplus {
  background: url(../img/icon-mobile-gplus.png) 24px 27px no-repeat;
}
.mobile-container .control-box .share-box .shares .share span.email {
  background: url(../img/icon-mobile-email.png) 26px 32px no-repeat;
}
.mobile-container .control-box .share-box .shares .share span.link {
  background: url(../img/icon-mobile-link.png) 24px 29px no-repeat;
}
.mobile-container .control-box .share-box .shares .share span.code {
  background: url(../img/icon-mobile-code.png) 23px 34px no-repeat;
}
.mobile-container .control-box .share-box .shares .share .copy-field-container {
  position: absolute;
  top: 14px;
  left: 550px;
}
.mobile-container .control-box .share-box .shares .share .copy-field-container .copy-field {
  background: #282828;
  border: 1px solid #1c1c1c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 520px;
  height: 60px;
  line-height: 0;
  font-size: 18px;
  padding: 0 8px;
}
.mobile-container .control-box .share-box .shares .share .copy-field-container .close-field {
  background: url(../img/icon-close-field.png) center center no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 24px;
}
.mobile-container .control-box .close {
  cursor: pointer;
  background: url(../img/icon-mobile-close.png) center center no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.mobile-container .crawl-box {
  background: url(../img/mobile-bg-preview.png) center center no-repeat;
  width: 640px;
  height: 920px;
  display: block;
  position: relative;
  z-index: 50;
}
.mobile-container .crawl-box .control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-container .crawl-box .control .control-play,
.mobile-container .crawl-box .control .control-pause {
  width: 234px;
  height: 234px;
  position: absolute;
  top: -180px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  opacity: 0;
}
.mobile-container .crawl-box .control .control-play.fade-out,
.mobile-container .crawl-box .control .control-pause.fade-out {
  -webkit-animation: blink 0.5s ease-out;
  animation: blink 0.5s ease-out;
}
.mobile-container .crawl-box .control .control-play {
  background: url(../img/mobile-overlay-play.png) center center no-repeat;
}
.mobile-container .crawl-box .control .control-play.visible {
  opacity: 1;
}
.mobile-container .crawl-box .control .control-pause {
  background: url(../img/mobile-overlay-pause.png) center center no-repeat;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes twinkle {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes twinkle {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-moz-keyframes twinkle {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-ms-keyframes twinkle {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
#enforce-portrait {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/rotate.png) center center no-repeat #000000;
  z-index: 999;
  display: none;
}
