/* 

	43Things themplate scss

*/
/* 

	Home page styles scss

*/
/* line 13, ../scss/pages/_home.scss */
#catchword {
  height: 586px;
  position: relative;
  background-image: url("../images/bg-image.jpg");
}
/* line 17, ../scss/pages/_home.scss */
#catchword .bg-image-gradient {
  background-image: linear-gradient(301deg, rgba(48, 35, 174, 0.48), rgba(83, 160, 253, 0.48) 48%, rgba(81, 236, 223, 0.48));
  height: 586px;
}
/* line 21, ../scss/pages/_home.scss */
#catchword .logo {
  margin: 23px 0 0 -15px;
  display: inline-block;
}
/* line 25, ../scss/pages/_home.scss */
#catchword .sign_up, #catchword .log_in {
  font-size: 13px;
  font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 8px 30px;
}
/* line 33, ../scss/pages/_home.scss */
#catchword .sign_up {
  border: 1px solid #fff;
  margin-right: -15px;
  margin-left: 30px;
}
/* line 38, ../scss/pages/_home.scss */
#catchword h1 {
  color: #fff;
  font-size: 4.6rem;
  font-weight: normal;
}
/* line 43, ../scss/pages/_home.scss */
#catchword .catchword {
  position: absolute;
  top: 48%;
  left: 34px;
  transform: translateY(-50%);
}

/* line 50, ../scss/pages/_home.scss */
#start_listing {
  padding-bottom: 3.4rem;
  background: #fff url(../images/fractals.svg) no-repeat center center;
}
/* line 53, ../scss/pages/_home.scss */
#start_listing .card_bg {
  margin-top: -125px;
  margin-bottom: 4rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(45, 50, 66, 0.2);
  padding: 38px 0px 20px 0;
}
/* line 60, ../scss/pages/_home.scss */
#start_listing .card_bg h2 {
  letter-spacing: -0.5px;
  font-size: 2.25rem;
  margin: 0 0 15px 0;
}
/* line 65, ../scss/pages/_home.scss */
#start_listing .card_bg .promo {
  color: #343a3e;
  padding: 0 20px 2rem 20px;
}
/* line 69, ../scss/pages/_home.scss */
#start_listing .card_bg label.num_goal {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  background: #ebf7ff;
  width: 69px;
  height: 3.6rem;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  color: #b0b8bd;
  transition: 0.5s;
}
/* line 83, ../scss/pages/_home.scss */
#start_listing .card_bg input[type="text"] {
  width: calc(100% - 175px);
  border-radius: 50px;
  background: #ebf7ff;
  height: 3.6rem;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.2rem;
  color: #343a3e;
  margin-right: 20px;
  transition: 0.5s;
}
/* line 96, ../scss/pages/_home.scss */
#start_listing .card_bg .status {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  display: inline-block;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid #b0b8bd;
  color: #b0b8bd;
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
  font-size: 1.35rem;
  transition: 0.5s;
}
/* line 111, ../scss/pages/_home.scss */
#start_listing .card_bg .success .status {
  border-color: #afe572;
  background: #afe572;
  color: #fff;
  transition: 0.5s;
}
/* line 119, ../scss/pages/_home.scss */
#start_listing .card_bg .highlight label.num_goal, #start_listing .card_bg .success label.num_goal {
  width: 100px;
  background: #ff9a00;
  color: #fff;
  text-indent: 31px;
  transition: 0.5s;
}
/* line 126, ../scss/pages/_home.scss */
#start_listing .card_bg .highlight input[type="text"], #start_listing .card_bg .success input[type="text"] {
  width: calc(100% - 206px);
  transition: 0.5s;
}
/* line 131, ../scss/pages/_home.scss */
#start_listing .card_bg .btn-primary {
  margin-right: 33px;
  margin-top: 6px;
  font-size: 1.4rem;
  border-radius: 50px;
  padding: 12px 55px;
}

/* line 140, ../scss/pages/_home.scss */
#promo_block {
  background: rgba(255, 154, 0, 0.1);
  padding: 2.1rem 0 2.2rem 0;
  margin-bottom: 5.1rem;
  font-size: 2.6rem;
  font-weight: 300;
  color: #697982;
}
/* line 147, ../scss/pages/_home.scss */
#promo_block span {
  color: #ff9a00;
  font-weight: bold;
}

/* line 154, ../scss/pages/_home.scss */
#what_we_want h2 {
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 2.6rem;
}

/* line 160, ../scss/pages/_home.scss */
#footer {
  padding: 1.4rem 0 1.3rem 0;
  background: #71d2ff;
  color: #fff;
}
/* line 164, ../scss/pages/_home.scss */
#footer a {
  color: #fff;
  font-size: 0.9rem;
}
/* line 168, ../scss/pages/_home.scss */
#footer .social_links {
  margin-bottom: 1.1rem;
}
/* line 171, ../scss/pages/_home.scss */
#footer a.social {
  overflow: hidden;
  border-radius: 3rem;
  width: 2.3rem;
  height: 2.3rem;
  background: #fff;
  color: #71d2ff;
  display: inline-block;
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.4rem;
  margin-right: 20px;
}
/* line 185, ../scss/pages/_home.scss */
#footer .foot_menu {
  margin-top: 0.5rem;
  margin-bottom: 1.8rem;
}
/* line 188, ../scss/pages/_home.scss */
#footer .foot_menu .nav-item {
  margin: 0;
}
/* line 191, ../scss/pages/_home.scss */
#footer .foot_menu .nav-item a {
  padding: 0 40px;
}
/* line 194, ../scss/pages/_home.scss */
#footer .foot_menu .nav-item:before {
  content: "|";
  color: #fff;
}
/* line 198, ../scss/pages/_home.scss */
#footer .foot_menu ul > .nav-item:first-child:before {
  content: "";
  display: none;
}
/* line 202, ../scss/pages/_home.scss */
#footer .foot_menu ul > .nav-item:last-child a {
  padding-right: 0;
}
/* line 206, ../scss/pages/_home.scss */
#footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1.2rem;
}

/* line 212, ../scss/pages/_home.scss */
::-webkit-input-placeholder {
  color: #b0b8bd;
}

/* line 216, ../scss/pages/_home.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #b0b8bd;
}

/* line 220, ../scss/pages/_home.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0b8bd;
}

/* line 224, ../scss/pages/_home.scss */
:-ms-input-placeholder {
  color: #b0b8bd;
}

/* 

	Coming soon page styles scss

*/
/* line 13, ../scss/pages/_comming_soon.scss */
#comming_soon {
  background: #77b7d0 url(../images/coming_page_bg_light.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* line 24, ../scss/pages/_comming_soon.scss */
#comming_soon .bottom_shadow {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  -webkit-box-shadow: inset 0px -100px 200px 30px #003650;
  -moz-box-shadow: inset 0px -100px 200px 30px #003650;
  box-shadow: inset 0px -100px 200px 30px #003650;
}
/* line 34, ../scss/pages/_comming_soon.scss */
#comming_soon .shadow_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 41, ../scss/pages/_comming_soon.scss */
#comming_soon .comming_logo {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
}
/* line 46, ../scss/pages/_comming_soon.scss */
#comming_soon .comming_logo img {
  max-width: 100%;
}
/* line 49, ../scss/pages/_comming_soon.scss */
#comming_soon .comming_logo h1 {
  max-width: 798px;
  width: 100%;
  margin: -43px auto 0 auto;
  font-size: 2rem;
  color: #fff;
}
/* line 57, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users {
  position: absolute;
  top: 70%;
  width: 100%;
  left: 0;
}
/* line 62, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users .container {
  max-width: 858px;
  margin: 0 auto;
}
/* line 66, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users input, #comming_soon .collect_users button {
  border-radius: 2px;
  height: 3.6rem;
  line-height: 1;
  font-size: 1.3rem;
  width: 100%;
  border: none;
}
/* line 74, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users input {
  padding-left: 50px;
}
/* line 77, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users button {
  background: #fc9a28;
  font-size: 1.42rem;
  font-weight: 500;
}
/* line 82, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users button:hover {
  background: #ee8103;
}
/* line 85, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users span.icon {
  position: absolute;
  height: 3.6rem;
  width: 50px;
  text-align: center;
  line-height: 3.6rem;
  left: 15px;
  top: 0;
  display: block;
}
/* line 95, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users input.error {
  color: #ff3e3e;
}
#comming_soon .collect_users span.error {
  color: #fc9a28;
}
/* line 98, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users .promise, #comming_soon .collect_users .invite {
  clear: both;
  margin: 1rem;
  color: #fff;
}
/* line 103, ../scss/pages/_comming_soon.scss */
#comming_soon .collect_users .promise {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  /* line 112, ../scss/pages/_comming_soon.scss */
  #comming_soon .comming_logo h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 769px) {
  /* line 121, ../scss/pages/_comming_soon.scss */
  #comming_soon .comming_logo {
    top: 15%;
  }
  /* line 123, ../scss/pages/_comming_soon.scss */
  #comming_soon .comming_logo h1 {
    margin-top: 0;
  }
  /* line 127, ../scss/pages/_comming_soon.scss */
  #comming_soon .collect_users {
    top: 60%;
  }
}
@media screen and (max-width: 600px) {
  /* line 134, ../scss/pages/_comming_soon.scss */
  #comming_soon .collect_users {
    top: auto;
    bottom: 5px;
  }
  /* line 139, ../scss/pages/_comming_soon.scss */
  #comming_soon .comming_logo h1 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 400px) {
  /* line 146, ../scss/pages/_comming_soon.scss */
  #comming_soon .comming_logo {
    top: 15%;
  }

  /* line 149, ../scss/pages/_comming_soon.scss */
  #comming_soon .collect_users .invite {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
/* line 17, ../scss/template.scss */
body {
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* line 21, ../scss/template.scss */
.pull-left {
  float: left;
}

/* line 25, ../scss/template.scss */
.pull-right {
  float: right;
}

/* line 29, ../scss/template.scss */
h2 {
  color: #42b7fe;
}

/* line 33, ../scss/template.scss */
*:hover {
  transition: 0.5s;
}
