.jquery-bar {position: relative;
	box-shadow: 0px 2px 2px #AAAAAA;
	font-size:14px;
}
.jquery-bar .notification {display:block;width:auto;}
.downbar {cursor:pointer;	top:0px;right:70px;padding:0px 3px 0px 3px;
	position:absolute;border-radius:0px 0px 5px 5px;box-shadow: 0px 4px 5px #AAAAAA;border-top:none;z-index:10;
}
.down {position:absolute;top:6px;right:85px;}
.up {top: -45px;display: none;}
.arrow {cursor:pointer;}
.ticker { 
	font-size:14px;
    font-family: Panton-Regular;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ticker img {
    display: block;
    margin: 0 auto;
    width: 100vw;
    max-width: 1600px;
    position: relative;
}
.social-jquery-bar{float:left;}
.social-bar-text{float:left; list-style-type: none;height: 30px; padding:0px; margin-top:-4px;margin-left:10px;}
.social-bar-icon{float:left; list-style-type: none;}
.social-bar-icon img{margin-left:5px;}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    
.ticker {
    font-size: 11px;
    font-weight: normal;
    height:60px;
    padding:0px 10px 0px 0px;
    line-height: 18px;
    text-align: left;
}
  .down{right:0px;} 
  .downbar{right:0px;}
  
  .ticker li {padding: 5px 10px 10px;margin: 0px 0px;}
  .ticker img {margin: -5px -10px -10px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ticker {
    font-size: 12px;
    font-weight: normal;
    height:42px;
    padding:0px 10px 0px 0px;
    line-height: 18px;
    text-align: left;
}
  .down{right:0px;} 
  .downbar{right:0px;}
  
  .ticker li {padding: 5px 10px 10px;margin: 0px 0px;}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .ticker {
        font-size:11px;
    }
    .down{right:0px;} 
  .downbar{right:0px;}
  .ticker li {padding: 5px 10px 10px;margin: 0px 0px;}
}
      