/*!
 * jQuery Conveyor Ticker (jConveyorTicker)
 * Description: jQuery plugin to create simple horizontal conveyor belt animated tickers.
 *
 * Copyright (c) 2017 Luis Luz - UXD Lda
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Project home:
 *   https://github.com/lluz/jquery-conveyor-ticker
 *
 * Version:  1.0.2
 *
 */.jctkr-wrapper,.jctkr-wrapper *{box-sizing:border-box}.jctkr-wrapper{display:inline-block;height:40px;overflow:hidden;position:relative;vertical-align:top;width:100%}.jctkr-wrapper ul{font-size:0;height:100%;left:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;white-space:nowrap}.jctkr-wrapper.jctkr-initialized ul{opacity:1}.jctkr-wrapper ul li{display:inline-block;font-size:35px}.jctkr-label{display:inline-block}.wrap{background:#fff;border-radius:3px;box-shadow:inset 0 0 7px rgba(69,78,140,.5);font-size:0;overflow:hidden;white-space:nowrap;width:100%}.jctkr-label{color:#fff;cursor:default;font-size:36px;height:40px;line-height:40px;padding:0 15px}.jctkr-label,.jctkr-label:hover{background:#007b32}[class*=js-conveyor-] ul{display:inline-block;opacity:.5}[class*=js-conveyor-] ul li{font-size:20px;line-height:40px;padding:0 15px}[class*=js-conveyor-] ul li a{color:#007b32}@media (min-width:20em) and (max-width:29.93em){.jctkr-wrapper{display:inline-block;height:30px;overflow:hidden;position:relative;vertical-align:top;width:100%}.jctkr-wrapper ul li{display:inline-block;font-size:20px}.jctkr-label{font-size:28px;height:30px;line-height:30px;padding:0 15px}[class*=js-conveyor-] ul{display:inline-block;opacity:.5}[class*=js-conveyor-] ul li{font-size:16px;line-height:30px;padding:0 15px}[class*=js-conveyor-] ul li a{color:#007b32}}