#_oss_container {
    display: none;
}
html,body{
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif, Arial;
  color: #333;
}

0!important}

@font-face{
  font-family:CircularStd-Book;
  src:url(/app/assets/fonts/CircularStd-Book.otf);
  font-style:normal
}
@font-face{
  font-family:CircularStd-Book;
  src:url(/app/assets/fonts/CircularStd-Bold.otf);
  font-weight:700;
  font-style:normal;
}



a{
  transition: all 0.5s ease;
}
.beta{
  position: fixed;
  left: -40px;
  top: 35px;
  background: #aba0d0;
  color: white;
  width: 100px;
  height: 30px;
  text-align: center;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: "Source Sans Pro", Arial;
  line-height: 30px;
  font-size: 24px;
}
header{
  max-width:900px;
  margin:0 auto;
  font-family:"Source Sans Pro", Arial;
  height:51px;
  margin-top:50px;
}
header .left{
  width:180px;
  text-align:center;
    cursor: pointer;
}
header .logo{
  font-size:1.5em;
  color:#64d1d1;

  /* Snappd: */
  font-family: "HelveticaNeue-Medium", Arial;
  font-size: 20px;
  color: #797979;
}
header .tagline{
  border-top: 2.5px solid #64d1d1;
  line-height: 20px;
  font-size: 12px;
  margin-top: 5px;
  padding-top: 5px;
  color: #bebebe;
  /* the home of vertical: */
  font-family: "HelveticaNeue-Light", Arial;
  font-size: 14px;
  color: #797979;
}
header .left, header .right{
  display:inline-block;
  vertical-align:top;
}
header .right{
  float:right;
  line-height:51px;
}
header .creator .fa{
  padding-right:5px;
}
header .creator a{
  text-decoration: none;
  border: 1px solid #606060;
  border-radius: 8px;
  font-family: "HelveticaNeue-Light", Arial;
  font-size: 14px;
  color: #606060;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
header .creator a:hover{
  opacity:1;
  color:#fff;
  background-color: #64d1d1;
  border-color: #64d1d1;
}
.wrap{
  max-width:900px;
  margin:0 auto;
}

.headline{
  text-align:center;
  font-family:"Source Sans Pro", Arial;
  font-weight:400;
  color:#64d1d1;
  margin-top:50px;
  margin-bottom:50px;
}

.headline {
  text-align: center;
  font-family: "HelveticaNeue-Thin", Arial;
  font-weight: 100;
  color: #797979;
  margin-bottom: 10px;
}

.wrap .notify:hover,
.wrap .notify.active,
.wrap .notify-launch:hover,
.wrap .notify-launch.active{
  color: #ffffff!important;
  background-color: #aba0d0;
}
.wrap .notify, .wrap .notify-launch{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 250px;
  margin-top: 3.5rem;
  font-family: "helvetica neue", Arial;
  border: 1px solid #aba0d0;
  border-radius: 10px;
  padding: 10px;
  color: #aba0d0;
  cursor: pointer;
  background:none;
}
.wrap .notify-launch{
  color: #64d1d1;
  border-color: #64d1d1;
  margin-top: 15px;
}
.wrap .notify-launch:hover,
.wrap .notify-launch.active{
  background-color: #64d1d1;
}
.screens{
  margin-top:129px;
  text-align:center;
}
.screens div{
  display:inline-block;
  text-align:center;
  height:400px;
  background:#bebebe;
  width:226px;
  border-radius:30px;
  color:rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .18);
  background-size: cover;
  position:relative;
}
.screens .middle{
  /*background:#64d1d1;*/
  width:304px;
  top:-69px;
  height:538px;
  z-index:10;
  background-image: url(/app/assets/media/middle.png);
  /*background-image: url(/app/assets/media/video-playing-string2.png);*/
}
.screens .left{
  left:30px;
  background-image: url(https://media.giphy.com/media/SxxKxHhDIdtyo/giphy.gif);
}
.screens .right{
  right:30px;    
  background-image: url(/app/assets/media/right.png);
}

p.head-p {
  font-family: "HelveticaNeue-Light", Arial;
  color: #797979;
  max-width: 620px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
p.head-p a{
  margin-left: 10px;
  text-decoration: none;
  color: #606060;
}
p.head-p a:hover{
  border-bottom: 0.5px solid;
}
.highlight{
  color: #64d1d1;
  font-family: "HelveticaNeue-Medium", Arial;
}

.chatsnap-hold{
  position: relative;
  margin: 0 auto;
  top: -30px;
  display: block;
  height: 0px;
  display: none;
}
.chatsnap .highlight {
  color: #FFCC00;
}
.chatsnap {
  background: #727272;
  border-radius: 10px;
  width: 300px;
  height: 100px;
  margin: 0 auto;
  top: -20px;
  font-family: "HelveticaNeue-Medium", Arial;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.chatsnap p{
  padding-top: 40px;
}
.email-form,
.email-form-launch{
  display:none;
  width: 370px;
  margin: 0 auto;
  margin-top: 3.5rem;
}
.submit-form{
display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 110px;
  font-family: "helvetica neue", Arial;
  border: 1px solid #aba0d0;
  border-radius: 10px;
  padding: 10px;
  color: #aba0d0;
  cursor: pointer;
}
.email-form-launch input,
.email-form input{
  padding: 10px;
  border: none;
  border-bottom: 1px solid #aba0d0;
  font-family: "helvetica neue", Arial;
  font-size: 1rem;
  margin-right: 15px;
}
.email-form-launch input{
  border-color: #64d1d1;
}
.email-form-launch .submit-form{
  border-color: #64d1d1;
  color: #64d1d1;
}
footer {
  position: fixed;
  bottom: 40px;
  left: 0;
}
footer .links{
  position: fixed;
  left: 0;
}
footer .links-right{
  position: fixed;
  right: 0px;
}
footer a {
  text-decoration: none;
  color: #797979;
  padding-left: 10px;
  font-family: "HelveticaNeue-Medium", Arial;
  letter-spacing: 0.5px;
  font-size: 14px;
  opacity: 0.7;
}
footer .links-right a{
  padding-left: 0px;
  padding-right: 10px;
}
footer a:hover {
  opacity: 1;
}

::-webkit-input-placeholder {
   color: #888888;
}

:-moz-placeholder { /* Firefox 18- */
   color: #888888;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;
}

:-ms-input-placeholder {  
   color: #888888;  
}

/*.creator, .more{
  display: none!important;
}*/


a.more{
  text-decoration: none;
  border: 1px solid #606060;
  border-radius: 8px;
  font-family: "HelveticaNeue-Light", Arial;
  font-size: 14px;
  color: #606060;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
a.more:hover{
  opacity:1;
  color:#fff;
  background-color: #64d1d1;
  border-color: #64d1d1;
  border: 1px solid #64d1d1!important;
}

.right-details{
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.left-example{
  width: 250px;
  display: inline-block;
}
.img-scroll img{
  width: 200px;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .18);
}
.left-example, .right-details {
  margin-top: 50px;
}
article.item p {
  font-size: 1rem;
  color: #797979;
  font-family: "HelveticaNeue", Arial;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.5rem;
}
article.item p.heading {
  margin: 0;
  font-family: "HelveticaNeue-Light", Arial;
  font-size: 3.5rem;
  color: #747474;
  padding: 0;
  line-height: 7rem;

}

blockquote {    
  color: #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  text-align: center;
  font-size: 1.5rem;
  font-family: CircularStd-Book,sans-serif, Arial;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.snap-yellow{
  color: #FFFC00;
}
.border-text{    
  text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px 1px 0 #ccc;
  letter-spacing: 1px;
}

/*.text-overlay-img{
  background: black;
  color: white;
  font-family: "helvetica-bold";
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  text-align: center;
  width: 179px;
  position: relative;
  font-size: 12px;
  top: -195px;
  left: 1px;
}*/

.text-overlay-img {
    background: black;
    color: white;
    font-family: "helvetica-bold", Arial;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 194px;
    position: relative;
    font-size: 12px;
    top: 180px;
    left: 200px;
    height: 15px;
}


.right-text{
  background-color: #f1f1f1;
}
.left-text, .right-text, .center-text{
  margin-top: 15%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.center-text{
  margin-bottom: 15%;
}
.left-text .wrap, .right-text .wrap, .center-text .wrap{
  clear: both;
 display:flex;
 justify-content:space-between;
}
article.content h3 {
  font-family: "HelveticaNeue-Light", Arial;
  font-size: 3.5rem;
  color: #747474;
  padding: 0;
  line-height: 7rem;
  font-weight: 100;
  margin: 0;
}

.center-text article.content p {
  margin: 0 auto;
  text-align: left;
}
article.content p {
  font-size: 1rem;
  color: #797979;
  font-family: "HelveticaNeue", Arial;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.8rem;
  text-align: left;
  max-width: 500px;
}
.left-text article.content {
  width: 60%;
  display: inline-block;
  /*clear: both;
  float: left;*/
  vertical-align: top;
}
.right-text article.content {
  width: 60%;
  display: inline-block;
  /*clear: both;
  float: right;*/
  vertical-align: top;
}
.center-text article.content{
  text-align: center;
  width: 100%;
}
.left-text .media {
  /*float: right;*/
  vertical-align: top;
  display: inline-block;
}
.right-text .media {
    /*float: left;*/
    vertical-align: top;
    display: inline-block;
}
.center-text article p,
.center-text article h3{
  text-align: center;
}

.media img{
   width: 150%;
}

.no-margin-center-bottom{
  margin-bottom: 0;
}
.first-no-top{
  margin-top: 5%;
}

article.content .focus-big-heading{
  font-size: 13rem;
  line-height: 16rem;
  font-family: CircularStd-Book,sans-serif, Arial;
}

.save-time-bg-cover{
  background: #f1f1f1;
}


.focus-big-heading .char1{
  color: #E8C060; /* -D */
}
.focus-big-heading .char2{
  color: #EA9078;  /*- i*/
}
.focus-big-heading .char3{
  color: #65C3AD;  /*- s*/
}
.focus-big-heading .char4{
  color: #DC6B6B;  /*- c*/
}
.focus-big-heading .char5{
  color: #8E5572;  /*- o*/
}
.focus-big-heading .char6{
  color: #69BDE1;  /*- v*/
}
.focus-big-heading .char7{
  color: #65C3AD;  /*- e*/
}
.focus-big-heading .char8{
  color: #E2646E;  /*- r*/
}
.focus-big-heading .char9{
  color: #ABA0D0;  /*- .*/
}


.twitter-overlay{
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.8);
  /*height: 400%;*/
  width: 100%;
  display: block;
  min-height: 100%;
  z-index: 100;
}
.twitter-overlay .modal {
    background: white;
    width: 400px;
    height: 180px;
    margin: 0 auto;
    margin-top: 200px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
}
.twitter-overlay .modal p {
    font-size: 20px;
    line-height: 30px;
    color: #555;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.twitter-overlay .modal a.tweet-snappd {
    text-decoration: none;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    color: #61d1d1;
}
.twitter-overlay .modal span {
    display: block;
    margin-top: 32px;
    font-size: 12px;
    color: #888;
}
.twitter-overlay .close-modal {
    position: relative;
    float: left;
    left: 10px;
    top: 3px;
    font-size: 14px;
    border: 1px solid;
    height: 20px;
    width: 20px;
    line-height: 19px;
    border-radius: 100%;
    color: #fff;
    background: #bebebe;
    opacity: 0.8;
    cursor: pointer;
}
.twitter-overlay .close-modal:hover {
  opacity: 1;
}

@media all and (max-width: 825px) {

  .headline{
    margin-top: 90px;
  }

  .margin-top-extra {
    margin-top: 100px!important;
  }

  .screens div{
    display: block;
    margin: 0 auto;   
  }
  header .left{
    display: block;
    margin: 0 auto;
    /*margin-top: 100px;*/
  }
  header .right{
    display: block;
    float: none;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .wrap{
    width: 100%;
    margin: 0px;
  }
  .wrap p{
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  .screens .left, .screens .right{
    display: none;
  }

  footer {
    position: initial;
    width: 100%;
    text-align: center;
    position: relative;
    left: -10px;
    bottom: 10px;
  }

  footer .links-right a{
    padding-left: 10px;
    padding-right: 0px;
  }

  footer .links-right, footer .links{
    position: initial;
  }

  .left-example, .right-details{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  article.item p {
    padding: 10px!important;
  }
  article.item p.heading{
    text-align: center;
  }
  .text-overlay-img{
    margin: 0 auto;
    width: 178px;
    text-align: center!important;
  }
  .left-example {
    margin-top: 50px!important;
  }

  .left-text .wrap, .right-text .wrap, .center-text .wrap {
    display: block;
    justify-content: center;
  }
  .right-text article.content,
  .left-text article.content,
  .center-text article.content{
    width: 100%;
    display: block;
  }
  .center-text  .media,
  .left-text  .media,
  .right-text  .media{    
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .media img{
    width: 50%;
  }
  article.content h3{
    text-align: center;
    font-size: 2.5rem;
  }
  
  .img-scroll {
      text-align: center;
  }
  .text-overlay-img{
    margin: 0 auto;
    left: 0px;
  }
}