/* FONT */
@font-face {
    font-family: 'jnewsbar-fontello';
    src: url("../font/fontello.eot?60989379");
    src: url("../font/fontello.eot?60989379#iefix") format("embedded-opentype"), url("../font/fontello.woff?60989379") format("woff"), url("../font/fontello.ttf?60989379") format("truetype"), url("../font/fontello.svg?60989379#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?60989379#fontello') format('svg');
  }
}
*/
.jnewsbar-icon:before {
    font-family: "jnewsbar-fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 0.8em;
    margin-right: .1em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.jnewsbar-icon-right-open-big:before {
    content: '\e801';
}

/* '' */
.jnewsbar-icon-left-open-big:before {
    content: '\e800';
}

/* '' */
.jnewsbar-icon-down-open-big:before {
    content: '\e802';
}

/* '' */
.jnewsbar-icon-up-open-big:before {
    content: '\e803';
}

/* '' */
.opened .jnewsbar-icon-up-open-big:before {
    content: '\e802';
}

/* '' */
.jnews-top .jnewsbar-icon-up-open-big:before {
    content: '\e802';
}

/* '' */
.jnews-top.opened .jnewsbar-icon-up-open-big:before {
    content: '\e803';
}

/* '' */
.jnewsbar-icon-pause:before {
    content: '\e804';
}

/* '' */
.jnewsbar-icon-cancel:before {
    content: '\e805';
}

/* '' */
/* GLOBAL */
.jnewsbar {
    /* position: fixed; REMOVE FIXED */
    overflow: hidden;
    width: 100%;
    right: 0;
    padding: 0px;
    opacity: 0;
}

.jnews-bottom {
    /*border-top: 1px solid;*/
}

.jnews-top {
    /*border-bottom: 1px solid;*/
}

.jnewsbar h2, .jnewsbar ul, .jnewsbar li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.jnewsbar h2 {
    font-size: 24px;
}

.jnewsbar > div.jnewsbar-title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: left;
    overflow: hidden;
    padding: 5px 13px;
    /*max-width: 30%;*/
}

.jnewsbar ul {
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: left;
    padding: 5px 0px;
    /*max-width: 60%;	*/
    word-break: break-all;
}

.jnewsbar a {
    text-decoration: none;
}

.jnewsbar a:hover {
    color: #652816!important;
}

.jnewsbar li > a {
    padding: 0 20px;
    text-align: right;
}

.jnewsbar li span {
    font-size: 12px;
    opacity: 0.6;
}

/*
        Controls
*/
.jnewsbar-navigate {
    float: right;
    padding: 3px 15px;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    /*min-width: 80px;*/
    width: auto;
}

.jnewsbar-navigate a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    outline: none !important;
    border: 0px;
}

.jnewsbar-navigate a:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #652816!important;
    /*font-size: 20px;*/
}

.jnewsbar-navigate a:focus, .jnewsbar-navigate a:visited, .jnewsbar-navigate a:active {
    border: none;
    outline: none;
    text-decoration: none;
}

.jnews-toggle {
    position: absolute;
    float: right;
    padding: 0px 15px;
    right: 0px;
}

.jnews-top .jnews-toggle {
    bottom: 5px;
}

.jnews-bottom .jnews-toggle {
    top: 5px;
}

.jnews-top .jnews-toggle .toggle {
    display: block;
}

/*
 * Close V.2.0
 */
/*
        Mobile
*/
@media (max-width: 480px) {
    .jnewsbar > div > h2, .jnewsbar li span {
        display: none;
    }

    .jnewsbar > div.jnewsbar-title {
        padding-left: 2px;
        padding-right: 2px;
        height: 100%;
        overflow: hidden;
        text-indent: -999px;
    }

    .jnewsbar ul.jnewsbar-items {
        padding: 0px 10px;
    }
    .jnewsbar ul.jnewsbar-items li {
        padding-top: 5px
    }
    .jnewsbar ul.jnewsbar-items li a {
        display: block;
        width: 89%;
        overflow: hidden;
        text-align: right;
        /*padding-top: 5px;*/
        padding-left: 0px;
        padding-right: 0px;
    }

    .jnewsbar-navigate {
        padding: 0px;
        width: 75px;
        display: block;
        text-align: left;
        position: absolute;
        left: 10px;
        top: 2px;
    }
}
/*
        Tooltip
*/
.tooltip {
    position: absolute;
    z-index: 99999;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

/*
        Fade Effect Custom Css
*/
/*.jnewsbar.jnews-fade ul li{
        position: absolute;
        opacity: 0;
}*/
/*
        Themes
*/
/* Dark */
.jnews-dark {
    background: #2d2d2d;
    border-color: #000;
}

.jnews-dark, .jnews-dark h2, .jnews-dark a {
    color: #fff;
}

.jnews-dark a:hover {
    color: #652816!important;
}

/* Light */
.jnews-light {
    background-color: #FFF;
    border-color: #eeeeee;
}

.jnews-light, .jnews-light h2, .jnews-light a {
    color: #444444;
}

.jnews-light a:hover {
    color: #000;
}

.jnews-light.jnews-top {
    background-image: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(white));
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(top, #eeeeee, #ffffff);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.jnews-light.jnews-bottom {
    background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#eeeeee));
    background-image: -o-linear-gradient(top, white, #eeeeee);
    background-image: linear-gradient(top, #ffffff, #eeeeee);
    box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0);
}

/* Blue */
.jnews-blue {
    background-color: #435d9f;
    border-color: #3d4e7e;
}

.jnews-blue, .jnews-blue h2, .jnews-blue a {
    color: #e9effd;
}

.jnews-blue a:hover {
    color: #FFFFFF;
}

/* Red */
.jnews-red {
    background-color: #ab1111;
    border-color: #980404;
}

.jnews-red, .jnews-red h2, .jnews-red a {
    color: #FFFFFF;
}
/* MY CSS */
.news {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.04);
    position: relative;
    font-size:14px;
}
.news i {
    vertical-align:inherit;
}
.jnewsbar.jnews-top{ background-color: #ffffff; }.jnewsbar.jnews-top .jnewsbar-title h2{ color: #ffffff; }.jnewsbar.jnews-top .jnewsbar-title{ background-color: #652816; }.jnewsbar.jnews-top li,.jnewsbar.jnews-top li a,.jnewsbar.jnews-top span ,.jnewsbar.jnews-top a .jnewsbar.jnews-top p, .jnewsbar-navigate a{ color: #000000; }

.jnewsbar-items {
    width:80%;
    max-width:90%!important;
}
.jnewsbar h2 {
    font-size: 13px!important;
}

.jnewsbar li > a.icon-text {
    padding: 0 3px;
}
.jnewsbar li > a.jnewsbar-item-title {
    white-space: nowrap;
    padding-left:0px!important;
}
.jnewsbar > div.jnewsbar-title:hover a{
    color: #fff!important;

}
.icon-export:before {
    content: '\e715'!important;
    font-family: 'Entypo'!important;
}