.news_item {
	border-bottom: 1px solid #cccccc;
}
.upwards {
	position: relative;
  top: -30px;
}
.navbar-brand > img {
	width:80px;
	height:auto;
	top:6px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="checkbox"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
	display: inline-block;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px; /* Safari 4 */
	-moz-border-radius: 3px; /* Firefox 3.6 */
	border-radius: 3px;
}
.img-right{
	position: absolute;
	float: right;
	top: -75px;
	right: 20px;
	max-width: 250px;
	height: auto;
}
button > a,
button > a:active,
button > a:hover  {
	text-decoration: none;
	color: #666666;
}

/*BREADCRUMBS*/
/*// Included classes
 .B_crumbBox li {

 }
// .B_hideCrumb Span surrounding the "..." if there are more crumbs than will be shown
// .B_currentCrumb Span or A tag surrounding the current crumb
// .B_firstCrumb Span that always surrounds the first crumb, whether it is "home" or not
// .B_lastCrumb Span surrounding last crumb, whether it is the current page or not
// .B_crumb Class given to each A tag surrounding the intermediate crumbs (not home, or hide)
// .B_homeCrumb Class given to the home crumb*/
.B_crumbBox {
  padding: 2px 10px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  background-color:rgba(0, 0, 0, 0.3);
}
.B_crumbBox > li {
  display: inline-block;
}
.B_crumbBox > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.B_crumbBox > li > a > span {
	/*opacity: 1;*/
  color: #ffffff;
}
.B_homeCrumb {
/*  background: url(../../../../img/home_icon.png) 0 0 no-repeat;
  color: transparent;*/
}

.header_image > img {
	position: absolute;
	top: 0px;
  margin-bottom: 30px;
}

.collapse.in {
  display: block;
}
.date{
     font-size: 14px; 
    font-weight: normal;
    color: #CCCCCC;
}
ul.social-bar-white {
	list-style: none;
	float: right;
	margin: 35px 0 0 0;
	position: relative;
	z-index: 2;
}
a.facebook-white {
	background: url(/img/facebook-white.png) no-repeat;/*fallback fo IE8*/
	background-image: url(/img/facebook-white.svg), none;
	}