/* app css stylesheet */

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: ico;
    font-weight: bold;
    src: url(../fonts/icomoon.ttf);
}


@font-face {
    font-family: NanumPenScript;
    src: url(../fonts/NanumPenScript-Regular.ttf);
}

body {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #2B3E4F;
}

body a {
  color: #4A88C1;
  text-decoration: underline;
}
.icomoon {
  font-family: "ico"
}

.nf404 {
  background:  url(https://media.giphy.com/media/LbSyhO0miorAY/giphy.gif) no-repeat center center fixed; 
  /*background:  url(https://media.giphy.com/media/Jd5YlXOVTcQtW/giphy.gif) no-repeat center center fixed; */
  background-size: cover;
}

#dnt-message {
    position: fixed;
    bottom: 0;
    right: 0;
    /*width: 100%;*/
}
.inner-dnt {
    margin: 0 auto;
}


.debug-red {
  background: red;
}
/*.nf404:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(38,164,81,.5);
}*/
/*
https://media.giphy.com/media/Jd5YlXOVTcQtW/giphy.gif*/

.absrel-wrap {
  position: relative;
}
.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.p-t-1 {
  padding-top: 1em;
}
.p-b-1 {
  padding-bottom: 1em;
}
.p-v-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.m-h-1 {
  margin-left: 1em;
  margin-right: 1em;
}
.p-h-1 {
  padding-left: 1em;
  padding-right: 1em;
}
.m-t-1 {
  margin-top: 1em;
}
.m-b-1 {
  margin-bottom: 1em;
}
.p-h-2 {
  padding-left: 2em;
  padding-right: 2em;
}
.m-t-2 {
  margin-top: 2em;
}
.m-b-2 {
  margin-bottom: 2em;
}

.section-top-m {
  margin-top : 30px;
}
.clear-padding {
  padding : 0;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  margin-bottom: 0;
  border-bottom: 0;
}

.navbar {
  background-color: #26CBA0;
  color: white;
  border-radius: 0;
}

.navbar a {
    text-decoration: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #26CBA0;
    border-color: #337ab7;
}

.nav li.active {
  background-color: #1E2321;
  background: #1E2321;
}

.center {
  text-align: center;
}

.huge-white {
  font-size: 3.5em;
  color: white;
  font-weight: bold;
}
.huge-white-regular {
  font-size: 3em;
  color: white;
  font-weight: normal;
}

.text-shadow {
  text-shadow: 0 5px 10px rgba(0,0,0,.25);
}
.light {
  /*font-size: 3.5em;*/
  color: #9CEBE5;
}

.emph-text {
  color: #647F7D;
}

.header-light {
  font-size: 1.4em;
  color: #9CEBE5;
  padding-bottom: 20px;
}

.header-light strong {
  color: white;
}

.lesshuge-white {
  font-size: 1.3em;
  color: white;
  /*font-weight: bold;*/
}
.huge-gray {
  font-size: 2.3em;
  color: #9B9B9B;
  /*font-weight: bold;*/
}

.body-lighter {
  color: #647F7D;
}

.body-dark {
  color: #224955;
}

.header-dark-bold {
  color: #224955;
  font-weight: bold;
  font-size: 1.2em;
}

.header-green-bold {
  color: #26CBA0;
  font-weight: bold;
  font-size: 1.2em;
}

.shadow {
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.55);
  box-shadow: 0px 0spx 5px -2px rgba(0,0,0,0.55);
}


.screen-legend {
  color: #224955;
}


.nanum {
  font-family: NanumPenScript,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul.features-list {
  padding-left: 0px;
}
ul.features-list li {
    margin: 10px 0;
    background-image: url(/img/check_icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 2px;
    list-style: none;
    /* line-height: 24px; */
    padding-left: 25px;
    padding-bottom: 10px;
}

/* ============================= */
/*            Navbar            */
/* =========================== */

.navbar-brand {
  padding: 10px 5px;
}

.navbar-f7 {
  /*background-color: #2f3538;
  border-color: #42c4b7;;*/
  /*background: #2f3538;*/
}
.navbar-f7 .navbar-brand {
  color: #ffffff;
}
.navbar-f7 .navbar-brand:hover, .navbar-f7 .navbar-brand:focus {
  color: #ffffff;
}
.navbar-f7 .navbar-text {
  color: #ffffff;
}
.navbar-f7 .navbar-nav > li > a {
  color: #9CEBE5;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}

.navbar-f7 .navbar-nav > li > a:hover, .navbar-f7 .navbar-nav > li > a:focus {
  /*color: #9CEBE5;*/
  color: #FFFFFF;
}
.navbar-f7 .navbar-nav > .active > a, .navbar-f7 .navbar-nav > .active > a:hover, .navbar-f7 .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #26CBA0;
  background: #26CBA0;
}
.navbar-f7 .navbar-nav > .active > a:after {
  content: ' ';
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: white;
}


.navbar-f7 .navbar-nav > .open > a, .navbar-f7 .navbar-nav > .open > a:hover, .navbar-f7 .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #26CBA0;
}
.navbar-f7 .navbar-toggle {
  border-color: #26CBA0;
}
.navbar-f7 .navbar-toggle:hover, .navbar-f7 .navbar-toggle:focus {
  background-color: #26CBA0;
}
.navbar-f7 .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-f7 .navbar-collapse,
.navbar-f7 .navbar-form {
  border-color: #ffffff;
}
.navbar-f7 .navbar-link {
  color: #ffffff;
}
.navbar-f7 .navbar-link:hover {
  color: #ffffff;
}

.nav>li>a:focus, .nav>li>a:hover  {
  background-color: #76E4C8;
}

@media (max-width: 767px) {
  .navbar-f7 .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-f7 .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-f7 .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-f7 .navbar-nav .open .dropdown-menu > .active > a, .navbar-f7 .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #26CBA0;
  }
}


/* ============================= */
/*            Buttons            */
/* =========================== */
/*.store-button {
  position: absolute;
  top : -15px;
  left: 0px;
  font-size: 8px;
  color: #9CEBE5;
}*/
.btn-white, a.btn-white{
    background: #FFFFFF;
    color: #224955;
    border-color: white;
}
 
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
    background: #FFFFFF;
    outline: 0 none;
}
 
.btn-white:active, .btn-white.active {
    background: #FFFFFF;
    box-shadow: none;
}

.btn-primary {
    background: #26CBA0;
    color: white;
    border-color: #26CBA0;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #76E4C8;
    outline: 0 none;
    border-color: #26CBA0;
}
 
.btn-primary:active, .btn-primary.active {
    background: #76E4C8;
    box-shadow: none;
    border-color: #26CBA0;
}
.btn-primary:active:focus,.btn-primary:visited:focus {
    background: #26CBA0;
    box-shadow: none;
    border-color: #26CBA0;
}


/* ============================= */
/*            Footer            */
/* =========================== */

/*.site-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    text-align: center;
    line-height: 40px;
    height: 50px;
    background-color: #647F7D;
}
*/

/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
   Set the fixed height of the footer here 
  height: 60px;
  background-color: #f5f5f5;
}*/

html {
  position: relative;
  min-height: 100%;
  padding-bottom: 50px; /*Footer size*/
}

footer {
    /*position: relative;*/
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #647F7D;
  color: white;
  z-index: 100;
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*footer.standard .copyright {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -480px;
    width: 960px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}*/

footer a {
  margin: 0px 20px;
  text-decoration: none;
  color: white;
}

footer a:focus, footer a:hover  {
  color: white;
}

/*@media screen and (max-width: 768px) {
  footer.standard .copyright {
      left: 0;
      margin: -30px 0 0 0px;
      width: 100%;
      text-align: center;
  }
}*/

footer .copyright p {
  display: inline-block;
}

/* ============================= */
/*            Section            */
/* =========================== */


.top-header {

    padding-top: 10px;
    background-color: #26CBA0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#26CBA0),to(#66D5B7));
    background-image: -webkit-linear-gradient(top,#26CBA0 0,#66D5B7 100%);
    background-image: -o-linear-gradient(top,#26CBA0 0,#66D5B7 100%);
    background-image: linear-gradient(to bottom,#26CBA0 0,#66D5B7 100%);
    background-repeat: repeat-x;
    color: white;
}

.top-header.withbg {
  background-image: url("/img/top-bg-banner.jpg");
  background-size: cover;
}

.top-header a {
  color: white;
  text-decoration: underline;
}

.top-header a.nanum {
  font-size: 26px;
}

/*@media (min-width: 480px) {
  .top-header {
    padding-top: 50px;
  }
}*/


.home-header {
    min-height: 400px;
}
.app-screen {
  width: 240px;
  padding: 0;
  margin: auto;
}

.app-screen img{
  width: 100%;

}

.ico {
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.ico1 {
    background-image: url(/img/icos/ico1.png);
    top: 18px;
    left: -50px;
}
.ico2 {
    background-image: url(/img/icos/ico2.png);
    top: 100px;
    left: -35px;
}
.ico3 {
    background-image: url(/img/icos/ico3.png);
    top: 114px;
    left: -96px;
    background-size: 40px;
    width: 40px;
    height: 40px;
}
.ico4 {
    background-image: url(/img/icos/ico4.png);
    top: 81px;
    right: -40px;
}
.ico5 {
    background-image: url(/img/icos/ico5.png);
    top: 20px;
    right: -91px;
}
.ico6 {
    background-image: url(/img/icos/ico6.png);
    top: 130px;
    right: -20px;
    height: 44px;
}
.ico7 {
    background-image: url(/img/icos/ico7.png);
    top: 60px;
    left: -30px;
    background-size: 20px;
}
.ico8 {
    background-image: url(/img/icos/ico8.png);
    top: 140px;
    right: -79px;
}

.app-screens-container {
    height: 340px;
    overflow-y: hidden;
    /* padding-bottom: 50px; */
    margin-top: 20px;
    margin-bottom: 50px;
}


.screen-content {
    /*position: absolute;
    width: 214px;
    height: 286px;
    left: 28px;
    top: 56px;
    border-radius: 2px;*/
    position: absolute;
    width: 214px;
    height: 286px;
    left: -107px;
    top: 56px;
    margin-left: 50%;
    border-radius: 2px;
}

.screens-shadow {
    position: relative;
    left: 0;
    bottom: 50px; 
    width : 100%;
    height: 6px;
    background-color: rgba(255,255,255,.5);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 10%, rgba(255,255,255,0) 100%)
}



/* Cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.value-card {
  padding: 8px;
  margin: 8px 0 8px 0;
  background-color: #EEEEEE;
  border-radius: 8px;
  color: #5C5C5C;
}
/*.value-card.equalheight {
  min-height: 270px;
}*/
.value-card .value-heading {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.value-card.red {
  color: #ffffff;
  background-color: #E8707B;
}

.feature-screens {
  max-height: 550px;

}

/* Pricing
___________________________________________ */
.pricing_tabs .currency {
    color: #a0a0a2;
    font-size: 2.1875rem;
}




.plan_price {
    position: relative;
    display: block;
    height: 6rem;
    font-size: 5.5rem;
    line-height: 6.5rem;
    font-weight: 900;
    margin-bottom: .5rem;
    letter-spacing: -2px;
    /*margin-left: -2.5rem;*/
    margin-top: 16px;
}

.plan_price .currency {
    position: relative;
    top: -3.3rem;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 0;
}

}
.plan_price .cents.nodisplay, span.cents.nodisplay{
    color: transparent;
}

span.cents.nodisplay {
      color: transparent;
}

.pricing_tabs h5 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: -0.3em;
  margin-top: 1em;
  color: #4A4A4A;
}

.plan_price .cents {
    position: absolute;
    top: -.25rem;
    font-size: 1.5rem;
    letter-spacing: 0px;
    font-weight: 700;
    padding-left: 3px;
}
.plan_price .rec {
    color: #a0a0a2;
    font-size: 15px;
    letter-spacing: normal;
    padding-left: 3px;
}

.plan_price_details {
    display: block;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    text-shadow: none;
}

.value-card .donation {
    background-color: #4990E2;
    color: #fff;
    margin: 0 -8px -8px -8px;
    position: relative;
    top: 8px;
    border-radius: 0 0 8px 8px;
    padding: 8px 8px 8px 8px;
}

 .donation2 {
    background-color: #4990E2;
    color: #fff;
    margin: 0 -8px -8px -8px;
    position: relative;
    top: 8px;
    //border-radius: 0 0 8px 8px;
    padding: 8px 8px 8px 8px;
}

.social-img {
    width: 24px;
    margin: -2px 12px 6px 0px;
}

.founder-card img {
  max-width: 160px;
  margin: auto;
}
.founder-card .founder-role {
  color: #647F7D;
}
/*.value-card .donation .plan_price{
    margin-left: -2.5rem;
}*/
.value-card .donation .plan_price .rec, .donation2 .plan_price .rec  {
    color: #fff;
}
.value-card .donation .plan_price .currency, .donation2 .plan_price .currency   {
    color: #fff;
}
.pricing_tabs .value-card a {
  text-decoration: underline;
}
.hidden {
  visibility: hidden;
}



@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */

}

@media (max-width: 500px) {
    .form-wrapper {
    width: 250px;
  }
  .form-wrapper input {
    width: 170px;
  }

  .form-wrapper button {
    width: 80px;
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  h1.huge {
   font-size: 4.0rem
 }

.value-card.equalheight {
  min-height: 270px;
}
  .section {
    /*padding: 12rem 0 11rem;*/
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    /*height: 165px;*/
    padding: 4rem 0 14rem;
  }
  .hero img.f7logo {
    width: 70%;
  }

  .hero-heading {
    font-size: 2.4rem;
  }
}





