.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
   
}
#brand img {
    padding-bottom: 0px;
    padding-top: 0px; 
}

#fullwidth {
    margin-top: 21px;
    overflow: hidden;
    height:300px;
}
.inputbox {
	border:1px solid #d2d2d2;
	height:34px;
	padding:10px;
}
.element-invisible {
	display: none;
}
.btn {
padding-left: 40px;
padding-right: 40px;
margin-left:-5px;
vertical-align: top; 
border-radius: 0px;
}

.navbar-nav > li > a {
    line-height: auto !important;
    padding-bottom: 3px !important;
    padding-top: 2px !important;
}

#footer {
    background-color: #5E9B1D;
    color:#fff;
    padding-top:30px ;
}