@media only screen and (max-width: 730px) {
  
  section#top #logo {
    margin: 20px 0 0 25px;
  }
  
  section#top nav ul {
    margin: 0 10px 0 0;
    
  }
  section#top nav ul li {
    margin: 0 15px 0 0;
    line-height: 70px;
  }
  
  section#top nav ul li a {
    font-size: 12px;
  }
  
    header#intro .text {
      margin: 0 0 0 -150px;
      width: 300px;
    }
          
      header#intro .text h1 {
        font-size: 30px;
      }
      
      header#intro .text h2 {
        font-size: 15px;
      }
      
        header#intro .text h2 span {
          font-size: 15px;
        }
      
      header#intro .text .playvideo {
        display: inline-block;
        color: #fff;
        height: 56px;
        line-height: 56px;
        margin: 10px 0 0 0;
        padding: 0 0 0 70px;
        font-size: 15px;
        font-weight: 100;
        opacity:0;
        text-decoration: none;
      }
      
header#intro .text .playvideo,
header#intro .text, 
header#intro .arrow,
header#intro .arrow {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
      
      
  section {}
  
    .content {
      width: 80%;
      margin: 0 auto;
    }
  
      .content h1 {
        font-size: 22px;
        color: #303030;
        margin: 0 0 5px 0;
      }
  
      .content h2 {
        font-size: 16px;
        color: #777777;
        margin: 0 0 40px 0 !important;
        width: auto !important;
      }    
      
  
  section#about,
  section#organize,
  section#discover,
  section#share {
    width: 100%;
    height: auto;
    padding: 40px 0 0 0;
  }
  

  section#discover .img-responsive,
  section#organize .img-responsive {
    margin: -20px 0 30px 0;
  }
  
  section#share .img-responsive {
    margin: -20px 0 0 0;
  }
  
  section#extra {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
  }
    
    section#about .content,
    section#organize .content,
    section#discover .content,
    section#share .content {
      text-align: center;
      height: auto;
    }

    #extra .content {
      margin: -30px auto 0 auto;
      width: 80%;
      padding: 0 0 20px 0;
    }
      
      #extra .content .column {
        width: auto;
        padding: 0 0 0 60px;
        margin: 0 0 30px 0;
        min-height: 50px;
      }

        #extra .content .column.gift {
          float: left;
        }

        #extra .content .column.calendar {
          float: left;
          background-position: 0 -100px;
        }
        
  section#final {
    
  }
  
    section#final h1 {
      font-size: 30px;
    }
    
    section#final .bigbtn {
      font-size: 25px;
      line-height: 60px;
      height: 55px;
      width: auto;
      max-width: 220px;
      
    }
        
  section#availability {
    
  }
        
    section#availability .content {
      width: 100%;
    }
        
      section#availability .content a.appstore {
        display: block;
        float: none;
        margin: 40px auto 20px auto;
        padding: 0;
      }
        
      section#availability .content div {
        display: block;
        float: none;
        margin: 0 auto 30px auto;
        width: 80%;
        line-height: 22px;
        font-size: 15px;
        text-align: center;
        padding: 0;
        clear: both;
      }
      
  #qLpercentage {
    font-size: 50px !important;
    margin: -15px 0 0 0 !important;
  }
  
  .mobile { 
    display: block !important;
  }
  
  .desktop { 
    display: none !important;        
  }
  
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
}