body {
    margin: 0;
    padding: 0;
    background: white;
    font-weight: normal;
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #46484a;
}

.em-bold{
  font-weight: bold;
}

.text-white {
  color:white !important;
}

#token-sale-panel{
  font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;    
  height:auto;
  background-color: rgba(255,255,255,0.4);
  width:100%;
  max-width: 350px;
  min-width: 320px;
  margin:0px auto;
}

#token-sale-panel-wrapper{
  padding: 0px !important;
}

@media (max-width: 768px) { 
  #token-sale-panel-wrapper{
    margin: 0px 0px 30px 0px;
  }   
}

@media (max-width: 1200px) { 
  .shards-landing-page--1 .welcome {
      height: auto !important;
  }  
}

#token-sale-panel > #token-sale-panel-body {
  margin:0px auto;
  padding:15px 18px 15px 17px;  
  width:320px;
} 

#token-sale-panel > #token-sale-panel-body > div{
  text-align: center;
  color:white;
}

#token-sale-panel #countdown-title{
  font-size:1.6rem;
}
#token-sale-panel #countdown-label{
  font-size:1rem;
}

#token-sale-panel  .bonus > div > div {
  height:30px;
}

.bonus > div {
  float:left;
}
.bonus-label{
  font-size:1.5rem;
  text-align: right;
  line-height: 60px;
  width:80px;
}

.bonus-percent{
  line-height: 30px;
  font-size:1.1rem;
  width: 100px;
}

.bonus-condition{
  font-size:0.8rem;
  text-align: left;
  line-height: 30px;
  width: 100px;
}

.bonus-info{
  font-size:12px;
  text-align: center;
  padding:5px 0px;
}

#token-sale-panel .divider{
  margin: 5px 0px;
  height:1px;
  background-color: #fff;
}

#countdown-box{
  height:74px;
  width:100%;
  padding-left:2px;
  margin: 10px 0px 15px 0px;
}

.token-status{
  position:relative;
  height:60px;
  padding: 25px 8px 0px 8px;
  margin-bottom: 5px;
}

.token-bar-info, .token-hardcap {
  right: 0px;
  left: auto;
  position: absolute;
  font-size: .75em;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}
.token-bar-info span, .token-hardcap span {
  display: block;
  position: relative;
}
.token-bar-info-text{
  top:12px;
  left:3px;
  right:auto;
}
.token-bar-info-info{
  bottom: -19px;
  left:-3px;
  right:auto;
}
.token-hardcap-text{
  top:0px;
  right:3px;
}
.token-hardcap-number{
  bottom: 0px;
  right: 3px;
}
.token-hardcap-text::after {
  position: absolute;
  right: 5px;
  top: calc(100% - 1px);
  height: 28px;
  width: 1px;
  content: '';
  background: rgba(255, 255, 255, 0.35);
}
.token-status-dot {
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  bottom: 16px;
  z-index: 99;
  border: 4px solid #007bff;
  left: 0px;
}
.dot-end{
  right:0px;
  left:auto;
}

.sns-info{
  font-size:12px;
  text-align: center;
  padding:0px 0px;
}


#logo{
  margin:8px 10px;
  height:35px;
  display:block;
  width:auto;
}

.form-content{
  padding-top:2rem;
}


.navbar-brand > img {
  width:auto;
  height:25px;
  display: inline-block;
  margin-top:-5px;
}
#forms h1
{
    font-size: 3.125rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
    position:relative;
}


#forms .nav-pills
{
  margin-bottom: 1rem;
}


#forms .nav-pills>.nav-item>.nav-link
{
    font-weight: 400;
    font-size: .8rem;
    border-radius: 2px;
    border: 2px solid #E7EDF0;
    padding: 1rem 1rem;
    margin-right: 2rem;
    margin-top: 0.5rem;
    letter-spacing: .05em;
    color: inherit;
    text-align: center;
    width:250px;
}
#forms .nav-pills>.nav-item>.nav-link.active
{
    color: #00b8d8;
    border-color: #00b8d8;
    background: none;
}
#forms .form-control.error
{
    border-color: #f39999;
}

#forms .form-group .error-message
{
    color: #f39999;
    font-size: 90%;
    padding: 5px 0;
}

#forms p.help-upload
{
    margin: 1rem 0 -0.5rem 0;
    
    font-size: 1.0625rem;
    line-height: 1.625rem;
    color: #6F8490;
}

#forms .input-file
{
    position: relative;
}

#forms .input-file label
{
    display: block;
    width: 100%;
    border-radius: 2px;
    border: 2px solid #E7EDF0;
    padding: 20px 29px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

#forms .input-file label i
{
    font-size: 1.3rem;
    color: #2bb9e7;
    padding: 1px 4px;
    margin-right: 10px;
    top: 3px;
    position: relative;
    margin-top: -5px;
}

#forms .input-file input
{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

#forms .preview
{
    border: 1px solid #2bb9e7;
    padding: 20px;
    display: none;
}

#forms .file-req
{
    font-size: .625rem;
    text-transform: uppercase;
    color: #2bb9e7;
    font-weight: 700;
}

#forms .col-form-label
{
    padding-bottom: 3px;
    font-size: 90%;
    color: #4F6470;
}

#forms .whitepaper-check-form-group {
  margin-bottom: 0.2rem;
}

#forms .form-submit
{
    padding-top: 30px;
}

#forms .form-submit .btn
{
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 21px 45px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 180px;
    border: 0;
}

.tooltip-inner
{
    color: #fff;
    background-color: #444;
    font-size: 90%;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before
{
    border-top-color: #444;
}

.info-tile {
  border:1px solid #444;
  margin:10px 0px;
  text-align: center;
  position: relative;
  height: 220px;
}

/* ------ Info Tile ------ */
.info-tile .card-body{
  vertical-align: middle;
}

.info-tile .center {
  width:100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.info-tile h5{
  font-size:0.8rem;
}
.info-tile p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.375rem;
}
.info-tile .memo {
  font-size:1.2rem;
}

#token-sale .info-tile.active{
  border:1.5px solid #007bff;
}
#token-sale .info-tile h5{
  font-size:1.2rem;
  line-height: 1.2rem;
}
#token-sale .info-tile .priod {
  font-size: 0.9rem;
  margin:8px 0px;
  font-weight: normal;
  display: block;
}
#token-sale .info-tile .pair {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top:15px;
  display: block;  
}
#token-sale .info-tile .rate {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin:3px 0px;  
  font-weight: normal;
  display: block;
}

.ref{
  font-size:0.5em;
  position: relative;
  top: -0.8em;
}

.ref-note{
  font-size:1rem; 
}

ul.ref-note{
  margin:10px 0px 0px 0px;
  padding-left:20px;
  list-style-type: lower-roman;
}
#contribute-section ul.ref-note{
  font-size:0.95rem; 
}

.band{
  padding:30px 0px 10px 0px;
  width:100%;
  text-align: center;
  font-size:1.5rem;
}

.band div{
  margin:5px 0px;
}

.intro{
  padding: 0em 3rem;
}
.intro p{
  text-align: left;  
  font-size:1rem;
  margin-bottom: 0.5rem;
}

.note{
  font-size:0.8rem;
  display: inline-block;
}

.technology h4{
  display:block;
  width:100%;
}

.takeoff-search img {
  width:100%;
  height:auto;
}

.table span.th{
  font-weight: bold;
}

/* footer */
#company-info {
  text-decoration: underline;
  cursor: pointer;
}

#footer-email{
  font-size:13px;
}


/* Modals */
.modal-footer {
  justify-content:center;
}

.smartcontract-address,.gas-limit,.your-address,.eth-arrow {
  display:block;
  text-align:center;
}
.eth-arrow{
  margin:20px 0px 0px 0px;
  font-size:2rem;
}
.smartcontract-image{
  display:block;
  margin:0px auto;
}


@media (max-width: 575.98px) {
  .xs-hidden-span {
    display:none;
  }
  .modal-body{
    padding: 1rem 1.2rem;
  }
  #smartcontractModal .modal-body p{
    margin-bottom: 0rem;
  }
  .smartcontract-address{
    font-size:0.9rem;
  }
}

@media (max-width: 375px) {
  #contribute-btn{
    margin-top:10px;
  }
}

/* hot to parchase token */

#buy-token h2 {
  font-size:2.2rem;
  margin:60px 0px 20px 0px;
}
#buy-token h3 {
  font-size:1.2rem;
  line-height: 1.5rem;
  margin:40px 0px 15px 0px;
}

#buy-token img {
  max-width:80%;
  border-radius: 5px;
}

#buy-token p {
  line-height: 1.5rem;
  
}
#buy-token .badge {
  font-size:1rem;
  padding:0.15rem 0.5rem 0.2rem 0.4rem;
}

#sprit p {
  margin-bottom: 0.75rem;
  font-size:1.1rem;
}

#sprit p em{
  color:#e2041b;
  font-weight: bold;
  font-style: normal;
}

em.ann{
  color:#e2041b;
  font-weight: bold;
  font-style: normal;
}

#slide-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: calc(56.25% + 40px);        
}

#slide-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 800px) {
  #slide-wrapper { 
      padding-top: calc(450px + 40px);
  }
}

#listing img{
  height:46.5px;
}

#media img{
  height:53px;
}

#media #logo-wrapper div,#listing #logo-wrapper div{
  text-align:center;
}

ul.social {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.social li {
    display: inline-block;
}

.social li a {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    margin: .4rem .1rem;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #696b6e;
    border: 0.1rem solid #dfe1e5;
    border-radius: 499rem;
    line-height: 1.5;
    font-size: 1.4rem;
}

ul.bitcointalk {
  margin:0px;
  padding:0px;
}
.bitcointalk li {
    display: inline-block;
}

.bitcointalk li a {
    display: block;
    width:11rem;
    margin: .4rem 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #696b6e;
    border: 1px solid #dfe1e5;
    border-radius: 0.4rem;
    font-size: 1.0rem;
}

#news ul{
  list-style: none;
  padding: 0;
  margin:0;
}

#news ul .date{
  color: #696b6e;
  font-weight: bold;
  text-align: right;
}



#news ul a{
  display: inline-block;
}

#roadmap ul{
  list-style: none;
  padding: 0;
  margin:0;  
}

#roadmap ul li{
  margin-bottom: 10px;
}

#roadmap ul .date{
  color: #696b6e;
  font-weight: bold;
  text-align: right;
}

img.face {
  width: 160px;
}

@media screen and (max-width: 767px) {
  #news ul .date{
    text-align: left;
  }
  #roadmap ul .date{
    text-align: left;
  }
  img.face {
    display:block;
    margin:0px auto 20px auto;
  }
}