body {
  font-family:Verdana;
  padding-bottom: 20px;
}
.navbar {
  margin-bottom: 20px;
  background-color:#5f1111;
  color:white;
}
.navbar .nav > li > a {
  color:white;
}
.navbar .nav > li > a:hover {
  color:yellow;
}
.navbar-header > a  {
  color:white !important;
}
.navbar-header > a:hover  {
  color:yellow !important;
}
.active >a{
	background-color:white !important;
	color:#5f1111 !important;
}
h1, h2, h3{
	color:#5f1111;
}
a{
	color:#5f1111;
}
.red_button {
	background-color:#5f1111;
	color:white;
	border-color:white;
}
.input-block-level{
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sidebox {
	padding-top:75px;
	
}
.full {
	visibility: hidden;
	width:0px;
}
.mob {
	visibility: visible;
}
.none {
	padding:0px !important;
	margin:0px !important;

}
@media (min-width: 767px) {

.full {
	visibility: visible;
	width:100%;
}
.mob {
	visibility:hidden;
	width:0px;
}
}