@import url(reset.css);
@import url(rwgrid.css);
/*******************************************************************************/
body {
  font-family: 'Quicksand', sans-serif;
  z-index: 0;
  color: #444; }

h1 {
  font-size: 2rem;
  font-weight: 300;
  padding-bottom: 30px; }
  @media screen and (min-width: 480px) {
    h1 {
      font-size: 3rem; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 4rem; } }

h2 {
  font-size: 1rem;
  line-height: 150%; }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 1.5rem; } }

a {
  text-decoration: none;
  outline: 0;
  color: inherit; }

input, textarea {
  color: #666;
  width: 80%;
  max-width: 600px;
  display: block;
  margin: 20px auto;
  border: 1px solid #eee;
  font-size: 1rem;
  font-family: inherit;
  padding: 10px 20px; }

input[type='submit'] {
  cursor: pointer;
  border: 1px solid #999;
  -webkit-transition: all 0.5s ease;
  background-color: #fff;
  color: #444; }
  input[type='submit']:hover {
    border: 1px solid #ccc;
    background-color: #666;
    color: #fff; }

#content {
  padding-top: 80px; }

#main-menu {
  color: #444;
  background-color: #fefefe;
  position: fixed;
  height: 100vh;
  right: 0;
  z-index: 8700;
  -webkit-transition: all 0.5s ease;
  margin-right: -100%;
  width: 100%;
  padding: 44px 0 0 0;
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 1024px) {
    #main-menu {
      width: 40%;
      padding: 64px 0 0 0; } }
  #main-menu a {
    display: block;
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: -1px; }
  #main-menu.visible {
    margin-right: 0px; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/video_bg.png");
  height: 100vh;
  width: 100vw;
  z-index: 8500;
  display: none; }

#menu-button, #menu-close-button {
  background: url("../images/hamburger.png") no-repeat center;
  width: 30px;
  height: 24px;
  position: fixed;
  top: 8px;
  right: 25px;
  -webkit-transition: all 0.5s ease;
  cursor: pointer;
  z-index: 9000; }
  @media screen and (min-width: 1024px) {
    #menu-button, #menu-close-button {
      top: 18px; } }
  #menu-button.hide, #menu-close-button.hide {
    right: -125px; }

#menu-close-button {
  background: url("../images/close.png") no-repeat center; }

#header-menu {
  position: fixed;
  padding: 10px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  background-color: #fff;
  z-index: 8000; }
  @media screen and (min-width: 1024px) {
    #header-menu {
      padding: 20px; } }
  #header-menu .logo {
    background: url("../images/logo.png") no-repeat;
    padding-top: 4px;
    display: inline-block;
    background-size: contain;
    padding-left: 30px; }

#hero {
  background: url("../images/hero_bg.jpg") no-repeat center fixed;
  /*
  @media screen and (orientation: portrait) {
    background: url('../images/cockpit_portrait.jpg') no-repeat center fixed;
    background-position-y: 0;
    background-size: 120%;
  }
  */
  background-position-y: 0;
  background-size: 200vh;
  height: 100vh;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
  color: #fff; }
  #hero #hero-overlay {
    background: url("../images/video_bg.png");
    height: 100vh;
    text-align: center;
    padding: 15vh 20px 0 20px;
    width: 100%;
    top: 0; }
    @media screen and (min-width: 1024px) {
      #hero #hero-overlay {
        padding: 20vh 20px 0 20px; } }
  #hero .app-store {
    display: block;
    background: url("../images/app_store.png") no-repeat center;
    background-size: contain;
    width: 150px;
    height: 38px;
    margin: auto;
    margin-top: 80px; }
    @media screen and (min-width: 1024px) {
      #hero .app-store {
        width: 208px;
        height: 77px;
        margin-top: 240px; } }
  #hero .scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    text-align: center;
    z-index: 1000; }
    #hero .scroll-down .arrow-down {
      background: url("../images/down.png") no-repeat center;
      width: 42px;
      height: 25px;
      display: inline-block;
      margin: auto; }

.divider {
  text-align: center;
  padding: 20px 10px;
  line-height: 120%;
  font-size: 2rem; }
  @media screen and (min-width: 1024px) {
    .divider {
      font-size: 3rem;
      padding: 40px 20px; } }
  .divider.small {
    font-size: 1rem; }
    @media screen and (min-width: 1024px) {
      .divider.small {
        font-size: 2rem; } }
  .divider .description {
    text-align: left;
    line-height: 140%;
    font-size: 0.9rem;
    padding: 30px 0; }
    @media screen and (min-width: 1024px) {
      .divider .description {
        font-size: 1.1rem; } }

#inside-container {
  background: url("../images/clouds.jpg") no-repeat center;
  background-size: cover;
  height: 400px; }
  #inside-container #inside {
    background: url("../images/Photo+Mar+30,+10+10+41+AM.png") no-repeat center;
    background-size: cover;
    font-size: 1rem;
    height: 400px; }
    @media screen and (min-width: 1024px) {
      #inside-container #inside {
        font-size: 1.7rem; } }
    #inside-container #inside .details {
      margin: 80px 10px 20px 10px;
      padding: 20px;
      background-color: #fff;
      line-height: 150%; }
      @media screen and (min-width: 1024px) {
        #inside-container #inside .details {
          margin: 380px 20px 40px 20px;
          line-height: 180%;
          padding: 40px; } }

.section {
  padding: 20px 0;
  margin: 20px 0;
  color: #000;
  line-height: 120%;
  font-size: 1.0rem; }
  @media screen and (min-width: 1024px) {
    .section {
      line-height: 150%;
      font-size: 1.2rem;
      padding: 20px 0;
      margin: 40px 0; } }
  .section img {
    display: block;
    width: 100%; }
  .section.second {
    background: url("../images/a320.jpg") no-repeat center; }

#list {
  padding: 0px;
  text-align: center;
  font-size: 1rem; }
  @media screen and (min-width: 1024px) {
    #list {
      padding: 0px;
      font-size: 2rem; } }
  #list .element {
    background: no-repeat;
    background-size: cover;
    height: 400px; }
    #list .element .details {
      height: 400px;
      width: 100%;
      padding: 350px 20px 40px 20px;
      color: #fff;
      background: url("../images/gradient_bg.png") no-repeat center;
      background-size: cover;
      line-height: 150%;
      bottom: 0; }
      @media screen and (min-width: 1024px) {
        #list .element .details {
          padding: 300px 20px 40px 20px; } }

.carousel {
  width: 80%;
  margin: auto;
  padding-bottom: 30px; }
  .carousel img {
    width: 100%; }

.custom-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  margin: 10px 0; }
  .custom-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .custom-dots li button {
      background: url("../images/pagination-dot.png") no-repeat;
      border: 0;
      display: block;
      height: 16px;
      width: 16px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
    .custom-dots li.slick-active button {
      background: url("../images/pagination-dot-active.png") no-repeat; }

#video {
  text-align: center;
  padding-bottom: 60px; }
  #video img {
    max-width: 60%; }

#reviews .review {
  padding: 20px 20px;
  font-size: 0.8rem; }
  @media screen and (min-width: 1024px) {
    #reviews .review {
      font-size: 1rem; } }
  #reviews .review .title {
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: 5px; }
    @media screen and (min-width: 1024px) {
      #reviews .review .title {
        font-size: 1.2rem; } }
  #reviews .review .author {
    font-size: 0.7rem;
    color: #666;
    padding-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      #reviews .review .author {
        font-size: 0.8rem; } }
  #reviews .review .content {
    line-height: 140%; }

#download {
  text-align: center; }
  #download img {
    max-width: 100px;
    border-radius: 20px; }

#note {
  padding: 40px 20px;
  font-size: 0.7rem;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    #note {
      font-size: 0.8rem; } }

#error-content p {
  padding: 10px 0; }
#error-content a {
  text-decoration: underline; }

.basic-page {
  min-height: 200px;
  margin: auto;
  background-color: #fff;
  max-width: 1200px;
  padding: 80px 20px;
  margin-bottom: 20px; }
  .basic-page h2 {
    font-size: 1.5rem;
    padding-top: 20px; }
  .basic-page p {
    line-height: 150%;
    padding: 10px 0; }
  .basic-page a {
    font-weight: bold;
    color: #0077aa; }
  .basic-page.centered {
    text-align: center; }
  .basic-page ul li {
    padding: 0 2rem 1rem 0;
    line-height: 150%; }
    .basic-page ul li::before {
      padding-right: 1rem;
      content: "\2022"; }

.author-apps {
  padding: 2rem 0 0 0;
  text-align: center;
  font-weight: bold; }
  .author-apps .title {
    padding-bottom: 1rem; }
  .author-apps .apps {
    display: flex;
    color: #666;
    font-size: 0.8rem;
    justify-content: center; }
    .author-apps .apps .app {
      padding: 0 1rem; }
      .author-apps .apps .app img {
        display: block;
        border-radius: 10px;
        width: 50px;
        margin: 0 auto 0.5rem auto; }
      .author-apps .apps .app .genres {
        color: #888;
        font-weight: normal;
        padding-top: 3px;
        line-height: 120%; }

/*# sourceMappingURL=app.css.map */
