.breadcrumbs h1#page-title {
font-size: 36px;
}
h3 {
	margin-top: 28px;
	font-size:22px;
	line-height:22px;
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	/* margin-bottom: 1.4em; */
}

p.lead {
	font-weight:300;
}
p.caption {
	font-size:14px;
}

.breadcrumbs, .navs li:hover a, .navs li:focus a, .navs li a:hover, .navs li.active a:hover, .navs li.active a:focus, .navs li.active a:active, .navs li.active a {
	background-color: #e30c00;
}

a {
	color: #e30c00;
}

.contact a {
color:#D7D7D7;
}

li {
	line-height: 2em;
	font-size: 18px;
	font-weight:500;
}

hr {
	background: none repeat scroll 0 0 transparent;
    border-top: 1px solid #E6E6E6;
    height: 1px;
}

.navbar > .container .navbar-brand #logo-header {
	height: 70px;
	width:auto;
	margin-right: 14px;
	}
	
.navbar > .container .navbar-brand {
	margin: 20px 0 10px 0;
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	}		
	
.tab-content .tab-posts {
	line-height: 2em;
	}	
	
@media (max-width: 480px){	
.navbar > .container .navbar-brand #logo-header {
	height: 40px;
	margin-top: -4px;
	width:auto;
	}
.navbar > .container .navbar-brand {
	margin: 10px;	
	font-size: 30px
	}	

	
#page-title {
font-size:32px;	
}	
.breadcrumbs {
	padding:20px 0 18px;
}
}
	
figure {
margin-right: 1em;
margin-bottom: 1em;
}
figure img {max-width:100%;}
figcaption {margin-top: 8px;}

.form-search .btn {
	line-height: 2.2;
	background-color: #e30c00;
}

.form-group label.radio {
margin-left: 1em;
}

select[multiple] {
    height: 128px;
}

footer {
	padding-bottom: 10em;
	background-color: #383838
}