.jquery-bar {
	background: #b22c1b; /* #FAFAFA */
	width:101%;
	position: fixed;	
	bottom:0%;
	margin:0px 0px 0px -8px;
	padding: 0px 0px 10px 0px;	
	border-bottom:2px solid #b22c1b;
	height:35px;

	font-size:14px;
	font-family: 'Lato Regular', Arial;
	text-transform:uppercase;
}

.jquery-bar .notification {
	display:block;
	width:auto;
}

.downbar {
	cursor:pointer;	
	bottom:0px;
	right:70px;	
	padding:0px 3px 0px 3px;
	position:absolute;
	background:#FFFFFF;
	border-radius:0px 0px 5px 5px;	
	border:2px solid #CC0000;
	box-shadow: 0px 4px 5px #AAAAAA;	
	border-top:none;
}

.downbar:hover{
	background: url(../jix/bg.png);
	cursor:pointer;
}

.down {
	position:absolute;
	bottom:-20%;
    right:5%;
}

.up {
	bottom: -45px;
	display: none;
}

.arrow {
	cursor:pointer;
}

.font-style{
	text-align: center;
}

.font-style a{
	color:#CC0000;
	font-size:15px;
	text-decoration:underline;
	text-transform:none;
}
@media only screen and (max-width:960px) {
.mjquerbar {
	display:none
}
}