@media only screen and (min-width:1920px) {
  .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(1);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(1);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(1);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(1);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(1);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(1);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(1);
    transform: translate(0%,0%) translate3d(0,0,0) scale(1);
  }

  .hero-section .screen img.screen-1 {
    left: -8%;
    top: 0%;
  }

  .hero-section .screen img.screen-2 {
    left: 5%;
    top: -4%;
  }

  .hero-section .screen img.screen-3 {
    left: 19%;
    top: -3%;
  }

  .hero-section .screen img.screen-4 {
    left: 28%;
    top: 9%;
  }

  .hero-section .screen img.screen-5 {
    left: 38%;
    top: -10%;
  }

  .hero-section .screen img.screen-6 {
    right: 24%;
    top: -12%;
  }

  .hero-section .screen img.screen-7 {
    right: 16%;
    top: 2%;
  }

  .hero-section .screen img.screen-8 {
    right: 5%;
    top: -2%;
  }

  .hero-section .screen img.screen-9 {
    right: -5%;
    top: -9%;
  }

  .hero-section .content-wrapper img {
      width: 140px;
  }
  .hero-section .content-wrapper h2 {
      font-size: 38px;
      line-height: 50px;
  }

  .section-title h4 {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 42px;
  }

  section .title-container .section-title {
    font-size: 34px;
  }

  section .title-container h4 {
    font-size: 16px;
    line-height: 24px;
  }

  section .title-container .section-sub-title {
    font-size: 22px;
  }

  .tags-wrapper .tags li a {
    font-size: 16px;
    padding: 16px 38px;
  }

  .item-masonary h4 {
    font-size: 18px;
  }

  .showcase h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .showcase h3.title {
    font-size: 34px;
  }

  .desc {
    font-size: 18px;
  }

  .section-features-item-title h3 {
    font-size: 20px;
  }

  .section-features-item-description {
    font-size: 15px;
  }
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
    .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(1);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(1);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(1);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(1);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(1);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(1);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(1);
    transform: translate(0%,0%) translate3d(0,0,0) scale(1);
  }

  .hero-section .screen img.screen-1 {
    left: -8%;
    top: 0%;
  }

  .hero-section .screen img.screen-2 {
    left: 5%;
    top: -4%;
  }

  .hero-section .screen img.screen-3 {
    left: 19%;
    top: -3%;
  }

  .hero-section .screen img.screen-4 {
    left: 28%;
    top: 9%;
  }

  .hero-section .screen img.screen-5 {
    left: 38%;
    top: -10%;
  }

  .hero-section .screen img.screen-6 {
    right: 24%;
    top: -12%;
  }

  .hero-section .screen img.screen-7 {
    right: 16%;
    top: 2%;
  }

  .hero-section .screen img.screen-8 {
    right: 5%;
    top: -2%;
  }

  .hero-section .screen img.screen-9 {
    right: -5%;
    top: -9%;
  }

  .hero-section .content-wrapper img {
      width: 140px;
  }
  .hero-section .content-wrapper h2 {
      font-size: 38px;
      line-height: 50px;
  }

  .section-title h4 {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 42px;
  }

  section .title-container .section-title {
    font-size: 34px;
  }

  section .title-container h4 {
    font-size: 16px;
    line-height: 24px;
  }

  section .title-container .section-sub-title {
    font-size: 22px;
  }

  .tags-wrapper .tags li a {
    font-size: 16px;
    padding: 16px 38px;
  }

  .item-masonary h4 {
    font-size: 18px;
  }

  .showcase h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .showcase h3.title {
    font-size: 34px;
  }

  .desc {
    font-size: 18px;
  }

  .section-features-item-title h3 {
    font-size: 20px;
  }

  .section-features-item-description {
    font-size: 15px;
  }
}

@media (min-width:1400px) and (max-width:1599px) {
    .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.9);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.9);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.9);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.9);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.9);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.9);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.9);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.9);
  }

  .hero-section .screen img.screen-1 {
    left: -8%;
    top: 0%;
  }

  .hero-section .screen img.screen-2 {
    left: 5%;
    top: -4%;
  }

  .hero-section .screen img.screen-3 {
    left: 19%;
    top: -3%;
  }

  .hero-section .screen img.screen-4 {
    left: 28%;
    top: 9%;
  }

  .hero-section .screen img.screen-5 {
    left: 38%;
    top: -10%;
  }

  .hero-section .screen img.screen-6 {
    right: 24%;
    top: -12%;
  }

  .hero-section .screen img.screen-7 {
    right: 16%;
    top: 2%;
  }

  .hero-section .screen img.screen-8 {
    right: 5%;
    top: -2%;
  }

  .hero-section .screen img.screen-9 {
    right: -5%;
    top: -9%;
  }

  .hero-section .content-wrapper img {
      width: 110px;
  }
  .hero-section .content-wrapper h2 {
      font-size: 34px;
      line-height: 46px;
  }
}

@media (min-width:1200px) and (max-width:1299px) {
 .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.7);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.7);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
  }

  .hero-section .screen img.screen-1 {
    left: -12%;
    top: -10%;
  }

  .hero-section .screen img.screen-2 {
    left: 2%;
    top: -17%;
  }

  .hero-section .screen img.screen-3 {
    left: 15%;
    top: -11%;
  }

  .hero-section .screen img.screen-4 {
    left: 24%;
    top: 8%;
  }

  .hero-section .screen img.screen-5 {
    left: 33%;
    top: -24%;
  }

  .hero-section .screen img.screen-6 {
    right: 20%;
    top: -25%;
  }

  .hero-section .screen img.screen-7 {
    right: 13%;
    top: -2%;
  }

  .hero-section .screen img.screen-8 {
    right: 2%;
    top: -13%;
  }

  .hero-section .screen img.screen-9 {
    right: -10%;
    top: -12%;
  }

  .hero-section .content-wrapper img {
      width: 110px;
  }
  .hero-section .content-wrapper h2 {
      font-size: 34px;
      line-height: 46px;
  }

}

@media (min-width:1024px) and (max-width:1199px) {
   .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.7);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.7);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
  }

  .hero-section .screen img.screen-1 {
    left: -12%;
    top: -10%;
  }

  .hero-section .screen img.screen-2 {
    left: 2%;
    top: -17%;
  }

  .hero-section .screen img.screen-3 {
    left: 15%;
    top: -11%;
  }

  .hero-section .screen img.screen-4 {
    left: 24%;
    top: 8%;
  }

  .hero-section .screen img.screen-5 {
    left: 33%;
    top: -24%;
  }

  .hero-section .screen img.screen-6 {
    right: 20%;
    top: -25%;
  }

  .hero-section .screen img.screen-7 {
    right: 13%;
    top: -2%;
  }

  .hero-section .screen img.screen-8 {
    right: 2%;
    top: -13%;
  }

  .hero-section .screen img.screen-9 {
    right: -10%;
    top: -12%;
  }

  .hero-section .content-wrapper img {
      width: 110px;
  }

  .hero-section .content-wrapper h2 {
      font-size: 34px;
      line-height: 46px;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.4);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
  }
}

@media (min-width:992px) and (max-width:1023px) {
  .section-home .screen-container .screen-layout {
    right: 0%;
  }

  .mobile-none {
    display: none !important;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.4);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
  }
}

@media (min-width:768px) and (max-width:991px) {
   .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
  }

  .loader-logo svg {
    height: 150px;
  }

  .mobile-none {
    display: none !important;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.4);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
  }
}

@media (min-width:640px) and (max-width:767px) {
   .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
  }

  .section-home .screen-container .screen-layout {
    top: 15%;
    right: 0%;
  }

  .loader-logo svg {
    height: 110px;
  }

  .cart {
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
    height: 50px;
    z-index: 4;
  }

  .section-home .logo img {
    width: 150px;
  }

  .mobile-none, .tags-wrapper {
    display: none !important;
  }

  .section-title h2 {
    font-size: 30px;
  }

  section .title-container .section-title {
    font-size: 26px;
  }

  .content-table .table-col {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .section-feat-right .showcase {
    float: right;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-feat-left .showcase {
    float: left;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.4);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
  }
}

@media (min-width:480px) and (max-width:639px) {
  .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
  }

  .section-home .screen-container .screen-layout {
    top: 40%;
    right: 0%;
  }

  .section-info-img-middle {
    width: 100%;
  }

  .loader-logo svg {
    height: 110px;
  }

  .cart {
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
    height: 50px;
    z-index: 4;
  }

  .section-home .logo img {
    width: 150px;
  }

  .mobile-none, .tags-wrapper {
    display: none !important;
  }

  .section-title h2 {
    font-size: 26px;
  }

  section .title-container .section-title {
    font-size: 26px;
  }

  .content-table .table-col {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .section-feat-right .showcase {
    float: right;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-feat-left .showcase {
    float: left;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }
}

@media (min-width:430px) and (max-width:479px) {
  .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
  }

  .section-info-img-middle {
    width: 100%;
  }

  .loader-logo svg {
    height: 110px;
  }

  .cart {
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
    height: 50px;
    z-index: 4;
  }

  .section-home .logo img {
    width: 120px;
  }

  .mobile-none, .tags-wrapper {
    display: none !important;
  }

  .section-title h2 {
    font-size: 28px;
  }

  section .title-container .section-title {
    font-size: 26px;
  }

  .content-table .table-col {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .section-feat-right .showcase {
    float: right;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-feat-left .showcase {
    float: left;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  #footer .title-container .section-title {
    font-size: 26px;
  }
}

@media (min-width:400px) and (max-width:429px) {
  .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
  }
  .section-home .screen-container .screen-layout {
    top: 40%;
    right: 0%;
  }

  .loader-logo svg {
    height: 110px;
  }

  .section-info-img-middle {
    width: 100%;
  }

  .cart {
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
    height: 50px;
    z-index: 4;
  }

  .section-home .logo img {
    width: 120px;
  }

  .mobile-none, .tags-wrapper {
    display: none !important;
  }

  .section-title h2 {
    font-size: 28px;
  }

  section .title-container .section-title {
    font-size: 26px;
  }

  .content-table .table-col {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .section-feat-right .showcase {
    float: right;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-feat-left .showcase {
    float: left;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  #footer .title-container .section-title {
    font-size: 26px;
  }

}

@media (min-width:360px) and (max-width:399px) {
  .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section .content-wrapper img {
    width: 90px;
  }

  .hero-section .content-wrapper h2 {
    font-size: 20px;
    line-height: 36px;
  }

  .section-info-img-middle {
    width: 100%;
  }

  .cart {
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
    height: 50px;
    z-index: 4;
  }

  .section-home .logo img {
    width: 120px;
  }

  .mobile-none, .tags-wrapper {
    display: none !important;
  }

  .section-title h2 {
    font-size: 28px;
  }

  section .title-container .section-title {
    font-size: 26px;
  }

  .content-table .table-col {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .section-feat-right .showcase {
    float: right;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-feat-left .showcase {
    float: left;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item {
    min-width: 240px;
    min-height: 259px;
  }

  #footer .title-container .section-title {
    font-size: 22px;
  }

  .footer-download {
    padding-top: 10px;
  }

  .footer-buy {
    padding: 3px 27px;
    font-size:12px;
    line-height:40px;
  }
}

@media (min-width:320px) and (max-width:359px) {

  .hero-section .screen img {
    -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
  }

  .section-info-img-middle {
    width: 100%;
  }

  .hero-section .content-wrapper img {
    width: 90px;
  }

  .hero-section .content-wrapper h2 {
    font-size: 20px;
    line-height: 36px;
  }

  .cart {
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
    height: 50px;
    z-index: 4;
  }

  .section-title h2 {
    font-size: 26px;
  }

  section .title-container .section-title {
    font-size: 26px;
  }

  .content-table .table-col {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .section-feat-right .showcase {
    float: right;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-feat-left .showcase {
    float: left;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item {
    min-width: 240px;
    min-height: 259px;
  }

  #footer .title-container .section-title {
    font-size: 22px;
  }

  .footer-download {
    padding-top: 10px;
  }

  .footer-buy {
    padding: 3px 27px;
    font-size:12px;
    line-height:40px;
  }
}

@media (max-width:319px) {
  .hero-section .screen img {
      -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.6);
      transform: translate(0%,-100%) translate3d(0,0,0) scale(0.6);
  }

  .hero-section.isActive .screen img {
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.6);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.6);
  }

  .section-info-img-middle {
    width: 100%;
  }

  .hero-section .content-wrapper img {
      width: 90px;
  }

  .hero-section .content-wrapper h2 {
    font-size: 20px;
    line-height: 36px;
  }

  .cart {
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
    height: 50px;
    z-index: 4;
  }

  .section-home .logo img {
    width: 120px;
  }

  .mobile-none, .tags-wrapper {
    display: none !important;
  }

  .section-title h2 {
    font-size: 26px;
  }

  section .title-container .section-title {
    font-size: 26px;
  }

  .content-table .table-col {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .section-feat-right .showcase {
    float: right;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-feat-left .showcase {
    float: left;
    padding: 40px 40px 0;
    max-width: 100%;
  }

  .section-features-item:nth-child(1) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(2) {
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(3) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
    border-right: 1px solid rgba(169, 169, 169, 0.0);
  }

  .section-features-item:nth-child(4) {
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

  .section-features-item:nth-child(5) {
    border-right: 1px solid rgba(169, 169, 169, 0.0);
    border-left: 1px solid rgba(169, 169, 169, 0.0);
    border-bottom: 1px solid rgba(169, 169, 169, 0.4);
  }

   #footer .title-container .section-title {
      font-size: 22px;
    }

    .footer-download {
      padding-top: 10px;
    }

    .footer-buy {
      padding: 3px 27px;
      font-size:12px;
      line-height:40px;
    }
}