﻿
.jctkr-wrapper,
.jctkr-wrapper *{
  box-sizing: border-box;
}
.jctkr-wrapper{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  vertical-align: middle;
}
.jctkr-wrapper ul{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.jctkr-wrapper.jctkr-initialized ul{
  opacity: 1;
}
.jctkr-wrapper ul li{
  display: inline-block;
  font-size: 16px;
}
.jctkr-wrapper ul li a{
  text-transform: none;
  color: #fff;
}
.jctkr-label{
  display: inline-block;
}
.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{}
.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: #333333;
  color: #fff;
  height: 45px;
}
.d-demo-wrap .jctkr-label{
	cursor:pointer;
  height: 45px;
  line-height: 42px;
  background: #fbce0a;
  font-size: 18px;
  color: #333333;
  cursor: default;
  margin-right: 1.5em;
  position:relative;
}
.d-demo-wrap .jctkr-label strong{ padding: 0 10px;vertical-align: middle;}
.d-demo-wrap .jctkr-label::after{
  content: '';
  border-top: 23px solid transparent;
  border-left: 21px solid #fbce0a;
  border-bottom: 22px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-left: 125px;
}
[class*="js-conveyor-"] ul{
  display: inline-block;
  opacity: 0.5;
}
[class*="js-conveyor-"] ul li{
  padding: 0 15px;
  line-height: 35px;
  font-size: 16px;
 border-right: 1px solid #fff;
}
/*[class*="js-conveyor-"] ul li::after{
  content: '';
  position:relative;
  border-right: 1px solid #fff;
}*/