/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */


@media (max-width: 979px) {

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  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: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#top-header #menu {
  /* move down carets for tabs */

  /* #navmb { */

  /* } */

}

#top-header #menu .dropup,
#top-header #menu .dropdown {
  position: relative;
}

#top-header #menu .dropdown-toggle {
  *margin-bottom: -3px;
}

#top-header #menu .dropdown-toggle:active,
#top-header #menu .open .dropdown-toggle {
  outline: 0;
}

#top-header #menu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

#top-header #menu .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

#top-header #menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

#top-header #menu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

#top-header #menu .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

#top-header #menu .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

#top-header #menu .dropdown-menu > li > a:hover,
#top-header #menu .dropdown-menu > li > a:focus,
#top-header #menu .dropdown-submenu:hover > a,
#top-header #menu .dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #c6d4dc;
  background-image: -moz-linear-gradient(top, #ccd9e0, #bccdd6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccd9e0), to(#bccdd6));
  background-image: -webkit-linear-gradient(top, #ccd9e0, #bccdd6);
  background-image: -o-linear-gradient(top, #ccd9e0, #bccdd6);
  background-image: linear-gradient(to bottom, #ccd9e0, #bccdd6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffccd9e0', endColorstr='#ffbccdd6', GradientType=0);
}

#top-header #menu .dropdown-menu > .active > a,
#top-header #menu .dropdown-menu > .active > a:hover,
#top-header #menu .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #c6d4dc;
  background-image: -moz-linear-gradient(top, #ccd9e0, #bccdd6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccd9e0), to(#bccdd6));
  background-image: -webkit-linear-gradient(top, #ccd9e0, #bccdd6);
  background-image: -o-linear-gradient(top, #ccd9e0, #bccdd6);
  background-image: linear-gradient(to bottom, #ccd9e0, #bccdd6);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffccd9e0', endColorstr='#ffbccdd6', GradientType=0);
}

#top-header #menu .dropdown-menu > .disabled > a,
#top-header #menu .dropdown-menu > .disabled > a:hover,
#top-header #menu .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

#top-header #menu .dropdown-menu > .disabled > a:hover,
#top-header #menu .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#top-header #menu .open {
  *z-index: 1000;
}

#top-header #menu .open > .dropdown-menu {
  display: block;
}

#top-header #menu .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

#top-header #menu .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

#top-header #menu .dropup .caret,
#top-header #menu .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

#top-header #menu .dropup .dropdown-menu,
#top-header #menu .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

#top-header #menu .dropdown-submenu {
  position: relative;
}

#top-header #menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

#top-header #menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

#top-header #menu .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

#top-header #menu .dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

#top-header #menu .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

#top-header #menu .dropdown-submenu.pull-left {
  float: none;
}

#top-header #menu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

#top-header #menu .dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

#top-header #menu .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#top-header #menu .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

#top-header #menu .fade.in {
  opacity: 1;
}

#top-header #menu .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

#top-header #menu .collapse.in {
  height: auto;
}

#top-header #menu .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#top-header #menu .close:hover,
#top-header #menu .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#top-header #menu button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

#top-header #menu .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#top-header #menu .btn:hover,
#top-header #menu .btn:focus,
#top-header #menu .btn:active,
#top-header #menu .btn.active,
#top-header #menu .btn.disabled,
#top-header #menu .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

#top-header #menu .btn:active,
#top-header #menu .btn.active {
  background-color: #cccccc \9;
}

#top-header #menu .btn:first-child {
  *margin-left: 0;
}

#top-header #menu .btn:hover,
#top-header #menu .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

#top-header #menu .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#top-header #menu .btn.active,
#top-header #menu .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#top-header #menu .btn.disabled,
#top-header #menu .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#top-header #menu .btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

#top-header #menu .btn-large [class^="icon-"],
#top-header #menu .btn-large [class*=" icon-"] {
  margin-top: 4px;
}

#top-header #menu .btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#top-header #menu .btn-small [class^="icon-"],
#top-header #menu .btn-small [class*=" icon-"] {
  margin-top: 0;
}

#top-header #menu .btn-mini [class^="icon-"],
#top-header #menu .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

#top-header #menu .btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#top-header #menu .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#top-header #menu .btn-block + .btn-block {
  margin-top: 5px;
}

#top-header #menu input[type="submit"].btn-block,
#top-header #menu input[type="reset"].btn-block,
#top-header #menu input[type="button"].btn-block {
  width: 100%;
}

#top-header #menu .btn-primary.active,
#top-header #menu .btn-warning.active,
#top-header #menu .btn-danger.active,
#top-header #menu .btn-success.active,
#top-header #menu .btn-info.active,
#top-header #menu .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

#top-header #menu .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ccd6e0;
  *background-color: #ccd2e0;
  background-image: -moz-linear-gradient(top, #ccd9e0, #ccd2e0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccd9e0), to(#ccd2e0));
  background-image: -webkit-linear-gradient(top, #ccd9e0, #ccd2e0);
  background-image: -o-linear-gradient(top, #ccd9e0, #ccd2e0);
  background-image: linear-gradient(to bottom, #ccd9e0, #ccd2e0);
  background-repeat: repeat-x;
  border-color: #ccd2e0 #ccd2e0 #9ca9c3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffccd9e0', endColorstr='#ffccd2e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#top-header #menu .btn-primary:hover,
#top-header #menu .btn-primary:focus,
#top-header #menu .btn-primary:active,
#top-header #menu .btn-primary.active,
#top-header #menu .btn-primary.disabled,
#top-header #menu .btn-primary[disabled] {
  color: #ffffff;
  background-color: #ccd2e0;
  *background-color: #bcc4d6;
}

#top-header #menu .btn-primary:active,
#top-header #menu .btn-primary.active {
  background-color: #acb7cd \9;
}

#top-header #menu .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#top-header #menu .btn-warning:hover,
#top-header #menu .btn-warning:focus,
#top-header #menu .btn-warning:active,
#top-header #menu .btn-warning.active,
#top-header #menu .btn-warning.disabled,
#top-header #menu .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

#top-header #menu .btn-warning:active,
#top-header #menu .btn-warning.active {
  background-color: #c67605 \9;
}

#top-header #menu .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#top-header #menu .btn-danger:hover,
#top-header #menu .btn-danger:focus,
#top-header #menu .btn-danger:active,
#top-header #menu .btn-danger.active,
#top-header #menu .btn-danger.disabled,
#top-header #menu .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

#top-header #menu .btn-danger:active,
#top-header #menu .btn-danger.active {
  background-color: #942a25 \9;
}

#top-header #menu .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#top-header #menu .btn-success:hover,
#top-header #menu .btn-success:focus,
#top-header #menu .btn-success:active,
#top-header #menu .btn-success.active,
#top-header #menu .btn-success.disabled,
#top-header #menu .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

#top-header #menu .btn-success:active,
#top-header #menu .btn-success.active {
  background-color: #408140 \9;
}

#top-header #menu .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#top-header #menu .btn-info:hover,
#top-header #menu .btn-info:focus,
#top-header #menu .btn-info:active,
#top-header #menu .btn-info.active,
#top-header #menu .btn-info.disabled,
#top-header #menu .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

#top-header #menu .btn-info:active,
#top-header #menu .btn-info.active {
  background-color: #24748c \9;
}

#top-header #menu .btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#top-header #menu .btn-inverse:hover,
#top-header #menu .btn-inverse:focus,
#top-header #menu .btn-inverse:active,
#top-header #menu .btn-inverse.active,
#top-header #menu .btn-inverse.disabled,
#top-header #menu .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

#top-header #menu .btn-inverse:active,
#top-header #menu .btn-inverse.active {
  background-color: #080808 \9;
}

#top-header #menu button.btn,
#top-header #menu input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

#top-header #menu button.btn::-moz-focus-inner,
#top-header #menu input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#top-header #menu button.btn.btn-large,
#top-header #menu input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

#top-header #menu button.btn.btn-small,
#top-header #menu input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

#top-header #menu button.btn.btn-mini,
#top-header #menu input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

#top-header #menu .btn-link,
#top-header #menu .btn-link:active,
#top-header #menu .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#top-header #menu .btn-link {
  color: #ccd9e0;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#top-header #menu .btn-link:hover,
#top-header #menu .btn-link:focus {
  color: #9cb6c3;
  text-decoration: underline;
  background-color: transparent;
}

#top-header #menu .btn-link[disabled]:hover,
#top-header #menu .btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

#top-header #menu .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

#top-header #menu .btn-group:first-child {
  *margin-left: 0;
}

#top-header #menu .btn-group + .btn-group {
  margin-left: 5px;
}

#top-header #menu .btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

#top-header #menu .btn-toolbar > .btn + .btn,
#top-header #menu .btn-toolbar > .btn-group + .btn,
#top-header #menu .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

#top-header #menu .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#top-header #menu .btn-group > .btn + .btn {
  margin-left: -1px;
}

#top-header #menu .btn-group > .btn,
#top-header #menu .btn-group > .dropdown-menu,
#top-header #menu .btn-group > .popover {
  font-size: 14px;
}

#top-header #menu .btn-group > .btn-mini {
  font-size: 10.5px;
}

#top-header #menu .btn-group > .btn-small {
  font-size: 11.9px;
}

#top-header #menu .btn-group > .btn-large {
  font-size: 17.5px;
}

#top-header #menu .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

#top-header #menu .btn-group > .btn:last-child,
#top-header #menu .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

#top-header #menu .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

#top-header #menu .btn-group > .btn.large:last-child,
#top-header #menu .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

#top-header #menu .btn-group > .btn:hover,
#top-header #menu .btn-group > .btn:focus,
#top-header #menu .btn-group > .btn:active,
#top-header #menu .btn-group > .btn.active {
  z-index: 2;
}

#top-header #menu .btn-group .dropdown-toggle:active,
#top-header #menu .btn-group.open .dropdown-toggle {
  outline: 0;
}

#top-header #menu .btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#top-header #menu .btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

#top-header #menu .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

#top-header #menu .btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

#top-header #menu .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#top-header #menu .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

#top-header #menu .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #ccd2e0;
}

#top-header #menu .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

#top-header #menu .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

#top-header #menu .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

#top-header #menu .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

#top-header #menu .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

#top-header #menu .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

#top-header #menu .btn-large .caret {
  margin-top: 6px;
}

#top-header #menu .btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

#top-header #menu .btn-mini .caret,
#top-header #menu .btn-small .caret {
  margin-top: 8px;
}

#top-header #menu .dropup .btn-large .caret {
  border-bottom-width: 5px;
}

#top-header #menu .btn-primary .caret,
#top-header #menu .btn-warning .caret,
#top-header #menu .btn-danger .caret,
#top-header #menu .btn-info .caret,
#top-header #menu .btn-success .caret,
#top-header #menu .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#top-header #menu .btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

#top-header #menu .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#top-header #menu .btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

#top-header #menu .btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

#top-header #menu .btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

#top-header #menu .btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

#top-header #menu .btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

#top-header #menu .nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

#top-header #menu .nav > li > a {
  display: block;
}

#top-header #menu .nav > li > a:hover,
#top-header #menu .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

#top-header #menu .nav > li > a > img {
  max-width: none;
}

#top-header #menu .nav > .pull-right {
  float: right;
}

#top-header #menu .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

#top-header #menu .nav li + .nav-header {
  margin-top: 9px;
}

#top-header #menu .nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

#top-header #menu .nav-list > li > a,
#top-header #menu .nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#top-header #menu .nav-list > li > a {
  padding: 3px 15px;
}

#top-header #menu .nav-list > .active > a,
#top-header #menu .nav-list > .active > a:hover,
#top-header #menu .nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ccd9e0;
}

#top-header #menu .nav-list [class^="icon-"],
#top-header #menu .nav-list [class*=" icon-"] {
  margin-right: 2px;
}

#top-header #menu .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

#top-header #menu .nav-tabs,
#top-header #menu .nav-pills {
  *zoom: 1;
}

#top-header #menu .nav-tabs:before,
#top-header #menu .nav-pills:before,
#top-header #menu .nav-tabs:after,
#top-header #menu .nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

#top-header #menu .nav-tabs:after,
#top-header #menu .nav-pills:after {
  clear: both;
}

#top-header #menu .nav-tabs > li,
#top-header #menu .nav-pills > li {
  float: left;
}

#top-header #menu .nav-tabs > li > a,
#top-header #menu .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

#top-header #menu .nav-tabs {
  border-bottom: 1px solid #ddd;
}

#top-header #menu .nav-tabs > li {
  margin-bottom: -1px;
}

#top-header #menu .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

#top-header #menu .nav-tabs > li > a:hover,
#top-header #menu .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

#top-header #menu .nav-tabs > .active > a,
#top-header #menu .nav-tabs > .active > a:hover,
#top-header #menu .nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#top-header #menu .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

#top-header #menu .nav-pills > .active > a,
#top-header #menu .nav-pills > .active > a:hover,
#top-header #menu .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #ccd9e0;
}

#top-header #menu .nav-stacked > li {
  float: none;
}

#top-header #menu .nav-stacked > li > a {
  margin-right: 0;
}

#top-header #menu .nav-tabs.nav-stacked {
  border-bottom: 0;
}

#top-header #menu .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#top-header #menu .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

#top-header #menu .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

#top-header #menu .nav-tabs.nav-stacked > li > a:hover,
#top-header #menu .nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

#top-header #menu .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

#top-header #menu .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

#top-header #menu .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

#top-header #menu .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

#top-header #menu .nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #ccd9e0;
  border-bottom-color: #ccd9e0;
}

#top-header #menu .nav .dropdown-toggle:hover .caret,
#top-header #menu .nav .dropdown-toggle:focus .caret {
  border-top-color: #9cb6c3;
  border-bottom-color: #9cb6c3;
}

#top-header #menu .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

#top-header #menu .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

#top-header #menu .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

#top-header #menu .nav > .dropdown.active > a:hover,
#top-header #menu .nav > .dropdown.active > a:focus {
  cursor: pointer;
}

#top-header #menu .nav-tabs .open .dropdown-toggle,
#top-header #menu .nav-pills .open .dropdown-toggle,
#top-header #menu .nav > li.dropdown.open.active > a:hover,
#top-header #menu .nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

#top-header #menu .nav li.dropdown.open .caret,
#top-header #menu .nav li.dropdown.open.active .caret,
#top-header #menu .nav li.dropdown.open a:hover .caret,
#top-header #menu .nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

#top-header #menu .tabs-stacked .open > a:hover,
#top-header #menu .tabs-stacked .open > a:focus {
  border-color: #999999;
}

#top-header #menu .tabbable {
  *zoom: 1;
}

#top-header #menu .tabbable:before,
#top-header #menu .tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

#top-header #menu .tabbable:after {
  clear: both;
}

#top-header #menu .tab-content {
  overflow: auto;
}

#top-header #menu .tabs-below > .nav-tabs,
#top-header #menu .tabs-right > .nav-tabs,
#top-header #menu .tabs-left > .nav-tabs {
  border-bottom: 0;
}

#top-header #menu .tab-content > .tab-pane,
#top-header #menu .pill-content > .pill-pane {
  display: none;
}

#top-header #menu .tab-content > .active,
#top-header #menu .pill-content > .active {
  display: block;
}

#top-header #menu .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

#top-header #menu .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

#top-header #menu .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

#top-header #menu .tabs-below > .nav-tabs > li > a:hover,
#top-header #menu .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

#top-header #menu .tabs-below > .nav-tabs > .active > a,
#top-header #menu .tabs-below > .nav-tabs > .active > a:hover,
#top-header #menu .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

#top-header #menu .tabs-left > .nav-tabs > li,
#top-header #menu .tabs-right > .nav-tabs > li {
  float: none;
}

#top-header #menu .tabs-left > .nav-tabs > li > a,
#top-header #menu .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

#top-header #menu .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

#top-header #menu .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

#top-header #menu .tabs-left > .nav-tabs > li > a:hover,
#top-header #menu .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

#top-header #menu .tabs-left > .nav-tabs .active > a,
#top-header #menu .tabs-left > .nav-tabs .active > a:hover,
#top-header #menu .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

#top-header #menu .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

#top-header #menu .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

#top-header #menu .tabs-right > .nav-tabs > li > a:hover,
#top-header #menu .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

#top-header #menu .tabs-right > .nav-tabs .active > a,
#top-header #menu .tabs-right > .nav-tabs .active > a:hover,
#top-header #menu .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

#top-header #menu .nav > .disabled > a {
  color: #999999;
}

#top-header #menu .nav > .disabled > a:hover,
#top-header #menu .nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

#top-header #menu .navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

#top-header #menu .navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

#top-header #menu .navbar-inner:before,
#top-header #menu .navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

#top-header #menu .navbar-inner:after {
  clear: both;
}

#top-header #menu .navbar .container {
  width: auto;
}

#top-header #menu .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

#top-header #menu .navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

#top-header #menu .navbar .brand:hover,
#top-header #menu .navbar .brand:focus {
  text-decoration: none;
}

#top-header #menu .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

#top-header #menu .navbar-link {
  color: #777777;
}

#top-header #menu .navbar-link:hover,
#top-header #menu .navbar-link:focus {
  color: #333333;
}

#top-header #menu .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

#top-header #menu .navbar .btn,
#top-header #menu .navbar .btn-group {
  margin-top: 5px;
}

#top-header #menu .navbar .btn-group .btn,
#top-header #menu .navbar .input-prepend .btn,
#top-header #menu .navbar .input-append .btn,
#top-header #menu .navbar .input-prepend .btn-group,
#top-header #menu .navbar .input-append .btn-group {
  margin-top: 0;
}

#top-header #menu .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

#top-header #menu .navbar-form:before,
#top-header #menu .navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

#top-header #menu .navbar-form:after {
  clear: both;
}

#top-header #menu .navbar-form input,
#top-header #menu .navbar-form select,
#top-header #menu .navbar-form .radio,
#top-header #menu .navbar-form .checkbox {
  margin-top: 5px;
}

#top-header #menu .navbar-form input,
#top-header #menu .navbar-form select,
#top-header #menu .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

#top-header #menu .navbar-form input[type="image"],
#top-header #menu .navbar-form input[type="checkbox"],
#top-header #menu .navbar-form input[type="radio"] {
  margin-top: 3px;
}

#top-header #menu .navbar-form .input-append,
#top-header #menu .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

#top-header #menu .navbar-form .input-append input,
#top-header #menu .navbar-form .input-prepend input {
  margin-top: 0;
}

#top-header #menu .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

#top-header #menu .navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

#top-header #menu .navbar-static-top {
  position: static;
  margin-bottom: 0;
}

#top-header #menu .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#top-header #menu .navbar-fixed-top,
#top-header #menu .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

#top-header #menu .navbar-fixed-top .navbar-inner,
#top-header #menu .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

#top-header #menu .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

#top-header #menu .navbar-fixed-top .navbar-inner,
#top-header #menu .navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#top-header #menu .navbar-static-top .container,
#top-header #menu .navbar-fixed-top .container,
#top-header #menu .navbar-fixed-bottom .container {
  width: 940px;
}

#top-header #menu .navbar-fixed-top {
  top: 0;
}

#top-header #menu .navbar-fixed-top .navbar-inner,
#top-header #menu .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

#top-header #menu .navbar-fixed-bottom {
  bottom: 0;
}

#top-header #menu .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

#top-header #menu .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

#top-header #menu .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

#top-header #menu .navbar .nav > li {
  float: left;
}

#top-header #menu .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

#top-header #menu .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

#top-header #menu .navbar .nav > li > a:focus,
#top-header #menu .navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

#top-header #menu .navbar .nav > .active > a,
#top-header #menu .navbar .nav > .active > a:hover,
#top-header #menu .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

#top-header #menu .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

#top-header #menu .navbar .btn-navbar:hover,
#top-header #menu .navbar .btn-navbar:focus,
#top-header #menu .navbar .btn-navbar:active,
#top-header #menu .navbar .btn-navbar.active,
#top-header #menu .navbar .btn-navbar.disabled,
#top-header #menu .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

#top-header #menu .navbar .btn-navbar:active,
#top-header #menu .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

#top-header #menu .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#top-header #menu .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

#top-header #menu .navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

#top-header #menu .navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

#top-header #menu .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

#top-header #menu .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

#top-header #menu .navbar .nav li.dropdown > a:hover .caret,
#top-header #menu .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

#top-header #menu .navbar .nav li.dropdown.open > .dropdown-toggle,
#top-header #menu .navbar .nav li.dropdown.active > .dropdown-toggle,
#top-header #menu .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

#top-header #menu .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

#top-header #menu .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#top-header #menu .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#top-header #menu .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

#top-header #menu .navbar .pull-right > li > .dropdown-menu,
#top-header #menu .navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

#top-header #menu .navbar .pull-right > li > .dropdown-menu:before,
#top-header #menu .navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

#top-header #menu .navbar .pull-right > li > .dropdown-menu:after,
#top-header #menu .navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

#top-header #menu .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
#top-header #menu .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

#top-header #menu .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

#top-header #menu .navbar-inverse .brand,
#top-header #menu .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#top-header #menu .navbar-inverse .brand:hover,
#top-header #menu .navbar-inverse .nav > li > a:hover,
#top-header #menu .navbar-inverse .brand:focus,
#top-header #menu .navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

#top-header #menu .navbar-inverse .brand {
  color: #999999;
}

#top-header #menu .navbar-inverse .navbar-text {
  color: #999999;
}

#top-header #menu .navbar-inverse .nav > li > a:focus,
#top-header #menu .navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

#top-header #menu .navbar-inverse .nav .active > a,
#top-header #menu .navbar-inverse .nav .active > a:hover,
#top-header #menu .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

#top-header #menu .navbar-inverse .navbar-link {
  color: #999999;
}

#top-header #menu .navbar-inverse .navbar-link:hover,
#top-header #menu .navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

#top-header #menu .navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

#top-header #menu .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
#top-header #menu .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
#top-header #menu .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

#top-header #menu .navbar-inverse .nav li.dropdown > a:hover .caret,
#top-header #menu .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#top-header #menu .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

#top-header #menu .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
#top-header #menu .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
#top-header #menu .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#top-header #menu .navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

#top-header #menu .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

#top-header #menu .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

#top-header #menu .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

#top-header #menu .navbar-inverse .navbar-search .search-query:focus,
#top-header #menu .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#top-header #menu .navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#top-header #menu .navbar-inverse .btn-navbar:hover,
#top-header #menu .navbar-inverse .btn-navbar:focus,
#top-header #menu .navbar-inverse .btn-navbar:active,
#top-header #menu .navbar-inverse .btn-navbar.active,
#top-header #menu .navbar-inverse .btn-navbar.disabled,
#top-header #menu .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

#top-header #menu .navbar-inverse .btn-navbar:active,
#top-header #menu .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

#top-header #menu .pull-right {
  float: right;
}

#top-header #menu .pull-left {
  float: left;
}

#top-header #menu .hide {
  display: none;
}

#top-header #menu .show {
  display: block;
}

#top-header #menu .invisible {
  visibility: hidden;
}

#top-header #menu .affix {
  position: fixed;
}

}