*{
  margin:0 0 0 0;
  padding: 0 0 0 0;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  position: relative;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background: #fff;
  color:#666;
  min-width: 800px;
}

a{
  color:#EE483F;
  text-decoration: none;
}
a:hover{
  color: #b71818;
}

#producthunt{
  position: absolute;
  top:0;
  height: 50px;
  background:#da552f;
  color:#fff;
  width: 100%;
  text-align: center;
  line-height:50px;
  font-size: 0.9em;
}

#hhk{
  position: absolute;
  top:0;
  height: 50px;
  background:#2b76f3;
  color:#fff;
  width: 100%;
  text-align: center;
  line-height:50px;
  font-size: 0.9em;
}

@keyframes rotateCompress {
  0%   {
    -ms-transform: rotate(0deg) scale(1); /* IE 9 */
    -webkit-transform: rotate(0deg) scale(1); /* Chrome, Safari, Opera */
    transform: rotate(0deg) scale(1);
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
   }
  1%   {
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
   }
  2%   {
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
  }
  20%   {
    -ms-transform: rotate(70deg) scale(0.9); /* IE 9 */
    -webkit-transform: rotate(70deg) scale(0.9); /* Chrome, Safari, Opera */
    transform: rotate(70deg) scale(0.9);
  }

  50%   {
    -ms-transform: rotate(90deg) scale(0.8); /* IE 9 */
    -webkit-transform: rotate(90deg) scale(0.8); /* Chrome, Safari, Opera */
    transform: rotate(90deg) scale(0.8);
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/

  }
         /* ... */
  90%  {
    -ms-transform: rotate(45deg) scale(0.95); /* IE 9 */
    -webkit-transform: rotate(45deg) scale(0.95); /* Chrome, Safari, Opera */
    transform: rotate(45deg) scale(0.95);
  }
  100% { -ms-transform: rotate(0deg) scale(1); /* IE 9 */
  -webkit-transform: rotate(0deg) scale(1); /* Chrome, Safari, Opera */
  transform: rotate(0deg) scale(1);
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/

 }
}

.loading-logo{
  background: transparent url('/image/logo-circle.png') no-repeat;
  background-position:center center;
  background-size:auto 90%;
  height: 50px;
  width: 50px;
  animation: 1.5s rotateCompress linear;
  animation-fill-mode: both;
  animation-iteration-count:infinite;
  border-radius: 90px;
}

#wrapper{
  width: 70%;
  margin: 0 auto;
}

#nav{
  display: flex;
  height: 80px;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
}

#nav .logo{
  background: url('/image/logo.png') no-repeat;
  background-position:left center;
  background-size:auto 90%;
  height: 34px;
  width: 150px;
}

#nav .menu{
  display: inline-block;
}

#nav .menu li{
  display: inline-block;
  list-style: none;
  margin-left:25px;
  font-size: 0.9em;
  font-weight: 300;
  color:#757575;
}

#nav .menu li:hover{
  color:#EE483F;
  cursor: pointer;
}

#nav .menu .signup{
  background: #EE483F;
  color:#fff;
  padding:10px 22px;
  border-radius: 90px;
}

#nav .menu .signup:hover{
  background:  #b71818;
  cursor: pointer;
  color: #fff;
}

#top{
  display: flex;
  margin-top: 100px;
  /*min-height: 40vh;*/
  width: 100%;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 30px;
}

#top .pitch{
  text-align: left;
}

#top .pitch h1{
  font-weight: 200;
  font-size: 2.8em;
  text-align: left;
  color:#EE483F;
}

#top .pitch h2{
  font-size: 2em;
  font-weight: 200;
}

#demo{
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin: 50px 0;
  margin-top:60px;
  margin-left: 12.5%;
  padding-left: 2.5%;
  overflow: hidden;
}

#demo .but {
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #ccc;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

#demo .but-red {
    background: #ee483f;
}

#demo .but-yellow {
    background: #eeb93e;
}

#demo .but-green {
    background: #79cc4d;
}

#demo ol {
    list-style: decimal;
    margin-left:30px;
    color: rgb(220, 220, 220);
}

#demo .wrap{

}

#demo .preview{
  position: relative;
  width: 90%;
}

#demo .preview img{
  width: 100%;
}

#demo .preview .overlay{
  position: absolute;
  top:0;
  right:0;
  width: 60%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 10%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 10%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

#demo .icon{
  margin: 30px;
  font-size: 3em;
  color:#d9d9d9;
}

#demo .app{
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  border-radius:0px;
  width: 400px;
  border-radius: 3px;
}

#demo .code{
  font-size:12px;
  padding:0 12px 12px 12px;
  min-width: 300px;
}

#demo .title{
  display: flex;
  justify-content: space-between;
  font-size:10px;
  border-bottom:1px solid #f9f9f9;
  padding:12px;
  vertical-align: middle;
  align-items: center;
}

#demo .imp{
  color:#666;
}

#demo .imp .red{
  color: #ee483f;
}

#demo .imp .green{
  color: #79cc4d;
}

#demo .imp .url{
  color: #3eaaee;
}

#demo .m{
  color: rgb(190, 190, 190);

}

#features{
  display: block;
  width: 85%;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
  padding:30px 0 0 2.5%;
  margin-left: 12.5%;
  overflow-y:hidden;
}

#features .holder{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#features .holder .feature{
  display: inline-block;
  min-width: 260px;
  width: 260px;
  margin-right: 30px;
  padding:38px 38px 33px 38px;
  /*border:1px solid #e2e2e2;*/
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.085);
  border-radius: 2px;
  margin-bottom: 30px;
}

#features .holder .price{
  display: flex;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
  flex-wrap: wrap;
  width: 550px;
  min-width: 550px;
  background: #EE483F;
}

#features .holder .price .icon{
  color:#fff !important;
}

#features .holder .price .title{
  color:#fff !important;
  font-size:1.6em !important;
  width: 100%;
  line-height: 1;
}

#features .holder .price .des{
  color:#000 !important;
  font-size:1.2em !important;
  line-height: 1;
  width: 100%;
  opacity: 0.5;
}

#features .holder .price .button{
  display: inline-block;
  background: #fff;
  padding:14px 28px 13px 28px;
  border-radius: 90px;
  color:#EE483F;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}

#features .holder .price .button:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#features .holder .feature .icon{
  font-size: 2em;
  color:#ccc;
  margin-bottom: 10px;
}

#features .holder .feature .title{
  font-size: 0.85em;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 5px;
  color:#EE483F;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

#features .holder .feature .des{
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 1.5;
  color:#757575;
}

#pledge{
  display: block;
  width: 100%;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 30px;
  /*border-top: 1px dashed #e2e2e2;*/
  padding-top: 5px;
  text-align: center;
}

#pledge .title{
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 75px;
  color:#aaa;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align:left;
  border:1px dashed #e2e2e2;
  padding:12px 24px;
  border-radius: 90px;
}

#pledge .holder{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: 30px;
}

#pledge .holder .item{
  width: 280px;
  line-height: 1.5;
  font-weight: 220;
  color:#757575;
  font-size: 0.9em;
}

#pledge .holder .item .icon{
  font-size: 2em;
  margin-bottom: 10px;
  color:#EE483F;
}

#buy{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

#buy .left{
  margin-right: 50px;
}

#buy .title{
  font-size: 1.4em;
  line-height: 1.45;
  font-weight: 220;
  color:#aaa;
}

#buy .other{
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  color:#757575;
  font-family: 'Montserrat', sans-serif;
}

#buy .button{
  display: inline-block;
  background:#EE483F;
  color:#fff;
  border-radius: 3px;
  padding:17px 30px;
  margin-top: 20px;
}

#buy .button:hover{
  cursor: pointer;
}

#buy .features{
  background: #f3f3f3;
  border-radius: 2px;
  padding:10px 16px;

  margin-right: 50px;
}

#footer{
  display: flex;
  width: 100%;
  justify-content: space-between;;
  vertical-align: middle;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}

#footer .left{
  display: flex;
  vertical-align: middle;
  align-items: center;
}

#footer .logo{
  display: inline-block;
  height: 25px;
  width: 25px;
  background: url('/image/logo-circle.png') no-repeat;
  background-size: cover;
  margin-right: 12px;
}

#footer .text{
  display: inline-block;
  font-size: 0.9em;
  color:#aaa;
}

#footer .right{

}


#footer .right a{
  margin-left: 25px;
  font-size: 0.9em;
  font-weight: 300;
  color:#999;
}

#footer .right a:hover{
  cursor: pointer;
  color: #EE483F;
}
