@font-face { 
			font-family: roboto condensed; 
             src: url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2');
             src: url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff');
			 }
.jctkr-wrapper,.jctkr-wrapper *{box-sizing:border-box}.jctkr-wrapper{display:inline-block;position:relative;width:100%;height:35px;vertical-align:top;overflow:hidden}.jctkr-wrapper ul{position:absolute;left:0;top:0;height:100%;margin:0;padding:0;list-style:none;white-space:nowrap;font-size:0;opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}.jctkr-wrapper.jctkr-initialized ul{opacity:1}.jctkr-wrapper ul li{display:inline-block;font-family:sans-serif;font-size:16px}.jctkr-label{display:inline-block}


body{
	font-family:roboto condensed;
}
.wrap{
	margin-top:0px;
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  // background: #fff;
  border-radius: 3px;
  // box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10);
}
.jctkr-label{
    height: 30px;
    padding: 0px 8px 1px 18px;
    line-height: 34px;
    background: #0b5eb7;
    font-family: roboto condensed;
    font-size: 15px;
    color: #fff;
    cursor: default;
}
.jctkr-label:hover{
  background:#0E88D3;
}
[class*="js-conveyor-"] ul{
  display: inline-block;
  opacity: 0.5;
}
[class*="js-conveyor-"] ul li{
  padding: 0 15px;
  line-height: 35px;
  font-size: 16px;
}