/*COLORS*/
/*COLORS*/
/*BREAKPOINTS*/
.hiddenBox {
  display: none; }

@media (min-width: 990px) {
  .cd-header {
    height: 90px;
    background: 0 0;
    box-shadow: none; } }

#icon-large-holder {
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  @media (max-width: 980px) {
    #icon-large-holder {
      margin-top: 65px; } }

#icon-large-holder img {
  margin: 0 auto;
  width: 430px; }
  @media (max-width: 767px) {
    #icon-large-holder img {
      width: 280px; } }
  @media (max-width: 479px) {
    #icon-large-holder img {
      width: 65%; } }

#icon-large-holder-test img {
  margin: 0 auto;
  text-align: center;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 4px;
}
  @media (max-width: 767px) {
    #icon-large-holder img {
      width: 380px; } }
  @media (max-width: 479px) {
    #icon-large-holder img {
      width: 75%; } }

a#start-hugging {
  width: 40%;
  display: block;
  overflow: hidden;
  margin: -30px auto 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 479px) {
    a#start-hugging {
      width: 55%;
      margin: -15px auto 0; } }
  @media (min-width: 1280px) {
    a#start-hugging {
      width: 20%; } }

a#start-hugging img {
  width: auto;
  max-width: auto; }

.hugg-button {
  background-color: #ef5e8d;
  padding-top: 6px;
  width: 195px;
  left: 0;
  color: #fff;
  vertical-align: top;
  border: 0;
  font-weight: 750;
  letter-spacing: .05em;
  border-radius: 4px;
  text-transform: uppercase;
  text-shadow: none;
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  display: block;
  max-width: 300px;
  margin: 15px auto 0;
  text-align: center; }

p a {
  color: #ef5e8d; }

#say-it-with-love {
  margin-top: 60px; }
  @media (max-width: 767px) {
    #say-it-with-love {
      margin-top: 10px;
      font-size: 15px; } }

#say-it-with-love span {
  color: #ef5e8d;
  font-weight: bold; }

#click2hugg-string {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
 
  color: white;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-style: italic;
  /* margin-top: 25px;  */
}
  @media (max-width: 1500px) {
    #click2hugg-string {
      /* margin-top: -7px; */
      margin-left: 100px;
      margin-right: 100px;
      width: 80%;
    } 
  }
  @media (max-width: 900px) {
    #click2hugg-string {
      margin-top: -7px;
      margin-left: 32px;
      margin-right: 32px;
      width: 80%;
    } 
  }
  @media (max-width: 479px) {
    #click2hugg-string {
      font-weight: normal; 
      width: 80%;
    } 
  }

#click2hugg-string span {
  color: #ef5e8d;
  display: inline-flex;
  margin: 0 2px;
  font-size: 16px;
}

@media (min-width: 992px) {
  #click2hugg-string span {
    font-size: 2.55rem;
  }
}

.pulse {
  padding-bottom: 0 !important; }

#arrow-down {
  color: #ef5e8d;
  display: inline-block;
  margin: 40px auto 0;
  padding: 0;
  width: 50px; }
  @media (max-width: 767px) {
    #arrow-down {
      margin: 0 auto 0;
      width: 30px; } }

.cd-primary-nav {
  background: #ef5e8d;
  padding: 150px 0 0; }

.btn-color, .btn.green, .btns a.btn-appstore, .btns a.btn-googleplay, .faq-icon, .scrollup {
  background-color: #ef5e8d; }

.cycle-bg-image {
  position: fixed !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important; }

.loader span {
  background: #ef5e8d !important; }

@media (max-width: 767px) {
  h2.text-uppercase {
    font-size: 13px;
    letter-spacing: 0.025em
  } }

.video-holder {
  position: relative;
  margin: 20px auto;
  width: 50%;
  height: 400px; }
  @media (max-width: 767px) {
    .video-holder {
      height: 300px;
      width: 60%; } }
  @media (max-width: 479px) {
    .video-holder {
      margin: 0 auto 20px;
      height: 150px;
      width: 67%; } }
  @media (min-width: 1001px) {
    .video-holder {
      height: 400px;
      width: 500px; } }

.video-sub {
  margin: -20px 0 13px 0;
  color: #ef5e8d;
  font-size: 16px;
  font-style: italic; }

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.align-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  @media (min-width: 1001px) {
    .align-center {
      display: block;
      padding-top: 1px; } }

.box {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background-color: transparent;
  height: auto;
  margin: 0 auto 20px auto;
  transform-origin: bottom;
  width: 100%;
  z-index: 99; }

.bounce-6 {
  animation-name: bounce-6;
  animation-timing-function: ease;
  position: relative;
  z-index: 99999; }

@keyframes bounce-6 {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(1.1, 0.9) translateY(0); }
  30% {
    transform: scale(0.9, 1.1) translateY(-100px); }
  50% {
    transform: scale(1.05, 0.95) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(-7px); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
.pulse {
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  position: relative;
  z-index: 1;
  padding-bottom: 30px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

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