/* variables.less:
-------------------------------------------------- */
/* end of variables.less
-------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-inner {
  background-color: #dc6b40;
  background-image: -moz-linear-gradient(top, #e07851, #d75727);
  background-image: -ms-linear-gradient(top, #e07851, #d75727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e07851), to(#d75727));
  background-image: -webkit-linear-gradient(top, #e07851, #d75727);
  background-image: -o-linear-gradient(top, #e07851, #d75727);
  background-image: linear-gradient(top, #e07851, #d75727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e07851', endColorstr='#d75727', GradientType=0);
  border-color: #d75727 #d75727 #963d1b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.navbar .divider-vertical {
  background-color: #D75727;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 0px solid #FFF;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #666;
}
