@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
@font-face {
  font-family: "potralight";
  src: url("../fonts/potra-webfont.woff2") format("woff2"), url("../fonts/potra-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  min-height: 100%;
}

.anchor {
  position: absolute;
  top: -100px;
}

.mobile_display {
  display: none;
}

/* VARIABLES
   ============================= */
/* ANIMATIONS
   ============================= */
/* Spin Right */
@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Spaceship Animation Start */
@keyframes spaceship-animation {
  from {
    top: 100%;
  }
  to {
    top: -15px;
  }
}
@keyframes -webkit-spaceship-animation {
  from {
    top: 100%;
  }
  to {
    top: -15px;
  }
}
@keyframes -moz-spaceship-animation {
  from {
    top: 100%;
  }
  to {
    top: -15px;
  }
}
@keyframes -ms-spaceship-animation {
  from {
    top: 100%;
  }
  to {
    top: -15px;
  }
}
@keyframes -o-spaceship-animation {
  from {
    top: 100%;
  }
  to {
    top: -15px;
  }
}
/* Spaceship Animation End */
/* Complete Steps Animation Start */
@keyframes complete-steps-animation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes -webkit-complete-steps-animation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes -moz-complete-steps-animation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes -ms-complete-steps-animation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes -o-complete-steps-animation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-3000px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Clock Anim */
@keyframes animate-tile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flip-horizontal-top {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
/* Loader */
#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3CAAE9;
  z-index: 9999;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFCB05;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* CHATBOT
   ============================= */
#chatmodal .modal-body {
  height: auto;
}

cf-chat-response text > p {
  background: #05A7FF !important;
  color: #fff;
}

cf-chat-response.user text > p {
  background: #13BF6A !important;
}

cf-input input[rows="1"], cf-input textarea[rows="1"] {
  border-radius: 10px;
}

cf-input.animate-in cf-input-button.cf-input-button {
  border-radius: 0 10px 10px 0;
}

cf-chat-response thumb {
  background-image: url("../img/ico_operator.png") !important;
}

cf-chat-response.user thumb {
  background-image: url("../img/ico_user.png") !important;
}

/* GLOBAL SETTINGS
   ============================= */
.navbar-toggler {
  background: #FFCB05;
}

.navbar-nav {
  margin: 0 auto;
}

.context {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.context .stars li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.context .stars li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.context .stars li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.context .stars li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.context .stars li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.context .stars li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.context .stars li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.context .stars li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.context .stars li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.context .stars li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.context .stars li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #27536B;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  color: white;
}

.home h1 {
  font-family: "potralight";
  font-size: 4rem;
  line-height: 4rem;
}
.home h1 span {
  color: #68DD3E;
}

h2 {
  font-size: 50px;
  letter-spacing: 0;
  line-height: 55px;
  margin-bottom: 25px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #27536B;
  letter-spacing: 0;
  line-height: 24px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 2.5rem;
}

.navbar {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  padding-left: 0;
  padding-right: 0;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  background: #27536B;
  width: 100%;
  z-index: 101 !important;
  padding: 0 30px;
}

.fixed-top {
  position: fixed;
  max-width: 20%;
  top: 30px;
  left: 30px;
}

.navbar-light .navbar-nav .active > .nav-link,
.nav-link:hover {
  color: #FFCB05 !important;
}

.logo {
  height: 80px;
  width: auto;
}

h4 {
  font-size: 1.5rem;
}

body {
  border: 16px solid #FFCB05;
  background: #3CAAE9;
}
body.inner {
  min-height: 100%;
  height: auto;
}

.home {
  height: auto;
  border: none;
}

label {
  font-family: "Source Sans Pro";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #27536B;
  letter-spacing: 0.7px;
}

input[type=text],
.custom-select {
  position: relative;
  width: 100%;
  background: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  height: 40px;
  padding-left: 16px;
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 14px;
  color: #868E96;
  letter-spacing: -0.23px;
  line-height: 25px;
}

.custom-select::after {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  top: 14px;
  right: 10px;
  background: url("/img/ico-select.svg") no-repeat;
}

.button {
  display: inline-block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.93px;
  font-size: 16px;
  border: 2px solid;
  height: 46px;
  line-height: 43px;
  border-radius: 3px;
  padding: 0 20px;
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.button:hover {
  border: 2px solid;
  background: #fff !important;
}
.button.blue {
  background: #3CAAE9;
  border-color: #3CAAE9;
}
.button.blue:hover {
  color: #3CAAE9;
  border-color: #3CAAE9;
}
.button.green {
  background: #13BF6A;
  border-color: #13BF6A;
}
.button.green:hover {
  color: #13BF6A;
  border-color: #13BF6A;
}
.button.red {
  background: #e63c3c;
  border-color: #e63c3c;
}
.button.red:hover {
  color: #e63c3c;
  border-color: #e63c3c;
}
.button.main {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  background: #FFCB05;
  padding: 0 50px;
  border-radius: 35px;
  border: none;
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.21);
}
.button.main:hover {
  color: #FFCB05 !important;
  background: #fff;
}
.button.secondary {
  background: none;
  border: 2px solid #3CAAE9;
  color: #3CAAE9;
  height: 46px;
  line-height: 44px;
}
.button.secondary.white {
  border-color: #fff;
  color: #fff;
}
.button.secondary.green {
  border-color: #13BF6A;
  color: #13BF6A;
}
.button.small {
  height: 40px;
  line-height: 38px;
  border-color: #3CAAE9;
  color: #3CAAE9;
}
.button:hover {
  text-decoration: none;
}

.regular_link {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #05A7FF;
  letter-spacing: 0.93px;
  text-decoration: underline;
}

section {
  padding: 60px 0;
}

.deco {
  position: relative;
  z-index: 99;
  padding-top: 20%;
}

/* HOMEPAGE
   ============================= */
#intro {
  overflow: hidden;
  background-size: cover;
  border: 16px solid #FFCB05;
  padding-top: 0;
  position: relative;
}
#intro .col-xl-6, #intro .sign_up, #intro .navbar {
  z-index: 2;
}
#intro .video {
  display: block;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#intro .video:hover {
  text-decoration: none;
}
#intro .video i {
  font-size: 18px;
  margin-right: 10px;
}
#intro .row > div {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#intro .cta button {
  margin: 60px 0;
  background: #FFCB05;
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.21);
  border-radius: 35px;
}
#intro .rays_container {
  z-index: 1;
  height: 100%;
  position: absolute;
  width: 1920px;
  height: 1920px;
  top: -756px;
  left: -720px;
  -moz-animation: rotation 30s linear infinite;
  -webkit-animation: rotation 30s linear infinite;
  -o-animation: rotation 30s linear infinite;
  animation: rotation 30s linear infinite;
}
#intro .sign_up {
  background: #FFFFFF;
  box-shadow: 0 2px 17px 10px rgba(143, 143, 143, 0.5);
  border-radius: 100%;
  padding-top: 100%;
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
#intro .sign_up > div {
  padding: 15%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
}
#intro .sign_up > div h4 {
  margin-bottom: 30px;
}
#intro .sign_up > div h4 span {
  color: #68DD3E;
}
#intro .sign_up > div form button {
  width: 100%;
}
#intro .sign_up > div form input {
  margin-bottom: 20px;
}
#intro .sign_up .subscribe {
  margin-top: 24px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #27536B;
  letter-spacing: 0.7px;
  text-align: center;
}
#intro .sign_up .subscribe a {
  display: block;
  color: #27536B;
  text-decoration: underline;
}
#intro::after {
  content: "";
  background: url("../img/deco_intro.png");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  padding-top: 25%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
#intro .scroll_down {
  cursor: pointer;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#intro .scroll_down .text {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
#intro .scroll_down .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
#intro .scroll_down .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
#intro .scroll_down .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
#intro .scroll_down .chevron:before,
#intro .scroll_down .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
#intro .scroll_down .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
#intro .scroll_down .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
#intro .scroll_down a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 100%;
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
#intro .ray {
  position: absolute;
}
#what {
  position: relative;
  background: #fff;
}
#what .phone_wrapper > div {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px;
}
#what .phone_wrapper > div h2, #what .phone_wrapper > div p {
  color: #fff;
}
#what .phone_wrapper img:last-of-type {
  position: relative;
  z-index: 1;
}
#what .phone_wrapper img:first-of-type {
  position: absolute;
  z-index: 0;
  position: absolute;
  top: -40px;
  left: -110px;
  height: 100%;
  width: 100%;
}
#what .decoimg {
  position: absolute;
  z-index: 100;
  bottom: -2%;
  right: -16px;
}
#what .context {
  background: #3CAAE9;
  width: 50%;
}
#what::after {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 50%;
  content: "";
  background-size: cover;
  background-position: center;
}
#what .cards {
  margin-top: -30%;
  padding: 80px 0;
}
#what .cards .info_box {
  text-align: center;
  padding: 40px 24px;
  position: relative;
  background: #fff;
  z-index: 99;
  border-radius: 5px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.21);
}
#what .cards .info_box img {
  margin-bottom: 30px;
}
#what .cards .info_box.first {
  margin-top: 80px;
}
#what .cards .info_box.third {
  margin-top: -50px;
}

#how {
  padding: 10% 0 20% 0;
  margin-top: -66px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(324.31deg, #4F8BA4 9.48%, #27536B 83.18%);
  background: -webkit-linear-gradient(324.31deg, #4F8BA4 9.48%, #27536B 83.18%);
  background: -moz-linear-gradient(324.31deg, #4F8BA4 9.48%, #27536B 83.18%);
  background: -ms-linear-gradient(324.31deg, #4F8BA4 9.48%, #27536B 83.18%);
  background: -o-linear-gradient(324.31deg, #4F8BA4 9.48%, #27536B 83.18%);
}
#how h2, #how p {
  color: #fff;
}
#how .container,
#how .space-circle {
  z-index: 99;
  transform: skewY(-4deg);
}
#how .space-circle {
  position: absolute;
  left: -50%;
  bottom: -1000px;
  display: block;
}
#how .space-circle svg {
  animation: circle-rotate 120s infinite normal;
  -webkit-animation: circle-rotate 120s infinite normal;
  -moz-animation: circle-rotate 120s infinite normal;
  -ms-animation: circle-rotate 120s infinite normal;
  -o-animation: circle-rotate 120s infinite normal;
}
@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#how .space-circle .rotating {
  -webkit-animation: rotating 2s linear infinite;
}
#how .planet-block {
  position: absolute;
  cursor: pointer;
}
#how .planet-block span {
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #ffffff;
  border: 15px solid #E2675D;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 8;
}
#how .planet-block .planet-detail {
  position: absolute;
  right: -330px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 27px 20px 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  opacity: 0;
  text-align: center;
  z-index: 7;
}
#how .planet-block .planet-detail.visible {
  opacity: 1;
  z-index: 9;
}
#how .planet-block .planet-detail:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 9;
}
#how .planet-block .planet-detail h4 {
  font-size: 32px;
}
#how .planet-block .planet-detail p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #374654;
  line-height: 28px;
}
#how .planet-block.planet-block.space-planet-1 {
  left: 74%;
  top: 30%;
}
#how .planet-block.planet-block.space-planet-2 {
  left: 64%;
  top: 14%;
}
#how .planet-block.planet-block.space-planet-3 {
  left: 51%;
  top: 5%;
}
#how .planet-block.planet-block.space-planet-4 {
  left: 80%;
  top: 10%;
}
#how.diagonal-box {
  transform: skewY(4deg);
  z-index: 99;
}

#who {
  position: relative;
  z-index: 98;
}
#who .context {
  background: #3CAAE9;
}
#who h2, #who h3 {
  text-align: center;
  color: #fff;
}
#who .col-lg-4 {
  text-align: center;
}
#who .col-lg-4 img {
  max-width: 70%;
}
#who .col-lg-4 p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
}

#faq {
  background: #fff;
}
#faq h2 {
  text-align: center;
}
#faq .btn-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #3CAAE9;
}
#faq .btn-link:hover {
  text-decoration: none;
}
#faq .card-body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #374654;
  letter-spacing: 0;
  line-height: 28px;
}

#partners h2 {
  text-align: center;
  color: #fff;
}
#partners .logo_container {
  padding: 0 30px;
}
#partners .logo_container img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  opacity: 0.5;
}
#partners .logo_container img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

#subscribe {
  border-top: 10px solid #FFB554;
  position: relative;
  text-align: center;
  background: #FFCB05;
}
#subscribe .contact_form {
  padding: 0 30px;
}
#subscribe .contact_form input[type=text] {
  height: 48px;
}
#subscribe h2 {
  color: #fff;
}
#subscribe p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #374654;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
}
#subscribe::after {
  content: "";
  background: url(../img/bg_contact.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21%;
  padding-top: 25%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
#subscribe::before {
  content: "";
  background: url(../img/bg_contact_2.png);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  padding-top: 25%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
#subscribe .social_links {
  margin-top: 24px;
}
#subscribe .social_links a {
  color: #27536B;
  text-decoration: none;
}
#subscribe .social_links a i {
  font-size: 34px;
}

.border_wrap {
  border: 16px solid #FFCB05;
  border-top: none;
}

/* Chatbot */
#chat_form {
  height: 0;
  overflow: hidden;
}

#conversational-form {
  position: relative;
  width: 100%;
  height: 450px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
#conversational-form.called {
  bottom: 0;
}

.conversational-form {
  border-radius: 5px 0 0 0;
}

/* Cookie */
.cookiealert {
  background: #E2675D !important;
}
.cookiealert h3, .cookiealert p {
  color: #fff;
}
.cookiealert p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  line-height: 32px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}

.acceptcookies {
  margin-left: 0;
  text-decoration: none !important;
}

#how svg {
  transform: scaleX(0.5);
}

/* SUBSCRIBE
   ============================= */
.pack {
  text-align: center;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.21);
  height: 100%;
}
.pack p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #374654;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.pack ul {
  text-align: left;
  line-height: 28px;
  list-style: none;
  padding: 0;
}
.pack ul li {
  position: relative;
  padding-left: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #3F505F;
}
.pack ul li:before {
  position: absolute;
  left: 0;
  content: url(../img/ico_check.png);
}
.pack .tc_amount {
  display: block;
  text-align: center !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #27536B;
  text-align: left;
  margin-bottom: 1rem;
}
.pack .tc_amount span {
  color: #16C675;
}
.pack .tc_amount img {
  margin-top: -4px;
}
.pack.first_pack {
  position: relative;
}
body.subscribe {
  height: 100%;
}
body.subscribe .logo-container {
  position: absolute;
  z-index: 99;
  top: 16px;
  left: 16px;
  background: #3CAAE9;
  border-radius: 0 0 10px 0;
  padding: 15px;
}
body.subscribe .logo-container img {
  height: 80%;
}
body.subscribe .navbar {
  position: fixed;
}
body.subscribe .container-fluid {
  height: 100%;
}
body.subscribe .container-fluid .intro {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 20px;
  color: #27536B;
  letter-spacing: 0.93px;
}
body.subscribe .container-fluid .h-100 > .col-lg-7 {
  background: #fff;
}
body.subscribe .container-fluid .h-100 > .col-lg-5 {
  background: #3CAAE9;
}
body.subscribe .container-fluid .h-100 > .col-lg-5 img {
  max-width: 100%;
  margin: 0 auto;
}
body.subscribe .container-fluid form {
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
}
body.subscribe .container-fluid form .row {
  margin-bottom: 30px;
}
body.subscribe .container-fluid form small {
  margin-top: 10px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #27536B;
  letter-spacing: 0.82px;
  line-height: 16px;
}
body.subscribe .container-fluid .background {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body.subscribe .container-fluid .background .row {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body.subscribe h2 {
  color: #fff;
}
body.subscribe ul.row {
  margin-bottom: 0 !important;
}
body.subscribe .avatars li {
  padding: 0;
}
body.subscribe .avatars a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
body.subscribe .avatars a img {
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0 auto;
}
body.subscribe .avatars a:hover, body.subscribe .avatars a .active {
  background: #A0D6F4;
  border-radius: 8px;
}
body.subscribe .avatars a:hover img, body.subscribe .avatars a .active img {
  opacity: 1;
}

.carousel, .item, .active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  margin-top: 100px;
}

/** Logged in menu **/
.logged_in_menu {
  display: flex;
  align-items: center;
  position: fixed;
  top: 30px;
  right: 22%;
  z-index: 100;
}
.logged_in_menu div {
  float: left;
}
.logged_in_menu div:first-child span {
  margin-right: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.29px;
  text-align: left;
}
.logged_in_menu div:first-child span img {
  width: 20px;
  margin-right: 10px;
}
.logged_in_menu div:first-child span:nth-child(2) {
  font-size: 16px;
}
.logged_in_menu div:nth-child(2) {
  margin-right: 10px;
}
.logged_in_menu div:nth-child(3) a {
  margin-right: 20px;
}
.logged_in_menu div:nth-child(3) a:last-of-type {
  margin: 0;
}
.logged_in_menu div:nth-child(3) a i {
  color: #fff;
  font-size: 18px;
}
.logged_in_menu div img {
  width: 70px;
}
.logged_in_menu div span {
  display: block;
  color: #fff;
}

/* TIME MACHINE
   ============================= */
.color-choice li.current a {
  border: 4px solid #28DCBF !important;
}

.bg-choice li a {
  display: block;
  height: 100%;
}
.bg-choice li.current a {
  border: 3px solid #28DCBF;
  border-radius: 5px;
}

.contact_add {
  height: 0 !important;
  display: none;
}
.contact_add option {
  display: none;
}

.holder {
  position: relative;
}
.holder a {
  position: absolute;
  right: 15px;
  top: 14px;
}

.select2-search__field {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #D4D4D4;
  padding: 0 30px;
  margin: 0;
  background: none;
}
.select2-search__field::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #a2a2a2;
}
.select2-search__field:-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #a2a2a2;
}
.select2-search__field::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #a2a2a2;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
  padding: 15px 25px !important;
  border-radius: 5px 5px 0 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #D4D4D4 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3CAAE9 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.93px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #fafafa !important;
}

.select2-selection select2-selection--multiple {
  padding: 0 15px !important;
}

.copyright {
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 15px;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.7px;
}

.time h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 40px;
}

.time .tm .tab-content .tab-pane form > div {
  max-height: 40vh;
}

.cus_grid .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  text-align: center;
  align-items: center;
}

.cus_grid li {
  max-width: 100%;
}

.your__message {
  /*width:300px;*/
  min-height: 240px;
  border: 1px solid #ccc;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #D4D4D4;
  padding: 30px;
  margin: 0;
  height: auto;
  line-height: 24px;
  overflow: hidden;
}
.your__message.red {
  background: red;
  color: #fff;
}
.your__message.red textarea {
  color: #fff !important;
}
.your__message.red textarea::placeholder {
  color: #fff !important;
}
.your__message.blue {
  background: blue;
  color: #fff;
}
.your__message.blue textarea {
  color: #fff !important;
}
.your__message.blue textarea::placeholder {
  color: #fff !important;
}
.your__message.green {
  background: green;
  color: #fff;
}
.your__message.green textarea {
  color: #fff !important;
}
.your__message.green textarea::placeholder {
  color: #fff !important;
}
.your__message.yellow {
  background: yellow;
}
.your__message.white {
  background: #fff;
}
.your__message.pink {
  background: pink;
  color: #fff;
}
.your__message.pink textarea {
  color: #fff !important;
}
.your__message.pink textarea::placeholder {
  color: #fff !important;
}
.your__message.orange {
  background: orange;
  color: #fff;
}
.your__message.orange textarea {
  color: #fff !important;
}
.your__message.orange textarea::placeholder {
  color: #fff !important;
}
.your__message.robot {
  background: url("../img/bg_robot.png") #46C5DF no-repeat;
  background-position: bottom center;
  background-size: contain;
  color: #fff;
}
.your__message.robot textarea {
  color: #fff !important;
}
.your__message.robot textarea::placeholder {
  color: #fff !important;
}
.your__message.circles {
  background: url("../img/bg_circles.jpg") no-repeat;
  background-position: bottom center;
  color: #fff;
}
.your__message.circles textarea {
  background: rgba(255, 255, 255, 0.8) !important;
}
.your__message.geom {
  background: url("../img/bg_geom.jpg") no-repeat;
  background-position: bottom center;
}
.your__message.geom textarea {
  color: #fff !important;
}
.your__message.geom textarea::placeholder {
  color: #fff !important;
}
.your__message.abstract {
  background: url("../img/bg_abstract.jpg") no-repeat;
  background-position: bottom center;
}
.your__message.abstract textarea {
  color: #fff !important;
}
.your__message.abstract textarea::placeholder {
  color: #fff !important;
}
.your__message.palm {
  background: url("../img/bg_palm.jpg") no-repeat;
  background-position: bottom center;
  color: #fff !important;
}
.your__message.palm textarea::placeholder {
  color: #fff !important;
}
.your__message.rays {
  background: url("../img/bg_rays.jpg") no-repeat;
  background-position: bottom center;
}
.your__message.future {
  background: url("../img/bg_future.jpg") no-repeat;
  background-position: bottom center;
  color: #fff !important;
}
.your__message.future textarea {
  color: #fff !important;
}
.your__message.future textarea::placeholder {
  color: #fff !important;
}
.your__message.snow {
  background: url("../img/bg_snow.jpg") no-repeat;
  background-position: bottom center;
}
.your__message.snow textarea {
  background: rgba(255, 255, 255, 0.8) !important;
}
.your__message.sky_yellow {
  background: url("../img/bg_sky_yellow.jpg") no-repeat;
  background-position: bottom center;
}
.your__message.celebration {
  background: url("../img/bg_celeb.jpg") no-repeat;
  background-position: bottom center;
}
.your__message.celebration textarea {
  background: rgba(255, 255, 255, 0.8) !important;
}
.your__message.celebration textarea::placeholder {
  color: #fff !important;
}
.your__message.love {
  background: url("../img/bg_love.jpg") no-repeat;
  background-position: bottom center;
}
.your__message.love textarea {
  color: #fff !important;
}
.your__message.love textarea::placeholder {
  color: #fff !important;
}
.your__message.jungle {
  background: url("../img/bg_jungle.jpg") no-repeat;
  background-position: bottom center;
  background-size: cover;
  color: #fff;
}
.your__message.jungle textarea {
  color: #999 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
.your__message p.placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #a2a2a2;
}

red blue green yellow withe pink orange .your__message p.placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #a2a2a2;
}

.sticker {
  position: absolute;
  cursor: grab;
}

.sticker img, .sticker .cross {
  pointer-events: none;
}

.your__message {
  position: relative;
}

.edit_box nav {
  position: absolute;
  float: right;
  bottom: 20px;
  right: 10px;
  border: none;
}

.edit_box div#nav-tab a {
  background: none;
  color: #000;
  cursor: pointer;
}

.edit_box .time .tm .nav-item.active {
  color: #000 !important;
}

.edit_box .nav-item {
  font-size: 14px !important;
  font-weight: 400 !important;
  width: auto;
  padding: 5px !important;
  display: inline-table;
  color: #a2a2a2 !important;
}

.edit_box {
  position: relative;
}

.edit_box .nav-tabs {
  border: none;
}

.modal-body {
  overflow-y: scroll;
}

.mod_btn {
  display: none;
}

.input-group-addon {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 14px;
  width: 28px;
  height: 26px;
}

#timemachine {
  width: 80%;
}
#timemachine .collapse_content {
  padding: 0 15px;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#timemachine .collapse_content .gif_search {
  margin: 0 -15px;
  padding: 15px;
  background: #EA8D4C;
}
#timemachine .collapse_content .gif_search span {
  font-family: "Source Sans Pro";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.7px;
}
#timemachine .collapse_content span {
  display: block;
  color: #27536B;
  font-family: "Source Sans Pro";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
}

.over_container {
  background: #fff;
  border-radius: 10px;
}
.over_container section {
  padding: 50px;
  border-bottom: 1px solid #D8D8D8;
}
.over_container section .gift_item {
  width: 100%;
}
.over_container .recip_item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #D8D8D8;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.over_container .recip_item span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 40px;
}
.over_container .recip_item.bg {
  background-image: url("/img/bg_alias.png");
}
.over_container .tc_cost {
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #485A6A;
  letter-spacing: 0;
}
.over_container .tc_cost img {
  margin-right: 20px;
}
.over_container .first_btn {
  margin-bottom: 20px;
}
.over_container .balance {
  font-size: 18px;
  color: #485A6A;
  letter-spacing: 0;
  font-weight: 700;
}
.over_container .balance span {
  display: block;
}
.over_container .balance span img {
  margin-right: 10px;
}

body.review_order {
  padding-top: 0 !important;
}
body.review_order .navbar-brand {
  padding-bottom: 0;
}
body.review_order .navbar-brand .logo {
  height: 50px;
  margin-bottom: 16px;
}
body.review_order table td {
  font-size: 14px;
}
body.review_order table img {
  margin-right: 10px;
}
body.review_order table tfoot {
  border-top: 2px solid #dee2e6;
}
body.review_order table tfoot td {
  background: #FBFBFB;
  font-weight: bold;
}
body.review_order .send_zone {
  text-align: left !important;
}
body.review_order .over_container {
  margin: 0 !important;
}
body.review_order .review section {
  padding: 24px 50px;
}
body.review_order .review section:first-of-type {
  border: none;
}
body.review_order .review section:first-of-type h2 {
  font-size: 28px;
  margin-bottom: 0;
}
body.review_order .review section:nth-child(2) {
  border-top: 1px solid #D8D8D8;
}
body.review_order .review section:nth-child(2) h3 {
  margin-bottom: 0 !important;
}
body.review_order .review section h3 {
  font-size: 18px;
}
body.review_order .button + a {
  display: block;
  color: #27536B;
  text-decoration: underline;
  text-align: center;
  margin-top: 10px;
}

.woopit .over_container {
  padding: 80px;
}

#nav-profile {
  text-align: center;
}
#nav-profile > div {
  position: relative;
  padding: 20px;
}
#nav-profile > div span:last-of-type {
  margin: 0;
}
#nav-profile h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ADADAD;
  letter-spacing: 0;
  line-height: 24px;
}
#nav-profile .button {
  margin-bottom: 20px;
}
#nav-profile .attachment-icon {
  margin: 0 auto;
}
#nav-profile .btn-bs-file {
  position: relative;
  margin: 0;
  width: 320px;
  background-color: transparent;
  border: 2px solid #14BF6A;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  letter-spacing: 0.93px;
  color: #14BF6A;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
}
#nav-profile .upload_att {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.item-object {
  float: left;
}

.product-img {
  margin-top: 20px;
  float: left;
  width: 100%;
  height: 130px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 2px solid #28DCBF;
  text-decoration: none;
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.product-img .delete-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.product-img .delete-icon a {
  display: block;
  height: 31px;
  width: 31px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #E2675D;
  background-color: #ffffff;
}
.product-img .delete-icon a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-img:hover .delete-icon {
  display: block;
}

.product-nm p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
.product-nm p span {
  margin-bottom: 0 !important;
}

#timeloop_modal .modal-content {
  background: #05A7FF;
}
#timeloop_modal .modal-content p, #timeloop_modal .modal-content h4 {
  color: #fff;
}
#timeloop_modal .modal-content .info_box_modal {
  background: #73CBFE;
  border-radius: 10px;
  padding: 20px;
}
#timeloop_modal .modal-content .info_box_modal p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
#timeloop_modal .modal-content .row {
  margin-bottom: 40px;
}
#timeloop_modal .modal-content .row:last-of-type {
  margin: 0;
}
#timeloop_modal .modal-content .modal-body {
  height: auto;
  overflow: auto;
}
#timeloop_modal .set_hour .date-box {
  position: relative;
  width: calc(50% - 2px);
  height: 90px;
}
#timeloop_modal .set_hour .date-box:first-child {
  margin-right: 4px;
}
#timeloop_modal .set_hour .date-box div {
  text-align: center;
}
#timeloop_modal .set_hour .date-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: 50%;
  bottom: auto;
}
#timeloop_modal label {
  color: #fff;
}
#timeloop_modal .freqloop {
  padding-left: 15px;
}

.time_inputs button, .time_inputs input {
  position: relative;
  height: 48px;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  background: none;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.93px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  cursor: pointer;
}
.time_inputs button img, .time_inputs input img {
  position: absolute;
  right: 15px;
  top: 5px;
}
.time_inputs button#datetimepicker img, .time_inputs input#datetimepicker img {
  top: 7px;
}
.time_inputs button#timeloop img, .time_inputs input#timeloop img {
  top: 9px;
}
.time_inputs button#lucky img, .time_inputs input#lucky img {
  top: 13px;
}
.time_inputs button::-webkit-input-placeholder, .time_inputs input::-webkit-input-placeholder {
  color: #ffffff;
}
.time_inputs button:-moz-placeholder, .time_inputs input:-moz-placeholder {
  color: #ffffff;
}
.time_inputs button::-ms-input-placeholder, .time_inputs input::-ms-input-placeholder {
  color: #ffffff;
}

.mobile_selection {
  transition: 0.5s;
}
.mobile_selection.retract {
  margin-top: -50px;
  z-index: 0;
}
.mobile_selection .row .col-lg-4 .add_btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #E7E7E7;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
}
.mobile_selection .row .col-lg-4 .add_btn i {
  margin-right: 10px;
  color: #3CAAE9;
}
.mobile_selection .row .col-lg-4 .add_btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-width: 1px;
  outline-style: dashed;
  outline-color: #3CAAE9;
  outline-offset: -1px;
}
.mobile_selection .row .col-lg-4:nth-child(1) .add_btn {
  border-right: 1px solid #D8D8D8;
  border-radius: 0 0 0 5px;
}
.mobile_selection .row .col-lg-4:nth-child(2) .add_btn {
  border-right: 1px solid #D8D8D8;
}
.mobile_selection .row .col-lg-4:nth-child(3) .add_btn {
  border-right: none;
  border-radius: 0 0 5px 0;
}

#my-awesome-dropzone {
  text-align: center;
  overflow-y: auto;
  background: #FFFFFF;
  border: 3px dashed #D4D4D4;
  border-radius: 8px;
  padding: 30px 0;
}
#my-awesome-dropzone ul {
  overflow: hidden;
}
#my-awesome-dropzone .item-object span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#my-awesome-dropzone h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ADADAD;
  letter-spacing: 0;
  line-height: 24px;
}

.numbers .col-lg-3:nth-child(1) .date-box,
.numbers .col-lg-3:nth-child(2) .date-box {
  width: calc(50% - 2px);
}
.numbers .col-lg-3:nth-child(1) .date-box:first-child,
.numbers .col-lg-3:nth-child(2) .date-box:first-child {
  margin-right: 4px;
}
.numbers .col-lg-6 .date-box {
  width: calc(25% - 3px);
  margin-right: 4px;
}
.numbers .col-lg-6 .date-box:last-child {
  margin: 0;
}

.date-box {
  height: 120px;
  float: left;
  padding-right: 2px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.21);
}
.date-box .value {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.date-box .value:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: auto;
  bottom: auto;
}
.date-box.animated-front div:first-of-type {
  animation: animate-tile 1s;
}
.date-box.animated-front div:last-of-type {
  animation: flip-horizontal-top 1s;
}
.date-box .rolo-w {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  perspective: 1000px;
}
.date-box .f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transform-origin: bottom;
  position: relative;
  z-index: 8;
}
.date-box .f1_card.animate_value {
  transform: rotateX(-180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.date-box .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.date-box .face.front {
  background: #fff;
  position: relative;
  border-radius: 5px;
}
.date-box .face.back {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  transform: rotateX(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
}
.date-box.animate_value .f1_card {
  transform: rotateX(-180deg);
  box-shadow: -5px 5px 5px #aaa;
}

.set_hour {
  position: relative;
  margin-top: 30px;
}
.set_hour .date-box {
  width: 25%;
  height: 120px;
  float: left;
}

.time_inputs {
  margin-bottom: 40px;
}

.coma {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 100%;
  width: 10px;
}
.coma > div .dot {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #fff;
  display: block;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.3);
}
.coma > div .dot:first-of-type {
  margin-bottom: 5px;
}

.ctas {
  margin: 30px 0;
}
.ctas p {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.date-field .date-box {
  width: 12.5%;
}

canvas {
  display: none;
  width: 100%;
  height: 100%;
}

.show_fireworks {
  opacity: 1;
  display: block;
}

#filesmodal .modal-body > div {
  text-align: center;
  background: #FFFFFF;
  border: 3px dashed #D4D4D4;
  border-radius: 8px;
  padding: 20px;
}
#filesmodal .modal-body > div h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #ADADAD;
  letter-spacing: 0;
  line-height: 28px;
}
#filesmodal .modal-body > div span {
  margin: 20px 0;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
}
#filesmodal .modal-body > div span:last-of-type {
  margin-bottom: 0;
}

.time {
  background: #3CAAE9;
  position: relative;
  /* Create Message Steps Start */
  /* Create Message Steps End */
}
.time .btn_container {
  margin-top: 20px;
  text-align: center;
}
.time .progress {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  border-radius: 0;
  color: #fff;
  background: #fff;
}
.time .create-msg-steps {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: #fff;
}
.time .create-msg-steps .timeline-section {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  height: 100%;
}
.time .create-msg-steps .timeline-section .timeline-step-list {
  position: relative;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block {
  padding: 0 30px 50px 57px;
  position: relative;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block:before {
  position: absolute;
  content: "";
  left: -7px;
  bottom: 0;
  width: 15px;
  height: 100%;
  background-color: #D8D8D8;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block:after {
  position: absolute;
  content: "";
  left: -7px;
  bottom: 0;
  width: 15px;
  height: 0;
  background-color: #CCDC2D;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block .spaceship {
  position: absolute;
  left: -49px;
  top: 100%;
  opacity: 0;
  z-index: 99;
  height: 135px;
  width: 98px;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block .circle {
  position: absolute;
  left: -25px;
  top: -2px;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-color: #D8D8D8;
  z-index: 9;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block .circle img {
  display: none;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block .circle:before {
  content: "";
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  height: 24px;
  width: 24px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  right: -25%;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step:after {
  height: 100%;
  animation: complete-steps-animation 2s;
  -webkit-animation: complete-steps-animation 2s;
  -moz-animation: complete-steps-animation 2s;
  -ms-animation: complete-steps-animation 2s;
  -o-animation: complete-steps-animation 2s;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .spaceship {
  opacity: 1;
  top: -15px;
  animation: spaceship-animation 2s;
  -webkit-animation: spaceship-animation 2s;
  -moz-animation: spaceship-animation 2s;
  -ms-animation: spaceship-animation 2s;
  -o-animation: spaceship-animation 2s;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .timeline-title h1, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .timeline-title h2, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .timeline-title h3, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .timeline-title h4, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .timeline-title h5, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .timeline-title h6, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .timeline-title a {
  color: #CCDC2D;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step p {
  color: #27536B;
  font-weight: 600;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .circle {
  background-color: transparent;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step .circle:before {
  display: none;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step.step1 .spaceship {
  background: url("../img/bg_shuttle.svg") no-repeat;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.current-step.step2 .spaceship {
  background: url("../img/bg_ship.svg") no-repeat;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step:after {
  height: 100%;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .timeline-title h1, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .timeline-title h2, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .timeline-title h3, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .timeline-title h4, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .timeline-title h5, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .timeline-title h6, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .timeline-title a {
  color: #CCDC2D;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .spaceship {
  opacity: 0;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step p {
  color: #27536B;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.complete-step .circle {
  background-color: #CCDC2D;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block.step-4 .spaceship {
  left: -69px;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block:last-child {
  padding-bottom: 0;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block:last-child:before, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-block:last-child:after {
  display: none;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-block p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.6px;
  color: rgba(39, 83, 107, 0.3);
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-title {
  padding: 0 0 13px;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h1, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h2, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h3, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h4, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h5, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h6, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title a {
  text-decoration: none;
  display: block;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  color: rgba(39, 83, 107, 0.3);
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h1 span, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h2 span, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h3 span, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h4 span, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h5 span, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title h6 span, .time .create-msg-steps .timeline-section .timeline-step-list .timeline-title a span {
  display: block;
}
.time .create-msg-steps .timeline-section .timeline-step-list .timeline-title a:hover {
  color: red;
}
.time .carousel-item {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.time .tm {
  position: relative;
  transition: 0.7s;
  background: #fff;
  background: #FFFFFF;
  border-radius: 5px;
}
.time .tm.top {
  z-index: 10;
}
.time .tm .form-group {
  margin: 0;
}
.time .tm .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #D4D4D4;
  padding: 0 30px;
  margin: 0;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}
.time .tm .form-group .form-control::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #999999;
  letter-spacing: 1px;
  line-height: 60px;
  vertical-align: middle;
}
.time .tm .form-group textarea {
  resize: none;
  width: 100%;
  border-radius: 0;
  border: none;
  margin: 0;
  background: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #999999;
  letter-spacing: 1px;
  line-height: 28px;
  overflow-y: visible;
}
.time .tm .form-group textarea::placeholder {
  color: #999;
}
.time .tm .nav-item {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  padding: 10px;
  border: none;
}
.time .tm .nav-item.active {
  color: #fff !important;
}
.time .tm .nav-item:first-child.active {
  background: #FFCB05;
}
.time .tm .nav-item:first-child + .nav-item.active {
  background: #28DCBF;
}
.time .tm .nav-item:last-of-type.active {
  background: #EA8D4C;
}
.time .tm .nav-item i {
  margin-right: 10px;
}
.time .tm .tab-content .tab-pane {
  padding: 30px;
}
.time .tm .tab-content .tab-pane:nth-child(1) {
  background: #FFCB05;
}
.time .tm .tab-content .tab-pane:nth-child(2) {
  background: #28DCBF;
}
.time .tm .tab-content .tab-pane:nth-child(3) {
  background: #EA8D4C;
}
.time .tm .tab-content .tab-pane > div {
  max-height: 25vh;
  overflow-y: auto;
  background: #FFFFFF;
  border: 3px dashed #D4D4D4;
  border-radius: 8px;
  padding: 30px;
}
.time .tm .tab-content .tab-pane > div ul {
  overflow: hidden;
}
.time .tm .tab-content .tab-pane > div span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.time .counter {
  margin-bottom: 15px;
}
.time .counter div {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  margin-right: 15px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.21);
}
.time .counter div:nth-child(1) {
  background: #FFCB05;
}
.time .counter div:nth-child(2) {
  background: #28DCBF;
}
.time .counter div:nth-child(3) {
  background: #EA8D4C;
  margin: 0;
}
.time .counter div i {
  margin-right: 10px;
}

.remove_gift {
  position: absolute;
  top: 16px;
  left: 26px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  display: none !important;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding-top: 3px;
}
.remove_gift i {
  color: red;
}

.add_modal .modal-body {
  overflow: auto;
}
.add_modal span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.add_modal .color-choice {
  overflow: hidden;
}
.add_modal li.shopping a .plus_icon {
  position: relative;
  border: 2px solid #fff;
}
.add_modal li.shopping a .plus_icon .add_article {
  transition: opacity 0.4s;
  opacity: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.add_modal li.shopping a .plus_icon .img-fluid {
  transition: opacity 0.4s;
  width: 100%;
}
.add_modal li.shopping a .plus_icon + div {
  margin-top: 4px;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  line-height: 21px;
}
.add_modal li.shopping a .plus_icon + div span {
  display: block;
  font-size: 14px;
}
.add_modal li.shopping a:hover {
  text-decoration: none;
}
.add_modal li.shopping a:hover .plus_icon {
  border: 2px solid #28DCBF;
  border-radius: 4px;
}
.add_modal li.shopping a:hover .plus_icon .add_article {
  opacity: 1;
}
.add_modal li.shopping a:hover .plus_icon .img-fluid {
  opacity: 0.4;
}
.add_modal li.shopping.added .remove_gift {
  display: block !important;
  z-index: 9;
}
.add_modal li.shopping.added:hover .plus_icon {
  border: 4px solid #28DCBF !important;
  border-radius: 10px !important;
}
.add_modal li.shopping.added:hover .plus_icon .img-fluid {
  opacity: 1;
}
.add_modal li.shopping.added:hover .plus_icon .add_article {
  display: none;
}
.add_modal li.shopping.added .plus_icon {
  border: 4px solid #28DCBF !important;
  border-radius: 10px !important;
  cursor: pointer;
}

#backgroundmodal .color {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  background: #FF0000;
  border: 2px solid #DDDDDD;
  border-radius: 15px;
}

.product-list-section {
  height: auto;
  max-height: none !important;
  width: 100%;
}

form.dropzone {
  position: relative;
}

.attachment-timecoin {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  padding: 15px 30px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 10px 0 0;
  -ms-border-radius: 10px 10px 10px 0 0;
  background: #3CAAE9;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.attachment-timecoin img {
  margin-right: 10px;
}
.attachment-timecoin b {
  margin-left: 10px;
}
.attachment-timecoin span {
  display: inline;
  color: #fff;
  margin: 0;
  padding: 0;
}
.attachment-timecoin span:first-of-type {
  margin-right: 5px;
}

#kdomodal .attachment-timecoin.visible {
  display: block;
  position: relative;
  margin-bottom: 16px;
  border-radius: 0;
  width: 100%;
}

.dz-started {
  padding-top: 50px !important;
}
.dz-started h4, .dz-started .attachment-icon, .dz-started .temp_display, .dz-started .dz-message {
  display: none !important;
}
.dz-started .attachment-timecoin {
  display: block !important;
}

/* PROFILE PAGE
   ============================= */
.profile .logged_in_menu {
  right: 40px;
}
.profile .scrolled .logged_in_menu {
  top: 9px;
}
.profile .overview {
  background: #FFCB05;
  border-radius: 10px;
  padding: 20px;
}
.profile .overview .avatar {
  text-align: center;
  margin-bottom: 15px;
}
.profile .overview h4 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #27536B;
  letter-spacing: 0.12px;
}
.profile .overview + p {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}
.profile .overview ul + .row {
  margin-bottom: 16px;
}
.profile .overview ul .row {
  border-bottom: 1px solid #DFB814;
  margin: 0;
}
.profile .overview ul .row:last-of-type {
  border: none;
}
.profile .overview ul .row .col-6 {
  padding: 10px 0;
}
.profile .overview ul .row .col-6:first-of-type {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #27536B;
  letter-spacing: 0.7px;
}
.profile .overview ul .row .col-6:last-of-type {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #27536B;
  letter-spacing: 0.08px;
  text-align: right;
}
.profile .personal_info {
  background: #FFFFFF;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 8.333333%;
  margin-bottom: 60px;
}
.profile .personal_info > .row {
  margin-bottom: 20px;
}
.profile .personal_info .tip {
  opacity: 0.6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
}
.profile .personal_info h3 {
  margin: 40px 0 20px 0;
}
.profile .personal_info h3:first-of-type {
  margin-top: 0;
}
.profile .personal_info .saveall {
  margin-bottom: 0;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid #3CAAE9;
}
.profile .pack {
  margin-bottom: 24px;
}
.profile #caroupack .carousel-item {
  margin-top: 0;
}

/* TIMELINE PAGE
   ============================= */
body.timeline {
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}
body.timeline h1 {
  padding: 40px 0 0 20px;
}
body.timeline .navbar-brand {
  margin: 20px 0 0 20px;
}
body.timeline .logged_in_menu {
  right: 4%;
}
body.timeline::after {
  content: "";
  background: url("../img/deco_intro.png");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  padding-top: 25%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
body.timeline > .container-fluid::before {
  position: absolute;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  background: url("../img/ico_top_arrow.svg") no-repeat;
  background-size: 100% 100%;
  height: 32px;
  width: 60px;
}
body.timeline .container-fluid {
  position: relative;
}
body.timeline .container-fluid::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 4px;
  background: #fff;
  height: 100%;
  margin: 0 auto;
}
body.timeline .container-fluid .woop_container {
  z-index: 99;
  position: relative;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  margin-bottom: 40px;
}
body.timeline .container-fluid .woop_container h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #374654;
  letter-spacing: 0;
}
body.timeline .container-fluid .woop_container p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #374654;
  letter-spacing: -0.2px;
  line-height: 24px;
}
body.timeline .container-fluid .woop_container .countdown {
  width: 16.666667%;
  height: 100%;
  position: absolute;
  border-radius: 0 5px 5px 0;
  right: 0;
  top: 0;
  background-image: radial-gradient(circle at 50% 44%, #6fd5f6, #3caae9);
  background-image: -webkit-radial-gradient(circle at 50% 44%, #6fd5f6, #3caae9);
  background-image: -moz-radial-gradient(circle at 50% 44%, #6fd5f6, #3caae9);
  background-image: -ms-radial-gradient(circle at 50% 44%, #6fd5f6, #3caae9);
  background-image: -o-radial-gradient(circle at 50% 44%, #6fd5f6, #3caae9);
  border-radius: 0 5px 5px 0 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body.timeline .container-fluid .woop_container .countdown > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body.timeline .container-fluid .woop_container .countdown div {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
body.timeline .container-fluid .woop_container .countdown div:first-of-type {
  margin-bottom: 10px;
}
body.timeline .container-fluid .woop_container .countdown span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 12px;
}
body.timeline .container-fluid .woop_container ul {
  text-align: right;
}
body.timeline .container-fluid .woop_container ul li a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-decoration: underline;
  color: #3CAAE9;
}
body.timeline .container-fluid .woop_container ul li:last-of-type a {
  color: #FF0023;
}
body.timeline .container-fluid .woop_container .progress_bar {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
body.timeline .container-fluid .woop_container .progress_bar li {
  position: relative;
  background: #3CAAE9;
  margin-right: 10px;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
body.timeline .container-fluid .woop_container .progress_bar li:first-of-type, body.timeline .container-fluid .woop_container .progress_bar li:last-of-type {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
body.timeline .container-fluid .woop_container .progress_bar li.current:before {
  position: absolute;
  top: -25px;
  right: 50%;
  height: 10px;
  width: 10px;
  content: url("../img/ico_rocket.svg");
}
body.timeline .container-fluid .woop_container.sent {
  background: #14BF6A;
}
body.timeline .container-fluid .woop_container.sent h3, body.timeline .container-fluid .woop_container.sent p {
  color: #fff;
}
body.timeline .container-fluid .woop_container.sent .countdown {
  background: #0FAA5D;
}
body.timeline .container-fluid .woop_container.sent .countdown div {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
body.timeline .container-fluid .woop_container.sent a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
body.timeline .date_stamp {
  z-index: 99;
  margin: 0 auto 50px auto;
  width: 130px;
  position: relative;
  display: flex;
  align-items: center;
}
body.timeline .date_stamp div {
  float: left;
}
body.timeline .date_stamp .circle {
  margin: 0 auto;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #ffffff;
}
body.timeline .date_stamp .circle + div {
  position: absolute;
  right: -40px;
  padding: 5px 10px;
  color: #fff;
  background: #fff;
  color: #FFCB05;
  border-radius: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0;
}
body.timeline .date_stamp .circle + div:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 7px 5.5px 0;
  border-color: transparent #fff transparent transparent;
}
body.timeline .date_stamp.current .circle {
  position: relative;
}
body.timeline .date_stamp.current .circle::before {
  content: "";
  height: 10px;
  width: 10px;
  background: #FFCB05;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}
body.timeline .date_stamp.current .circle + div {
  background: #FFCB05;
  color: #fff;
}
body.timeline .date_stamp.current .circle + div::before {
  border-color: transparent #ffcb05 transparent transparent;
}
body.timeline.summary {
  height: 100%;
  border: none;
  padding-top: 2%;
  padding-bottom: 0;
}
body.timeline.summary .container-fluid::before {
  display: none;
}
body.timeline.summary :after {
  display: none;
}
body.timeline.summary .first_btn {
  margin-bottom: 20px;
}
body.timeline.summary .send_zone {
  background: url(../img/bg_contact.png) #fff;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 50%;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0;
  color: #fff;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body.timeline.summary .send_zone > div {
  padding: 0 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body.timeline.summary .send_zone > div .big_button {
  padding: 0 60px;
  display: block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  background: radial-gradient(100% 100% at 52% 0%, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.006) 100%), rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.2), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.2), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.2), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.2), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.2), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  padding: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  margin-bottom: 20px;
}
body.timeline.summary .send_zone > div .big_button span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: block;
  padding: 60px 37px;
  background-color: #f15439;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -ms-border-radius: 70px;
}
body.timeline.summary .send_zone > div .dvCountDown {
  text-align: center;
  position: relative;
  width: 100%;
}
body.timeline.summary .send_zone > div .dvCountDown span {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #374654;
  margin-top: -5px;
}
body.timeline.summary .send_zone > div .dvCountDown span {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #374654;
  margin-top: -5px;
}
body.timeline.summary .send_zone > div #circle-orbit-container {
  position: relative;
  display: inline-block;
  height: 300px;
  width: 300px;
}
body.timeline.summary .send_zone > div #circle-orbit-container #inner-orbit {
  position: absolute;
  top: 75px;
  left: 75px;
  width: 150px;
  height: 150px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 10s linear infinite;
  animation: spin-right 10s linear infinite;
}
body.timeline.summary .send_zone > div #circle-orbit-container #inner-orbit .inner-orbit-cirlces {
  position: absolute;
  top: 62px;
  left: -6px;
  height: 40px;
  width: 40px;
  background-image: url("../img/anim_ufo.png");
  background-size: contain;
}
body.timeline.summary .send_zone > div #circle-orbit-container #middle-orbit {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 225px;
  height: 225px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 15s linear infinite;
  animation: spin-right 15s linear infinite;
}
body.timeline.summary .send_zone > div #circle-orbit-container #middle-orbit .middle-orbit-cirlces {
  position: absolute;
  top: 25px;
  left: 17px;
  height: 40px;
  width: 40px;
  background-image: url("../img/anim_earth.png");
  background-size: contain;
}
body.timeline.summary .send_zone > div #circle-orbit-container #outer-orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 294px;
  height: 294px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 20s linear infinite;
  animation: spin-right 20s linear infinite;
}
body.timeline.summary .send_zone > div #circle-orbit-container #outer-orbit .outer-orbit-cirlces {
  position: absolute;
  top: -17px;
  left: 125px;
  height: 40px;
  width: 40px;
  background-image: url("../img/anim_astro.png");
  background-size: contain;
}
body.timeline.summary .send_zone .top_zone {
  position: absolute;
  top: 40px;
  transform: none;
  width: 100%;
}
body.timeline.summary .send_zone .top_zone .tc_count {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #27536B;
  letter-spacing: 1.29px;
  text-align: left;
}
body.timeline.summary .send_zone .top_zone .tc_count img {
  margin-right: 10px;
}
body.timeline.summary .balance {
  font-size: 18px;
  color: #485A6A;
  letter-spacing: 0;
  font-weight: 700;
}
body.timeline.summary .balance span {
  display: block;
}
body.timeline.summary .balance span img {
  margin-right: 10px;
}
body.timeline.summary h3 {
  margin-bottom: 20px;
}
body.timeline.summary p {
  font-family: "Roboto", sans-serif;
}
body.timeline.summary .message_body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #374654;
  letter-spacing: 0;
  line-height: 24px;
}
body.timeline.summary .gift_item {
  border: 2px solid #28DCBF;
  border-radius: 5px;
}
body.timeline.summary .gift_item img {
  border-radius: 4px;
  width: 100%;
}
body.timeline.summary .gift_item + span {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #ADADAD;
  letter-spacing: 0;
  text-align: center;
  line-height: 21px;
}
body.timeline.summary .over_container {
  margin: 15% 0;
}
body.timeline.summary .redirected-section {
  position: relative;
  height: 100%;
  z-index: 999;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body.timeline.summary .redirected-section .container {
  z-index: 999;
  position: relative;
}
body.timeline.summary .redirected-section h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
  line-height: 51px;
}
body.timeline.summary .redirected-section h3 span {
  display: block;
  font-size: 18px;
  color: #fff;
}
body.timeline.summary .redirected-section a {
  display: block;
  text-align: center;
  color: #fff;
}
body.timeline.summary .redirected-section::after {
  content: "";
  background: url("../img/deco_intro.png");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  padding-top: 25%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}

/* Animated text */
.text {
  font-size: 5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  fill: none;
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
}

.text:nth-child(5n+1) {
  stroke: #F2385A;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.text:nth-child(5n+2) {
  stroke: #F5A503;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.text:nth-child(5n+3) {
  stroke: #E9F1DF;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.text:nth-child(5n+4) {
  stroke: #56D9CD;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

.text:nth-child(5n+5) {
  stroke: #3AA1BF;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
.redirected-content .container {
  background-size: 0.2em 100%;
  font: 5em/1 Open Sans, Impact;
  text-transform: uppercase;
  position: relative;
}

.top_index {
  z-index: 10;
}

.redirected-content .container svg {
  text-transform: uppercase;
}

.redirected-content .container svg {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
}

body.summary:after {
  display: none;
}

body.summary::before {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  border: 15px solid #FFCB05;
  content: "";
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="your_transparent.png", sizingMethod="scale");
  background: none !important;
}

/* FOOTER
   ============================= */
footer {
  background: #27536B;
  padding: 80px 0;
  position: relative;
}
footer ul a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.05px;
  margin-right: 15px;
}
footer ul a:hover {
  text-decoration: underline;
  color: #fff;
}
footer p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.05px;
  text-align: right;
}
footer .help {
  z-index: 99;
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
  background: #13BF6A;
  padding: 10px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
footer .help:hover {
  text-decoration: none;
}

/* Page 404 */
.missing {
  background-image: url("../img/bg_404.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.missing p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
}
.missing.success {
  background-image: url(../img/bg_success.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.missing.fail {
  background-image: url(../img/bg_error.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.hiddenmoon, .hiddenmars, .hiddensaturn, .subscribe_link, .profile_link {
  display: none;
}

.cross.d_active a {
  display: block;
  position: absolute;
  top: -30px;
  right: -20px;
  padding: 0px;
  margin: 0px;
  color: red !important;
}

.cross a {
  border-radius: 40px;
  text-align: center;
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 10px;
  margin: 0px;
  color: white !important;
  background: red;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.sticker:hover .cross {
  pointer-events: all;
}

.sticker:hover .cross a {
  pointer-events: all;
  opacity: 1;
  cursor: pointer;
  z-index: 99;
}

.cross.d_active a i {
  background: #fff;
  padding: 5px;
  border: 2px solid red;
  border-radius: 50%;
}

.cross.d_active {
  position: relative;
  width: fit-content;
}

.cross {
  /*border: 1px solid black;*/
  display: inline-block;
}

@media (max-height: 810px) and (orientation: landscape) {
  body.timeline.summary .send_zone {
    background-image: none;
  }
}
@media (min-width: 1501px) {
  #how .space-circle {
    left: -55%;
    bottom: -1050px;
  }

  #how .space-circle svg {
    width: 1807px;
    height: 1807px;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  #how .space-circle {
    left: -30%;
    bottom: -310px;
  }

  #how .space-circle svg {
    width: 900px;
    height: 900px;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1201px) {
  .mobile_display {
    display: none;
  }

  .desk_display {
    display: inline-block;
  }
}
@media (min-width: 1201px) and (max-height: 900px) {
  .subscribe .container-fluid form {
    padding-top: 120px;
  }

  .subscribe .container-fluid .intro {
    margin-bottom: 10px;
  }

  .subscribe .container-fluid form .row {
    margin-bottom: 15px;
  }

  .subscribe .container-fluid form small {
    font-size: 10px;
  }

  label {
    font-size: 10px;
  }

  .subscribe .pack {
    padding: 10px;
  }

  .subscribe .container-fluid form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  #how .space-circle {
    left: -400px;
    bottom: -400px;
  }

  #how .space-circle svg {
    width: 900px;
    height: 900px;
    left: 0;
    top: 0;
  }

  .desk_display {
    display: none;
  }

  #timemachine {
    width: 100%;
  }

  .time .logged_in_menu {
    right: 5%;
  }
}
@media (max-width: 1345px) {
  #how .space-circle {
    left: -400px;
    bottom: -400px;
  }

  #how .space-circle svg {
    width: 900px;
    height: 900px;
    left: 0;
    top: 0;
  }

  #what .decoimg {
    bottom: 0%;
  }
}
@media (max-width: 1500px) {
  #how .planet-block.planet-block.space-planet-3 {
    top: 3%;
  }
}
@media (min-width: 1700px) {
  #how .space-circle {
    left: -50%;
    bottom: -1050px;
  }
}
@media (min-width: 1720px) {
  #how .space-circle {
    left: -50%;
    bottom: -1050px;
  }
}
@media (min-width: 1900px) {
  #how .space-circle {
    left: -40%;
    bottom: -1050px;
  }
}
@media (max-width: 1200px) {
  .tc_count {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  #intro {
    border-width: 5px;
  }

  #intro .scroll_down {
    bottom: 40px;
  }

  #what .decoimg {
    display: none;
  }

  .fixed-top {
    left: 25px;
    top: 20px;
    /*position: relative;*/
  }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 1.5rem;
    font-size: 16px;
  }

  .home h1 {
    font-size: 3em;
    line-height: 1em;
  }

  .button.main {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 20px;
  }

  body.timeline.summary .send_zone {
    width: 100%;
    max-width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
    background: #fff;
    z-index: 1039;
    -webkit-box-shadow: 0px -5px 28px 0px #6b6b6b;
    -moz-box-shadow: 0px 0px 15px 0px #6b6b6b;
    box-shadow: 0px 0px 15px 0px #6b6b6b;
  }

  body.timeline.summary .send_zone > div {
    padding: 15px;
    transform: none;
    padding: 24px 0;
  }

  body.timeline.summary .send_zone > div .big_button {
    padding: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  body.timeline.summary .send_zone > div .big_button span {
    padding: 15px;
  }

  body.timeline.summary .send_zone h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  body.timeline.summary .send_zone p {
    font-size: 16px;
  }

  body.summary::before {
    border: 5px solid #FFCB05;
  }

  body.timeline.summary h3 {
    font-size: 24px;
  }

  body.timeline.summary .tc_cost {
    font-size: 14px;
  }

  body.timeline.summary .over_container {
    margin: 8% 0 40% 0;
  }

  .woop-it-block {
    padding: 0 30%;
  }

  body.timeline.summary.review_order {
    padding-top: 0;
  }

  body.timeline.summary.review_order .send_zone .top_zone + div {
    transform: translateY(-50%);
  }

  .border_wrap {
    border: 5px solid #FFCB05;
    border-top: none;
  }

  body.timeline.summary.review_order .send_zone {
    position: relative;
  }

  body.subscribe .container-fluid .intro {
    margin-bottom: 16px;
  }

  body.subscribe .container-fluid form .row {
    margin-bottom: 16px;
  }

  body.subscribe .logo-container {
    padding: 5px;
  }

  body.subscribe .container-fluid form {
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  body.subscribe .pack p {
    line-height: 20px;
  }

  body.subscribe .pack {
    padding: 15px;
  }

  #what .cards {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .subscribe h2 {
    color: #27536B;
    font-size: 30px;
  }

  body.timeline.summary .send_zone .top_zone {
    position: relative;
  }

  body.timeline.summary.review_order .send_zone .top_zone + div {
    transform: none;
    top: auto;
  }
}
@media (orientation: landscape) and (max-height: 845px) {
  .time .your__message {
    min-height: 200px;
  }
  .time .counter {
    margin-top: 2%;
  }
  .time .tm .tab-content .tab-pane > div {
    max-height: 15vh;
  }

  #nav-profile .attachment-icon {
    display: none;
  }

  .copyright {
    text-align: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .time .create-msg-steps {
    display: none;
  }

  .time .counter {
    margin-top: 24px;
  }

  .time .your__message {
    min-height: 260px;
  }

  .carousel, .item, .active {
    height: auto;
  }
}
@media (max-width: 991px) {
  #intro .row > div h1 {
    text-align: center;
  }

  .missing {
    background-image: none;
  }

  #subscribe:before,
#subscribe:after {
    display: none;
  }

  .deco {
    display: none;
  }

  #how {
    padding-bottom: 70%;
  }

  #what {
    padding: 60px 0 100px 0;
  }

  #what .cards {
    padding: 0;
  }

  #what .context,
#what .cards .info_box {
    margin-bottom: 24px;
  }

  #what .cards .info_box.first {
    margin-top: 0;
  }

  #what .cards .info_box.third {
    margin-top: 0;
  }

  #what .phone_wrapper > div h2, #what .phone_wrapper > div p {
    color: #27536B;
  }

  #what .phone_wrapper img:last-of-type,
#what .phone_wrapper img:first-of-type {
    display: none;
  }

  #what .phone_wrapper > div {
    padding: 0;
    position: relative;
  }

  #what .cards {
    margin-top: 24px;
  }

  .missing, .missing.success, .missing.fail {
    background-image: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .time .carousel-item {
    height: auto;
  }

  .your__message {
    min-height: 400px;
  }

  .time .counter {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .first_pack .button {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
}
@media (min-width: 1025px) {
  .first_pack .button {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .mobile_display {
    display: inline-block;
  }

  .desktop_display {
    display: none;
  }

  .fixed-top {
    left: 25px;
    top: 20px;
    /*position: relative;*/
  }

  body.timeline.summary .over_container {
    margin-top: 30px;
    margin-bottom: 40%;
  }

  body.time {
    height: auto;
  }

  .home h1 {
    font-size: 3rem;
    text-align: center;
  }

  .deco {
    display: none;
  }

  #how {
    padding-bottom: 70%;
  }

  #what {
    padding: 60px 0 100px 0;
  }

  #what .cards {
    padding: 0;
  }

  #what .context,
#what .cards .info_box {
    margin-bottom: 24px;
  }

  #what .cards .info_box.first {
    margin-top: 0;
  }

  #what .cards .info_box.third {
    margin-top: 0;
  }

  #intro .row > div .sign_up {
    border-radius: 40px;
    padding: 15px;
    margin: 20px 0;
    top: auto;
    transform: none;
  }

  #intro .help {
    position: absolute;
    bottom: auto;
    top: 18px;
    right: 100px;
    font-size: 14px;
    padding: 10px;
  }

  #intro .scroll_down {
    bottom: 80px;
  }

  #intro .sign_up > div {
    position: relative;
    padding: 5%;
  }

  #subscribe::after {
    display: none;
  }

  .subscribe .container-fluid form .row {
    margin-bottom: 0;
  }

  .subscribe .row .col-lg-6,
.subscribe .row .col-lg-3,
.subscribe .row .col-lg-2,
.subscribe .row .col-lg-4 {
    margin-bottom: 20px;
  }

  .subscribe .container-fluid .h-100 > .col-lg-6:last-of-type {
    display: none;
  }

  #timemachine {
    width: 100%;
  }

  .time .logged_in_menu {
    right: 5%;
  }

  body.timeline.summary .send_zone {
    height: auto;
    bottom: 0;
    top: auto;
    background: #fff;
    z-index: 1039;
    -webkit-box-shadow: 0px -5px 28px 0px #6b6b6b;
    -moz-box-shadow: 0px 0px 15px 0px #6b6b6b;
    box-shadow: 0px 0px 15px 0px #6b6b6b;
  }

  body.timeline.summary .send_zone > div {
    padding: 15px;
    transform: none;
    padding: 24px 0;
  }

  body.timeline.summary .send_zone > div .big_button {
    padding: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  body.timeline.summary .send_zone > div .big_button span {
    padding: 15px;
  }

  body.timeline.summary .send_zone h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  body.timeline.summary .send_zone p {
    font-size: 16px;
  }

  body.timeline h1 {
    font-size: 2rem;
    padding-left: 0;
  }

  body.timeline .container-fluid .woop_container {
    padding-bottom: 15px;
  }

  body.timeline .container-fluid .woop_container .countdown {
    position: relative;
    width: 100%;
    border-radius: 5px;
    height: auto;
  }

  body.timeline .container-fluid .woop_container .countdown div {
    font-size: 24px;
  }

  .subscribe .container-fluid form {
    padding-top: 80px;
  }

  footer p {
    text-align: left;
  }

  #intro .rays_container {
    display: none;
  }

  .subscribe .logo-container img {
    height: 50px;
  }

  #what .phone_wrapper > div h2, #what .phone_wrapper > div p {
    color: #27536B;
  }

  #what .phone_wrapper img:last-of-type,
#what .phone_wrapper img:first-of-type {
    display: none;
  }

  #what .phone_wrapper > div {
    padding: 0;
    position: relative;
  }

  #what .cards {
    margin-top: 24px;
  }

  #partners .col-lg-2 {
    margin-bottom: 20px;
  }

  .copyright {
    display: none;
  }
}
@media (max-width: 576px) {
  .logged_in_menu div:first-child span {
    font-size: 14px;
  }

  .time .tm .form-group textarea::placeholder {
    font-size: 16px;
  }

  body.subscribe {
    height: auto;
  }

  body.subscribe .container-fluid form {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  body.subscribe .logo-container {
    top: 5px;
    left: 20px;
  }

  body {
    overflow: scroll;
  }

  .fixed-top {
    left: 16px;
    top: 10px;
    position: relative;
    margin-bottom: 10px;
  }

  .logo {
    height: 50px;
  }

  .home h1 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
  }

  .cookiealert p {
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .time .logged_in_menu {
    right: 16px;
    top: 20px;
  }

  .logged_in_menu div img {
    width: 40px;
  }

  .logged_in_menu div:nth-child(2) {
    margin-right: 20px;
  }

  .mobile_selection .row .col-lg-4 .add_btn {
    height: auto;
    line-height: 24px;
    font-size: 14px;
    padding: 8px 0;
    font-weight: 400;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    margin-right: 8px;
  }

  .attachment-timecoin {
    font-size: 14px;
  }

  .attachment-timecoin b {
    margin-left: 5px;
  }

  section {
    padding: 24px 0;
  }

  h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .button.main {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    margin-top: 0;
  }

  body, .border_wrap, #intro {
    border-width: 5px;
  }

  #partners .logo_container {
    padding: 0;
    margin-bottom: 20px;
  }

  #intro {
    padding-bottom: 100px;
  }

  #intro::after,
#what::after {
    display: none;
  }

  #intro .scroll_down {
    bottom: 50px;
  }

  #intro .sign_up > div h4 {
    margin-bottom: 10px;
  }

  #intro .cta button {
    margin: 40px 0;
  }

  #intro .row > div .sign_up {
    border-radius: 30px;
    padding: 15px;
    margin: 20px 0;
    top: auto;
    transform: none;
  }

  #intro .sign_up > div {
    position: relative;
    padding: 0;
  }

  #what .cards {
    padding: 0;
  }

  #what .cards .info_box {
    margin-bottom: 20px;
    padding: 20px;
  }

  #what .cards .info_box.first {
    margin: 0 0 20px 0;
  }

  #what .cards .info_box.third {
    margin: 0;
  }

  #what .cards .info_box img {
    width: 20%;
  }

  #what .context {
    display: none;
  }

  #subscribe::after {
    display: none;
  }

  #subscribe .contact_form {
    padding: 0;
  }

  .subscribe {
    background: none;
  }

  .subscribe .action_buttons .col-lg-4 {
    margin: 0;
  }

  .subscribe .logo-container {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 -15px 32px -15px;
    border-radius: 0;
  }

  .subscribe .logo-container img {
    width: 80%;
  }

  .subscribe .container-fluid .h-100 > .col-lg-6:last-of-type {
    display: none;
  }

  .subscribe .button.secondary {
    margin-bottom: 24px;
  }

  .subscribe .action_buttons {
    margin-top: 20px;
  }

  body.timeline > .container {
    margin-top: 35%;
  }

  body.timeline .date_stamp .circle + div {
    font-size: 18px;
    right: -20px;
  }

  body.timeline .container .woop_container {
    padding-bottom: 130px;
  }

  body.timeline .container .woop_container .countdown {
    width: 100%;
    bottom: 0;
    height: auto;
    top: auto;
    padding: 15px 0;
  }

  body.timeline .container .woop_container .countdown > div {
    top: auto;
    transform: none;
  }

  .holder a {
    position: absolute;
    right: 10px;
    top: 9px;
  }

  .select2-search__field {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
  }

  .time .tm .form-group .form-control {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
  }

  .time .tm .form-group .form-control::placeholder,
.your__message p.placeholder,
.select2-search__field::-webkit-input-placeholder {
    font-size: 16px;
  }

  .select2-container--default .select2-selection--multiple {
    padding: 0px 10px !important;
  }

  .your__message {
    padding: 15px;
  }

  .time .tm .form-group textarea {
    font-size: 16px;
  }

  .valign {
    margin-top: 0;
    position: relative;
    top: auto;
    transform: none;
  }

  .carousel-item.active {
    display: block;
  }

  .carousel-item {
    margin-top: 0;
  }

  footer {
    padding: 32px 0 60px;
  }

  footer ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  footer ul a {
    font-size: 16px;
  }

  footer p {
    text-align: left;
    font-size: 16px;
  }

  footer .help {
    left: 15px;
    right: auto;
    bottom: 20px;
  }

  .time .progress {
    display: none;
  }

  .date-box {
    height: 50px !important;
  }

  .date-box div {
    font-size: 32px !important;
  }

  body.timeline.summary .send_zone {
    height: auto;
    bottom: 0;
    top: auto;
    background: #fff;
    z-index: 1039;
    -webkit-box-shadow: 0px -5px 28px 0px #6b6b6b;
    -moz-box-shadow: 0px 0px 15px 0px #6b6b6b;
    box-shadow: 0px 0px 15px 0px #6b6b6b;
  }

  body.timeline.summary .send_zone > div {
    padding: 15px;
    transform: none;
    padding: 24px 0;
  }

  body.timeline.summary .send_zone > div .big_button {
    padding: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  body.timeline.summary .send_zone > div .big_button span {
    padding: 15px;
  }

  body.timeline.summary .send_zone h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  body.timeline.summary .send_zone p {
    font-size: 16px;
  }

  body.summary::before {
    border: 5px solid #FFCB05;
  }

  body.timeline.summary h3 {
    font-size: 24px;
  }

  body.timeline.summary .tc_cost {
    font-size: 14px;
  }

  body.timeline.summary .over_container {
    margin: 8% 0 60% 0;
  }

  .over_container section {
    padding: 15px;
  }

  .over_container.review {
    padding: 30px;
  }

  .subscribe .container-fluid form {
    padding: 0;
  }

  .subscribe .logo-container {
    position: relative;
  }

  .navbar-brand {
    background: none;
  }

  #how .space-circle {
    left: -48%;
    bottom: -55%;
  }

  #how .space-circle svg {
    width: 600px;
    height: 600px;
    left: 0;
    top: 0;
  }

  .review_order .review section {
    padding: 15px;
  }

  .review_order .review section:first-of-type h2 {
    font-size: 22px;
  }

  body.timeline.summary h3 {
    font-size: 18px;
  }

  .table-bordered thead td, .table-bordered thead th {
    font-size: 14px;
  }

  .review_order table td {
    padding: 10px;
  }

  .review_order table img {
    max-width: 15px;
    margin-right: 5px;
  }
}
@media (max-width: 320px) {
  label {
    margin-bottom: 0;
  }

  .home h1 {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 24px;
  }

  .h3, h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  input[type=text], .custom-select {
    height: 30px;
  }

  .button, .button.secondary {
    height: 32px;
    line-height: 31px;
    font-size: 14px;
  }

  .button.main {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 14px;
    width: 80%;
    margin-top: 16px;
  }

  #intro .scroll_down .chevron {
    display: none;
  }

  #intro .scroll_down {
    bottom: 16px;
  }

  #intro .row > div .sign_up {
    margin: 0;
  }

  #intro .sign_up > div form input {
    margin-bottom: 8px;
    padding-left: 8px;
  }

  #intro .sign_up .subscribe {
    margin-top: 16px;
  }

  #intro .video {
    font-size: 12px;
  }

  #what {
    padding: 24px 0 100px 0;
  }

  #what .cards .info_box img {
    margin-bottom: 16px;
  }

  #how .space-circle {
    display: none;
  }

  #how {
    padding-bottom: 24px;
  }

  #subscribe .button {
    margin-top: 16px;
  }

  #faq .btn-link {
    font-size: 14px;
  }

  #faq .card-body {
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }

  #timemachine {
    margin-top: 16px;
  }

  .your__message {
    height: 270px;
    font-size: 14px;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
  }

  .time h2 {
    font-size: 24px;
  }

  input.datepicker-field,
.time_inputs button, .time_inputs input {
    height: 40px;
  }

  .time_inputs button#timeloop img, .time_inputs input#timeloop img {
    top: 4px;
  }

  .time_inputs button#lucky img, .time_inputs input#lucky img {
    top: 9px;
  }

  .time_inputs {
    margin-bottom: 24px;
  }

  .set_hour {
    position: relative;
    margin-top: 16px;
  }

  .numbers .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ctas p {
    font-size: 16px;
  }

  .woop-it-block {
    padding: 0;
  }

  body.timeline .navbar-brand {
    margin: 0;
  }

  .over_container p {
    font-size: 14px;
  }

  body.timeline.summary h3 {
    font-size: 18px;
  }

  body.timeline.summary .tc_cost img {
    margin-right: 8px;
  }

  body.timeline.summary .balance {
    font-size: 14px;
  }

  body.timeline.summary .balance span {
    margin-bottom: 10px;
  }

  body.timeline.summary .redirected-section h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .redirected-section .main {
    width: 100%;
  }

  .show_fireworks {
    opacity: 0.2;
  }

  body.subscribe .container-fluid .intro {
    font-size: 14px;
  }

  .subscribe .row .col-lg-6, .subscribe .row .col-lg-3, .subscribe .row .col-lg-2, .subscribe .row .col-lg-4 {
    margin-bottom: 0;
  }

  input[type=text], .custom-select {
    line-height: 16px;
    margin-bottom: 16px;
  }

  body.subscribe .container-fluid form .row {
    margin-bottom: 0;
  }

  .subscribe form {
    padding-bottom: 32px !important;
  }

  body.subscribe .pack {
    margin-bottom: 16px;
  }

  .avatar img {
    max-width: 30%;
  }

  .profile .personal_info > .row {
    margin-bottom: 0;
  }

  .profile .personal_info h3 {
    margin: 20px 0 20px 0;
  }

  .profile .personal_info .button.secondary,
.profile .personal_info .tip {
    margin-bottom: 16px;
  }

  .profile .personal_info .saveall {
    margin-top: 16px;
  }

  body.timeline .container-fluid .woop_container h3 {
    font-size: 16px;
  }

  body.timeline .container-fluid .woop_container p {
    font-size: 14px;
  }

  body.timeline .container-fluid .woop_container .progress_bar li {
    margin-right: 5px;
  }

  .timeline .logged_in_menu {
    position: relative;
    padding-right: 10px;
    top: 0;
  }
}
@media (max-width: 576px) and (orientation: portrait) and (max-height: 926px) {
  .your__message {
    height: 600px;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    display: none;
  }
}
@media (max-width: 576px) and (orientation: portrait) and (max-height: 823px) {
  .your__message {
    height: 523px;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    display: none;
  }
}
@media (max-width: 576px) and (orientation: portrait) and (max-height: 812px) {
  .your__message {
    height: 500px;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    display: none;
  }
}
@media (max-width: 576px) and (orientation: portrait) and (max-height: 736px) {
  .your__message {
    height: 400px;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    display: none;
  }
}
@media (max-width: 576px) and (orientation: portrait) and (max-height: 731px) {
  .your__message {
    height: 430px;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    display: none;
  }
}
@media (max-width: 576px) and (orientation: portrait) and (max-height: 731px) {
  .your__message {
    height: 350px;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    display: none;
  }
}
@media (max-width: 576px) and (orientation: portrait) and (max-height: 640px) {
  .your__message {
    height: 330px;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    display: none;
  }
}
@media (max-width: 576px) and (orientation: portrait) and (max-height: 568px) {
  .your__message {
    height: 200px;
  }

  .mobile_selection .row .col-lg-4 .add_btn i {
    display: none;
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  #intro {
    padding-bottom: 140px;
  }
}
@media (orientation: landscape) and (min-height: 1050px) {
  .time .tm .tab-content .tab-pane > div, .time .tm .tab-content .tab-pane #my-awesome-dropzone {
    max-height: 35vh;
  }
}
@media (orientation: landscape) and (max-height: 890px) {
  .edit_box .desktop_display {
    display: none;
  }

  .edit_box .mobile_display {
    display: block;
  }
}
@media (min-width: 577px) {
  .time .tm .form-group textarea::placeholder {
    font-size: 22px;
  }
}