@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Reg-webfont.eot');
  src: url('../fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Reg-webfont.svg#latoregular') format('svg'), url('../fonts/Lato-Reg-webfont.woff') format('woff'), url('../fonts/Lato-Reg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Lig-webfont.eot');
  src: url('../fonts/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Lig-webfont.svg#latolight') format('svg'), url('../fonts/Lato-Lig-webfont.woff') format('woff'), url('../fonts/Lato-Lig-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Bol-webfont.eot');
  src: url('../fonts/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bol-webfont.svg#latobold') format('svg'), url('../fonts/Lato-Bol-webfont.woff') format('woff'), url('../fonts/Lato-Bol-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-BolIta-webfont.eot');
  src: url('../fonts/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BolIta-webfont.svg#latobold_italic') format('svg'), url('../fonts/Lato-BolIta-webfont.woff') format('woff'), url('../fonts/Lato-BolIta-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-LigIta-webfont.eot');
  src: url('../fonts/Lato-LigIta-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-LigIta-webfont.svg#latolight_italic') format('svg'), url('../fonts/Lato-LigIta-webfont.woff') format('woff'), url('../fonts/Lato-LigIta-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Lato2';
    src: url('../fonts/Lato-Reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal; }

  @font-face {
    font-family: 'Lato2';
    src: url('../fonts/Lato-Lig-webfont.eot');
    src: url('../fonts/Lato-Lig-webfont.svg#latolight') format('svg');
    font-weight: 200;
    font-style: normal; }

  @font-face {
    font-family: 'Lato2';
    src: url('../fonts/Lato-Bol-webfont.eot');
    src: url('../fonts/Lato-Bol-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal; }

  @font-face {
    font-family: 'Lato2';
    src: url('../fonts/Lato-BolIta-webfont.eot');
    src: url('../fonts/Lato-BolIta-webfont.svg#latobold_italic') format('svg');
    font-weight: bold;
    font-style: italic; }

  @font-face {
    font-family: 'Lato2';
    src: url('../fonts/Lato-LigIta-webfont.eot');
    src: url('../fonts/Lato-LigIta-webfont.svg#latobold_italic') format('svg');
    font-weight: 200;
    font-style: italic; }
 }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  70% {
    opacity: 0; }

  90% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 1; }

  70% {
    opacity: 0; } }

html {
  height: 100%; }

body {
  height: 100%;
  background-color: #FFF;
  color: #3C3C3C;
  font-family: Lato2;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

header {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 80px;
  top: 0px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  /* W3C */
  -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5); }
  header .menu-logo {
    background-image: url('../img/headerLogo.png');
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    margin-left: 10px; }
  header .nav-toggle {
    display: none; }
  header nav a {
    color: #ff8400;
    line-height: 80px;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 24px; }
  header nav a:hover, header nav a.get-app:hover {
    color: white;
    background-color: #fee6cb; }
  header nav a.right {
    float: right;
    margin-right: 50px; }
  header nav a.get-app {
    color: #3C3C3C;
    background-color: #fee6cb; }

header:hover a.get-app {
  color: #ff8400;
  background-color: transparent; }

main {
  position: relative;
  z-index: 1;
  height: 550px;
  width: 100%;
  background: #ff9320;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff9320 0%, #ff8400 47%, #ff8400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9320), color-stop(47%, #ff8400), color-stop(100%, #ff8400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9320 0%, #ff8400 47%, #ff8400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9320 0%, #ff8400 47%, #ff8400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9320 0%, #ff8400 47%, #ff8400 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9320 0%, #ff8400 47%, #ff8400 100%);
  /* W3C */ }
  main .overlay {
    position: absolute;
    bottom: -185px;
    left: -175px;
    background-image: url('../img/bgOverlay.png');
    background-repeat: no-repeat;
    width: 600px;
    height: 600px;
    opacity: 0.14; }
  main .tv {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 906px;
    height: 470px; }
  main .tv.home {
    background-image: url('../img/tv-avengers.png'); }
  main .tv.contact {
    background-image: url('../img/tv-bigbang.png'); }
  main .tv.app {
    background-image: url('../img/tv-walkdead.png'); }
  main .tv.buy {
    background-image: url('../img/tv-frozen.png'); }
  main .tv.features {
    background-image: url('../img/tv-himym.png'); }
  main .heading-container {
    position: absolute;
    top: 45%;
    left: 5%; }
    main .heading-container .explain {
      display: none; }
    main .heading-container .heading-logo {
      display: block;
      height: 130px;
      width: 130px;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url('../img/logo500px.png');
      float: left;
      margin-right: 20px; }
    main .heading-container .heading-text {
      font-size: 100px;
      font-weight: 200;
      color: white;
      float: left;
      padding-top: 15px;
      letter-spacing: -2px; }
    main .heading-container .heading-text.contact, main .heading-container .heading-text.app {
      font-size: 90px; }
    main .heading-container .heading-text.buy {
      font-size: 80px; }
    main .heading-container .sub-heading {
      font-size: 24px;
      font-weight: 200;
      font-style: italic;
      color: white;
      clear: both;
      float: right;
      margin-top: -20px; }
    main .heading-container .sub-heading.home {
      margin-right: -45px;
      margin-top: -26px; }
    main .heading-container .sub-heading.home.two {
      margin-right: -70px; }
    main .heading-container .fade-out {
      -webkit-animation-name: fadeOut;
      -webkit-animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-delay: 0;
      opacity: 0; }
    main .heading-container .fade-in {
      -webkit-animation-name: fadeIn;
      -webkit-animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-delay: 0s;
      opacity: 1; }
    main .heading-container .sub-heading.app {
      margin-right: -45px;
      margin-top: -2px; }
    main .heading-container .sub-heading.buy {
      margin-right: -35px;
      margin-top: -18px; }
    main .heading-container .sub-heading.features {
      margin-right: -50px; }
    main .heading-container .sub-heading.contact {
      margin-right: -85px; }
    main .heading-container .btn-white.get-app {
      width: 176px;
      margin-top: 30px; }
    main .heading-container .btn-white.get-app.logo.buy {
      width: 280px; }
    main .heading-container .btn-white.get-app.logo.buy.two {
      margin-left: 15px;
      width: 260px; }
    main .heading-container .btn-white.get-app.logo {
      width: 200px; }
      main .heading-container .btn-white.get-app.logo .chrome-logo {
        height: 34px;
        width: 34px;
        margin-top: 8px;
        margin-left: 8px;
        border-radius: 17px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/chrome-logo-34px.png");
        float: left; }
      main .heading-container .btn-white.get-app.logo .canada {
        height: 34px;
        width: 31px;
        margin-top: 8px;
        margin-left: 8px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/canada.png");
        float: left; }
      main .heading-container .btn-white.get-app.logo .murica {
        height: 34px;
        width: 34px;
        margin-top: 8px;
        margin-left: 8px;
        border-radius: 17px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/murica.png");
        float: left; }

footer {
  position: absolute;
  z-index: 99;
  width: 100%;
  /*height:290px;*/
  background-color: white; }
  footer .col {
    position: relative;
    width: 33%;
    height: 170px;
    border-right: 1px solid #e2e2e2;
    float: left;
    margin-top: 18px;
    background-repeat: no-repeat;
    background-position: center; }
    footer .col .backdrop {
      position: absolute;
      opacity: 0.15;
      background-repeat: no-repeat;
      background-size: cover; }
    footer .col .title {
      font-size: 36px;
      font-weight: 200;
      margin-top: 20px; }
    footer .col li {
      opacity: 0.6;
      font-size: 24px;
      font-weight: 200;
      margin-top: 6px; }
  footer .col.features {
    width: 49.5%;
    background-image: none !important;
    height: 230px;
    margin-top: 30px; }
  footer .col.one {
    background-image: url('../img/getBackdrop.png');
    background-size: 140px 140px; }
  footer .col.two {
    background-image: url('../img/file.png');
    background-size: 108px 140px; }
  footer .col.three {
    border-right: none;
    background-image: url('../img/couch.png');
    background-size: 213px 140px; }
  footer .quote {
    height: 40px;
    width: 450px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-top: 20px; }
    footer .quote .author {
      float: right;
      font-size: 14px;
      font-weight: 200;
      margin-top: 2px; }
  footer .step {
    margin-top: 65px; }
    footer .step .number {
      height: 32px;
      width: 32px;
      border-radius: 16px;
      background-color: #ff8400;
      color: white;
      text-align: center;
      line-height: 32px;
      font-weight: bold;
      font-size: 22px;
      float: left; }
    footer .step .col-text {
      float: left;
      font-weight: bold;
      line-height: 32px;
      font-size: 20px;
      margin-left: 6px; }
    footer .step .btn-orange.get-app {
      width: 176px;
      float: left;
      margin-top: -10px;
      margin-left: 10px;
      margin-right: 42px; }
  footer .col-contact.two {
    margin-bottom: 25px; }
  footer .col-contact {
    position: relative;
    float: left;
    margin-top: 25px;
    width: 32%; }
    footer .col-contact .person-container .face {
      width: 120px;
      height: 120px;
      border-radius: 60px;
      float: left;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    footer .col-contact .person-container .info-container {
      clear: right;
      position: relative;
      top: 27px;
      left: 15px;
      width: 350px; }
      footer .col-contact .person-container .info-container a {
        color: inherit;
        opacity: 0.8; }
      footer .col-contact .person-container .info-container a:hover {
        opacity: 1; }
      footer .col-contact .person-container .info-container .name {
        font-weight: bold;
        font-size: 20px; }
      footer .col-contact .person-container .info-container .contact {
        font-size: 18px;
        font-weight: 200; }
      footer .col-contact .person-container .info-container .contact.highlight-it {
        opacity: 0.6; }
    footer .col-contact .person-container.row2 {
      margin-top: 25px; }
    footer .col-contact .person-container.graham .face {
      background-image: url('../img/angry-graham.png'); }
    footer .col-contact .person-container.joe .face {
      background-image: url('../img/captain-joe.png'); }
    footer .col-contact .person-container.matt .face {
      background-image: url('../img/artsy-matt.png'); }
    footer .col-contact .person-container.phil .face {
      background-image: url('../img/dying-phil.png'); }
    footer .col-contact .person-container.sly .face {
      background-image: url('../img/sly-cat.png'); }
    footer .col-contact .person-container.wiener .face {
      background-image: url('../img/future-jason.png'); }
  footer .col-contact.one {
    margin-left: 19%; }
  footer .app-header {
    font-size: 32px;
    font-weight: 200;
    text-align: center;
    margin-top: 50px;
    color: #3C3C3C; }
  footer .store {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    margin-top: 30px; }
  footer .store.droid {
    opacity: 0.9;
    outline: none; }
  footer .store.droid:hover {
    opacity: 1; }
  footer .store.device {
    opacity: 0.9;
    margin-top: 20px; }
  footer .store.device:hover {
    opacity: 1; }
  footer .store.apple {
    opacity: 0.9;
    outline: none; }
  footer .store.apple:hover {
    opacity: 1; }
  footer .droid {
    float: left;
    width: 216px;
    height: 70px;
    background-image: url('../img/droid-app-store.png'); }
  footer .apple {
    width: 236px;
    height: 70px;
    float: left;
    margin-left: 60px;
    background-image: url('../img/apple-app-store-new.png'); }
  footer .droid.device {
    background-image: url('../img/droid-device-store.png');
    margin-left: 0px; }
  footer .tos-container {
    width: 400px;
    word-wrap: break-word;
    font-size: 14px;
    color: rgba(20, 20, 20, 0.9);
    font-family: lato2;
    display: inline-block;
    margin-top: 20px; }
    footer .tos-container a {
      color: #ff8400; }

.btn-white {
  border: 1px solid #b25c00;
  font-weight: bold;
  color: #3C3C3C;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  text-align: center;
  -webkit-box-shadow: inset -1px 1px 6px 0px rgba(102, 102, 102, 0.4);
  -moz-box-shadow: inset -1px 1px 6px 0px rgba(102, 102, 102, 0.4);
  box-shadow: inset -1px 1px 6px 0px rgba(102, 102, 102, 0.4);
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f0f0f0 50%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #ffffff), color-stop(50%, #f0f0f0), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f0f0f0 50%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f0f0f0 50%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f0f0f0 50%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 49%, #f0f0f0 50%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
  /* IE6-9 */ }

.btn-white:hover {
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f7f7f7 49%, #e5e5e5 50%, #f0f0f0 50%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(49%, #f7f7f7), color-stop(50%, #e5e5e5), color-stop(50%, #f0f0f0), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f7f7f7 49%, #e5e5e5 50%, #f0f0f0 50%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #f7f7f7 49%, #e5e5e5 50%, #f0f0f0 50%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f7f7f7 49%, #e5e5e5 50%, #f0f0f0 50%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 49%, #e5e5e5 50%, #f0f0f0 50%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */ }

.btn-white:active {
  -webkit-box-shadow: inset -1px 1px 7px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: inset -1px 1px 7px 0px rgba(50, 50, 50, 0.7);
  box-shadow: inset -1px 1px 7px 0px rgba(50, 50, 50, 0.7); }

.btn-orange {
  border: 1px solid #b25c00;
  font-weight: bold;
  color: white;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  text-align: center;
  -webkit-box-shadow: inset -1px 1px 6px 0px rgba(102, 102, 102, 0.4);
  -moz-box-shadow: inset -1px 1px 6px 0px rgba(102, 102, 102, 0.4);
  box-shadow: inset -1px 1px 6px 0px rgba(102, 102, 102, 0.4);
  background: #ff931f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff931f 0%, #ff931f 49%, #ff8400 50%, #ff8400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff931f), color-stop(49%, #ff931f), color-stop(50%, #ff8400), color-stop(100%, #ff8400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff931f 0%, #ff931f 49%, #ff8400 50%, #ff8400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff931f 0%, #ff931f 49%, #ff8400 50%, #ff8400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff931f 0%, #ff931f 49%, #ff8400 50%, #ff8400 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff931f 0%, #ff931f 49%, #ff8400 50%, #ff8400 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff931f', endColorstr='#ff8400',GradientType=0 );
  /* IE6-9 */ }

.btn-orange:hover {
  background: #ff8300;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8300 0%, #ff8300 49%, #f97800 49%, #f97800 49%, #f97800 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8300), color-stop(49%, #ff8300), color-stop(49%, #f97800), color-stop(49%, #f97800), color-stop(100%, #f97800));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8300 0%, #ff8300 49%, #f97800 49%, #f97800 49%, #f97800 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8300 0%, #ff8300 49%, #f97800 49%, #f97800 49%, #f97800 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8300 0%, #ff8300 49%, #f97800 49%, #f97800 49%, #f97800 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8300 0%, #ff8300 49%, #f97800 49%, #f97800 49%, #f97800 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#f97800',GradientType=0 );
  /* IE6-9 */ }

.btn-orange:active {
  -webkit-box-shadow: inset -1px 1px 7px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: inset -1px 1px 7px 0px rgba(50, 50, 50, 0.7);
  box-shadow: inset -1px 1px 7px 0px rgba(50, 50, 50, 0.7); }

a {
  text-decoration: none; }

.funkmaster-flex {
  width: 100%;
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -55px; }

.page-wrap:after {
  content: "";
  display: block; }

.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
  height: 40px; }

.site-footer {
  background: #ff8400;
  color: white; }

.site-footer p {
  color: white;
  display: block;
  padding: 10px 0px 0px 10px; }

.highlight-it {
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  cursor: text !important; }

ul {
  text-align: center;
  padding: 0px; }
  ul li {
    list-style-type: none;
    display: block; }
  ul a {
    color: #ff8400; }
  ul a:visited {
    color: #ff8400; }

@media (max-width: 1520px) {
  main {
    height: 380px; }
    main .tv {
      width: 576px;
      height: 300px;
      background-size: cover; }
    main .overlay {
      bottom: -145px;
      left: -145px;
      background-size: cover;
      width: 400px;
      height: 400px; }
    main .heading-container {
      top: 45%;
      left: 4%; }
      main .heading-container .btn-white.get-app {
        width: 176px;
        margin-top: 20px; }
      main .heading-container .heading-logo {
        height: 100px;
        width: 100px;
        margin-right: 20px; }
      main .heading-container .heading-text {
        font-size: 75px;
        padding-top: 12px; }
      main .heading-container .heading-text.contact, main .heading-container .heading-text.app {
        font-size: 75px; }
      main .heading-container .heading-text.buy {
        font-size: 70px; }
      main .heading-container .sub-heading {
        font-size: 18px;
        font-weight: 200;
        margin-top: -15px; }
      main .heading-container .sub-heading.home {
        margin-right: -65px;
        margin-top: -20px; }
      main .heading-container .sub-heading.app {
        margin-right: -45px;
        margin-top: -2px; }
      main .heading-container .sub-heading.buy {
        margin-right: -35px;
        margin-top: -16px; }
      main .heading-container .sub-heading.features {
        margin-right: -25px; }
      main .heading-container .sub-heading.contact {
        margin-right: -45px; } }

@media (max-width: 1367px) {
  main {
    height: 360px; }
    main .tv {
      width: 576px;
      height: 300px;
      background-size: cover; }
  header {
    height: 60px; }
    header .menu-logo {
      width: 50px;
      height: 50px;
      margin-right: 20px;
      margin-top: 5px;
      margin-left: 10px;
      background-size: cover; }
    header nav a {
      line-height: 60px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 3px;
      margin-right: 3px;
      font-size: 22px; }
  footer .quote {
    font-size: 24px;
    width: 400px;
    margin-top: 15px; }
  footer .col-contact .person-container .face {
    width: 100px;
    height: 100px;
    border-radius: 50px; }
  footer .col-contact .person-container .info-container {
    top: 22px;
    left: 15px;
    width: 322px; }
    footer .col-contact .person-container .info-container .name {
      font-size: 18px; }
    footer .col-contact .person-container .info-container .contact {
      font-size: 16px; }
  footer .col-contact .person-container.row2 {
    margin-top: 25px; } }

@media (max-width: 1100px) {
  main {
    height: 320px; }
    main .tv {
      width: 501px;
      height: 260px; }
    main .overlay {
      bottom: -145px;
      left: -145px;
      width: 300px;
      height: 300px; }
    main .heading-container {
      top: 50%;
      left: 4%; }
      main .heading-container .btn-white.get-app {
        width: 176px;
        margin-top: 10px; }
      main .heading-container .heading-logo {
        display: block;
        height: 60px;
        width: 60px;
        float: left;
        margin-right: 15px; }
      main .heading-container .heading-text {
        font-size: 45px;
        padding-top: 6px; }
      main .heading-container .heading-text.contact, main .heading-container .heading-text.app {
        font-size: 45px; }
      main .heading-container .heading-text.buy {
        font-size: 40px; }
      main .heading-container .sub-heading {
        font-size: 16px;
        font-weight: 200;
        margin-top: -10px; }
      main .heading-container .sub-heading.home {
        margin-right: -85px;
        margin-top: -15px; }
      main .heading-container .sub-heading.home.two {
        margin-right: -100px; }
      main .heading-container .sub-heading.app {
        margin-right: -45px;
        margin-top: 0px; }
      main .heading-container .sub-heading.buy {
        margin-right: 15px;
        margin-top: -10px; }
      main .heading-container .sub-heading.features {
        margin-right: -23px; }
      main .heading-container .sub-heading.contact {
        margin-right: -45px; }
      main .heading-container .btn-white.get-app {
        width: 130px; }
      main .heading-container .btn-white.get-app.logo.buy {
        width: 185px; }
      main .heading-container .btn-white.get-app.logo.buy.two {
        margin-left: 15px;
        width: 175px; }
      main .heading-container .btn-white.get-app.logo {
        width: 135px; }
        main .heading-container .btn-white.get-app.logo .chrome-logo {
          margin-top: 5px;
          height: 20px;
          width: 20px; }
        main .heading-container .btn-white.get-app.logo .canada {
          margin-top: 5px;
          height: 20px;
          width: 18px; }
        main .heading-container .btn-white.get-app.logo .murica {
          margin-top: 4px;
          height: 20px;
          width: 20px; }
  footer .step .col-text {
    font-size: 16px; }
  footer .col li {
    font-size: 18px;
    margin-top: 4px; }
  footer .col .title {
    font-size: 30px;
    margin-top: 14px; }
  footer .col.features {
    height: 180px;
    margin-top: 20px; }
  .btn-white {
    font-size: 16px;
    height: 30px;
    line-height: 30px; } }

@media (max-width: 900px) {
  header {
    height: 30px; }
    header .menu-logo {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-top: 5px;
      margin-left: 5px; }
    header nav a {
      line-height: 30px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 1px;
      margin-right: 1px;
      font-size: 16px; }
    header nav a.right {
      margin-right: 10px; }
  main {
    height: 200px; }
    main .tv {
      width: 328px;
      height: 170px; }
    main .overlay {
      bottom: -55px;
      left: -65px;
      width: 200px;
      height: 200px; }
    main .heading-container {
      top: 38%;
      left: 4%; }
      main .heading-container .sub-heading {
        display: none; }
      main .heading-container .btn-white.get-app.logo.index {
        display: none; }
      main .heading-container .funkmaster-flex.explain {
        font-size: 17px;
        text-align: center;
        display: block;
        font-weight: 200;
        color: white;
        margin-bottom: -27px;
        padding-top: 10px;
        line-height: 16px; }
  footer .step .col-text {
    font-size: 12px; }
  footer .col li {
    font-size: 20px;
    margin-top: 4px; }
  footer .col .title {
    font-size: 30px;
    margin-top: 14px; }
  footer .col.features {
    height: 180px;
    margin-top: 20px; }
  footer .quote {
    font-size: 20px;
    width: 300px;
    margin-top: 12px; }
  footer .col li {
    font-size: 16px;
    margin-top: 4px; }
  footer .col .title {
    font-size: 22px;
    margin-top: 14px; }
  footer .col.features {
    height: 160px;
    margin-top: 20px; }
  .btn-white {
    font-size: 16px;
    height: 30px;
    line-height: 30px; } }

@media (max-width: 870px) {
  footer .col-contact.one {
    margin-left: 10%; }
  footer .col-contact {
    width: 40%; } }

@media (max-width: 800px) {
  footer .step .btn-orange.get-app {
    width: 145px;
    font-size: 22px; } }

@media (max-width: 700px) {
  .site-footer {
    display: none; }
  footer {
    height: 790px;
    border-bottom: 10px solid #ff8400; }
    footer .step .col-text {
      font-size: 12px; }
    footer .col li {
      font-size: 20px;
      margin-top: 4px; }
    footer .col .title {
      font-size: 30px;
      margin-top: 14px; }
    footer .col.features {
      height: 180px;
      margin-top: 20px; }
    footer .quote {
      font-size: 20px;
      width: 300px;
      margin-top: 12px; }
    footer .col li {
      font-size: 16px;
      margin-top: 4px; }
    footer .col .title {
      font-size: 22px;
      margin-top: 14px; }
    footer .col.features {
      height: 160px;
      margin-top: 20px; }
    footer .col-contact {
      height: 350px;
      margin-top: 25px;
      width: 100%;
      clear: both;
      margin-left: 0%; }
    footer .col-contact.one {
      margin-left: 0%; }
    footer .col-contact.two {
      padding-bottom: 25px; }
    footer .col {
      width: 100%; }
      footer .col .backdrop {
        position: absolute;
        opacity: 0.15;
        background-repeat: no-repeat;
        background-size: cover; }
      footer .col .title {
        font-size: 28px;
        margin-top: 20px; }
      footer .col li {
        font-size: 20px;
        margin-top: 6px; }
    footer .col.one {
      background-size: cover;
      border-right: none;
      background-size: 140px 140px; }
    footer .col.two {
      background-size: cover;
      border-right: none;
      background-size: 108px 140px; }
    footer .col.three {
      background-size: cover;
      border-right: none;
      background-size: 213px 140px; }
    footer .quote {
      height: 40px;
      width: 280px;
      font-size: 18px;
      margin-top: 20px;
      padding-top: 20px;
      margin-bottom: 36px; }
      footer .quote .author {
        font-size: 14px;
        margin-top: 2px; }
    footer .step {
      margin-top: 65px; }
      footer .step .col-text {
        line-height: 32px;
        font-size: 16px;
        margin-left: 6px; } }

@media (max-width: 580px) {
  .nav-toggle {
    z-index: 2;
    display: block !important;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 50px;
    line-height: 46px;
    font-size: 30px;
    text-align: center;
    background-color: white;
    border: 2px solid #ff8400;
    color: #ff8400;
    font-weight: bold;
    border-radius: 26px;
    outline: none;
    padding: 0 !important;
    padding-top: 1px !important;
    margin: 0 !important;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg); }
  .nav-toggle:active {
    background-color: #d2d2d2; }
  nav {
    z-index: -1;
    position: absolute;
    top: 30px;
    right: 6px;
    transition: height 0.2s ease-in-out;
    width: 180px;
    display: block;
    overflow-y: hidden;
    height: 0;
    background-color: #f4f4f4; }
    nav a {
      clear: both;
      float: left !important;
      width: 100%;
      margin: 0 !important;
      padding: 0 !important; }
  nav.show {
    height: 150px; } }

@media (max-width: 560px) {
  main .tv {
    display: none; } }

@media (max-width: 400px) {
  header {
    height: 30px; }
    header .menu-logo {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-top: 5px;
      margin-left: 5px; }
    header nav a {
      line-height: 30px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 1px;
      margin-right: 1px;
      font-size: 16px; }
    header nav a.right {
      margin-right: 10px; }
  .btn-white.buy {
    line-height: 12px; }
  main .tv {
    display: none; }
  main .heading-container {
    top: 45%;
    left: 4%; }
    main .heading-container .btn-white.get-app {
      width: 176px;
      margin-top: 10px; }
    main .heading-container .heading-logo {
      display: block;
      height: 40px;
      width: 40px;
      float: left;
      margin-right: 10px; }
    main .heading-container .heading-text {
      font-size: 32px;
      padding-top: 5px; }
    main .heading-container .heading-text.contact, main .heading-container .heading-text.app {
      font-size: 32px; }
    main .heading-container .heading-text.buy {
      font-size: 28px; }
    main .heading-container .btn-white.get-app.logo.buy {
      width: 130px;
      height: 30px;
      padding-top: 5px; }
      main .heading-container .btn-white.get-app.logo.buy .murica {
        margin-top: 2px; }
      main .heading-container .btn-white.get-app.logo.buy .canada {
        margin-top: 2px; }
    main .heading-container .btn-white.get-app.logo.buy.two {
      width: 120px; }
    main .heading-container .funkmaster-flex.explain {
      font-size: 18px;
      text-align: center;
      display: block;
      font-weight: 200;
      color: white;
      margin-bottom: -27px;
      padding-top: 19px;
      line-height: 16px; }
    main .heading-container .btn-white.get-app.logo.index {
      display: none; }
  footer .step .col-text {
    font-size: 12px; }
  footer .col li {
    font-size: 20px;
    margin-top: 4px; }
  footer .col .title {
    font-size: 30px;
    margin-top: 14px; }
  footer .col.features {
    height: 180px;
    margin-top: 20px; }
  footer .quote {
    font-size: 20px;
    width: 300px;
    margin-top: 12px; }
  footer .col li {
    font-size: 16px;
    margin-top: 4px; }
  footer .col .title {
    font-size: 22px;
    margin-top: 14px; }
  footer .col.features {
    height: 160px;
    margin-top: 20px; }
  footer .col-contact {
    height: 350px;
    margin-top: 25px;
    width: 100%;
    clear: both; }
  footer .col-contact.one {
    margin-left: 0%; }
  footer .col-contact.two {
    padding-bottom: 25px; }
  footer .col {
    width: 100%; }
    footer .col .backdrop {
      position: absolute;
      opacity: 0.15;
      background-repeat: no-repeat;
      background-size: cover; }
    footer .col .title {
      font-size: 28px;
      margin-top: 20px; }
    footer .col li {
      font-size: 20px;
      margin-top: 6px; }
  footer .col.one {
    background-size: cover;
    border-right: none;
    background-size: 140px 140px; }
  footer .col.two {
    background-size: cover;
    border-right: none;
    background-size: 108px 140px; }
  footer .col.three {
    background-size: cover;
    border-right: none;
    background-size: 213px 140px; }
  footer .quote {
    height: 40px;
    width: 280px;
    font-size: 18px;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 36px; }
    footer .quote .author {
      font-size: 14px;
      margin-top: 2px; }
  footer .step {
    margin-top: 65px; }
    footer .step .col-text {
      line-height: 32px;
      font-size: 16px;
      margin-left: 6px; }
  footer .app-header {
    font-size: 20px;
    width: 240px;
    margin-top: 20px; }
  footer .store {
    margin-top: 10px; }
  footer .store.device {
    opacity: 0.9;
    margin-top: 20px; }
  footer .store.device:hover {
    opacity: 1; }
  footer .apple {
    width: 100px;
    height: 30px; }
  footer .droid {
    width: 100px;
    height: 32px; }
  footer .col.features {
    width: 100%;
    height: 170px;
    margin-top: 20px; }
  footer .col.three.features {
    height: 270px; }
  .site-footer {
    display: none; }
  footer.mobile-orange {
    border-bottom: 10px solid #ff8400;
    padding-bottom: -10px; } }
