/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
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;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.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);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -13px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 13px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 835px;
}
.span16 {
  width: 835px;
}
.span15 {
  width: 782px;
}
.span14 {
  width: 729px;
}
.span13 {
  width: 676px;
}
.span12 {
  width: 623px;
}
.span11 {
  width: 570px;
}
.span10 {
  width: 517px;
}
.span9 {
  width: 464px;
}
.span8 {
  width: 411px;
}
.span7 {
  width: 358px;
}
.span6 {
  width: 305px;
}
.span5 {
  width: 252px;
}
.span4 {
  width: 199px;
}
.span3 {
  width: 146px;
}
.span2 {
  width: 93px;
}
.span1 {
  width: 40px;
}
.offset16 {
  margin-left: 861px;
}
.offset15 {
  margin-left: 808px;
}
.offset14 {
  margin-left: 755px;
}
.offset13 {
  margin-left: 702px;
}
.offset12 {
  margin-left: 649px;
}
.offset11 {
  margin-left: 596px;
}
.offset10 {
  margin-left: 543px;
}
.offset9 {
  margin-left: 490px;
}
.offset8 {
  margin-left: 437px;
}
.offset7 {
  margin-left: 384px;
}
.offset6 {
  margin-left: 331px;
}
.offset5 {
  margin-left: 278px;
}
.offset4 {
  margin-left: 225px;
}
.offset3 {
  margin-left: 172px;
}
.offset2 {
  margin-left: 119px;
}
.offset1 {
  margin-left: 66px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.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.5568862275449102%;
  *margin-left: 1.4970059880239521%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.5568862275449102%;
}
.row-fluid .span16 {
  width: 100%;
  *width: 99.94011976047904%;
}
.row-fluid .span15 {
  width: 93.65269461077844%;
  *width: 93.59281437125748%;
}
.row-fluid .span14 {
  width: 87.3053892215569%;
  *width: 87.24550898203593%;
}
.row-fluid .span13 {
  width: 80.95808383233533%;
  *width: 80.89820359281437%;
}
.row-fluid .span12 {
  width: 74.61077844311379%;
  *width: 74.55089820359282%;
}
.row-fluid .span11 {
  width: 68.26347305389223%;
  *width: 68.20359281437126%;
}
.row-fluid .span10 {
  width: 61.91616766467066%;
  *width: 61.8562874251497%;
}
.row-fluid .span9 {
  width: 55.568862275449106%;
  *width: 55.50898203592815%;
}
.row-fluid .span8 {
  width: 49.221556886227546%;
  *width: 49.16167664670659%;
}
.row-fluid .span7 {
  width: 42.87425149700599%;
  *width: 42.814371257485035%;
}
.row-fluid .span6 {
  width: 36.52694610778443%;
  *width: 36.467065868263475%;
}
.row-fluid .span5 {
  width: 30.179640718562876%;
  *width: 30.11976047904192%;
}
.row-fluid .span4 {
  width: 23.83233532934132%;
  *width: 23.77245508982036%;
}
.row-fluid .span3 {
  width: 17.485029940119762%;
  *width: 17.425149700598805%;
}
.row-fluid .span2 {
  width: 11.137724550898204%;
  *width: 11.077844311377246%;
}
.row-fluid .span1 {
  width: 4.790419161676647%;
  *width: 4.730538922155689%;
}
.row-fluid .offset16 {
  margin-left: 103.11377245508982%;
  *margin-left: 102.99401197604789%;
}
.row-fluid .offset16:first-child {
  margin-left: 101.55688622754491%;
  *margin-left: 101.43712574850298%;
}
.row-fluid .offset15 {
  margin-left: 96.76646706586826%;
  *margin-left: 96.64670658682633%;
}
.row-fluid .offset15:first-child {
  margin-left: 95.20958083832335%;
  *margin-left: 95.08982035928142%;
}
.row-fluid .offset14 {
  margin-left: 90.41916167664671%;
  *margin-left: 90.29940119760478%;
}
.row-fluid .offset14:first-child {
  margin-left: 88.8622754491018%;
  *margin-left: 88.74251497005987%;
}
.row-fluid .offset13 {
  margin-left: 84.07185628742515%;
  *margin-left: 83.95209580838322%;
}
.row-fluid .offset13:first-child {
  margin-left: 82.51497005988024%;
  *margin-left: 82.39520958083831%;
}
.row-fluid .offset12 {
  margin-left: 77.7245508982036%;
  *margin-left: 77.60479041916167%;
}
.row-fluid .offset12:first-child {
  margin-left: 76.1676646706587%;
  *margin-left: 76.04790419161677%;
}
.row-fluid .offset11 {
  margin-left: 71.37724550898204%;
  *margin-left: 71.25748502994011%;
}
.row-fluid .offset11:first-child {
  margin-left: 69.82035928143713%;
  *margin-left: 69.7005988023952%;
}
.row-fluid .offset10 {
  margin-left: 65.02994011976048%;
  *margin-left: 64.91017964071855%;
}
.row-fluid .offset10:first-child {
  margin-left: 63.47305389221557%;
  *margin-left: 63.35329341317365%;
}
.row-fluid .offset9 {
  margin-left: 58.68263473053893%;
  *margin-left: 58.562874251497014%;
}
.row-fluid .offset9:first-child {
  margin-left: 57.125748502994014%;
  *margin-left: 57.0059880239521%;
}
.row-fluid .offset8 {
  margin-left: 52.33532934131737%;
  *margin-left: 52.215568862275454%;
}
.row-fluid .offset8:first-child {
  margin-left: 50.778443113772454%;
  *margin-left: 50.65868263473054%;
}
.row-fluid .offset7 {
  margin-left: 45.988023952095816%;
  *margin-left: 45.8682634730539%;
}
.row-fluid .offset7:first-child {
  margin-left: 44.4311377245509%;
  *margin-left: 44.311377245508986%;
}
.row-fluid .offset6 {
  margin-left: 39.640718562874255%;
  *margin-left: 39.52095808383234%;
}
.row-fluid .offset6:first-child {
  margin-left: 38.08383233532934%;
  *margin-left: 37.964071856287426%;
}
.row-fluid .offset5 {
  margin-left: 33.293413173652695%;
  *margin-left: 33.17365269461078%;
}
.row-fluid .offset5:first-child {
  margin-left: 31.736526946107787%;
  *margin-left: 31.616766467065872%;
}
.row-fluid .offset4 {
  margin-left: 26.94610778443114%;
  *margin-left: 26.826347305389223%;
}
.row-fluid .offset4:first-child {
  margin-left: 25.38922155688623%;
  *margin-left: 25.269461077844316%;
}
.row-fluid .offset3 {
  margin-left: 20.59880239520958%;
  *margin-left: 20.479041916167667%;
}
.row-fluid .offset3:first-child {
  margin-left: 19.041916167664674%;
  *margin-left: 18.92215568862276%;
}
.row-fluid .offset2 {
  margin-left: 14.251497005988025%;
  *margin-left: 14.13173652694611%;
}
.row-fluid .offset2:first-child {
  margin-left: 12.694610778443113%;
  *margin-left: 12.574850299401199%;
}
.row-fluid .offset1 {
  margin-left: 7.904191616766468%;
  *margin-left: 7.7844311377245505%;
}
.row-fluid .offset1:first-child {
  margin-left: 6.347305389221558%;
  *margin-left: 6.227544910179641%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 13px;
  padding-left: 13px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -13px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 13px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 643px;
  }
  .span16 {
    width: 643px;
  }
  .span15 {
    width: 602px;
  }
  .span14 {
    width: 561px;
  }
  .span13 {
    width: 520px;
  }
  .span12 {
    width: 479px;
  }
  .span11 {
    width: 438px;
  }
  .span10 {
    width: 397px;
  }
  .span9 {
    width: 356px;
  }
  .span8 {
    width: 315px;
  }
  .span7 {
    width: 274px;
  }
  .span6 {
    width: 233px;
  }
  .span5 {
    width: 192px;
  }
  .span4 {
    width: 151px;
  }
  .span3 {
    width: 110px;
  }
  .span2 {
    width: 69px;
  }
  .span1 {
    width: 28px;
  }
  .offset16 {
    margin-left: 669px;
  }
  .offset15 {
    margin-left: 628px;
  }
  .offset14 {
    margin-left: 587px;
  }
  .offset13 {
    margin-left: 546px;
  }
  .offset12 {
    margin-left: 505px;
  }
  .offset11 {
    margin-left: 464px;
  }
  .offset10 {
    margin-left: 423px;
  }
  .offset9 {
    margin-left: 382px;
  }
  .offset8 {
    margin-left: 341px;
  }
  .offset7 {
    margin-left: 300px;
  }
  .offset6 {
    margin-left: 259px;
  }
  .offset5 {
    margin-left: 218px;
  }
  .offset4 {
    margin-left: 177px;
  }
  .offset3 {
    margin-left: 136px;
  }
  .offset2 {
    margin-left: 95px;
  }
  .offset1 {
    margin-left: 54px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .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: 2.021772939346812%;
    *margin-left: 1.9618926998258537%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.021772939346812%;
  }
  .row-fluid .span16 {
    width: 100%;
    *width: 99.94011976047904%;
  }
  .row-fluid .span15 {
    width: 93.62363919129082%;
    *width: 93.56375895176986%;
  }
  .row-fluid .span14 {
    width: 87.24727838258165%;
    *width: 87.18739814306069%;
  }
  .row-fluid .span13 {
    width: 80.87091757387248%;
    *width: 80.81103733435151%;
  }
  .row-fluid .span12 {
    width: 74.4945567651633%;
    *width: 74.43467652564233%;
  }
  .row-fluid .span11 {
    width: 68.11819595645412%;
    *width: 68.05831571693315%;
  }
  .row-fluid .span10 {
    width: 61.741835147744936%;
    *width: 61.68195490822398%;
  }
  .row-fluid .span9 {
    width: 55.36547433903577%;
    *width: 55.30559409951481%;
  }
  .row-fluid .span8 {
    width: 48.98911353032659%;
    *width: 48.929233290805634%;
  }
  .row-fluid .span7 {
    width: 42.61275272161742%;
    *width: 42.55287248209646%;
  }
  .row-fluid .span6 {
    width: 36.236391912908246%;
    *width: 36.17651167338729%;
  }
  .row-fluid .span5 {
    width: 29.860031104199066%;
    *width: 29.80015086467811%;
  }
  .row-fluid .span4 {
    width: 23.48367029548989%;
    *width: 23.423790055968933%;
  }
  .row-fluid .span3 {
    width: 17.107309486780714%;
    *width: 17.047429247259757%;
  }
  .row-fluid .span2 {
    width: 10.73094867807154%;
    *width: 10.671068438550583%;
  }
  .row-fluid .span1 {
    width: 4.354587869362364%;
    *width: 4.2947076298414055%;
  }
  .row-fluid .offset16 {
    margin-left: 104.04354587869362%;
    *margin-left: 103.92378539965169%;
  }
  .row-fluid .offset16:first-child {
    margin-left: 102.02177293934682%;
    *margin-left: 101.90201246030489%;
  }
  .row-fluid .offset15 {
    margin-left: 97.66718506998444%;
    *margin-left: 97.54742459094251%;
  }
  .row-fluid .offset15:first-child {
    margin-left: 95.64541213063764%;
    *margin-left: 95.52565165159571%;
  }
  .row-fluid .offset14 {
    margin-left: 91.29082426127528%;
    *margin-left: 91.17106378223335%;
  }
  .row-fluid .offset14:first-child {
    margin-left: 89.26905132192847%;
    *margin-left: 89.14929084288654%;
  }
  .row-fluid .offset13 {
    margin-left: 84.9144634525661%;
    *margin-left: 84.79470297352417%;
  }
  .row-fluid .offset13:first-child {
    margin-left: 82.89269051321929%;
    *margin-left: 82.77293003417736%;
  }
  .row-fluid .offset12 {
    margin-left: 78.53810264385692%;
    *margin-left: 78.41834216481499%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 76.51632970451011%;
    *margin-left: 76.39656922546818%;
  }
  .row-fluid .offset11 {
    margin-left: 72.16174183514774%;
    *margin-left: 72.04198135610581%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 70.13996889580093%;
    *margin-left: 70.020208416759%;
  }
  .row-fluid .offset10 {
    margin-left: 65.78538102643856%;
    *margin-left: 65.66562054739664%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 63.76360808709175%;
    *margin-left: 63.64384760804983%;
  }
  .row-fluid .offset9 {
    margin-left: 59.40902021772939%;
    *margin-left: 59.28925973868748%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 57.38724727838258%;
    *margin-left: 57.267486799340666%;
  }
  .row-fluid .offset8 {
    margin-left: 53.03265940902021%;
    *margin-left: 52.9128989299783%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 51.0108864696734%;
    *margin-left: 50.89112599063149%;
  }
  .row-fluid .offset7 {
    margin-left: 46.65629860031104%;
    *margin-left: 46.536538121269125%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 44.63452566096423%;
    *margin-left: 44.514765181922314%;
  }
  .row-fluid .offset6 {
    margin-left: 40.27993779160187%;
    *margin-left: 40.16017731255995%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 38.25816485225506%;
    *margin-left: 38.13840437321314%;
  }
  .row-fluid .offset5 {
    margin-left: 33.90357698289269%;
    *margin-left: 33.78381650385077%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 31.881804043545877%;
    *margin-left: 31.762043564503962%;
  }
  .row-fluid .offset4 {
    margin-left: 27.527216174183515%;
    *margin-left: 27.4074556951416%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 25.5054432348367%;
    *margin-left: 25.385682755794786%;
  }
  .row-fluid .offset3 {
    margin-left: 21.15085536547434%;
    *margin-left: 21.031094886432424%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 19.129082426127525%;
    *margin-left: 19.00932194708561%;
  }
  .row-fluid .offset2 {
    margin-left: 14.774494556765163%;
    *margin-left: 14.654734077723248%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 12.752721617418352%;
    *margin-left: 12.632961138376437%;
  }
  .row-fluid .offset1 {
    margin-left: 8.398133748055987%;
    *margin-left: 8.278373269014072%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 6.376360808709176%;
    *margin-left: 6.2566003296672585%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 13px;
  }
  input.span16, textarea.span16, .uneditable-input.span16 {
    width: 629px;
  }
  input.span15, textarea.span15, .uneditable-input.span15 {
    width: 588px;
  }
  input.span14, textarea.span14, .uneditable-input.span14 {
    width: 547px;
  }
  input.span13, textarea.span13, .uneditable-input.span13 {
    width: 506px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 465px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 424px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 383px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 342px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 301px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 260px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 219px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 178px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 137px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 96px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 55px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 14px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1052px;
  }
  .span16 {
    width: 1052px;
  }
  .span15 {
    width: 985px;
  }
  .span14 {
    width: 918px;
  }
  .span13 {
    width: 851px;
  }
  .span12 {
    width: 784px;
  }
  .span11 {
    width: 717px;
  }
  .span10 {
    width: 650px;
  }
  .span9 {
    width: 583px;
  }
  .span8 {
    width: 516px;
  }
  .span7 {
    width: 449px;
  }
  .span6 {
    width: 382px;
  }
  .span5 {
    width: 315px;
  }
  .span4 {
    width: 248px;
  }
  .span3 {
    width: 181px;
  }
  .span2 {
    width: 114px;
  }
  .span1 {
    width: 47px;
  }
  .offset16 {
    margin-left: 1092px;
  }
  .offset15 {
    margin-left: 1025px;
  }
  .offset14 {
    margin-left: 958px;
  }
  .offset13 {
    margin-left: 891px;
  }
  .offset12 {
    margin-left: 824px;
  }
  .offset11 {
    margin-left: 757px;
  }
  .offset10 {
    margin-left: 690px;
  }
  .offset9 {
    margin-left: 623px;
  }
  .offset8 {
    margin-left: 556px;
  }
  .offset7 {
    margin-left: 489px;
  }
  .offset6 {
    margin-left: 422px;
  }
  .offset5 {
    margin-left: 355px;
  }
  .offset4 {
    margin-left: 288px;
  }
  .offset3 {
    margin-left: 221px;
  }
  .offset2 {
    margin-left: 154px;
  }
  .offset1 {
    margin-left: 87px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .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.9011406844106464%;
    *margin-left: 1.8412604448896883%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.9011406844106464%;
  }
  .row-fluid .span16 {
    width: 100%;
    *width: 99.94011976047904%;
  }
  .row-fluid .span15 {
    width: 93.63117870722434%;
    *width: 93.57129846770337%;
  }
  .row-fluid .span14 {
    width: 87.26235741444867%;
    *width: 87.20247717492771%;
  }
  .row-fluid .span13 {
    width: 80.89353612167301%;
    *width: 80.83365588215204%;
  }
  .row-fluid .span12 {
    width: 74.52471482889734%;
    *width: 74.46483458937638%;
  }
  .row-fluid .span11 {
    width: 68.15589353612168%;
    *width: 68.09601329660072%;
  }
  .row-fluid .span10 {
    width: 61.78707224334601%;
    *width: 61.72719200382505%;
  }
  .row-fluid .span9 {
    width: 55.418250950570346%;
    *width: 55.35837071104939%;
  }
  .row-fluid .span8 {
    width: 49.049429657794676%;
    *width: 48.98954941827372%;
  }
  .row-fluid .span7 {
    width: 42.68060836501901%;
    *width: 42.620728125498054%;
  }
  .row-fluid .span6 {
    width: 36.31178707224335%;
    *width: 36.25190683272239%;
  }
  .row-fluid .span5 {
    width: 29.94296577946768%;
    *width: 29.883085539946723%;
  }
  .row-fluid .span4 {
    width: 23.574144486692017%;
    *width: 23.51426424717106%;
  }
  .row-fluid .span3 {
    width: 17.205323193916353%;
    *width: 17.145442954395396%;
  }
  .row-fluid .span2 {
    width: 10.836501901140686%;
    *width: 10.776621661619728%;
  }
  .row-fluid .span1 {
    width: 4.467680608365019%;
    *width: 4.407800368844061%;
  }
  .row-fluid .offset16 {
    margin-left: 103.8022813688213%;
    *margin-left: 103.68252088977937%;
  }
  .row-fluid .offset16:first-child {
    margin-left: 101.90114068441065%;
    *margin-left: 101.78138020536872%;
  }
  .row-fluid .offset15 {
    margin-left: 97.43346007604563%;
    *margin-left: 97.3136995970037%;
  }
  .row-fluid .offset15:first-child {
    margin-left: 95.53231939163499%;
    *margin-left: 95.41255891259306%;
  }
  .row-fluid .offset14 {
    margin-left: 91.06463878326997%;
    *margin-left: 90.94487830422804%;
  }
  .row-fluid .offset14:first-child {
    margin-left: 89.16349809885932%;
    *margin-left: 89.04373761981739%;
  }
  .row-fluid .offset13 {
    margin-left: 84.6958174904943%;
    *margin-left: 84.57605701145238%;
  }
  .row-fluid .offset13:first-child {
    margin-left: 82.79467680608366%;
    *margin-left: 82.67491632704173%;
  }
  .row-fluid .offset12 {
    margin-left: 78.32699619771864%;
    *margin-left: 78.20723571867671%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 76.425855513308%;
    *margin-left: 76.30609503426606%;
  }
  .row-fluid .offset11 {
    margin-left: 71.95817490494298%;
    *margin-left: 71.83841442590105%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 70.05703422053233%;
    *margin-left: 69.9372737414904%;
  }
  .row-fluid .offset10 {
    margin-left: 65.5893536121673%;
    *margin-left: 65.46959313312539%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 63.68821292775666%;
    *margin-left: 63.568452448714744%;
  }
  .row-fluid .offset9 {
    margin-left: 59.22053231939164%;
    *margin-left: 59.10077184034972%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 57.319391634980995%;
    *margin-left: 57.19963115593908%;
  }
  .row-fluid .offset8 {
    margin-left: 52.851711026615966%;
    *margin-left: 52.73195054757405%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 50.950570342205324%;
    *margin-left: 50.83080986316341%;
  }
  .row-fluid .offset7 {
    margin-left: 46.4828897338403%;
    *margin-left: 46.36312925479839%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 44.58174904942966%;
    *margin-left: 44.461988570387746%;
  }
  .row-fluid .offset6 {
    margin-left: 40.11406844106464%;
    *margin-left: 39.994307962022724%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 38.212927756654%;
    *margin-left: 38.09316727761208%;
  }
  .row-fluid .offset5 {
    margin-left: 33.745247148288975%;
    *margin-left: 33.62548666924706%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 31.844106463878326%;
    *margin-left: 31.72434598483641%;
  }
  .row-fluid .offset4 {
    margin-left: 27.37642585551331%;
    *margin-left: 27.256665376471396%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 25.475285171102662%;
    *margin-left: 25.355524692060747%;
  }
  .row-fluid .offset3 {
    margin-left: 21.007604562737647%;
    *margin-left: 20.887844083695732%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 19.106463878327%;
    *margin-left: 18.986703399285084%;
  }
  .row-fluid .offset2 {
    margin-left: 14.638783269961978%;
    *margin-left: 14.519022790920063%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 12.737642585551333%;
    *margin-left: 12.617882106509418%;
  }
  .row-fluid .offset1 {
    margin-left: 8.269961977186313%;
    *margin-left: 8.150201498144396%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 6.3688212927756656%;
    *margin-left: 6.249060813733749%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span16, textarea.span16, .uneditable-input.span16 {
    width: 1038px;
  }
  input.span15, textarea.span15, .uneditable-input.span15 {
    width: 971px;
  }
  input.span14, textarea.span14, .uneditable-input.span14 {
    width: 904px;
  }
  input.span13, textarea.span13, .uneditable-input.span13 {
    width: 837px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 770px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 703px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 636px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 569px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 502px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 435px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 368px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 301px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 234px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 167px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 100px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 33px;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails > li {
    margin-left: 20px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/*Carousel*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel {
  position: relative;
  /*margin-bottom: 20px;*/
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .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;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.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);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.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;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.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;
}
.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;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.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;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.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;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

