@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

html{
  height: 100%;
}
body {
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

a {
  color: #00a9ff;
  text-decoration: none;
}

a:hover {
  color: #0057ff;
  text-decoration: none;
  cursor: pointer;
}

.navbar {
  justify-content: space-between;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.dropdown-menu {
  width: 1130px;
}

.navbar-brand {
  font-size: 16px;
  line-height: 22px;
  padding-right: 0;
}

.navbar .dropdown-menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}

.navbar .dropdown-menu h6 {
  color: #ffc107 !important;
}

.logo {
  padding: 1rem;
  position: relative;
  display: inline;
  float: left;
}

.menu {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

.menu-links {
  color: #000 !important;
  font-weight: 600;
}

.menu-links:hover {
  color: #ff0000 !important;
}

ul {
  position: relative;
  flex: 0 0 100%;
  display: inline;
  justify-content: flex-end;
  float: left;
  padding: 7px 1rem;
}

li {
  display: inline;
  padding: 0 1rem;
}

.wallet {
  padding: 20px 0;
}

.disclaimer {
  background: #000;
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 99;
}

.disclaimer-box {
  padding: 1rem;
}

.disclaimer-txt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.img-caption-container .home-btn {
  background-color: #fff !important;
}

.tech-bloc {
  width: 80%;
  margin: 50px auto;
  padding: 1rem 0;
}

.tech-title {
  font-size: 22px;
  font-weight: 600;
  padding: 1rem 0 0.5rem;
}

.tech-descr {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5rem;
}

table{
  border: 1px solid #000;
}

table td {
  border: 1px solid #000;
  padding: 4px 12px;
}

table thead td {
  text-align: center;
  font-weight: bold;
}
.tech-formula {
  padding: 1rem 0;
  margin: 1rem auto 2rem;
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  max-height: 190px;
  overflow-y: scroll;
}

.tech-prov {
  text-align: center;
  font-weight: 600;
  padding: 1rem 0;
  margin: 1rem auto 2rem;
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
}

.tech-address {
  font-weight: 600;
  margin: 0 auto;
}

.tech-hash-string {
  padding: 0 1rem;
  word-wrap: break-word;
  text-align: left;
  font-size: 12px;
}

.tech-sequence {
  text-align: left;
  padding: 0 1rem;
  word-wrap: break-word;
  font-size: 12px;
}

.tech-btn {
  color: #fff;
  background: #4e4e4e;
  padding: 13px 12px;
  margin: 1rem 1rem 1rem 0;
  font-weight: bold;
  font-size: 18px;
  width: 200px;
  text-align: center;
}

.tech-btn:hover {
  background: #000;
}

.tech-grey-bloc {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}

.tech-grey-bloc:hover {
  background: #f6f6f6;
}

.dev-descr {
  font-size: 18px;
  font-weight: 400;
  line-height: 2rem;
}

.dev-descr-2 {
  font-size: 15px;
  line-height: 1.3rem;
  width: 80%;
}

.img-script {
  border-right: 1px solid #ddd;
}

.img-txt-block {
  padding: 0.5rem 2rem;
  float: right;
  width: 70%;
}

.tab1 {
  tab-size: 1;
}

.prov-important-info-table {
  font-size: 0.9em;
  margin: 0 auto;
}

.prov-key {
  text-align: right;
  word-wrap: break-word;
}

.img-caption-container {
  position: fixed;
  left: 30px;
  bottom: 72px;
}

.img-caption {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  background: #000;
  padding: 1rem 2rem;
}

.img-caption-2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  background: #000;
}

.img-caption-descr {
  font-size: 1rem;
  color: #fff;
  background: #000;
}

.home-btn {
  color: #fff;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  border: 5px solid #000;
  padding: 1rem 2rem;
}

.home-btn:hover {
  color: #fff !important;
  background: #000;
}

.img-container {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}

.img-container img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.roadmap {
  padding: 1rem;
  margin: 1rem auto 2rem;
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
}

.road-percent {
  text-align: right;
  word-wrap: break-word;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.road-percent-ok {
  text-align: right;
  word-wrap: break-word;
  font-weight: 700;
  font-size: 1.5rem;
  color: #a2a2a2;
}

.road-txt {
  line-height: 1rem;
  font-size: 16px;
}

#footer-home {
  position: fixed;
}
.footer-home {
  display: flex;
  background: #101010;
  position: relative;
  color: #ffffff;
  width: 100%;
  bottom: 0;
  height: 45px;
}
.btm-txt {
  flex: 0 0 70%;
}
.social {
  flex: 0 0 30%;
}

.footer-home a {
  color: #ffffff;
}

.footer {
  background: #101010;
  width: 100%;
}

.btm-txt {
  text-align: left;
  padding: 0.8rem;
}

._12 {
  font-size: 1.2em;
}

._14 {
  font-size: 1.4em;
}

.footer-social-icons {
height: 100%;
width: 100%;
}

.social {
  float: right;
}

.social-icon {
  color: #000;
}

ul.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
}

.fa-twitter {
  padding: 10px 12px;
  transition: 0.5s;
}

.fa-twitter:before {
  font-size: 1.5rem;
}

.fa-github {
  padding: 10px 14px;
  transition: 0.5s;
}

.fa-github:before {
  font-size: 1.5rem;
}

#slideshow {
  margin: 0 auto;
  width: 35%;
  padding: 5px;
  border: 1px solid #cccccc;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 7px;
}

#slideshow-container {
  position: relative;
  overflow: hidden;
}

#slider {
  position: relative;
  width: 500%;
  animation: 32s slider infinite;
  -webkit-animation: 32s slider infinite;
  -moz-animation: 32s slider infinite;
  -o-animation: 32s slider infinite;
}

#slider figure {
  position: relative;
  margin: 0;
  width: 20%;
  float: left;
}

#slider img {
  width: 100%;
}

#slideshow figcaption {
  position: absolute;
  padding: 20px 20px;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  font-family: Georgia, Times, serif;
  background: #000;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgb(225, 225, 225);
  color: #555;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);

  -webkit-animation: figcaptionner 32s infinite;
  -moz-animation: figcaptionner 32s infinite;
  animation: figcaptionner 32s infinite;
}

/* Slider animation */

@keyframes slider {
  0% {
    left: 0;
  }

  20% {
    left: 0;
  }

  25% {
    left: -100%;
  }

  45% {
    left: -100%;
  }

  50% {
    left: -200%;
  }

  70% {
    left: -200%;
  }

  75% {
    left: -300%;
  }

  95% {
    left: -300%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes slider {
  0% {
    left: 0;
  }

  20% {
    left: 0;
  }

  25% {
    left: -100%;
  }

  45% {
    left: -100%;
  }

  50% {
    left: -200%;
  }

  70% {
    left: -200%;
  }

  75% {
    left: -300%;
  }

  95% {
    left: -300%;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes slider {
  0% {
    left: 0;
  }

  20% {
    left: 0;
  }

  25% {
    left: -100%;
  }

  45% {
    left: -100%;
  }

  50% {
    left: -200%;
  }

  70% {
    left: -200%;
  }

  75% {
    left: -300%;
  }

  95% {
    left: -300%;
  }

  100% {
    left: 0;
  }
}

@-o-keyframes slider {
  0% {
    left: 0;
  }

  20% {
    left: 0;
  }

  25% {
    left: -100%;
  }

  45% {
    left: -100%;
  }

  50% {
    left: -200%;
  }

  70% {
    left: -200%;
  }

  75% {
    left: -300%;
  }

  95% {
    left: -300%;
  }

  100% {
    left: 0;
  }
}

/* TIMELINE */

#timeline {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(214, 98, 13);
  height: 2px;
  animation: timeliner 32s infinite;
  -webkit-animation: timeliner 32s infinite;
  -moz-animation: timeliner 32s infinite;
  -o-animation: timeliner 32s infinite;
}

/* Timeline animation */

@keyframes timeliner {
  0%,
  25%,
  50%,
  75%,
  100% {
    width: 0;
  }

  20%,
  45%,
  70%,
  95% {
    width: 100%;
  }
}

@-webkit-keyframes timeliner {
  0%,
  25%,
  50%,
  75%,
  100% {
    width: 0;
  }

  20%,
  45%,
  70%,
  95% {
    width: 100%;
  }
}

@-moz-keyframes timeliner {
  0%,
  25%,
  50%,
  75%,
  100% {
    width: 0;
  }

  20%,
  45%,
  70%,
  95% {
    width: 100%;
  }
}

@-o-keyframes timeliner {
  0%,
  25%,
  50%,
  75%,
  100% {
    width: 0;
  }

  20%,
  45%,
  70%,
  95% {
    width: 100%;
  }
}

/*
 CSS for the main interaction
*/
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

.accordion {
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion label {
  background: #fff;
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  border: 1px solid #e8e8e8;
  transition: all 0.2s ease-in-out;
}

.accordion h2.open label {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  border: 1px solid #e8e8e8;
  transition: all 0.2s ease-in-out;
}

.accordion label span {
  font-weight: bold;
}

.accordion label:hover, .accordion label:focus {
  background: #f6f6f6;
}
.accordion h2.open label:hover,
.accordion h2.open label:focus {
  background: rgba(0, 0, 0, 1);
}

.accordion .handle label:before {
  font-family: "fontawesome";
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: 0.58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

h1 {
  margin: 0 0 1.5em;
  font-weight: 600;
  font-size: 1.5em;
}

.accordion {
  max-width: 100%;
}

.accordion p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1550px) {
  .img-script {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .img-txt-block {
    width: 95%;
    float: none;
    padding: 0 1rem;
  }

  .road-txt {
    line-height: 1rem;
    font-size: 16px;
  }

  .ul-menu {
    height: 40px;
  }
}

@media screen and (max-width: 991.98px) {
  .navbar {
    justify-content: flex-start;
  }
  .disclaimer {
    top: 59px;
  }
  .btm-txt {
    flex: 0 0 60%;
  }
  .social {
    flex: 0 0 40%;
  }

  .img-caption-container {
    bottom: 150px;
  }

  .footer-home {
    height: auto;
  }

  .social-icons {
    height: 100%;
  }
  .disclaimer-txt {
    text-align: left;
  }
}
