.top-navigation {
  /*!
 * 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.
 */
  /* Allow for input prepend/append in search forms */
  /* White icons with optional class, or on hover/focus/active states of certain elements */
  /* move down carets for tabs */
  color: #888888;
  font-size: 12px;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* TYPOGRAPHY */
  /* PARAGRAPH STYLES */
  /* FONT STYLES */
  /* ACCOUNT PAGE STYLES */
  /* GIVES THE LOOK OF THE ACTIVE TAB ON THE BLACK BAR */
}
.top-navigation .clearfix {
  *zoom: 1;
}
.top-navigation .clearfix:before,
.top-navigation .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .clearfix:after {
  clear: both;
}
.top-navigation .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.top-navigation .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-navigation article,
.top-navigation aside,
.top-navigation details,
.top-navigation figcaption,
.top-navigation figure,
.top-navigation footer,
.top-navigation header,
.top-navigation hgroup,
.top-navigation nav,
.top-navigation section {
  display: block;
}
.top-navigation audio,
.top-navigation canvas,
.top-navigation video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.top-navigation audio:not([controls]) {
  display: none;
}
.top-navigation html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.top-navigation a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.top-navigation a:hover,
.top-navigation a:active {
  outline: 0;
}
.top-navigation sub,
.top-navigation sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.top-navigation sup {
  top: -0.5em;
}
.top-navigation sub {
  bottom: -0.25em;
}
.top-navigation img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.top-navigation #map_canvas img,
.top-navigation .google-maps img {
  max-width: none;
}
.top-navigation button,
.top-navigation input,
.top-navigation select,
.top-navigation textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.top-navigation button,
.top-navigation input {
  *overflow: visible;
  line-height: normal;
}
.top-navigation button::-moz-focus-inner,
.top-navigation input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.top-navigation button,
.top-navigation html input[type="button"],
.top-navigation input[type="reset"],
.top-navigation input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.top-navigation label,
.top-navigation select,
.top-navigation button,
.top-navigation input[type="button"],
.top-navigation input[type="reset"],
.top-navigation input[type="submit"],
.top-navigation input[type="radio"],
.top-navigation input[type="checkbox"] {
  cursor: pointer;
}
.top-navigation input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.top-navigation input[type="search"]::-webkit-search-decoration,
.top-navigation input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.top-navigation textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  .top-navigation * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .top-navigation a,
  .top-navigation a:visited {
    text-decoration: underline;
  }
  .top-navigation a[href]:after {
    content: " (" attr(href) ")";
  }
  .top-navigation abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .top-navigation .ir a:after,
  .top-navigation a[href^="javascript:"]:after,
  .top-navigation a[href^="#"]:after {
    content: "";
  }
  .top-navigation pre,
  .top-navigation blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .top-navigation thead {
    display: table-header-group;
  }
  .top-navigation tr,
  .top-navigation img {
    page-break-inside: avoid;
  }
  .top-navigation img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .top-navigation p,
  .top-navigation h2,
  .top-navigation h3 {
    orphans: 3;
    widows: 3;
  }
  .top-navigation h2,
  .top-navigation h3 {
    page-break-after: avoid;
  }
}
.top-navigation body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #676767;
  background-color: #e7e7e7;
}
.top-navigation a {
  color: #666666;
  text-decoration: none;
}
.top-navigation a:hover,
.top-navigation a:focus {
  color: #ff9e1b;
  text-decoration: underline;
}
.top-navigation .img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.top-navigation .img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.top-navigation .img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.top-navigation .row {
  margin-left: -12px;
  *zoom: 1;
}
.top-navigation .row:before,
.top-navigation .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .row:after {
  clear: both;
}
.top-navigation [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 12px;
}
.top-navigation .container,
.top-navigation .navbar-static-top .container,
.top-navigation .navbar-fixed-top .container,
.top-navigation .navbar-fixed-bottom .container {
  width: 948px;
}
.top-navigation .span12 {
  width: 948px;
}
.top-navigation .span11 {
  width: 868px;
}
.top-navigation .span10 {
  width: 788px;
}
.top-navigation .span9 {
  width: 708px;
}
.top-navigation .span8 {
  width: 628px;
}
.top-navigation .span7 {
  width: 548px;
}
.top-navigation .span6 {
  width: 468px;
}
.top-navigation .span5 {
  width: 388px;
}
.top-navigation .span4 {
  width: 308px;
}
.top-navigation .span3 {
  width: 228px;
}
.top-navigation .span2 {
  width: 148px;
}
.top-navigation .span1 {
  width: 68px;
}
.top-navigation .offset12 {
  margin-left: 972px;
}
.top-navigation .offset11 {
  margin-left: 892px;
}
.top-navigation .offset10 {
  margin-left: 812px;
}
.top-navigation .offset9 {
  margin-left: 732px;
}
.top-navigation .offset8 {
  margin-left: 652px;
}
.top-navigation .offset7 {
  margin-left: 572px;
}
.top-navigation .offset6 {
  margin-left: 492px;
}
.top-navigation .offset5 {
  margin-left: 412px;
}
.top-navigation .offset4 {
  margin-left: 332px;
}
.top-navigation .offset3 {
  margin-left: 252px;
}
.top-navigation .offset2 {
  margin-left: 172px;
}
.top-navigation .offset1 {
  margin-left: 92px;
}
.top-navigation .row-fluid {
  width: 100%;
  *zoom: 1;
}
.top-navigation .row-fluid:before,
.top-navigation .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .row-fluid:after {
  clear: both;
}
.top-navigation .row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.2658227848101267%;
  *margin-left: 1.2130801687763715%;
}
.top-navigation .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.top-navigation .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.2658227848101267%;
}
.top-navigation .row-fluid .span12 {
  width: 99.99999999999999%;
  *width: 99.94725738396623%;
}
.top-navigation .row-fluid .span11 {
  width: 91.56118143459915%;
  *width: 91.5084388185654%;
}
.top-navigation .row-fluid .span10 {
  width: 83.1223628691983%;
  *width: 83.06962025316454%;
}
.top-navigation .row-fluid .span9 {
  width: 74.68354430379746%;
  *width: 74.63080168776371%;
}
.top-navigation .row-fluid .span8 {
  width: 66.24472573839662%;
  *width: 66.19198312236287%;
}
.top-navigation .row-fluid .span7 {
  width: 57.805907172995774%;
  *width: 57.75316455696202%;
}
.top-navigation .row-fluid .span6 {
  width: 49.36708860759493%;
  *width: 49.314345991561176%;
}
.top-navigation .row-fluid .span5 {
  width: 40.928270042194086%;
  *width: 40.87552742616033%;
}
.top-navigation .row-fluid .span4 {
  width: 32.48945147679325%;
  *width: 32.436708860759495%;
}
.top-navigation .row-fluid .span3 {
  width: 24.050632911392402%;
  *width: 23.997890295358648%;
}
.top-navigation .row-fluid .span2 {
  width: 15.61181434599156%;
  *width: 15.559071729957804%;
}
.top-navigation .row-fluid .span1 {
  width: 7.172995780590717%;
  *width: 7.120253164556962%;
}
.top-navigation .row-fluid .offset12 {
  margin-left: 102.53164556962024%;
  *margin-left: 102.42616033755273%;
}
.top-navigation .row-fluid .offset12:first-child {
  margin-left: 101.26582278481011%;
  *margin-left: 101.1603375527426%;
}
.top-navigation .row-fluid .offset11 {
  margin-left: 94.0928270042194%;
  *margin-left: 93.9873417721519%;
}
.top-navigation .row-fluid .offset11:first-child {
  margin-left: 92.82700421940928%;
  *margin-left: 92.72151898734177%;
}
.top-navigation .row-fluid .offset10 {
  margin-left: 85.65400843881855%;
  *margin-left: 85.54852320675104%;
}
.top-navigation .row-fluid .offset10:first-child {
  margin-left: 84.38818565400842%;
  *margin-left: 84.28270042194092%;
}
.top-navigation .row-fluid .offset9 {
  margin-left: 77.21518987341771%;
  *margin-left: 77.1097046413502%;
}
.top-navigation .row-fluid .offset9:first-child {
  margin-left: 75.94936708860759%;
  *margin-left: 75.84388185654008%;
}
.top-navigation .row-fluid .offset8 {
  margin-left: 68.77637130801688%;
  *margin-left: 68.67088607594937%;
}
.top-navigation .row-fluid .offset8:first-child {
  margin-left: 67.51054852320675%;
  *margin-left: 67.40506329113924%;
}
.top-navigation .row-fluid .offset7 {
  margin-left: 60.337552742616026%;
  *margin-left: 60.23206751054852%;
}
.top-navigation .row-fluid .offset7:first-child {
  margin-left: 59.0717299578059%;
  *margin-left: 58.96624472573839%;
}
.top-navigation .row-fluid .offset6 {
  margin-left: 51.89873417721518%;
  *margin-left: 51.793248945147674%;
}
.top-navigation .row-fluid .offset6:first-child {
  margin-left: 50.632911392405056%;
  *margin-left: 50.52742616033755%;
}
.top-navigation .row-fluid .offset5 {
  margin-left: 43.45991561181434%;
  *margin-left: 43.35443037974683%;
}
.top-navigation .row-fluid .offset5:first-child {
  margin-left: 42.19409282700421%;
  *margin-left: 42.088607594936704%;
}
.top-navigation .row-fluid .offset4 {
  margin-left: 35.0210970464135%;
  *margin-left: 34.91561181434599%;
}
.top-navigation .row-fluid .offset4:first-child {
  margin-left: 33.755274261603375%;
  *margin-left: 33.64978902953587%;
}
.top-navigation .row-fluid .offset3 {
  margin-left: 26.582278481012654%;
  *margin-left: 26.476793248945146%;
}
.top-navigation .row-fluid .offset3:first-child {
  margin-left: 25.316455696202528%;
  *margin-left: 25.21097046413502%;
}
.top-navigation .row-fluid .offset2 {
  margin-left: 18.143459915611814%;
  *margin-left: 18.037974683544302%;
}
.top-navigation .row-fluid .offset2:first-child {
  margin-left: 16.877637130801688%;
  *margin-left: 16.772151898734176%;
}
.top-navigation .row-fluid .offset1 {
  margin-left: 9.70464135021097%;
  *margin-left: 9.59915611814346%;
}
.top-navigation .row-fluid .offset1:first-child {
  margin-left: 8.438818565400844%;
  *margin-left: 8.333333333333332%;
}
.top-navigation [class*="span"].hide,
.top-navigation .row-fluid [class*="span"].hide {
  display: none;
}
.top-navigation [class*="span"].pull-right,
.top-navigation .row-fluid [class*="span"].pull-right {
  float: right;
}
.top-navigation .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.top-navigation .container:before,
.top-navigation .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .container:after {
  clear: both;
}
.top-navigation .container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  *zoom: 1;
}
.top-navigation .container-fluid:before,
.top-navigation .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .container-fluid:after {
  clear: both;
}
.top-navigation p {
  margin: 0 0 10px;
}
.top-navigation .lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
.top-navigation small {
  font-size: 85%;
}
.top-navigation strong {
  font-weight: bold;
}
.top-navigation em {
  font-style: italic;
}
.top-navigation cite {
  font-style: normal;
}
.top-navigation .muted {
  color: #999999;
}
.top-navigation a.muted:hover,
.top-navigation a.muted:focus {
  color: #808080;
}
.top-navigation .text-warning {
  color: #c09853;
}
.top-navigation a.text-warning:hover,
.top-navigation a.text-warning:focus {
  color: #a47e3c;
}
.top-navigation .text-error {
  color: #b94a48;
}
.top-navigation a.text-error:hover,
.top-navigation a.text-error:focus {
  color: #953b39;
}
.top-navigation .text-info {
  color: #3a87ad;
}
.top-navigation a.text-info:hover,
.top-navigation a.text-info:focus {
  color: #2d6987;
}
.top-navigation .text-success {
  color: #468847;
}
.top-navigation a.text-success:hover,
.top-navigation a.text-success:focus {
  color: #356635;
}
.top-navigation .text-left {
  text-align: left;
}
.top-navigation .text-right {
  text-align: right;
}
.top-navigation .text-center {
  text-align: center;
}
.top-navigation h1,
.top-navigation h2,
.top-navigation h3,
.top-navigation h4,
.top-navigation h5,
.top-navigation h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.top-navigation h1 small,
.top-navigation h2 small,
.top-navigation h3 small,
.top-navigation h4 small,
.top-navigation h5 small,
.top-navigation h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.top-navigation h1,
.top-navigation h2,
.top-navigation h3 {
  line-height: 40px;
}
.top-navigation h1 {
  font-size: 38.5px;
}
.top-navigation h2 {
  font-size: 31.5px;
}
.top-navigation h3 {
  font-size: 24.5px;
}
.top-navigation h4 {
  font-size: 17.5px;
}
.top-navigation h5 {
  font-size: 14px;
}
.top-navigation h6 {
  font-size: 11.9px;
}
.top-navigation h1 small {
  font-size: 24.5px;
}
.top-navigation h2 small {
  font-size: 17.5px;
}
.top-navigation h3 small {
  font-size: 14px;
}
.top-navigation h4 small {
  font-size: 14px;
}
.top-navigation .page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
.top-navigation ul,
.top-navigation ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
.top-navigation ul ul,
.top-navigation ul ol,
.top-navigation ol ol,
.top-navigation ol ul {
  margin-bottom: 0;
}
.top-navigation li {
  line-height: 20px;
}
.top-navigation ul.unstyled,
.top-navigation ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.top-navigation ul.inline,
.top-navigation ol.inline {
  margin-left: 0;
  list-style: none;
}
.top-navigation ul.inline > li,
.top-navigation ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.top-navigation dl {
  margin-bottom: 20px;
}
.top-navigation dt,
.top-navigation dd {
  line-height: 20px;
}
.top-navigation dt {
  font-weight: bold;
}
.top-navigation dd {
  margin-left: 10px;
}
.top-navigation .dl-horizontal {
  *zoom: 1;
}
.top-navigation .dl-horizontal:before,
.top-navigation .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .dl-horizontal:after {
  clear: both;
}
.top-navigation .dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-navigation .dl-horizontal dd {
  margin-left: 180px;
}
.top-navigation hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
.top-navigation abbr[title],
.top-navigation abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.top-navigation abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.top-navigation blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
.top-navigation blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
.top-navigation blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
.top-navigation blockquote small:before {
  content: '\2014 \00A0';
}
.top-navigation blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.top-navigation blockquote.pull-right p,
.top-navigation blockquote.pull-right small {
  text-align: right;
}
.top-navigation blockquote.pull-right small:before {
  content: '';
}
.top-navigation blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
.top-navigation q:before,
.top-navigation q:after,
.top-navigation blockquote:before,
.top-navigation blockquote:after {
  content: "";
}
.top-navigation address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.top-navigation code,
.top-navigation pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #676767;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.top-navigation code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
.top-navigation pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navigation pre.prettyprint {
  margin-bottom: 20px;
}
.top-navigation pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.top-navigation .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.top-navigation form {
  margin: 0 0 20px;
}
.top-navigation fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.top-navigation legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #676767;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.top-navigation legend small {
  font-size: 15px;
  color: #999999;
}
.top-navigation label,
.top-navigation input,
.top-navigation button,
.top-navigation select,
.top-navigation textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.top-navigation input,
.top-navigation button,
.top-navigation select,
.top-navigation textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top-navigation label {
  display: block;
  margin-bottom: 5px;
}
.top-navigation select,
.top-navigation textarea,
.top-navigation input[type="text"],
.top-navigation input[type="password"],
.top-navigation input[type="datetime"],
.top-navigation input[type="datetime-local"],
.top-navigation input[type="date"],
.top-navigation input[type="month"],
.top-navigation input[type="time"],
.top-navigation input[type="week"],
.top-navigation input[type="number"],
.top-navigation input[type="email"],
.top-navigation input[type="url"],
.top-navigation input[type="search"],
.top-navigation input[type="tel"],
.top-navigation input[type="color"],
.top-navigation .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.top-navigation input,
.top-navigation textarea,
.top-navigation .uneditable-input {
  width: 206px;
}
.top-navigation textarea {
  height: auto;
}
.top-navigation textarea,
.top-navigation input[type="text"],
.top-navigation input[type="password"],
.top-navigation input[type="datetime"],
.top-navigation input[type="datetime-local"],
.top-navigation input[type="date"],
.top-navigation input[type="month"],
.top-navigation input[type="time"],
.top-navigation input[type="week"],
.top-navigation input[type="number"],
.top-navigation input[type="email"],
.top-navigation input[type="url"],
.top-navigation input[type="search"],
.top-navigation input[type="tel"],
.top-navigation input[type="color"],
.top-navigation .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.top-navigation textarea:focus,
.top-navigation input[type="text"]:focus,
.top-navigation input[type="password"]:focus,
.top-navigation input[type="datetime"]:focus,
.top-navigation input[type="datetime-local"]:focus,
.top-navigation input[type="date"]:focus,
.top-navigation input[type="month"]:focus,
.top-navigation input[type="time"]:focus,
.top-navigation input[type="week"]:focus,
.top-navigation input[type="number"]:focus,
.top-navigation input[type="email"]:focus,
.top-navigation input[type="url"]:focus,
.top-navigation input[type="search"]:focus,
.top-navigation input[type="tel"]:focus,
.top-navigation input[type="color"]:focus,
.top-navigation .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.top-navigation input[type="radio"],
.top-navigation input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.top-navigation input[type="file"],
.top-navigation input[type="image"],
.top-navigation input[type="submit"],
.top-navigation input[type="reset"],
.top-navigation input[type="button"],
.top-navigation input[type="radio"],
.top-navigation input[type="checkbox"] {
  width: auto;
}
.top-navigation select,
.top-navigation input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
.top-navigation select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.top-navigation select[multiple],
.top-navigation select[size] {
  height: auto;
}
.top-navigation select:focus,
.top-navigation input[type="file"]:focus,
.top-navigation input[type="radio"]:focus,
.top-navigation input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.top-navigation .uneditable-input,
.top-navigation .uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.top-navigation .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.top-navigation .uneditable-textarea {
  width: auto;
  height: auto;
}
.top-navigation input:-moz-placeholder,
.top-navigation textarea:-moz-placeholder {
  color: #999999;
}
.top-navigation input:-ms-input-placeholder,
.top-navigation textarea:-ms-input-placeholder {
  color: #999999;
}
.top-navigation input::-webkit-input-placeholder,
.top-navigation textarea::-webkit-input-placeholder {
  color: #999999;
}
.top-navigation .radio,
.top-navigation .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.top-navigation .radio input[type="radio"],
.top-navigation .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.top-navigation .controls > .radio:first-child,
.top-navigation .controls > .checkbox:first-child {
  padding-top: 5px;
}
.top-navigation .radio.inline,
.top-navigation .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.top-navigation .radio.inline + .radio.inline,
.top-navigation .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.top-navigation .input-mini {
  width: 60px;
}
.top-navigation .input-small {
  width: 90px;
}
.top-navigation .input-medium {
  width: 150px;
}
.top-navigation .input-large {
  width: 210px;
}
.top-navigation .input-xlarge {
  width: 270px;
}
.top-navigation .input-xxlarge {
  width: 530px;
}
.top-navigation input[class*="span"],
.top-navigation select[class*="span"],
.top-navigation textarea[class*="span"],
.top-navigation .uneditable-input[class*="span"],
.top-navigation .row-fluid input[class*="span"],
.top-navigation .row-fluid select[class*="span"],
.top-navigation .row-fluid textarea[class*="span"],
.top-navigation .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.top-navigation .input-append input[class*="span"],
.top-navigation .input-append .uneditable-input[class*="span"],
.top-navigation .input-prepend input[class*="span"],
.top-navigation .input-prepend .uneditable-input[class*="span"],
.top-navigation .row-fluid input[class*="span"],
.top-navigation .row-fluid select[class*="span"],
.top-navigation .row-fluid textarea[class*="span"],
.top-navigation .row-fluid .uneditable-input[class*="span"],
.top-navigation .row-fluid .input-prepend [class*="span"],
.top-navigation .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.top-navigation input,
.top-navigation textarea,
.top-navigation .uneditable-input {
  margin-left: 0;
}
.top-navigation .controls-row [class*="span"] + [class*="span"] {
  margin-left: 12px;
}
.top-navigation input.span12,
.top-navigation textarea.span12,
.top-navigation .uneditable-input.span12 {
  width: 934px;
}
.top-navigation input.span11,
.top-navigation textarea.span11,
.top-navigation .uneditable-input.span11 {
  width: 854px;
}
.top-navigation input.span10,
.top-navigation textarea.span10,
.top-navigation .uneditable-input.span10 {
  width: 774px;
}
.top-navigation input.span9,
.top-navigation textarea.span9,
.top-navigation .uneditable-input.span9 {
  width: 694px;
}
.top-navigation input.span8,
.top-navigation textarea.span8,
.top-navigation .uneditable-input.span8 {
  width: 614px;
}
.top-navigation input.span7,
.top-navigation textarea.span7,
.top-navigation .uneditable-input.span7 {
  width: 534px;
}
.top-navigation input.span6,
.top-navigation textarea.span6,
.top-navigation .uneditable-input.span6 {
  width: 454px;
}
.top-navigation input.span5,
.top-navigation textarea.span5,
.top-navigation .uneditable-input.span5 {
  width: 374px;
}
.top-navigation input.span4,
.top-navigation textarea.span4,
.top-navigation .uneditable-input.span4 {
  width: 294px;
}
.top-navigation input.span3,
.top-navigation textarea.span3,
.top-navigation .uneditable-input.span3 {
  width: 214px;
}
.top-navigation input.span2,
.top-navigation textarea.span2,
.top-navigation .uneditable-input.span2 {
  width: 134px;
}
.top-navigation input.span1,
.top-navigation textarea.span1,
.top-navigation .uneditable-input.span1 {
  width: 54px;
}
.top-navigation .controls-row {
  *zoom: 1;
}
.top-navigation .controls-row:before,
.top-navigation .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .controls-row:after {
  clear: both;
}
.top-navigation .controls-row [class*="span"],
.top-navigation .row-fluid .controls-row [class*="span"] {
  float: left;
}
.top-navigation .controls-row .checkbox[class*="span"],
.top-navigation .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
.top-navigation input[disabled],
.top-navigation select[disabled],
.top-navigation textarea[disabled],
.top-navigation input[readonly],
.top-navigation select[readonly],
.top-navigation textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.top-navigation input[type="radio"][disabled],
.top-navigation input[type="checkbox"][disabled],
.top-navigation input[type="radio"][readonly],
.top-navigation input[type="checkbox"][readonly] {
  background-color: transparent;
}
.top-navigation .control-group.warning .control-label,
.top-navigation .control-group.warning .help-block,
.top-navigation .control-group.warning .help-inline {
  color: #c09853;
}
.top-navigation .control-group.warning .checkbox,
.top-navigation .control-group.warning .radio,
.top-navigation .control-group.warning input,
.top-navigation .control-group.warning select,
.top-navigation .control-group.warning textarea {
  color: #c09853;
}
.top-navigation .control-group.warning input,
.top-navigation .control-group.warning select,
.top-navigation .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.top-navigation .control-group.warning input:focus,
.top-navigation .control-group.warning select:focus,
.top-navigation .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.top-navigation .control-group.warning .input-prepend .add-on,
.top-navigation .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.top-navigation .control-group.error .control-label,
.top-navigation .control-group.error .help-block,
.top-navigation .control-group.error .help-inline {
  color: #b94a48;
}
.top-navigation .control-group.error .checkbox,
.top-navigation .control-group.error .radio,
.top-navigation .control-group.error input,
.top-navigation .control-group.error select,
.top-navigation .control-group.error textarea {
  color: #b94a48;
}
.top-navigation .control-group.error input,
.top-navigation .control-group.error select,
.top-navigation .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.top-navigation .control-group.error input:focus,
.top-navigation .control-group.error select:focus,
.top-navigation .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.top-navigation .control-group.error .input-prepend .add-on,
.top-navigation .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.top-navigation .control-group.success .control-label,
.top-navigation .control-group.success .help-block,
.top-navigation .control-group.success .help-inline {
  color: #468847;
}
.top-navigation .control-group.success .checkbox,
.top-navigation .control-group.success .radio,
.top-navigation .control-group.success input,
.top-navigation .control-group.success select,
.top-navigation .control-group.success textarea {
  color: #468847;
}
.top-navigation .control-group.success input,
.top-navigation .control-group.success select,
.top-navigation .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.top-navigation .control-group.success input:focus,
.top-navigation .control-group.success select:focus,
.top-navigation .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.top-navigation .control-group.success .input-prepend .add-on,
.top-navigation .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.top-navigation .control-group.info .control-label,
.top-navigation .control-group.info .help-block,
.top-navigation .control-group.info .help-inline {
  color: #3a87ad;
}
.top-navigation .control-group.info .checkbox,
.top-navigation .control-group.info .radio,
.top-navigation .control-group.info input,
.top-navigation .control-group.info select,
.top-navigation .control-group.info textarea {
  color: #3a87ad;
}
.top-navigation .control-group.info input,
.top-navigation .control-group.info select,
.top-navigation .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.top-navigation .control-group.info input:focus,
.top-navigation .control-group.info select:focus,
.top-navigation .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.top-navigation .control-group.info .input-prepend .add-on,
.top-navigation .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.top-navigation input:focus:invalid,
.top-navigation textarea:focus:invalid,
.top-navigation select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.top-navigation input:focus:invalid:focus,
.top-navigation textarea:focus:invalid:focus,
.top-navigation select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.top-navigation .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.top-navigation .form-actions:before,
.top-navigation .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .form-actions:after {
  clear: both;
}
.top-navigation .help-block,
.top-navigation .help-inline {
  color: #8d8d8d;
}
.top-navigation .help-block {
  display: block;
  margin-bottom: 10px;
}
.top-navigation .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.top-navigation .input-append,
.top-navigation .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.top-navigation .input-append input,
.top-navigation .input-prepend input,
.top-navigation .input-append select,
.top-navigation .input-prepend select,
.top-navigation .input-append .uneditable-input,
.top-navigation .input-prepend .uneditable-input,
.top-navigation .input-append .dropdown-menu,
.top-navigation .input-prepend .dropdown-menu,
.top-navigation .input-append .popover,
.top-navigation .input-prepend .popover {
  font-size: 14px;
}
.top-navigation .input-append input,
.top-navigation .input-prepend input,
.top-navigation .input-append select,
.top-navigation .input-prepend select,
.top-navigation .input-append .uneditable-input,
.top-navigation .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.top-navigation .input-append input:focus,
.top-navigation .input-prepend input:focus,
.top-navigation .input-append select:focus,
.top-navigation .input-prepend select:focus,
.top-navigation .input-append .uneditable-input:focus,
.top-navigation .input-prepend .uneditable-input:focus {
  z-index: 2;
}
.top-navigation .input-append .add-on,
.top-navigation .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.top-navigation .input-append .add-on,
.top-navigation .input-prepend .add-on,
.top-navigation .input-append .btn,
.top-navigation .input-prepend .btn,
.top-navigation .input-append .btn-group > .dropdown-toggle,
.top-navigation .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .input-append .active,
.top-navigation .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.top-navigation .input-prepend .add-on,
.top-navigation .input-prepend .btn {
  margin-right: -1px;
}
.top-navigation .input-prepend .add-on:first-child,
.top-navigation .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.top-navigation .input-append input,
.top-navigation .input-append select,
.top-navigation .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.top-navigation .input-append input + .btn-group .btn:last-child,
.top-navigation .input-append select + .btn-group .btn:last-child,
.top-navigation .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.top-navigation .input-append .add-on,
.top-navigation .input-append .btn,
.top-navigation .input-append .btn-group {
  margin-left: -1px;
}
.top-navigation .input-append .add-on:last-child,
.top-navigation .input-append .btn:last-child,
.top-navigation .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.top-navigation .input-prepend.input-append input,
.top-navigation .input-prepend.input-append select,
.top-navigation .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .input-prepend.input-append input + .btn-group .btn,
.top-navigation .input-prepend.input-append select + .btn-group .btn,
.top-navigation .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.top-navigation .input-prepend.input-append .add-on:first-child,
.top-navigation .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.top-navigation .input-prepend.input-append .add-on:last-child,
.top-navigation .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.top-navigation .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.top-navigation input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.top-navigation .form-search .input-append .search-query,
.top-navigation .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.top-navigation .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.top-navigation .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.top-navigation .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.top-navigation .form-search input,
.top-navigation .form-inline input,
.top-navigation .form-horizontal input,
.top-navigation .form-search textarea,
.top-navigation .form-inline textarea,
.top-navigation .form-horizontal textarea,
.top-navigation .form-search select,
.top-navigation .form-inline select,
.top-navigation .form-horizontal select,
.top-navigation .form-search .help-inline,
.top-navigation .form-inline .help-inline,
.top-navigation .form-horizontal .help-inline,
.top-navigation .form-search .uneditable-input,
.top-navigation .form-inline .uneditable-input,
.top-navigation .form-horizontal .uneditable-input,
.top-navigation .form-search .input-prepend,
.top-navigation .form-inline .input-prepend,
.top-navigation .form-horizontal .input-prepend,
.top-navigation .form-search .input-append,
.top-navigation .form-inline .input-append,
.top-navigation .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.top-navigation .form-search .hide,
.top-navigation .form-inline .hide,
.top-navigation .form-horizontal .hide {
  display: none;
}
.top-navigation .form-search label,
.top-navigation .form-inline label,
.top-navigation .form-search .btn-group,
.top-navigation .form-inline .btn-group {
  display: inline-block;
}
.top-navigation .form-search .input-append,
.top-navigation .form-inline .input-append,
.top-navigation .form-search .input-prepend,
.top-navigation .form-inline .input-prepend {
  margin-bottom: 0;
}
.top-navigation .form-search .radio,
.top-navigation .form-search .checkbox,
.top-navigation .form-inline .radio,
.top-navigation .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.top-navigation .form-search .radio input[type="radio"],
.top-navigation .form-search .checkbox input[type="checkbox"],
.top-navigation .form-inline .radio input[type="radio"],
.top-navigation .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.top-navigation .control-group {
  margin-bottom: 10px;
}
.top-navigation legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.top-navigation .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.top-navigation .form-horizontal .control-group:before,
.top-navigation .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .form-horizontal .control-group:after {
  clear: both;
}
.top-navigation .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.top-navigation .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.top-navigation .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.top-navigation .form-horizontal .help-block {
  margin-bottom: 0;
}
.top-navigation .form-horizontal input + .help-block,
.top-navigation .form-horizontal select + .help-block,
.top-navigation .form-horizontal textarea + .help-block,
.top-navigation .form-horizontal .uneditable-input + .help-block,
.top-navigation .form-horizontal .input-prepend + .help-block,
.top-navigation .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.top-navigation .form-horizontal .form-actions {
  padding-left: 180px;
}
.top-navigation table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.top-navigation .table {
  width: 100%;
  margin-bottom: 20px;
}
.top-navigation .table th,
.top-navigation .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.top-navigation .table th {
  font-weight: bold;
}
.top-navigation .table thead th {
  vertical-align: bottom;
}
.top-navigation .table caption + thead tr:first-child th,
.top-navigation .table caption + thead tr:first-child td,
.top-navigation .table colgroup + thead tr:first-child th,
.top-navigation .table colgroup + thead tr:first-child td,
.top-navigation .table thead:first-child tr:first-child th,
.top-navigation .table thead:first-child tr:first-child td {
  border-top: 0;
}
.top-navigation .table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.top-navigation .table .table {
  background-color: #e7e7e7;
}
.top-navigation .table-condensed th,
.top-navigation .table-condensed td {
  padding: 4px 5px;
}
.top-navigation .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navigation .table-bordered th,
.top-navigation .table-bordered td {
  border-left: 1px solid #dddddd;
}
.top-navigation .table-bordered caption + thead tr:first-child th,
.top-navigation .table-bordered caption + tbody tr:first-child th,
.top-navigation .table-bordered caption + tbody tr:first-child td,
.top-navigation .table-bordered colgroup + thead tr:first-child th,
.top-navigation .table-bordered colgroup + tbody tr:first-child th,
.top-navigation .table-bordered colgroup + tbody tr:first-child td,
.top-navigation .table-bordered thead:first-child tr:first-child th,
.top-navigation .table-bordered tbody:first-child tr:first-child th,
.top-navigation .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.top-navigation .table-bordered thead:first-child tr:first-child > th:first-child,
.top-navigation .table-bordered tbody:first-child tr:first-child > td:first-child,
.top-navigation .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.top-navigation .table-bordered thead:first-child tr:first-child > th:last-child,
.top-navigation .table-bordered tbody:first-child tr:first-child > td:last-child,
.top-navigation .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.top-navigation .table-bordered thead:last-child tr:last-child > th:first-child,
.top-navigation .table-bordered tbody:last-child tr:last-child > td:first-child,
.top-navigation .table-bordered tbody:last-child tr:last-child > th:first-child,
.top-navigation .table-bordered tfoot:last-child tr:last-child > td:first-child,
.top-navigation .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.top-navigation .table-bordered thead:last-child tr:last-child > th:last-child,
.top-navigation .table-bordered tbody:last-child tr:last-child > td:last-child,
.top-navigation .table-bordered tbody:last-child tr:last-child > th:last-child,
.top-navigation .table-bordered tfoot:last-child tr:last-child > td:last-child,
.top-navigation .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.top-navigation .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.top-navigation .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.top-navigation .table-bordered caption + thead tr:first-child th:first-child,
.top-navigation .table-bordered caption + tbody tr:first-child td:first-child,
.top-navigation .table-bordered colgroup + thead tr:first-child th:first-child,
.top-navigation .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.top-navigation .table-bordered caption + thead tr:first-child th:last-child,
.top-navigation .table-bordered caption + tbody tr:first-child td:last-child,
.top-navigation .table-bordered colgroup + thead tr:first-child th:last-child,
.top-navigation .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.top-navigation .table-striped tbody > tr:nth-child(odd) > td,
.top-navigation .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.top-navigation .table-hover tbody tr:hover > td,
.top-navigation .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.top-navigation table td[class*="span"],
.top-navigation table th[class*="span"],
.top-navigation .row-fluid table td[class*="span"],
.top-navigation .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.top-navigation .table td.span1,
.top-navigation .table th.span1 {
  float: none;
  width: 52px;
  margin-left: 0;
}
.top-navigation .table td.span2,
.top-navigation .table th.span2 {
  float: none;
  width: 132px;
  margin-left: 0;
}
.top-navigation .table td.span3,
.top-navigation .table th.span3 {
  float: none;
  width: 212px;
  margin-left: 0;
}
.top-navigation .table td.span4,
.top-navigation .table th.span4 {
  float: none;
  width: 292px;
  margin-left: 0;
}
.top-navigation .table td.span5,
.top-navigation .table th.span5 {
  float: none;
  width: 372px;
  margin-left: 0;
}
.top-navigation .table td.span6,
.top-navigation .table th.span6 {
  float: none;
  width: 452px;
  margin-left: 0;
}
.top-navigation .table td.span7,
.top-navigation .table th.span7 {
  float: none;
  width: 532px;
  margin-left: 0;
}
.top-navigation .table td.span8,
.top-navigation .table th.span8 {
  float: none;
  width: 612px;
  margin-left: 0;
}
.top-navigation .table td.span9,
.top-navigation .table th.span9 {
  float: none;
  width: 692px;
  margin-left: 0;
}
.top-navigation .table td.span10,
.top-navigation .table th.span10 {
  float: none;
  width: 772px;
  margin-left: 0;
}
.top-navigation .table td.span11,
.top-navigation .table th.span11 {
  float: none;
  width: 852px;
  margin-left: 0;
}
.top-navigation .table td.span12,
.top-navigation .table th.span12 {
  float: none;
  width: 932px;
  margin-left: 0;
}
.top-navigation .table tbody tr.success > td {
  background-color: #dff0d8;
}
.top-navigation .table tbody tr.error > td {
  background-color: #f2dede;
}
.top-navigation .table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.top-navigation .table tbody tr.info > td {
  background-color: #d9edf7;
}
.top-navigation .table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.top-navigation .table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.top-navigation .table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.top-navigation .table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.top-navigation [class^="icon-"],
.top-navigation [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/scripts/vendor/bootstrap2/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.top-navigation .icon-white,
.top-navigation .nav-pills > .active > a > [class^="icon-"],
.top-navigation .nav-pills > .active > a > [class*=" icon-"],
.top-navigation .nav-list > .active > a > [class^="icon-"],
.top-navigation .nav-list > .active > a > [class*=" icon-"],
.top-navigation .navbar-inverse .nav > .active > a > [class^="icon-"],
.top-navigation .navbar-inverse .nav > .active > a > [class*=" icon-"],
.top-navigation .dropdown-menu > li > a:hover > [class^="icon-"],
.top-navigation .dropdown-menu > li > a:focus > [class^="icon-"],
.top-navigation .dropdown-menu > li > a:hover > [class*=" icon-"],
.top-navigation .dropdown-menu > li > a:focus > [class*=" icon-"],
.top-navigation .dropdown-menu > .active > a > [class^="icon-"],
.top-navigation .dropdown-menu > .active > a > [class*=" icon-"],
.top-navigation .dropdown-submenu:hover > a > [class^="icon-"],
.top-navigation .dropdown-submenu:focus > a > [class^="icon-"],
.top-navigation .dropdown-submenu:hover > a > [class*=" icon-"],
.top-navigation .dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("/scripts/vendor/bootstrap2/img/glyphicons-halflings-white.png");
}
.top-navigation .icon-glass {
  background-position: 0      0;
}
.top-navigation .icon-music {
  background-position: -24px 0;
}
.top-navigation .icon-search {
  background-position: -48px 0;
}
.top-navigation .icon-envelope {
  background-position: -72px 0;
}
.top-navigation .icon-heart {
  background-position: -96px 0;
}
.top-navigation .icon-star {
  background-position: -120px 0;
}
.top-navigation .icon-star-empty {
  background-position: -144px 0;
}
.top-navigation .icon-user {
  background-position: -168px 0;
}
.top-navigation .icon-film {
  background-position: -192px 0;
}
.top-navigation .icon-th-large {
  background-position: -216px 0;
}
.top-navigation .icon-th {
  background-position: -240px 0;
}
.top-navigation .icon-th-list {
  background-position: -264px 0;
}
.top-navigation .icon-ok {
  background-position: -288px 0;
}
.top-navigation .icon-remove {
  background-position: -312px 0;
}
.top-navigation .icon-zoom-in {
  background-position: -336px 0;
}
.top-navigation .icon-zoom-out {
  background-position: -360px 0;
}
.top-navigation .icon-off {
  background-position: -384px 0;
}
.top-navigation .icon-signal {
  background-position: -408px 0;
}
.top-navigation .icon-cog {
  background-position: -432px 0;
}
.top-navigation .icon-trash {
  background-position: -456px 0;
}
.top-navigation .icon-home {
  background-position: 0 -24px;
}
.top-navigation .icon-file {
  background-position: -24px -24px;
}
.top-navigation .icon-time {
  background-position: -48px -24px;
}
.top-navigation .icon-road {
  background-position: -72px -24px;
}
.top-navigation .icon-download-alt {
  background-position: -96px -24px;
}
.top-navigation .icon-download {
  background-position: -120px -24px;
}
.top-navigation .icon-upload {
  background-position: -144px -24px;
}
.top-navigation .icon-inbox {
  background-position: -168px -24px;
}
.top-navigation .icon-play-circle {
  background-position: -192px -24px;
}
.top-navigation .icon-repeat {
  background-position: -216px -24px;
}
.top-navigation .icon-refresh {
  background-position: -240px -24px;
}
.top-navigation .icon-list-alt {
  background-position: -264px -24px;
}
.top-navigation .icon-lock {
  background-position: -287px -24px;
}
.top-navigation .icon-flag {
  background-position: -312px -24px;
}
.top-navigation .icon-headphones {
  background-position: -336px -24px;
}
.top-navigation .icon-volume-off {
  background-position: -360px -24px;
}
.top-navigation .icon-volume-down {
  background-position: -384px -24px;
}
.top-navigation .icon-volume-up {
  background-position: -408px -24px;
}
.top-navigation .icon-qrcode {
  background-position: -432px -24px;
}
.top-navigation .icon-barcode {
  background-position: -456px -24px;
}
.top-navigation .icon-tag {
  background-position: 0 -48px;
}
.top-navigation .icon-tags {
  background-position: -25px -48px;
}
.top-navigation .icon-book {
  background-position: -48px -48px;
}
.top-navigation .icon-bookmark {
  background-position: -72px -48px;
}
.top-navigation .icon-print {
  background-position: -96px -48px;
}
.top-navigation .icon-camera {
  background-position: -120px -48px;
}
.top-navigation .icon-font {
  background-position: -144px -48px;
}
.top-navigation .icon-bold {
  background-position: -167px -48px;
}
.top-navigation .icon-italic {
  background-position: -192px -48px;
}
.top-navigation .icon-text-height {
  background-position: -216px -48px;
}
.top-navigation .icon-text-width {
  background-position: -240px -48px;
}
.top-navigation .icon-align-left {
  background-position: -264px -48px;
}
.top-navigation .icon-align-center {
  background-position: -288px -48px;
}
.top-navigation .icon-align-right {
  background-position: -312px -48px;
}
.top-navigation .icon-align-justify {
  background-position: -336px -48px;
}
.top-navigation .icon-list {
  background-position: -360px -48px;
}
.top-navigation .icon-indent-left {
  background-position: -384px -48px;
}
.top-navigation .icon-indent-right {
  background-position: -408px -48px;
}
.top-navigation .icon-facetime-video {
  background-position: -432px -48px;
}
.top-navigation .icon-picture {
  background-position: -456px -48px;
}
.top-navigation .icon-pencil {
  background-position: 0 -72px;
}
.top-navigation .icon-map-marker {
  background-position: -24px -72px;
}
.top-navigation .icon-adjust {
  background-position: -48px -72px;
}
.top-navigation .icon-tint {
  background-position: -72px -72px;
}
.top-navigation .icon-edit {
  background-position: -96px -72px;
}
.top-navigation .icon-share {
  background-position: -120px -72px;
}
.top-navigation .icon-check {
  background-position: -144px -72px;
}
.top-navigation .icon-move {
  background-position: -168px -72px;
}
.top-navigation .icon-step-backward {
  background-position: -192px -72px;
}
.top-navigation .icon-fast-backward {
  background-position: -216px -72px;
}
.top-navigation .icon-backward {
  background-position: -240px -72px;
}
.top-navigation .icon-play {
  background-position: -264px -72px;
}
.top-navigation .icon-pause {
  background-position: -288px -72px;
}
.top-navigation .icon-stop {
  background-position: -312px -72px;
}
.top-navigation .icon-forward {
  background-position: -336px -72px;
}
.top-navigation .icon-fast-forward {
  background-position: -360px -72px;
}
.top-navigation .icon-step-forward {
  background-position: -384px -72px;
}
.top-navigation .icon-eject {
  background-position: -408px -72px;
}
.top-navigation .icon-chevron-left {
  background-position: -432px -72px;
}
.top-navigation .icon-chevron-right {
  background-position: -456px -72px;
}
.top-navigation .icon-plus-sign {
  background-position: 0 -96px;
}
.top-navigation .icon-minus-sign {
  background-position: -24px -96px;
}
.top-navigation .icon-remove-sign {
  background-position: -48px -96px;
}
.top-navigation .icon-ok-sign {
  background-position: -72px -96px;
}
.top-navigation .icon-question-sign {
  background-position: -96px -96px;
}
.top-navigation .icon-info-sign {
  background-position: -120px -96px;
}
.top-navigation .icon-screenshot {
  background-position: -144px -96px;
}
.top-navigation .icon-remove-circle {
  background-position: -168px -96px;
}
.top-navigation .icon-ok-circle {
  background-position: -192px -96px;
}
.top-navigation .icon-ban-circle {
  background-position: -216px -96px;
}
.top-navigation .icon-arrow-left {
  background-position: -240px -96px;
}
.top-navigation .icon-arrow-right {
  background-position: -264px -96px;
}
.top-navigation .icon-arrow-up {
  background-position: -289px -96px;
}
.top-navigation .icon-arrow-down {
  background-position: -312px -96px;
}
.top-navigation .icon-share-alt {
  background-position: -336px -96px;
}
.top-navigation .icon-resize-full {
  background-position: -360px -96px;
}
.top-navigation .icon-resize-small {
  background-position: -384px -96px;
}
.top-navigation .icon-plus {
  background-position: -408px -96px;
}
.top-navigation .icon-minus {
  background-position: -433px -96px;
}
.top-navigation .icon-asterisk {
  background-position: -456px -96px;
}
.top-navigation .icon-exclamation-sign {
  background-position: 0 -120px;
}
.top-navigation .icon-gift {
  background-position: -24px -120px;
}
.top-navigation .icon-leaf {
  background-position: -48px -120px;
}
.top-navigation .icon-fire {
  background-position: -72px -120px;
}
.top-navigation .icon-eye-open {
  background-position: -96px -120px;
}
.top-navigation .icon-eye-close {
  background-position: -120px -120px;
}
.top-navigation .icon-warning-sign {
  background-position: -144px -120px;
}
.top-navigation .icon-plane {
  background-position: -168px -120px;
}
.top-navigation .icon-calendar {
  background-position: -192px -120px;
}
.top-navigation .icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.top-navigation .icon-comment {
  background-position: -240px -120px;
}
.top-navigation .icon-magnet {
  background-position: -264px -120px;
}
.top-navigation .icon-chevron-up {
  background-position: -288px -120px;
}
.top-navigation .icon-chevron-down {
  background-position: -313px -119px;
}
.top-navigation .icon-retweet {
  background-position: -336px -120px;
}
.top-navigation .icon-shopping-cart {
  background-position: -360px -120px;
}
.top-navigation .icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.top-navigation .icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.top-navigation .icon-resize-vertical {
  background-position: -432px -119px;
}
.top-navigation .icon-resize-horizontal {
  background-position: -456px -118px;
}
.top-navigation .icon-hdd {
  background-position: 0 -144px;
}
.top-navigation .icon-bullhorn {
  background-position: -24px -144px;
}
.top-navigation .icon-bell {
  background-position: -48px -144px;
}
.top-navigation .icon-certificate {
  background-position: -72px -144px;
}
.top-navigation .icon-thumbs-up {
  background-position: -96px -144px;
}
.top-navigation .icon-thumbs-down {
  background-position: -120px -144px;
}
.top-navigation .icon-hand-right {
  background-position: -144px -144px;
}
.top-navigation .icon-hand-left {
  background-position: -168px -144px;
}
.top-navigation .icon-hand-up {
  background-position: -192px -144px;
}
.top-navigation .icon-hand-down {
  background-position: -216px -144px;
}
.top-navigation .icon-circle-arrow-right {
  background-position: -240px -144px;
}
.top-navigation .icon-circle-arrow-left {
  background-position: -264px -144px;
}
.top-navigation .icon-circle-arrow-up {
  background-position: -288px -144px;
}
.top-navigation .icon-circle-arrow-down {
  background-position: -312px -144px;
}
.top-navigation .icon-globe {
  background-position: -336px -144px;
}
.top-navigation .icon-wrench {
  background-position: -360px -144px;
}
.top-navigation .icon-tasks {
  background-position: -384px -144px;
}
.top-navigation .icon-filter {
  background-position: -408px -144px;
}
.top-navigation .icon-briefcase {
  background-position: -432px -144px;
}
.top-navigation .icon-fullscreen {
  background-position: -456px -144px;
}
.top-navigation .dropup,
.top-navigation .dropdown {
  position: relative;
}
.top-navigation .dropdown-toggle {
  *margin-bottom: -3px;
}
.top-navigation .dropdown-toggle:active,
.top-navigation .open .dropdown-toggle {
  outline: 0;
}
.top-navigation .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-navigation .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.top-navigation .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-navigation .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.top-navigation .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-navigation .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #676767;
  white-space: nowrap;
}
.top-navigation .dropdown-menu > li > a:hover,
.top-navigation .dropdown-menu > li > a:focus,
.top-navigation .dropdown-submenu:hover > a,
.top-navigation .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #616161;
  background-image: -moz-linear-gradient(top, #666666, #595959);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#595959));
  background-image: -webkit-linear-gradient(top, #666666, #595959);
  background-image: -o-linear-gradient(top, #666666, #595959);
  background-image: linear-gradient(to bottom, #666666, #595959);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff595959', GradientType=0);
}
.top-navigation .dropdown-menu > .active > a,
.top-navigation .dropdown-menu > .active > a:hover,
.top-navigation .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #616161;
  background-image: -moz-linear-gradient(top, #666666, #595959);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#595959));
  background-image: -webkit-linear-gradient(top, #666666, #595959);
  background-image: -o-linear-gradient(top, #666666, #595959);
  background-image: linear-gradient(to bottom, #666666, #595959);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff595959', GradientType=0);
}
.top-navigation .dropdown-menu > .disabled > a,
.top-navigation .dropdown-menu > .disabled > a:hover,
.top-navigation .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.top-navigation .dropdown-menu > .disabled > a:hover,
.top-navigation .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.top-navigation .open {
  *z-index: 1000;
}
.top-navigation .open > .dropdown-menu {
  display: block;
}
.top-navigation .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.top-navigation .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.top-navigation .dropup .caret,
.top-navigation .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.top-navigation .dropup .dropdown-menu,
.top-navigation .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.top-navigation .dropdown-submenu {
  position: relative;
}
.top-navigation .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-navigation .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.top-navigation .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-navigation .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.top-navigation .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.top-navigation .dropdown-submenu.pull-left {
  float: none;
}
.top-navigation .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-navigation .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.top-navigation .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navigation .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.top-navigation .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.top-navigation .well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.top-navigation .well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.top-navigation .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-navigation .fade.in {
  opacity: 1;
}
.top-navigation .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-navigation .collapse.in {
  height: auto;
}
.top-navigation .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-navigation .close:hover,
.top-navigation .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.top-navigation button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.top-navigation .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #676767;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.top-navigation .btn:hover,
.top-navigation .btn:focus,
.top-navigation .btn:active,
.top-navigation .btn.active,
.top-navigation .btn.disabled,
.top-navigation .btn[disabled] {
  color: #676767;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.top-navigation .btn:active,
.top-navigation .btn.active {
  background-color: #cccccc \9;
}
.top-navigation .btn:first-child {
  *margin-left: 0;
}
.top-navigation .btn:hover,
.top-navigation .btn:focus {
  color: #676767;
  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-navigation .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.top-navigation .btn.active,
.top-navigation .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.top-navigation .btn.disabled,
.top-navigation .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-navigation .btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.top-navigation .btn-large [class^="icon-"],
.top-navigation .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.top-navigation .btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.top-navigation .btn-small [class^="icon-"],
.top-navigation .btn-small [class*=" icon-"] {
  margin-top: 0;
}
.top-navigation .btn-mini [class^="icon-"],
.top-navigation .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.top-navigation .btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.top-navigation .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-navigation .btn-block + .btn-block {
  margin-top: 5px;
}
.top-navigation input[type="submit"].btn-block,
.top-navigation input[type="reset"].btn-block,
.top-navigation input[type="button"].btn-block {
  width: 100%;
}
.top-navigation .btn-primary.active,
.top-navigation .btn-warning.active,
.top-navigation .btn-danger.active,
.top-navigation .btn-success.active,
.top-navigation .btn-info.active,
.top-navigation .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.top-navigation .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #666666;
  background-image: -moz-linear-gradient(top, #666666, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#666666));
  background-image: -webkit-linear-gradient(top, #666666, #666666);
  background-image: -o-linear-gradient(top, #666666, #666666);
  background-image: linear-gradient(to bottom, #666666, #666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff666666', GradientType=0);
  border-color: #666666 #666666 #404040;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #666666;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top-navigation .btn-primary:hover,
.top-navigation .btn-primary:focus,
.top-navigation .btn-primary:active,
.top-navigation .btn-primary.active,
.top-navigation .btn-primary.disabled,
.top-navigation .btn-primary[disabled] {
  color: #ffffff;
  background-color: #666666;
  *background-color: #595959;
}
.top-navigation .btn-primary:active,
.top-navigation .btn-primary.active {
  background-color: #4d4d4d \9;
}
.top-navigation .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  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);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top-navigation .btn-warning:hover,
.top-navigation .btn-warning:focus,
.top-navigation .btn-warning:active,
.top-navigation .btn-warning.active,
.top-navigation .btn-warning.disabled,
.top-navigation .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.top-navigation .btn-warning:active,
.top-navigation .btn-warning.active {
  background-color: #c67605 \9;
}
.top-navigation .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  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);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top-navigation .btn-danger:hover,
.top-navigation .btn-danger:focus,
.top-navigation .btn-danger:active,
.top-navigation .btn-danger.active,
.top-navigation .btn-danger.disabled,
.top-navigation .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.top-navigation .btn-danger:active,
.top-navigation .btn-danger.active {
  background-color: #942a25 \9;
}
.top-navigation .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  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);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top-navigation .btn-success:hover,
.top-navigation .btn-success:focus,
.top-navigation .btn-success:active,
.top-navigation .btn-success.active,
.top-navigation .btn-success.disabled,
.top-navigation .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.top-navigation .btn-success:active,
.top-navigation .btn-success.active {
  background-color: #408140 \9;
}
.top-navigation .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  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);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top-navigation .btn-info:hover,
.top-navigation .btn-info:focus,
.top-navigation .btn-info:active,
.top-navigation .btn-info.active,
.top-navigation .btn-info.disabled,
.top-navigation .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.top-navigation .btn-info:active,
.top-navigation .btn-info.active {
  background-color: #24748c \9;
}
.top-navigation .btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  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);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top-navigation .btn-inverse:hover,
.top-navigation .btn-inverse:focus,
.top-navigation .btn-inverse:active,
.top-navigation .btn-inverse.active,
.top-navigation .btn-inverse.disabled,
.top-navigation .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.top-navigation .btn-inverse:active,
.top-navigation .btn-inverse.active {
  background-color: #080808 \9;
}
.top-navigation button.btn,
.top-navigation input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.top-navigation button.btn::-moz-focus-inner,
.top-navigation input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.top-navigation button.btn.btn-large,
.top-navigation input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.top-navigation button.btn.btn-small,
.top-navigation input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.top-navigation button.btn.btn-mini,
.top-navigation input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.top-navigation .btn-link,
.top-navigation .btn-link:active,
.top-navigation .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-navigation .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #666666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .btn-link:hover,
.top-navigation .btn-link:focus {
  color: #ff9e1b;
  text-decoration: underline;
  background-color: transparent;
}
.top-navigation .btn-link[disabled]:hover,
.top-navigation .btn-link[disabled]:focus {
  color: #676767;
  text-decoration: none;
}
.top-navigation .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.top-navigation .btn-group:first-child {
  *margin-left: 0;
}
.top-navigation .btn-group + .btn-group {
  margin-left: 5px;
}
.top-navigation .btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-navigation .btn-toolbar > .btn + .btn,
.top-navigation .btn-toolbar > .btn-group + .btn,
.top-navigation .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.top-navigation .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .btn-group > .btn + .btn {
  margin-left: -1px;
}
.top-navigation .btn-group > .btn,
.top-navigation .btn-group > .dropdown-menu,
.top-navigation .btn-group > .popover {
  font-size: 14px;
}
.top-navigation .btn-group > .btn-mini {
  font-size: 10.5px;
}
.top-navigation .btn-group > .btn-small {
  font-size: 11.9px;
}
.top-navigation .btn-group > .btn-large {
  font-size: 17.5px;
}
.top-navigation .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.top-navigation .btn-group > .btn:last-child,
.top-navigation .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.top-navigation .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.top-navigation .btn-group > .btn.large:last-child,
.top-navigation .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.top-navigation .btn-group > .btn:hover,
.top-navigation .btn-group > .btn:focus,
.top-navigation .btn-group > .btn:active,
.top-navigation .btn-group > .btn.active {
  z-index: 2;
}
.top-navigation .btn-group .dropdown-toggle:active,
.top-navigation .btn-group.open .dropdown-toggle {
  outline: 0;
}
.top-navigation .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.top-navigation .btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.top-navigation .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.top-navigation .btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.top-navigation .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.top-navigation .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.top-navigation .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #666666;
}
.top-navigation .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.top-navigation .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.top-navigation .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.top-navigation .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.top-navigation .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.top-navigation .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.top-navigation .btn-large .caret {
  margin-top: 6px;
}
.top-navigation .btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.top-navigation .btn-mini .caret,
.top-navigation .btn-small .caret {
  margin-top: 8px;
}
.top-navigation .dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.top-navigation .btn-primary .caret,
.top-navigation .btn-warning .caret,
.top-navigation .btn-danger .caret,
.top-navigation .btn-info .caret,
.top-navigation .btn-success .caret,
.top-navigation .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.top-navigation .btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.top-navigation .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.top-navigation .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-navigation .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-navigation .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-navigation .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-navigation .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navigation .alert,
.top-navigation .alert h4 {
  color: #c09853;
}
.top-navigation .alert h4 {
  margin: 0;
}
.top-navigation .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.top-navigation .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.top-navigation .alert-success h4 {
  color: #468847;
}
.top-navigation .alert-danger,
.top-navigation .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.top-navigation .alert-danger h4,
.top-navigation .alert-error h4 {
  color: #b94a48;
}
.top-navigation .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.top-navigation .alert-info h4 {
  color: #3a87ad;
}
.top-navigation .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.top-navigation .alert-block > p,
.top-navigation .alert-block > ul {
  margin-bottom: 0;
}
.top-navigation .alert-block p + p {
  margin-top: 5px;
}
.top-navigation .nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.top-navigation .nav > li > a {
  display: block;
}
.top-navigation .nav > li > a:hover,
.top-navigation .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.top-navigation .nav > li > a > img {
  max-width: none;
}
.top-navigation .nav > .pull-right {
  float: right;
}
.top-navigation .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-navigation .nav li + .nav-header {
  margin-top: 9px;
}
.top-navigation .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.top-navigation .nav-list > li > a,
.top-navigation .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.top-navigation .nav-list > li > a {
  padding: 3px 15px;
}
.top-navigation .nav-list > .active > a,
.top-navigation .nav-list > .active > a:hover,
.top-navigation .nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #666666;
}
.top-navigation .nav-list [class^="icon-"],
.top-navigation .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.top-navigation .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-navigation .nav-tabs,
.top-navigation .nav-pills {
  *zoom: 1;
}
.top-navigation .nav-tabs:before,
.top-navigation .nav-pills:before,
.top-navigation .nav-tabs:after,
.top-navigation .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .nav-tabs:after,
.top-navigation .nav-pills:after {
  clear: both;
}
.top-navigation .nav-tabs > li,
.top-navigation .nav-pills > li {
  float: left;
}
.top-navigation .nav-tabs > li > a,
.top-navigation .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.top-navigation .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.top-navigation .nav-tabs > li {
  margin-bottom: -1px;
}
.top-navigation .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-navigation .nav-tabs > li > a:hover,
.top-navigation .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.top-navigation .nav-tabs > .active > a,
.top-navigation .nav-tabs > .active > a:hover,
.top-navigation .nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.top-navigation .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-navigation .nav-pills > .active > a,
.top-navigation .nav-pills > .active > a:hover,
.top-navigation .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #666666;
}
.top-navigation .nav-stacked > li {
  float: none;
}
.top-navigation .nav-stacked > li > a {
  margin-right: 0;
}
.top-navigation .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.top-navigation .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.top-navigation .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.top-navigation .nav-tabs.nav-stacked > li > a:hover,
.top-navigation .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.top-navigation .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.top-navigation .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.top-navigation .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-navigation .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.top-navigation .nav .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
  margin-top: 6px;
}
.top-navigation .nav .dropdown-toggle:hover .caret,
.top-navigation .nav .dropdown-toggle:focus .caret {
  border-top-color: #ff9e1b;
  border-bottom-color: #ff9e1b;
}
.top-navigation .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.top-navigation .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.top-navigation .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.top-navigation .nav > .dropdown.active > a:hover,
.top-navigation .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.top-navigation .nav-tabs .open .dropdown-toggle,
.top-navigation .nav-pills .open .dropdown-toggle,
.top-navigation .nav > li.dropdown.open.active > a:hover,
.top-navigation .nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.top-navigation .nav li.dropdown.open .caret,
.top-navigation .nav li.dropdown.open.active .caret,
.top-navigation .nav li.dropdown.open a:hover .caret,
.top-navigation .nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-navigation .tabs-stacked .open > a:hover,
.top-navigation .tabs-stacked .open > a:focus {
  border-color: #999999;
}
.top-navigation .tabbable {
  *zoom: 1;
}
.top-navigation .tabbable:before,
.top-navigation .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .tabbable:after {
  clear: both;
}
.top-navigation .tab-content {
  overflow: auto;
}
.top-navigation .tabs-below > .nav-tabs,
.top-navigation .tabs-right > .nav-tabs,
.top-navigation .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.top-navigation .tab-content > .tab-pane,
.top-navigation .pill-content > .pill-pane {
  display: none;
}
.top-navigation .tab-content > .active,
.top-navigation .pill-content > .active {
  display: block;
}
.top-navigation .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.top-navigation .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.top-navigation .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-navigation .tabs-below > .nav-tabs > li > a:hover,
.top-navigation .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.top-navigation .tabs-below > .nav-tabs > .active > a,
.top-navigation .tabs-below > .nav-tabs > .active > a:hover,
.top-navigation .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.top-navigation .tabs-left > .nav-tabs > li,
.top-navigation .tabs-right > .nav-tabs > li {
  float: none;
}
.top-navigation .tabs-left > .nav-tabs > li > a,
.top-navigation .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.top-navigation .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.top-navigation .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-navigation .tabs-left > .nav-tabs > li > a:hover,
.top-navigation .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.top-navigation .tabs-left > .nav-tabs .active > a,
.top-navigation .tabs-left > .nav-tabs .active > a:hover,
.top-navigation .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.top-navigation .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.top-navigation .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-navigation .tabs-right > .nav-tabs > li > a:hover,
.top-navigation .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.top-navigation .tabs-right > .nav-tabs .active > a,
.top-navigation .tabs-right > .nav-tabs .active > a:hover,
.top-navigation .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.top-navigation .nav > .disabled > a {
  color: #999999;
}
.top-navigation .nav > .disabled > a:hover,
.top-navigation .nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.top-navigation .navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.top-navigation .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  *zoom: 1;
}
.top-navigation .navbar-inner:before,
.top-navigation .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .navbar-inner:after {
  clear: both;
}
.top-navigation .navbar .container {
  width: auto;
}
.top-navigation .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.top-navigation .navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.top-navigation .navbar .brand:hover,
.top-navigation .navbar .brand:focus {
  text-decoration: none;
}
.top-navigation .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.top-navigation .navbar-link {
  color: #777777;
}
.top-navigation .navbar-link:hover,
.top-navigation .navbar-link:focus {
  color: #676767;
}
.top-navigation .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.top-navigation .navbar .btn,
.top-navigation .navbar .btn-group {
  margin-top: 5px;
}
.top-navigation .navbar .btn-group .btn,
.top-navigation .navbar .input-prepend .btn,
.top-navigation .navbar .input-append .btn,
.top-navigation .navbar .input-prepend .btn-group,
.top-navigation .navbar .input-append .btn-group {
  margin-top: 0;
}
.top-navigation .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.top-navigation .navbar-form:before,
.top-navigation .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .navbar-form:after {
  clear: both;
}
.top-navigation .navbar-form input,
.top-navigation .navbar-form select,
.top-navigation .navbar-form .radio,
.top-navigation .navbar-form .checkbox {
  margin-top: 5px;
}
.top-navigation .navbar-form input,
.top-navigation .navbar-form select,
.top-navigation .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.top-navigation .navbar-form input[type="image"],
.top-navigation .navbar-form input[type="checkbox"],
.top-navigation .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.top-navigation .navbar-form .input-append,
.top-navigation .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.top-navigation .navbar-form .input-append input,
.top-navigation .navbar-form .input-prepend input {
  margin-top: 0;
}
.top-navigation .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.top-navigation .navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  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-navigation .navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.top-navigation .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .navbar-fixed-top,
.top-navigation .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.top-navigation .navbar-fixed-top .navbar-inner,
.top-navigation .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.top-navigation .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.top-navigation .navbar-fixed-top .navbar-inner,
.top-navigation .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-navigation .navbar-static-top .container,
.top-navigation .navbar-fixed-top .container,
.top-navigation .navbar-fixed-bottom .container {
  width: 948px;
}
.top-navigation .navbar-fixed-top {
  top: 0;
}
.top-navigation .navbar-fixed-top .navbar-inner,
.top-navigation .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.top-navigation .navbar-fixed-bottom {
  bottom: 0;
}
.top-navigation .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.top-navigation .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.top-navigation .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.top-navigation .navbar .nav > li {
  float: left;
}
.top-navigation .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.top-navigation .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.top-navigation .navbar .nav > li > a:focus,
.top-navigation .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #676767;
  text-decoration: none;
}
.top-navigation .navbar .nav > .active > a,
.top-navigation .navbar .nav > .active > a:hover,
.top-navigation .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-navigation .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.top-navigation .navbar .btn-navbar:hover,
.top-navigation .navbar .btn-navbar:focus,
.top-navigation .navbar .btn-navbar:active,
.top-navigation .navbar .btn-navbar.active,
.top-navigation .navbar .btn-navbar.disabled,
.top-navigation .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.top-navigation .navbar .btn-navbar:active,
.top-navigation .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.top-navigation .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-navigation .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.top-navigation .navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.top-navigation .navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.top-navigation .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.top-navigation .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.top-navigation .navbar .nav li.dropdown > a:hover .caret,
.top-navigation .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #676767;
  border-bottom-color: #676767;
}
.top-navigation .navbar .nav li.dropdown.open > .dropdown-toggle,
.top-navigation .navbar .nav li.dropdown.active > .dropdown-toggle,
.top-navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.top-navigation .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.top-navigation .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.top-navigation .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.top-navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.top-navigation .navbar .pull-right > li > .dropdown-menu,
.top-navigation .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.top-navigation .navbar .pull-right > li > .dropdown-menu:before,
.top-navigation .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.top-navigation .navbar .pull-right > li > .dropdown-menu:after,
.top-navigation .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.top-navigation .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.top-navigation .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.top-navigation .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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.top-navigation .navbar-inverse .brand,
.top-navigation .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.top-navigation .navbar-inverse .brand:hover,
.top-navigation .navbar-inverse .nav > li > a:hover,
.top-navigation .navbar-inverse .brand:focus,
.top-navigation .navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.top-navigation .navbar-inverse .brand {
  color: #999999;
}
.top-navigation .navbar-inverse .navbar-text {
  color: #999999;
}
.top-navigation .navbar-inverse .nav > li > a:focus,
.top-navigation .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.top-navigation .navbar-inverse .nav .active > a,
.top-navigation .navbar-inverse .nav .active > a:hover,
.top-navigation .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.top-navigation .navbar-inverse .navbar-link {
  color: #999999;
}
.top-navigation .navbar-inverse .navbar-link:hover,
.top-navigation .navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.top-navigation .navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.top-navigation .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.top-navigation .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.top-navigation .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.top-navigation .navbar-inverse .nav li.dropdown > a:hover .caret,
.top-navigation .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.top-navigation .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.top-navigation .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.top-navigation .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.top-navigation .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.top-navigation .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,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.top-navigation .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.top-navigation .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.top-navigation .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.top-navigation .navbar-inverse .navbar-search .search-query:focus,
.top-navigation .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #676767;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 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);
  outline: 0;
}
.top-navigation .navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  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);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top-navigation .navbar-inverse .btn-navbar:hover,
.top-navigation .navbar-inverse .btn-navbar:focus,
.top-navigation .navbar-inverse .btn-navbar:active,
.top-navigation .navbar-inverse .btn-navbar.active,
.top-navigation .navbar-inverse .btn-navbar.disabled,
.top-navigation .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.top-navigation .navbar-inverse .btn-navbar:active,
.top-navigation .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.top-navigation .breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navigation .breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.top-navigation .breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.top-navigation .breadcrumb > .active {
  color: #999999;
}
.top-navigation .pagination {
  margin: 20px 0;
}
.top-navigation .pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.top-navigation .pagination ul > li {
  display: inline;
}
.top-navigation .pagination ul > li > a,
.top-navigation .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.top-navigation .pagination ul > li > a:hover,
.top-navigation .pagination ul > li > a:focus,
.top-navigation .pagination ul > .active > a,
.top-navigation .pagination ul > .active > span {
  background-color: #f5f5f5;
}
.top-navigation .pagination ul > .active > a,
.top-navigation .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.top-navigation .pagination ul > .disabled > span,
.top-navigation .pagination ul > .disabled > a,
.top-navigation .pagination ul > .disabled > a:hover,
.top-navigation .pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.top-navigation .pagination ul > li:first-child > a,
.top-navigation .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.top-navigation .pagination ul > li:last-child > a,
.top-navigation .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.top-navigation .pagination-centered {
  text-align: center;
}
.top-navigation .pagination-right {
  text-align: right;
}
.top-navigation .pagination-large ul > li > a,
.top-navigation .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.top-navigation .pagination-large ul > li:first-child > a,
.top-navigation .pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.top-navigation .pagination-large ul > li:last-child > a,
.top-navigation .pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.top-navigation .pagination-mini ul > li:first-child > a,
.top-navigation .pagination-small ul > li:first-child > a,
.top-navigation .pagination-mini ul > li:first-child > span,
.top-navigation .pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.top-navigation .pagination-mini ul > li:last-child > a,
.top-navigation .pagination-small ul > li:last-child > a,
.top-navigation .pagination-mini ul > li:last-child > span,
.top-navigation .pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.top-navigation .pagination-small ul > li > a,
.top-navigation .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.top-navigation .pagination-mini ul > li > a,
.top-navigation .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.top-navigation .pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.top-navigation .pager:before,
.top-navigation .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .pager:after {
  clear: both;
}
.top-navigation .pager li {
  display: inline;
}
.top-navigation .pager li > a,
.top-navigation .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.top-navigation .pager li > a:hover,
.top-navigation .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.top-navigation .pager .next > a,
.top-navigation .pager .next > span {
  float: right;
}
.top-navigation .pager .previous > a,
.top-navigation .pager .previous > span {
  float: left;
}
.top-navigation .pager .disabled > a,
.top-navigation .pager .disabled > a:hover,
.top-navigation .pager .disabled > a:focus,
.top-navigation .pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.top-navigation .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.top-navigation .modal-backdrop.fade {
  opacity: 0;
}
.top-navigation .modal-backdrop,
.top-navigation .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.top-navigation .modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.top-navigation .modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.top-navigation .modal.fade.in {
  top: 10%;
}
.top-navigation .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.top-navigation .modal-header .close {
  margin-top: 2px;
}
.top-navigation .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.top-navigation .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.top-navigation .modal-form {
  margin-bottom: 0;
}
.top-navigation .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.top-navigation .modal-footer:before,
.top-navigation .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .modal-footer:after {
  clear: both;
}
.top-navigation .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.top-navigation .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.top-navigation .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.top-navigation .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.top-navigation .tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.top-navigation .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.top-navigation .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.top-navigation .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.top-navigation .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.top-navigation .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navigation .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.top-navigation .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.top-navigation .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.top-navigation .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.top-navigation .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.top-navigation .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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);
  white-space: normal;
}
.top-navigation .popover.top {
  margin-top: -10px;
}
.top-navigation .popover.right {
  margin-left: 10px;
}
.top-navigation .popover.bottom {
  margin-top: 10px;
}
.top-navigation .popover.left {
  margin-left: -10px;
}
.top-navigation .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.top-navigation .popover-title:empty {
  display: none;
}
.top-navigation .popover-content {
  padding: 9px 14px;
}
.top-navigation .popover .arrow,
.top-navigation .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.top-navigation .popover .arrow {
  border-width: 11px;
}
.top-navigation .popover .arrow:after {
  border-width: 10px;
  content: "";
}
.top-navigation .popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.top-navigation .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.top-navigation .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.top-navigation .popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.top-navigation .popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.top-navigation .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.top-navigation .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.top-navigation .popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.top-navigation .thumbnails {
  margin-left: -12px;
  list-style: none;
  *zoom: 1;
}
.top-navigation .thumbnails:before,
.top-navigation .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-navigation .thumbnails:after {
  clear: both;
}
.top-navigation .row-fluid .thumbnails {
  margin-left: 0;
}
.top-navigation .thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 12px;
}
.top-navigation .thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-navigation a.thumbnail:hover,
.top-navigation a.thumbnail:focus {
  border-color: #666666;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.top-navigation .thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-navigation .thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.top-navigation .media,
.top-navigation .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.top-navigation .media,
.top-navigation .media .media {
  margin-top: 15px;
}
.top-navigation .media:first-child {
  margin-top: 0;
}
.top-navigation .media-object {
  display: block;
}
.top-navigation .media-heading {
  margin: 0 0 5px;
}
.top-navigation .media > .pull-left {
  margin-right: 10px;
}
.top-navigation .media > .pull-right {
  margin-left: 10px;
}
.top-navigation .media-list {
  margin-left: 0;
  list-style: none;
}
.top-navigation .label,
.top-navigation .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.top-navigation .label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.top-navigation .badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.top-navigation .label:empty,
.top-navigation .badge:empty {
  display: none;
}
.top-navigation a.label:hover,
.top-navigation a.label:focus,
.top-navigation a.badge:hover,
.top-navigation a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.top-navigation .label-important,
.top-navigation .badge-important {
  background-color: #b94a48;
}
.top-navigation .label-important[href],
.top-navigation .badge-important[href] {
  background-color: #953b39;
}
.top-navigation .label-warning,
.top-navigation .badge-warning {
  background-color: #f89406;
}
.top-navigation .label-warning[href],
.top-navigation .badge-warning[href] {
  background-color: #c67605;
}
.top-navigation .label-success,
.top-navigation .badge-success {
  background-color: #468847;
}
.top-navigation .label-success[href],
.top-navigation .badge-success[href] {
  background-color: #356635;
}
.top-navigation .label-info,
.top-navigation .badge-info {
  background-color: #3a87ad;
}
.top-navigation .label-info[href],
.top-navigation .badge-info[href] {
  background-color: #2d6987;
}
.top-navigation .label-inverse,
.top-navigation .badge-inverse {
  background-color: #676767;
}
.top-navigation .label-inverse[href],
.top-navigation .badge-inverse[href] {
  background-color: #4e4e4e;
}
.top-navigation .btn .label,
.top-navigation .btn .badge {
  position: relative;
  top: -1px;
}
.top-navigation .btn-mini .label,
.top-navigation .btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.top-navigation .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navigation .progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.top-navigation .progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.top-navigation .progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.top-navigation .progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.top-navigation .progress-danger .bar,
.top-navigation .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.top-navigation .progress-danger.progress-striped .bar,
.top-navigation .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.top-navigation .progress-success .bar,
.top-navigation .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.top-navigation .progress-success.progress-striped .bar,
.top-navigation .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.top-navigation .progress-info .bar,
.top-navigation .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.top-navigation .progress-info.progress-striped .bar,
.top-navigation .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.top-navigation .progress-warning .bar,
.top-navigation .progress .bar-warning {
  background-color: #faa732;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.top-navigation .progress-warning.progress-striped .bar,
.top-navigation .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.top-navigation .accordion {
  margin-bottom: 20px;
}
.top-navigation .accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navigation .accordion-heading {
  border-bottom: 0;
}
.top-navigation .accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.top-navigation .accordion-toggle {
  cursor: pointer;
}
.top-navigation .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.top-navigation .carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.top-navigation .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.top-navigation .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.top-navigation .carousel-inner > .item > img,
.top-navigation .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.top-navigation .carousel-inner > .active,
.top-navigation .carousel-inner > .next,
.top-navigation .carousel-inner > .prev {
  display: block;
}
.top-navigation .carousel-inner > .active {
  left: 0;
}
.top-navigation .carousel-inner > .next,
.top-navigation .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.top-navigation .carousel-inner > .next {
  left: 100%;
}
.top-navigation .carousel-inner > .prev {
  left: -100%;
}
.top-navigation .carousel-inner > .next.left,
.top-navigation .carousel-inner > .prev.right {
  left: 0;
}
.top-navigation .carousel-inner > .active.left {
  left: -100%;
}
.top-navigation .carousel-inner > .active.right {
  left: 100%;
}
.top-navigation .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.top-navigation .carousel-control.right {
  left: auto;
  right: 15px;
}
.top-navigation .carousel-control:hover,
.top-navigation .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.top-navigation .carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.top-navigation .carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.top-navigation .carousel-indicators .active {
  background-color: #fff;
}
.top-navigation .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #676767;
  background: rgba(0, 0, 0, 0.75);
}
.top-navigation .carousel-caption h4,
.top-navigation .carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.top-navigation .carousel-caption h4 {
  margin: 0 0 5px;
}
.top-navigation .carousel-caption p {
  margin-bottom: 0;
}
.top-navigation .hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.top-navigation .hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.top-navigation .hero-unit li {
  line-height: 30px;
}
.top-navigation .pull-right {
  float: right;
}
.top-navigation .pull-left {
  float: left;
}
.top-navigation .hide {
  display: none;
}
.top-navigation .show {
  display: block;
}
.top-navigation .invisible {
  visibility: hidden;
}
.top-navigation .affix {
  position: fixed;
}
.top-navigation html {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.top-navigation .navbar-inverse {
  border-color: #ffffff;
}
.top-navigation .navbar {
  min-height: 32px;
  margin-bottom: 0;
}
.top-navigation .navbar-nav li {
  border-left: 1px solid #666666;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.top-navigation .navbar-nav .no-border {
  border-left: 0;
}
.top-navigation .navbar-nav li > a {
  padding: 5px 15px;
}
.top-navigation .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.top-navigation .lightart-logo {
  width: 120px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//3form.s3.amazonaws.com/images/navigation/lightart_logo_tab.png);
  background-image: linear-gradient(transparent, transparent), url(//3form.s3.amazonaws.com/images/navigation/lightart_logo_tab.svg);
}
.top-navigation .lightart-logo:hover {
  background-image: url(//3form.s3.amazonaws.com/images/navigation/lightart_logo_tab_hover.png);
  background-image: linear-gradient(transparent, transparent), url(//3form.s3.amazonaws.com/images/navigation/lightart_logo_tab_hover.svg);
}
.top-navigation .studio-logo {
  width: 120px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//3form.s3.amazonaws.com/images/navigation/studio_logo_tab.png);
  background-image: linear-gradient(transparent, transparent), url(//3form.s3.amazonaws.com/images/navigation/studio_logo_tab.svg);
}
.top-navigation .studio-logo:hover {
  background-image: url(//3form.s3.amazonaws.com/images/navigation/studio_logo_tab_hover.png);
  background-image: linear-gradient(transparent, transparent), url(//3form.s3.amazonaws.com/images/navigation/studio_logo_tab_hover.svg);
}
.top-navigation .my3form-logo {
  width: 120px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//3form.s3.amazonaws.com/images/navigation/my3form_logo_tab.png);
  background-image: linear-gradient(transparent, transparent), url(//3form.s3.amazonaws.com/images/navigation/my3form_logo_tab.svg);
}
.top-navigation .my3form-logo:hover {
  background-image: url(//3form.s3.amazonaws.com/images/navigation/my3form_logo_tab_hover.png);
  background-image: linear-gradient(transparent, transparent), url(//3form.s3.amazonaws.com/images/navigation/my3form_logo_tab_hover.svg);
}
.top-navigation .threeform-logo {
  width: 120px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//3form.s3.amazonaws.com/images/navigation/3form_logo_tab.png);
  background-image: linear-gradient(transparent, transparent), url(//3form.s3.amazonaws.com/images/navigation/3form_logo_tab.svg);
}
.top-navigation .threeform-logo:hover {
  background-image: url(//3form.s3.amazonaws.com/images/navigation/3form_logo_tab_hover.png);
  background-image: linear-gradient(transparent, transparent), url(//3form.s3.amazonaws.com/images/navigation/3form_logo_tab_hover.svg);
}
@media (max-width: 480px) {
  .top-navigation .studio-logo,
  .top-navigation .my3form-logo,
  .top-navigation .threeform-logo,
  .top-navigation .lightart-logo {
    width: 50px;
  }
}
.top-navigation .button-menu {
  border-radius: 0;
  border: 1px solid #cdcdcd;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  background-color: #ffffff;
  color: #262626;
  outline: none;
  font-size: 11px;
  text-align: center;
  padding: 15px;
  letter-spacing: 1px;
  font-weight: 800;
}
.top-navigation .button-menu:hover {
  background-color: #cdcdcd;
}
.top-navigation .button-default {
  border: none;
  background-color: #888888;
  padding: 15px;
  width: 100%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}
.top-navigation .button-default:hover {
  background-color: #666666;
}
.top-navigation .modal-content-container {
  padding: 0 30px;
}
.top-navigation .full-width-modal-image {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-height: 112px;
}
.top-navigation .full-width-modal-image img {
  position: relative;
  left: 100%;
  margin-left: -200%;
}
.top-navigation .full-width-modal-image .text {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  transform: translate(0, -50%);
}
.top-navigation .full-width-modal-image .text h3 {
  margin: 0;
}
.top-navigation .full-width-modal-image .text-left {
  padding-left: 127px;
}
.top-navigation .full-width-modal-image p#welcome {
  margin-bottom: 8px;
}
.top-navigation .marketing-modal {
  width: 900px;
  margin-left: -450px;
  min-height: 80vh;
}
.top-navigation .marketing-modal .modal-content-container {
  min-height: 70vh;
}
.top-navigation .marketing-modal .modal-body {
  min-height: 70vh;
}
.top-navigation .modal-header {
  min-height: 32px;
  border: none;
}
.top-navigation .modal-body {
  padding: 40px 15px;
}
.top-navigation .modal-body h4 {
  margin-bottom: 40px;
}
.top-navigation .modal-close {
  cursor: pointer;
  line-height: 1;
  font-size: 32px;
  position: absolute;
  top: 8px;
  right: 15px;
  color: #ffffff;
}
.top-navigation .modal-close:hover {
  color: #cccccc;
}
.top-navigation .modal-header {
  padding: 0;
}
.top-navigation .modal-content {
  border: none;
}
.top-navigation .modal-footer {
  text-align: center;
  background-color: #e8e8e8;
}
.top-navigation .rep-search-tabs {
  padding-left: 0;
  padding-bottom: 42px;
}
.top-navigation .rep-search-tabs li {
  list-style: none;
  float: left;
  width: 50%;
  background-color: #cdcdcd;
  text-align: center;
}
.top-navigation .rep-search-tabs li:hover {
  cursor: pointer;
  background-color: #666666;
}
.top-navigation .rep-search-tabs li > a {
  padding: 20px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 800;
}
.top-navigation .rep-search-tabs li > a:hover,
.top-navigation .rep-search-tabs li > a:focus {
  text-decoration: none;
}
.top-navigation .rep-search-tabs li.active {
  background-color: #ffffff;
}
.top-navigation .rep-search-tabs li.active:hover {
  cursor: default;
}
.top-navigation .rep-search-tabs li.active > a {
  color: #cdcdcd;
}
.top-navigation .rep-search-tabs li.active > a:hover {
  cursor: default;
}
.top-navigation .leave-message-text {
  min-height: 154px;
}
.top-navigation .marketing-form textarea {
  border-radius: 0;
}
.top-navigation .marketing-form textarea:focus {
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
}
.top-navigation .marketing-form select {
  height: 48px;
  border: 1px solid #cdcdcd;
}
.top-navigation .marketing-form select:focus {
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
}
.top-navigation .marketing-form input {
  height: 48px;
  padding: 15px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 0;
}
.top-navigation .marketing-form input:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: none;
}
.top-navigation .no-account {
  margin-top: 20px;
}
.top-navigation .signup {
  font-size: 18px;
}
.top-navigation .account-buttons {
  text-align: center;
  margin-top: 50px;
}
.top-navigation .account-buttons a {
  text-decoration: none;
}
.top-navigation .account-buttons a:hover {
  color: #666666;
}
.top-navigation .account-buttons a:last-child {
  margin-left: 10px;
}
.top-navigation .col-header {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 40px 0 20px 0;
}
.top-navigation .col-header.bordered {
  border-bottom: 1px solid #cdcdcd;
}
.top-navigation .country {
  text-decoration: none;
  color: #666666;
}
.top-navigation .country:hover,
.top-navigation .country:active,
.top-navigation .country:focus {
  text-decoration: none;
  color: #888888;
}
.top-navigation .language-code {
  text-transform: uppercase;
  color: #cdcdcd;
}
.top-navigation .rep-search-label {
  color: #cdcdcd;
}
.top-navigation .rep-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.top-navigation .rep-circle img {
  border-radius: 50%;
}
.top-navigation .rep {
  min-height: 125px;
}
.top-navigation .repContent span {
  display: block;
}
.top-navigation .edit-search {
  margin: 20px 0;
}
.top-navigation h5 {
  letter-spacing: 1px;
  font-weight: 700;
}
.top-navigation .textarea-vert {
  resize: vertical;
}
.top-navigation .gray-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 3px solid #cdcdcd;
  border-radius: 50%;
}
.top-navigation .gray-circle span {
  color: #cdcdcd;
  display: block;
  font-size: 50px;
  padding-top: 14px;
}
.top-navigation p.xs {
  font-size: 14px;
  line-height: 1.57;
}
.top-navigation p.sm {
  font-size: 16px;
  line-height: 1.5;
}
.top-navigation p.md {
  font-size: 18px;
  line-height: 1.666;
}
.top-navigation p.lg {
  font-size: 24px;
  line-height: 1.083;
}
.top-navigation .fancy-font {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.top-navigation .text-italic {
  font-style: italic;
}
.top-navigation .navbar-left > li,
.top-navigation .navbar-left {
  float: left !important;
}
.top-navigation .navbar-right > li,
.top-navigation .navbar-right {
  float: right !important;
}
.top-navigation .account a {
  text-decoration: none;
  line-height: 20px;
}
.top-navigation .account a:visited {
  text-decoration: none;
  color: #666666;
}
.top-navigation .account a:hover,
.top-navigation .account a:focus {
  text-decoration: none;
  color: #cdcdcd;
}
.top-navigation .text-uppercase {
  text-transform: uppercase;
}
.top-navigation li.currentTab {
  margin-top: 2px;
  background-color: #ffffff;
}
