@charset "utf-8";
* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    box-sizing:border-box;
}
body {
    text-decoration: none;
    background:#fff;
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    color:#505050;
}
@font-face {
    font-family: 'geomanist-book';
    src: url('../fonts/geomanist-book-webfont.eot');
    src: url('../fonts/geomanist-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-book-webfont.woff2') format('woff2'), url('../fonts/geomanist-book-webfont.woff') format('woff'), url('../fonts/geomanist-book-webfont.ttf') format('truetype'), url('../fonts/geomanist-book-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.d-wrap{
  display: flex;
  width:100%;
  min-height: 100vh;
  flex-direction: column;
}
.d-wrap > header{
  background: #454e8c;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.d-wrap > header > .d-i{
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 20px 45px 20px;
}
.d-wrap > header h1{
  margin: 0;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
}
.d-wrap > header h2{
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #88a4c7;
}
.d-wrap > header .d-func-name{
  margin: 10px 0 0 0;
  font-size: 22px;
}
.d-wrap .d-dl-btn{
  margin: 25px 0 0 0;
}
.d-wrap .d-dl-btn a{
  display: inline-block;
  padding: 9px 15px 6px 15px;
  background-color: transparent;
  border: 1px solid #e8ebfd;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
}
.d-wrap .d-dl-btn a:hover,
.d-wrap .d-dl-btn a:focus{
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
  color: #454e8c;
}
.d-wrap > main{
  flex-grow:1;
  margin: 0 0 30px 0;
}
.d-wrap > main > .d-i{
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}
.d-wrap > footer{
  padding: 40px 5px;
  background: #eaeaea;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #666;
}
.d-wrap > footer > .d-i{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.d-main-repo{
  padding: 15px 0;
  background: #f7f7f7;
  text-align: center;
  font-size: 0;
}
.d-main-repo a{
  margin: 0 5px;
}

/*.d-main-wrap{
  padding: 0 30px 20px 30px;
}*/
.d-main-wrap h3{
  margin: 80px 0 15px 0;
  color: #454e8c;
  font-family: 'Lato', sans-serif;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
}
.d-main-wrap h3 span{
  color: #aaa;
}
.d-main-wrap pre,
.d-main-wrap pre.prettyprint{
  width: 100%;
  margin: 15px 0;
  padding: 13px 20px;
  overflow: hidden;
  overflow-x: auto;
  background: #222;
  border: 0;
  border-radius: 0;
  color: #eee;
  font-size: 13px;
}

.d-p-lead{
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.d-hl-1{
  margin: 0 3px;
  padding: 3px 5px 0 5px;
  background: #e8ebfd;
  font-weight: 600;
}
* > .d-hl-1:first-child{
  margin-left: 0;
}
* > .d-hl-1:last-child{
  margin-right: 0;
}

.d-tip-1{
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  background: #e8ebfd;
  line-height: 1;
}
.d-tip-1 > strong:first-of-type{
  flex: 0 0 auto;
  padding: 5px 10px 7px 10px;
  background: #454e8c;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.d-tip-1 > span{
  flex: 1 1 auto;
  padding: 5px 10px 5px 10px;
}

.d-playbox{
  background: #f6f6f6;
}
.d-playbox p,
.d-playbox > span[id]{
  display: block;
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: bold;
}
.d-playbox-buttons{
  padding: 20px 0 0 0;
  font-size: 16px;
  text-align: center;
}

.d-demo-wrap{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background: #004f85;
  padding-right:1em;
}
.d-demo-wrap .jctkr-label{
  height:50px;
  padding: 0 18px;
  line-height: 50px;
  background:#fca311;
  font-size:18px;
  color: #fff;
  cursor: default;
  font-family: 'geomanist-book';
  text-transform:uppercase;
  float:left;
}
.d-demo-wrap .jctkr-label:hover{
  background:#666;
}
[class*="js-conveyor-"] ul{
  /*display: inline-block;*/
  opacity: 0.5;
}
[class*="js-conveyor-"] ul li{
  padding: 0 15px;
  line-height:24px;
  font-size: 16px;
  color:#fff;
   font-family: 'Poppins';
   font-weight:normal;
   border-right:1px solid #ccc;
}
[class*="js-conveyor-"] ul li a{
  line-height:50px;
  font-size: 16px;
  color:#fff;
   font-family: 'Poppins';
   font-weight:normal;
}