/* Add here all your css styles (customizations) */
.breadcrumb li.active, .breadcrumb li a:hover, .breadcrumb li {
    color: #95a5a6;
}

.breadcrumbs-v3 .breadcrumb li a {
    color: #fff;
}


.breadcrumbs-v3  {
    background-color: #ae0001;
    padding: 5px 0;
}

.breadcrumbs-v3 h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    font-family: arial;
}

.breadcrumbs-v3 .logo-bread {
    float: left;
    margin: 5px 10px 0px 5%;
}

.header .navbar-default .navbar-nav > li > a:hover,
.header .navbar-default .navbar-nav > .active > a {
    border-bottom: solid 2px rgb(104, 112, 116);
}

.img-responsive {
    float: left;
    margin: 0 10px 10px 0;
}

.posts .dl-horizontal dt img {
    width: auto;
    height: auto;
}

/* small news */
.small-news {
	border-bottom: 1px solid #eee;
	padding: 15px 15px 5px 0;
    min-height: 70px;
}

.small-news img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.small-news  strong {
	display: block;
	line-height: 15px;
	margin-bottom: 3px;
}

.small-news  a {
    color: #555;
}

.small-news p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 17px;
}

.small-news small {
	color: #bbb;
	font-weight: 200;
}

.small-news-list li {
	color: #999;
	font-size: 11px;
}

.small-news .small-news-list li a {
	color: #555;
}

.small-news-list li a:hover {
	color: #555;
	text-decoration: none;
}

.small-news-list li:hover i {
	color: #72c02c;
}
