/**
 * @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%;
    position: relative;
}

.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%;
    position: relative;
}

.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;
    }
}

.my-news-ticker {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    list-style: none;
}

/*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;
    position: relative;
}

#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;
}

/*-----------------------------
  News Ticker
------------------------------*/
.jux-news-ticker {
    background: #fff;
    position: relative;
    height: 45px;
    border: 1px solid #1974d2;
    margin-top: 45px;
}

@media (min-width: 768px) {
    .jux-news-ticker {
        margin-top: 0;
    }
}

.jux-news-ticker-label {
    background: #1974d2;
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff;
}

@media (max-width: 575px) {
    .jux-news-ticker-label {
        position: absolute;
        top: -45px;
    }
}

.jux-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .jux-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px;
    }
}

.jux-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.jux-news-ticker-box ul li a {
    text-decoration: none;
}

.jux-news-ticker-controls {
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.jux-news-ticker-controls button {
    height: 100%;
    background: #f6f6f6;
    padding: 0;
    width: 40px;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: inline-block;
}

.jux-news-ticker-controls button:hover {
    background: #eeeeee;
}

.jux-news-ticker-controls button.jux-news-ticker-arrow {
    margin: 0;
    display: inline-block;
    position: relative;
}

.jux-news-ticker-controls button.jux-news-ticker-arrow:after {
    border-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 8px;
}

.jux-news-ticker-controls button.jux-news-ticker-pause {
    position: relative;
    display: inline-block;
}

.jux-news-ticker-controls button.jux-news-ticker-pause:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-color: #999;
    border-style: solid;
    border-width: 0 2px 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.jux-news-ticker-controls.jux-news-ticker-horizontal-controls button.jux-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.jux-news-ticker-controls.jux-news-ticker-horizontal-controls button.jux-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg);
}

.jux-news-ticker-controls.jux-news-ticker-vertical-controls button.jux-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}

.jux-news-ticker-controls.jux-news-ticker-vertical-controls button.jux-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    -ms-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
}

/*# sourceMappingURL=style.css.map */