/*
	jBar v2.0.0
	URL: www.toddmotto.com
*/
.newsbar_container {
	background:#063c61;
	position:fixed;
	bottom:0;
	width:100%;
}
/*------------------------------------*\
    jBar
\*------------------------------------*/

/************************************/
.arrow_header {
	position: relative;
	background: #063c61;
}
.arrow_header:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color:#063c61;
	border-width: 10px;
	margin-top: -10px;
}

.newsCss {
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding-left: 30px;
}
.news-header {
    background: #063c61;
    border-radius: 10px 0 0 10px;
    color: #f57f21;
    display: block;
    font-size: 0.95em;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding-bottom: 1.1px;
    text-align: center;
}

.newsbar {
	background:#065c97;
}

.newsbar button {
    background: #063c61 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 48px ;
    transition: all 0.5s ease-in-out 0s;
    width: 48px;
	border-radius:0!important;
}
.newsbar .newsController button:hover {
    background: #f57f21 none repeat scroll 0 0;
}
.ButtonsNews {
	background:#063c61;
}
.news-item {
	color:#FFF;	
}
.NewsLink {
	color:#FFF;
	text-decoration:none !important;
}
.NewsLink span {
	color:#619fca;
	font-weight:600;

}
.NewsLink:hover {
	color:#f57f21;
	text-decoration:none !important;

}


/***********************************/
@media screen and (max-width: 406px){
	.jbar-down-toggle {
		display:none !important ;
	}
	.jbar {
		display:none !important ;
	}
}

@media screen and (min-width: 407px) and (max-width:767px){
	.jbar-down-toggle {
		display:none !important ;
	}
	.jbar {
		display:none !important ;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
.jbar-up-toggle {
    right: 5px;
}
}