/**
 * @version   $id: $
 * @author    JoomlaUX!
 * @package   Joomla!
 * @subpackage  mod_jux_news_ticker
 * @copyright Copyright (C) 2012 - 2014 by Joomlaux. All rights reserved.
 * @license   http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL version 3, See LICENSE.txt
 */
@charset "UTF-8";
.jux-ticker {
  /*height: 18px;*/
}
.jux-ticker-headtext {
  float: left;
}
.jux-ticker-headtext span {
  font-style: italic;
  font-weight: bold;
}
.jux-ticker-control {
  float: right;
  height: 100%;
}
.jux-ticker-control a {
  display: block;
  float: left;
  height: 20px;
  margin: 0 0 0 3px;
  text-indent: -999em;
  width: 15px;
}
@media screen and (max-width: 479px) {
  .jux-ticker-control a {
    height: 15px;
  }
}
.jux-ticker-play {
  background: url("../images/play.png") no-repeat scroll 0 0 transparent;
}
.jux-ticker-stop {
  background: url("../images/pause.png") no-repeat scroll 0 0 transparent;
}
.jux-ticker-inner {
  height: 20px;
}
@media screen and (max-width: 479px) {
  .jux-ticker-inner {
    height: 15px;
  }
}
.jux-ticker-item {
  display: block;
  height: 20px;
  position: absolute !important;
  text-align: left;
  visibility: hidden;
  width: 100%!important;
}
@media screen and (max-width: 479px) {
  .jux-ticker-item {
    height: 15px;
  }
}
/*Custom GD*/
#jux_sticky {
  z-index: 999;
}
#jux_sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
}
.static_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.jux-ticker.static {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  /*top: 0px;*/
  /*background: none;*/
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jux-ticker.slide {
  background: none;
  border: none;
  padding: 0;
  /*margin: 0;*/
  border-radius: 0;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#jux_sticky.no_fullwidth_top {
  top: 0;
  padding: 0;
  border: none;
}
#jux_sticky.no_fullwidth_bottom {
  bottom: 0;
  padding: 0;
  border: none;
}
.fullwidth_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.fullwidth_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#jux_position {
  position: relative;
  overflow: auto;
}
#jux_position .jux_boundary {
  overflow: auto;
}
#jux_position .jux_ticker_header {
  float: left;
  margin-right: 20px;
  position: relative;
  height: 100%;
}
#jux_position .jux_ticker_header .jux-ticker-headtext {
  font-size: 18px;
  height: 20px;
}
@media screen and (max-width: 479px) {
  #jux_position .jux_ticker_header .jux-ticker-headtext {
    font-size: 12px;
    height: 15px;
  }
}
#jux_position .jux_ticker_header #jux_headtext {
  float: left;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
}
/*# sourceMappingURL=style.css.map */