html {
	min-height: 100%;
	position: relative;
	box-shadow: 0 80px 200px rgba(0, 0, 0, 0.27) inset;
}

body {
	color: #555;
	background: #fff url('/files/images/bg_site.jpg') no-repeat top center;
	margin-bottom: 60px;
	font-family: "Lucida Sans Unicode", Verdana;
}

ul {text-align:left !important;}
p {text-align:left !important;}

.whiteFont {color: #fff;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}
.blueBackground {background-color: #007F38;}
.blueBackground p {text-align:center !important;}

.lightFont {
	color:#aaa; 
	font-size:18px;
}

.navbar-brand {
background-image: url('/files/images/logo-ffb.png');
color:transparent !important;
width:140px;
height:194px;
}

.navbar-default .navbar-toggle {border-color: #888;}

.navbar li {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

.navbar li a {
	color: #fff !important;
}

.navbar, .navbar-collapse {
	border: 0;
	background: none;
}

.navbar li a:hover, .active a {
	color: #FA740B !important;
	background: none !important;
	border-bottom: 1px solid #FA740B;
}

footer {
	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
}

.sidebar {
	float:right;
	width:25%;
	border:1px solid #c1c2c3;
	border-radius: 5px;
	background:#ECECED;
	padding-bottom: 20px;
}

.container2 {
	width:65%;
}

hr {
	width:80%;
	background:#C5C5BF;
	height:1px;
	border-bottom:1px solid #fff;
}

@media (max-width: 992px) {
.container2 {
	width:100%;
}
.sidebar {
	display:none;
}
}