/**
 * @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
 */
.ticker-sliding .jux_boundary {
  height: 100%;
}
.ticker-sliding .jux_boundary .jux_ticker_header {
  height: 100%;
  float: left;
}
.ticker-sliding .jux_boundary .jux_ticker_header h4 {
  margin: 0;
  padding: 0px 10px;
}
.ticker-sliding .jux_boundary .jux-ticker-inner {
  height: 100%;
}
.ticker-static .jux_boundary {
  height: 100%;
}
.ticker-static .jux_boundary .jux_ticker_header {
  height: 100%;
  float: left;
  margin-right: 6px;
}
.ticker-static .jux_boundary .jux_ticker_header h4 {
  padding: 0;
  margin: 0px 10px;
}
.ticker-static .jux_boundary .jux-ticker-inner {
  height: 100%;
}
.jquery-arrow {
  position: fixed;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 99;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
}
.jquery-arrow.up .fa-angle-down:before {
  content: "\f106";
}
.jux-ticker-headtext {
  float: left;
}
.jux-ticker-headtext span {
  font-style: italic;
  font-weight: bold;
}
.jux-ticker-control {
  float: right;
  height: 100%;
  background: #6B5555;
}
.jux-ticker-control a {
  display: block;
  float: left;
  margin: 0px;
  /*text-indent: -999em;*/
  width: 15px;
  padding: 0px 10px;
}
.jux-ticker-control a:hover{
  color: #B7ABAB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jux-ticker-control a i{
  font-size: 35px;
  color: #B7ABAB;
}
@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;
  position: absolute;
  text-align: left;
  visibility: hidden;
  height: 100%;
  width: 100%;
}
/*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;
}
.jux-newticker-none{
  display: none;!important;
}
