
body {
    padding-bottom: 38px;
}
.stickTicker {
	
   height: 54px;
	position: fixed;
    bottom: 0;
    z-index: 102;
    margin: 0 0 0 0!important;
    left: 0;
	width:100%;
}
.Ticker{
	display:inline-block;
	white-space: nowrap;	
	position: relative;
    height: 100%;	
	
}
.newsBanner{
	padding: 8px 1px;
    background: #990b14;
    cursor: pointer;
    height: 39px;
    font-size: 10px;
    overflow: hidden;
	position: relative;
}
.newsBanner .Ticker{
	position: relative;
}
.newsBanner .Ticker>div{
	position:relative;
	overflow: hidden;
    display: inline-block;
    margin-right: 30px; /* تحديد المسافة بين الأخبار */	
}
.newsBanner .Ticker a:link{
	color:#FFF!important;
}
.newsBanner .Ticker a:visited{
	color:#f3b4b4!important;
}

.newsBannerSmall{
	padding: 2px 1px;
    background: #990b141a;
    cursor: pointer;
    height: 19px;
    font-size: 7px;
    overflow: hidden;
    line-height: 12px;
	width: 100%;
	position: relative;

}
.newsBannerSmall>.newspaperBtn {
    width: 58px;
    display: block;
    height: 100%;
    background: #21191bf0;
    position: absolute;
    margin: -1px 0px -2px -2px;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    color: #aaa3a4;
    padding: 0;
    font-size: 9px;
    line-height: 18px;
}
.newsBannerSmall .Ticker>div{
	position:relative;
	overflow: hidden;
    display: inline-block;
    margin-right: 30px; /* تحديد المسافة بين الأخبار */	
}

.newsPanel1 {

}

.newsPanel1 div {
	color:#FFF;
}




/* eocjsNewsticker v0.7.3 */

.eocjs-newsticker {

}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 39px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}

.eocjs-newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  top: 2px;
  width: 20px;
  height: 20px;
  display: block;
  border: 3px solid #555555;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}








































