

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }




html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

h1, h2, h3, h4, h5 {
  cursor: default; }

h1, h2 {
  font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  font-weight: 600; }

h1 {
  font-size: 3.2em;
  text-align: center;
  line-height: 1.3;
  color: #3A4145;
 }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    h1 {
      font-size: 2.8em; } }
  @media screen and (min-width: 320px) and (max-width: 480px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 2.3em; }

h3 {
  text-align: center;
  font-size: 1.5em;
  font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  padding-bottom: 30px; }

h4 {
  font-size: 1.3em; }
  h4.form-head {
    font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif; }

br {
  clear: both; }

hr {
  width: 60%;
  border: 0;
  height: 1px;
  background: #d9dadb; }

body {
  /*color: #3A4145; */
  /*color: #282D30;*/
  color: #3b4246;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.none {
  display: none; }

.modal-open {
  overflow: hidden; }

h2.lead {
  font-size: 1.5em;
  font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  text-align: center;
  margin-top: 10px;
  color: #2c3647;
  /*color: #354054;*/
  -webkit-font-smoothing: antialiased; }
p.center {
  text-align: center; }
p.disclaimer {
  font-size: .75em;
  font-family: "open sans", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  color: #79869f;
  -webkit-font-smoothing: antialiased; }
  p.disclaimer a {
    color: #3A4145;
    text-decoration: none; }
    p.disclaimer a:hover {
      border-bottom: 1px dotted #3A4145; }


strong {
  font-weight: 400;
  font-size: 1.19em;
  color: #111111;
   }

.underline {
  text-decoration: underline;
}

body {
  font-family: "gotham", "open sans", "Tahoma", "Verdana", "Arial", sans-serif;
  line-height: 1.5; 
}

header {
  height: 80px;
  margin-bottom: 50px; }


footer {
  width: 100%;
  margin-top: 25px;
  }

  footer .footer-links {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300; }
    footer .footer-links ul {
      text-align: center;
      /*padding: 40px 0 25;*/
      padding: 0px 20px 10px;
    }
    footer .footer-links ul li {
      display: inline-block;
      margin-right: 20px;
      padding-bottom: 15px;
      text-align: center; }
      footer .footer-links ul li a {
        color: #3A4145;
        text-decoration: none;
        font-weight: 300;
        opacity: 0.7;
        transition: opacity 0.2s ease; }
        footer .footer-links ul li a:hover {
          opacity: 1; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.marketing {
  height: 100%;
  width: 100%;
  position: relative;
}
  .marketing body {
    height: 100%;
    width: 100%;
    position: relative;
    /*color: #79869f;*/
     }
  li.feature-li, p {
    font-size: 1.13em;
  }
  ul.smaller-text li.feature-li, p.smaller-text {
    font-size: 1.2em;
  }

    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing body {
        font-size: 0.85em; } 
      }
    .marketing body.stop-scroll {
      overflow: hidden; }
  .marketing #tell-me-more {
    opacity: 0;
    position: absolute;
    top: 0px;
    /*top: 80px;*/
    right: 0; }
  .marketing input, .marketing button, .marketing div, .marketing form, .marketing img {
    box-sizing: border-box; }
  .marketing p.lead {
    font-size: 1.49em;
    padding: 0 18px;
    color: #3A4145; }
  .marketing h1 {
    font-size: 2.6em;
    margin-bottom: 30px; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing h1 {
        font-size: 2.1em;
        margin: 0px 9px 30px;
        /*margin: 0px 20px 30px;*/
         } 

      h2.tagline, h2.takeoff, h2.cta-out, h2.dwb {
        font-size: 2.1em;
        }

       }
  .marketing h2 {
    font-size: 1.9em;
    color: #3b4246; 
    width: 90%;
    margin: auto;
    }
    h2.tagline, h2.takeoff, h2.cta-out, h2.dwb {
    /*font-size:38px;*/
    font-size: 2em;
    }



    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing h2 {
        width: 90%;
        font-size: 2em;
        /*font-size: 1.8em;*/
         } 
      .marketing .feature-list h2 {
        width: 100%;
      }
      }
  .marketing h3 {
    font-family: "open sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.3em;
    /*font-size: 1.3em;*/
    color: #3b4246;
    padding-bottom: 15px; }
  .marketing span.text-green {
    color: #82bf02; }
  .marketing span.em {
    font-style: italic;
    font-weight: 600; }
  .marketing header {
    padding-top: 60px;
    text-align: center; }
  .marketing .highlightme {
    background-color: #fffac2; }
  .marketing section {
    margin: 0; }
    .marketing section:nth-of-type(1) {
      margin: 0; }
  .marketing .outer-container {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto; }
    .marketing .outer-container:after {
      content: "";
      display: table;
      clear: both; }
  .marketing .logo-container {
    position: relative; }
    .marketing .logo-container .logo, .marketing .logo-pages .logo {
      background: url(../img-assets/logo-large.png) no-repeat;
      /*background: url(../img-assets/BearHug-App.png) no-repeat;*/
      background-size: 130px;
      width: 130px;
      height: 40px;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      cursor: pointer;
       }

      .marketing .logo-container .bearhug-title , .marketing .logo-pages .bearhug-title {
      /*background: url(../img-assets/logo-large.png) no-repeat;*/
      background: url(../img-assets/bearhug-title.png) no-repeat;
      background-size: 320px;
      width: 320px;
      height: 236px;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      cursor: pointer;
       }


      .marketing .icon-container {
        height: 100px;
        width: 100%;
        /* min-height: 200px; */
        margin-bottom: 35px;
        position: relative;
    }


      .icon-container .icon {
        background: url(../img-assets/damsel-crab.png) no-repeat;
        background-size: 100px;
        width: 100px;
        height: 100px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; 
    }

        .icon-container .icon2 {
        background: url(../img-assets/sunshine.png) no-repeat;
        background-size: 100px;
        width: 100px;
        height: 100px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; 
    }

        .icon-container .icon3 {
    background: url(../img-assets/team.png) no-repeat;
    background-size: 300px;
    width: 300px;
    height: 190px;
    position: relative;
    margin: auto;
    top: -33px;
    }


    img.dating-show {
      border-radius: 4px;
      max-width: 80%;
    }
    p.dating-show  {
      font-size: 1em;

    }
/*        .icon-container .icon-show {
    background: url(../img-assets/campfire-bg2.jpg) no-repeat;
    background-size: 900px;
    width: 900px;
    height: auto;
    position: relative;
    margin: auto;
    top: -33px;
    }*/


    

        .icon-container .icon4 {
    background: url(../img-assets/fairytrail-castle.jpg) no-repeat;
    background-size: 300px;
    width: 300px;
    height: 190px;
    position: relative;
    margin: auto;
    top: -75px;
    }

    .icon-container .icon5 {
    background: url(../img-assets/bearhug-logo.png) no-repeat;
    background-size: 145px;
    width: 145px;
    height: 145px;
    position: relative;
    margin: auto;
    top: -65px;
    }



.arrow-container.icon {
    background: url(../img-assets/118738.png) no-repeat;
    background-size: 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    margin: auto;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: bob;
    animation-name: bob;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-transition: all cubic-bezier(.8,.1,.27,1);
    -o-transition: all cubic-bezier(.8,.1,.27,1);
    transition: all cubic-bezier(.8,.1,.27,1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.arrow-container2 .icon {
    background: url(../img-assets/scroll.png) no-repeat;
    background-size: 80px;
    width: 80px;
    height: 50px;
    position: absolute;
    margin: auto;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: bob;
    animation-name: bob;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-transition: all cubic-bezier(.8,.1,.27,1);
    -o-transition: all cubic-bezier(.8,.1,.27,1);
    transition: all cubic-bezier(.8,.1,.27,1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*.app-link.app-ios {
      -webkit-animation-name: bob2;
    animation-name: bob2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transition: all cubic-bezier(.8,.1,.27,1);
    -o-transition: all cubic-bezier(.8,.1,.27,1);
    transition: all cubic-bezier(.8,.1,.27,1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.app-link.app-android {
      -webkit-animation-name: bob2;
    animation-name: bob2;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-transition: all cubic-bezier(.8,.1,.27,1);
    -o-transition: all cubic-bezier(.8,.1,.27,1);
    transition: all cubic-bezier(.8,.1,.27,1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
*/

  @media screen and (min-width: 320px) and (max-width: 650px) {


        .marketing .logo-container .logo, .marketing .logo-container .bearhug-title {
          width: 120px;
          height: 40px;
          background-size: 120px;
          top: 50px;
           } 
        }


  .marketing .logo-container, .marketing .splash-foot {
    height: 15.5%;
    width: 100%;
    min-height: 150px;
    z-index: -1;
    }

    @media screen and (max-width: 1200px) and (min-width: 320px) {
    
    .marketing .logo-container, .marketing .splash-foot {
    /*height: 9.5%;*/
    width: 100%;
    min-height: 150px; }


    .arrow-container .icon {
          top: 170px;
        }

    .arrow-container2.icon {
          top: 170px;
     }
    }
    


  .logo-pages {
    height: 32.5%;
    width: 100%;
    min-height: 160px;
    /*top: -80px;*/
    position: relative;
    }



  @media screen and (min-width: 320px) and (max-width: 650px) {
    .marketing .logo-container {
      height: 15%;
      min-height: 0; } }
  .marketing .splash-foot {
    overflow: visible;
    position: relative;
    text-align: center; }
    .marketing .splash-foot .more-wrap {
      margin: auto;
      width: 300px;
      height: 30px;
      position: absolute;
      /*top: -130px;*/
      top: -10px;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 999; }

    .marketing .splash-foot {
      position: absolute;
      bottom: 30px;
    }
      @media screen and (min-width: 320px) and (max-width: 650px) {
        .marketing .splash-foot  {
        position: absolute;
        bottom: 35px;
              } 
           }
    .marketing .splash-foot .tell-me-more {
      padding: 12px 32px;
      border-radius: 3px;
      /*border: 1px #D3D3D3 solid;*/
      background: rgba(255, 255, 255, 0.78);
      font-size: 1.4em;
      color: #0087e2;
      font-weight: 300;
      cursor: pointer;
      text-decoration: none; 
    }
      .marketing .splash-foot .tell-me-more:hover {
        /*color: #64B5F6; #0F67BE; */
        /*color: #0087e2;*/

      }
    .marketing .splash-foot .background-hills, .marketing .splash-foot .foreground-hills {
      position: relative;
      background-color: transparent;
      z-index: 9; }
    .marketing .splash-foot .foreground-hills:before {
      content: "";
      width: 100%;
      height: 450px;
      background: url(../images/hills.svg) no-repeat;
      background-size: 120%;
      background-position: center center;
      position: absolute;
      top: 0;
      right: 0;
      overflow: visible;
      z-index: -1; }
      @media screen and (min-width: 801px) and (max-width: 1024px) {
        .marketing .splash-foot .foreground-hills:before {
          background-size: 1500px; } }
      @media screen and (min-width: 651px) and (max-width: 800px) {
        .marketing .splash-foot .foreground-hills:before {
          background-size: 1300px; } }
      @media screen and (min-width: 320px) and (max-width: 650px) {
        .marketing .splash-foot .foreground-hills:before {
          background-size: 1200px;
          height: 300px;
          top: 100px; } }
    .marketing .splash-foot .background-hills:before {
      content: "";
      width: 100%;
      height: 400px;
      position: absolute;
      top: -70px;
      right: 0;
      background: url(../images/hills3.svg) no-repeat;
      background-size: 110%;
      background-position: center center;
      z-index: -2;
      opacity: 0.1; }
      @media screen and (min-width: 801px) and (max-width: 1024px) {
        .marketing .splash-foot .background-hills:before {
          background-size: 1500px; } }
      @media screen and (min-width: 651px) and (max-width: 800px) {
        .marketing .splash-foot .background-hills:before {
          display: none; } }
      @media screen and (min-width: 320px) and (max-width: 650px) {
        .marketing .splash-foot .background-hills:before {
          display: none; } }
    .marketing .splash-foot .background-mask {
      width: 100%;
      height: 200px;
      background: #F2F8FD;
      position: absolute;
      right: 0;
      bottom: -150px; }
  .marketing .main-cta {
    width: 600px;
    margin: 24px auto 0;
     }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .main-cta {
        width: 90%; } }
    .marketing .main-cta:hover .input-main-cta {
      border-color: #0096fb; }
    .marketing .main-cta:hover .btn-main-cta {
      background: #0096fb;
      border-color: #0096fb; }
    .marketing .main-cta .input-main-cta {
      font-family: "open sans", "open sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
      font-weight: 300;
      font-size: 18px;
      padding: 0 15px;
      width: 380px;
      height: 50px;
      border: 2px solid #0087e2;
      border-radius: 3px 0 0 3px;
      border-right: 0;
      margin: 0;
      display: block;
      float: left;
      transition: border-color 0.2s ease; }
      .marketing .main-cta .input-main-cta::-webkit-input-placeholder {
        color: #d9dadb; }
      .marketing .main-cta .input-main-cta::-moz-placeholder {
        color: #d9dadb; }
      .marketing .main-cta .input-main-cta:-moz-placeholder {
        color: #d9dadb; }
      .marketing .main-cta .input-main-cta:-ms-input-placeholder {
        color: #d9dadb; }
      .marketing .main-cta .input-main-cta:focus {
        border-color: #0087e2; }
    .marketing .main-cta .btn-main-cta {
    cursor: pointer;
    height: 50px;
    width: 420px;
    border-radius: 3px;
    color: #fff;
    background: #0087e2;
    border: solid 2px #0087e2;
    border-left: 0;
    transition: all 0.2s ease;
    display: block;
    /* float: left; */
    margin: auto;
    font-family: "open sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-weight: 300;
    font-size: 22px; }

    .emailForm {
      padding: 5px;
      height: 42px;
      width: 420px;
      font-size: 17px;
      margin: 10px auto 10px;
    }

      .marketing .main-cta .btn-main-cta:focus {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .main-cta .btn-main-cta, .marketing .main-cta .input-main-cta {
        width: 100%;
        margin-bottom: 10px;
        border-right: 2px solid #0087e2;
        border-left: 2px solid #0087e2;
        border-radius: 3px; } 
      .emailForm{
        width: 100%;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
      }
      }
  .marketing .splash-content {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 640px;
    position: relative;
    z-index: 5;
    background: #b3dbf6;
    /* Old browsers */
    background: -moz-linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b3dbf6), color-stop(10%, #cbebff), color-stop(44%, #f3f9fd), color-stop(100%, #f7fafc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* IE10+ */
    background: linear-gradient(5deg, #b3dbf6 0%, #cbebff 10%, #f3f9fd 44%, #f7fafc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dbf6', endColorstr='#f7fafc',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ 
    background: url(../img-assets/joy3.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    /*background-position: 62% 0;*/
    /*background-position: bottom;*/
  }

    .marketing .break-content {
    width: 100%;
    margin: 0 auto;
    /* height: 100%; */
    min-height: 390px;
    position: relative;
    z-index: 5;
    background: url(../img-assets/castle.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    /* background-position: 62% 0; */
    /* background-position: bottom; */
    background-attachment: fixed;
  }


/*    .marketing .break-content-cover {
    width: 100%;
    margin: 0 auto;
    min-height: 390px;
    position: relative;
    z-index: 5;
    background: url(../img-assets/castle.jpg) no-repeat;
    background-size: cover;
    background-position: 0 50%;
  }*/

      .marketing .break-content2 {
    width: 100%;
    margin: 0 auto;
    /* height: 100%; */
    min-height: 390px;
    position: relative;
    z-index: 5;
    background: url(../img-assets/night-tree.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    /* background-position: 62% 0; */
    /* background-position: bottom; */
    background-attachment: fixed;
  }
  }


    /* Use larger background for larger screens */
      @media screen and (min-width: 1200px) {
       .marketing .splash-content {
          background: url(../img-assets/joy2.jpg) no-repeat;
          background-position: 0% 72%;
          background-size: cover;
        }
    }


    .marketing .splash-content .main-center {
      text-align: center;
      height: 35%;
      min-height: 200px;
      width: 100%;
      text-align: center;
      background-color: transparent; }
      @media screen and (min-width: 320px) and (max-width: 650px) {

        .marketing .splash-content {
          /*height: 760px;*/
        }
        .marketing .splash-content .main-center {
          height: auto;
          padding: auto 10px;
          margin-top: 76px;
         } 
        }
/*  .marketing .features, .marketing .feature-checks {
    background: rgba(0, 135, 226, 0.05); }*/
  .marketing .features, .marketing .three-points, .marketing .feature-checks, .marketing .faq, .marketing .paragraph-text, .marketing .foot-cta {
    padding-top: 200px;
    padding-bottom: 200px; }

    .break-content h2, .break-content2 h2 {
      text-align: center;
      color: whitesmoke;
      font-size: 3em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }



    section.feature-checks.paragraph-text.tour-section {
    padding-bottom: 200px;
    }


  .foot-cta {
    /*background: url(../img-assets/flyover.jpg) no-repeat top;*/
    /*background: url(../img-assets/takeoff2.jpg) no-repeat 0 286px;*/
    background-size: cover;
/*    background-attachment: fixed;
*/  }

  .marketing .faq, .marketing .paragraph-text {
    border-bottom: 1px solid #E1E6EF; }

  .marketing .faq {
    padding-bottom: 200px
  }

  .marketing .features {    
    /*padding-top: 200px;   */
    position: relative; 
    background-color: #fdfdfd;
    }

  .mobile-image{
    max-width: 255px;
    }

    @media screen and (min-width: 320px) and (max-width: 650px) {
      /* mostly mobile css */

      li.feature-li, p {
          font-size: .98em;
      }

      .mobile-image{
        width: 30%;
      }
      .marketing .features {
        padding-top: 100px; 
        padding-bottom: 118px;
      } 
      section.foot-cta {
        background: url(../img-assets/takeoff-mobile.jpg) no-repeat;
        background-size: cover;
      }
      .marketing .foot-cta {
       padding-top: 55px;
       padding-bottom: 70px;
      }
      .marketing .three-points, .marketing .feature-checks {
      padding-top: 40px;
      padding-bottom: 40px; 
      }
      .marketing .faq {
      padding-top: 80px;
      padding-bottom: 80px; 
      }
      .marketing section.paragraph-text.bottom-part {
      padding: 100px 0px 40px;
      background-color: #fdfdfd;
      border-top: 1px solid #E1E6EF;
      }
      .marketing .three-points h2.dwb {
      margin-top: 60px;
      }
      section.feature-checks.paragraph-text.tour-section {
      padding-bottom: 45px;
      }

    }
  .marketing .video {
    width: 600px;
    height: 338px;
    margin: 0 auto; }
    @media screen and (min-width: 651px) and (max-width: 800px) {
      .marketing .video {
        width: 80%;
        height: auto; } }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .video {
        width: 95%;
        height: auto; } }
  .marketing .three-points {
    text-align: center;
    background-color: #fdfdfd;
     }
    .marketing .three-points h2 {
          margin: 10px auto 30px;
     }
 

    .marketing .three-points .first-image, .marketing .three-points .second-image, .marketing .three-points .third-image, .team-image, .video-image {
      height: 246px;
      width: 246px;
      border-radius: 3px;
      background: url("../images/1.2.jpg") no-repeat center center/246px;
      margin: 10px auto 30px; }

    .marketing .three-points .fourth-image, .marketing .three-points .fifth-image,.marketing .three-points .sixth-image {
      height: 493px;
      width: 246px;
      border-radius: 3px;
      background: url("../images/1.2.jpg") no-repeat center center/246px;
      margin: 10px auto 30px; }


    .marketing .three-points .first-image {
      background: url("../img-assets/991778.svg") no-repeat center center/146px; }
    .marketing .three-points .second-image {
      background: url("../img-assets/991762.svg") no-repeat center center/146px; }
    .marketing .three-points .third-image {
      background: url("../img-assets/807572.svg") no-repeat center center/146px; }

    .marketing .three-points .fourth-image {
      background: url("../img-assets/screen1v2.png") no-repeat top center/246px; }
    .marketing .three-points .fifth-image {
      background: url("../img-assets/screen2v2.png") no-repeat top center/246px; }
    .marketing .three-points .sixth-image {
      background: url("../img-assets/screen3v2.png") no-repeat top center/246px; }

    .marketing .three-points .fourth-imagev2 {
      background: url("../img-assets/screen1.png") no-repeat top center/246px; }
    .marketing .three-points .fifth-imagev2 {
      background: url("../img-assets/screen2v2.png") no-repeat top center/246px; }
    .marketing .three-points .sixth-imagev2 {
      background: url("../img-assets/screen3.png") no-repeat top center/246px; }


    .team-image {
      background: url("../img-assets/team-sf2.jpg") no-repeat center center/246px;
      border-radius: 900px;
       }
    .video-image {
      background: url("../img-assets/786796.svg") no-repeat center center/146px; }


  .marketing .third {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 0 20px; }
    .marketing .third:last-child {
      margin-right: 0; }
    @media screen and (min-width: 651px) and (max-width: 800px) {
      .marketing .third {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-bottom: 10px; }
        .marketing .third:last-child {
          margin-right: 0; }
        .marketing .third p {
          max-width: 400px;
          margin: 0 auto; } }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .third {
        float: left;
        display: block;
        /*margin-right: 7.42297%;*/
        width: 100%;
        margin-bottom: 50px; }
        .marketing .third:last-child {
          margin-right: 0; }
        .marketing .third p {
          max-width: 400px;
          margin: 0 auto; }
        }
  .marketing .half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 0 20px;
    text-align: center; }
    .marketing .half:last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .half {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .marketing .half:last-child {
          margin-right: 0; }
        .marketing .half:first-of-type {
          margin-bottom: 70px; } }
  .marketing .balloon {
    position: absolute;
    top: 29px;
    left: -323px;
    width: 300px;
    height: 303px;
    /*-webkit-animation: bob 3s ease-in-out infinite;
    -moz-animation: bob 3s ease-in-out infinite;
    animation: bob 3s ease-in-out infinite;
*/
     }
    h2.takeoff {
      color:#209AF5;
      text-align: center;
      margin-bottom: 40px;
    }
    @media screen and (min-width: 320px) and (max-width: 650px) {
       .marketing .splash-content {
        background-position: top 0 left 65%;
       }


      .marketing .balloon {
          position: relative;
          top: 58px;
          left: 0;
          width: 300px;
          height: 300px;
          margin: -25px auto 75px;
         } 
        h2.mobile-title {
          display: block;
          margin: 0 auto 20px;
        }

        h2.takeoff {
        text-align: center;
        margin-top: 16px;
        margin-bottom: 16px;
        }
       }
    
  .slider {
  max-width: 300px;
  height: 200px;
  margin: 20px auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
    width: 100%;
    height: 100%;
}
.slide1 {
  background: url('../img-assets/tour1y.jpg') no-repeat center;
      background-size: cover;
/*    animation:fade 30s infinite;
    -webkit-animation:fade 30s infinite;*/

} 
.slide2 {
  background: url('../img-assets/tour2.jpg') no-repeat center;
      background-size: cover;
/*    animation:fade2 30s infinite;
    -webkit-animation:fade2 30s infinite;*/
}
.slide3 {
    background: url('../img-assets/tour3.jpg') no-repeat center;
      background-size: cover;
 /*   animation:fade3 30s infinite;
    -webkit-animation:fade3 30s infinite;*/
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
   /* img.tours {
    height: auto;
    width: 240px;}*/
@-webkit-keyframes bob {
  50% {
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes bob {
  50% {
    -moz-transform: translateY(-10px); } }
@keyframes bob {
  50% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px); } }

    @keyframes bob2 {
  50% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); } }

  .marketing .balloon:after {
    content: "";
    width: 100%;
    height: 100%;
    /*background: url("../img-assets/adventure-preview.jpg") no-repeat center center/168px;*/
    position: absolute;
    top: -70px;
    right: 0;
/*    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); */
  }
  .marketing .clouds1 {
    position: absolute;
    top: -120px;
    left: -560px;
    width: 560px;
    height: 550px; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .clouds1 {
        display: none; } }
  .marketing .clouds1:after {
    content: "";
    width: 100%; 
    height: 100%;
    background: url("../images/clouds1.svg") no-repeat center center/550px;
    position: absolute;
    top: 0;
    right: 0; }
  .marketing .clouds2 {
    position: absolute;
    top: -20px;
    right: -150px;
    width: 310px;
    height: 350px; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .clouds2 {
        display: none; } }
  .marketing .clouds2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/clouds2.svg") no-repeat center center/300px;
    background-size: 300px;
    position: absolute;
    top: 0;
    right: 0; }
  .marketing .feature-list {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 42.64902%; 
  }

  .marketing .feature-list2 {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
    width: 60%;
    margin: auto;
  }
    .marketing .feature-list:last-child {
      margin-right: 0; 
    }
    .marketing .feature-list ul {
      padding-top: 20px; }
    @media screen and (min-width: 320px) and (max-width: 650px) {
      .marketing .feature-list {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
      .marketing .feature-list2 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; 
        }


        .marketing .feature-list:last-child {
          margin-right: 0; }
        .marketing .feature-list h2 {
          text-align: center; }
        .marketing .feature-list ul {
          display: table;
          margin: 0 auto; } }
  .marketing .feature-li {
    padding: 5px 0;
    margin-left: 40px;
    position: relative;
    margin-bottom: 10px;
     }
    .marketing .feature-li:before {
      content: "";
      width: 25px;
      height: 25px;
      position: absolute;
      left: -35px;
      top: 6px;
      background: url("../img-assets/graphic-tick.svg") no-repeat center center/25px; }
  .marketing .paragraph-text p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    text-align: center; 
    font-size:1.2em;
  }
    .marketing .paragraph-text p:last-child {
      margin-right: 0; }
  .marketing .foot-cta h2 {
    text-align: center;
    margin: 0 auto; }


        .mobile-apps .apps .app-item {
      display: inline-block;
      margin-top: 10px;
      }

      .mobile-apps .app-link {
          display: block;
          height: 40px;
          width: 135px;
      }

      .mobile-apps .app-ios {
        background: url("../img-assets/mobile-install-apple.png") transparent no-repeat;
        margin-right: 20px;
      }

      .mobile-apps .app-android {
        background: url("../img-assets/mobile-install-google.png") transparent no-repeat;
      }

      .mobile-apps .press1 {
        background: url("../img-assets/pando.png") transparent no-repeat;
      }
      .mobile-apps .press2 {
        background: url("../img-assets/budgettravel.png") transparent no-repeat;
      }
      .mobile-apps .press3 {
        background: url("../img-assets/kron4.png") transparent no-repeat;
      }
      .mobile-apps .press4 {
        background: url("../img-assets/uproxx.png") transparent no-repeat;
      }
      .mobile-apps .press5 {
        background: url("../img-assets/datingadvice.png") transparent no-repeat;
      }
      .mobile-apps .press6 {
        background: url("../img-assets/mobileappdaily.png") transparent no-repeat;
      }
      .mobile-apps .press7 {
        background: url("../img-assets/lifehacker.png") transparent no-repeat;
      }
      .mobile-apps .press8 {
        background: url("../img-assets/PCMag.png") transparent no-repeat;
      }
      .mobile-apps .press9 {
        background: url("../img-assets/datingnews.png") transparent no-repeat;
      }
      .mobile-apps .press10 {
        background: url("../img-assets/verge.png") transparent no-repeat;
      }
      .mobile-apps .press11 {
        background: url("../img-assets/wired.png") transparent no-repeat;
      }

  @media screen and (min-width: 320px) and (max-width: 650px) {

    .marketing .feature-li:before {
  
      /*background: none; */

    }

    .marketing footer {
      height: 120px;
      margin-top: 45px;
       } 
    .marketing .splash-content{
      /*background-size: 900px 900px;*/
        }

          .mobile-apps .app-ios {
        margin-right: 10px;
        }

        .marketing .break-content, .marketing .break-content2 {
        width: 100%;
        min-height: 290px;
        background-size: cover;
        background-attachment: scroll;
        }

     }
  .marketing footer.sign-up {
    height: 120px;
     }

 /* .marketing section.paragraph-text.features.top-part {
    padding-bottom: 200px;
  }
*/
  .marketing section.paragraph-text.bottom-part {
    padding: 160px 0px 40px;
    background-color: #fdfdfd;
    border-top: 1px solid #E1E6EF;
  }

  .marketing section.one-page-top {
    padding: 80px 0px 40px;
    background-color: #fdfdfd;
    border-top: 1px solid #E1E6EF;
  }

.book {
    margin: 0 50%;
    width: 100px;
    position: relative;
    left: -50px;
}

@-moz-document url-prefix() {
    .marketing .splash-foot {
    position: absolute;
    bottom: 64px;
  }
}


/*  NAVIGATION  ============================================================================= */

div.menu {
  display:relative;
  padding-top:20px;
}
.menu ul {
  display:inline;
  margin: 0px;
  padding: 0px;
}
.menu li {
  display:inline;
  list-style: none;
  margin: 10px 15px;
  white-space:nowrap;
  hyphens : none;
  
}
#logo {
  padding: 20px 0;
}
#logo a {
    color: silver;;
}
#logo a:hover {
    color: grey;;
}
.stick{
  width: 100%;
  margin-top:-10px;
  padding-bottom:10px;
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  /*border: 1px solid whitesmoke;*/
  background: white;
  // rgba(23,119,175,.2)
}

.prev, .next {
  top: 0;
    position: absolute;
    height: 100%;
    width: 10%;
    background-color: black;
  opacity: 0;
    z-index: 5;
  transition: 0.3s opacity;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
}

.next {
  margin-left: 90%;
}

.carousel-wrapper{
  position:relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel, .carousel:active {
  display: block;
  position: absolute;
  left: 0%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  font-size:3em;
  cursor:pointer;
  opacity: .2;
  
}

.carousel-wrapper>.right {
  left: auto;
  right: 0px;
}


header div:hover .carousel {
  opacity: .9;
}

.terms p {
  text-align: left;
  margin-bottom: 26px;
}

.marketing.terms body  {
  padding: 100px 0;
}

h2.cta-out {
  margin: 90px auto;
  text-align: center;
}

h2.recent-booking {
  margin: 60px auto 90px;
  text-align: center;
}


.fa-color {
  color: #E66F6F;
}

.img1 {
          width: 12%;
         }  

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 651px) and (max-width: 800px) {
  .img1 {
    width: 16%;
  }
}

 @media screen and (min-width: 320px) and (max-width: 650px) {
    .img1 {
          width: 20%;
         }  
 }

