@import url(bootstrap-reboot.min.css);
@import url(bootstrap-grid.min.css);
@import url(font-awesome.min.css);
@import url(swiper.min.css);
html {
  height: 100%; }

h1, h2, h3, h4, h5, h6, p, ul, img {
  margin-bottom: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.005em; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5, h6 {
  font-size: 16px; }

strong {
  font-weight: 700; }

a {
  color: #bf1e48; }
  a:hover {
    color: #bf1e48; }

img {
  max-width: 100%;
  height: auto; }

div.small-border {
  display: inline-block;
  width: 52px;
  height: 6px;
  border-radius: 3px;
  background-color: #c84464;
  margin-top: 4px;
  margin-bottom: 24px; }

.title-large {
  font-size: 44px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-medium {
  font-size: 20px; }

.text-large {
  font-size: 22px; }

.color-red {
  color: #bf1e48; }

.color-orange {
  color: #e4843e; }

.color-pink {
  color: #c84464; }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #484848;
  min-height: 100%;
  padding-bottom: 128px;
  position: relative; }

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  border: 0 none;
  border-radius: 28px;
  overflow: hidden;
  padding: 16px 44px;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 100%;
  cursor: pointer;
  background: #bf1e48;
  background: -moz-linear-gradient(left, #bf1e48 0%, #e4843e 100%);
  background: -webkit-linear-gradient(left, #bf1e48 0%, #e4843e 100%);
  background: linear-gradient(to right, #bf1e48 0%, #e4843e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-red', endColorstr='$color-orange',GradientType=1 ); }
  .btn > i {
    font-size: 18px;
    margin-right: 16px; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-large {
    padding-left: 132px;
    padding-right: 132px; }
  .btn:hover {
    background: #bf1e48;
    color: #ffffff;
    text-decoration: none; }

.form-control {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 10px;
  outline: 0;
  transition: border-color 0.2s ease; }
  .form-control:focus {
    border-color: #484848; }
  .form-control.error {
    border: 1px solid #bf1e48; }

select.form-control {
  height: 47px; }

.form-group {
  position: relative; }

label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px; }
  label.error {
    font-weight: 500;
    color: #bf1e48;
    position: absolute;
    right: 0px;
    top: 4px; }

#header {
  position: fixed;
  left: 0px;
  right: 0px;
  padding: 32px 0px;
  z-index: 1000;
  transition: all 0.4s ease; }
  #header a {
    color: #ffffff; }
  #header #logo {
    display: block;
    float: left;
    margin-right: 52px; }
    #header #logo img {
      display: block;
      margin: 0px; }
      #header #logo img.logo-gradient {
        display: none; }
  #header #menu-holder #menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 700; }
    #header #menu-holder #menu li {
      display: inline-block;
      margin-right: 32px; }
      #header #menu-holder #menu li a {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        padding: 16px 0px; }
      #header #menu-holder #menu li.social-holder {
        float: right;
        margin-right: 0px; }
        #header #menu-holder #menu li.social-holder a {
          padding-left: 12px;
          padding-right: 12px; }
          #header #menu-holder #menu li.social-holder a.btn {
            margin: 0px;
            padding-left: 44px;
            padding-right: 44px;
            color: #ffffff; }
  #header #menu-switch {
    width: 40px;
    height: 40px;
    background: url("../gfx/hamburger.svg") no-repeat center center;
    background-size: contain;
    float: right;
    display: none; }
  #header.collapsed {
    background-color: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.24);
    padding: 8px 0px; }
    #header.collapsed #logo img.logo-white {
      display: none; }
    #header.collapsed #logo img.logo-gradient {
      display: block; }
    #header.collapsed a {
      color: #484848; }

.swiper-container {
  padding-bottom: 40px;
  margin-bottom: 24px; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0px 8px; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c84464; }

#experts-holder {
  background: url("../gfx/icon-baby.png") no-repeat center center;
  height: 480px;
  position: relative; }
  #experts-holder #experts {
    width: 280px;
    height: 280px;
    border: 5px solid #bf1e48;
    border-radius: 100%;
    -webkit-animation: rotateClockWise 52s infinite linear;
    animation: rotateClockWise 52s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -140px; }
    #experts-holder #experts .expert {
      width: 100px;
      height: 100px;
      position: absolute;
      left: 50%;
      top: 0px;
      margin-left: -50px;
      margin-top: -50px;
      -webkit-animation: rotateCounterClockWise 52s infinite linear;
      animation: rotateCounterClockWise 52s infinite linear; }
      #experts-holder #experts .expert img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0px;
        border-radius: 100%; }
      #experts-holder #experts .expert h6 {
        font-size: 12px;
        font-weight: 600;
        color: #191919;
        text-align: center;
        position: absolute;
        white-space: nowrap;
        margin: 0px;
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      #experts-holder #experts .expert:nth-child(2) {
        left: 0px;
        top: 50%; }
      #experts-holder #experts .expert:nth-child(3) {
        left: 50%;
        top: 100%; }
      #experts-holder #experts .expert:nth-child(4) {
        left: 100%;
        top: 50%; }

.section {
  padding: 60px 0px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .section.page-header {
    background-image: url("../gfx/bg-page-header.jpg");
    background-attachment: initial;
    text-align: center;
    color: #ffffff;
    padding: 160px 0px; }
    .section.page-header h1 {
      display: inline-block;
      margin: 0px;
      font-size: 44px;
      padding-left: 112px;
      background: url("../gfx/logo-simple.png") no-repeat 0px center;
      background-size: 91px auto; }
    .section.page-header.account-confirmation {
      background-image: url("../gfx/bg-account-confirmation.jpg"); }
    .section.page-header.password-reset {
      background-image: url("../gfx/bg-password-reset.jpg"); }
  .section.more-padding {
    padding-top: 132px;
    padding-bottom: 132px; }
  .section.with-wave {
    min-height: 300px; }
    .section.with-wave:before {
      content: '';
      display: block;
      position: absolute;
      height: 217px;
      left: 0px;
      right: 0px;
      bottom: -1px;
      background: url("../gfx/wave.png") no-repeat center center;
      background-size: 100% 100%; }
  .section#home {
    background-image: url("../gfx/bg-home.jpg");
    padding-top: 190px; }
    .section#home img {
      display: block;
      margin: 0 auto; }
      .section#home img.logo {
        margin-top: 120px; }
    .section#home p {
      margin-top: 100px;
      color: #ffffff;
      font-size: 24px; }
    .section#home:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 14px;
      background: url("../gfx/angle-down-pink.png") no-repeat center center;
      background-size: contain;
      left: 50%;
      bottom: 20px;
      margin-left: -15px;
      -webkit-animation: upDown 2s infinite linear;
      animation: upDown 2s infinite linear; }
  .section#rich-content {
    background-image: url("../gfx/bg-rich-content.jpg");
    padding-top: 140px;
    padding-bottom: 300px;
    color: #ffffff; }
    .section#rich-content img {
      position: absolute;
      top: -60px;
      left: 0px;
      z-index: 1; }
  .section#time {
    text-align: right; }
    .section#time p {
      background: url(../gfx/wand.png) no-repeat 100% 0px;
      padding-top: 140px; }
    .section#time img {
      display: block;
      position: absolute;
      bottom: 0px;
      right: 0px; }
  .section#notifications {
    background-image: url("../gfx/bg-notifications.jpg");
    color: #ffffff;
    padding-top: 140px;
    padding-bottom: 320px; }
    .section#notifications img {
      display: block;
      position: absolute;
      left: 0px;
      top: -80px; }
    .section#notifications #notification {
      position: absolute;
      left: 58%;
      bottom: 40px;
      width: 28%;
      z-index: 3;
      font-size: 13px;
      font-weight: 700;
      color: #5f5f5f;
      padding-top: 48px;
      padding-right: 80px;
      background: url("../gfx/cake.png") no-repeat 100% 100%;
      background-size: auto 72px; }
  .section#testimonials {
    display: none; }
    .section#testimonials h1 {
      padding-left: 120px; }
    .section#testimonials .testimonial {
      padding-left: 120px;
      margin-bottom: 24px;
      font-size: 20px; }
      .section#testimonials .testimonial img {
        display: block;
        width: 68px;
        height: 68px;
        border-radius: 100%;
        border: 5px solid #bf1e48;
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 0px; }
      .section#testimonials .testimonial span.owner {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #353535; }
  .section#download {
    background-image: url("../gfx/bg-download.jpg");
    text-align: center;
    color: #ffffff; }

#footer {
  background: url("../gfx/footer-bg.jpg") no-repeat center center;
  background-size: cover;
  font-weight: 700;
  height: 128px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center; }
  #footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #footer ul li {
      display: inline-block; }
      #footer ul li a {
        color: #ffffff; }
    #footer ul.footer-menu li {
      margin-right: 24px; }
    #footer ul.social-list {
      font-size: 24px;
      text-align: right; }
      #footer ul.social-list li {
        margin-left: 24px; }

@-webkit-keyframes rotateClockWise {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotateClockWise {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotateCounterClockWise {
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes rotateCounterClockWise {
  100% {
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@-webkit-keyframes upDown {
  50% {
    bottom: 0px; } }
@keyframes upDown {
  50% {
    bottom: 0px; } }
@media (max-width: 1199px) {
  /* 
  .section{
      &.with-wave{
          &:before{
              background-size: auto 100%;
          }
      }
  } */ }
@media (max-width: 991px) {
  .title-large {
    font-size: 36px; }

  .btn.btn-large {
    padding-left: 92px;
    padding-right: 92px; }

  #header #logo {
    width: 72px;
    margin-right: 16px;
    margin-top: 5px; }
  #header #menu-holder #menu li {
    margin-right: 12px; }
    #header #menu-holder #menu li.social-holder a {
      padding-left: 8px;
      padding-right: 8px; }

  .section#home img.logo {
    margin-top: 44px; }
  .section#home p {
    font-size: 18px;
    margin-top: 44px; }
  .section#rich-content {
    padding-top: 120px;
    padding-bottom: 200px; }
  .section#notifications {
    padding-bottom: 240px; } }
@media (max-width: 767px) {
  .title-large {
    font-size: 28px; }

  h1 {
    font-size: 24px; }

  h2 {
    font-size: 22px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 18px; }

  .text-large {
    font-size: 18px; }

  #header {
    background-color: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.24);
    padding: 8px 0px; }
    #header #logo {
      margin: 0px;
      width: 64px; }
      #header #logo img.logo-white {
        display: none; }
      #header #logo img.logo-gradient {
        display: block; }
    #header a {
      color: #bf1e48; }
    #header #menu-holder {
      display: none;
      background: #ffffff;
      position: fixed;
      left: 0px;
      right: 0px;
      top: 55px;
      padding: 12px;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.24); }
      #header #menu-holder #menu li {
        display: block;
        float: none;
        margin: 0px;
        margin-bottom: 4px; }
        #header #menu-holder #menu li a {
          padding: 8px 0px; }
        #header #menu-holder #menu li.social-holder {
          float: none;
          text-align: center; }
          #header #menu-holder #menu li.social-holder a.btn {
            display: block;
            padding-top: 16px;
            padding-bottom: 16px;
            width: 100%; }
    #header #menu-switch {
      display: block; }

  #experts-holder {
    height: 400px; }
    #experts-holder #experts {
      width: 260px;
      height: 260px;
      margin-left: -130px;
      margin-top: -130px; }
      #experts-holder #experts .expert {
        width: 72px;
        height: 72px;
        margin-left: -36px;
        margin-top: -36px; }
        #experts-holder #experts .expert h6 {
          font-size: 10px; }

  .section {
    padding: 32px 0px;
    background-attachment: initial; }
    .section.page-header {
      padding: 60px 0px; }
      .section.page-header h1 {
        padding-left: 48px;
        font-size: 22px;
        background-size: 40px auto; }
    .section.with-wave::before {
      height: 88px; }
    .section.more-padding {
      padding-top: 44px;
      padding-bottom: 44px; }
    .section#home {
      padding-top: 80px;
      padding-bottom: 100px; }
      .section#home img {
        margin-bottom: 24px; }
        .section#home img.logo {
          margin-top: 0px; }
      .section#home p {
        margin-top: 0px;
        text-align: center; }
    .section#rich-content {
      padding-top: 80px;
      padding-bottom: 100px; }
      .section#rich-content img {
        position: static;
        display: block;
        margin: 0 auto;
        margin-bottom: 24px; }
    .section#time p {
      padding-top: 44px;
      background-size: 40px auto; }
    .section#time img {
      position: static;
      margin: 0 auto;
      margin-bottom: 24px; }
    .section#notifications {
      padding-top: 80px;
      padding-bottom: 100px; }
      .section#notifications img {
        position: static;
        display: block;
        margin: 0 auto;
        margin-bottom: 24px; }
      .section#notifications #notification {
        display: none; }

  #content {
    padding-top: 56px; }

  #footer {
    font-size: 14px; }
    #footer ul {
      text-align: center; }
      #footer ul.footer-menu {
        margin-bottom: 12px; }
      #footer ul.social-list {
        text-align: center; }
        #footer ul.social-list li {
          margin: 0px 8px; } }

/*# sourceMappingURL=style.css.map */
