/*!
 * Bootstrap v2.2.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 @twitter by @mdo and @fat.
 */
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 */

  /* 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;
}

/* support for hi-res images */
.image-workspace img {
  max-width: 100px;
  height: auto;
}

#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;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* current fmyi colors */
/*#506f99*/
/*@bodyBackground:        @orange;*/
/*@bodyBackground:        @otherBlue;*/
/*@linkColor:             #0d3cb7;*/
/* @iconSpritePath:          "../img/icons/sprite-icon.png"; */
@media (max-width: 1200px) {
  .hidden-large-desktop {
    display: inherit !important;
  }
  .visible-large-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
.hardbreak {
  white-space: pre-wrap;
  /* css-3 */

  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+, 6, 7, 8 compability-mode */

  -ms-word-break: break-all;
  /* Internet Explorer 8 */

}
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  *behavior: url(boxsizing.htc);
  /* OldIE */

}
.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;
}
body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #48638b;
}
.lt-ie9 body {
  font-family: arial, sans-serif;
}
a {
  color: #0059b3;
  text-decoration: none;
}
a:hover {
  color: #003366;
  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: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.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: 940px;
}
.span16 {
  width: 940px;
}
.span15 {
  width: 880px;
}
.span14 {
  width: 820px;
}
.span13 {
  width: 760px;
}
.span12 {
  width: 700px;
}
.span11 {
  width: 640px;
}
.span10 {
  width: 580px;
}
.span9 {
  width: 520px;
}
.span8 {
  width: 460px;
}
.span7 {
  width: 400px;
}
.span6 {
  width: 340px;
}
.span5 {
  width: 280px;
}
.span4 {
  width: 220px;
}
.span3 {
  width: 160px;
}
.span2 {
  width: 100px;
}
.span1 {
  width: 40px;
}
.offset16 {
  margin-left: 980px;
}
.offset15 {
  margin-left: 920px;
}
.offset14 {
  margin-left: 860px;
}
.offset13 {
  margin-left: 800px;
}
.offset12 {
  margin-left: 740px;
}
.offset11 {
  margin-left: 680px;
}
.offset10 {
  margin-left: 620px;
}
.offset9 {
  margin-left: 560px;
}
.offset8 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 440px;
}
.offset6 {
  margin-left: 380px;
}
.offset5 {
  margin-left: 320px;
}
.offset4 {
  margin-left: 260px;
}
.offset3 {
  margin-left: 200px;
}
.offset2 {
  margin-left: 140px;
}
.offset1 {
  margin-left: 80px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.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: 940px;
}
.span16 {
  width: 940px;
}
.span15 {
  width: 880px;
}
.span14 {
  width: 820px;
}
.span13 {
  width: 760px;
}
.span12 {
  width: 700px;
}
.span11 {
  width: 640px;
}
.span10 {
  width: 580px;
}
.span9 {
  width: 520px;
}
.span8 {
  width: 460px;
}
.span7 {
  width: 400px;
}
.span6 {
  width: 340px;
}
.span5 {
  width: 280px;
}
.span4 {
  width: 220px;
}
.span3 {
  width: 160px;
}
.span2 {
  width: 100px;
}
.span1 {
  width: 40px;
}
.offset16 {
  margin-left: 980px;
}
.offset15 {
  margin-left: 920px;
}
.offset14 {
  margin-left: 860px;
}
.offset13 {
  margin-left: 800px;
}
.offset12 {
  margin-left: 740px;
}
.offset11 {
  margin-left: 680px;
}
.offset10 {
  margin-left: 620px;
}
.offset9 {
  margin-left: 560px;
}
.offset8 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 440px;
}
.offset6 {
  margin-left: 380px;
}
.offset5 {
  margin-left: 320px;
}
.offset4 {
  margin-left: 260px;
}
.offset3 {
  margin-left: 200px;
}
.offset2 {
  margin-left: 140px;
}
.offset1 {
  margin-left: 80px;
}
.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: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.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span16 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span15 {
  width: 93.61702127659575%;
  *width: 93.56382978723404%;
}
.row-fluid .span14 {
  width: 87.23404255319149%;
  *width: 87.18085106382978%;
}
.row-fluid .span13 {
  width: 80.85106382978722%;
  *width: 80.79787234042551%;
}
.row-fluid .span12 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span11 {
  width: 68.08510638297872%;
  *width: 68.03191489361701%;
}
.row-fluid .span10 {
  width: 61.702127659574465%;
  *width: 61.648936170212764%;
}
.row-fluid .span9 {
  width: 55.31914893617021%;
  *width: 55.26595744680851%;
}
.row-fluid .span8 {
  width: 48.93617021276596%;
  *width: 48.88297872340426%;
}
.row-fluid .span7 {
  width: 42.5531914893617%;
  *width: 42.5%;
}
.row-fluid .span6 {
  width: 36.170212765957444%;
  *width: 36.11702127659574%;
}
.row-fluid .span5 {
  width: 29.78723404255319%;
  *width: 29.73404255319149%;
}
.row-fluid .span4 {
  width: 23.404255319148938%;
  *width: 23.351063829787236%;
}
.row-fluid .span3 {
  width: 17.02127659574468%;
  *width: 16.96808510638298%;
}
.row-fluid .span2 {
  width: 10.638297872340425%;
  *width: 10.585106382978724%;
}
.row-fluid .span1 {
  width: 4.25531914893617%;
  *width: 4.202127659574468%;
}
.row-fluid .offset16 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset16:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset15 {
  margin-left: 97.87234042553192%;
  *margin-left: 97.7659574468085%;
}
.row-fluid .offset15:first-child {
  margin-left: 95.74468085106383%;
  *margin-left: 95.63829787234042%;
}
.row-fluid .offset14 {
  margin-left: 91.48936170212765%;
  *margin-left: 91.38297872340424%;
}
.row-fluid .offset14:first-child {
  margin-left: 89.36170212765957%;
  *margin-left: 89.25531914893615%;
}
.row-fluid .offset13 {
  margin-left: 85.10638297872339%;
  *margin-left: 84.99999999999997%;
}
.row-fluid .offset13:first-child {
  margin-left: 82.9787234042553%;
  *margin-left: 82.87234042553189%;
}
.row-fluid .offset12 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset12:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset11 {
  margin-left: 72.34042553191489%;
  *margin-left: 72.23404255319147%;
}
.row-fluid .offset11:first-child {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset10 {
  margin-left: 65.95744680851064%;
  *margin-left: 65.85106382978722%;
}
.row-fluid .offset10:first-child {
  margin-left: 63.82978723404255%;
  *margin-left: 63.723404255319146%;
}
.row-fluid .offset9 {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638298%;
}
.row-fluid .offset9:first-child {
  margin-left: 57.44680851063829%;
  *margin-left: 57.34042553191489%;
}
.row-fluid .offset8 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.08510638297873%;
}
.row-fluid .offset8:first-child {
  margin-left: 51.06382978723404%;
  *margin-left: 50.95744680851064%;
}
.row-fluid .offset7 {
  margin-left: 46.808510638297875%;
  *margin-left: 46.702127659574465%;
}
.row-fluid .offset7:first-child {
  margin-left: 44.680851063829785%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset6 {
  margin-left: 40.42553191489361%;
  *margin-left: 40.319148936170215%;
}
.row-fluid .offset6:first-child {
  margin-left: 38.29787234042553%;
  *margin-left: 38.191489361702125%;
}
.row-fluid .offset5 {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset5:first-child {
  margin-left: 31.914893617021278%;
  *margin-left: 31.808510638297875%;
}
.row-fluid .offset4 {
  margin-left: 27.659574468085108%;
  *margin-left: 27.553191489361705%;
}
.row-fluid .offset4:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset3 {
  margin-left: 21.27659574468085%;
  *margin-left: 21.170212765957448%;
}
.row-fluid .offset3:first-child {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2 {
  margin-left: 14.893617021276595%;
  *margin-left: 14.787234042553193%;
}
.row-fluid .offset2:first-child {
  margin-left: 12.76595744680851%;
  *margin-left: 12.659574468085108%;
}
.row-fluid .offset1 {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
.row-fluid .offset1:first-child {
  margin-left: 6.382978723404255%;
  *margin-left: 6.276595744680851%;
}
.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: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.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span16 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span15 {
  width: 93.61702127659575%;
  *width: 93.56382978723404%;
}
.row-fluid .span14 {
  width: 87.23404255319149%;
  *width: 87.18085106382978%;
}
.row-fluid .span13 {
  width: 80.85106382978722%;
  *width: 80.79787234042551%;
}
.row-fluid .span12 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span11 {
  width: 68.08510638297872%;
  *width: 68.03191489361701%;
}
.row-fluid .span10 {
  width: 61.702127659574465%;
  *width: 61.648936170212764%;
}
.row-fluid .span9 {
  width: 55.31914893617021%;
  *width: 55.26595744680851%;
}
.row-fluid .span8 {
  width: 48.93617021276596%;
  *width: 48.88297872340426%;
}
.row-fluid .span7 {
  width: 42.5531914893617%;
  *width: 42.5%;
}
.row-fluid .span6 {
  width: 36.170212765957444%;
  *width: 36.11702127659574%;
}
.row-fluid .span5 {
  width: 29.78723404255319%;
  *width: 29.73404255319149%;
}
.row-fluid .span4 {
  width: 23.404255319148938%;
  *width: 23.351063829787236%;
}
.row-fluid .span3 {
  width: 17.02127659574468%;
  *width: 16.96808510638298%;
}
.row-fluid .span2 {
  width: 10.638297872340425%;
  *width: 10.585106382978724%;
}
.row-fluid .span1 {
  width: 4.25531914893617%;
  *width: 4.202127659574468%;
}
.row-fluid .offset16 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset16:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset15 {
  margin-left: 97.87234042553192%;
  *margin-left: 97.7659574468085%;
}
.row-fluid .offset15:first-child {
  margin-left: 95.74468085106383%;
  *margin-left: 95.63829787234042%;
}
.row-fluid .offset14 {
  margin-left: 91.48936170212765%;
  *margin-left: 91.38297872340424%;
}
.row-fluid .offset14:first-child {
  margin-left: 89.36170212765957%;
  *margin-left: 89.25531914893615%;
}
.row-fluid .offset13 {
  margin-left: 85.10638297872339%;
  *margin-left: 84.99999999999997%;
}
.row-fluid .offset13:first-child {
  margin-left: 82.9787234042553%;
  *margin-left: 82.87234042553189%;
}
.row-fluid .offset12 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset12:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset11 {
  margin-left: 72.34042553191489%;
  *margin-left: 72.23404255319147%;
}
.row-fluid .offset11:first-child {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset10 {
  margin-left: 65.95744680851064%;
  *margin-left: 65.85106382978722%;
}
.row-fluid .offset10:first-child {
  margin-left: 63.82978723404255%;
  *margin-left: 63.723404255319146%;
}
.row-fluid .offset9 {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638298%;
}
.row-fluid .offset9:first-child {
  margin-left: 57.44680851063829%;
  *margin-left: 57.34042553191489%;
}
.row-fluid .offset8 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.08510638297873%;
}
.row-fluid .offset8:first-child {
  margin-left: 51.06382978723404%;
  *margin-left: 50.95744680851064%;
}
.row-fluid .offset7 {
  margin-left: 46.808510638297875%;
  *margin-left: 46.702127659574465%;
}
.row-fluid .offset7:first-child {
  margin-left: 44.680851063829785%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset6 {
  margin-left: 40.42553191489361%;
  *margin-left: 40.319148936170215%;
}
.row-fluid .offset6:first-child {
  margin-left: 38.29787234042553%;
  *margin-left: 38.191489361702125%;
}
.row-fluid .offset5 {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset5:first-child {
  margin-left: 31.914893617021278%;
  *margin-left: 31.808510638297875%;
}
.row-fluid .offset4 {
  margin-left: 27.659574468085108%;
  *margin-left: 27.553191489361705%;
}
.row-fluid .offset4:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset3 {
  margin-left: 21.27659574468085%;
  *margin-left: 21.170212765957448%;
}
.row-fluid .offset3:first-child {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2 {
  margin-left: 14.893617021276595%;
  *margin-left: 14.787234042553193%;
}
.row-fluid .offset2:first-child {
  margin-left: 12.76595744680851%;
  *margin-left: 12.659574468085108%;
}
.row-fluid .offset1 {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
.row-fluid .offset1:first-child {
  margin-left: 6.382978723404255%;
  *margin-left: 6.276595744680851%;
}
[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:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.latest h1 {
  margin-left: 10px !important;
  padding-top: 5px;
}
.latest .meta {
  margin: 9px 0 7px;
  line-height: 1;
}
.latest .wrap {
  width: 514px;
  float: left;
}
.latest .posts ol {
  margin: 0 0 0 47px;
}
.latest .li ol p {
  font-size: 12px;
}
.latest li ol .wrap {
  width: 453px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .latest .wrap {
    width: 379px;
    float: left;
  }
  .latest li ol .wrap {
    width: 319px;
  }
}
@media (max-width: 767px) {
  .latest .wrap {
    width: 513px;
    float: left;
  }
  .latest li ol .wrap {
    width: 453px;
  }
}
@media (min-width: 1200px) {
  .latest .posts ol {
    margin: 0 0 0 53px;
  }
  .latest .wrap {
    width: 653px;
    float: left;
  }
  .latest li ol .wrap {
    width: 590px;
  }
}
/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('../fonts/icons/glyphicons-regular.eot');
  src: url('../fonts/icons/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/icons/glyphicons-regular.woff') format('woff'), url('../fonts/icons/glyphicons-regular.ttf') format('truetype'), url('../fonts/icons/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wrap-main .glyphicons i {
  min-width: 1.2em;
}
.wrap-main .glyphicons i:before {
  margin: 0;
}
.glyphicons {
  /* display: inline-block; */

  position: relative;
  padding: 0 0 0 0;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}
.glyphicons.orange i:before {
  color: #e75025;
}
.glyphicons.current i:before {
  color: #666;
}
.glyphicons.table {
  width: auto !important;
  margin-bottom: 0 !important;
}
.glyphicons:hover {
  text-decoration: none !important;
}
.glyphicons i {
  min-width: 13px;
  display: inline-block;
  font-style: normal;
}
.glyphicons i:before {
  position: relative;
  left: 0;
  top: -2px;
  font-family: 'Glyphicons';
  line-height: 1em;
  font-style: normal;
  color: #9E9E9E;
  font-size: 12.6px;
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.glyphicons i:hover a {
  text-decoration: none !important;
}
.glyphicons .nav ul ul i:before {
  line-height: 26px;
}
.glyphicons.white i:before {
  color: #fff;
}
.glyphicons.glass i:before {
  content: "\e001";
}
.glyphicons.leaf i:before {
  content: "\e002";
}
.glyphicons.dog i:before {
  content: "\e003";
}
.glyphicons.user i:before {
  content: "\e004";
}
.glyphicons.girl i:before {
  content: "\e005";
}
.glyphicons.car i:before {
  content: "\e006";
}
.glyphicons.user_add i:before {
  content: "\e007";
}
.glyphicons.user_remove i:before {
  content: "\e008";
}
.glyphicons.film i:before {
  content: "\e009";
}
.glyphicons.magic i:before {
  content: "\e010";
}
.glyphicons.envelope i:before {
  content: "\2709";
}
.glyphicons.camera i:before {
  content: "\e012";
}
.glyphicons.heart i:before {
  content: "\e013";
}
.glyphicons.beach_umbrella i:before {
  content: "\e014";
}
.glyphicons.train i:before {
  content: "\e015";
}
.glyphicons.print i:before {
  content: "\e016";
}
.glyphicons.bin i:before {
  content: "\e017";
}
.glyphicons.music i:before {
  content: "\e018";
}
.glyphicons.note i:before {
  content: "\e019";
}
.glyphicons.heart_empty i:before {
  content: "\e020";
}
.glyphicons.home i:before {
  content: "\e021";
}
.glyphicons.snowflake i:before {
  content: "\2744";
}
.glyphicons.fire i:before {
  content: "\e023";
}
.glyphicons.magnet i:before {
  content: "\e024";
}
.glyphicons.parents i:before {
  content: "\e025";
}
.glyphicons.binoculars i:before {
  content: "\e026";
}
.glyphicons.road i:before {
  content: "\e027";
}
.glyphicons.search i:before {
  content: "\e028";
}
.glyphicons.cars i:before {
  content: "\e029";
}
.glyphicons.notes_2 i:before {
  content: "\e030";
}
.glyphicons.pencil i:before {
  content: "\270F";
}
.glyphicons.bus i:before {
  content: "\e032";
}
.glyphicons.wifi_alt i:before {
  content: "\e033";
}
.glyphicons.luggage i:before {
  content: "\e034";
}
.glyphicons.old_man i:before {
  content: "\e035";
}
.glyphicons.woman i:before {
  content: "\e036";
}
.glyphicons.file i:before {
  content: "\e037";
}
.glyphicons.coins i:before {
  content: "\e038";
}
.glyphicons.airplane i:before {
  content: "\2708";
}
.glyphicons.notes i:before {
  content: "\e040";
}
.glyphicons.stats i:before {
  content: "\e041";
}
.glyphicons.charts i:before {
  content: "\e042";
}
.glyphicons.pie_chart i:before {
  content: "\e043";
}
.glyphicons.group i:before {
  content: "\e044";
}
.glyphicons.keys i:before {
  content: "\e045";
}
.glyphicons.calendar i:before {
  content: "\e046";
}
.glyphicons.router i:before {
  content: "\e047";
}
.glyphicons.camera_small i:before {
  content: "\e048";
}
.glyphicons.dislikes i:before {
  content: "\e049";
}
.glyphicons.star i:before {
  content: "\e050";
}
.glyphicons.link i:before {
  content: "\e051";
}
.glyphicons.eye_open i:before {
  content: "\e052";
}
.glyphicons.eye_close i:before {
  content: "\e053";
}
.glyphicons.alarm i:before {
  content: "\e054";
}
.glyphicons.clock i:before {
  content: "\e055";
}
.glyphicons.stopwatch i:before {
  content: "\e056";
}
.glyphicons.projector i:before {
  content: "\e057";
}
.glyphicons.history i:before {
  content: "\e058";
}
.glyphicons.truck i:before {
  content: "\e059";
}
.glyphicons.cargo i:before {
  content: "\e060";
}
.glyphicons.compass i:before {
  content: "\e061";
}
.glyphicons.keynote i:before {
  content: "\e062";
}
.glyphicons.paperclip i:before {
  content: "\e063";
}
.glyphicons.power i:before {
  content: "\e064";
}
.glyphicons.lightbulb i:before {
  content: "\e065";
}
.glyphicons.tag i:before {
  content: "\e066";
}
.glyphicons.tags i:before {
  content: "\e067";
}
.glyphicons.cleaning i:before {
  content: "\e068";
}
.glyphicons.ruller i:before {
  content: "\e069";
}
.glyphicons.gift i:before {
  content: "\e070";
}
.glyphicons.umbrella i:before {
  content: "\2602";
}
.glyphicons.book i:before {
  content: "\e072";
}
.glyphicons.bookmark i:before {
  content: "\e073";
}
.glyphicons.wifi i:before {
  content: "\e074";
}
.glyphicons.cup i:before {
  content: "\e075";
}
.glyphicons.stroller i:before {
  content: "\e076";
}
.glyphicons.headphones i:before {
  content: "\e077";
}
.glyphicons.headset i:before {
  content: "\e078";
}
.glyphicons.warning_sign i:before {
  content: "\e079";
}
.glyphicons.signal i:before {
  content: "\e080";
}
.glyphicons.retweet i:before {
  content: "\e081";
}
.glyphicons.refresh i:before {
  content: "\e082";
}
.glyphicons.roundabout i:before {
  content: "\e083";
}
.glyphicons.random i:before {
  content: "\e084";
}
.glyphicons.heat i:before {
  content: "\e085";
}
.glyphicons.repeat i:before {
  content: "\e086";
}
.glyphicons.display i:before {
  content: "\e087";
}
.glyphicons.log_book i:before {
  content: "\e088";
}
.glyphicons.adress_book i:before {
  content: "\e089";
}
.glyphicons.building i:before {
  content: "\e090";
}
.glyphicons.eyedropper i:before {
  content: "\e091";
}
.glyphicons.adjust i:before {
  content: "\e092";
}
.glyphicons.tint i:before {
  content: "\e093";
}
.glyphicons.crop i:before {
  content: "\e094";
}
.glyphicons.vector_path_square i:before {
  content: "\e095";
}
.glyphicons.vector_path_circle i:before {
  content: "\e096";
}
.glyphicons.vector_path_polygon i:before {
  content: "\e097";
}
.glyphicons.vector_path_line i:before {
  content: "\e098";
}
.glyphicons.vector_path_curve i:before {
  content: "\e099";
}
.glyphicons.vector_path_all i:before {
  content: "\e100";
}
.glyphicons.font i:before {
  content: "\e101";
}
.glyphicons.italic i:before {
  content: "\e102";
}
.glyphicons.bold i:before {
  content: "\e103";
}
.glyphicons.text_underline i:before {
  content: "\e104";
}
.glyphicons.text_strike i:before {
  content: "\e105";
}
.glyphicons.text_height i:before {
  content: "\e106";
}
.glyphicons.text_width i:before {
  content: "\e107";
}
.glyphicons.text_resize i:before {
  content: "\e108";
}
.glyphicons.left_indent i:before {
  content: "\e109";
}
.glyphicons.right_indent i:before {
  content: "\e110";
}
.glyphicons.align_left i:before {
  content: "\e111";
}
.glyphicons.align_center i:before {
  content: "\e112";
}
.glyphicons.align_right i:before {
  content: "\e113";
}
.glyphicons.justify i:before {
  content: "\e114";
}
.glyphicons.list i:before {
  content: "\e115";
}
.glyphicons.text_smaller i:before {
  content: "\e116";
}
.glyphicons.text_bigger i:before {
  content: "\e117";
}
.glyphicons.embed i:before {
  content: "\e118";
}
.glyphicons.embed_close i:before {
  content: "\e119";
}
.glyphicons.table i:before {
  content: "\e120";
}
.glyphicons.message_full i:before {
  content: "\e121";
}
.glyphicons.message_empty i:before {
  content: "\e122";
}
.glyphicons.message_in i:before {
  content: "\e123";
}
.glyphicons.message_out i:before {
  content: "\e124";
}
.glyphicons.message_plus i:before {
  content: "\e125";
}
.glyphicons.message_minus i:before {
  content: "\e126";
}
.glyphicons.message_ban i:before {
  content: "\e127";
}
.glyphicons.message_flag i:before {
  content: "\e128";
}
.glyphicons.message_lock i:before {
  content: "\e129";
}
.glyphicons.message_new i:before {
  content: "\e130";
}
.glyphicons.inbox i:before {
  content: "\e131";
}
.glyphicons.inbox_plus i:before {
  content: "\e132";
}
.glyphicons.inbox_minus i:before {
  content: "\e133";
}
.glyphicons.inbox_lock i:before {
  content: "\e134";
}
.glyphicons.inbox_in i:before {
  content: "\e135";
}
.glyphicons.inbox_out i:before {
  content: "\e136";
}
.glyphicons.cogwheel i:before {
  content: "\e137";
}
.glyphicons.cogwheels i:before {
  content: "\e138";
}
.glyphicons.picture i:before {
  content: "\e139";
}
.glyphicons.adjust_alt i:before {
  content: "\e140";
}
.glyphicons.database_lock i:before {
  content: "\e141";
}
.glyphicons.database_plus i:before {
  content: "\e142";
}
.glyphicons.database_minus i:before {
  content: "\e143";
}
.glyphicons.database_ban i:before {
  content: "\e144";
}
.glyphicons.folder_open i:before {
  content: "\e145";
}
.glyphicons.folder_plus i:before {
  content: "\e146";
}
.glyphicons.folder_minus i:before {
  content: "\e147";
}
.glyphicons.folder_lock i:before {
  content: "\e148";
}
.glyphicons.folder_flag i:before {
  content: "\e149";
}
.glyphicons.folder_new i:before {
  content: "\e150";
}
.glyphicons.edit_icon i:before {
  content: "\e151";
}
.glyphicons.new_window i:before {
  content: "\e152";
}
.glyphicons.check i:before {
  content: "\e153";
}
.glyphicons.unchecked i:before {
  content: "\e154";
}
.glyphicons.more_windows i:before {
  content: "\e155";
}
.glyphicons.show_big_thumbnails i:before {
  content: "\e156";
}
.glyphicons.show_thumbnails i:before {
  content: "\e157";
}
.glyphicons.show_thumbnails_with_lines i:before {
  content: "\e158";
}
.glyphicons.show_lines i:before {
  content: "\e159";
}
.glyphicons.playlist i:before {
  content: "\e160";
}
.glyphicons.imac i:before {
  content: "\e161";
}
.glyphicons.macbook i:before {
  content: "\e162";
}
.glyphicons.ipad i:before {
  content: "\e163";
}
.glyphicons.iphone i:before {
  content: "\e164";
}
.glyphicons.iphone_transfer i:before {
  content: "\e165";
}
.glyphicons.iphone_exchange i:before {
  content: "\e166";
}
.glyphicons.ipod i:before {
  content: "\e167";
}
.glyphicons.ipod_shuffle i:before {
  content: "\e168";
}
.glyphicons.ear_plugs i:before {
  content: "\e169";
}
.glyphicons.phone i:before {
  content: "\e170";
}
.glyphicons.step_backward i:before {
  content: "\e171";
}
.glyphicons.fast_backward i:before {
  content: "\e172";
}
.glyphicons.rewind i:before {
  content: "\e173";
}
.glyphicons.play i:before {
  content: "\e174";
}
.glyphicons.pause i:before {
  content: "\e175";
}
.glyphicons.stop i:before {
  content: "\e176";
}
.glyphicons.forward i:before {
  content: "\e177";
}
.glyphicons.fast_forward i:before {
  content: "\e178";
}
.glyphicons.step_forward i:before {
  content: "\e179";
}
.glyphicons.eject i:before {
  content: "\e180";
}
.glyphicons.facetime_video i:before {
  content: "\e181";
}
.glyphicons.download_alt i:before {
  content: "\e182";
}
.glyphicons.mute i:before {
  content: "\e183";
}
.glyphicons.volume_down i:before {
  content: "\e184";
}
.glyphicons.volume_up i:before {
  content: "\e185";
}
.glyphicons.screenshot i:before {
  content: "\e186";
}
.glyphicons.move i:before {
  content: "\e187";
}
.glyphicons.more i:before {
  content: "\e188";
}
.glyphicons.brightness_reduce i:before {
  content: "\e189";
}
.glyphicons.brightness_increase i:before {
  content: "\e190";
}
.glyphicons.circle_plus i:before {
  content: "\e191";
}
.glyphicons.circle_minus i:before {
  content: "\e192";
}
.glyphicons.circle_remove i:before {
  content: "\e193";
}
.glyphicons.circle_ok i:before {
  content: "\e194";
}
.glyphicons.circle_question_mark i:before {
  content: "\e195";
}
.glyphicons.circle_info i:before {
  content: "\e196";
}
.glyphicons.circle_exclamation_mark i:before {
  content: "\e197" !important;
  color: #9d261d !important;
}
.glyphicons.remove i:before {
  content: "\e198";
}
.glyphicons.ok i:before {
  content: "\e199";
}
.glyphicons.ban i:before {
  content: "\e200";
}
.glyphicons.download i:before {
  content: "\e201";
}
.glyphicons.upload i:before {
  content: "\e202";
}
.glyphicons.shopping_cart i:before {
  content: "\e203";
}
.glyphicons.lock i:before {
  content: "\e204";
}
.glyphicons.unlock i:before {
  content: "\e205";
}
.glyphicons.electricity i:before {
  content: "\e206";
}
.glyphicons.ok_2 i:before {
  content: "\e207";
}
.glyphicons.remove_2 i:before {
  content: "\e208";
}
.glyphicons.cart_out i:before {
  content: "\e209";
}
.glyphicons.cart_in i:before {
  content: "\e210";
}
.glyphicons.left_arrow i:before {
  content: "\e211";
}
.glyphicons.right_arrow i:before {
  content: "\e212";
}
.glyphicons.down_arrow i:before {
  content: "\e213";
}
.glyphicons.up_arrow i:before {
  content: "\e214";
}
.glyphicons.resize_small i:before {
  content: "\e215";
}
.glyphicons.resize_full i:before {
  content: "\e216";
}
.glyphicons.circle_arrow_left i:before {
  content: "\e217";
}
.glyphicons.circle_arrow_right i:before {
  content: "\e218";
}
.glyphicons.circle_arrow_top i:before {
  content: "\e219";
}
.glyphicons.circle_arrow_down i:before {
  content: "\e220";
}
.glyphicons.play_button i:before {
  content: "\e221";
}
.glyphicons.unshare i:before {
  content: "\e222";
}
.glyphicons.share i:before {
  content: "\e223";
}
.glyphicons.chevron-right i:before {
  content: "\e224";
}
.glyphicons.chevron-left i:before {
  content: "\e225";
}
.glyphicons.bluetooth i:before {
  content: "\e226";
}
.glyphicons.euro i:before {
  content: "\20AC";
}
.glyphicons.usd i:before {
  content: "\e228";
}
.glyphicons.gbp i:before {
  content: "\e229";
}
.glyphicons.retweet_2 i:before {
  content: "\e230";
}
.glyphicons.moon i:before {
  content: "\e231";
}
.glyphicons.sun i:before {
  content: "\2609";
}
.glyphicons.cloud i:before {
  content: "\2601";
}
.glyphicons.direction i:before {
  content: "\e234";
}
.glyphicons.brush i:before {
  content: "\e235";
}
.glyphicons.pen i:before {
  content: "\e236";
}
.glyphicons.zoom_in i:before {
  content: "\e237";
}
.glyphicons.zoom_out i:before {
  content: "\e238";
}
.glyphicons.pin i:before {
  content: "\e239";
}
.glyphicons.albums i:before {
  content: "\e240";
}
.glyphicons.rotation_lock i:before {
  content: "\e241";
}
.glyphicons.flash i:before {
  content: "\e242";
}
.glyphicons.google_maps i:before {
  content: "\e243";
}
.glyphicons.anchor i:before {
  content: "\2693";
}
.glyphicons.conversation i:before {
  content: "\e245";
}
.glyphicons.chat i:before {
  content: "\e246";
}
.glyphicons.male i:before {
  content: "\e247";
}
.glyphicons.female i:before {
  content: "\e248";
}
.glyphicons.asterisk i:before {
  content: "\002A";
}
.glyphicons.divide i:before {
  content: "\00F7";
}
.glyphicons.snorkel_diving i:before {
  content: "\e251";
}
.glyphicons.scuba_diving i:before {
  content: "\e252";
}
.glyphicons.oxygen_bottle i:before {
  content: "\e253";
}
.glyphicons.fins i:before {
  content: "\e254";
}
.glyphicons.fishes i:before {
  content: "\e255";
}
.glyphicons.boat i:before {
  content: "\e256";
}
.glyphicons.delete i:before {
  content: "\e257";
}
.glyphicons.sheriffs_star i:before {
  content: "\e258";
}
.glyphicons.qrcode i:before {
  content: "\e259";
}
.glyphicons.barcode i:before {
  content: "\e260";
}
.glyphicons.pool i:before {
  content: "\e261";
}
.glyphicons.buoy i:before {
  content: "\e262";
}
.glyphicons.spade i:before {
  content: "\e263";
}
.glyphicons.bank i:before {
  content: "\e264";
}
.glyphicons.vcard i:before {
  content: "\e265";
}
.glyphicons.electrical_plug i:before {
  content: "\e266";
}
.glyphicons.flag i:before {
  content: "\e267";
}
.glyphicons.credit_card i:before {
  content: "\e268";
}
.glyphicons.keyboard-wireless i:before {
  content: "\e269";
}
.glyphicons.keyboard-wired i:before {
  content: "\e270";
}
.glyphicons.shield i:before {
  content: "\e271";
}
.glyphicons.ring i:before {
  content: "\02DA";
}
.glyphicons.cake i:before {
  content: "\e273";
}
.glyphicons.drink i:before {
  content: "\e274";
}
.glyphicons.beer i:before {
  content: "\e275";
}
.glyphicons.fast_food i:before {
  content: "\e276";
}
.glyphicons.cutlery i:before {
  content: "\e277";
}
.glyphicons.pizza i:before {
  content: "\e278";
}
.glyphicons.birthday_cake i:before {
  content: "\e279";
}
.glyphicons.tablet i:before {
  content: "\e280";
}
.glyphicons.settings i:before {
  content: "\e281";
}
.glyphicons.bullets i:before {
  content: "\e282";
}
.glyphicons.cardio i:before {
  content: "\e283";
}
.glyphicons.t-shirt i:before {
  content: "\e284";
}
.glyphicons.pants i:before {
  content: "\e285";
}
.glyphicons.sweater i:before {
  content: "\e286";
}
.glyphicons.fabric i:before {
  content: "\e287";
}
.glyphicons.leather i:before {
  content: "\e288";
}
.glyphicons.scissors i:before {
  content: "\e289";
}
.glyphicons.bomb i:before {
  content: "\e290";
}
.glyphicons.skull i:before {
  content: "\e291";
}
.glyphicons.celebration i:before {
  content: "\e292";
}
.glyphicons.tea_kettle i:before {
  content: "\e293";
}
.glyphicons.french_press i:before {
  content: "\e294";
}
.glyphicons.coffe_cup i:before {
  content: "\e295";
}
.glyphicons.pot i:before {
  content: "\e296";
}
.glyphicons.grater i:before {
  content: "\e297";
}
.glyphicons.kettle i:before {
  content: "\e298";
}
.glyphicons.hospital i:before {
  content: "\e299";
}
.glyphicons.hospital_h i:before {
  content: "\e300";
}
.glyphicons.microphone i:before {
  content: "\e301";
}
.glyphicons.webcam i:before {
  content: "\e302";
}
.glyphicons.temple_christianity_church i:before {
  content: "\e303";
}
.glyphicons.temple_islam i:before {
  content: "\e304";
}
.glyphicons.temple_hindu i:before {
  content: "\e305";
}
.glyphicons.temple_buddhist i:before {
  content: "\e306";
}
.glyphicons.bicycle i:before {
  content: "\e307";
}
.glyphicons.life_preserver i:before {
  content: "\e308";
}
.glyphicons.share_alt i:before {
  content: "\e309";
}
.glyphicons.comments i:before {
  content: "\e310";
}
.glyphicons.flower i:before {
  content: "\2698";
}
.glyphicons.baseball i:before {
  content: "\e312";
}
.glyphicons.rugby i:before {
  content: "\e313";
}
.glyphicons.ax i:before {
  content: "\e314";
}
.glyphicons.table_tennis i:before {
  content: "\e315";
}
.glyphicons.bowling i:before {
  content: "\e316";
}
.glyphicons.tree_conifer i:before {
  content: "\e317";
}
.glyphicons.tree_deciduous i:before {
  content: "\e318";
}
.glyphicons.more_items i:before {
  content: "\e319";
}
.glyphicons.sort i:before {
  content: "\e320";
}
.glyphicons.filter i:before {
  content: "\e321";
}
.glyphicons.gamepad i:before {
  content: "\e322";
}
.glyphicons.playing_dices i:before {
  content: "\e323";
}
.glyphicons.calculator i:before {
  content: "\e324";
}
.glyphicons.tie i:before {
  content: "\e325";
}
.glyphicons.wallet i:before {
  content: "\e326";
}
.glyphicons.piano i:before {
  content: "\e327";
}
.glyphicons.sampler i:before {
  content: "\e328";
}
.glyphicons.podium i:before {
  content: "\e329";
}
.glyphicons.soccer_ball i:before {
  content: "\e330";
}
.glyphicons.blog i:before {
  content: "\e331";
}
.glyphicons.dashboard i:before {
  content: "\e332";
}
.glyphicons.certificate i:before {
  content: "\e333";
}
.glyphicons.bell i:before {
  content: "\e334";
}
.glyphicons.candle i:before {
  content: "\e335";
}
.glyphicons.pushpin i:before {
  content: "\e336";
}
.glyphicons.iphone_shake i:before {
  content: "\e337";
}
.glyphicons.pin_flag i:before {
  content: "\e338";
}
.glyphicons.turtle i:before {
  content: "\e339";
}
.glyphicons.rabbit i:before {
  content: "\e340";
}
.glyphicons.globe i:before {
  content: "\e341";
}
.glyphicons.briefcase i:before {
  content: "\e342";
}
.glyphicons.hdd i:before {
  content: "\e343";
}
.glyphicons.thumbs_up i:before {
  content: "\e344";
}
.glyphicons.thumbs_down i:before {
  content: "\e345";
}
.glyphicons.hand_right i:before {
  content: "\e346";
}
.glyphicons.hand_left i:before {
  content: "\e347";
}
.glyphicons.hand_up i:before {
  content: "\e348";
}
.glyphicons.hand_down i:before {
  content: "\e349";
}
.glyphicons.fullscreen i:before {
  content: "\e350";
}
.glyphicons.shopping_bag i:before {
  content: "\e351";
}
.glyphicons.book_open i:before {
  content: "\e352";
}
.glyphicons.nameplate i:before {
  content: "\e353";
}
.glyphicons.nameplate_alt i:before {
  content: "\e354";
}
.glyphicons.vases i:before {
  content: "\e355";
}
.glyphicons.bullhorn i:before {
  content: "\e356";
}
.glyphicons.dumbbell i:before {
  content: "\e357";
}
.glyphicons.suitcase i:before {
  content: "\e358";
}
.glyphicons.file_import i:before {
  content: "\e359";
}
.glyphicons.file_export i:before {
  content: "\e360";
}
.glyphicons.bug i:before {
  content: "\e361";
}
.glyphicons.crown i:before {
  content: "\e362";
}
.glyphicons.smoking i:before {
  content: "\e363";
}
.glyphicons.cloud-upload i:before {
  content: "\e364";
}
.glyphicons.cloud-download i:before {
  content: "\e365";
}
.glyphicons.restart i:before {
  content: "\e366";
}
.glyphicons.security_camera i:before {
  content: "\e367";
}
.glyphicons.expand i:before {
  content: "\e368";
}
.glyphicons.collapse i:before {
  content: "\e369";
}
.glyphicons.collapse_top i:before {
  content: "\e370";
}
.glyphicons.globe_af i:before {
  content: "\e371";
}
.glyphicons.global i:before {
  content: "\e372";
}
.glyphicons.spray i:before {
  content: "\e373";
}
.glyphicons.nails i:before {
  content: "\e374";
}
.glyphicons.claw_hammer i:before {
  content: "\e375";
}
.glyphicons.classic_hammer i:before {
  content: "\e376";
}
.glyphicons.hand_saw i:before {
  content: "\e377";
}
.glyphicons.riflescope i:before {
  content: "\e378";
}
.glyphicons.electrical_socket_eu i:before {
  content: "\e379";
}
.glyphicons.electrical_socket_us i:before {
  content: "\e380";
}
.glyphicons.pinterest i:before {
  content: "\e381";
}
.glyphicons.dropbox i:before {
  content: "\e382";
}
.glyphicons.google_plus i:before {
  content: "\e383";
}
.glyphicons.jolicloud i:before {
  content: "\e384";
}
.glyphicons.yahoo i:before {
  content: "\e385";
}
.glyphicons.blogger i:before {
  content: "\e386";
}
.glyphicons.picasa i:before {
  content: "\e387";
}
.glyphicons.amazon i:before {
  content: "\e388";
}
.glyphicons.tumblr i:before {
  content: "\e389";
}
.glyphicons.wordpress i:before {
  content: "\e390";
}
.glyphicons.instapaper i:before {
  content: "\e391";
}
.glyphicons.evernote i:before {
  content: "\e392";
}
.glyphicons.xing i:before {
  content: "\e393";
}
.glyphicons.zootool i:before {
  content: "\e394";
}
.glyphicons.dribbble i:before {
  content: "\e395";
}
.glyphicons.deviantart i:before {
  content: "\e396";
}
.glyphicons.read_it_later i:before {
  content: "\e397";
}
.glyphicons.linked_in i:before {
  content: "\e398";
}
.glyphicons.forrst i:before {
  content: "\e399";
}
.glyphicons.pinboard i:before {
  content: "\e400";
}
.glyphicons.behance i:before {
  content: "\e401";
}
.glyphicons.github i:before {
  content: "\e402";
}
.glyphicons.youtube i:before {
  content: "\e403";
}
.glyphicons.skitch i:before {
  content: "\e404";
}
.glyphicons.foursquare i:before {
  content: "\e405";
}
.glyphicons.quora i:before {
  content: "\e406";
}
.glyphicons.badoo i:before {
  content: "\e407";
}
.glyphicons.spotify i:before {
  content: "\e408";
}
.glyphicons.stumbleupon i:before {
  content: "\e409";
}
.glyphicons.readability i:before {
  content: "\e410";
}
.glyphicons.facebook i:before {
  content: "\e411";
}
.glyphicons.twitter i:before {
  content: "\e412";
}
.glyphicons.instagram i:before {
  content: "\e413";
}
.glyphicons.posterous_spaces i:before {
  content: "\e414";
}
.glyphicons.vimeo i:before {
  content: "\e415";
}
.glyphicons.flickr i:before {
  content: "\e416";
}
.glyphicons.last_fm i:before {
  content: "\e417";
}
.glyphicons.rss i:before {
  content: "\e418";
}
.glyphicons.skype i:before {
  content: "\e419";
}
.glyphicons.e-mail i:before {
  content: "\e420";
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #cccccc;
}
a.muted:hover {
  color: #b3b3b3;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #fb4b07;
}
a.text-error:hover {
  color: #cc3b03;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #cccccc;
}
.lt-ie9 h1,
.lt-ie9 h2,
.lt-ie9 h3,
.lt-ie9 h4,
.lt-ie9 h5,
.lt-ie9 h6 {
  font-family: arial, sans-serif;
}
.lt-ie9 nav.main a {
  font-family: arial, sans-serif;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  /* width: @horizontalComponentOffset - 20; */

  width: 200px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  /* margin-left: @horizontalComponentOffset; */

  margin-left: 220px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #cccccc;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 3px solid #d2d2d2;
}
blockquote p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 7px;
  list-style: none;
}
.subscribed .ul-horizontal {
  margin-bottom: 4px;
}
.lt-ie10 .ul-horizontal .checkbox input[type=checkbox] {
  margin-top: -3px !important;
}
.lt-ie10 .ul-horizontal label {
  top: 0 !important;
}
.lt-ie9 .ul-horizontal .checkbox input[type=checkbox] {
  margin-top: -5px !important;
}
.lt-ie9 .ul-horizontal label {
  top: 0 !important;
}
.lt-ie8 .ul-horizontal label {
  position: relative;
  top: 11px !important;
}
.ul-horizontal {
  /*   margin-left: 0 !important; */

}
.ul-horizontal label {
  line-height: 1;
  font-size: 95%;
  min-height: inherit;
  margin-top: 0;
  position: relative;
  top: 6px;
}
.ul-horizontal .pipe {
  margin-left: 10px;
  height: 12px;
  margin-top: -2px;
  border-color: #aaa;
}
.ul-horizontal .checkbox input[type=checkbox] {
  margin-left: -16px;
  margin-top: 0;
}
.ul-horizontal .checkbox.inline {
  /*   padding-top: 0 !important;
  padding: 0;
   */

  padding-left: 0;
}
.ul-horizontal li {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 5px 0;
  /*   border-left: 1px solid; */

  line-height: 1;
}
.ul-horizontal li:first-child {
  border-left: none;
}
label {
  cursor: pointer;
}
small,
.small {
  font-size: 85%;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.center {
  text-align: center;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
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;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #cccccc;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: 'Source Sans Pro', sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.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;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;

  -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);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */


  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
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;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #cccccc;
  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);
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span16, textarea.span16, .uneditable-input.span16 {
  width: 926px;
}
input.span15, textarea.span15, .uneditable-input.span15 {
  width: 866px;
}
input.span14, textarea.span14, .uneditable-input.span14 {
  width: 806px;
}
input.span13, textarea.span13, .uneditable-input.span13 {
  width: 746px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 686px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 626px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 566px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 506px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 446px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 386px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 326px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 266px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 206px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 146px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 86px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 26px;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span16, textarea.span16, .uneditable-input.span16 {
  width: 926px;
}
input.span15, textarea.span15, .uneditable-input.span15 {
  width: 866px;
}
input.span14, textarea.span14, .uneditable-input.span14 {
  width: 806px;
}
input.span13, textarea.span13, .uneditable-input.span13 {
  width: 746px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 686px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 626px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 566px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 506px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 446px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 386px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 326px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 266px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 206px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 146px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 86px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 26px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.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;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.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;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #fb4b07;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #fb4b07;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #fb4b07;
  -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);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #cc3b03;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd946b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd946b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd946b;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #fb4b07;
  background-color: #fec9b4;
  border-color: #fb4b07;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #fb4b07;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #fb4b07;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #fb4b07;
  -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);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #cc3b03;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd946b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd946b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd946b;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #fb4b07;
  background-color: #fec9b4;
  border-color: #fb4b07;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.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;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dcfccf;
  border-color: #468847;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.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;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dcfccf;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.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;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #c2e5f7;
  border-color: #3a87ad;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.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;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #c2e5f7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
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;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.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;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  /* 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;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.controls.submit {
  margin-top: 40px;
  margin-bottom: 40px;
}
.auto-width {
  width: auto !important;
}
.controls {
  margin-left: 0 !important;
  *padding-left: 0 !important;
}
.radio.inline,
.checkbox.inline {
  margin-left: 10px;
}
select.small {
  height: 20px;
  line-height: 20px;
  padding: 0;
}
.control-label {
  margin: 0 5px 0 0;
}
form {
  margin: 0;
}
.main-content input.span9,
.main-content textarea.span9,
.main-content .uneditable-input.span9 {
  width: 546px;
}
@media (min-width: 1200px) {
  .main-content input.span9,
  .main-content textarea.span9,
  .main-content .uneditable-input.span9 {
    width: 691px;
  }
  .main-content select.span1 {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .main-content input.span9,
  .main-content textarea.span9,
  .main-content .uneditable-input.span9 {
    width: 691px;
  }
  .main-content select.span1 {
    width: 60px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .main-content input.span9,
  .main-content textarea.span9,
  .main-content .uneditable-input.span9 {
    width: 416px;
  }
}
.main-content select.span1 {
  width: 60px;
}
.main-content li ol input.span9,
.main-content li ol textarea.span9,
.main-content li ol .uneditable-input.span9 {
  width: 485px;
}
@media (min-width: 1200px) {
  .main-content li ol input.span9,
  .main-content li ol textarea.span9,
  .main-content li ol .uneditable-input.span9 {
    width: 691px;
  }
  .main-content li ol select.span1 {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .main-content li ol input.span9,
  .main-content li ol textarea.span9,
  .main-content li ol .uneditable-input.span9 {
    width: 623px;
  }
  .main-content li ol select.span1 {
    width: 60px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .main-content li ol input.span9,
  .main-content li ol textarea.span9,
  .main-content li ol.uneditable-input.span9 {
    width: 355px;
  }
}
.main-content li ol select.span1 {
  width: 60px;
}
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-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: 24px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 84px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 144px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 264px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 324px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 384px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 504px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 564px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 624px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dcfccf;
}
.table tbody tr.error td {
  background-color: #fec9b4;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #c2e5f7;
}
.table-hover tbody tr.success:hover td {
  background-color: #cbfbb7;
}
.table-hover tbody tr.error:hover td {
  background-color: #feb79b;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #abdbf4;
}
.day.table th {
  font-weight: normal;
}
.no-generatedcontent .glyphicons i {
  display: inline-block;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings-full.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  min-width: 16px;
}
.no-generatedcontent .glyphicons.user i {
  background-position: -73px -1px;
}
.no-generatedcontent .glyphicons.user_add i {
  background-position: -142px -1px;
}
.no-generatedcontent .glyphicons.user_remove i {
  background-position: -167px -1px;
}
.no-generatedcontent .glyphicons.envelope i {
  background-position: 0 -26px;
}
.no-generatedcontent .glyphicons.home i {
  background-position: 0 -47px;
}
.no-generatedcontent .glyphicons.parents i {
  background-position: -94px -49px;
}
.no-generatedcontent .glyphicons.notes_2 i {
  background-position: -217px -47px;
}
.no-generatedcontent .glyphicons.file i {
  background-position: -146px -72px;
}
.no-generatedcontent .glyphicons.coins i {
  background-position: -168px -72px;
}
.no-generatedcontent .glyphicons.charts i {
  background-position: -23px -96px;
}
.no-generatedcontent .glyphicons.group i {
  background-position: -69px -97px;
}
.no-generatedcontent .glyphicons.calendar i {
  background-position: -120px -96px;
}
.no-generatedcontent .glyphicons.link i {
  background-position: -1px -120px;
}
.no-generatedcontent .glyphicons.alarm i {
  background-position: -72px -120px;
}
.no-generatedcontent .glyphicons.clock i {
  background-position: -96px -120px;
}
.no-generatedcontent .glyphicons.paperclip i {
  background-position: -48px -144px;
}
.no-generatedcontent .glyphicons.tag i {
  background-position: -120px -144px;
}
.no-generatedcontent .glyphicons.tags i {
  background-position: -143px -144px;
}
.no-generatedcontent .glyphicons.bookmark i {
  background-position: -51px -168px;
}
.no-generatedcontent .glyphicons.log_book i {
  background-position: -168px -192px;
}
.no-generatedcontent .glyphicons.list i {
  background-position: -96px -265px;
}
.no-generatedcontent .glyphicons.table i {
  background-position: -216px -264px;
}
.no-generatedcontent .glyphicons.message_full i {
  background-position: -216px -264px;
}
.no-generatedcontent .glyphicons.cogwheel i {
  background-position: -144px -312px;
}
.no-generatedcontent .glyphicons.picture i {
  background-position: -192px -313px;
}
.no-generatedcontent .glyphicons.check i {
  background-position: -49px -363px;
}
.no-generatedcontent .glyphicons.more_windows i {
  background-position: -96px -361px;
}
.no-generatedcontent .glyphicons.move i {
  background-position: -144px -432px;
}
.no-generatedcontent .glyphicons.circle_plus i {
  background-position: 0 -456px;
}
.no-generatedcontent .glyphicons.circle_remove i {
  background-position: -48px -456px;
}
.no-generatedcontent .glyphicons.lock i {
  background-position: -73px -479px;
}
.no-generatedcontent .glyphicons.conversation i {
  background-position: -96px -577px;
}
.no-generatedcontent .glyphicons.asterisk i {
  background-position: -193px -577px;
}
.no-generatedcontent .glyphicons.settings i {
  background-position: 0 -672px;
}
.no-generatedcontent .glyphicons.comments i {
  background-position: -216px -721px;
}
.no-generatedcontent .glyphicons.more_items i {
  background-position: -193px -744px;
}
.no-generatedcontent .glyphicons.sort i {
  background-position: -216px -744px;
}
.no-generatedcontent .glyphicons.pushpin i {
  background-position: -120px -792px;
}
.no-generatedcontent .glyphicons.nameplate_alt i {
  background-position: -72px -841px;
}
.no-generatedcontent .glyphicons.file_import i {
  background-position: -193px -840px;
}
.no-generatedcontent .glyphicons.cloud-download i {
  background-position: -95px -865px;
}
.no-generatedcontent .glyphicons.globe_af i {
  background-position: 0 -888px;
}
.no-generatedcontent .glyphicons.facebook i {
  background-position: 0 -984px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.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: "";
}
.caret-right {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #555555;
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #000;
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #eeeeee, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e1e1e1);
  background-image: -o-linear-gradient(top, #eeeeee, #e1e1e1);
  background-image: linear-gradient(to bottom, #eeeeee, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #eeeeee, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e1e1e1);
  background-image: -o-linear-gradient(top, #eeeeee, #e1e1e1);
  background-image: linear-gradient(to bottom, #eeeeee, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #cccccc;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.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;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.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;
}
.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;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.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;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.caret {
  vertical-align: middle;
  border-top-color: #555555;
}
.active .caret {
  /* Safari */

  -webkit-transform: rotate(-90deg);
  /* Firefox */

  -moz-transform: rotate(-90deg);
  /* IE */

  -ms-transform: rotate(-90deg);
  /* Opera */

  -o-transform: rotate(-90deg);
  /* Internet Explorer */

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/*// Place the caret*/
.dropdown .caret {
  margin-top: 0;
  margin-left: 2px;
}
.dropdown .btn-small .caret {
  margin-top: 0;
}
.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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well {
  position: relative;
}
.half-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);
  position: relative;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 49%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  *behavior: url(boxsizing.htc);
  /* OldIE */

  line-height: 1.2em;
  float: left;
}
.half-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.half-well caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.half-well td {
  vertical-align: top;
  padding-bottom: 3px;
}
.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;
}
.fade.in {
  opacity: 1;
}
.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;
}
.collapse.in {
  height: auto;
}
.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);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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: #333333;
  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 #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -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);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
}
.btn:first-child {
  *margin-left: 0;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.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);
}
.btn.disabled,
.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;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e76025;
  background-image: -moz-linear-gradient(top, #e75025, #e76025);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e75025), to(#e76025));
  background-image: -webkit-linear-gradient(top, #e75025, #e76025);
  background-image: -o-linear-gradient(top, #e75025, #e76025);
  background-image: linear-gradient(to bottom, #e75025, #e76025);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe75025', endColorstr='#ffe76025', GradientType=0);
  border-color: #e76025 #e76025 #b36a00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e76025;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #e76025;
  *background-color: #e68800;
}
.btn-primary:active,
.btn-primary.active {
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #e76025;
  *background-color: #e68800;
}
.btn-primary:active,
.btn-primary.active {
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffa32e;
  background-image: -moz-linear-gradient(top, #ffb14d, #e75025);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb14d), to(#e75025));
  background-image: -webkit-linear-gradient(top, #ffb14d, #e75025);
  background-image: -o-linear-gradient(top, #ffb14d, #e75025);
  background-image: linear-gradient(to bottom, #ffb14d, #e75025);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb14d', endColorstr='#ffe75025', GradientType=0);
  border-color: #e75025 #e75025 #b36400;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e75025;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #e75025;
  *background-color: #e68100;
}
.btn-warning:active,
.btn-warning.active {
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #e75025;
  *background-color: #e68100;
}
.btn-warning:active,
.btn-warning.active {
}
.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);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
}
.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);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3f98be;
  background-image: -moz-linear-gradient(top, #499ac4, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#499ac4), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #499ac4, #2f96b4);
  background-image: -o-linear-gradient(top, #499ac4, #2f96b4);
  background-image: linear-gradient(to bottom, #499ac4, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff499ac4', 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);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
}
.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);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0059b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #003366;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.submit-cancel {
  margin: 10px 0 5px 1px;
}
.btn-large {
  padding: 9px 27px;
  font-size: 26px;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.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;
}
.btn-group > .btn:last-child,
.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;
}
.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;
}
.btn-group > .btn.large:last-child,
.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;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.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;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.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);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #e76025;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #e75025;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dcfccf;
  border-color: #d6fab7;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #fec9b4;
  border-color: #feafa5;
  color: #fb4b07;
}
.alert-info {
  background-color: #c2e5f7;
  border-color: #a2e5f3;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@media (min-width: 767px) {
  .alert.page-top {
    margin-left: 160px;
    width: 570px;
  }
}
@media (min-width: 1200px) {
  .alert.page-top {
    margin-left: 200px;
    width: 725px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alert.page-top {
    margin-left: 128px;
    width: 419px;
  }
}
.alert {
  padding: 4px 35px 4px 14px;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #111;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #cccccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0059b3;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.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;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #48638b;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0059b3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.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;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0059b3;
  border-bottom-color: #0059b3;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #003366;
  border-bottom-color: #003366;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #cccccc;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.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;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.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;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.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;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #cccccc;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #333333;
}
.nav-tabs > li > a {
  outline: none;
  padding-top: 3px;
  padding-bottom: 5px;
  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;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
ul.nav-tabs {
  margin-left: 0;
  padding-left: 10px;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #e0e0e0;
  -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;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #555555;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #555555;
}
.navbar-link {
  color: #555555;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
  box-shadow: 0 1px 10px rgba(0,0,0,.3);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.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);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #555555;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f2f2f2;
  -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);
}
.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: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -o-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#fff2f2f2', GradientType=0);
  border-color: #f2f2f2 #f2f2f2 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f2f2f2;
  /* 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);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #f2f2f2;
  *background-color: #e5e5e5;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #f2f2f2;
  *background-color: #e5e5e5;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
}
.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);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.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;
}
.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;
}
.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;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #f2f2f2;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.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;
}
.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;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #cccccc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #cccccc;
}
.navbar-inverse .navbar-text {
  color: #cccccc;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #cccccc;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  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;
}
.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);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
}
.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;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #cccccc;
}
.breadcrumb {
  padding: 0;
  margin: 5px 0 4px 3px;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: none;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #555555;
}
.breadcrumb .active {
  color: #555555;
}
.pagination {
  margin: 20px 0;
}
.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);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.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;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #cccccc;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #cccccc;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.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;
}
.pagination ul > li:last-child > a,
.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;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.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;
}
.pagination-large ul > li:last-child > a,
.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;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.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;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.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;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.aux {
  padding: 6px 2px 0;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -o-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: linear-gradient(to bottom, #f8f8f8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffffffff', GradientType=0);
  *zoom: 1;
}
.aux:before,
.aux:after {
  display: table;
  content: "";
  line-height: 0;
}
.aux:after {
  clear: both;
}
.aux:before,
.aux:after {
  display: table;
  content: "";
  line-height: 0;
}
.aux:after {
  clear: both;
}
.pagination {
  padding-left: 5px;
  margin-right: 10px !important;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #000000;
  cursor: default;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.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;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #cccccc;
  background-color: #fff;
  cursor: default;
}
.pager {
  margin: 0;
}
.pager a {
  padding: 2px 8px;
  font-size: 18px;
  font-family: times, "Times New Roman", serif;
  border-radius: 0;
}
/* columns */
ul.column {
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  /* 2 col */

  /* 3 col */

  /* 4 col */

  /* 6 col */

}
ul.column.double li {
  width: 50%;
}
ul.column.triple li {
  width: 33.333%;
}
ul.column.quad li {
  width: 25%;
}
ul.column.six li {
  width: 16.666%;
}
ul.column li {
  line-height: 1.5em;
  float: left;
  display: inline;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  *behavior: url(boxsizing.htc);
  /* OldIE */

}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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;
}
.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%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.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;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #414042;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  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;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.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;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.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;
}
a.thumbnail:hover {
  border-color: #0059b3;
  -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);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.label,
.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: #cccccc;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #fb4b07;
}
.label-important[href],
.badge-important[href] {
  background-color: #cc3b03;
}
.label-warning,
.badge-warning {
  background-color: #e75025;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc7200;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.badge {
  padding: 0px 3px 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@-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;
  }
}
.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;
}
.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;
}
.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);
}
.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;
}
.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;
}
.progress-danger .bar,
.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);
}
.progress-danger.progress-striped .bar,
.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);
}
.progress-success .bar,
.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);
}
.progress-success.progress-striped .bar,
.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);
}
.progress-info .bar,
.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);
}
.progress-info.progress-striped .bar,
.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);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #ffa32e;
  background-image: -moz-linear-gradient(top, #ffb14d, #e75025);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb14d), to(#e75025));
  background-image: -webkit-linear-gradient(top, #ffb14d, #e75025);
  background-image: -o-linear-gradient(top, #ffb14d, #e75025);
  background-image: linear-gradient(to bottom, #ffb14d, #e75025);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb14d', endColorstr='#ffe75025', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #ffb14d;
  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);
}
.progress.small {
  height: 10px;
  margin-bottom: 5px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.accordion .accordion-heading {
  position: relative;
}
.accordion .view-page {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 8px 14px 7px;
}
.accordion h2 {
  font-weight: normal !important;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel article {
  padding-left: 0;
  margin-bottom: 0 !important;
}
.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;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 100;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  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);
}
.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;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
#itemFormContainer p {
  margin: 0;
}
#itemFormContainer .share {
  margin-left: 6px;
  margin-top: 10px;
  float: left;
}
#itemFormContainer .form-horizontal .control-group {
  margin-bottom: 10px;
}
#itemFormContainer textarea {
  height: 150px;
}
#itemFormContainer .form-horizontal .control-label {
  width: 100px;
}
#itemFormContainer .nav {
  margin: 0;
}
#itemFormContainer .select {
  margin-bottom: 0;
}
#itemFormContainer .radio.inline,
#itemFormContainer .checkbox.inline {
  padding-top: 1px;
}
#itemFormContainer .subscribed li {
  white-space: nowrap;
}
.column-50 {
  width: 50%;
  float: left;
  margin: 0 !important;
}
.column-50 li {
  padding: 0 10px 0 0;
}
.column-33 {
  width: 33%;
  float: left;
  margin: 0 !important;
}
.column-33 li {
  padding: 0 10px 0 0;
}
.column-25 {
  width: 25%;
  float: left;
  margin: 0 !important;
}
.column-25 li {
  padding: 0 10px 0 0;
}
.lt-ie9 .sign-in .container {
  width: 350px !important;
}
.lt-ie9 .sign-in .container input[type="text"],
.lt-ie9 .sign-in .container input[type="password"] {
  *width: 300px;
  *padding: 5px 5px;
}
.lt-ie9 .sign-in .container #social {
  *min-height: 220px;
  *width: 100%;
  *overflow: hidden;
}
.lt-ie9 .sign-in .container legend {
  float: left;
  *overflow: hidden;
}
.lt-ie9 .sign-in .container footer {
  width: 340px;
}
.lt-ie9 .sign-in .container .social {
  *padding-left: 75px;
}
.lt-ie9 .sign-in .container #sign-in .btn {
  /* margin-left: 130px;
			*margin-left: auto; */

}
body.sign-in {
  padding-top: 0 !important;
}
body.sign-in .btn {
}
body.sign-in .footer {
  position: static !important;
  border-top: 1px solid #333;
  padding-top: 19px;
  padding-bottom: 25px;
}
body.sign-in #social {
  overflow: hidden;
}
body.sign-in #invited {
  clear: both;
}
body.sign-in .main-content article {
  margin-bottom: -5px;
  border-bottom: 1px solid #CCC;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
body.sign-in .navbar .brand {
  float: none;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0;
}
body.sign-in .sign-in form {
  clear: both;
}
body.sign-in .wrap-main {
  padding-top: 15px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  margin-right: 25px !important;
  min-height: inherit !important;
  *min-height: auto !important;
  padding-bottom: 75px;
  *zoom: 1;
}
body.sign-in .wrap-main:before,
body.sign-in .wrap-main:after {
  display: table;
  content: "";
  line-height: 0;
}
body.sign-in .wrap-main:after {
  clear: both;
}
body.sign-in .wrap-main:before,
body.sign-in .wrap-main:after {
  display: table;
  content: "";
  line-height: 0;
}
body.sign-in .wrap-main:after {
  clear: both;
}
body.sign-in input[type="text"],
body.sign-in input[type="password"] {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  *width: 220px !important;
}
body.sign-in .social a {
  background-image: url(../img/icons/social-login.png);
  width: 155px;
  height: 30px;
  margin: 0 0 10px;
  text-indent: -9999px;
  *float: left;
  *clear: left;
  *overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
}
body.sign-in .social a.twitter {
  background-position: 0 -42px;
}
body.sign-in .social a.linkedin {
  background-position: 0 -130px;
}
body.sign-in .social a.google {
  background-position: 0 -85px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1) {
  body.sign-in .social a {
    background-image: url(../img/icons/social-login@2.png);
    background-size: 155px 160px;
  }
}
@media (min-width: 768px) {
  body.sign-in {
    padding-top: 40px !important;
  }
  .sign-in legend {
    float: left;
    *overflow: hidden;
  }
  .sign-in fieldset {
    clear: both;
  }
  .sign-in .wrap-main {
    margin: 0;
    padding: 7px 0 0 0;
    /* float: none; */
  
    min-height: 670px;
  }
  .sign-in .navbar {
    margin: 0 auto;
    display: block;
    width: 38px;
  }
  .sign-in .navbar .brand {
    margin: 0;
  }
  .sign-in .footer {
    width: 100%;
    margin: 0 auto;
  }
  .sign-in h1 {
    margin-bottom: 4px !important;
  }
  .sign-in h1,
  .sign-in legend {
    font-weight: 600;
  }
  .sign-in a h1 {
    color: #333;
  }
  .sign-in a:hover {
    text-decoration: none !important;
  }
  .sign-in a:hover h2 {
    text-decoration: underline !important;
  }
  .sign-in a p {
    color: #333;
  }
  .sign-in a:hover p {
    text-decoration: none;
  }
  .sign-in .main-content {
    width: 330px !important;
    margin: 0 auto;
  }
  .sign-in .container {
    width: 350px !important;
  }
  .sign-in fieldset .wrap {
    width: 220px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .sign-in .main-content {
    width: auto;
  }
  .sign-in input[type="text"],
  .sign-in input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .sign-in body {
    padding-top: 40px !important;
  }
}
/* from the signin2.css file */
.lt-ie9 .sign-in .footer {
  width: 100% !important;
  left: -5px;
}
.sign-in .main-content {
  width: 430px !important;
  position: relative;
  padding: 0 0 110px 0;
}
.sign-in .wrap-main {
  width: 437px;
}
.sign-in fieldset .wrap {
  width: 320px;
}
.sign-in .footer .column-25 {
  width: 100%;
  float: none;
  margin: 0 auto !important;
  text-align: center;
}
.sign-in .footer {
  line-height: 20px;
  bottom: 0;
}
.sign-in.single fieldset {
  padding: 0 0 25px;
}
.sign-in .footer .cert {
  float: none;
  border: none;
  position: relative;
  top: 10px;
  padding: 0;
}
.sign-in .footer:after {
  top: -10px !important;
  height: 10px !important;
}
.sign-in article {
  padding: 5px 15px;
}
.sign-in #main {
  padding: 0 0 5px;
}
.sign-in #social {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0 5px;
}
.sign-in #invited {
  padding: 10px 0 5px;
}
.sign-in #no-account {
  padding: 12px 0 5px;
}
.sign-in .social a {
  margin-bottom: 15px;
}
.sign-in div h1 {
  margin-bottom: 10px !important;
  font-size: 18px;
}
.sign-in input[type="password"] {
  margin-bottom: 3px;
}
.sign-in .social {
  margin-top: 15px;
}
/* horizontal scroll */
.horizontal-scroll {
  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);
  position: relative;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 140px;
}
.horizontal-scroll blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.horizontal-scroll .pull-right {
  width: 110px;
}
.horizontal-scroll h5 {
  margin-top: 0;
}
.horizontal-scroll-list {
  position: absolute;
  width: 9000px;
}
.horizontal-scroll-list .top-poster {
  width: 200px;
}
.horizontal-scroll-list li {
  overflow: hidden;
}
.horizontal-scroll-list .top-poster {
  line-height: 16px;
  white-space: normal !important;
  white-space: pre-wrap;
  /* css-3 */

  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+, 6, 7, 8 compability-mode */

  -ms-word-break: break-all;
  /* Internet Explorer 8 */

  width: 156px;
  float: left;
  margin-left: 10px;
}
.horizontal-scroll-list .top-poster:first-child {
  margin-left: 0 !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.pull-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0 !important;
}
.pull-right-top {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
}
.task-complete {
  text-decoration: line-through;
}
a.btn-primary {
  font-weight: 700;
}
article.calendar {
  min-height: 700px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  padding: 10px 15px 0px;
  *zoom: 1;
}
article.calendar:before,
article.calendar:after {
  display: table;
  content: "";
  line-height: 0;
}
article.calendar:after {
  clear: both;
}
article.calendar:before,
article.calendar:after {
  display: table;
  content: "";
  line-height: 0;
}
article.calendar:after {
  clear: both;
}
@media (min-width: 1200px) {
  
}
article.calendar .today {
  background: #fcf8e3;
}
article.calendar .table {
  margin-bottom: 15px;
}
article.calendar .events li {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}
article.calendar .details {
  border-top: 1px solid #EEE;
  padding: 10px 0 0 0;
}
article.calendar .details .img {
  float: left;
}
article.calendar h5 {
  margin: 0;
}
article.calendar .details p {
  margin: 0;
}
article.calendar table {
  border: none;
}
article.calendar br {
  display: none;
}
article.calendar .list-details td,
article.calendar .list-overview td {
  height: auto;
  width: 85%;
  text-align: left;
}
article.calendar .btn-toolbar {
  margin-top: 0;
}
article.calendar header {
  overflow: hidden;
  margin: 0 0 3px 0;
}
article.calendar header p {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 7px;
  color: #333;
  position: relative;
  top: 2px;
  font-weight: 600;
}
article.calendar th {
  text-align: center;
  font-size: 11px;
  border: none;
  padding-bottom: 5px;
  vertical-align: middle;
  background: #eee;
}
article.calendar td {
  width: 14%;
  height: 92px;
  padding: 6px;
  text-align: right;
  border: 1px solid #ddd;
  position: relative;
  max-width: 20px;
  overflow: hidden;
}
article.calendar .day td {
  height: auto;
  width: auto;
}
article.calendar .day th {
  width: 15%;
  vertical-align: middle;
}
article.calendar .cal-switch .btn img {
  position: relative;
  top: -1px;
  height: 11px;
  width: 16px;
  max-width: 16px;
}
article.calendar td ul {
  line-height: 16px !important;
  font-size: 12px;
}
article.calendar td ul li {
  clear: both;
  line-height: 15px !important;
  padding-bottom: 3px;
  padding-top: 4px;
  *zoom: 1;
}
article.calendar td ul li:before,
article.calendar td ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
article.calendar td ul li:after {
  clear: both;
}
article.calendar td ul li:before,
article.calendar td ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
article.calendar td ul li:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (min-width: 1200px) {
  article.calendar th {
    font-size: inherit;
  }
}
.sign-up #your-information {
  padding-top: 30px;
}
.sign-up #page > header {
  display: none;
}
.sign-up .box {
  margin-bottom: 25px;
}
.sign-up h3 {
  margin-top: 5px;
}
.sign-up input[type="image"] {
  height: 35px;
  width: auto;
}
.sign-up #create-site {
  padding: 0 0 35px;
}
.sign-up .footer .cert {
  float: none;
  border: none;
  padding-left: 0;
}
.sign-up footer nav {
  float: right;
}
.sign-up input[type="checkbox"] {
  margin: -1px 3px 0 0 !important;
}
.sign-up .resend,
.sign-up .learn-more {
  margin: 6px 0 0 15px;
  float: left;
  display: inline;
  font-size: 10px;
}
.sign-up header h1 {
  float: left;
  margin: 0 0 12px;
}
.sign-up a {
  color: #414042;
  text-decoration: underline;
}
.sign-up a:hover {
  text-decoration: none;
}
.sign-up section h1:before {
  content: '1';
  position: absolute;
  left: -44px;
  color: #e75025;
  background: #ffffff;
  z-index: 5;
  top: -1px;
  font-size: 28px;
}
.sign-up section h1:after {
  content: ' ';
  position: absolute;
  left: -56px;
  top: -15px;
  background: #ffffff;
  width: 70px;
  height: 70px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-position: -10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .sign-up section h1:after {
    display: none;
  }
}
.sign-up #your-site h1:before {
  content: '2';
}
.sign-up #your-plan h1:before {
  content: '3';
}
.sign-up #create-site h1:before {
  content: '4';
}
.sign-up .plan {
  cursor: pointer;
}
.sign-up .plans .active {
  background-color: #ffc40d;
  color: #222222;
}
.sign-up .plans .active:after {
  content: url(../img/sign-up/check.png);
  width: 38px;
  height: 40px;
  position: absolute;
  right: -13px;
  top: -20px;
}
@media (max-width: 767px) {
  .sign-up .plans .active:after {
    display: none;
  }
}
.sign-up .navbar-inner {
  background: #ffffff;
}
.sign-up .wrap-main {
  background: #ffffff;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sign-up .plans > li {
  float: left;
  text-align: center;
  position: relative;
  padding: 0 0 5px;
}
.sign-up .plans > li:hover {
  background: #e75025;
  cursor: pointer;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sign-up .main-content h1 {
  font-size: 24px;
}
.sign-up .main-content section h1 {
  font-size: 22px;
  margin: 0 0 5px 10px;
  position: relative;
}
.sign-up .main-content section header {
  background: url(../img/sign-up/bg-underline.png) repeat-x 0 bottom;
  margin: 0 0 25px;
}
.sign-up .plans .active {
  background: #e75025;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.sign-up section .control-group {
  /*width: 398px ;*/

  margin: 0 auto;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .sign-up section .control-group {
    width: 456px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sign-up section .control-group {
    width: 351px !important;
  }
}
.sign-up .plans h2 {
  font-size: 23px;
  font-weight: 600;
}
.sign-up .plans label {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.sign-up .plans input[type='radio'] {
  margin-top: -1px;
  margin-right: 1px;
}
.sign-up .plans li {
  margin-bottom: 5px;
}
.sign-up .main-content section {
  clear: both;
}
.sign-up .plans .free {
  float: right;
  clear: both;
}
.sign-up .plans .free:hover {
  background: transparent !important;
  color: #414042;
}
.sign-up .plans .free label {
  font-weight: 400;
  font-size: 11px;
}
.sign-up .plans .free input {
  margin-top: 4px;
}
.sign-up .plans .free.active {
  background: transparent;
  color: #414042;
}
.sign-up .plans .free.active:after {
  content: " ";
}
.sign-up #create-site .control-group {
  margin-bottom: 10px;
}
.sign-up #create-site .options {
  margin-top: -10px;
}
.sign-up .login {
  margin: -3px 15px -15px 0;
  font-size: 10px;
}
.sign-up .footer {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}
/*draggable*/
.draglist {
  min-height: 20px;
}
.draglist .toggle-next {
  margin: 5px 0 5px 7px;
}
ul.modify {
  display: block;
  position: static;
  list-style-type: none;
  background: none;
  font-size: 85%;
  overflow: hidden;
}
ul.modify li {
  display: inline-block;
  line-height: 1.8;
}
ul.modify li a {
  display: inline-block;
  border-left: 1px solid;
  padding: 0 4px;
  line-height: 13px !important;
}
ul.modify li:first-child a {
  border-left: none;
}
li.placeholder {
  border: 1px dashed #ccc !important;
  margin-bottom: 10px;
  /*height: 20px;*/

}
.draggable {
  border: 2px solid;
  border-color: #ddd;
  overflow: hidden;
  margin: 10px 0 10px;
  background: #ffffff;
  padding: 1px 7px 2px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.draggable .category a {
  color: red;
}
.draggable li {
  margin: 2px 0 2px;
}
.draggable header {
  margin: 0 0 10px;
  padding: 2px 6px 2px 0;
}
.draggable header .modify {
  float: left;
}
.draggable header .modify a {
  color: #0059b3;
}
.draggable .control-group {
  margin-left: 7px;
}
.draggable .img {
  margin-left: 0;
}
.draggable h1 {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 0 5px;
  cursor: move;
}
.draggable span {
  float: left;
  clear: both;
}
.draggable .dropdown {
  float: right;
}
.draggable .dropdown-menu {
  right: 0;
  left: auto;
}
.draggable .dropdown-toggle {
  color: #ffffff;
  float: right;
}
.draggable .draglist li:hover {
  background: #F1F1F1;
}
.draggable .draglist:hover,
.draggable header:hover {
  /* cursor: move; */

}
.draggable .dropdown-toggle .caret {
  border-top-color: #ffffff;
}
.draggable ul.draglist {
  margin-right: 7px;
}
.flex {
  /*flex2*/

}
.flex .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flex footer {
  width: 100%;
}
@media (min-width: 768px) {
  .flex .left-rail,
  .flex .right-rail {
    position: absolute;
  }
}
.flex .left-rail {
  left: -250px;
  top: 0;
}
.flex .right-rail {
  right: -225px;
  top: 0;
}
.flex .full {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
}
.flex .auto-width {
  width: auto !important;
}
.flex .container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.flex .navbar-inner .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.flex .wrap-main {
  margin-left: -25px;
  float: none;
}
.flex .container-inner,
.flex .navbar-inner {
  width: 65%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .flex .container-inner,
  .flex .navbar-inner {
    width: 75%;
  }
  .flex .container-inner .left-rail,
  .flex .navbar-inner .left-rail,
  .flex .container-inner .right-rail,
  .flex .navbar-inner .right-rail {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .flex .container-inner,
  .flex .navbar-inner {
    width: 55%;
  }
  .flex .container-inner .left-rail,
  .flex .navbar-inner .left-rail {
    left: -205px;
    top: 0;
  }
  .flex .container-inner .right-rail,
  .flex .navbar-inner .right-rail {
    right: -180px;
    top: 0;
  }
}
@media (min-width: 1050px) {
  .flex .container-inner,
  .flex .navbar-inner {
    width: 60%;
  }
}
@media (min-width: 1550px) {
  .flex .container-inner,
  .flex .navbar-inner {
    width: 68%;
  }
}
@media (min-width: 1650px) {
  .flex .container-inner,
  .flex .navbar-inner {
    width: 70%;
  }
}
@media (min-width: 1900px) {
  .flex .container-inner,
  .flex .navbar-inner {
    width: 73%;
  }
}
@media (min-width: 2300px) {
  .flex .container-inner,
  .flex .navbar-inner {
    width: 75%;
  }
}
@media (min-width: 2500px) {
  .flex .container-inner,
  .flex .navbar-inner {
    width: 80%;
  }
  .flex .container-inner .left-rail,
  .flex .navbar-inner .left-rail,
  .flex .container-inner .right-rail,
  .flex .navbar-inner .right-rail {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flex .container-inner .left-rail,
  .flex .navbar-inner .left-rail {
    left: -163px;
  }
  .flex .container-inner .right-rail,
  .flex .navbar-inner .right-rail {
    right: -138px;
  }
}
@media (max-width: 767px) {
  .flex .container-inner {
    width: 100%;
  }
}
.flex .img {
  float: left;
}
.flex .wrap {
  width: auto !important;
}
.flex article.table {
  width: auto;
}
.flex .table-wrap {
  overflow: auto;
  *overflow-y: hidden;
}
.flex .table-grad {
  background-image: url(../img/bg-table-trans.png);
  background-repeat: repeat-y;
  background-position: right 0;
  width: 80px;
  height: 100%;
  right: 0;
  z-index: 100;
  position: absolute;
}
.flex .main-content {
  margin-left: 25px;
}
.flex .span10.main-content {
  width: 100%;
}
.flex .wrap-main {
  *zoom: 1;
}
.flex .wrap-main:before,
.flex .wrap-main:after {
  display: table;
  content: "";
  line-height: 0;
}
.flex .wrap-main:after {
  clear: both;
}
.flex .wrap-main:before,
.flex .wrap-main:after {
  display: table;
  content: "";
  line-height: 0;
}
.flex .wrap-main:after {
  clear: both;
}
.flex .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.flex .row {
  width: 65%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .flex .row {
    width: 75%;
  }
  .flex .row .left-rail,
  .flex .row .right-rail {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .flex .row {
    width: 55%;
  }
  .flex .row .left-rail {
    left: -205px;
    top: 0;
  }
  .flex .row .right-rail {
    right: -180px;
    top: 0;
  }
}
@media (min-width: 1050px) {
  .flex .row {
    width: 60%;
  }
}
@media (min-width: 1550px) {
  .flex .row {
    width: 68%;
  }
}
@media (min-width: 1650px) {
  .flex .row {
    width: 70%;
  }
}
@media (min-width: 1900px) {
  .flex .row {
    width: 73%;
  }
}
@media (min-width: 2300px) {
  .flex .row {
    width: 75%;
  }
}
@media (min-width: 2500px) {
  .flex .row {
    width: 80%;
  }
  .flex .row .left-rail,
  .flex .row .right-rail {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flex .row .left-rail {
    left: -163px;
  }
  .flex .row .right-rail {
    right: -138px;
  }
}
@media (max-width: 767px) {
  .flex .row {
    width: 100%;
  }
}
.flex .wrap-main {
  padding-right: 50px;
}
.flex .brand {
  position: absolute;
  left: -240px;
  top: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .flex .brand {
    position: static;
  }
}
/*ie rules*/
.latest {
  padding: 0;
}
@media (max-width: 1200px) {
  
}
.latest .nav-tabs > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.mobile .select-color {
  display: none;
}
.select-color {
  line-height: 1;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 100000;
  font-size: 11px;
}
.select-color li {
  margin: 0;
  line-height: 1;
}
#normal-search [data-action=start-advanced-search] {
  font-size: 85%;
}
#normal-search ol li {
  margin-bottom: 20px;
}
#normal-search cite {
  font-size: 85%;
  color: #666;
}
#normal-search h2 {
  margin-bottom: 1px !important;
}
#normal-search .input-append {
  margin-bottom: 15px;
}
#top-posters {
  margin-top: 15px;
}
#top-posters .top-poster {
  min-height: 50px;
}
#poster-list .profileImage {
  float: left;
  margin-right: 5px;
}
.count {
  color: #666;
}
.left-rail aside {
  -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;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
#search-in ul ul {
  margin: 6px 0 18px 15px;
}
/*reset*/
.modal.fade {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
nav li,
aside li,
.posts li,
figure {
  margin: 0;
}
.posts h2 .small {
  font-weight: 400;
}
.lead-post {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 7px;
}
.highlight {
  background-color: #fcf8e3 !important;
}
.posts > li {
  margin: 0 0 15px;
}
.posts .small.lighter {
  font-size: 85%;
}
.posts ol {
  margin: 0 0 0 53px;
}
.add-comment {
  clear: both;
}
nav ul {
  margin: 0;
}
body {
  background-image: url(../img/bg-noise.png);
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  body {
    background-color: #333333;
  }
}
body.sign-in,
body.account,
body.sign-up,
body.blue-bg {
  background-color: #49658e;
}
h3 {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.4;
}
.navbar {
  background: #ffffff;
}
.navbar .nav {
  float: right;
}
.navbar .nav a {
  font-size: 12px;
}
.navbar .nav > li > a {
  color: #555555 !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
  *font-family: arial, sans-serif !important;
}
.navbar .brand {
  background: url(../../images/gt_brand/gt_logo.svg) no-repeat 0 0;
  text-indent: -9999px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 8px 0 0 30px;
  background-size: 32px 32px;
}
@media (max-width: 979px) {
  .navbar .brand {
    margin-left: 20px !important;
    margin-top: 10px !important;
  }
}
.flex header.main {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  *behavior: url(boxsizing.htc);
  /* OldIE */

}
header.main {
  clear: both;
  *zoom: 1;
  float: left;
  margin-left: 0;
  min-height: 65px;
}
header.main:before,
header.main:after {
  display: table;
  content: "";
  line-height: 0;
}
header.main:after {
  clear: both;
}
header.main:before,
header.main:after {
  display: table;
  content: "";
  line-height: 0;
}
header.main:after {
  clear: both;
}
header.main h1 {
  font-size: 22px;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px #eee;
}
header.main h2 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
header.main .site-img {
  float: left;
  margin: 0 5px 0 0;
}
form.search {
  float: right;
  margin: 0 15px 0 0;
  position: relative;
  *top: -10px;
}
form.search .text {
  height: 12px;
  font-size: 10px;
  float: left;
  position: relative;
  background: #f5f5f5;
  width: 100%;
}
form.search .btn-search {
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  padding: 0 12px;
  background: url(../img/bg-glass.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  right: -13px;
  top: 3px;
  border: none;
}
.navbar form.search .btn {
  margin-top: 0;
}
.navbar form.search .text {
  height: 12px;
}
.navbar form.search select {
  height: 20px;
  width: 120px;
}
.wrap-inner {
  background: #fff;
  /*for older browsers*/

  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 500px) {
  .wrap-main {
    min-height: 800px;
  }
}
.main-content h1 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.main-content h2 {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 5px;
  font-weight: 700;
}
.main-content li ol h2 {
  font-size: 13px;
}
.main-content article {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 2px 0 12px;
  *zoom: 1;
}
.main-content article:before,
.main-content article:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-content article:after {
  clear: both;
}
.main-content article:before,
.main-content article:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-content article:after {
  clear: both;
}
.main-content article:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 20px;
}
.main-content li > ol li {
  background-color: #f5f5f5;
  padding: 6px 6px 0;
  overflow: hidden;
}
.main-content li > ol li:last-child {
  padding-bottom: 6px;
}
.main-content li > ol li.odd {
  background-color: #ECECEC;
}
.main-content ol textarea {
  height: 15px;
  line-height: 15px;
}
.main-content .focused {
  height: 150px;
}
#main h2,
#main h2 a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.featured {
  overflow: hidden;
}
.featured .featured-img {
  float: left;
  width: 85px;
  height: auto;
}
.featured h2 {
  margin: 0 0 3px;
  line-height: 1.4;
}
.featured .wrap {
  /*float: left;*/

}
.featured .carousel {
  line-height: 1.4;
  height: 100px;
}
.featured .carousel-control {
  top: 100%;
  display: none;
}
.featured .show-all {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px 15px 0 0;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 85%;
}
.featured .controls {
  position: absolute;
  right: -12px;
  bottom: 10px;
  width: 83px;
}
.posts {
  padding-top: 5px;
  margin: 0 !important;
}
.posts .avatar {
  float: left;
  width: 38px;
  height: auto;
}
.posts li ol .avatar {
  width: 32px;
  height: auto;
}
aside {
  -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;
  background: #fff;
  font-size: 13px;
}
@media (min-width: 768px) {
  aside {
    margin-top: 107px;
  }
}
aside li {
  line-height: 1.4;
  margin-bottom: 4px;
}
aside li label {
  line-height: 16px;
  margin: 0;
}
aside article {
  overflow: hidden;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  background-color: transparent;
}
aside article:last-child {
  border-bottom: none !important;
}
aside h1 {
  font-size: 12px;
  margin: 3px 0 9px 0;
  text-transform: uppercase;
  color: #333;
  line-height: 1.4;
}
aside p {
  margin-left: 7px;
}
.footer li {
  display: inline-block;
  border-left: 1px solid;
  padding: 0 4px;
  text-transform: capitalize;
}
.footer li:first-child {
  border-left: none;
}
article {
  background: #ffffff;
  -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;
  padding: 5px 10px;
  margin: 0 0 10px;
  clear: both;
  position: relative;
}
nav.main > ul {
  margin-left: 0 !important;
}
nav.main .add-page {
  position: absolute;
  z-index: 1000;
  top: 2px;
  right: -5px;
  padding: 12px 4px 13px 4px;
  background: none;
  filter: none;
}
@media (min-width: 768px) {
  nav.main {
    margin-top: 76px;
  }
}
nav.main a {
  display: block;
  padding-left: 20px;
  padding: 14px 15% 10px 12px;
  -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;
}
nav.main a.all {
  border-top: 1px solid #E7E6E6;
  padding-top: 10px;
  padding-bottom: 7px;
}
nav.main li ul a {
  padding-left: 6px !important;
}
nav.main > ul > li {
  position: relative;
  display: block;
  padding: 0;
  -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;
  *border-bottom: 1px solid #ccc;
}
nav.main > ul > li .current {
  background-image: none;
  background-color: #DBDBDB;
  filter: none;
}
nav.main > ul > li a {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
nav.main > ul > li ul a {
  margin-top: 4px;
  margin-bottom: 3px;
  background: inherit;
}
nav.main > ul > li ul a.current {
  background: #eee;
  padding-left: 26px !important;
  margin-left: 6px;
}
@media (max-width: 767px) {
  nav.main > ul > li {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
  }
}
nav.main li ul {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 12px;
  background: #fff;
  padding: 0 0 0 15px;
  border-bottom: 1px solid #E9E0E0;
  margin: 0;
}
nav.main li ul li {
  line-height: 16px;
}
nav.main li ul a {
  padding-bottom: 3px;
  padding-top: 2px;
}
nav.main li ul ul {
  background: none;
  padding: 0 0 0 15px;
  border-bottom: none;
  font-size: 13px;
}
nav.main li ul ul li {
  line-height: 1.25 !important;
  margin-bottom: 0;
}
nav.main li ul ul li a {
  padding-top: 3px;
  padding-bottom: 2px;
}
nav.main li ul a {
  filter: none;
}
nav.main a.current:hover {
  text-decoration: none ;
}
nav.main a.current .current {
  line-height: 1;
}
[class*="span"].half-margin {
  margin-left: 13px !important;
}
.wrap-main {
  float: left;
  background: #DBDBDB;
  padding-right: 20px;
  margin-right: -20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .wrap-main {
    padding-right: 25px;
    margin-right: -25px;
    padding-bottom: 25px;
  }
  [class*="span"].half-margin {
    margin-left: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .wrap-main {
    padding-right: 10px;
    margin-right: -10px;
    padding-bottom: 10px;
  }
  nav.span3,
  aside.span3 {
    width: 140px;
  }
  [class*="span"].half-margin {
    margin-left: 10px !important;
  }
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #000000;
}
.navbar nav {
  margin: 0 !important;
  min-height: 35px !important;
}
.img {
  margin: 0 4px 10px 0;
  border: 1px solid #cccccc;
  padding: 1px;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .img {
    margin: 0 10px 10px 0;
  }
}
.current {
  /* background-color: @grayBase !important; */

  color: #333333 !important;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .current {
    background-color: #c5c5c5 !important;
  }
}
.inline > li {
  display: inline-block;
  *display: inline !important;
  zoom: 1;
}
.border-vert {
  margin: 0;
}
.border-vert > li {
  border-left: 1px solid;
  padding: 0 5px;
  line-height: 1;
}
.border-vert > li:first-child {
  border-left: none;
  padding-left: 0 !important;
}
.border-vert:first-child {
  border-left: none;
}
.centered {
  text-align: center;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.auto {
  margin: 0 auto;
}
.offset-vert5 {
  margin-bottom: 5px !important;
}
.offset-vert10 {
  margin-bottom: 10px !important;
}
.offset-vert15 {
  margin-bottom: 15px !important;
}
.offset-vert20 {
  margin-bottom: 20px !important;
}
.offset-horz5 {
  margin-left: 5px !important;
}
.offset-horz7 {
  margin-left: 7px !important;
}
.offset-horz10 {
  margin-left: 10px !important;
}
.offset-horz-r5 {
  margin-right: 5px !important;
}
.offset-horz-r7 {
  margin-right: 7px !important;
}
.offset-horz-r10 {
  margin-right: 10px !important;
}
.auto-height {
  height: auto !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.lighter {
  color: #777;
  font-weight: 200;
}
.pipe {
  border-left: 1px solid;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .nav .pipe {
  display: none;
}
.pipe:first-child {
  border-left: none;
}
.clear {
  clear: both;
}
.show-content,
.hide-content {
  background-color: #f1f1f1;
  padding: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.show-content {
  display: none;
}
.collapsed .show-content {
  display: block;
}
.collapsed .hide-content {
  display: none;
}
.main-content .collapse.in {
  margin: 8px 0 0 0;
}
#itemFormContainer #remind {
  height: 20px;
}
.btn.cancel {
  padding: 1px 7px;
}
.nav-pills > li > a {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 4px;
}
.late {
  color: #fb4b07;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.top-left {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom-right {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom-left {
  position: absolute;
  top: 0;
  right: 0;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.no-float {
  float: none !important;
}
.edit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2px 5px 0 0;
  font-size: 85%;
  padding: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f1f1f1;
  display: none;
}
.main-content .collapse.in {
  /*  overflow:visible;  */

}
a[data-toggle='collapse'] {
  display: none;
}
a.slide {
  display: none;
}
#meta h1 {
  width: 89%;
  font-size: 22px;
  line-height: 1.2;
}
#meta #collapseTwo {
  float: left;
}
#meta .well {
  margin-top: 10px;
  margin-bottom: 15px;
  clear: both;
}
#meta .inner {
  position: relative;
  clear: both;
}
#meta #descriptionToggle {
  position: absolute;
  z-index: 100;
  top: -15px;
  right: -10px;
}
.footer {
  padding: 15px 0 15px;
  text-align: center;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #ccc;
  background: #fff;
  line-height: 20px;
  color: #333;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.footer .cert {
  padding: 10px 0 0 0;
}
.footer a {
  color: #0059b3;
}
.footer .cert img {
  max-width: 100%;
  height: auto;
}
.lt-ie10 .footer:after {
  content: " ";
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.label-important,
.badge-important {
  margin: 0 0 0 3px;
}
.nav {
  margin-bottom: 0;
}
.nav.main a {
  outline: none;
}
.nav.main a[data-toggle="collapse"].collapsed:after, #entity-right-header.collapsed:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav.main a[data-toggle="collapse"]:after, #entity-right-header:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  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: "";
  vertical-align: middle;
  border-top-color: #555555;
  margin-left: 2px;
  margin-top: -3px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
  border-bottom: 1px solid #f9f9f9;
}
.latest .inner {
  position: relative;
  *zoom: 1;
}
.latest .inner:before,
.latest .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.latest .inner:after {
  clear: both;
}
.latest .inner:before,
.latest .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.latest .inner:after {
  clear: both;
}
@media (max-width: 979px) {
  .aux .pagination-centered {
    text-align: left !important;
  }
}
@media (max-width: 979px) {
  .latest .wrap-filter {
    float: none;
    clear: both;
  }
}
.latest .wrap-filter .filter {
  margin-left: 5px;
}
.latest .filter {
  top: 7px;
}
.latest .filter .dropdown-toggle {
  color: #333333;
}
.latest .filter .dropdown-toggle strong {
  color: #0059b3;
}
.poll form {
  padding: 0 0 0 10px;
}
/* borders */
.border-bottom {
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-color: #ccc;
}
.border-top {
  border-top: 1px solid;
  padding-top: 7px;
  margin-top: 14px;
  border-color: #ccc;
}
.page-actions {
  margin-top: 3px;
}

.page-actions .dropdown .btn-small .caret {
  margin-left: 3px 
}

#entity-actions .glyphicons i{
  top: -1px; margin-right: 6px
}

/* togglenext */
.toggle-next {
  cursor: pointer;
}
.toggle-next i:before {
  color: #e75025;
}
.toggle-next + * {
  display: none;
}
/* background colors */
.fmyi-blue-dark {
  background-color: #0059b3;
}
.fmyi-blue {
  background-color: #0193f1;
}
.fmyi-royal-blue {
  background-color: #48638b;
}
.fmyi-blue-light {
  background-color: #aed9e2;
}
.fmyi-green-dark {
  background-color: #61843f;
}
.fmyi-green-light {
  background-color: #8aab44;
}
.fmyi-grey {
  background-color: #a6abae;
}
.fmyi-grey-dark {
  background-color: #4d4d4d;
}
.fmyi-khaki {
  background-color: #c2ab89;
}
.fmyi-orange {
  background-color: #f0903e;
}
.fmyi-pink {
  background-color: #d97d7e;
}
.fmyi-red {
  background-color: #bc624d;
}
.fmyi-teal {
  background-color: #5798a0;
}
.fmyi-turquoise {
  background-color: #00a696;
}
.fmyi-grey-green {
  background-color: #a3a88a;
}
.fmyi-neon {
  background-color: #66cc33;
}
/* border colors */
.fmyi-blue-dark-border {
  border-color: #0059b3;
}
.fmyi-blue-border {
  border-color: #0193f1;
}
.fmyi-royal-blue-border {
  border-color: #48638b;
}
.fmyi-blue-light-border {
  border-color: #aed9e2;
}
.fmyi-green-dark-border {
  border-color: #61843f;
}
.fmyi-green-light-border {
  border-color: #8aab44;
}
.fmyi-grey-border {
  border-color: #a6abae;
}
.fmyi-grey-dark-border {
  border-color: #4d4d4d;
}
.fmyi-khaki-border {
  border-color: #c2ab89;
}
.fmyi-orange-border {
  border-color: #f0903e;
}
.fmyi-pink-border {
  border-color: #d97d7e;
}
.fmyi-red-border {
  border-color: #bc624d;
}
.fmyi-teal-border {
  border-color: #5798a0;
}
.fmyi-turquoise-border {
  border-color: #00a696;
}
.fmyi-grey-green-border {
  border-color: #a3a88a;
}
.fmyi-neon-border {
  border-color: #66cc33;
}
.actions {
  position: relative;
  right: -16px;
  top: -7px;
}
.image-workspace {
  float: left;
}
header .btn .caret {
  margin-top: -2px;
}
/* nav spacing */
.nav.main ul.collapse li:first-child {
  /* padding-top: 15px; */

}
.nav.main li {
  clear: both;
}
.nav.main a {
  text-indent: -10px;
  padding-left: 31px !important;
}
.nav.main .browse {
  line-height: 1;
  margin: 8px 0 0;
  padding-bottom: 0;
  float: right;
  text-indent: 0;
  padding: 0;
  color: #0059b3;
  font-size: 11px;
}
.nav.main .browse i:before {
  color: #007fff;
  font-size: 10px;
  top: -1px;
}
.nav.main .browse i:hover {
  text-decoration: none !important;
}
.nav.main .browse :hover {
  text-decoration: underline !important;
}
.nav.main .browse.empty {
  margin-bottom: 6px;
}
.nav.main li ul ul li .browse {
  margin-top: 0;
  margin-bottom: 5px;
}
.nav.main li ul {
  padding-left: 10px;
}
.nav.main .glyphicons i {
  min-width: 10px;
}
#main-type-tabs {
  margin-left: 0;
}
.overflow {
  overflow: hidden;
}
.my-dashboard .img {
  width: 38px !important;
  height: auto !important;
}
.members-access .img {
  width: 32px !important;
  height: auto !important;
}
.view-testers-status-provisional {
  font-weight: bold;
}
.view-testers-status-pending {
  color: red;
}
/*fixing ie*/
.hidden {
  display: none !important;
}
.fileupload-preview {
  color: #333;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.file img {
  max-width: 60px;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
.posts .description {
  margin-top: 4px;
}
.vevent {
  line-height: 1.2;
}
.vevent article {
  float: left;
  margin: 0 8px 0 0;
}
.vevent article.cal {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
  margin: 0 4px 10px 0;
  border: 1px solid #cccccc;
  padding: 1px;
  background: #ffffff;
  margin: 3px 10px 2px 0;
  padding-bottom: 0;
  background: #eee;
}
.vevent article.cal a {
  line-height: 1;
}
.vevent article.cal .month {
  display: block;
  background: #e76025;
  color: #fff;
  font-weight: 700;
  padding: 0 5px;
  line-height: 1.4;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-size: 12px;
}
.vevent article.cal .month:before {
  content: " ";
  height: 5px;
  width: 2px;
  background: #CCC;
  position: absolute;
  top: -3px;
  z-index: 1000;
  left: 4px;
}
.vevent article.cal .month:after {
  content: " ";
  height: 5px;
  width: 2px;
  background: #CCC;
  position: absolute;
  top: -3px;
  z-index: 1000;
  right: 4px;
}
.vevent article.cal .day {
  padding: 1px 0 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.15em;
  line-height: .85;
  background: #eeeeee;
  float: left;
  *float: none;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  clear: both;
  text-shadow: 1px 1px 1px #fff;
}
.vevent article.cal .day:after {
  content: " ";
  border-bottom: 1px solid #CCC;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    padding: 10px 10px 10px 10px;
  }
  .wrap-main {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .hide-content {
    display: block !important;
  }
  .latest .posts ol {
    margin-left: 0 ;
  }
  .main-content li ol textarea.span9 {
    width: 100%;
  }
  footer.footer {
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
  }
  .latest .wrap {
    width: auto;
    float: none;
  }
  .img {
    margin: 0 4px 2px 0;
  }
  header.main {
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
  }
  aside {
    margin-bottom: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  nav.main > ul > li {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  form.search .btn-search {
    right: 4%;
    top: 14px;
  }
  form.search .text {
    margin: 0 3%;
    width: 94%;
    box-sizing: border-box;
    height: 25px;
  }
  form.search {
    margin: 0 0 10px;
    top: 0;
    padding: 10px 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .latest li ol .wrap {
    width: 100%;
  }
  .right-rail {
    margin-top: 10px;
    clear: both;
    padding-bottom: 0;
  }
  .table th,
  .table td {
    padding: 1% !important;
  }
  article.calendar td {
    height: 60px;
  }
  nav.main > ul > li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  nav.main ul ul a {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  .main-content ol textarea {
    line-height: 18px;
  }
  header {
    margin-bottom: 10px;
  }
  .wrap-main {
    padding-top: 0;
  }
  .main-content article:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  aside {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 979px) {
  .btn-toolbar {
    float: left !important;
    clear: both;
  }
  header.main h1,
  header.main h2 {
    margin: 0;
  }
  .nav-collapse .current {
    background-color: #eee !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .nav-collapse .nav {
    padding-top: 10px;
  }
  .nav .pipe {
    display: none;
  }
  .left-rail {
    margin-bottom: 10px;
  }
}
.left-inner {
  background-image: url(../img/bg-left-inner.jpg);
  background-repeat: repeat-y;
  background-position: left 0;
}
@media (max-width: 979px) and (min-width: 768px) {
  .left-inner {
    background-position: -10px 0;
  }
}
.left-inner .dropdown-toggle {
  font-weight: 600;
  white-space: nowrap;
}
.left-inner .img {
  margin: 0;
}
.left-inner ul li {
  margin-bottom: 4px;
  line-height: 1.2;
}
.left-inner aside {
  background: transparent;
}
.left-inner .span-left {
  width: 84px;
  margin: 0;
}
.left-inner .span-left figure {
  width: 75px;
}
.left-inner .span-right {
  width: 443px;
  margin-left: 31px;
}
.left-inner aside h1 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 7px;
}
.left-inner article {
  border: none;
  padding: 0;
  background: transparent;
  overflow: inherit;
}
@media (min-width: 1200px) {
  .left-inner .span-left {
    width: 86px;
    margin: 0;
  }
  .left-inner .span-left figure {
    width: 80px;
  }
  .left-inner .span-right {
    width: 590px;
    margin-left: 20px;
  }
}
@media (max-width: 979px) {
  
}
@media (max-width: 979px) and (min-width: 768px) {
  .left-inner .span-left {
    width: 70px;
    margin: 0;
  }
  .left-inner .span-left figure {
    width: 66px;
  }
  .left-inner .span-right {
    width: 325px;
    margin-left: 26px;
  }
}
@media (max-width: 767px) {
  
}
/*!
 * Bootstrap Responsive v2.2.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.
 */
/* current fmyi colors */
/*#506f99*/
/*@bodyBackground:        @orange;*/
/*@bodyBackground:        @otherBlue;*/
/*@linkColor:             #0d3cb7;*/
/* @iconSpritePath:          "../img/icons/sprite-icon.png"; */
.hardbreak {
  white-space: pre-wrap;
  /* css-3 */

  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+, 6, 7, 8 compability-mode */

  -ms-word-break: break-all;
  /* Internet Explorer 8 */

}
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  *behavior: url(boxsizing.htc);
  /* OldIE */

}
.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;
}
.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 (min-width: 1200px) {
  .row {
    margin-left: -25px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 25px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1175px;
  }
  .span16 {
    width: 1175px;
  }
  .span15 {
    width: 1100px;
  }
  .span14 {
    width: 1025px;
  }
  .span13 {
    width: 950px;
  }
  .span12 {
    width: 875px;
  }
  .span11 {
    width: 800px;
  }
  .span10 {
    width: 725px;
  }
  .span9 {
    width: 650px;
  }
  .span8 {
    width: 575px;
  }
  .span7 {
    width: 500px;
  }
  .span6 {
    width: 425px;
  }
  .span5 {
    width: 350px;
  }
  .span4 {
    width: 275px;
  }
  .span3 {
    width: 200px;
  }
  .span2 {
    width: 125px;
  }
  .span1 {
    width: 50px;
  }
  .offset16 {
    margin-left: 1225px;
  }
  .offset15 {
    margin-left: 1150px;
  }
  .offset14 {
    margin-left: 1075px;
  }
  .offset13 {
    margin-left: 1000px;
  }
  .offset12 {
    margin-left: 925px;
  }
  .offset11 {
    margin-left: 850px;
  }
  .offset10 {
    margin-left: 775px;
  }
  .offset9 {
    margin-left: 700px;
  }
  .offset8 {
    margin-left: 625px;
  }
  .offset7 {
    margin-left: 550px;
  }
  .offset6 {
    margin-left: 475px;
  }
  .offset5 {
    margin-left: 400px;
  }
  .offset4 {
    margin-left: 325px;
  }
  .offset3 {
    margin-left: 250px;
  }
  .offset2 {
    margin-left: 175px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .row {
    margin-left: -25px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 25px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1175px;
  }
  .span16 {
    width: 1175px;
  }
  .span15 {
    width: 1100px;
  }
  .span14 {
    width: 1025px;
  }
  .span13 {
    width: 950px;
  }
  .span12 {
    width: 875px;
  }
  .span11 {
    width: 800px;
  }
  .span10 {
    width: 725px;
  }
  .span9 {
    width: 650px;
  }
  .span8 {
    width: 575px;
  }
  .span7 {
    width: 500px;
  }
  .span6 {
    width: 425px;
  }
  .span5 {
    width: 350px;
  }
  .span4 {
    width: 275px;
  }
  .span3 {
    width: 200px;
  }
  .span2 {
    width: 125px;
  }
  .span1 {
    width: 50px;
  }
  .offset16 {
    margin-left: 1225px;
  }
  .offset15 {
    margin-left: 1150px;
  }
  .offset14 {
    margin-left: 1075px;
  }
  .offset13 {
    margin-left: 1000px;
  }
  .offset12 {
    margin-left: 925px;
  }
  .offset11 {
    margin-left: 850px;
  }
  .offset10 {
    margin-left: 775px;
  }
  .offset9 {
    margin-left: 700px;
  }
  .offset8 {
    margin-left: 625px;
  }
  .offset7 {
    margin-left: 550px;
  }
  .offset6 {
    margin-left: 475px;
  }
  .offset5 {
    margin-left: 400px;
  }
  .offset4 {
    margin-left: 325px;
  }
  .offset3 {
    margin-left: 250px;
  }
  .offset2 {
    margin-left: 175px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .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: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.127659574468085%;
    *margin-left: 2.074468085106383%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span16 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span15 {
    width: 93.61702127659575%;
    *width: 93.56382978723404%;
  }
  .row-fluid .span14 {
    width: 87.23404255319149%;
    *width: 87.18085106382978%;
  }
  .row-fluid .span13 {
    width: 80.85106382978722%;
    *width: 80.79787234042551%;
  }
  .row-fluid .span12 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
  }
  .row-fluid .span11 {
    width: 68.08510638297872%;
    *width: 68.03191489361701%;
  }
  .row-fluid .span10 {
    width: 61.702127659574465%;
    *width: 61.648936170212764%;
  }
  .row-fluid .span9 {
    width: 55.31914893617021%;
    *width: 55.26595744680851%;
  }
  .row-fluid .span8 {
    width: 48.93617021276596%;
    *width: 48.88297872340426%;
  }
  .row-fluid .span7 {
    width: 42.5531914893617%;
    *width: 42.5%;
  }
  .row-fluid .span6 {
    width: 36.170212765957444%;
    *width: 36.11702127659574%;
  }
  .row-fluid .span5 {
    width: 29.78723404255319%;
    *width: 29.73404255319149%;
  }
  .row-fluid .span4 {
    width: 23.404255319148938%;
    *width: 23.351063829787236%;
  }
  .row-fluid .span3 {
    width: 17.02127659574468%;
    *width: 16.96808510638298%;
  }
  .row-fluid .span2 {
    width: 10.638297872340425%;
    *width: 10.585106382978724%;
  }
  .row-fluid .span1 {
    width: 4.25531914893617%;
    *width: 4.202127659574468%;
  }
  .row-fluid .offset16 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%;
  }
  .row-fluid .offset16:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%;
  }
  .row-fluid .offset15 {
    margin-left: 97.87234042553192%;
    *margin-left: 97.7659574468085%;
  }
  .row-fluid .offset15:first-child {
    margin-left: 95.74468085106383%;
    *margin-left: 95.63829787234042%;
  }
  .row-fluid .offset14 {
    margin-left: 91.48936170212765%;
    *margin-left: 91.38297872340424%;
  }
  .row-fluid .offset14:first-child {
    margin-left: 89.36170212765957%;
    *margin-left: 89.25531914893615%;
  }
  .row-fluid .offset13 {
    margin-left: 85.10638297872339%;
    *margin-left: 84.99999999999997%;
  }
  .row-fluid .offset13:first-child {
    margin-left: 82.9787234042553%;
    *margin-left: 82.87234042553189%;
  }
  .row-fluid .offset12 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%;
  }
  .row-fluid .offset11 {
    margin-left: 72.34042553191489%;
    *margin-left: 72.23404255319147%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%;
  }
  .row-fluid .offset10 {
    margin-left: 65.95744680851064%;
    *margin-left: 65.85106382978722%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 63.82978723404255%;
    *margin-left: 63.723404255319146%;
  }
  .row-fluid .offset9 {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638298%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 57.44680851063829%;
    *margin-left: 57.34042553191489%;
  }
  .row-fluid .offset8 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.08510638297873%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 51.06382978723404%;
    *margin-left: 50.95744680851064%;
  }
  .row-fluid .offset7 {
    margin-left: 46.808510638297875%;
    *margin-left: 46.702127659574465%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 44.680851063829785%;
    *margin-left: 44.57446808510638%;
  }
  .row-fluid .offset6 {
    margin-left: 40.42553191489361%;
    *margin-left: 40.319148936170215%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 38.29787234042553%;
    *margin-left: 38.191489361702125%;
  }
  .row-fluid .offset5 {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 31.914893617021278%;
    *margin-left: 31.808510638297875%;
  }
  .row-fluid .offset4 {
    margin-left: 27.659574468085108%;
    *margin-left: 27.553191489361705%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%;
  }
  .row-fluid .offset3 {
    margin-left: 21.27659574468085%;
    *margin-left: 21.170212765957448%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%;
  }
  .row-fluid .offset2 {
    margin-left: 14.893617021276595%;
    *margin-left: 14.787234042553193%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 12.76595744680851%;
    *margin-left: 12.659574468085108%;
  }
  .row-fluid .offset1 {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 6.382978723404255%;
    *margin-left: 6.276595744680851%;
  }
  .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: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.127659574468085%;
    *margin-left: 2.074468085106383%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span16 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span15 {
    width: 93.61702127659575%;
    *width: 93.56382978723404%;
  }
  .row-fluid .span14 {
    width: 87.23404255319149%;
    *width: 87.18085106382978%;
  }
  .row-fluid .span13 {
    width: 80.85106382978722%;
    *width: 80.79787234042551%;
  }
  .row-fluid .span12 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
  }
  .row-fluid .span11 {
    width: 68.08510638297872%;
    *width: 68.03191489361701%;
  }
  .row-fluid .span10 {
    width: 61.702127659574465%;
    *width: 61.648936170212764%;
  }
  .row-fluid .span9 {
    width: 55.31914893617021%;
    *width: 55.26595744680851%;
  }
  .row-fluid .span8 {
    width: 48.93617021276596%;
    *width: 48.88297872340426%;
  }
  .row-fluid .span7 {
    width: 42.5531914893617%;
    *width: 42.5%;
  }
  .row-fluid .span6 {
    width: 36.170212765957444%;
    *width: 36.11702127659574%;
  }
  .row-fluid .span5 {
    width: 29.78723404255319%;
    *width: 29.73404255319149%;
  }
  .row-fluid .span4 {
    width: 23.404255319148938%;
    *width: 23.351063829787236%;
  }
  .row-fluid .span3 {
    width: 17.02127659574468%;
    *width: 16.96808510638298%;
  }
  .row-fluid .span2 {
    width: 10.638297872340425%;
    *width: 10.585106382978724%;
  }
  .row-fluid .span1 {
    width: 4.25531914893617%;
    *width: 4.202127659574468%;
  }
  .row-fluid .offset16 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%;
  }
  .row-fluid .offset16:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%;
  }
  .row-fluid .offset15 {
    margin-left: 97.87234042553192%;
    *margin-left: 97.7659574468085%;
  }
  .row-fluid .offset15:first-child {
    margin-left: 95.74468085106383%;
    *margin-left: 95.63829787234042%;
  }
  .row-fluid .offset14 {
    margin-left: 91.48936170212765%;
    *margin-left: 91.38297872340424%;
  }
  .row-fluid .offset14:first-child {
    margin-left: 89.36170212765957%;
    *margin-left: 89.25531914893615%;
  }
  .row-fluid .offset13 {
    margin-left: 85.10638297872339%;
    *margin-left: 84.99999999999997%;
  }
  .row-fluid .offset13:first-child {
    margin-left: 82.9787234042553%;
    *margin-left: 82.87234042553189%;
  }
  .row-fluid .offset12 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%;
  }
  .row-fluid .offset11 {
    margin-left: 72.34042553191489%;
    *margin-left: 72.23404255319147%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%;
  }
  .row-fluid .offset10 {
    margin-left: 65.95744680851064%;
    *margin-left: 65.85106382978722%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 63.82978723404255%;
    *margin-left: 63.723404255319146%;
  }
  .row-fluid .offset9 {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638298%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 57.44680851063829%;
    *margin-left: 57.34042553191489%;
  }
  .row-fluid .offset8 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.08510638297873%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 51.06382978723404%;
    *margin-left: 50.95744680851064%;
  }
  .row-fluid .offset7 {
    margin-left: 46.808510638297875%;
    *margin-left: 46.702127659574465%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 44.680851063829785%;
    *margin-left: 44.57446808510638%;
  }
  .row-fluid .offset6 {
    margin-left: 40.42553191489361%;
    *margin-left: 40.319148936170215%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 38.29787234042553%;
    *margin-left: 38.191489361702125%;
  }
  .row-fluid .offset5 {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 31.914893617021278%;
    *margin-left: 31.808510638297875%;
  }
  .row-fluid .offset4 {
    margin-left: 27.659574468085108%;
    *margin-left: 27.553191489361705%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%;
  }
  .row-fluid .offset3 {
    margin-left: 21.27659574468085%;
    *margin-left: 21.170212765957448%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%;
  }
  .row-fluid .offset2 {
    margin-left: 14.893617021276595%;
    *margin-left: 14.787234042553193%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 12.76595744680851%;
    *margin-left: 12.659574468085108%;
  }
  .row-fluid .offset1 {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 6.382978723404255%;
    *margin-left: 6.276595744680851%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 25px;
  }
  input.span16, textarea.span16, .uneditable-input.span16 {
    width: 1161px;
  }
  input.span15, textarea.span15, .uneditable-input.span15 {
    width: 1086px;
  }
  input.span14, textarea.span14, .uneditable-input.span14 {
    width: 1011px;
  }
  input.span13, textarea.span13, .uneditable-input.span13 {
    width: 936px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 861px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 786px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 711px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 636px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 561px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 486px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 411px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 336px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 261px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 186px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 111px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 36px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 25px;
  }
  input.span16, textarea.span16, .uneditable-input.span16 {
    width: 1161px;
  }
  input.span15, textarea.span15, .uneditable-input.span15 {
    width: 1086px;
  }
  input.span14, textarea.span14, .uneditable-input.span14 {
    width: 1011px;
  }
  input.span13, textarea.span13, .uneditable-input.span13 {
    width: 936px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 861px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 786px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 711px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 636px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 561px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 486px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 411px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 336px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 261px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 186px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 111px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 36px;
  }
  .thumbnails {
    margin-left: -25px;
  }
  .thumbnails > li {
    margin-left: 25px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -10px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 726px;
  }
  .span16 {
    width: 726px;
  }
  .span15 {
    width: 680px;
  }
  .span14 {
    width: 634px;
  }
  .span13 {
    width: 588px;
  }
  .span12 {
    width: 542px;
  }
  .span11 {
    width: 496px;
  }
  .span10 {
    width: 450px;
  }
  .span9 {
    width: 404px;
  }
  .span8 {
    width: 358px;
  }
  .span7 {
    width: 312px;
  }
  .span6 {
    width: 266px;
  }
  .span5 {
    width: 220px;
  }
  .span4 {
    width: 174px;
  }
  .span3 {
    width: 128px;
  }
  .span2 {
    width: 82px;
  }
  .span1 {
    width: 36px;
  }
  .offset16 {
    margin-left: 746px;
  }
  .offset15 {
    margin-left: 700px;
  }
  .offset14 {
    margin-left: 654px;
  }
  .offset13 {
    margin-left: 608px;
  }
  .offset12 {
    margin-left: 562px;
  }
  .offset11 {
    margin-left: 516px;
  }
  .offset10 {
    margin-left: 470px;
  }
  .offset9 {
    margin-left: 424px;
  }
  .offset8 {
    margin-left: 378px;
  }
  .offset7 {
    margin-left: 332px;
  }
  .offset6 {
    margin-left: 286px;
  }
  .offset5 {
    margin-left: 240px;
  }
  .offset4 {
    margin-left: 194px;
  }
  .offset3 {
    margin-left: 148px;
  }
  .offset2 {
    margin-left: 102px;
  }
  .offset1 {
    margin-left: 56px;
  }
  .row {
    margin-left: -10px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 726px;
  }
  .span16 {
    width: 726px;
  }
  .span15 {
    width: 680px;
  }
  .span14 {
    width: 634px;
  }
  .span13 {
    width: 588px;
  }
  .span12 {
    width: 542px;
  }
  .span11 {
    width: 496px;
  }
  .span10 {
    width: 450px;
  }
  .span9 {
    width: 404px;
  }
  .span8 {
    width: 358px;
  }
  .span7 {
    width: 312px;
  }
  .span6 {
    width: 266px;
  }
  .span5 {
    width: 220px;
  }
  .span4 {
    width: 174px;
  }
  .span3 {
    width: 128px;
  }
  .span2 {
    width: 82px;
  }
  .span1 {
    width: 36px;
  }
  .offset16 {
    margin-left: 746px;
  }
  .offset15 {
    margin-left: 700px;
  }
  .offset14 {
    margin-left: 654px;
  }
  .offset13 {
    margin-left: 608px;
  }
  .offset12 {
    margin-left: 562px;
  }
  .offset11 {
    margin-left: 516px;
  }
  .offset10 {
    margin-left: 470px;
  }
  .offset9 {
    margin-left: 424px;
  }
  .offset8 {
    margin-left: 378px;
  }
  .offset7 {
    margin-left: 332px;
  }
  .offset6 {
    margin-left: 286px;
  }
  .offset5 {
    margin-left: 240px;
  }
  .offset4 {
    margin-left: 194px;
  }
  .offset3 {
    margin-left: 148px;
  }
  .offset2 {
    margin-left: 102px;
  }
  .offset1 {
    margin-left: 56px;
  }
  .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: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.3774104683195594%;
    *margin-left: 1.3242189789578573%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span16 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span15 {
    width: 93.66391184573003%;
    *width: 93.61072035636832%;
  }
  .row-fluid .span14 {
    width: 87.32782369146007%;
    *width: 87.27463220209836%;
  }
  .row-fluid .span13 {
    width: 80.99173553719008%;
    *width: 80.93854404782837%;
  }
  .row-fluid .span12 {
    width: 74.65564738292012%;
    *width: 74.60245589355841%;
  }
  .row-fluid .span11 {
    width: 68.31955922865014%;
    *width: 68.26636773928843%;
  }
  .row-fluid .span10 {
    width: 61.98347107438017%;
    *width: 61.93027958501847%;
  }
  .row-fluid .span9 {
    width: 55.647382920110196%;
    *width: 55.594191430748495%;
  }
  .row-fluid .span8 {
    width: 49.31129476584022%;
    *width: 49.25810327647852%;
  }
  .row-fluid .span7 {
    width: 42.97520661157025%;
    *width: 42.92201512220855%;
  }
  .row-fluid .span6 {
    width: 36.63911845730028%;
    *width: 36.585926967938576%;
  }
  .row-fluid .span5 {
    width: 30.303030303030305%;
    *width: 30.249838813668603%;
  }
  .row-fluid .span4 {
    width: 23.96694214876033%;
    *width: 23.91375065939863%;
  }
  .row-fluid .span3 {
    width: 17.63085399449036%;
    *width: 17.577662505128657%;
  }
  .row-fluid .span2 {
    width: 11.294765840220386%;
    *width: 11.241574350858684%;
  }
  .row-fluid .span1 {
    width: 4.958677685950414%;
    *width: 4.905486196588711%;
  }
  .row-fluid .offset16 {
    margin-left: 102.75482093663912%;
    *margin-left: 102.6484379579157%;
  }
  .row-fluid .offset16:first-child {
    margin-left: 101.37741046831955%;
    *margin-left: 101.27102748959614%;
  }
  .row-fluid .offset15 {
    margin-left: 96.41873278236915%;
    *margin-left: 96.31234980364573%;
  }
  .row-fluid .offset15:first-child {
    margin-left: 95.04132231404958%;
    *margin-left: 94.93493933532616%;
  }
  .row-fluid .offset14 {
    margin-left: 90.08264462809919%;
    *margin-left: 89.97626164937577%;
  }
  .row-fluid .offset14:first-child {
    margin-left: 88.70523415977962%;
    *margin-left: 88.5988511810562%;
  }
  .row-fluid .offset13 {
    margin-left: 83.7465564738292%;
    *margin-left: 83.64017349510578%;
  }
  .row-fluid .offset13:first-child {
    margin-left: 82.36914600550963%;
    *margin-left: 82.26276302678622%;
  }
  .row-fluid .offset12 {
    margin-left: 77.41046831955924%;
    *margin-left: 77.30408534083583%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 76.03305785123968%;
    *margin-left: 75.92667487251626%;
  }
  .row-fluid .offset11 {
    margin-left: 71.07438016528926%;
    *margin-left: 70.96799718656584%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 69.69696969696969%;
    *margin-left: 69.59058671824627%;
  }
  .row-fluid .offset10 {
    margin-left: 64.73829201101928%;
    *margin-left: 64.63190903229588%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 63.36088154269973%;
    *margin-left: 63.25449856397633%;
  }
  .row-fluid .offset9 {
    margin-left: 58.40220385674932%;
    *margin-left: 58.295820878025914%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 57.02479338842976%;
    *margin-left: 56.918410409706354%;
  }
  .row-fluid .offset8 {
    margin-left: 52.066115702479344%;
    *margin-left: 51.95973272375594%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 50.688705234159784%;
    *margin-left: 50.58232225543638%;
  }
  .row-fluid .offset7 {
    margin-left: 45.73002754820937%;
    *margin-left: 45.62364456948597%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 44.35261707988981%;
    *margin-left: 44.24623410116641%;
  }
  .row-fluid .offset6 {
    margin-left: 39.3939393939394%;
    *margin-left: 39.287556415215995%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 38.01652892561984%;
    *margin-left: 37.910145946896435%;
  }
  .row-fluid .offset5 {
    margin-left: 33.057851239669425%;
    *margin-left: 32.95146826094602%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 31.680440771349865%;
    *margin-left: 31.574057792626462%;
  }
  .row-fluid .offset4 {
    margin-left: 26.721763085399452%;
    *margin-left: 26.61538010667605%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 25.344352617079892%;
    *margin-left: 25.23796963835649%;
  }
  .row-fluid .offset3 {
    margin-left: 20.38567493112948%;
    *margin-left: 20.279291952406076%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 19.00826446280992%;
    *margin-left: 18.901881484086516%;
  }
  .row-fluid .offset2 {
    margin-left: 14.049586776859504%;
    *margin-left: 13.943203798136102%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 12.672176308539946%;
    *margin-left: 12.565793329816543%;
  }
  .row-fluid .offset1 {
    margin-left: 7.713498622589532%;
    *margin-left: 7.607115643866128%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 6.336088154269973%;
    *margin-left: 6.229705175546568%;
  }
  .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: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.3774104683195594%;
    *margin-left: 1.3242189789578573%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span16 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span15 {
    width: 93.66391184573003%;
    *width: 93.61072035636832%;
  }
  .row-fluid .span14 {
    width: 87.32782369146007%;
    *width: 87.27463220209836%;
  }
  .row-fluid .span13 {
    width: 80.99173553719008%;
    *width: 80.93854404782837%;
  }
  .row-fluid .span12 {
    width: 74.65564738292012%;
    *width: 74.60245589355841%;
  }
  .row-fluid .span11 {
    width: 68.31955922865014%;
    *width: 68.26636773928843%;
  }
  .row-fluid .span10 {
    width: 61.98347107438017%;
    *width: 61.93027958501847%;
  }
  .row-fluid .span9 {
    width: 55.647382920110196%;
    *width: 55.594191430748495%;
  }
  .row-fluid .span8 {
    width: 49.31129476584022%;
    *width: 49.25810327647852%;
  }
  .row-fluid .span7 {
    width: 42.97520661157025%;
    *width: 42.92201512220855%;
  }
  .row-fluid .span6 {
    width: 36.63911845730028%;
    *width: 36.585926967938576%;
  }
  .row-fluid .span5 {
    width: 30.303030303030305%;
    *width: 30.249838813668603%;
  }
  .row-fluid .span4 {
    width: 23.96694214876033%;
    *width: 23.91375065939863%;
  }
  .row-fluid .span3 {
    width: 17.63085399449036%;
    *width: 17.577662505128657%;
  }
  .row-fluid .span2 {
    width: 11.294765840220386%;
    *width: 11.241574350858684%;
  }
  .row-fluid .span1 {
    width: 4.958677685950414%;
    *width: 4.905486196588711%;
  }
  .row-fluid .offset16 {
    margin-left: 102.75482093663912%;
    *margin-left: 102.6484379579157%;
  }
  .row-fluid .offset16:first-child {
    margin-left: 101.37741046831955%;
    *margin-left: 101.27102748959614%;
  }
  .row-fluid .offset15 {
    margin-left: 96.41873278236915%;
    *margin-left: 96.31234980364573%;
  }
  .row-fluid .offset15:first-child {
    margin-left: 95.04132231404958%;
    *margin-left: 94.93493933532616%;
  }
  .row-fluid .offset14 {
    margin-left: 90.08264462809919%;
    *margin-left: 89.97626164937577%;
  }
  .row-fluid .offset14:first-child {
    margin-left: 88.70523415977962%;
    *margin-left: 88.5988511810562%;
  }
  .row-fluid .offset13 {
    margin-left: 83.7465564738292%;
    *margin-left: 83.64017349510578%;
  }
  .row-fluid .offset13:first-child {
    margin-left: 82.36914600550963%;
    *margin-left: 82.26276302678622%;
  }
  .row-fluid .offset12 {
    margin-left: 77.41046831955924%;
    *margin-left: 77.30408534083583%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 76.03305785123968%;
    *margin-left: 75.92667487251626%;
  }
  .row-fluid .offset11 {
    margin-left: 71.07438016528926%;
    *margin-left: 70.96799718656584%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 69.69696969696969%;
    *margin-left: 69.59058671824627%;
  }
  .row-fluid .offset10 {
    margin-left: 64.73829201101928%;
    *margin-left: 64.63190903229588%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 63.36088154269973%;
    *margin-left: 63.25449856397633%;
  }
  .row-fluid .offset9 {
    margin-left: 58.40220385674932%;
    *margin-left: 58.295820878025914%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 57.02479338842976%;
    *margin-left: 56.918410409706354%;
  }
  .row-fluid .offset8 {
    margin-left: 52.066115702479344%;
    *margin-left: 51.95973272375594%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 50.688705234159784%;
    *margin-left: 50.58232225543638%;
  }
  .row-fluid .offset7 {
    margin-left: 45.73002754820937%;
    *margin-left: 45.62364456948597%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 44.35261707988981%;
    *margin-left: 44.24623410116641%;
  }
  .row-fluid .offset6 {
    margin-left: 39.3939393939394%;
    *margin-left: 39.287556415215995%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 38.01652892561984%;
    *margin-left: 37.910145946896435%;
  }
  .row-fluid .offset5 {
    margin-left: 33.057851239669425%;
    *margin-left: 32.95146826094602%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 31.680440771349865%;
    *margin-left: 31.574057792626462%;
  }
  .row-fluid .offset4 {
    margin-left: 26.721763085399452%;
    *margin-left: 26.61538010667605%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 25.344352617079892%;
    *margin-left: 25.23796963835649%;
  }
  .row-fluid .offset3 {
    margin-left: 20.38567493112948%;
    *margin-left: 20.279291952406076%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 19.00826446280992%;
    *margin-left: 18.901881484086516%;
  }
  .row-fluid .offset2 {
    margin-left: 14.049586776859504%;
    *margin-left: 13.943203798136102%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 12.672176308539946%;
    *margin-left: 12.565793329816543%;
  }
  .row-fluid .offset1 {
    margin-left: 7.713498622589532%;
    *margin-left: 7.607115643866128%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 6.336088154269973%;
    *margin-left: 6.229705175546568%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 10px;
  }
  input.span16, textarea.span16, .uneditable-input.span16 {
    width: 712px;
  }
  input.span15, textarea.span15, .uneditable-input.span15 {
    width: 666px;
  }
  input.span14, textarea.span14, .uneditable-input.span14 {
    width: 620px;
  }
  input.span13, textarea.span13, .uneditable-input.span13 {
    width: 574px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 528px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 482px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 436px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 390px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 344px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 298px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 252px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 206px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 160px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 114px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 68px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 22px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 10px;
  }
  input.span16, textarea.span16, .uneditable-input.span16 {
    width: 712px;
  }
  input.span15, textarea.span15, .uneditable-input.span15 {
    width: 666px;
  }
  input.span14, textarea.span14, .uneditable-input.span14 {
    width: 620px;
  }
  input.span13, textarea.span13, .uneditable-input.span13 {
    width: 574px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 528px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 482px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 436px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 390px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 344px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 298px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 252px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 206px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 160px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 114px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 68px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 22px;
  }
}
@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 (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: #555555;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #555555;
    -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: #ffffff;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #cccccc;
  }
  .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 #ffffff;
    border-bottom: 1px solid #ffffff;
    -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;
  }
}
/* this is an override css file */
.body-account .icon2-facebook {
  background: url(../../images/social/icon-facebook-grey.png) no-repeat;
  border: none;
}
.body-account .icon2-linkedin {
  background: url(../../images/social/icon-linkedin-grey.png) no-repeat;
  border: none;
}
.body-account .icon2-twitter {
  background: url(../../images/social/icon-twitter-grey.png) no-repeat;
  border: none;
}
.body-account .icon2-google {
  background: url(../../images/social/icon-google-grey.png) no-repeat;
  border: none;
}
.body-account .icon2-facebook:hover {
  background: url(../../images/social/icon-facebook-black.png) no-repeat;
  border: none;
}
.body-account .icon2-linkedin:hover {
  background: url(../../images/social/icon-linkedin-black.png) no-repeat;
  border: none;
}
.body-account .icon2-twitter:hover {
  background: url(../../images/social/icon-twitter-black.png) no-repeat;
  border: none;
}
.body-account .icon2-google:hover {
  background: url(../../images/social/icon-google-black.png) no-repeat;
  border: none;
}
.body-account table tr.spaceUnder > td {
  padding-bottom: 1em;
}
/* this is an override css file */
.body-site .inTest span {
  color: red;
  font-style: italic;
}
.body-site table tr.suspended td {
  color: #606060;
  background-color: #f2f2f2;
}
.body-site .rating .on {
  color: #5E79B2;
  background-color: inherit;
}
.body-site .rating {
  font-size: 1.6em;
  cursor: pointer;
}
.body-site table td.top {
  vertical-align: text-top;
}
.body-site table td.topCenter,
.body-site table th.topCenter {
  text-align: center;
  vertical-align: text-top;
}
.body-site table td.textMiddle {
  vertical-align: middle;
}
.body-site table.table-borderless td,
.body-site table.table-borderless th {
  border-top: 0;
}
.body-site .RatingChoices {
  width: 100%;
}
.body-site form #poster-list {
  overflow-x: auto;
  margin-bottom: 0;
}
.body-site #top-posters {
  padding: 10px;
}
.body-site #top-posters .top-poster {
  background-color: white;
  margin: 1em 1em 0 0;
  float: left;
  clear: none;
  padding: 10px;
}
.body-site .top-poster {
  white-space: nowrap;
}
.body-site .top-poster a {
  white-space: nowrap;
}
.body-site #top-posters h5 {
  text-transform: uppercase;
  margin: 0;
}
.body-site #poster-list td {
  vertical-align: top;
}
.body-site #top-posters img {
  width: 38px !important;
  height: auto !important;
}
.body-site #advanced-search fieldset:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.body-site #or-link {
  border-top: 1px solid #ccc;
  padding: 1em 1em 1em 0;
  text-align: right;
}
.body-site #advanced-search-term-holder {
  padding: 0 1em;
}
.body-site .or-separator-left {
  float: left;
  width: 47%;
}
.body-site .or-separator-right {
  float: right;
  width: 47%;
}
.body-site .or-section {
  width: 5%;
  text-align: center;
  float: left;
  line-height: 1em;
}
.body-site .or-divider {
  margin-bottom: 1em;
}
.body-site #advanced-search hr {
  height: 1px;
  border-top: 1px solid #ccc;
  border-bottom: none;
  margin: 0.5em 0 0 0;
}
.body-site #advanced-search .well {
  background-color: white;
}
.body-site #advanced-search .well {
  background-color: white;
}
.body-site #advanced-search .term-set {
  margin-top: 10px;
}
.body-site hr#theBar {
  height: 5px;
  border: none;
  color: #48638B;
  background-color: #48638B;
  margin: 6px 0;
}
.body-site a.setBar {
  height: 5px;
  margin: 6px 0;
  line-height: 0;
}
.body-site div.barDiv {
  padding: 0;
  margin: 0;
  border: 0;
}
.body-site div.barDiv a.setBar {
  display: block;
  width: 100%;
  text-decoration: none;
}
.body-site div.barDiv a.setBar {
  color: #CCC;
  background-color: #CCC;
}
.body-site article.calendar #day-frame {
  position: relative;
  overflow: auto;
}
.body-site article.calendar table.day {
  width: 693px;
  max-width: 693px;
  background-color: white;
}
.body-site .fixed-day-event {
  overflow: hidden;
  width: 201px;
  border: 1px solid #ddd;
  background-color: white;
  position: absolute;
  padding-left: 5px;
}
.body-site article.calendar table tr.dayname th {
  text-align: center;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
}
.body-site article.calendar table.day th {
  width: 70px;
  text-align: right;
  font-weight: normal;
}
.body-site article.calendar table.day td {
  font-size: 11px;
  line-height: 15px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-indent: 10px;
}
.body-site .play-button {
  border: 2px solid black;
  font-size: 300%;
  color: black!important;
  width: 1.5em;
  height: 1em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  margin-bottom: .1em;
  border-radius: .3em;
}
.body-site #itemFormContainer legend {
  margin-bottom: 0;
}
.body-site #itemFormContainer legend + .control-group {
  margin-top: 10px;
}
.intensity-critical {
  background-color: #CD5C5C;
}
.intensity-cautionary {
  background-color: #FAFAD2;
}
.intensity-good {
  background-color: #90EE90;
}
.intensity-undecided {
  background-color: #BBB;
}
@media print {
  /* print styles */
  .hidden,
  .featured,
  .item,
  .carousel {
    display: block !important;
    visibility: visible !important;
    height: 100% !important;
  }
  .left-rail,
  .navbar,
  .footer,
  textarea,
  input,
  select,
  option,
  nav,
  .nav,
  .nav-tabs,
  .hide-content,
  .all,
  #itemFormContainer,
  .no-print,
  .btn,
  .pagination,
  .dropdown,
  .control-group,
  .show-all,
  .controls,
  .breadcrumb {
    display: none !important;
  }
  .right-rail {
    width: 100%;
    float: none;
  }
  .wrap-main {
    border: none;
  }
  /* reset */
  body {
    line-height: 1.5;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    color: #000;
    background: none;
    font-size: 10pt;
  }
  .container {
    background: none;
  }
  hr {
    background: #ccc;
    color: #ccc;
    width: 100%;
    height: 2px;
    margin: 2em 0;
    padding: 0;
    border: none;
  }
  hr.space {
    background: #fff;
    color: #fff;
    visibility: hidden;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  }
  code {
    font: 0.9em "Courier New", Monaco, Courier, monospace;
  }
  a img {
    border: none;
  }
  p img.top {
    margin-top: 0;
  }
  blockquote {
    margin: 1.5em;
    padding: 1em;
    font-style: italic;
    font-size: .9em;
  }
  .small {
    font-size: .9em;
  }
  .large {
    font-size: 1.1em;
  }
  .quiet {
    color: #999;
  }
  .hide {
    display: none;
  }
  a:link,
  a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
  }
  table {
    width: 100% !important;
  }
  .calendar img {
    display: none;
  }
  .calendar .wrap-main {
    float: none;
  }
  #calendar {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .calendar * {
    margin: 0 !important;
    padding: 0 !important;
  }
  article.calendar td {
    padding: 6px !important;
    /* max-width: auto; */
  
  }
  header.main {
    min-height: auto !important;
  }
  .calendar .span10 {
    width: 95% !important;
    padding: 0 5%;
  }
  article.calendar {
    padding: 0 !important;
  }
}

#entity-right-header {
	display: block !important;
	position: relative;
	left: -12px;
	font-size: 13px;
}
.main-content li > ol .recipientholder li:last-child {
	padding-bottom: 0;
}
.page-status-item {
	display: inline-block;
	padding-right: 10px;
}
.aside article dl.unstyled>dt, .aside-sidebar-subtitle {
	font-weight: 600;
	line-height: 1.3;
	color: #000;
	margin: 9px 0 1px;
}
.aside article dl.unstyled>dd {
	margin: 0 0 6px 9px;
	line-height: 1.4;
}
#custom-fields-section dl {
	margin: 0 0 12px 9px;
}
#custom-fields-section dt {
	margin: 6px 0 1px;
	font-weight: 600;
	line-height: 1.4;
	color: #000;
}
.posts p {
	overflow-wrap: break-word;
}
.span3 aside article {
	margin: 0 0 0 6px !important;
}
.span3 aside article h1, article #commuting>form {
	margin-left: -6px !important;
}

/* START Susan's INT-3818 styles */
#addWorkspaceForm h5, #addWorkspaceForm .emulateh5 {
	text-transform: uppercase;
	margin: 10px 0;
}
#addWorkspaceForm .btn-group > .btn {
	margin: 3px 0 12px 0;
}
/* END Susan's INT-3818 styles */
/* START Susan's INT-3812 styles */
#lab-options-container {
	margin: 0 15px 15px 15px;
}
.lab-option {
	margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee;
}
/* hiding these for this release */
.lab-option img {
	display: none;
}
.lab-option p {
	margin-right: 150px
}
/* END Susan's INT-3812 styles */
/***
  Styles below are only required if you're using <iframe> fallback in
  addition to HTML5 drag & drop (only working in Firefox/Chrome/Opera 15+).
 ***/

/* Essential FileDrop zone element configuration: */
.fd-zone {
  position: relative;
  overflow: hidden;
  /* The following are not required but create a pretty box:
  width: 15em;
  margin: 0 auto;
  text-align: center; */
}

/* Hides <input type="file"> while simulating "Browse" button: */
.fd-file {
  opacity: 0;
  font-size: 118px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-family: sans-serif;
}

/* Provides visible feedback when user drags a file over the drop zone: */
/* MW: This was causing all the files to change. */
/* .fd-zone.over { border-color: maroon; background: #eee; } */

.show-drop-zone { background: #eee; }
.drop-zone .progress {
	width: 50px;
}

a#pro-level-link {
	color: inherit;
}

#trackers a h4 {
	color: #000;
	cursor: pointer;
}

/* start INT-4119 */
#browseItems.rv7-grid-view {
	min-height: 250px;
}
/* end INT-4119 */
/* start INT-4144 */
.modal.vlp .glyphicons.bin i:before {
    margin-left: .5rem;
    color: #ccc;
    font-size: 11px;
}
/* end INT-4144 */
/* start INT-4173 */
.latest .posts .form-preview, .home .posts .form-preview {
  width: calc(100% - 80px);
  margin: 0 0 0 42px;
}
@media (min-width: 1200px) {
  .latest .posts .form-preview, .home .posts .form-preview{
    margin: 0 0 0 47px;
  }
}
/* end INT-4173 */
