﻿body {
  background: #FF8201 url("../img/body-bg.jpg") center;
  padding-bottom: 0px;
  overflow-x: hidden;
}
.footer-bg{
    background: url("../img/footer-bg.png") center top repeat-x;
    padding-top: 113px;
    min-height: 87px;
    height: 180px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#wrapper{
    min-height:100%;
	position:relative;
}
.navbar-inverse {
    background-color: #140A01;
}
.fibic-logo{
    width: 115px;
}
.fibic-link{
    padding-top: 6px;
    padding-bottom: 2px;
}
.body-content{
    /*margin-top: 4px;*/
    padding-bottom: 80px;
}
/* Footer */
.wp-hit-counter {
    bottom: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 84px;
    margin-top: 18px;
}
.footer-left{
    float:left; 
    width:287px;
}
ul.footer-menu{
    padding:0; 
    margin:0; 
    list-style:none;
}
ul.footer-menu li{
    float:left;  
    padding:0 9px 0 10px;
}
ul.footer-menu li:first-child{
    padding-left:0; 
    background:none;
}
ul.footer-menu li a{
    color:#6a5747; 
    font:normal 13px/18px Arial, Helvetica, sans-serif;
}
ul.footer-menu li a:hover,
ul.footer-menu .current_page_item > a,
ul.footer-menu .current_page_ancestor > a,
ul.footer-menu .current-menu-item > a,
ul.footer-menu .current-menu-ancestor > a{color:#fff;}
.footer-right{
    float:right; 
    text-align:right; 
    color:#6b5847; 
    font:normal 13px/20px Arial, Helvetica, sans-serif;
}
.footer-right strong{color:#ff8c1d;}
.footer-right span{color:#fff;}
.navbar-inverse .navbar-nav > li > a {
    color: #BDBDBD;
}

html,
body {
	padding-top: 27px;
	height:100%;
}
/* Validation */
.field-validation-error{ 
    color: red; 
    font-weight: bold; 
}
.input-validation-error{  
    border: 1px solid red; 
}