body {
  font-size: 14px;
}

.block {
  overflow: hidden;
}

.block .block-title {
  font-size: 20px;
  line-height: 1.0em;
  padding: 0 10px;
}

.block .content-wrapper {
  width: 100%;
  min-width: 300px;
  max-width: 414px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}

@keyframes animation_nav {
  from {
    height: 0;
  }
  to {
    height: 52px;
  }
}
@keyframes animation_nav_mini {
  from {
    height: 52px;
  }
  to {
    height: 0;
  }
}
#nav {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 49;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}

#nav .logo {
  width: 120px;
  height: 28px;
  background-image: url("../images/1x/img_logo_small.png");
  background-size: 120px 28px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  animation: animation_nav_logo 0.3s;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}

#nav, #nav .content-wrapper, #nav .logo {
  height: 52px;
  animation: animation_nav 0.3s;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}

#nav .content-wrapper {
  padding-top: 0;
}

#nav.mini {
  height: 0;
  animation: animation_nav_mini 0.3s;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}

#banner {
  height: 378px;
  background-image: url("../images/1x/banner_small.jpg");
  background-size: 664px 378px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 664px) {
  #banner {
    background-size: 100% auto;
  }
}
#banner .video {
  width: 100%;
  height: 100%;
  display: inline-block;
}

#banner .video .play {
  width: 180px;
  height: 110px;
  background-image: url("../images/1x/btn_video_normal.png");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 20px;
  text-align: center;
  padding-top: 92px;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -90px;
  display: inline-block;
  cursor: pointer;
}

#banner .video .play:active {
  background-image: url("../images/1x/btn_video_hover.png");
  color: #0f64ff;
}

#video-control {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}

#video-control .close {
  width: 20px;
  height: 20px;
  background-image: url("../images/1x/btn_video_close.png");
  background-size: 20px;
  background-repeat: no-repeat;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 101;
  cursor: pointer;
}

#video-control .player {
  width: 100%;
  height: 100%;
}

#appdownload .ipad {
  width: 240px;
  height: 300px;
  background-image: url("../images/1x/download_image01_small.png");
  background-size: 240px 300px;
  background-repeat: no-repeat;
  margin: 36px auto 0 auto;
}

#appdownload .appicon {
  width: 93px;
  height: 125px;
  background-image: url("../images/1x/axentapp_img02_small.png");
  background-size: 93px 125px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px 0 0 80px;
  display: inline-block;
}

#appdownload .download-from-appstore-qrcode {
  display: none;
}

#appdownload .appdesc {
  margin: -125px 0 30px 165px;
  text-align: center;
  width: 160px;
}

#appdownload .appdesc .apptitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0em;
}

#appdownload .appdesc .appsubtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

#appdownload .appdesc .download-from-appstore-do {
  display: none;
}

#axentclub .gallery {
  width: 330px;
  height: auto;
  margin: 20px auto 0 auto;
}

#axentclub .gallery .page {
  width: 330px;
  height: 380px;
  background-size: 330px 380px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 320px) {
  #axentclub .gallery {
    width: 320px;
  }

  #axentclub .gallery .page {
    width: 320px;
    height: 368px;
    background-size: 320px 368px;
  }
}
@media screen and (min-width: 375px) {
  #axentclub .gallery {
    width: 375px;
  }

  #axentclub .gallery .page {
    width: 375px;
    height: 418px;
    background-size: 375px 418px;
  }
}
@media screen and (min-width: 414px) {
  #axentclub .gallery {
    width: 414px;
  }

  #axentclub .gallery .page {
    width: 414px;
    height: 476px;
    background-size: 414px 476px;
  }
}
#axentclub .gallery .page-catalog {
  background-image: url("../images/1x/p3_p1_small.jpg");
}

#axentclub .gallery .page-model3d {
  background-image: url("../images/1x/p3_p2_small.jpg");
}

#axentclub .gallery .page-gallery {
  background-image: url("../images/1x/p3_p3_small.jpg");
}

#axentclub .gallery .page-store {
  background-image: url("../images/1x/p3_p4_small.jpg");
}

#axentclub .gallery .indicators {
  margin-top: 10px;
}

#feature1 .block-title {
  line-height: 30px;
}

#feature1 ul.box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 50px 20px 22px 20px;
  padding: 0;
}

#feature1 ul.box li {
  display: inline-block;
  width: 50%;
  height: 200px;
}

#feature1 .box .box-item .box-icon {
  width: 71px;
  height: 71px;
  background-repeat: no-repeat;
  background-position: top center;
}

#feature1 .box .box-item.free .box-icon {
  background-image: url("../images/1x/icon_free_medium.png");
  background-size: 71px 71px;
}

#feature1 .box .box-item.category .box-icon {
  background-image: url("../images/1x/icon_category_medium.png");
  background-size: 64px 63px;
}

#feature1 .box .box-item.chat .box-icon {
  background-image: url("../images/1x/icon_chat_medium.png");
  background-size: 71px 69px;
}

#feature1 .box .box-item.update .box-icon {
  background-image: url("../images/1x/icon_update_medium.png");
  background-size: 64px;
}

#feature1 .box .box-item .box-icon {
  margin: 0 auto;
}

#feature1 .box .box-item .box-desc {
  margin-top: 15px;
  text-align: center;
}

#feature1 .box .box-item .box-desc .title {
  font-size: 17px;
}

#feature1 .box .box-item .box-desc .subtitle {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
}

#feature2 .entry {
  width: 330px;
  height: 202px;
  width: calc(100% - 20px);
  height: calc(100vw * 0.6);
  background-image: url("../images/1x/p4_large.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 20px 10px 0 10px;
  display: block;
}

@media screen and (min-width: 415px) {
  #feature2 .entry {
    width: 394px;
    height: 236px;
    margin: auto;
  }
}
#feature2 .steps {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  list-style: decimal inside none;
}

#feature2 .steps .step {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 6px;
}

#footer ul.box {
  padding: 0;
}

#footer ul.box li {
  height: 120px;
  margin: 20px 20px 0 20px;
  font-size: 14px;
}

#footer ul.box li figure {
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
}

#footer ul.box .phone {
  background-image: url("../images/1x/icon_phone_large.png");
  background-size: 40px;
}

#footer ul.box .location {
  background-image: url("../images/1x/icon_location_large.png");
  background-size: 40px;
}

#footer ul.box .email {
  background-image: url("../images/1x/icon_mail_large.png");
  background-size: 40px;
}

#footer ul.box li .location {
  background-image: url("../images/1x/icon_location_large.png");
  background-size: 30px 40px;
}

#footer ul.box li div {
  line-height: 1.0em;
  text-align: center;
}

#footer .bk {
  padding: 30px 20px;
  font-size: 14px;
}

#footer .content-wrapper {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #banner {
    background-image: url("../images/2x/banner_small@2x.jpg");
  }

  #nav .logo {
    background-image: url("../images/2x/img_logo_small@2x.png");
  }

  #banner .video .play {
    background-image: url("../images/2x/btn_video_normal@2x.png");
  }

  #banner .video .play:active {
    background-image: url("../images/2x/btn_video_hover@2x.png");
  }

  #video-control .close {
    background-image: url("../images/2x/btn_video_close@2x.png");
  }

  #appdownload .ipad {
    background-image: url("../images/2x/download_image01_small@2x.png");
  }

  #appdownload .appicon {
    background-image: url("../images/2x/axentapp_img02_small@2x.png");
  }

  #axentclub .gallery .page-catalog {
    background-image: url("../images/2x/p3_p1_small@2x.jpg");
  }

  #axentclub .gallery .page-model3d {
    background-image: url("../images/2x/p3_p2_small@2x.jpg");
  }

  #axentclub .gallery .page-gallery {
    background-image: url("../images/2x/p3_p3_small@2x.jpg");
  }

  #axentclub .gallery .page-store {
    background-image: url("../images/2x/p3_p4_small@2x.jpg");
  }

  #feature1 .box .box-item.free .box-icon {
    background-image: url("../images/2x/icon_free_medium@2x.png");
  }

  #feature1 .box .box-item.category .box-icon {
    background-image: url("../images/2x/icon_category_medium@2x.png");
  }

  #feature1 .box .box-item.chat .box-icon {
    background-image: url("../images/2x/icon_chat_medium@2x.png");
  }

  #feature1 .box .box-item.update .box-icon {
    background-image: url("../images/2x/icon_update_medium@2x.png");
  }

  #feature2 .entry {
    background-image: url("../images/2x/p4_small@2x.jpg");
  }

  #footer ul.box .phone {
    background-image: url("../images/2x/icon_phone_large@2x.png");
  }

  #footer ul.box .location {
    background-image: url("../images/2x/icon_location_large@2x.png");
  }

  #footer ul.box .email {
    background-image: url("../images/2x/icon_mail_large@2x.png");
  }
}
