body, html {
  font-family: 'Lato';
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    body, html {
      font-size: 1.4vw;
      line-height: normal; } }
  @media (min-width: 1500px) {
    body, html {
      font-size: 21px; } }

img {
  width: 100%;
  position: relative; }

* {
  box-sizing: border-box; }

.section {
  float: left;
  width: 100%;
  position: relative; }

.bg {
  background-size: cover;
  background-repeat: no-repeat; }
  .bg .copy {
    top: 0;
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    left: 0; }

.center {
  text-align: center; }

.darkbg {
  color: #fff; }

h1, h2, h3, h4, h5, h6, .text {
  font-family: 'Lato';
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
  //font-weight: 100; }

.product h1, .product h2, .product h3, .product h4, .product h5, .product h6 {
  color: #000; }

.text {
  font-family: 'Lato'; }
  .product .text {
    color: #666; }

h1 {
  font-size: 5.9vw; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 200%; } }

h2 {
  font-size: 5.5vw;
  margin: 0 0 10px 0; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 170%; } }

h3 {
  margin: 0 0 10px 0; }

h4 {
  font-family: Lato;
  color: #888;
  font-size: 16px; }

.underline:after {
  content: "";
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #fcc081;
  width: 75px;
  display: block; }
@media (min-width: 1024px) {
  .underline {
    font-size: 110%; }
    .underline:after {
      width: 130px; } }

.aspect-1x1:before {
  content: "";
  padding-top: calc((759 / 738) * 100%);
  float: left; }

.aspect-16x9:before {
  content: "";
  padding-top: calc((9 / 16) * 100%);
  float: left; }

@media (min-width: 1024px) {
  .desktop-aspect-16x9:before {
    content: "";
    padding-top: calc((9 / 16) * 100%);
    float: left; } }
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative; }

.contained {
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  padding: 0 20px;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .contained {
      max-width: 1440px;
      padding: 0 50px; } }

.header {
  height: 60px;
  background-color: #2d2d2f;
  padding: 0 0 0 0;
  position: fixed;
  z-index: 10;
  float: left;
  width: 100%;
  font-size: 15px;
  transform: none;
  color: #fff; }
  .header .contained {
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 1024px) {
    .header {
      height: 78px; } }
  .header a {
    color: #fff;
    text-decoration: none; }
  .header .logo {
    float: left;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%); }
    .header .logo .img {
      background-image: url(img/svgs/asus-logo.svg);
      width: 80px;
      height: 16px;
      background-repeat: no-repeat;
      float: left;
      margin-right: 10px; }
      @media (min-width: 1024px) {
        .header .logo .img {
          width: 100px;
          height: 20px;
          margin-right: 20px; } }
  .header nav {
    float: right;
    position: relative; }
    .header nav .menu {
      display: block;
      position: relative;
      z-index: 15;
      border: 1px solid #fff;
      color: #fff;
      width: 28px;
      height: 28px;
      padding: 7px 5px;
      text-align: center; }
      .menu-open .header nav .menu {
        border-color: #fff;
        color: #fff; }
      @media (min-width: 1024px) {
        .header nav .menu {
          display: none; } }
    .header nav ul {
      position: fixed;
      z-index: 10;
      width: 102vw;
      height: 105vh;
      transition: opacity 300ms ease 10ms;
      background-color: #2d2d2f;
      left: -2vw;
      top: -5vw;
      margin: 0;
      padding: 0;
      overflow-y: auto;
      overflow-x: hidden;
      opacity: 0;
      pointer-events: none; }
      .menu-open .header nav ul {
        pointer-events: all;
        opacity: 1; }
      .header nav ul li {
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 5vh 2vw; }
        .header nav ul li:first-child {
          padding-top: 10vh; }
        .header nav ul li a {
          color: #fff;
          font-size: 10vw; }
      @media (min-width: 1024px) {
        .header nav ul {
          position: relative;
          width: auto;
          height: auto;
          background-color: inherit;
          left: auto;
          top: auto;
          opacity: 1;
          pointer-events: all; }
          .header nav ul li {
            width: auto;
            margin-right: 60px;
            padding: 0 0 10px 0;
            border-bottom: 1px solid transparent;
            color: #ddd;
            margin-top: 0px;
            text-decoration: uppercase;
            transition: all 300ms ease-in-out; }
            .header nav ul li:first-child {
              padding: 0 0 10px 0; }
            .header nav ul li a {
              color: #ddd;
              font-size: 15px; }
            .header nav ul li.active {
              border-bottom: 1px solid #448ccd;
              color: #999; }
              .header nav ul li.active a {
                color: #aaa; } }

.content {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  margin-top: 60px; }
  @media (min-width: 1024px) {
    .content {
      margin-top: 78px; } }

.footer {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  background-color: #252525;
  text-align: center;
  padding: 100px 0;
  color: #bbb; }
  .footer .copyright {
    margin-bottom: 10px; }
  .footer .legal-links a {
    color: #999;
    text-decoration: none;
    padding: 0 5px; }
    .footer .legal-links a:hover {
      text-decoration: underline; }
  .footer ul {
    float: none;
    display: inline-block;
    margin-bottom: 40px; }
    .footer ul li {
      font-family: 'untitled-font-2';
      font-size: 16px; }
      .footer ul li a {
        padding: 7px 5px;
        border: 1px solid #fff;
        color: #fff;
        margin: 0 20px;
        height: 30px;
        width: 30px;
        transition: opacity 200ms ease-in-out;
        text-decoration: none;
        color: #fff;
        float: left;
        position: relative;
        display: inline-block;
        opacity: 1; }
        .footer ul li a:hover {
          transform: scale(1);
          opacity: .8; }

.hide-mobile {
  display: none; }

@media (min-width: 1024px) {
  .hide-mobile {
    display: block; }

  .hide-desktop {
    display: none; } }
* {
  margin: 0;
  padding: 0; }

.hamburger {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

.hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }
  .menu-open .hamburger span {
    background: #fff; }

.hamburger span:nth-child(1) {
  top: 0px; }

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%); }

.hamburger span:nth-child(4) {
  top: 100%;
  transform: translateY(-100%); }

body.menu-open .hamburger span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }

body.menu-open .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%); }

body.menu-open .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%); }

body.menu-open .hamburger span:nth-child(4) {
  width: 0%;
  left: 50%; }

.section1.section {
  background-image: url(img/mobile/smile-granny-hero.jpg);
  max-height: calc(100vh - 60px); }
  .section1.section .copy {
    bottom: 10px;
    height: auto;
    top: auto; }
  @media (orientation: landscape) and (max-width: 1024px) {
    .section1.section .text {
      display: none; } }
  @media (max-height: 599px) {
    .section1.section .text {
      display: none; } }
  @media (min-height: 599px) {
    .section1.section .text {
      display: block; } }
  @media (min-width: 1024px) {
    .section1.section {
      background-image: url(img/desktop/hero.jpg); }
      .section1.section .copy {
        bottom: 40px;
        max-width: 51vw;
        transform: translateX(50%); }
        .section1.section .copy .contained {
          max-width: 726px; } }

.section2.section {
  padding: 50px 50px 0 50px;
  background-color: #fff; }
  .section2.section .copy {
    z-index: 2;
    position: relative; }
  .section2.section a {
    color: #000;
    text-decoration: none; }
    .section2.section a:hover {
      text-decoration: underline; }
  .section2.section ul {
    z-index: 2;
    width: 100%; }
    .section2.section ul li {
      width: 100%;
      padding: 0 0 50px 0;
      border-bottom: 1px solid #ddd;
      margin-bottom: 50px; }
      .section2.section ul li:last-child {
        border-bottom: 0; }
      .section2.section ul li img {
        max-width: 250px; }
        .section2.section ul li img:after {
          clear: both;
          content: "";
          width: 100%;
          display: block;
          height: 0; }
  @media (min-width: 1024px) {
    .section2.section {
      padding: 50px;
      background-color: #d1d1d1; }
      .section2.section:before {
        content: "";
        position: absolute;
        height: 36%;
        width: 100%;
        background-color: #e5e5e5;
        left: 0;
        bottom: 0;
        z-index: 1; }
      .section2.section ul {
        display: flex; }
        .section2.section ul li {
          border-bottom: 0;
          margin-bottom: 0px;
          flex-basis: 100%;
          width: 33.33%; }
          .section2.section ul li .title {
            bottom: 30px;
            position: absolute;
            width: 100%; }
          .section2.section ul li img {
            top: 100%;
            transform: translatey(-100%); }
            .safari .section2.section ul li img {
              top: 260px; } }

.product.section {
  background-color: #fff;
  padding: 0 0 0 0;
  border-top: 40px solid #e5e5e5; }
  .product.section.top {
    border-top: 0; }
  .product.section .contained > ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap; }
    .product.section .contained > ul li {
      width: 100%; }
      .product.section .contained > ul li:first-child {
        margin-bottom: 20px; }
  .product.section .bg {
    position: relative;
    padding-top: 56%;
    width: 100%;
    float: left;
    background-size: 100%;
    background-attachment: scroll; }
    .product.section .bg .product-photo {
      position: absolute;
      right: 20px;
      top: 20px;
      bottom: auto;
      width: 60%;
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      max-width: 50vw; }
    @media (min-width: 1024px) {
      .product.section .bg {
        padding-top: 30%; }
        .product.section .bg .product-photo {
          top: -1vw;
          width: 30%;
          right: 1vw;
          max-width: 100%;
          min-width: 370px; } }
  .product.section .product-box {
    position: relative;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 20px;
    text-align: left;
    float: left;
    background-color: #e5e5e5;
    border-top: 80px solid #e5e5e5; }
    .product.section .product-box .upgrade {
      left: 20px;
      width: calc(100% - 40px);
      background-color: #4ea9f8;
      bottom: 0;
      position: absolute;
      padding: 15px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      font-family: 'Lato';
      text-decoration: none;
      opacity: 1;
      transition: filter 200ms ease-in-out; }
      .product.section .product-box .upgrade:hover {
        filter: brightness(95%); }
    @media (min-width: 1024px) {
      .product.section .product-box {
        border-top: 0;
        position: absolute;
        right: 26%;
        height: calc(100% - 6vw);
        top: 3vw;
        width: 27%;
        left: auto; }
        .product.section .product-box .upgrade {
          width: 100%;
          margin: 0;
          left: 0; } }
    .product.section .product-box .product-header {
      padding: 20px 50px 0 50px;
      float: left;
      background-color: #f4f4f4;
      position: relative;
      width: 100%; }
      @media (min-width: 1024px) {
        .product.section .product-box .product-header {
          padding: 1vw 4vw 0vw 4vw; } }
      .product.section .product-box .product-header h3, .product.section .product-box .product-header h4 {
        margin-bottom: 0.5vw; }
        .product.section .product-box .product-header h3 a, .product.section .product-box .product-header h4 a {
          text-decoration: none;
          color: inherit; }
      .product.section .product-box .product-header h5 {
        color: #555555; }
    .product.section .product-box .product-description {
      line-height: normal;
      padding: 0 50px 45px 50px;
      float: left;
      width: 100%;
      position: relative;
      background-color: #fff;
      outline: 0; }
      @media (min-width: 1024px) {
        .product.section .product-box .product-description {
          padding: 0 4vw 7% 4vw; } }
      .product.section .product-box .product-description ul {
        white-space: nowrap;
        display: nowrap;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        padding: 3vw 0;
        outline: 0; }
        @media (min-width: 1024px) {
          .product.section .product-box .product-description ul {
            overflow-x: hidden;
            padding: 1vw 0; } }
        .product.section .product-box .product-description ul li {
          outline: 0;
          float: none;
          vertical-align: middle;
          display: inline-block;
          width: 100%;
          white-space: normal;
          padding-right: 20px; }
          .product.section .product-box .product-description ul li h5 {
            font-family: 'Lato';
            font-weight: 700;
            font-size: 105%;
            margin: 0 0 5px 0;
            font-weight: bold; }
            @media (min-width: 1024px) {
              .product.section .product-box .product-description ul li h5 {
                margin: 0 0 3% 0; } }
    .product.section .product-box .carousel-controls {
      float: left;
      position: absolute;
      bottom: 60px;
      left: 50%;
      transform: translateX(-50%); }
      .product.section .product-box .carousel-controls ul {
        align-items: center;
        justify-content: center;
        display: flex; }
        .product.section .product-box .carousel-controls ul li {
          outline: none;
          margin: 10px 5px;
          background-color: #7f7f7f;
          border-radius: 100%;
          height: 12px;
          width: 12px;
          font-size: 0px;
          position: relative;
          cursor: pointer;
          transition: all 300ms ease; }
          .product.section .product-box .carousel-controls ul li:hover {
            background-color: #49a5f8; }
          @media (min-width: 1024px) {
            .product.section .product-box .carousel-controls ul li {
              width: 6px;
              height: 6px; } }
          .product.section .product-box .carousel-controls ul li.active {
            background-color: #49a5f8; }
          .product.section .product-box .carousel-controls ul li:first-child, .product.section .product-box .carousel-controls ul li:last-child {
            font-family: "asus-router";
            height: auto;
            width: auto;
            color: #fff;
            font-size: 6px;
            padding: 5px;
            margin: 0 15px;
            display: none; }
            @media (min-width: 1024px) {
              .product.section .product-box .carousel-controls ul li:first-child, .product.section .product-box .carousel-controls ul li:last-child {
                display: block; } }
  @media (min-width: 1024px) {
    .product.section {
      padding: 120px 0;
      border-top: 0; }
      .product.section .bg {
        margin-top: 100px;
        min-height: 34vw;
        background-size: 120%; }
      .product.section .product-box {
        background-color: #fff;
        padding: 0;
        min-width: 380px; }
        .product.section .product-box .carousel-controls {
          bottom: 60px; }
      .product.section .contained > ul {
        display: flex;
        flex-flow: nowrap;
        align-items: center;
        justify-content: center; }
        .product.section .contained > ul li {
          order: 1; }
          .product.section .contained > ul li:first-child {
            order: 2;
            flex: 1 1.1 auto; }
          .product.section .contained > ul li:nth-child(2) {
            padding-right: 100px; }
      .product.section.reverse {
        padding-top: 60px; }
        .product.section.reverse .product-box {
          left: 30%; }
        .product.section.reverse .contained > ul li:first-child {
          order: 1;
          margin-right: 60px; } }

.section.shop {
  border-top: 80px solid #e5e5e5;
  background-image: url(img/mobile/router-on-desk.jpg);
  padding-top: 110%; }
  .section.shop .copy {
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    left: auto;
    top: 50%;
    width: 95%;
    padding-left: 5%;
    transform: translateY(-50%);
    height: auto; }
    .section.shop .copy .badge {
      margin-bottom: 40px;
      width: 35%; }
    .section.shop .copy .shop-content {
      position: relative; }
      .section.shop .copy .shop-content .shop-copy {
        position: relative; }
  .section.shop img {
    position: relatve;
    z-index: 2; }
  .section.shop a {
    color: #fff;
    text-decoration: none;
    position: relative; }
    .section.shop a:hover {
      text-decoration: underline; }
    .section.shop a.button {
      display: inline-block;
      background-color: #4aa6f9;
      padding: 15px 50px;
      text-transform: uppercase;
      margin-top: 40px;
      font-size: 18px;
      transition: filter 200ms ease-in-out; }
      .section.shop a.button:hover {
        text-decoration: none;
        filter: brightness(95%); }
  @media (min-width: 1024px) {
    .section.shop {
      padding-top: 40%;
      margin-top: 100px;
      border-top: 0;
      background-image: url(img/desktop/router-on-table.jpg); }
      .section.shop .copy {
        width: 400px;
        right: 20%;
        padding-left: 0%; }
        .section.shop .copy .badge {
          width: 50%;
          margin-bottom: 20px; }
      .section.shop a.button {
        margin-top: 20px; } }

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards; }

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */ }

@keyframes come-in {
  to {
    transform: translateY(0); } }
.bg.parallax {
  background-color: #2d2d2f;
  _background-size: auto 110% !important;
  background-position-y: 0px; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.section1 h1 {
  animation: fadein 1000ms;
  font-family: 'Lato';
  font-weight: 700;
}

.section1 .text {
  animation: fadein 2000ms; }

.section1 h2 {
  animation: fadein 3000ms; }

.product_rt-ac68u .bg {
  background-image: url(img/mobile/granny-sunglasses.jpg); }

.product_rt-ac5300 .bg {
  background-image: url(img/mobile/granny-laughing-tablet.jpg); }

.product_rt-ac3100 .bg {
  background-image: url(img/mobile/granny-phone-couch.jpg);
  background-position-x: right; }

.product.section.product_rt-ac3100 .bg .product-photo {
  left: 0;
  top: 0;
  width: 80%;
  padding-top: 40%; }

.product.section.product_rt-ac5300 .bg .product-photo {
  bottom: auto;
  padding-top: 27%; }

.product.section.product_rt-ac5300 .bg .product-box {
  _padding-top: 110px; }

@media (min-width: 1024px) {
  .product_rt-ac68u .bg {
    background-image: url(img/desktop/granny-sunglasses.jpg); }

  .product_rt-ac5300 .bg {
    background-image: url(img/desktop/granny-laughing-tablet.jpg); }

  .product_rt-ac3100 .bg {
    background-image: url(img/desktop/granny-phone-couch.jpg); }

  .product.section.product_rt-ac3100 .bg .product-photo {
    left: 0;
    top: auto;
    width: 40%;
    bottom: -140px;
    padding-top: auto; }

  .product.section.product_rt-ac5300 .bg .product-photo {
    bottom: -170px;
    top: auto;
    left: auto; }

  .product.section.product_rt-ac5300 .bg .product-box {
    padding-top: 0; } }
iframe {
  background-color: #000; }

.lazy-load::after {
  content: "";
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-size: 500%;
  line-height: 330%;
  font-family: "asus-router";
  opacity: 1;
  transition: opacity 200ms ease-in-out;
  background-image: url(./img/svgs/play-icon.svg);
  fill: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%; }

.lazy-load:hover::after {
  opacity: .8; }

.mobile-video {
  width: 100%;
  padding-top: 56%;
  position: relative;
  float: left;
  margin-bottom: 20px; }
  .mobile-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.desktop-video {
  padding-top: 25.5%;
  min-height: 300px;
}
  .safari .desktop-video {
    min-height: 300px; }
  .desktop-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

* {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.label {
  position: absolute;
  background-color: red;
  right: -5px;
  font-size: 95%;
  top: 5px;
  padding: 0.5vw 1vw;
  color: #fff;
  font-family: 'Lato';
  font-weight: 700;
 }

.vignette:before {
  content: "";
  z-index: 0;
  background-color: #000;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  box-shadow: 0px 0px 70px 50px #000;
  opacity: .3;
  animation: vignetteFade 3000ms; }

@keyframes vignetteFade {
  from {
    opacity: 0; }
  to {
    opacity: .3; } }
