.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
  position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
  display: none;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
  display: none;
}

@media (max-width: 768px) {

  .thesaas-sections-split .section,
  .thesaas-sections-split .main-content .site-footer {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

}

@media (max-width: 376px) {
  .topbar-right {
    height: 76px !important;
  }
}

#timeline .timeline {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: -40px;
}
/* this is the line*/
#timeline .timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #d4e9ee;
  top: 20px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  outline: 4px solid #b1d7e0;
}

#timeline .dot {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* this is the dot*/
#timeline .dot::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #1c9394;
  border: 4px solid #b0d7e0;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

#timeline .dot-white {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* this is the dot*/
#timeline .dot-white::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #b0d7e0;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

#timeline .left {
  left: -6px;
}
#timeline .right{
  left: 50%;
}
/*arrow points right*/
#timeline .left::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 22px;
  z-index: 1;
  right: 30px;
  /* border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white; */
}
/*arrow points right*/
#timeline .right::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 22px;
  z-index: 1;
  left: 30px;
  /* border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent; */
}
#timeline .right::after {
  left: -14px;
}
#timeline .content {
  padding: 10px 20px;
  background-color: #f0f8f9;
  position: relative;
  border-radius: 12px;
}

@media all and (max-width: 600px){
  #timeline .timeline::after{
      left: 23px;
  }
  #timeline .dot {
      width:100%;
      padding-left: 70px;
      padding-right: 25px;
  }
  /* #timeline .dot::before{
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
  } */
  #timeline .dot-white {
      width:100%;
      padding-left: 70px;
      padding-right: 25px;
  }
  /* #timeline .dot-white::before{
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
  } */
  #timeline .left::after, .right::after {
      left: 15px;
  }
  #timeline .right {
      left: 23px;
  }

  .content-right {
    margin-left: -28px !important;
    width: 100% !important;
  }

  .mobile-left {
    text-align: left !important;
    margin-left: -30px;
  }
}

.nav-vertical .nav-link {
  padding: 8px 20px 0px 20px !important;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

img {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

ul#sale-progress{
  display:inline-flex;
  font-weight:300;
  margin-bottom:40px;
}

#sale-progress li{
  display:block;
  float:left;
  width:100px;
  height:10px;
  margin-right:10px;
  border-radius:5px;
}

/* .sale-progress-top{
  margin-top:-60px;
}

.sale-progress-middle{
  margin-top:-10px;
}
.sale-progress-bottom{
  margin-top:60px;
} */

.bar-active{
  background:rgba(15,133,163,1);
  box-shadow:inset 0px 0px 10px 2px rgba(15,133,163,0.5),
                    0px 0px 20px rgba(15,133,113,0.5);
}

.bar-inactive{
   background:rgba(15,133,163,0.1);
   box-shadow:inset 0px 0px 10px 1px rgba(15,133,163,0.4),
                    0px 0px 20px rgba(15,133,163,0.1);
}

.bar-pulse{
  animation:pulsebar 0.9s alternate infinite;
  -webkit-animation:pulsebar 0.9s alternate infinite;
  -moz-animation:pulsebar 0.9s alternate infinite;
}

@media only screen and (max-width:768px){

  ul#sale-progress{
    margin-left:-30px;
  }

  #sale-progress li{
    width:46px;
    font-size: 0.75rem;
  }
}

@keyframes pulsebar{
  0%{
     background:rgba(15,133,163,1);
     box-shadow:inset 0px 0px 10px 2px rgba(15,133,163,0.5),
                      0px 0px 40px 2px rgba(15,133,113,1);}
  100%{
     background:rgba(15,133,163,0);
     box-shadow:inset 0px 0px 10px 2px rgba(15,133,163,0.5),
                      0px 0px 30px 2px rgba(15,133,113,0.3);
  }
}

@-webkit-keyframes pulsebar{
  0%{
     background:rgba(15,133,163,1);
     box-shadow:inset 0px 0px 10px 2px rgba(15,133,163,0.5),
                      0px 0px 40px 2px rgba(15,133,113,1);}
  100%{
     background:rgba(15,133,163,0);
     box-shadow:inset 0px 0px 10px 2px rgba(15,133,163,0.5),
                      0px 0px 30px 2px rgba(15,133,113,0.3);
  }
}

@-moz-keyframes pulsebar{
  0%{
    background:rgba(15,133,163,1);
    box-shadow:inset 0px 0px 10px 2px rgba(15,133,163,0.5),
                      0px 0px 40px 2px rgba(15,133,113,1);
  }
  
  100%{
    background:rgba(15,133,163,0);
    box-shadow:inset 0px 0px 10px 2px rgba(15,133,163,0.5),
                      0px 0px 30px 2px rgba(15,133,113,0.3);
  }
}

.soldout {
  margin-top: -8px;
  font-size: 13px;
}

/* .mark, mark {
  padding: 0px !important;
} */

.eth-address-text {
  font-size: 0.9rem;
}

.eth-address-margins {
  margin-top: 10px;
  margin-left: -30px;
}

.eth-address-input {
  border: none; 
  background: transparent; 
  width: 360px; 
  text-align: center; 
  font-weight: 600;
}

.eth-gas-input {
  border: none; 
  background: transparent; 
  width: 60px; 
  text-align: center; 
  font-weight: 600;
}

.eth-contribution-options {
  margin-left: -45px;
}

.relative {
  position: relative;
}

.container-amount {
  position: absolute;
  top: -12px;
  left: 18%;
  color: #535353;
  font-size: 4rem;
}

.input-amount-in {
  width: 100%;
  height: 6rem;
  padding-bottom: 20px;
  border: none;
  font-size: 5.4rem;
  line-height: 4.4rem;
  text-align: center;
}

.ul-orders {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
}

.ul-orders > li {
  border-bottom: 1px solid #ccc;
  max-height: 84px;
  overflow: hidden;
}
.ul-orders > li:last-child {
  border-bottom: none;
}
.ul-orders > li:nth-child(even) {
  background: #f8f8f8;
}

.row-orders {
  margin-top: -26px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  max-height: 84px;
}


@media only screen and (max-width:768px){
  .soldout {
    margin-top: -5px;
    font-size: 10px;
  }
}

.dolphin-bar {
  width: 160px !important;
}

.tier1-bar {
  width: 120px !important;
}

.tier2-bar {
  width: 280px !important;
}

@media only screen and (min-width : 320px) and (max-width: 413px) {

  .eth-address-text {
    font-size: 0.64rem;
  }

  .eth-address-margins {
    margin-top: 4px !important;
    margin-left: 0px !important;
  }

  .eth-address-input {
    width: 258px; 
  }

  .eth-contribution-options {
    margin-left: -15px;
  }

  .dolphin-bar {
    width: 100px !important;
  }

  .tier1-bar {
    width: 80px !important;
  }

  .tier2-bar {
    width: 130px !important;
  }

  .input-amount-in {
    font-size: 4.4rem;
  }
}

@media only screen and (min-width : 414px) and (max-width: 599px) {

  .eth-address-text {
    font-size: 0.7rem;
  }

  .eth-address-margins {
    margin-top: 4px !important;
    margin-left: 0px !important;
  }

  .eth-address-input {
    width: 284px; 
  }

  .eth-contribution-options {
    margin-left: 0px;
  }

  .dolphin-bar {
    width: 100px !important;
  }

  .tier1-bar {
    width: 80px !important;
  }
  
  .tier2-bar {
    width: 180px !important;
  }

  .input-amount-in {
    font-size: 4.4rem;
  }
}

@media only screen and (min-width : 600px) and (max-width: 1024px) {
  .btn {
    padding: 7px 16px !important;
    font-size: 0.5rem;
  }
}

@keyframes pulse-text {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.03); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.01); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}

.pulse-text {
	animation-name: pulse-text;
	animation-duration: 2000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.link-canya {
  color: #0F85A3;
}

.link-canya:hover {
  color: #535353;
}

.nav-vertical .nav-link.active {
  border: 1px solid #b8b8b8 !important;
}