/*!
 * Dust Protocol v ()
 * Copyright 2013-2017 Evan Albert
 */
/**

 */

body {
  background-color: #f3f6f9;
  overflow-x: hidden !important;
  font-family: 'Open Sans', sans-serif;
}

body.timeline {
  background-color: #06002A;
}

header ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #828094;
}
header :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #828094;
   opacity:  1;
}
header ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #828094;
   opacity:  1;
}
header :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #828094;
}
header ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #828094;
}


.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: white;
  background-color: transparent;
}
.text-primary {
  color: #fff;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}

a[href="https://medium.com/@dustprotocol"] {
  margin-right: 12px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 50px;
}

.btn-xl {
  color: white;
  background-color: #fff;
  border-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl .badge {
  color: #fff;
  background-color: white;
}
#mainNav {
  background-color: transparent;
  border: none;
  z-index: 100;
  border-radius: 0px;
}



.social {
  padding-bottom: 40px;
  padding-top: 20px;
}
.social-nav {
  width: 28px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 3px;
}

.social-nav:first-of-type {
  margin-left: 7px;
}

.social-container {
  margin-top: 16px;
}
.social-container a {
  display: inline !important;
  padding: 0px !important;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  margin-top: 5px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.navbar-header.page-scroll {
  padding-bottom: 10px;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-brand {
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
}
.navbar-brand > img {
  display: inline;
  margin-right: 8px;
  border-right: 1px solid white;
  padding-right: 8px;
  width: 40px;
  height: auto;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fff;
  border-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 12px;
}
.navbar-custom .nav li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fff;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fff;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

.header-nav {
  background-color: #06002A;
  background: url('/images/header_bg.jpg') no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .header-nav {
    background: url('/images/header_bg@2x.jpg') no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  .header-nav {
    background: url('/images/header_bg@2x.jpg') no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3 * 96dpi) {
  .header-nav {
    background: url('/images/header_bg@3x.jpg') no-repeat;
    background-position: top center;
    background-size: cover;
  }
}


.navbar {
  margin-bottom: 0;
}

header {
  text-align: center;
  color: white;
  padding-top: 40px;
}


.index header img[alt="Play The Mercury Protocol Video"] {
  width: 20%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 0;
  cursor: pointer;
  transition: .2s all;
}

.index header img[alt="Play The Mercury Protocol Video"]:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari */
  transform: scale(1.05);
}



header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header h1 {
  padding-bottom: 10px;
  /*text-transform: uppercase;*/
  font-size: 30px;
  padding-top: 90px;
  font-weight: 300;
}
header img {
  padding-bottom: 20px;
  padding-top: 40px;
}
header p {
  font-size: 16px;
  color: #828094;
  margin: 0 auto;
  line-height: 1.3;
  padding-bottom: 30px;
}
footer p {
  padding-top: 30px;
  padding-bottom: 20px;
}


header label {
  font-weight: 100;
  margin-bottom: 14px;
}
footer label {
  font-weight: 100;
  margin-bottom: 14px;
  font-size: 16px;
}
footer img {
  width: 140px;
  margin-top: 50px;
}
header form {
  padding: 6px;
  margin: 0 auto 80px auto;
  width: 100%;
}

footer form {
  padding: 6px;
  margin: 0 auto 20px auto;
  width: 80%;
}



header input[type="email"]  {
  border: none;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: left;
  padding: 12px;
  width: 40%;
  transition: all 0.2s;
}



header input[type="email"]:focus {
  outline: none;
}

footer input[type="email"]:focus {
  outline: none;
}

footer input[type="email"] {
  border: none;
  border-radius: 6px;
  background-color: #fff;
  border: solid 0.5px #dae1e9;
  text-align: left;
  padding: 12px;
  width: 50%;
}

footer p {
  color: #5a6f7e;
  width: 80%;
  margin: 0 auto;
}

header input[type="submit"]  {
  background-color: #5556FF;
  border: none;
  border-radius: 4px;
  padding: 12px;
  margin-top: -30px;
  margin-right: 2px;
  color: white;
  transition: all .5s;
}

header input[type="submit"].chinese-submit {
  border-radius: 3px;
  background-color: #5556ff;
  transition: all .2s;
  color: white;
  padding: 12px 26px;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: all .5s;
}

header input[type="submit"]:hover {
  color: #5556FF;
  background-color: white;
}

footer input[type="submit"] {
  background-color: #5556FF;
  border: none;
  border-radius: 4px;
  padding: 12px;
  margin-top: -30px;
  margin-right: 2px;
  color: white;
  transition: all .5s;
}

footer input[type="submit"]:hover {
  color: #5556FF;
  background-color: white;
}

header .intro-text .intro-lead-in {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  header form {
    border: none;
  }

  footer form {
    border: none;
  }

  header input[type="email"] {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
  }

  footer input[type="email"] {
    width: 100%;
    border: 1px solid black;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
  }

  header input[type="submit"] {
    width: 100%;
    margin-top: 1px;
  }

  footer input[type="submit"] {
    width: 100%;
    margin-top: 1px;
  }


}


@media (min-width: 768px) {
  header .intro-text .intro-lead-in {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
section.white {
  background-color: white;

  color: black;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.white {
    /*background: url(/images/white_background@2x.png) no-repeat;
    background-size: cover;*/
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  section.white {
    /*background: url(/images/white_background@2x.png) no-repeat;
    background-size: cover;*/
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3 * 96dpi) {
  section.white {
    /*background: url(/images/white_background@3x.png) no-repeat;
    background-size: cover;*/
  }
}
section.black {
  background-color: rgb(20, 83, 133);
  /*
   * Set a base background for 1x environments.
   */
  /*background: url('/images/black_background.png') no-repeat;
  background-size: cover;*/
  background: url('/images/blue_background.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  color: white !important;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.black {
    background: url('/images/blue_background@2x.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  section.black {
    background: url('/images/blue_background@2x.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3 * 96dpi) {
  section.black {
    background: url('/images/blue_background@2x.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.content {
  padding: 20px 0px 40px 0px;
}

.full-width {
  width: 100%;
  margin-bottom: 20px;
}

.fa-bars {
  color: white;
}

footer {
  padding: 25px 0;
  text-align: center;
  background-color: #f3f6f9;
  color: black;
}

footer .social img {
  margin-top: 0px;
  width: 28px;
  margin-right: 14px;
}
.header-logo {
  float: left;
}
section {
  padding: 50px 0;
}
section h2.section-heading {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}

footer span.copyright {
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fff;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
::-moz-selection {
  text-shadow: none;
  background: lightgrey;
}
::selection {
  text-shadow: none;
  background: lightgrey;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: lightgrey;
}

canvas {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

footer .coin {
  text-align: left;
}
@media (max-width: 960px) {
  footer .coin {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .social-container {
    margin-left: 12px;
  }
  section h2.section-heading {
    font-size: 40px;
  }
  .header-logo {
    width: 46px;
  }
  .download-button {
    width: 72px;
  }
  .content {
    padding: 0px;
  }


  footer .coin {
    text-align: center;
  }

  .timeline-link p {
    text-align: center;
  }
}

.sign-up {
  z-index: 100;
  margin-bottom: -110px;
}

.sign-up a {
  text-decoration: none;
  color: white;
}

.sign-up .play-button {
  background-color: #5556FF;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 52px;
  transition: all .5s;
  cursor: pointer;
}

.video-header {
  display:block;
  margin-bottom: 20px;
}

.sign-up .play-button:hover {
  background-color: white;
  color: #5556FF;
}

.sign-up #mc_embed_signup {
  margin-top: 40px;
}

/* Countdown */
.flip-clock-divider .flip-clock-label {  
  color: white;  
}

.flip-clock-wrapper {  
  padding-top: 30px;
  width: 630px;
  margin: 0 auto;
}

.flip-clock-wrapper ul li a div div.inn {  
  color: #07002a;
  text-shadow: none;
  background-color: #fff;
  border-radius: 6px;
  font-size: 50px;
}

.countdown-label {
  padding-top: 30px;
  font-size: 16px;
}

.flip-clock-dot {
  background: #8a8a8a;
}



#faq {
  background-color: white;
  background-image: none;
  color: black;
  padding-bottom: 100px;
  padding-top: 80px;
  padding-left: 50px;
}



#faq .right img {
  width: 80%;
  margin-top: 30px;
}
#faq h3 {
  margin-left: -32px;
  margin-bottom: 30px;
}
#faq .read-more {
  padding: 0;
  width: 20px;
  position: absolute;
  top: 2px;
  left: -31px;
}
#faq a {
  color: black;
  text-decoration: underline;
}
#faq p {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  color: #5A6F7E;
}

#faq ul {
  padding-left: 20px;
}

#faq li {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  color: #5A6F7E;
}

#faq h1 {
  text-transform: none;
  margin-left: -30px;
  padding-top: 0px;
}
#faq .faq-question {
  font-size: 18px;
  color: black;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 300;
  display: inline;
  cursor: pointer;
  position: relative;
}
#faq .faq-answer-container {
  height: 0px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}
#faq .faq-answer span {
  display: block;
}
#faq .faq-answer span img {
  margin-top: 30px;
  width: 80%;
}


#about {
  color: white;
  padding-bottom: 100px;
  padding-top: 80px;
}

#about p {
  font-size: 14px;
}




#about h1 {
  text-transform: none;
  padding-bottom: 20px;
  padding-top: 0px;
}

#about img {
  display: block;
  margin: 0 auto;
}

#about .about-image-container {
  padding-top: 30px;
  text-align: right;
}

@media (max-width: 768px) {
  #about .about-image-container {
    text-align: center;
  }
}

#about h2 {
  padding-top: 20px;
}

.team-description p {
  font-size: 15px;
  line-height: 1.5;
}


#mc_embed_signup {
  width: 100%;
}


#blog {
  padding-top: 0px;
}


#team h1 {
  padding: 0;
  margin: 0;
}

#team {
  padding-top: 80px;
}

@media (max-width: 768px) {
  .team {
    margin-top: 0px;
  }

  #team .heading div {
    border: none;
  }

}

#team .heading h1 {
    line-height: 1.5;
    text-align: center;
}

#team .heading div:nth-child(odd) {
  border-right: 1px solid white;
}

@media (max-width: 768px) {
  #team .heading div:nth-child(odd) {
    border: none;
  }
}

.heading {
  margin-top: 60px;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

.modal input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

#emailModal .modal-dialog {
  margin: 200px auto;
}

#emailModal .modal-header {
  background-color: #49489C;
  color: white;
}

#emailModal .modal-header .close {
    color: white;
    opacity: 1;
    font-weight: 300;
}

#emailModal input[type="email"] {
  border: 1px solid black;
  border-radius: 6px;
  background-color: transparent;
  text-align: left;
  padding: 6px;
  width: 80%;
  outline: none;
}

#emailModal input[type="submit"] {
  background-color: #5556FF;
  border: 1px solid #5556FF;
  border-radius: 4px;
  padding: 6px 15px 6px 15px;
  color: white;
  outline: none;
  transition: 0.8s all;
}

#emailModal input[type="submit"]:hover {
  color: #5556FF;
  background-color: white;

}

#emailModal .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

#emailModal .modal-body {
  /*
   * Set a base background for 1x environments.
   */
  /*background: url('/images/modal_background.png') ;
  background-size: cover;
  background-position: 0px 201px;*/
  background: #fff; /* fallback */
	background:
		linear-gradient(45deg, transparent 30px, #fff 0) bottom left;
  height: 200px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
}

.step img {
  width: 100px;
  height: 100px;
}



#emailModal form {
  padding: 8px;
  width: 80%;
  margin: 46px auto;
}

@media (max-width: 570px) {
  #emailModal input[type="submit"] {
    width: 100%;
    float: right;
    margin-top: 20px;
  }

  #emailModal  input[type="email"] {
    padding: 5px;
    padding-left: 14px;
    width: 100%;
    margin-bottom: -21px;
  }
}

#videoModal {
  top: 100px;
}

#videoModal .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#videoModal .modal-header {
  border-bottom: none;
  padding: 0;
  padding-right: 15px;
}

#videoModal.modal-body {
  width: 100%;
}

#videoModal .close {
  color: white;
  opacity: 0.7;
  font-size: 35px;
  font-weight: 300;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.timeline-container {
  background-color: #06002A;
  background: url(/images/timeline_bg.jpg);
  background-position: top center;
  background-size: 100% 100%;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .timeline-container {
    background-color: #06002A;
    background: url(/images/timeline_bg.jpg);
    background-position: top center;
    background-size: 100% 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  .timeline-container {
    background-color: #06002A;
    background: url(/images/timeline_bg.jpg);
    background-position: top center;
    background-size: 100% 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3 * 96dpi) {
  .timeline-container {
    background-color: #06002A;
    background: url(/images/timeline_bg.jpg);
    background-position: top center;
    background-size: 100% 100%;
  }
}

/*Timeline*/
#timeline {
  padding-top: 80px;
  padding-bottom: 50px;
}



#timeline h1 {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 24px;
}

@media (max-width: 768px) {
  #timeline h1 {
    margin-top: 20px;
  }
}

#timeline span {
  background-color: #06002A;
}

#timeline h2 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

#timeline .item p {
  padding-bottom: 0;
  font-size: 14px;
  color: white;
}

#timeline img {
  width: 60px;
  height: auto;
  padding: 0;
}

#timeline img[alt="Mercury Protocol Timeline"] {
  width: 100%;
}

#timeline .connector p {
  color: white;
  padding: 0;
  position: absolute;
  left: 30%;
  bottom: 8px;
  font-size: 14px;
}

#timeline .timeline-description h1 {
  font-size: 30px;
}


#timeline .right-item .connector i {
  position: absolute;
  color: #5556FF;
  left: -50%;
  bottom: -14px;
}

#timeline .left-item .connector i {
  position: absolute;
  color: #5556FF;
  left: 51%;
  bottom: -14px;
}


#timeline .item {
  border: 2px solid #55C1FF;
  padding: 20px;
  min-height: 120px;
  margin-top: 10px;
  background-color: transparent;
}

#timeline .connector {
  border: 1px solid #55C1FF;
  margin-top: 70px;
}

#timeline a {
  text-decoration: underline;
}

.heading h1 {
  /*background-color: black;*/
  z-index: 10;
}

/*Border Adjustments*/
@media (max-width: 1200px) {
  header input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
  }


  header input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }

  button.register-header {
    width: 80%;
  }

  .divider:before {
    bottom: -2860px;
  }
}

@media (max-width: 992px) {
  #timeline .connector p {
    left: 25%;
    font-size: 16px;
  }

  header input[type="email"] {
    margin-bottom: 10px;
  }

}

@media (max-width: 768px) {
  .heading {
    margin: 0;
  }


  #timeline .connector {
    text-align: center;
  }




  .visible-xs p {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #timeline .timeline-description h1 {
    margin-bottom: 30px;
  }


}


.visible-xs p {
  background-color: #06002A;
  color: white;
}


#timeline ul {
  padding-left: 20px;
}

#timeline li {
  font-size: 14px;
}

.timeline-description {
  border-radius: 10px;
  margin-top: 20px;
}

.timeline-description button {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 40px;
  transition: all 0.3s ease;
}

.timeline-description button:hover {
  background-color: white;
  color: rgb(20, 83, 133);
  border: 2px solid white;
}

#roadmap {
  background-color: #F3F5F8;
  padding: 0;
}

#roadmap h1{
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}

#roadmap li {
  color: #5A6F7E;
  font-size: 14px;
}

.roadmap-item {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  min-height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.roadmap-item p {
  font-size: 16px;
  margin-bottom: 20px;
}

#timelineDivider {
  overflow: visible;
  position: absolute;
}


@media (max-width: 768px) {
  .carousel-inner {
    position: relative;
    width: 195px;
    overflow: hidden;
    margin: 0 auto;
  }

}

img[alt="Technology Stack"] {
  width: 90%;
  margin-bottom: 5px;
}

img[alt='Download the Dust APK'] {
  margin-top: 8px;
}

.helvetica {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}


/*V2 Stuff*/
section.grey {
  background-color: #f3f6f9;
}


.box-shadow {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
}


.header-panel-container {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: white;
  top: 90px;
}

.header-panel {
  background-color: white;
  text-align: left;
  padding-left: 30px;
  border-radius: 6px;
}

.header-panel p {
  font-size: 14px;
  color: #5a6f7e;
  padding-bottom: 30px;
}

.header-panel h5 {
  color: black;
  font-weight: 600;
}

.win-win {
  padding-top: 0px;
  
}

.header p {
  color: #5a6f7e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.win-panel-container {
  margin-top: 30px;
}

.win-panel {
  color: #fff;
  padding: 60px;
}


.win-panel:first-of-type {
  background-color: #49489c;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

.win-panel:last-of-type {
  background-color: #100934;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .win-panel {
    min-height: 420px;
  }
}

@media (max-width: 992px) {
  .win-panel {
    min-height: 470px;
  }
}

@media (max-width: 768px) {
  .win-panel {
    min-height: 0;
    border-radius: 0;
  }

  .win-panel:first-of-type {
    border-radius: 10px 10px 0px 0px;
  }

  .win-panel:last-of-type {
    border-radius: 0px 0px 10px 10px;
  }
}

.win-panel img {
  width: 60px;
  height: auto;
  margin-bottom: 30px;
}

.win-panel h4 {
  font-weight: 600;
  margin-bottom: 26px;
}

.win-panel li {
  font-weight: 300;
  line-height: 1.86;
}


.used-by-panel:last-of-type {
  padding: 60px;
  padding-top: 100px;
}

.used-by-panel h3 {
  display: inline;
}

.used-by-panel img[alt="Dust Screenshot"] {
  width: 100%;
  height: auto;
}

.used-by-panel img[alt="Dust Logo"] {
  display: inline;
  vertical-align: bottom;
  padding-left: 14px;
  height: 52px;
  width: auto;
}

.app-store-links {
  width: 100%;
  height: auto;
}

.app-store-link-container .col-xs-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.used-by-panel a {
  padding-top: 20px;
  color: #9DAAB9;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .used-by-panel:last-of-type {
    padding: 0px 60px 60px 60px;
  }
}

.app-store-link-container {
  padding-top: 30px;
  padding-bottom: 20px;
}

.use-case-panel {
  background-color: white;
  width: 30%;
  float: left;
  padding: 20px;
  min-height: 270px;
  border-radius: 6px;
}

.use-case-panel h5 {
  padding-bottom: 15px;
}

.use-case-panel img {
  padding-bottom: 20px;
}

.use-case-panel:first-of-type {
  margin-right: 3.33333%;
  margin-left: 1.66665%;
}

.use-case-panel:nth-child(even) {
  margin-right: 3.33333%;
}

.use-case-panel h5 {
  font-weight: 600;
}

.use-case-panel li {
  color: #5a6f7e;
  font-size: 12px;
}


.protocol .header h3 {
  color: white;
  padding-top: 10px;
}

.protocol .header p {
  color: #9292A5;
}

.protocol img {
  width: 60%;
  height: auto;
}

.protocol button {
  border-radius: 3px;
  background-color: #5556ff;
  transition: all .2s;
  color: white;
  padding: 12px 26px;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: all .5s;
}

.protocol button:hover {
  color: #5556ff;
  background-color: #fff;
}

.protocol .col-sm-offset-3 {
  text-align: center;
}

.protocol-container {
  background-color: #27264D;
  background: url('/images/protocol_bg.jpg');
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  background-size: 100% 50%;

}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .protocol-container {
    background: url('/images/protocol_bg@2x.jpg');
    background-size: 100% 50%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  .protocol-container {
    background: url('/images/protocol_bg@2x.jpg');
    background-size: 100% 50%;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3 * 96dpi) {
  .protocol-container {
    background: url('/images/protocol_bg@3x.jpg');
    background-size: 100% 50%;
  }
}

.tech-stack-container {
  background-color: #151033;
  background: url(/images/tech_stack_bg.jpg) no-repeat;
  overflow: hidden;
  background-position: top center;
  background-size: 100% 150%;

}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tech-stack-container {
    background: url('/images/tech_stack_bg@2x.jpg') no-repeat;
    background-position: top center;
    background-size: 100% 150%;

  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  .tech-stack-container {
    background: url('/images/tech_stack_bg@2x.jpg') no-repeat;
    background-position: top center;
    background-size: 100% 150%;

  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3 * 96dpi) {
  .tech-stack-container {
    background: url('/images/tech_stack_bg@3x.jpg') no-repeat;
    background-position: top center;
    background-size: 100% 150%;

  }
}

.protocol .col-sm-offset-2 {
  padding-top: 30px;
}

.protocol .technology-stack img {
  width: 100%;
  margin-bottom: -20px;
  height: auto;
}

.protocol .technology-stack {
  padding-bottom: 60px;
}

.plan-container {
  background-color: white;
}

.plan-container .header h3 {
  color: black;
}

.plan-container h5 {
  font-weight: 600;
}

.plan-container img {
  /*width: 30px; */
  padding-top: 20px;
  width: 72%;
}

.plan-container p {
    color: #5a6f7e;
    font-size: 12px;
}

.plan-container .stages .col-sm-4 {
  padding: 30px;
}

.timeline-link {
  border-top: solid 0.5px #eef1f4;
  padding-top: 20px;
  padding-bottom: 10px;
}

.timeline-link p {
  font-size: 14px;
  padding-left: 20px;
}



.timeline-link button {
  margin: 0;
  color: #5556ff;
  background-color: white;
  border: 1px solid #5556ff;
  margin-bottom: 8px;
  transition: all 0.2s;
}

.timeline-link button:hover {
  background-color: #5556ff;
  color: white;
}

.used-by {
  padding: 0;
}

.anticipated {
  padding-top: 0;
}

.technical-overview {
  background-color: #fff;
}

.technical-overview p {
  color: #5A6F7E;
}

.team {
  background-color: #49489C;
  background: url('/images/team_bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .team {
    background: url('/images/team_bg@2x.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  .team {
    background: url('/images/team_bg@2x.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3 * 96dpi) {
  .team {
    background: url('/images/team_bg@3x.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.team-member-container {
  margin-top: 30px;
}

.team h3 {
  color: white;
  margin-bottom: 30px;
}

.team p {
  color: rgba(255, 255, 255, 0.5);
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}

.team-member h5 {
  color: white;
  margin: 0;
}

.team-member .col-xs-8 {
  padding-top: 12px;
  padding-left: 0px;
}

.advisors {
  margin-top: 40px;
}

.faq h1 {
  padding-bottom: 80px;
  padding-top: 40px;
}

#slack .social-nav:first-of-type {
    margin-left: 9px;
}

#slack header input[type="submit"] {
  margin-top: 0px;
}

#slack header input[type="email"] {
  margin-right: 5px;
}

/*Media Queries*/
@media (max-width: 992px) {
  .use-case-panel {
    width: 90%;
    float: none;
    margin: 10px auto;
    min-height: 0px;
  }

  .use-case-panel:first-of-type {
    margin-right: auto;
    margin-left: auto;
  }

  .use-case-panel:nth-child(even) {
    margin-right: auto;
  }

  .protocol img {
    width: 75%;
  }

  .team-member {
    margin-bottom: 20px;
  }

  .team-member-container {
    margin-top: 0px;
  }

  .team-member .col-xs-8 {
    padding-top: 26px;
  }
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -10px;
  left: 38px;
}

.advisor h5 {
  color: black;
}

.advisor p {
  color: #5A6F7E;
}

.team-member.advisor {
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  margin-right: 6px;
}



.member-description {
  padding: 9px 9px 0px 20px;
}

.member-description p {
  color: #5A6F7E;
}

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

.timeline-event div:first-of-type {
  color: #5A6F7E;
  font-size: 12px;
  margin-bottom: 2px;
}

.timeline-event div:last-of-type {
  margin-top: 2px;
}

.timeline-event img {
  width: 30px;
  height: auto;
  position: relative;
  z-index: 100;
}

.timeline-circle {
  height: 25px;
  width: 25px;
  border: 3px solid #5556FF;
  border-radius: 50%;
}

.header-panel .timeline-event.first:first-of-type::before {
  content: '';
  border-top: 4px solid #55C1FF;
  position: absolute;
  width: 300%;
  top: 32px;
  right: -250%;
  z-index: 10;
}

.token-sale {
  margin-top: 90px;
}

.token-sale .launch-details {
  margin-top: 40px;
}

.token-sale h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.token-sale img[alt="Token Distribution Image"] {
  padding-bottom: 60px;
  padding-top: 10px;
  width: 50%;
  height: auto;
}

.token-sale button {
  background-color: #55C1FF;
  border: 1px solid #55C1FF;
  border-radius: 4px;
  padding: 12px 36px 12px 36px;;
  margin-bottom: 10px;
  color: white;
  transition: all .5s;
}

.token-sale button:hover {
  background-color: white;
  color: #55C1FF;
}

.token-sale button.check {
  background-color: #5556FF;
  border: 1px solid #5556FF;
  border-radius: 4px;
  padding: 12px 36px 12px 36px;;
  margin-bottom: 30px;  
  color: white;
  transition: all .5s;
}

.token-sale button.check:hover {
  background-color: white;
  color: #5556FF;
}


#registrationModal .form-control {
  height: 40px;
}

#registrationModal input[type="tel"] {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 4px;
}

#registrationModal .modal-header, #checkModal .modal-header {
  border: none;
}

#registrationModal .modal-footer, #checkModal .modal-footer {
  border: none;
}

#registrationModal .close, #checkModal .close {
  font-size: 31px;
  font-weight: 300;
}

#registrationModal .form-group {
  margin-bottom: 5px;
}

#registrationModal input, select.form-control, #checkModal input, select.form-control {
  background-color: #F7F7F7;
  padding: 10px 8px;
  border: none;  
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px;
}

#registrationModal p, #checkModal p {
  line-height: 1.45;
  width: 90%;
  margin: 0 auto;
  color: #5a6f7e;
}

#registrationModal button[type="submit"], #checkModal button[type="submit"] {
  background-color: #5556FF;
  border: 1px solid #5556FF;
  border-radius: 4px;
  padding: 12px 56px 12px 56px;
  margin-top: 20px;
  color: white;
  transition: all .5s;
}

#registrationModal button[type="submit"]:hover, #checkModal button[type="submit"]:hover {
  background-color: white;
  color: #5556FF;
}

#registrationModal .g-recaptcha, #checkModal .g-recaptcha {
  margin-bottom: 0px;
}

#registrationModal input[type='file'] {
  width: 100%;
}

button.register-header {
  background-color: #55C1FF;
  border:none;
  border-radius: 4px;
  padding: 12px 16px 12px 16px;
  color: white;
  transition: all .5s;  
}

button.register-header:hover {
  background-color: white;
  color: #55C1FF;
}

#registrationModal .loading p, #checkModal .loading p {
  margin-bottom: 60px;
  margin-top: 10px;
}

#registrationModal img, #checkModal img {
  width: 226px;
  height: auto;
}

#registrationModal .modal-dialog {
  overflow-x: hidden;
}

#landing-dark {
  text-align: left;
  height: 100vh;
}

#landing-dark header {
  text-align: left;
  padding-top: 0px;
}

#landing-dark h1 {
  font-weight: 700;
  font-size: 40px;
}

#landing-dark h3 {
  font-weight: 100;
}

.landing-info:first-of-type img {
  width: 50px;
  height: 50px;
}


.form-inline {
  width: 32.8%;
  height: 40px;
  border: none;
  margin-bottom: 5px;
  display: inline;
}

input[type="date"] {
  width: 100%;
}

.form-inline .name {
  width: 49.25%;
}

.form-inline .name:first-of-type {
  margin-right: 0.5%;
}

.form-inline .location {
  width: 32.6%;  
}

.form-inline .location:first-of-type {
  margin-right: 0.4%;
}

.form-inline .location:nth-child(even) {
  margin-right: 0.4%;
}

div#sale-terms {
  padding-top: 20px;
  display: none;
}

#sale-terms p {
  width: 100%;
  font-size: 16px;
  margin: 0 0 15px !important;
}

#sale-terms h4 {
  font-weight: 700;
  font-size: 20px;
}

#sale-terms i {
  margin-left: 10px;
  color: #5556FF;
  font-size: 20px;
  cursor: pointer;
}

#contract-address {
  font-size: 20px;
  width: 89%;
  background-color: white;
  font-weight: 700;
}

#sale-terms p:first-of-type {
  margin-bottom: 10px;
}

#sale-terms img.read-more {
  width: 18px;
  margin-right: 4px;
  margin-top: 11px;
  display: inline;
}

#sale-terms img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;  
}

.abi-label {
  cursor: pointer;
}

.popover-content {
  padding: 1px 7px;
}

.abi-details {
  display: none;
}

div.tos {
  margin-top: 10px;
}

.block-numbers {
  color: white;
  margin-top: 60px;
}

.block-numbers .timeline-event div:first-of-type {
  color: white;  
}


.block-numbers .timeline-event {  
  min-height: 100px;
}

.block-numbers .timeline-event div:first-of-type {  
  font-size: 14px;
}

.block-numbers .timeline-event.first:first-of-type::before {
  content: '';
  border-top: 4px solid #55c1ff;
  position: absolute;
  width: 300%;
  top: 52px;
  right: -250%;
  z-index: 10;
}

@media (max-width: 480px) {
  .block-numbers .timeline-event.first:first-of-type::before {    
    top: 72px;
  }
}

.block-numbers .header-panel {
  background-color: transparent;
}

.block-numbers .header-panel:first-of-type {  
  border-radius: 6px 0px 0px 6px;
}

.block-numbers .timeline-event div:first-of-type {
  padding-top: 20px;
}

header .block-numbers img {
  padding-top: 0px;
  padding-bottom: 0px;
}


#checkModal p, #registrationModal p { 
  margin: 0 0 10px;
  color: black;
}

textarea#contract-interface {
  width: 89%;
  height: 100px;
  /* font-size: 20px;  
  font-weight: 700; */
  border: none;
  background-color: #f7f7f7;
}



@media (max-width: 1200px) {
  .team-member.advisor {
    min-height: 196px;
  }
  #sale-terms img {
    width: 100%;  
  }
}

@media (max-width: 768px) {
  #registrationModal img, #checkModal img {
    width: 150px;
    height: auto;
  }

  #sale-terms img {
    width: 100%;  
  }

  .timeline-event div:first-of-type {    
    font-size: 10px;    
  }



  .timeline-container {
    background-color: #06002A;
    background-image: none;
  }

  .col-sm-4.item {
    width: 92%;
    margin-left: 4%;
  }

  .navbar-collapse {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .social-nav:first-of-type {
    margin-left: 1px;
  }

  a.page-scroll {
    background-color: transparent;
    transition: all 0.2s;
  }

  .navbar-default .navbar-nav > li > a.page-scroll {
    background-color: rgba(255, 255, 255, .1);
  }

  .navbar-default .navbar-nav > li > a.page-scroll:hover {
    background-color: rgba(255, 255, 255, .3);
  }

  .team-member.advisor {
    margin-right: 0px;
    width: 90%;
    margin-left: 5%;
  }

  /*No Images on Mobile*/

  .header-nav {
    background-color: #06002A;
    background-image: none;
  }

  .protocol-container {
    background-color: #27264D;
    background-image: none;
  }

  .tech-stack-container {
    background-color: #151033;
    background-image: none;
  }

  .team {
    background-color: #49489C;
    background-image: none;
  }
}

footer a {
  color: #5a6f7e;
}

.g-recaptcha {
  width: 304px;
  margin: 20px auto;
}

/*chinese stuff*/
.chinese-whitepaper {
    border-radius: 3px;
    background-color: #55C1FF;
    transition: all .2s;
    color: white;
    padding: 12px 26px;
    margin-top: 40px;
    margin-bottom: 40px;
    transition: all .5s;
}

.chinese-whitepaper:hover {
  color: #55C1FF;
  background-color: white;
}

.chinese .sign-up #mc_embed_signup {
    margin-top: 0px;
}

.chinese header form {
    padding: 6px;
    margin: 0 auto 0px auto;
    width: 100%;
}

.chinese header p {
  padding-bottom: 0px;
}

.chinese .chinese-intro {
  color: white;
  padding-bottom: 20px;
}

.chinese .chinese-intro:last-of-type {
  padding-bottom: 80px;
}

.chinese .header-panel {
  min-height: 230px;
}

.chinese .protocol-container {
    background-color: #27264D;
    background: url(/images/platform_bg_ch.jpg);
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    background-size: 100% 50%;
    background-position: 0px;
}

.chinese .protocol button {
  border-radius: 3px;
  background-color: #55C1FF;
  transition: all .2s;
  color: white;
  padding: 12px 26px;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: all .5s;
}

.chinese .protocol button:hover {
  color: #55C1FF;
  background-color: white;
}

.chinese .protocol .header p {
  color: white;
}

.chinese .white span {
  color: #55C1FF;
}

.chinese .win-panel {
  padding-top: 130px;
}

.chinese .win-panel-header {
    color: white;
    position: relative;
    top: 125px;
    z-index: 10;
}

.chinese .win-win {
  padding-top: 0px;
  margin-top: -20px;
}

.chinese .team-member.advisor {
  min-height: 190px;
}

.chinese .win-panel-header .grey {
  color: #9B9B9B;
}

.chinese .win-panel-header .black {
  color: black;
}

.chinese .used-by-panel img[alt="Dust Logo"] {
    height: auto;
    width: 100%;
}

.chinese .win-panel-header h3 {
  padding-right: 22px;
}

body.chinese {
  font-family: 'Heiti SC','PingFang SC', 'Open Sans', sans-serif !important;
}

.chinese .sign-up {
  margin-top: 30px;
}

.chinese .sign-up span {  
  padding: 14px 50px;
}

.korean .win-panel {
  min-height: 470px;
}

.korean .team-member.advisor {
  min-height: 200px;
}

@media (max-width: 992px) {
  .token-sale-question {
    min-height: 175px;
  }

  .token-sale-question h4 {
    height: 34px;
  }

  .korean .win-panel {
    min-height: 540px;
    padding-top: 160px;
  }

  .korean .win-panel-header {
    top: 145px;
  }

  .korean .win-panel-header p {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  div#countdown {
    transform: scale(.8);
  }

  .flip-clock-wrapper {
    width: 620px;
  }

  .token-sale-question {
    min-height: 0px;
  }

  header input[type="submit"].chinese-submit {
     margin-top: 0px;
     margin-bottom: 0px;
  }

  .chinese-whitepaper {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
  }

  .chinese .win-panel-header h3 {
    padding-right: 0px;
  }

  .chinese .footer-sub {
    font-size: 10px;
  }

  .korean .win-panel {
    min-height: 0px;
  }

  .korean .sign-up #mc_embed_signup {
    margin-top: 30px;
  }

  .token-sale img[alt="Token Distribution Image"] {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 620px) {
  div#countdown {
    padding-top: 0;
    transform: scale(.6);
    margin-left: 20px;
    margin-left: -137px;
  }
  .sign-up #mc_embed_signup {
    margin-top: -10px;    
  }
}


@media (max-width: 510px) {
  .token-sale button {
    width: 100%;
  }

  #contract-address {
    font-size: 12px;
}

  .chinese .protocol .header p {
    font-size: 12px;
  }

  .korean .win-panel-header {
    top: 160px;
  }
}

@media (max-width: 450px) {
  .chinese .protocol .header p {
    font-size: 10px;
  }
}

/* collapse early */
@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  #checkModal input, #registrationModal input, select.form-control {
    width: 100%;
  }
  .form-inline {
    width: 100%;
  }
}