html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: aller, sans-serif;
  font-style: normal;
}
a {
    text-decoration: none;
}

a:visited, a {
    color: inherit;
}
.headline {
  text-align: center;
  padding-top: 50px;
}
.headline h1 {
  font-size: 65px;
  color: #fff;
  font-weight: bold;
  font-family: aller, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  position: relative;
}

.headline span {
  color: #fff;
  font-size: 20px;
}
header {
  height: 600px;
  width: 100vw;
  display: block;
  position: relative;
  background: -webkit-linear-gradient(top, #446cb3 0, #2989d8 0, #7db9e8 0, #5644b3);
  background: linear-gradient(180deg, #446cb3 0, #2989d8 0, #7db9e8 0, #5644b3);
}

.center {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60vw;
}
main {
  background: #f5f5f5;
  width: 100%;
  min-height: 600px;y
}
main .container {
  max-width: 60vw;
  margin: auto;
}

main .intro {
  background: #fff;
  -webkit-transform: translateY(-120px);
  height: 380px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.logo {
  background-image: url(/img/head__contrast.png);
  height: 300px;
  width: 300px;
  background-size: 300px;
  background-repeat: no-repeat;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 40px;
}
.center section {
  padding-top: 190px;
  width: 600px;
}
.center a {
  font-size: 24px;
  margin: 25px;
  padding: 10px;
  border: solid 4px rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  font-weight: bold;
}
.center a:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  color: #7db9e8;
}

@-webkit-keyframes horse1 {
  from {
    width: 20%;
  }
  to {
    width: 103%;
  }
}

@keyframes horse1 {
  from {
    width: 20%;
  }
  to {
    width: 103%;
  }
}
@-webkit-keyframes horse2 {
  from {
    width: 14%;
  }
  to {
    width: 112%;
  }
}
@keyframes horse2 {
  from {
    width: 14%;
  }
  to {
    width: 112%;
  }
}
@-webkit-keyframes horse3 {
  from {
    width: 14%;
  }
  to {
    width: 96%;
  }
}
@keyframes horse3 {
  from {
    width: 14%;
  }
  to {
    width: 96%;
  }
}
.race {
  padding: 60px;
  border: solid 1px #eaeaea;
  width: 300px;
  margin: 30px;
  position: relative;
  float: left;
  border-radius: 5px;
}
.horse {
  height: 40px;
  width: 300px;
  margin-top: 25px;
  display: block;
  float: left;
}
.wroom {
  width: 100%;
}
.tag {
  background: #fff;
  color: #444;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  padding: 5px;
  top: -10px;
  border: solid 2px teal;
  margin-left: 16px;
  display: block;
}
.one .tag {
  border-color: #e8ba67;
}
.two .tag {
  border-color: #009393;
}
.three .tag {
  border-color: #bdd684;
}
.tag span {
  display: none;
  font-size: 14px;
  font-weight: bold;
  margin-top: -9px;
}
.wroom .fill {
  width: 0%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  background: red;
  height: 24px;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.horse.one .wroom .fill {
  -webkit-animation: horse1 2s forwards;
          animation: horse1 2s forwards;
  background: #e8ba67;
  border-radius: 4px;
  position: relative;
}
.horse.two .wroom .fill {
  -webkit-animation: horse2 1.6s forwards;
          animation: horse2 1.6s forwards;
  background: #009393;
  border-radius: 4px;
  position: relative;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
.horse.three .wroom .fill {
  -webkit-animation: horse3 1.9s forwards;
          animation: horse3 1.9s forwards;
  background: #bdd684;
  border-radius: 4px;
  position: relative;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
.horse .tag {
  position: absolute;
  right: -10px;
}

.tag img,
.tag i {
  width: 24px;
  height: 24px;
  margin: auto;
  display: block;
  top: 4px;
  position: relative;
  font-size: 24px;
  text-align: center;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.finish-line {
  position: absolute;
  right: 60px;
  background: ;
  border-right: dashed 1px #333;
  width: 1px;
  height: 250px;
  top: 20px;
  font-size: 12px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.finish-line span {
  font-weight: bold;

  margin-left: 3px;
  padding: 3px;
  color: #444;
  border-radius: 0px 3px 3px 0px;
}

.text {
  font-size: 18px;
  line-height: 1.4em;
}

.block .paddy {
  padding: 40px;
}

.text h2 {
  font-size: 34px;
  font-weight: bold;
  display: block;
  text-align: left;
  color: #5644b3;
  font-family: aller, sans-serif;
  font-style: normal;
}
.text.block p {
  margin-top: 20px;
  color: #444;
  padding: 20px;
  font-family: aller, sans-serif;
  font-style: normal;
}

.block a {
  font-size: 20px;
  display: block;
  background: #7db9e8;
  background: #f2ca80;
  border: solid 2px #444;
  font-weight: bold;
  padding: 13px;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  float: right;
  margin-top: 10px;
  font-family: aller, sans-serif;
  font-style: normal;
  color: #222;
}
.block a.cta__try:hover {
  background: #eb986c;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a.cta__learn {
  margin-right: 20px;
  display: block;
  border: solid 2px #444;
  background: none;
  color: #444
}
.block a.cta__learn:hover {
    background: rgba(0,0,0,0.1);
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.info {
  width: 100%;
  padding-bottom: 40px;
}
.info {
    background: -webkit-linear-gradient(#3d607b,#2f2771);
    background: linear-gradient(#3d607b,#2f2771);
    padding-top: 80px;
    padding-bottom: 80px;
}
.info .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info .card {
  width: 250px;
  height: 290px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-radius: 10px 10px 0px 10px;
  position: relative;
}
.icon {
    background-image: url(/i/chips.png);
    height: 66px;
    width: 66px;
    display: block;
    background-size: contain;
    margin: auto;
    padding: 5px;
    margin: 20px auto;
}

.card h3 {
    text-align: center;
    font-size: 23px;
    margin-top: 10px;
    display: block;
    position: RELATIVE;
    float: left;
    text-align: center;
    width: 100%;
}

.card h3:after {
    /* border-bottom: solid 2px #605dbf; */
    width: 80px;
    content: '';
    position: relative;
    height: 2px;
    display: block;
    margin: auto;
    background: -webkit-linear-gradient(left, #6a7dce,#E91E63);
    background: linear-gradient(90deg, #6a7dce,#E91E63);
    margin-top: 10px;
}
.card p {
	padding: 15px;
	line-height: 1.4em;
	text-align: center;
	margin-top: 18px;
}
.card a {
    color: #7676c4;
    text-decoration: none;
    font-weight: bold;
    position: RELATIVE;
    text-shadow: 2px 2px #fff;
    z-index: 2;
}


.card a:after {
    content: '';
    position: absolute;
    background: #7575c5;
    height: 1px;
    bottom: 3px;
    left: 0;
    z-index: 0;
    width: 100%;
    display: none;
}
.card a:hover:after {
    display:block;
    -webkit-animation: fadeInUp .2s;
            animation: fadeInUp .2s;
}
.info .card:first-child {
    margin-right: 10px;
    margin-left: 0;
}

.info .card {
    margin-right: 10px;
    margin-left: 10px;
}

.info .card:last-child {
    margin-right: 0;
}
.section__head h2 {
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
      font-family: aller, sans-serif;
  font-style: normal;
}

.section__head {
    margin-bottom: 70px;
}
section.about {
    padding-top: 60px;
    padding-bottom: 60px;
}

.card__big {
    padding: 40px;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    position: RELATIVE;
}

.about .card__big .split:first-child {
    width: 50%;
    height: 1px;
    float: left;
}

.about .card__big .split:nth-child(2) {
    width: 50%;
}


.card__big::after, main .container::after, footer::after, .community::after, .footer__info::after {
	    clear: both;
  content: "";
  display: block;
}
.card__big img {
    width: 380px;
    z-index: 22;
    position: ABSOLUTE;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    bottom: -50px;
}

pre.language-javascript {
    z-index: 9;
    position: absolute;
    max-width: 340px;
    overflow: scroll;
    width: 380px;
    z-index: 22;
    position: ABSOLUTE;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    bottom: -50px;
    font-size: 9px;
}


#buttons a span {
    position: absolute;
    font-size: 14px;
    background: #fff;
    padding: 6px;
    border-radius: 3px;
    left: 0;
    right: 0;
    bottom: -40px;
    color: #fff;
    color: #333;
    -webkit-animation: fadeInLeft .6s forwards;
            animation: fadeInLeft .6s forwards;
}

#buttons a {
    position: RELATIVE;
}



#buttons a span:before {
    content: '';
    background: #54d873;
    width: 6px;
    height: 26px;
    position: ABSOLUTE;
    left: -3px;
    top: 0;
    border-radius: 3px 0px 0px 3px;
}

.card__small.code_snippet {
    height: 400px;
    margin-top: 90px;
    margin-bottom: 120px;
    background: #6a80ce;
    border-radius: 5px;
}

pre.language-javascript {
        z-index: 9;
    position: absolute;
    max-width: 340px;
    overflow: scroll;
    width: 330px;
    z-index: 22;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    /* bottom: -50px; */
    font-size: 9px;
    margin: 20px !important;
    top: 20px;
    height: 240px;
}




.open_source {
    padding: 20px;
    text-align: CENTER;
    height: 34px;
}

.open_source a {
    border: solid 2px #fff;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 38px;
    display: block;
    width: 180px;
    MARGIN: AUTO;
    position: RELATIVE;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: none;
    margin-top: 30px;
}

.open_source a i {
    font-size: 22px;
    line-height: 22px;
    position: relative;
    top: 0;
    background: #fff;
    WIDTH: 40px;
    height: 40px;
    display: inline-block;
    left: -3px;
    color: #6a80ce;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
}

.ion-social-github:before {
    top: 4px;
    position: relative;
    font-size: 27px;
}

.open_source a:hover {
    background: #fff;
    color: #6a80ce;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.open_source span {
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 10px;
}

.card__big {
    float: left;
    margin-top: 110px;
}

.card__big:first-child {
    margin-top: 50px;
}

.card__big.code_snippet {
    background: #6a80ce;
    color: #fff;
}

.card__big.code_snippet p {
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}












.roadmap h2 span {
    background: #2b2b2b;
    color: #fff;
    text-transform: uppercase;
    padding: 4px;
}

.roadmap h2 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	
	
	}
button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.roadmap:before {
    content: '';
    height: 40px;
    width: 30%;
    border-top: solid 2px #697fcf;
    display: block;
    position: relative;
    margin: auto;
}
.roadmap:after {
    content: '';
    height: 40px;
    width: 30%;
    border-bottom: solid 2px #697fcf;
    display: block;
    position: relative;
    margin: auto;
}
input[type="email"] {
    font-size: 16px;
    background: #f5f5f5;
    border: solid 1px #777;
    border-radius: 3px;
    width: 200px;
      font-family: aller, sans-serif;
  font-style: normal;
  line-height: 24px;
  padding-left: 8px;
}
input[type="submit"] {
    border: navajowhite;
    font-size: 15px;
    text-align: center;
    width: 211px;
    background: #697fcf;
    padding: 6px;
    margin-top: 9px;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    
}

input[type="submit"]:hover {
    background: #5d7ffb;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
}

  
  
  .token .card {
    width: 230px;
    height: 290px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 10px 10px 0px 10px;
    position: relative;
}

.token .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.token .card:first-child {
    margin-right: 10px;
    margin-left: 0;
}

.token .card {
    margin-right: 10px;
    margin-left: 10px;
}

.token .card:last-child {
    margin-right: 0;
}



section.token {
    background: #222;
    padding-top: 60px;
    padding-bottom: 60px;
    background: -webkit-linear-gradient(#3d607b,#2f2771);
    background: linear-gradient(#3d607b,#2f2771);
    background: -webkit-linear-gradient(#2f2771,#161233);
    background: linear-gradient(#2f2771,#161233);
}








  .community .card {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 10px 10px 0px 10px;
    position: relative;
    height: 120px;
    padding: 10px;
}

.community .inner {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    float: left;
    margin-left: 40px;
}



.community .card {
    margin-right: 10px;
    margin-left: 10px;
        background: #f5f5f5;
}


.community .icon {
    width: 40px;
    height: 40px;
}

footer .card h3 {
    font-size: 16px;
}
footer {
    max-width: 1200px;
    margin: auto;
}
.footer__end {
    height: 50px;
    width: 100%;
    display: block;
    text-align: CENTER;
    padding-bottom: 20px;
    margin: auto;
    margin-top: 90px;
    float: left;
    position: relative;
}

.footer__end img {
    width: 70px;
    height: 70px;
}

.footer__end::before {
    content: '';
    height: 3px;
    width: 400px;
    display: BLOCK;
    position: absolute;
    top: -23px;
    background: red;
    margin: auto;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #6a7dce,#E91E63);
    border-radius: 3px;
}

.community {
    width: 70%;
    float: left;
    /* background: #222; */
    padding: 20px;
}

.community .section__head h2 {
    text-align: left;
}

div#site-footer {
    /* background: #222; */
}

.footer__info {
    float: left;
    width: 20%;
    margin-top: 140px;
    height: 210px;
}

.footer__info a {
    /* color: #fff; */
    width: 100%;
    display: BLOCK;
    font-size: 20px;
    padding: 10px;
    text-align: right;
}

.footer__info p {
    width: 100%;
    display: BLOCK;
    font-size: 16px;
    padding: 10px;
    text-align: right;
    line-height: 1.3em;
}
footer a.social {margin: auto;}
footer .card h3:after {
    display: none;
}

footer a:hover .card {
    box-shadow: 0px 0px 4px #e8e8e8;
    border-radius: 0;
    padding: 10px;
    height: 120px;
}


#site-content {
	min-height: 100%;
	min-height: 100vh;

	position: relative;
	z-index: 1;
	box-shadow: #000 0 7px 35px 0;
  
}

#site-footer {
	padding: 25px 0;
	font-size: 85%;
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
}



#site-content {

}

#site-footer {
	min-height: 20vw;

}
  
  
  
  footer a {
    color: inherit;
}

.community .section__head h2 {
    color: #333;
    margin-top: 50px;
}
  
  
  .page__title {
    text-align: center;
    width: 100%;
    margin-top: 100px;
    font-size: 50px;
    font-weight: bold;
}

.headline {
    text-align: left;
    max-width: 1200px;
    margin: AUTO;
}
.faq__wrap {
    padding: 60px;
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px);
}

.question-answer {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}

h4.question {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #5645b4;
}

.answer, .answer p {
    line-height: 1.4em;
    font-size: 16px;
    color: #444;
}





.faq__wrap.searchy .question-answer {
	display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    visibility: hidden;
}

.faq__wrap .question-answer {
    visibility: visible;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;

}

.faq__wrap.searchy .question-answer.filter__show {
    visibility: visible;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: .35s;
            animation-duration: .35s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    padding: 20px;
    margin-bottom: 20px;
    height: auto;
    
    -webkit-transition: .2s ease-in-out;
    
    transition: .2s ease-in-out;
}

.search {
    max-width: 1200px;
    margin: auto;
    text-align: CENTER;
    padding: 50px;
}

input#search-criteria {
    padding: 10px;
    font-size: 24px;
    line-height: 34px;
    border: solid 3px #fff;
    border-radius: 3px;
    background: #ffffff4d;
    color: #fff;
    font-family: inherit;
    width: calc(100% - 86px);
    float: left;
    margin:0
}

input#search-criteria:focus {
    outline: none;
}

input#search {
    border: none;
    height: 60px;
    padding: 0;
    width: 60px;
    top: -3px;
    position: RELATIVE;
    border-radius: 3px;
}

.exit-search {
	
}

.search .inner {
    width: 343px;
    margin: AUTO;
    position: relative;
}

.search__button {
    position: relative;
    right: 2px;
    top: 0;
    background: #fff;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 60px;
    border-radius: 0px 3px 3px 0px;
    font-size: 36px;
    color: #646fc6;
    cursor: pointer;
    border: solid 2px #fff;
    float: left;
}
ul#ui-id-1 {
    width: 268px !important;
    border-radius: 0;
    line-height: 1.4em;
    padding-left: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: 22;
}
ul#ui-id-1 li {
    background: #fff;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
}








input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 0.6;
}
input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 0.6;
}
input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 0.6;
}
input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 0.6;
}





::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.6;
}

input#search-trigger {
    display: none;
}

.exit-search:hover {
    cursor: pointer;
    opacity: 1;
}

.search.active .exit-search {
    display: block;
    position: absolute;
    right: -60px;
    top: 10px;
    color: #fff;
    font-size: 40px;
}

.exit-search {
    display: none;
}
.block h3 {
    font-size: 30px;
    padding: 15px;
    font-weight: bold;
    margin-bottom: -10px;
}

.card__big.code_snippet {
    margin-top: 40px;
    border-radius: 5px;
}

.roadmap {
    margin-top: 70px;
}




.btn__dark {
    padding: 20px;
    text-align: CENTER;
    height: 34px;
}

.btn__dark a {
    border: solid 2px #6a80ce;
    padding: 0;
    border-radius: 5px;
    color: #6a80ce;
    font-weight: bold;
    font-size: 16px;
    height: 38px;
    display: block;
    width: 250px;
    MARGIN: AUTO;
    position: RELATIVE;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: none;
    margin-top: 30px;
}

.btn__dark a i {
    font-size: 22px;
    line-height: 22px;
    position: relative;
    top: 0;
    background: #6a80ce;
    WIDTH: 40px;
    height: 40px;
    display: inline-block;
    left: -3px;
    color: #fff;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
}

.btn__dark i:before {
    top: 4px;
    position: relative;
    font-size: 27px;
}

.btn__dark a:hover {
    background: #6a80ce;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn__dark span {
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 10px;
}










  
/*   !1 Desktop Styles */
@media (min-width: 1180px) {
	.info .card.wow:nth-child(1) {
    -webkit-animation-delay: .05s;
            animation-delay: .05s;
}

.info .card.wow:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

.info .card.wow:nth-child(3) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
}

.info .card.wow:nth-child(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

	.token .card.wow:nth-child(1) {
    -webkit-animation-delay: .05s;
            animation-delay: .05s;
}

.token .card.wow:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

.token .card.wow:nth-child(3) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
}

.token .card.wow:nth-child(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

.footer__info {
    right: -40px;
    position: relative;
    top: 20px;
}
.card__big.code_snippet {
    margin-top: 110px;
}
.card__big:first-child:before {
    content: '';
    background: whitesmoke;
    left: 0;
    width: 200px;
    position: absolute;
    height: 100%;
    top: 0;
}
} 
  
  
  
  
  
  
/*   ! Mobile Styles */
@media (max-width: 600px) {
	.center {
    max-width: 94vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.intro .paddy a {
    width: 180px;
}
.headline {
    max-width: 94%;
    top: 0;
    padding-top: 20px;
    text-align: center;
}
.section__head {
    margin-bottom: 20px;
}
footer {
    max-width: 94%;
}
.search {
    max-width: 94vw;
    padding: 0;
    margin: auto;
    margin-top: 30px;
    margin-left: 0px;
}
.search .inner {
width: 90%;
    margin: auto;
    display: block;
    margin-left: 30px;
    padding-top: 30px;
}

.faq__wrap {
    padding: 10px;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

.search.active .exit-search {
    position: absolute;
    right: 70px;
    font-size: 30px;
    top: 15px;
}
.community .inner {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
}
.footer__info {
    width: 95%;
    text-align: CENTER;
    margin-top: 300px;
    bottom: -100px;
    position: relative;
}

.footer__info a {
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

.footer__info h3 {
    margin-bottom:  10px;
}

.footer__info p {
    text-align: CENTER;
    font-size: 12px;
    color: #666;
}

.community {
    position: relative;
    float: left;
    position: absolute;
    width: calc(100% - 60px);
    top: 20px;
}

.community .card {width: calc(100% - 20px);height: calc(100% - 20px) !important;margin: 0;padding: 0;background: none;box-shadow: none;}

footer a.social {
    width: 50%;
    float: left;
    margin: 0;
    height: 70px;
}

.community .icon {
    width: 25px;
    height: 25px;
    float: left;
}

footer .card h3 {
    float: left;
    display: inline-block;
    width: calc(100% - 35px);
    line-height: 52px;
}

.info .card:last-child, .token .card:last-child {
    margin-right: 10px;
}

.about .card__big .split:first-child {
    border-radius: 5px 5px 0px 0px;
}

.card__big {
    width: 100%;
}

.card__big p {
    font-size: 14px;
    line-height: 1.4em;
    color: #444;
    font-weight: 100;
}

.about .card__big .split:nth-child(2) {
}

.token .card {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 25px;
    float: left;
}

.token .card:first-child {
    margin-right: 10px;
    margin-left: 10px;
}


.logo {
    width: 260px;
    margin: auto;
    display: block;
    background-size: contain;
    margin-top: 20px;
    background-size: 200px;
    background-position: top center;
}

.center section {
    width: 100%;
    padding: 10px;
    height: 120px;
    margin-top: -60px;
    position: relative;
}

#buttons a {
    width: calc((100% / 3) - 20px);
    display: block;
    margin: 0;
    padding: 10px 0px 10px 10px;
    margin-bottom: 20px;
    border: none;
    float: left;
}

header {
    height: 660px;
}

#buttons a:nth-child(2) {
    position: ABSOLUTE;
    width: 80%;
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
    top: 70px;
    display: block;
    /* position: relative; */
    background: white;
    padding: 10px;
    float: none;
    color: #77a9e2;
    border: solid 2px #78a9e2;
    height: 30px;
    line-height: 34px;
}

#buttons a:nth-child(1) {
    width: calc(50% - 20px);
    margin: auto;
}

#buttons a:nth-child(3) {
    width: calc(50% - 20px);
    margin: auto;
}

#buttons a span {
    width: 200px;
    margin: AUTO;
}

main .container {
    max-width: 94vw;
}

main .intro {
    height: 890px;
}

.race {
    margin: 0;
    padding: 0;
    margin-left: 50px;
    margin-top: 40px;
    border: none;
}

.horse {
    width: 220px;
}

.finish-line {
    top: -10px;
    right: 70px;
}

.text.block {
    float: left;
}

.block .paddy {
    padding: 20px;
}

.text h2 {
    line-height: 1.1em;
    text-align: center;
    margin-top: 40px;
}

.block a {
    float: none !important;
    margin: auto;
    margin-top: 10px;
}

.info .card:first-child {
    margin: 0 auto;
    margin-bottom: 25px;
}

.info .card {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.info .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.about .card__big .split:first-child {
    width: 100%;
    height: 1%;
    overflow: hidden;
}

.card__big img {
    position: RELATIVE;
    width: 600px;
    padding: 0;
    box-shadow: none;
        bottom: inherit;
    border-radius: 0;
}

.card__big:before {
    display: none;
}

.card__big {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    padding-bottom: 40px;
}

.about .card__big .split:nth-child(2) {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.4em;
}
pre.language-javascript {
    max-width: 83% !important;
    width: 83%;
}


.open_source a {
    margin-top: 20px;
}
#buttons a span {
    display: none;
}
.card__small.code_snippet {
    width: 100%;
}
.roadmap h2 {
    line-height: 1.4em;
    text-align: center;
}
.roadmap__timeline {
    max-width: 94vw;
    margin: auto;
}
.roadmap h2 span {display: BLOCK;width: 170px;margin: auto;}
}
  
  
  



.section.timeline {
  background: #F45B69;
  padding: 50px 0;
}

.section.timeline .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section.timeline h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

.section.timeline h2 {
  font-size: 20.8px;
  font-size: 1.3rem;
}




.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #F45B69;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li div:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div:before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div:before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}




.timeline .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}



@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    -webkit-transform: none;
            transform: none;
  }
  
  .timeline ol li:nth-child(odd) div:before,
  .timeline ol li:nth-child(even) div:before {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div:before,
  .timeline ol li:not(:last-child):after,
  .timeline .arrows {
    display: none;
  }
}












/* PrismJS 1.11.0
http://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

