/*!
 * Bootstrap Responsive v2.3.2
 *
 * 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,
.group,
.result,
.clear {
  *zoom: 1;
}
.clearfix:before,
.group:before,
.result:before,
.clear:before,
.clearfix:after,
.group:after,
.result:after,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.group:after,
.result:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 36px;
}
/* 
Added by Joseph Serpa
Custom mixin to get around the compliation error with the deafult navbar less file.
http://www.tagwith.com/question_477890_less-v2-does-not-compile-twitters-bootstrap-2-x
*/
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-sm {
  display: none !important;
}
.visible-xs {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: inherit !important;
}
.visible-xl {
  display: none !important;
}
.hidden-sm {
  display: inherit !important;
}
.hidden-xs {
  display: inherit !important;
}
.hidden-md {
  display: inherit !important;
}
.hidden-lg {
  display: none !important;
}
.hidden-xl {
  display: inherit !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: none !important;
  }
  .visible-xl {
    display: inherit !important;
  }
  .hidden-lg {
    display: inherit !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media (max-width: 979px) {
  .hidden-lg {
    display: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-lg {
    display: none !important;
  }
  .visible-md {
    display: inherit !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-lg {
    display: none !important;
  }
  .visible-sm {
    display: inherit !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .gutterless {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 479px) {
  .visible-lg {
    display: none !important;
  }
  .visible-xs {
    display: inherit !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .wide-template .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .wide-template .row:before,
  .wide-template .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .wide-template .row:after {
    clear: both;
  }
  .wide-template [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .wide-template .container,
  .wide-template .navbar-static-top .container,
  .wide-template .navbar-fixed-top .container,
  .wide-template .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .wide-template .span12 {
    width: 1170px;
  }
  .wide-template .span11 {
    width: 1070px;
  }
  .wide-template .span10 {
    width: 970px;
  }
  .wide-template .span9 {
    width: 870px;
  }
  .wide-template .span8 {
    width: 770px;
  }
  .wide-template .span7 {
    width: 670px;
  }
  .wide-template .span6 {
    width: 570px;
  }
  .wide-template .span5 {
    width: 470px;
  }
  .wide-template .span4 {
    width: 370px;
  }
  .wide-template .span3 {
    width: 270px;
  }
  .wide-template .span2 {
    width: 170px;
  }
  .wide-template .span1 {
    width: 70px;
  }
  .wide-template .offset12 {
    margin-left: 1230px;
  }
  .wide-template .offset11 {
    margin-left: 1130px;
  }
  .wide-template .offset10 {
    margin-left: 1030px;
  }
  .wide-template .offset9 {
    margin-left: 930px;
  }
  .wide-template .offset8 {
    margin-left: 830px;
  }
  .wide-template .offset7 {
    margin-left: 730px;
  }
  .wide-template .offset6 {
    margin-left: 630px;
  }
  .wide-template .offset5 {
    margin-left: 530px;
  }
  .wide-template .offset4 {
    margin-left: 430px;
  }
  .wide-template .offset3 {
    margin-left: 330px;
  }
  .wide-template .offset2 {
    margin-left: 230px;
  }
  .wide-template .offset1 {
    margin-left: 130px;
  }
  .wide-template .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .wide-template .row-fluid:before,
  .wide-template .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .wide-template .row-fluid:after {
    clear: both;
  }
  .wide-template .row-fluid [class*="span"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 36px;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51147099%;
  }
  .wide-template .row-fluid > [class*="span"]:first-child,
  .wide-template .row-fluid [class*="span"].span-child-1 {
    margin-left: 0;
  }
  .wide-template .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .wide-template .row-fluid .span12 {
    width: 100%;
    *width: 99.94736842%;
  }
  .wide-template .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.40035987%;
  }
  .wide-template .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85335133%;
  }
  .wide-template .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30634278%;
  }
  .wide-template .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75933423%;
  }
  .wide-template .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21232569%;
  }
  .wide-template .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66531714%;
  }
  .wide-template .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11830859%;
  }
  .wide-template .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57130004%;
  }
  .wide-template .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.0242915%;
  }
  .wide-template .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47728295%;
  }
  .wide-template .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.9302744%;
  }
  .wide-template .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02294197%;
  }
  .wide-template .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45883941%;
  }
  .wide-template .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.47593342%;
  }
  .wide-template .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91183086%;
  }
  .wide-template .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92892488%;
  }
  .wide-template .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36482231%;
  }
  .wide-template .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38191633%;
  }
  .wide-template .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81781377%;
  }
  .wide-template .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83490778%;
  }
  .wide-template .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.27080522%;
  }
  .wide-template .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28789924%;
  }
  .wide-template .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72379667%;
  }
  .wide-template .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.74089069%;
  }
  .wide-template .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.17678812%;
  }
  .wide-template .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19388214%;
  }
  .wide-template .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62977958%;
  }
  .wide-template .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64687359%;
  }
  .wide-template .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08277103%;
  }
  .wide-template .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09986505%;
  }
  .wide-template .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53576248%;
  }
  .wide-template .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.5528565%;
  }
  .wide-template .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98875394%;
  }
  .wide-template .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00584795%;
  }
  .wide-template .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44174539%;
  }
  .wide-template input,
  .wide-template textarea,
  .wide-template .uneditable-input {
    margin-left: 0;
  }
  .wide-template .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  .wide-template input.span12,
  .wide-template textarea.span12,
  .wide-template .uneditable-input.span12 {
    width: 1156px;
  }
  .wide-template input.span11,
  .wide-template textarea.span11,
  .wide-template .uneditable-input.span11 {
    width: 1056px;
  }
  .wide-template input.span10,
  .wide-template textarea.span10,
  .wide-template .uneditable-input.span10 {
    width: 956px;
  }
  .wide-template input.span9,
  .wide-template textarea.span9,
  .wide-template .uneditable-input.span9 {
    width: 856px;
  }
  .wide-template input.span8,
  .wide-template textarea.span8,
  .wide-template .uneditable-input.span8 {
    width: 756px;
  }
  .wide-template input.span7,
  .wide-template textarea.span7,
  .wide-template .uneditable-input.span7 {
    width: 656px;
  }
  .wide-template input.span6,
  .wide-template textarea.span6,
  .wide-template .uneditable-input.span6 {
    width: 556px;
  }
  .wide-template input.span5,
  .wide-template textarea.span5,
  .wide-template .uneditable-input.span5 {
    width: 456px;
  }
  .wide-template input.span4,
  .wide-template textarea.span4,
  .wide-template .uneditable-input.span4 {
    width: 356px;
  }
  .wide-template input.span3,
  .wide-template textarea.span3,
  .wide-template .uneditable-input.span3 {
    width: 256px;
  }
  .wide-template input.span2,
  .wide-template textarea.span2,
  .wide-template .uneditable-input.span2 {
    width: 156px;
  }
  .wide-template input.span1,
  .wide-template textarea.span1,
  .wide-template .uneditable-input.span1 {
    width: 56px;
  }
  .wide-template .thumbnails {
    margin-left: -30px;
  }
  .wide-template .thumbnails > li {
    margin-left: 30px;
  }
  .wide-template .row-fluid .thumbnails {
    margin-left: 0;
  }
  .wide-template .row,
  .wide-template [class*="span"] {
    margin-left: 0 !important;
  }
  .wide-template .container-wrap {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .wide-template .container-wrap .container {
    width: 100%;
  }
}
/*** mixin ***/
/*** mixin ***/
@media (min-width: 980px) and (max-width: 1199px) {
  .wide-template .row {
    margin-left: -25px;
    *zoom: 1;
  }
  .wide-template .row:before,
  .wide-template .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .wide-template .row:after {
    clear: both;
  }
  .wide-template [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 25px;
  }
  .wide-template .container,
  .wide-template .navbar-static-top .container,
  .wide-template .navbar-fixed-top .container,
  .wide-template .navbar-fixed-bottom .container {
    width: 1169px;
  }
  .wide-template .span12 {
    width: 1169px;
  }
  .wide-template .span11 {
    width: 1069.5px;
  }
  .wide-template .span10 {
    width: 970px;
  }
  .wide-template .span9 {
    width: 870.5px;
  }
  .wide-template .span8 {
    width: 771px;
  }
  .wide-template .span7 {
    width: 671.5px;
  }
  .wide-template .span6 {
    width: 572px;
  }
  .wide-template .span5 {
    width: 472.5px;
  }
  .wide-template .span4 {
    width: 373px;
  }
  .wide-template .span3 {
    width: 273.5px;
  }
  .wide-template .span2 {
    width: 174px;
  }
  .wide-template .span1 {
    width: 74.5px;
  }
  .wide-template .offset12 {
    margin-left: 1219px;
  }
  .wide-template .offset11 {
    margin-left: 1119.5px;
  }
  .wide-template .offset10 {
    margin-left: 1020px;
  }
  .wide-template .offset9 {
    margin-left: 920.5px;
  }
  .wide-template .offset8 {
    margin-left: 821px;
  }
  .wide-template .offset7 {
    margin-left: 721.5px;
  }
  .wide-template .offset6 {
    margin-left: 622px;
  }
  .wide-template .offset5 {
    margin-left: 522.5px;
  }
  .wide-template .offset4 {
    margin-left: 423px;
  }
  .wide-template .offset3 {
    margin-left: 323.5px;
  }
  .wide-template .offset2 {
    margin-left: 224px;
  }
  .wide-template .offset1 {
    margin-left: 124.5px;
  }
  .wide-template .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .wide-template .row-fluid:before,
  .wide-template .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .wide-template .row-fluid:after {
    clear: both;
  }
  .wide-template .row-fluid [class*="span"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 36px;
    float: left;
    margin-left: 2.13857998%;
    *margin-left: 2.0859484%;
  }
  .wide-template .row-fluid > [class*="span"]:first-child,
  .wide-template .row-fluid [class*="span"].span-child-1 {
    margin-left: 0;
  }
  .wide-template .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.13857998%;
  }
  .wide-template .row-fluid .span12 {
    width: 100%;
    *width: 99.94736842%;
  }
  .wide-template .row-fluid .span11 {
    width: 91.48845167%;
    *width: 91.43582009%;
  }
  .wide-template .row-fluid .span10 {
    width: 82.97690334%;
    *width: 82.92427176%;
  }
  .wide-template .row-fluid .span9 {
    width: 74.465355%;
    *width: 74.41272343%;
  }
  .wide-template .row-fluid .span8 {
    width: 65.95380667%;
    *width: 65.90117509%;
  }
  .wide-template .row-fluid .span7 {
    width: 57.44225834%;
    *width: 57.38962676%;
  }
  .wide-template .row-fluid .span6 {
    width: 48.93071001%;
    *width: 48.87807843%;
  }
  .wide-template .row-fluid .span5 {
    width: 40.41916168%;
    *width: 40.3665301%;
  }
  .wide-template .row-fluid .span4 {
    width: 31.90761334%;
    *width: 31.85498177%;
  }
  .wide-template .row-fluid .span3 {
    width: 23.39606501%;
    *width: 23.34343343%;
  }
  .wide-template .row-fluid .span2 {
    width: 14.88451668%;
    *width: 14.8318851%;
  }
  .wide-template .row-fluid .span1 {
    width: 6.37296835%;
    *width: 6.32033677%;
  }
  .wide-template .row-fluid .offset12 {
    margin-left: 104.27715997%;
    *margin-left: 104.17189681%;
  }
  .wide-template .row-fluid .offset12:first-child {
    margin-left: 102.13857998%;
    *margin-left: 102.03331682%;
  }
  .wide-template .row-fluid .offset11 {
    margin-left: 95.76561163%;
    *margin-left: 95.66034848%;
  }
  .wide-template .row-fluid .offset11:first-child {
    margin-left: 93.62703165%;
    *margin-left: 93.52176849%;
  }
  .wide-template .row-fluid .offset10 {
    margin-left: 87.2540633%;
    *margin-left: 87.14880014%;
  }
  .wide-template .row-fluid .offset10:first-child {
    margin-left: 85.11548332%;
    *margin-left: 85.01022016%;
  }
  .wide-template .row-fluid .offset9 {
    margin-left: 78.74251497%;
    *margin-left: 78.63725181%;
  }
  .wide-template .row-fluid .offset9:first-child {
    margin-left: 76.60393499%;
    *margin-left: 76.49867183%;
  }
  .wide-template .row-fluid .offset8 {
    margin-left: 70.23096664%;
    *margin-left: 70.12570348%;
  }
  .wide-template .row-fluid .offset8:first-child {
    margin-left: 68.09238666%;
    *margin-left: 67.9871235%;
  }
  .wide-template .row-fluid .offset7 {
    margin-left: 61.71941831%;
    *margin-left: 61.61415515%;
  }
  .wide-template .row-fluid .offset7:first-child {
    margin-left: 59.58083832%;
    *margin-left: 59.47557517%;
  }
  .wide-template .row-fluid .offset6 {
    margin-left: 53.20786997%;
    *margin-left: 53.10260682%;
  }
  .wide-template .row-fluid .offset6:first-child {
    margin-left: 51.06928999%;
    *margin-left: 50.96402683%;
  }
  .wide-template .row-fluid .offset5 {
    margin-left: 44.69632164%;
    *margin-left: 44.59105848%;
  }
  .wide-template .row-fluid .offset5:first-child {
    margin-left: 42.55774166%;
    *margin-left: 42.4524785%;
  }
  .wide-template .row-fluid .offset4 {
    margin-left: 36.18477331%;
    *margin-left: 36.07951015%;
  }
  .wide-template .row-fluid .offset4:first-child {
    margin-left: 34.04619333%;
    *margin-left: 33.94093017%;
  }
  .wide-template .row-fluid .offset3 {
    margin-left: 27.67322498%;
    *margin-left: 27.56796182%;
  }
  .wide-template .row-fluid .offset3:first-child {
    margin-left: 25.534645%;
    *margin-left: 25.42938184%;
  }
  .wide-template .row-fluid .offset2 {
    margin-left: 19.16167665%;
    *margin-left: 19.05641349%;
  }
  .wide-template .row-fluid .offset2:first-child {
    margin-left: 17.02309666%;
    *margin-left: 16.91783351%;
  }
  .wide-template .row-fluid .offset1 {
    margin-left: 10.65012831%;
    *margin-left: 10.54486516%;
  }
  .wide-template .row-fluid .offset1:first-child {
    margin-left: 8.51154833%;
    *margin-left: 8.40628517%;
  }
  .wide-template input,
  .wide-template textarea,
  .wide-template .uneditable-input {
    margin-left: 0;
  }
  .wide-template .controls-row [class*="span"] + [class*="span"] {
    margin-left: 25px;
  }
  .wide-template input.span12,
  .wide-template textarea.span12,
  .wide-template .uneditable-input.span12 {
    width: 1155px;
  }
  .wide-template input.span11,
  .wide-template textarea.span11,
  .wide-template .uneditable-input.span11 {
    width: 1055.5px;
  }
  .wide-template input.span10,
  .wide-template textarea.span10,
  .wide-template .uneditable-input.span10 {
    width: 956px;
  }
  .wide-template input.span9,
  .wide-template textarea.span9,
  .wide-template .uneditable-input.span9 {
    width: 856.5px;
  }
  .wide-template input.span8,
  .wide-template textarea.span8,
  .wide-template .uneditable-input.span8 {
    width: 757px;
  }
  .wide-template input.span7,
  .wide-template textarea.span7,
  .wide-template .uneditable-input.span7 {
    width: 657.5px;
  }
  .wide-template input.span6,
  .wide-template textarea.span6,
  .wide-template .uneditable-input.span6 {
    width: 558px;
  }
  .wide-template input.span5,
  .wide-template textarea.span5,
  .wide-template .uneditable-input.span5 {
    width: 458.5px;
  }
  .wide-template input.span4,
  .wide-template textarea.span4,
  .wide-template .uneditable-input.span4 {
    width: 359px;
  }
  .wide-template input.span3,
  .wide-template textarea.span3,
  .wide-template .uneditable-input.span3 {
    width: 259.5px;
  }
  .wide-template input.span2,
  .wide-template textarea.span2,
  .wide-template .uneditable-input.span2 {
    width: 160px;
  }
  .wide-template input.span1,
  .wide-template textarea.span1,
  .wide-template .uneditable-input.span1 {
    width: 60.5px;
  }
  .wide-template .thumbnails {
    margin-left: -25px;
  }
  .wide-template .thumbnails > li {
    margin-left: 25px;
  }
  .wide-template .row-fluid .thumbnails {
    margin-left: 0;
  }
  .wide-template .container-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .wide-template .container-wrap .container {
    width: 100%;
  }
  .wide-template .container {
    width: 100% !important;
  }
  .wide-template .container .row {
    margin: 0 !important;
  }
  .wide-template .container .row .breadcrumb {
    margin-left: 8px;
  }
  .wide-template .container .row .page-header {
    margin: 0 15px !important;
  }
  .wide-template [class*="span"] {
    margin: 0;
    box-sizing: border-box;
  }
  .wide-template .row {
    margin-left: 0 !important;
  }
  .wide-template .span12 {
    width: 100%;
    max-width: 100%;
  }
  .wide-template .span11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
  }
  .wide-template .span10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
  }
  .wide-template .span9 {
    width: 75%;
    max-width: 75%;
  }
  .wide-template .span8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
  .wide-template .span7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
  }
  .wide-template .span6 {
    width: 50%;
    max-width: 50%;
  }
  .wide-template .span5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
  .wide-template .span4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .wide-template .span3 {
    width: 25%;
    max-width: 25%;
  }
  .wide-template .span2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
  .wide-template .span1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
  }
}
/*** mixin ***/
/*** mixin ***/
@media (min-width: 768px) and (max-width: 979px) {
  .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: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 36px;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70979936%;
  }
  .row-fluid > [class*="span"]:first-child,
  .row-fluid [class*="span"].span-child-1 {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94736842%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.38383251%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.8202966%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25676069%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69322477%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12968886%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56615295%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00261704%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43908113%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87554522%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31200931%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74847339%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.41959872%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65716778%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85606281%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09363187%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.2925269%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.53009596%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72899099%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96656005%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16545507%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40302413%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60191916%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.83948822%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03838325%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27595231%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47484734%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.7124164%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91131143%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14888049%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.34777552%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58534458%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.7842396%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02180867%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.22070369%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45827275%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  .wide-template {
    padding: 0 12px 0 12px;
  }
  .wide-template .container-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .wide-template .container-wrap .container {
    width: 100%;
  }
  .wide-template .container {
    width: 100% !important;
  }
  .wide-template .container .row {
    margin: 0 !important;
  }
  .wide-template [class*="span"] {
    margin-left: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .wide-template .span12 {
    width: 100%;
    max-width: 100%;
  }
  .wide-template .span11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
  }
  .wide-template .span10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
  }
  .wide-template .span9 {
    width: 75%;
    max-width: 75%;
  }
  .wide-template .span8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
  .wide-template .span7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
  }
  .wide-template .span6 {
    width: 50%;
    max-width: 50%;
  }
  .wide-template .span5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
  .wide-template .span4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .wide-template .span3 {
    width: 25%;
    max-width: 25%;
  }
  .wide-template .span2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
  .wide-template .span1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 36px;
  }
  .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 {
    margin: 10px;
    width: auto !important;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  .modal .tab-content {
    display: block;
  }
  a.btn-block-stacked,
  input.btn-block-stacked,
  button.btn-block-stacked {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 36px;
    box-sizing: border-box;
  }
  .btn-block-stacked + .btn-block-stacked {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 22px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #d8d8d8;
  }
  .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 {
    margin: 0px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 22px;
  }
  .navbar-fixed-bottom {
    margin-top: 22px;
  }
  .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 11px;
  }
  .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: #333333;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #1e8ae7;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #e6e6e6;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #dcdcdc;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #333333;
  }
  .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;
    border-radius: 0;
    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: 11px 15px;
    margin: 11px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    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: #333333;
    border-bottom-color: #333333;
  }
  .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: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 16px;
    font-weight: inherit;
  }
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
@media (max-width: 979px) {
  .table-component-wrapper.table-desktop-width {
    border-left: none;
    border-right: none;
    overflow-y: auto;
  }
  .table-component-wrapper.table-desktop-width table {
    table-layout: auto;
    width: 710px;
    margin: 0;
  }
  .table-component-wrapper img,
  .table-component-wrapper embed,
  .table-component-wrapper object,
  .table-component-wrapper video {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .table-component-wrapper .shadow {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-component-wrapper {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .table-component-wrapper sub {
    position: initial;
  }
  .table-component-wrapper.table-column-frozen {
    height: 100%;
  }
  .table-component-wrapper.table-column-frozen table {
    table-layout: auto;
    margin-bottom: 0;
  }
  .table-component-wrapper.table-row-frozen {
    max-height: 480px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .table-component-wrapper.table-row-frozen table {
    margin-top: -2px;
    margin-bottom: 0;
    table-layout: auto;
  }
  .table-component-wrapper.table-scroll-horizontal {
    overflow-y: auto;
  }
  .table-component-wrapper.table-scroll-horizontal table {
    table-layout: auto;
    width: 767px;
  }
  .table-component-wrapper .shadow {
    background-color: transparent;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 10;
  }
  .table-component-wrapper .shadow.left {
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1));
    width: 10px;
    top: 0;
  }
  .table-component-wrapper .shadow.top {
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
    border-top: 1px solid #d8d8d8;
    width: 100%;
    height: 10px;
    left: 0;
    margin-top: -2px;
  }
  /*
		Table Mobile Collapse, .table-mobile-collapse

		Utility class for <table> which styles tables into mobile-friendly views.

		- Hides thead, tfoot.
		- Sets table elements to display block.
		- Styles ands sets table headers through td's via data-title attributes.
	*/
  .table-mobile-collapse {
    display: block;
    border-left: none;
    border-right: none;
  }
  .table-mobile-collapse thead,
  .table-mobile-collapse tfoot {
    display: none;
    border: none;
  }
  .table-mobile-collapse tbody,
  .table-mobile-collapse tr,
  .table-mobile-collapse td {
    display: block;
    width: auto;
    padding: 0;
    border: none;
  }
  .table-mobile-collapse tbody,
  .table-mobile-collapse tr {
    padding: 5px 0;
  }
  .table-mobile-collapse td {
    padding: 5px 10px;
  }
  .table-mobile-collapse td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    width: 120px;
    clear: left;
  }
  .table-mobile-collapse td[data-title]:after {
    clear: left;
  }
}
@media (max-width: 979px) {
  img,
  embed,
  object,
  video {
    max-width: 100%;
    margin: auto;
  }
}
