.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding-top: 84px;
  background-color: #ffffff;
  background-image: url('/images/body-bg.png');
  background-repeat: repeat-x;
}
body.hp .border-radius-image {
  background: url('/images/cloud.jpg');
  width: 890px;
  height: 326px;
}
i.arrow-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url('/images/arrow.png');
  background-repeat: no-repeat;
  *margin-right: .3em;
}
i.arrow-icon:last-child {
  *margin-left: 0;
}
.navbar .brand {
  margin-left: 0;
}
.navbar .nav {
  float: right;
  margin-right: 70px;
}
.navbar .nav > li {
  margin-left: 15px;
}
.navbar .nav > li > a {
  font-weight: bold;
  margin: 5px 0;
  padding: 10px 30px 11px;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  padding: 10px;
}
.navbar-inner {
  -webkit-box-shadow: 0 1px 2px #5e6e7e, inset 0 -1px 1px rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 1px 2px #5e6e7e, inset 0 -1px 1px rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px #5e6e7e, inset 0 -1px 1px rgba(255, 255, 255, 0.95);
}
.border-radius-image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.row.triple {
  margin-top: 30px;
}
.row.triple .span4 {
  background-color: #ffffff;
  height: 500px;
  margin-left: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #999999;
  -moz-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
}
.row.triple .span4 > .content {
  color: #0f5bd2;
  font-weight: 700;
  font-size: 14px;
  margin: 16px 18px;
}
.row.triple .span4:first-child {
  margin-left: 21px;
}
footer .row .span4.offset4 {
  margin-top: 80px;
  text-align: center;
}
footer .row .span4.offset4 p {
  color: #999999;
  font-size: 10px;
}
