@media only screen and (max-width: 768px) {
    #carousel-homepage.carousel .carousel-inner .item {
    	height: 350px;
    }
}


section#content .container .headline {
    border-bottom: none;
}

media only screen and (min-width: 1135px){
    .navbar-brand {
    	margin: -20px 0 -16px 0;
	}
}

h3{
    display: inline-block;
	border-bottom: 2px solid #bb4a27;

}

.navbar-toggle {
    width: 40px;
    height: 40px;
    background-color: #bb4a27;
    border: 1px solid #bb4a27;
    border-radius: 0;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: #fff;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #fff;
}
    
.sf-menu>li {
    border-bottom: 6px solid transparent;
}

section#content .content-header {
    background-color: #BB4A28;
}

section#content .content-header h2{
    color:#fff;
}

section#content .content-header .breadcrumb{
    color: #fff;
}

section#content .content-header .breadcrumb>.active{
	color: #fff;
}

.breadcrumb a {
	color: #fff;
} 

dl.headlines {
    padding: 15px 0;
    border-bottom: 2px solid #BB4A28;
}


#carousel-homepage.carousel .carousel-inner .item {
    height: 590px;

}

#carousel-homepage.carousel .carousel-caption {
    left: 50px;
    bottom: 50px;
}

@media only screen and (max-width: 768px) {
    #carousel-homepage.carousel .carousel-inner .item {
    	height: 350px;
    }
}
section#content .container .headline {
    border-bottom: none;
}
footer{
    background-color: #bb4a28;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: rgba(255,255,255,.7);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}
body {
 font-family:Tahoma,Geneva,sans-serif;
 font-size:16px;
 line-height:1.7;
 color:#0e0e0e;
 background-color:#fefefe
}