.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: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
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;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-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;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #706f6f;
  background-color: #f3f3f3;
}
a {
  color: #3d3c3c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #161616;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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);
  -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;
  -webkit-border-top-right-radius: 500px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 500px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -30px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 930px;
}
.span12 {
  width: 930px;
}
.span11 {
  width: 850px;
}
.span10 {
  width: 770px;
}
.span9 {
  width: 690px;
}
.span8 {
  width: 610px;
}
.span7 {
  width: 530px;
}
.span6 {
  width: 450px;
}
.span5 {
  width: 370px;
}
.span4 {
  width: 290px;
}
.span3 {
  width: 210px;
}
.span2 {
  width: 130px;
}
.span1 {
  width: 50px;
}
.offset12 {
  margin-left: 990px;
}
.offset11 {
  margin-left: 910px;
}
.offset10 {
  margin-left: 830px;
}
.offset9 {
  margin-left: 750px;
}
.offset8 {
  margin-left: 670px;
}
.offset7 {
  margin-left: 590px;
}
.offset6 {
  margin-left: 510px;
}
.offset5 {
  margin-left: 430px;
}
.offset4 {
  margin-left: 350px;
}
.offset3 {
  margin-left: 270px;
}
.offset2 {
  margin-left: 190px;
}
.offset1 {
  margin-left: 110px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 3.2258064516129%;
  *margin-left: 3.1720430107527%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 3.2258064516129%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94623655914%;
}
.row-fluid .span11 {
  width: 91.397849462366%;
  *width: 91.344086021505%;
}
.row-fluid .span10 {
  width: 82.795698924731%;
  *width: 82.741935483871%;
}
.row-fluid .span9 {
  width: 74.193548387097%;
  *width: 74.139784946237%;
}
.row-fluid .span8 {
  width: 65.591397849462%;
  *width: 65.537634408602%;
}
.row-fluid .span7 {
  width: 56.989247311828%;
  *width: 56.935483870968%;
}
.row-fluid .span6 {
  width: 48.387096774194%;
  *width: 48.333333333333%;
}
.row-fluid .span5 {
  width: 39.784946236559%;
  *width: 39.731182795699%;
}
.row-fluid .span4 {
  width: 31.182795698925%;
  *width: 31.129032258065%;
}
.row-fluid .span3 {
  width: 22.58064516129%;
  *width: 22.52688172043%;
}
.row-fluid .span2 {
  width: 13.978494623656%;
  *width: 13.924731182796%;
}
.row-fluid .span1 {
  width: 5.3763440860215%;
  *width: 5.3225806451613%;
}
.row-fluid .offset12 {
  margin-left: 106.45161290323%;
  *margin-left: 106.34408602151%;
}
.row-fluid .offset12:first-child {
  margin-left: 103.22580645161%;
  *margin-left: 103.11827956989%;
}
.row-fluid .offset11 {
  margin-left: 97.849462365591%;
  *margin-left: 97.741935483871%;
}
.row-fluid .offset11:first-child {
  margin-left: 94.623655913978%;
  *margin-left: 94.516129032258%;
}
.row-fluid .offset10 {
  margin-left: 89.247311827957%;
  *margin-left: 89.139784946237%;
}
.row-fluid .offset10:first-child {
  margin-left: 86.021505376344%;
  *margin-left: 85.913978494624%;
}
.row-fluid .offset9 {
  margin-left: 80.645161290323%;
  *margin-left: 80.537634408602%;
}
.row-fluid .offset9:first-child {
  margin-left: 77.41935483871%;
  *margin-left: 77.311827956989%;
}
.row-fluid .offset8 {
  margin-left: 72.043010752688%;
  *margin-left: 71.935483870968%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.817204301075%;
  *margin-left: 68.709677419355%;
}
.row-fluid .offset7 {
  margin-left: 63.440860215054%;
  *margin-left: 63.333333333333%;
}
.row-fluid .offset7:first-child {
  margin-left: 60.215053763441%;
  *margin-left: 60.10752688172%;
}
.row-fluid .offset6 {
  margin-left: 54.838709677419%;
  *margin-left: 54.731182795699%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.612903225806%;
  *margin-left: 51.505376344086%;
}
.row-fluid .offset5 {
  margin-left: 46.236559139785%;
  *margin-left: 46.129032258065%;
}
.row-fluid .offset5:first-child {
  margin-left: 43.010752688172%;
  *margin-left: 42.903225806452%;
}
.row-fluid .offset4 {
  margin-left: 37.634408602151%;
  *margin-left: 37.52688172043%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.408602150538%;
  *margin-left: 34.301075268817%;
}
.row-fluid .offset3 {
  margin-left: 29.032258064516%;
  *margin-left: 28.924731182796%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.806451612903%;
  *margin-left: 25.698924731183%;
}
.row-fluid .offset2 {
  margin-left: 20.430107526882%;
  *margin-left: 20.322580645161%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.204301075269%;
  *margin-left: 17.096774193548%;
}
.row-fluid .offset1 {
  margin-left: 11.827956989247%;
  *margin-left: 11.720430107527%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.6021505376344%;
  *margin-left: 8.494623655914%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #949599;
}
a.muted:hover,
a.muted:focus {
  color: #7a7b80;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 9px 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 18px;
  color: #3d3c3c;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #949599;
}
h1,
h2,
h3 {
  line-height: 36px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
h1 small {
  font-size: 21px;
}
h2 small {
  font-size: 15px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #e2e2e2;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 18px;
}
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;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #949599;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #e2e2e2;
}
blockquote p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #949599;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e2e2e2;
  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: 18px;
  font-style: normal;
  line-height: 18px;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 36px;
  color: #3d3c3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #949599;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, 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: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 18px;
  color: #706f6f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: #fff;
  border: 1px solid #d8d8d8;
  -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-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;
  -webkit-transition: all border linear .2s, box-shadow linear .2s ease-out;
  -moz-transition: all border linear .2s, box-shadow linear .2s ease-out;
  -o-transition: all border linear .2s, box-shadow linear .2s ease-out;
  transition: all border linear .2s, box-shadow linear .2s ease-out;
}
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;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -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;
  margin-top: 1px \9;
  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: 36px;
  *margin-top: 4px;
  line-height: 36px;
}
select {
  width: 220px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
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: #949599;
  background-color: #fcfcfc;
  border-color: #d8d8d8;
  -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);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #949599;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #949599;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #949599;
}
.radio,
.checkbox {
  min-height: 18px;
  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: 30px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 916px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 836px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 756px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 676px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 596px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 516px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 436px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 356px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 276px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 196px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 116px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 36px;
}
.controls-row {
  *zoom: 1;
}
.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] {
  cursor: not-allowed;
  background-color: #e2e2e2;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-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);
  -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;
  -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 .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-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);
  -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;
  -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: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-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);
  -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;
  -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: #d9edf7;
  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;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  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;
}
.help-block,
.help-inline {
  color: #969595;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 12px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #e2e2e2;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.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 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 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 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 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;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 14px 0 0 14px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 14px 0 0 14px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 14px 0 0 14px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 0 14px 14px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 14px 14px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 14px 14px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 0 14px 14px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 14px 14px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 14px 14px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 14px 0 0 14px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 14px 0 0 14px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 14px 0 0 14px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *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: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *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-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,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #f3f3f3;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.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,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.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: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.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: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.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: 34px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 114px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 194px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 274px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 354px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 434px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 514px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 594px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 674px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 754px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 834px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 914px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.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 #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.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: #fff;
  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-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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-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: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #3d3c3c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #383737;
  background-image: -moz-linear-gradient(top,#3d3c3c,#302f2f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d3c3c),to(#302f2f));
  background-image: -webkit-linear-gradient(top,#3d3c3c,#302f2f);
  background-image: -o-linear-gradient(top,#3d3c3c,#302f2f);
  background-image: linear-gradient(to bottom,#3d3c3c,#302f2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3c3c', endColorstr='#ff302f2f', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #383737;
  background-image: -moz-linear-gradient(top,#3d3c3c,#302f2f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d3c3c),to(#302f2f));
  background-image: -webkit-linear-gradient(top,#3d3c3c,#302f2f);
  background-image: -o-linear-gradient(top,#3d3c3c,#302f2f);
  background-image: linear-gradient(to bottom,#3d3c3c,#302f2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3c3c', endColorstr='#ff302f2f', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #949599;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  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 #000;
  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;
  -webkit-border-top-right-radius: 0 6px 6px 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 6px 6px 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 6px 6px 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 5px 5px 5px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 5px 5px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 5px 5px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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: #fff;
}
.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;
  -webkit-border-top-right-radius: 6px 0 6px 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px 0 6px 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px 0 6px 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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);
  -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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  -webkit-transition: all opacity .15s linear ease-out;
  -moz-transition: all opacity .15s linear ease-out;
  -o-transition: all opacity .15s linear ease-out;
  transition: all opacity .15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
  -webkit-transition: all height .35s ease ease-out;
  -moz-transition: all height .35s ease ease-out;
  -o-transition: all height .35s ease ease-out;
  transition: all height .35s ease ease-out;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 20;
  -khtml-opacity: 20;
  -webkit-opacity: 20;
  opacity: 20;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=2000);
  filter: alpha(opacity=2000);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 40;
  -khtml-opacity: 40;
  -webkit-opacity: 40;
  opacity: 40;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=4000);
  filter: alpha(opacity=4000);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #3d3c3c;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #e2e2e2;
  background-image: -moz-linear-gradient(top,#e2e2e2,#e2e2e2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e2e2e2),to(#e2e2e2));
  background-image: -webkit-linear-gradient(top,#e2e2e2,#e2e2e2);
  background-image: -o-linear-gradient(top,#e2e2e2,#e2e2e2);
  background-image: linear-gradient(to bottom,#e2e2e2,#e2e2e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffe2e2e2', GradientType=0);
  border-color: #e2e2e2 #e2e2e2 #bcbcbc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid transparent;
  *border: 0;
  border-bottom-color: rgba(0,0,0,0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *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);
  -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:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #3d3c3c;
  background-color: #e2e2e2;
  *background-color: #d5d5d5;
}
.btn:active,
.btn.active {
  background-color: #c9c9c9 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #3d3c3c;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
  -webkit-transition: all background-position .1s linear ease-out;
  -moz-transition: all background-position .1s linear ease-out;
  -o-transition: all background-position .1s linear ease-out;
  transition: all background-position .1s linear ease-out;
}
.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);
  -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);
  -moz-opacity: 65;
  -khtml-opacity: 65;
  -webkit-opacity: 65;
  opacity: 65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6500);
  filter: alpha(opacity=6500);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 15.6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 10.8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9.6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-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-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #3d3c3c;
  background-image: -moz-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d3c3c),to(#3d3c3c));
  background-image: -webkit-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: -o-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: linear-gradient(to bottom,#3d3c3c,#3d3c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3c3c', endColorstr='#ff3d3c3c', GradientType=0);
  border-color: #3d3c3c #3d3c3c #161616;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #3d3c3c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #3d3c3c;
  *background-color: #302f2f;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #232323 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #3d3c3c;
  background-image: -moz-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d3c3c),to(#3d3c3c));
  background-image: -webkit-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: -o-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: linear-gradient(to bottom,#3d3c3c,#3d3c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3c3c', endColorstr='#ff3d3c3c', GradientType=0);
  border-color: #3d3c3c #3d3c3c #161616;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #3d3c3c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #3d3c3c;
  *background-color: #302f2f;
}
.btn-info:active,
.btn-info.active {
  background-color: #232323 \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #3d3c3c;
  background-image: -moz-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d3c3c),to(#3d3c3c));
  background-image: -webkit-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: -o-linear-gradient(top,#3d3c3c,#3d3c3c);
  background-image: linear-gradient(to bottom,#3d3c3c,#3d3c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3c3c', endColorstr='#ff3d3c3c', GradientType=0);
  border-color: #3d3c3c #3d3c3c #161616;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #3d3c3c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #3d3c3c;
  *background-color: #302f2f;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #232323 \9;
}
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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #3d3c3c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #161616;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #3d3c3c;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
.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;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-mini {
  font-size: 9.6px;
}
.btn-group > .btn-small {
  font-size: 10.8px;
}
.btn-group > .btn-large {
  font-size: 15.6px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -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;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -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;
}
.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);
  -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);
  -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: #e2e2e2;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #3d3c3c;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.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: #3d3c3c;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #3d3c3c;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.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: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-border-top-right-radius: 0 0 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  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;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e2e2e2;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #949599;
  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,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #3d3c3c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.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: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-top-right-radius: 4px 4px 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px 4px 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px 4px 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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,
.nav-tabs > li > a:focus {
  border-color: #e2e2e2 #e2e2e2 #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #706f6f;
  background-color: #f3f3f3;
  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;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #3d3c3c;
}
.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;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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,
.nav-tabs.nav-stacked > li > a:focus {
  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;
  -webkit-border-top-right-radius: 0 0 6px 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 6px 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 6px 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #3d3c3c;
  border-bottom-color: #3d3c3c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #161616;
  border-bottom-color: #161616;
}
.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: #706f6f;
  border-bottom-color: #706f6f;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #949599;
  border-color: #949599;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #949599;
}
.tabbable {
  *zoom: 1;
}
.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;
  -webkit-border-top-right-radius: 0 0 4px 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 4px 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 4px 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  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;
  -webkit-border-top-right-radius: 4px 0 0 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px 0 0 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px 0 0 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #e2e2e2 #ddd #e2e2e2 #e2e2e2;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.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;
  -webkit-border-top-right-radius: 0 4px 4px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 4px 4px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 4px 4px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #e2e2e2 #e2e2e2 #e2e2e2 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #949599;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 18px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top,#ffffff,#d9d9d9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#d9d9d9));
  background-image: -webkit-linear-gradient(top,#ffffff,#d9d9d9);
  background-image: -o-linear-gradient(top,#ffffff,#d9d9d9);
  background-image: linear-gradient(to bottom,#ffffff,#d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=0);
  border: 1px solid #bababa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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);
  -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 .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 13.5px 20px 13.5px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 45px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #3d3c3c;
}
.navbar .divider-vertical {
  height: 45px;
  margin: 0 9px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 7.5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  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 input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 7.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: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 7.5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 930px;
}
.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,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -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-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);
  -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: 13.5px 15px 13.5px;
  color: #777;
  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: #3d3c3c;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #a6a6a6;
  -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);
  -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: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e3e3e3;
  background-image: -moz-linear-gradient(top,#f2f2f2,#cccccc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#cccccc));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#cccccc);
  background-image: -o-linear-gradient(top,#f2f2f2,#cccccc);
  background-image: linear-gradient(to bottom,#f2f2f2,#cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffcccccc', GradientType=0);
  border-color: #cccccc #cccccc #a6a6a6;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #cccccc;
  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);
  -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:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #cccccc;
  *background-color: #bfbfbf;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #b3b3b3 \9;
}
.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-border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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);
  -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 #fff;
  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 #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #3d3c3c;
  border-bottom-color: #3d3c3c;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #a6a6a6;
  color: #FFF;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.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: #FFF;
  border-bottom-color: #FFF;
}
.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;
  -webkit-border-top-right-radius: 6px 0 6px 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px 0 6px 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px 0 6px 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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: #616060;
  background-image: -moz-linear-gradient(top,#706f6f,#4a4949);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#706f6f),to(#4a4949));
  background-image: -webkit-linear-gradient(top,#706f6f,#4a4949);
  background-image: -o-linear-gradient(top,#706f6f,#4a4949);
  background-image: linear-gradient(to bottom,#706f6f,#4a4949);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff706f6f', endColorstr='#ff494848', GradientType=0);
  border-color: #4a4949;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #cecece;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #949599;
}
.navbar-inverse .navbar-text {
  color: #949599;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: rgba(61,60,60,0.3);
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #3d3c3c;
}
.navbar-inverse .navbar-link {
  color: #cecece;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #4a4949;
  border-right-color: #706f6f;
}
.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: #3d3c3c;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #cecece;
  border-bottom-color: #cecece;
}
.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: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #8a8888;
  border-color: #4a4949;
  -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-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;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #3d3c3c;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  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);
  -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: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #545353;
  background-image: -moz-linear-gradient(top,#636262,#3d3c3c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#636262),to(#3d3c3c));
  background-image: -webkit-linear-gradient(top,#636262,#3d3c3c);
  background-image: -o-linear-gradient(top,#636262,#3d3c3c);
  background-image: linear-gradient(to bottom,#636262,#3d3c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff636262', endColorstr='#ff3c3c3c', GradientType=0);
  border-color: #3d3c3c #3d3c3c #161616;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #3d3c3c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #3d3c3c;
  *background-color: #303030;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #232323 \9;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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-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;
  -moz-background-clip: padding-box;
  -webkit-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;
  -webkit-transition: all opacity .3s linear, top .3s ease-out ease-out;
  -moz-transition: all opacity .3s linear, top .3s ease-out ease-out;
  -o-transition: all opacity .3s linear, top .3s ease-out ease-out;
  transition: all opacity .3s linear, top .3s ease-out 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 {
  position: relative;
  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-border-top-right-radius: 0 0 6px 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 6px 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 6px 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.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;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -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-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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-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;
  -webkit-border-top-right-radius: 5px 5px 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 5px 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 5px 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -30px;
  list-style: none;
  *zoom: 1;
}
.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: 18px;
  margin-left: 30px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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-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 .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all all .2s ease-in-out ease-out;
  -moz-transition: all all .2s ease-in-out ease-out;
  -o-transition: all all .2s ease-in-out ease-out;
  transition: all all .2s ease-in-out ease-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3d3c3c;
  -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);
  -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: #706f6f;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.152px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #949599;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.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: #3d3c3c;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #232323;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.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;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 930px;
  }
  .span12 {
    width: 930px;
  }
  .span11 {
    width: 850px;
  }
  .span10 {
    width: 770px;
  }
  .span9 {
    width: 690px;
  }
  .span8 {
    width: 610px;
  }
  .span7 {
    width: 530px;
  }
  .span6 {
    width: 450px;
  }
  .span5 {
    width: 370px;
  }
  .span4 {
    width: 290px;
  }
  .span3 {
    width: 210px;
  }
  .span2 {
    width: 130px;
  }
  .span1 {
    width: 50px;
  }
  .offset12 {
    margin-left: 990px;
  }
  .offset11 {
    margin-left: 910px;
  }
  .offset10 {
    margin-left: 830px;
  }
  .offset9 {
    margin-left: 750px;
  }
  .offset8 {
    margin-left: 670px;
  }
  .offset7 {
    margin-left: 590px;
  }
  .offset6 {
    margin-left: 510px;
  }
  .offset5 {
    margin-left: 430px;
  }
  .offset4 {
    margin-left: 350px;
  }
  .offset3 {
    margin-left: 270px;
  }
  .offset2 {
    margin-left: 190px;
  }
  .offset1 {
    margin-left: 110px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 3.2258064516129%;
    *margin-left: 3.1720430107527%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 3.2258064516129%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94623655914%;
  }
  .row-fluid .span11 {
    width: 91.397849462366%;
    *width: 91.344086021505%;
  }
  .row-fluid .span10 {
    width: 82.795698924731%;
    *width: 82.741935483871%;
  }
  .row-fluid .span9 {
    width: 74.193548387097%;
    *width: 74.139784946237%;
  }
  .row-fluid .span8 {
    width: 65.591397849462%;
    *width: 65.537634408602%;
  }
  .row-fluid .span7 {
    width: 56.989247311828%;
    *width: 56.935483870968%;
  }
  .row-fluid .span6 {
    width: 48.387096774194%;
    *width: 48.333333333333%;
  }
  .row-fluid .span5 {
    width: 39.784946236559%;
    *width: 39.731182795699%;
  }
  .row-fluid .span4 {
    width: 31.182795698925%;
    *width: 31.129032258065%;
  }
  .row-fluid .span3 {
    width: 22.58064516129%;
    *width: 22.52688172043%;
  }
  .row-fluid .span2 {
    width: 13.978494623656%;
    *width: 13.924731182796%;
  }
  .row-fluid .span1 {
    width: 5.3763440860215%;
    *width: 5.3225806451613%;
  }
  .row-fluid .offset12 {
    margin-left: 106.45161290323%;
    *margin-left: 106.34408602151%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 103.22580645161%;
    *margin-left: 103.11827956989%;
  }
  .row-fluid .offset11 {
    margin-left: 97.849462365591%;
    *margin-left: 97.741935483871%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.623655913978%;
    *margin-left: 94.516129032258%;
  }
  .row-fluid .offset10 {
    margin-left: 89.247311827957%;
    *margin-left: 89.139784946237%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 86.021505376344%;
    *margin-left: 85.913978494624%;
  }
  .row-fluid .offset9 {
    margin-left: 80.645161290323%;
    *margin-left: 80.537634408602%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.41935483871%;
    *margin-left: 77.311827956989%;
  }
  .row-fluid .offset8 {
    margin-left: 72.043010752688%;
    *margin-left: 71.935483870968%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.817204301075%;
    *margin-left: 68.709677419355%;
  }
  .row-fluid .offset7 {
    margin-left: 63.440860215054%;
    *margin-left: 63.333333333333%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 60.215053763441%;
    *margin-left: 60.10752688172%;
  }
  .row-fluid .offset6 {
    margin-left: 54.838709677419%;
    *margin-left: 54.731182795699%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.612903225806%;
    *margin-left: 51.505376344086%;
  }
  .row-fluid .offset5 {
    margin-left: 46.236559139785%;
    *margin-left: 46.129032258065%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 43.010752688172%;
    *margin-left: 42.903225806452%;
  }
  .row-fluid .offset4 {
    margin-left: 37.634408602151%;
    *margin-left: 37.52688172043%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.408602150538%;
    *margin-left: 34.301075268817%;
  }
  .row-fluid .offset3 {
    margin-left: 29.032258064516%;
    *margin-left: 28.924731182796%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.806451612903%;
    *margin-left: 25.698924731183%;
  }
  .row-fluid .offset2 {
    margin-left: 20.430107526882%;
    *margin-left: 20.322580645161%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.204301075269%;
    *margin-left: 17.096774193548%;
  }
  .row-fluid .offset1 {
    margin-left: 11.827956989247%;
    *margin-left: 11.720430107527%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.6021505376344%;
    *margin-left: 8.494623655914%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 916px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 836px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 756px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 676px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 596px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 516px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 436px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 356px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 276px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 196px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 116px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 36px;
  }
}
@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;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-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;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-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: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-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: 18px;
  }
  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: 767px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 18px;
  }
  .navbar-fixed-bottom {
    margin-top: 18px;
  }
  .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 9px;
  }
  .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: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #d9d9d9;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #cecece;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #4a4949;
  }
  .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-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -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: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    -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);
    -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: #4a4949;
    border-bottom-color: #4a4949;
  }
  .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: 768px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../_contrib/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../../../_contrib/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../../_contrib/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../../_contrib/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../../_contrib/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571em;
  text-align: right;
  padding-right: 0.28571428571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714em;
}
.icons-ul {
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^="icon-"],
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Light-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Light-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-Light-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Light-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Regular-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Regular-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Regular-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Bold-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Bold-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Bold-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-LightItalic-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-LightItalic-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-LightItalic-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-LightItalic-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Italic-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Italic-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-Italic-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Italic-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-BoldItalic-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldItalic-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldItalic-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldItalic-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Condensed-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Condensed-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-Condensed-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-Condensed-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensed-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensed-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensed-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensed-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-CondensedItalic-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-CondensedItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-CondensedItalic-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-CondensedItalic-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-CondensedItalic-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensedItalic-webfont.eot');
  src: url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensedItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensedItalic-webfont.woff') format('woff'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensedItalic-webfont.ttf') format('truetype'), url('../../../_contrib/font/webfonts/roboto/Roboto-BoldCondensedItalic-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: 700;
  font-style: italic;
}
h1 {
  font-size: 2em;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #3d3c3c;
}
h1 .area {
  color: #706f6f;
  font-size: 0.6em;
  line-height: 1.2em;
  display: block;
}
h2 {
  font-size: 1.45em;
  line-height: 1.2em;
  margin-top: 1.3em;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #3d3c3c;
}
h3,
footer h4 {
  color: #3d3c3c;
  font-size: 1.18em;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px #949599 solid;
  padding: 0.4em 0;
}
h4 {
  font-size: 12px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3d3c3c;
}
ul li {
  list-style: none;
  padding-bottom: 0.8em;
}
ul li:before {
  content: "\f105";
  font-size: 14px;
  margin-left: -15px;
  width: 15px;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
ul li ul li {
  list-style: disc;
}
ul li ul li:before {
  content: normal;
}
ul li ul li ul li {
  list-style: circle;
}
nav li {
  padding-bottom: 0;
}
table th,
table td {
  padding: 10px 8px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
ul.navlist {
  margin-left: 0;
}
ul.navlist li {
  border-bottom: 1px #e2e2e2 solid;
}
ul.navlist li a {
  display: block;
  padding: 0.5em 0;
}
ul.navlist li.active a {
  font-weight: bold;
}
a.internal-link,
a.link-internal,
a.link-external,
a.link-internal-blank,
a.link-external-blank,
a.external-link-new-window,
a.download,
a.link-download,
a.link-mail,
a.mail {
  background: #f3f3f3;
}
a.internal-link:before,
a.link-internal:before,
a.link-external:before,
a.link-internal-blank:before,
a.link-external-blank:before,
a.external-link-new-window:before,
a.download:before,
a.link-download:before,
a.link-mail:before,
a.mail:before {
  content: "\f105";
  display: inline;
  margin: 0 0.2em 0 0.3em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
a.internal-link:hover,
a.link-internal:hover,
a.link-external:hover,
a.link-internal-blank:hover,
a.link-external-blank:hover,
a.external-link-new-window:hover,
a.download:hover,
a.link-download:hover,
a.link-mail:hover,
a.mail:hover {
  color: #fff;
  background: #3d3c3c;
  text-decoration: none;
}
a.external-link-new-window:before,
a.link-internal-blank:before,
a.link-external:before,
a.link-external-blank:before {
  content: "\f08e";
}
a.download:before,
a.link-download:before {
  content: "\f01a";
}
a.mail:before,
a.link-mail:before {
  content: "\f003";
}
nav ul li:before,
.horizontal li:before,
.thumbnails li:before,
.iconlist li:before,
.dropdown ul li:before,
.dropdown-menu li:before,
ul.unstyled li:before,
ul.inline li:before,
.nav li:before,
.flex-control-nav li:before,
.flex-direction-nav li:before,
.flexslider li:before,
#footer ul li:before {
  content: normal;
}
select,
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"],
input[type="submit"],
.uneditable-input,
.input-append .add-on,
.input-prepend .add-on {
  padding: 8px 0;
}
select,
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,
.input-append .add-on,
.input-prepend .add-on {
  text-indent: 8px;
}
select::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder,
.input-append .add-on::-webkit-input-placeholder,
.input-prepend .add-on::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
}
select::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder,
.input-append .add-on::-moz-placeholder,
.input-prepend .add-on::-moz-placeholder {
  color: #aaa;
  font-style: normal;
}
select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder,
.input-append .add-on:-ms-input-placeholder,
.input-prepend .add-on:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
}
select:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder,
.input-append .add-on:-moz-placeholder,
.input-prepend .add-on:-moz-placeholder {
  color: #aaa;
  font-style: normal;
}
select:focus,
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,
input[type="submit"]:focus,
.uneditable-input:focus {
  box-shadow: 0 0 4px rgba(61,60,60,0.5);
  border-color: #3d3c3c;
  background: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: all 0.5s all ease-out;
  -moz-transition: all 0.5s all ease-out;
  -o-transition: all 0.5s all ease-out;
  transition: all 0.5s all ease-out;
}
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder,
input[type="submit"]:focus::-webkit-input-placeholder,
.uneditable-input:focus::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="datetime-local"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder,
input[type="time"]:focus::-moz-placeholder,
input[type="week"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="color"]:focus::-moz-placeholder,
input[type="submit"]:focus::-moz-placeholder,
.uneditable-input:focus::-moz-placeholder {
  color: #ccc;
  font-style: italic;
}
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="time"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder,
input[type="submit"]:focus:-ms-input-placeholder,
.uneditable-input:focus:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
}
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="datetime-local"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder,
input[type="time"]:focus:-moz-placeholder,
input[type="week"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="color"]:focus:-moz-placeholder,
input[type="submit"]:focus:-moz-placeholder,
.uneditable-input:focus:-moz-placeholder {
  color: #ccc;
  font-style: italic;
}
iframe {
  border: 2px #e2e2e2 solid;
  background: #fff;
}
iframe[seamless] {
  border: none;
  background: transparent;
}
*::selection {
  background: #706f6f;
  color: #fff;
}
*::-moz-selection {
  background: #706f6f;
  color: #fff;
}
*::-webkit-selection {
  background: #706f6f;
  color: #fff;
}
.frame {
  margin-bottom: 20px;
}
.frame .span6 .frame:last-child:not(.frame-space-after-small),
.frame .span6 .frame:last-child:not(.frame-space-after-medium),
.frame .span6 .frame:last-child:not(.frame-space-after-large),
.frame .span6 .frame:last-child:not(.frame-space-after-extra-large),
.frame .span4 .frame:last-child:not(.frame-space-after-small),
.frame .span4 .frame:last-child:not(.frame-space-after-medium),
.frame .span4 .frame:last-child:not(.frame-space-after-large),
.frame .span4 .frame:last-child:not(.frame-space-after-extra-large),
.frame .span3 .frame:last-child:not(.frame-space-after-small),
.frame .span3 .frame:last-child:not(.frame-space-after-medium),
.frame .span3 .frame:last-child:not(.frame-space-after-large),
.frame .span3 .frame:last-child:not(.frame-space-after-extra-large) {
  margin-bottom: 0;
}
.frame-space-after-extra-small {
  margin-bottom: 0 !important;
}
.frame-space-after-small {
  margin-bottom: 10px !important;
}
.frame-space-after-medium {
  margin-bottom: 20px !important;
}
.frame-space-after-large {
  margin-bottom: 30px !important;
}
.frame-space-after-extra-large {
  margin-bottom: 40px !important;
}
.frame-space-before-extra-small {
  margin-top: 0 !important;
}
.frame-space-before-small {
  margin-top: 10px !important;
}
.frame-space-before-medium {
  margin-top: 20px !important;
}
.frame-space-before-large {
  margin-top: 30px !important;
}
.frame-space-before-extra-large {
  margin-top: 40px !important;
}
.clear {
  clear: both;
}
.csc-textpic {
  padding: 10px 0;
}
.csc-textpic.csc-textpic-right h2:first-child,
.csc-textpic.csc-textpic-right h3:first-child,
.csc-textpic.csc-textpic-left h2:first-child,
.csc-textpic.csc-textpic-left h3:first-child,
.csc-textpic.csc-textpic-float .float-text h2:first-child,
.csc-textpic.csc-textpic-float .float-text h3:first-child {
  margin-top: 0;
}
.csc-textpic.csc-textpic-float .float-image {
  width: 48.387096774194%;
}
.csc-textpic.csc-textpic-float.csc-textpic-float-left .float-image {
  float: left;
  margin-left: 0;
  margin-right: 3.2258064516129%;
}
.csc-textpic.csc-textpic-float.csc-textpic-float-right .float-image {
  float: right;
  margin-right: 0;
  margin-left: 3.2258064516129%;
}
.csc-textpic.csc-textpic-float:after {
  content: '';
  display: block;
  clear: both;
}
.csc-uploads .csc-uploads-element {
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: 1px #e2e2e2 solid;
}
.csc-uploads .csc-uploads-element:before {
  content: "\f016";
}
.csc-uploads .csc-uploads-description {
  display: block;
}
.csc-mailform .csc-form-element {
  list-style: none;
  margin-top: 0.4em;
}
.csc-mailform .csc-form-element-submit {
  padding: 1em;
  margin-top: 0.8em;
  border-top: 1px #e2e2e2 solid;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#f3f3f3,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#fff));
  background-image: -webkit-linear-gradient(top,#f3f3f3,#fff);
  background-image: -o-linear-gradient(top,#f3f3f3,#fff);
  background-image: linear-gradient(to bottom,#f3f3f3,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffffffff', GradientType=0);
}
.rac {
  background-color: #49b8c9;
}
.wwc {
  background-color: #0094a0;
}
.rmc {
  background-color: #005faa;
}
a.rac {
  background-color: transparent;
  color: #49b8c9;
}
a.wwc {
  background-color: transparent;
  color: #0094a0;
}
a.rmc {
  background-color: transparent;
  color: #005faa;
}
.drop-shadow {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.drop-shadow .glow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 3px;
}
.drop-shadow .shadow {
  position: relative;
  background: #f3f3f3;
}
.drop-shadow .shadow:before,
.drop-shadow .shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.drop-shadow .shadow.lifted:before,
.drop-shadow .shadow.lifted:after {
  bottom: 17px;
  left: 7px;
  width: 50%;
  height: 20%;
  max-width: 50%;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.drop-shadow .shadow.lifted:after {
  right: 7px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.drop-shadow .shadow.lifted-small:before,
.drop-shadow .shadow.lifted-small:after {
  bottom: 13px;
  max-width: 45%;
  -webkit-box-shadow: 0 16px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 16px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 16px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 16px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 16px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 16px 8px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.drop-shadow .shadow.lifted-small:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.drop-shadow .shadow.curved {
  padding: 0 0 8px 0;
}
.drop-shadow .shadow.curved:before {
  border-radius: 100px/10px;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  left: 15px;
  right: 15px;
  top: 50%;
}
.drop-shadow .shadow.curved.shadow-top:before {
  top: 0;
  bottom: 50%;
}
.drop-shadow .shadow.well {
  padding: 15px;
}
#main .drop-shadow .shadow {
  background: #fff;
}
.bubble {
  padding: 15px;
  background: #e2e2e2;
  position: relative;
}
.bubble:before {
  content: "";
  border: 15px transparent solid;
  border-bottom-color: #e2e2e2;
  width: 0;
  height: 0;
  position: absolute;
  top: -30px;
  left: 30px;
}
.extended-breadcrumb {
  margin-bottom: 10px;
}
.extended-breadcrumb .breadmain {
  background: #e2e2e2;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
}
.extended-breadcrumb .breadmain ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 99999px;
}
.extended-breadcrumb .breadmain ul li {
  float: left;
  min-width: 10px;
  margin-left: 13px;
  line-height: 1em;
  font-size: 10.8px;
  z-index: 1;
  position: relative;
}
.extended-breadcrumb .breadmain ul li a {
  background: #3d3c3c;
  color: #fff;
  display: block;
  position: relative;
  padding: 15px 10px 15px 10px;
}
.extended-breadcrumb .breadmain ul li a:after {
  border-bottom: 23px solid transparent;
  border-left: 11px solid #3d3c3c;
  border-top: 22px solid transparent;
  content: "";
  margin-top: -22px;
  position: absolute;
  right: -1em;
  top: 50%;
}
.extended-breadcrumb .breadmain ul li a:before {
  border-color: #3d3c3c #3d3c3c #3d3c3c transparent;
  border-style: solid;
  border-width: 23px 0 22px 11px;
  content: "";
  left: -11px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
}
.extended-breadcrumb .breadmain ul li a:hover,
.extended-breadcrumb .breadmain ul li a:focus {
  text-decoration: none;
  background-color: #232323;
  outline: none;
}
.extended-breadcrumb .breadmain ul li a:hover:after,
.extended-breadcrumb .breadmain ul li a:focus:after {
  border-left-color: #232323;
}
.extended-breadcrumb .breadmain ul li a:hover:before,
.extended-breadcrumb .breadmain ul li a:focus:before {
  border-color: #232323 #232323 #232323 transparent;
}
.extended-breadcrumb .breadmain ul li a i {
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  display: none;
  visibility: hidden;
}
.extended-breadcrumb .breadmain ul li a.breadcrumb-expandable {
  padding-right: 20px;
}
.extended-breadcrumb .breadmain ul li a.breadcrumb-expandable i {
  display: inline-block;
}
.extended-breadcrumb .breadmain ul li.current a {
  background: transparent;
  color: #706f6f;
}
.extended-breadcrumb .breadmain ul li.first,
.extended-breadcrumb .breadmain ul li.back {
  margin-left: 0;
}
.extended-breadcrumb .breadmain ul li.first i,
.extended-breadcrumb .breadmain ul li.back i {
  display: inline-block;
}
.extended-breadcrumb .breadmain ul li.rac a {
  background: #49b8c9;
}
.extended-breadcrumb .breadmain ul li.rac a:after {
  border-bottom-color: rgba(73,184,201,0);
  border-left-color: #49b8c9;
  border-top-color: rgba(73,184,201,0);
}
.extended-breadcrumb .breadmain ul li.rac a:before {
  border-color: #49b8c9 #49b8c9 #49b8c9 rgba(73,184,201,0);
}
.extended-breadcrumb .breadmain ul li.rac a:hover {
  text-decoration: none;
  background-color: #39aec0;
}
.extended-breadcrumb .breadmain ul li.rac a:hover:after {
  border-left-color: #39aec0;
}
.extended-breadcrumb .breadmain ul li.rac a:hover:before {
  border-color: #39aec0 #39aec0 #39aec0 rgba(73,184,201,0);
}
.extended-breadcrumb .breadmain ul li.wwc a {
  background: #0094a0;
}
.extended-breadcrumb .breadmain ul li.wwc a:after {
  border-bottom-color: rgba(0,148,160,0);
  border-left-color: #0094a0;
  border-top-color: rgba(0,148,160,0);
}
.extended-breadcrumb .breadmain ul li.wwc a:before {
  border-color: #0094a0 #0094a0 #0094a0 rgba(0,148,160,0);
}
.extended-breadcrumb .breadmain ul li.wwc a:hover {
  text-decoration: none;
  background-color: #007c87;
}
.extended-breadcrumb .breadmain ul li.wwc a:hover:after {
  border-left-color: #007c87;
}
.extended-breadcrumb .breadmain ul li.wwc a:hover:before {
  border-color: #007c87 #007c87 #007c87 rgba(0,148,160,0);
}
.extended-breadcrumb .breadmain ul li.rmc a {
  background: #005faa;
}
.extended-breadcrumb .breadmain ul li.rmc a:after {
  border-bottom-color: rgba(0,95,170,0);
  border-left-color: #005faa;
  border-top-color: rgba(0,95,170,0);
}
.extended-breadcrumb .breadmain ul li.rmc a:before {
  border-color: #005faa #005faa #005faa rgba(0,95,170,0);
}
.extended-breadcrumb .breadmain ul li.rmc a:hover {
  text-decoration: none;
  background-color: #005191;
}
.extended-breadcrumb .breadmain ul li.rmc a:hover:after {
  border-left-color: #005191;
}
.extended-breadcrumb .breadmain ul li.rmc a:hover:before {
  border-color: #005191 #005191 #005191 rgba(0,95,170,0);
}
.extended-breadcrumb .breadmain ul li.back {
  display: none;
}
.extended-breadcrumb .breadmain ul li.back a {
  padding-left: 15px;
  padding-right: 15px;
}
.extended-breadcrumb .breadmain ul li.back a i {
  right: 10px;
}
.extended-breadcrumb .breadmain ul li.current a:after,
.extended-breadcrumb .breadmain ul li.current a:before {
  content: normal;
}
.extended-breadcrumb .breadmain ul li.open {
  z-index: 1000;
}
.extended-breadcrumb .breadmain ul li.open a {
  background-color: #222223;
  border-left: 2px #e2e2e2 solid;
  border-right: 2px #e2e2e2 solid;
  margin-left: -12px;
  margin-right: -13px;
  padding-left: 20px;
  padding-right: 31px;
}
.extended-breadcrumb .breadmain ul li.open a:after,
.extended-breadcrumb .breadmain ul li.open a:before {
  border: 0;
  content: normal;
}
.extended-breadcrumb .breadmain ul li.open a i {
  right: 14px;
}
.extended-breadcrumb .breadmain ul li.open.rac a {
  background-color: #39aec0;
}
.extended-breadcrumb .breadmain ul li.open.wwc a {
  background-color: #007c87;
}
.extended-breadcrumb .breadmain ul li.open.rmc a {
  background-color: #005191;
}
.extended-breadcrumb .breadsub {
  background: #222223;
  color: #fff;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-left: 3.2258064516129%;
  padding-right: 3.2258064516129%;
}
.extended-breadcrumb .breadsub .row-fluid {
  padding-top: 30px;
}
.extended-breadcrumb .breadsub .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s all ease-out;
  -moz-transition: all 0.3s all ease-out;
  -o-transition: all 0.3s all ease-out;
  transition: all 0.3s all ease-out;
}
.extended-breadcrumb .breadsub.open {
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.extended-breadcrumb .breadsub.open .close {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
}
.extended-breadcrumb .breadsub.open .close:focus,
.extended-breadcrumb .breadsub.open .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  color: #fff;
}
.extended-breadcrumb .breadsub a {
  color: #949599;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}
.extended-breadcrumb .breadsub.rac a,
.extended-breadcrumb .breadsub.wwc a,
.extended-breadcrumb .breadsub.rmc a {
  color: #fff;
}
.extended-breadcrumb .breadsub.rac {
  background: #39aec0;
}
.extended-breadcrumb .breadsub.wwc {
  background: #007c87;
}
.extended-breadcrumb .breadsub.rmc {
  background: #005191;
}
.extended-breadcrumb .breadsub h4 {
  border-bottom: 1px rgba(0,0,0,0.1) solid;
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;
}
.extended-breadcrumb .breadsub h4.parent {
  font-weight: 400;
  background-color: transparent;
  background-image: -webkit-gradient(left,linear,0 0,0 100%,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.07)),to(rgba(255,255,255,0.15)));
  background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.07) 50%,rgba(255,255,255,0.15));
  background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.07) 50%,rgba(255,255,255,0.15));
  background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.07) 50%,rgba(255,255,255,0.15));
  background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.07) 50%,rgba(255,255,255,0.15));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#26ffffff', GradientType=0);
  position: relative;
  height: 14px;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0 15px 0;
  margin-top: -20px;
}
.extended-breadcrumb .breadsub h4.parent:after {
  border-bottom: 22px solid rgba(255,255,255,0);
  border-left: 11px solid rgba(255,255,255,0.15);
  border-top: 21px solid rgba(255,255,255,0);
  content: "";
  position: absolute;
  right: -11px;
  bottom: 0;
}
.extended-breadcrumb .breadsub ul {
  border-top: 1px rgba(255,255,255,0.1) solid;
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 10.8px;
}
.extended-breadcrumb .breadsub ul li {
  border-bottom: 1px rgba(255,255,255,0.2) dotted;
  line-height: 1.2em;
}
.extended-breadcrumb .breadsub ul li a {
  display: block;
  padding: 3px 0;
  line-height: 1.3em;
}
.extended-breadcrumb .breadsub ul li:last-child {
  border: none;
}
.extended-breadcrumb.enabled .breadmain ul li a i {
  visibility: visible;
}
.iconlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iconlist li {
  display: inline-block;
  margin: 1px;
  padding: 0;
}
.iconlist li a {
  display: block;
  padding: 0.5em;
  background: #e2e2e2;
  color: #949599;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: all 0.5s all ease-out;
  -moz-transition: all 0.5s all ease-out;
  -o-transition: all 0.5s all ease-out;
  transition: all 0.5s all ease-out;
}
.iconlist li a:hover {
  color: #3d3c3c;
  background: #c9c9c9;
  text-decoration: none;
}
.iconlist.iconlist-large li a {
  font-size: 1.6em;
}
.iconlist .tooltip {
  white-space: nowrap;
}
ul.horizontal {
  margin: 0 0 15px 0;
  list-style: none;
}
ul.horizontal li {
  display: inline;
  border-right: 1px #706f6f solid;
  padding: 0 1em;
}
ul.horizontal li:last-child {
  border-right: 0;
}
.responsive-tabnav {
  border-bottom: 1px solid #e2e2e2;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
  padding-right: 60px;
}
.responsive-tabnav ul.nav,
.responsive-tabnav ul.nav.nav-tabs {
  border: none;
  height: 35px;
}
.responsive-tabnav .dropdown-extend {
  position: absolute;
  right: 0;
  bottom: 0;
}
.responsive-tabnav .dropdown-extend a.dropdown-toggle {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.responsive-tabnav .dropdown a.dropdown-toggle {
  display: block;
  padding: 8px 8px 8px 8px;
  border: 1px transparent solid;
  color: #706f6f;
  z-index: 1001;
  position: relative;
}
.responsive-tabnav .dropdown:hover a.dropdown-toggle,
.responsive-tabnav .dropdown a.dropdown-toggle:focus {
  text-decoration: none;
  color: #222223;
  border-bottom-color: #706f6f;
}
.responsive-tabnav .dropdown.open a.dropdown-toggle,
.responsive-tabnav .dropdown.open a.dropdown-toggle:hover {
  border-color: #e2e2e2;
  border-bottom-color: #fff;
  background: #fff;
}
.responsive-tabnav .dropdown .dropdown-menu {
  margin-top: -1px;
  border-color: #e2e2e2;
  min-width: 100%;
}
.filtered-input {
  background: #fff;
  border: 1px #d8d8d8 solid;
  border-radius: ;
  min-height: 32px;
  padding: 2px;
  display: block;
  white-space: nowrap;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: all 0.5s all ease-out;
  -moz-transition: all 0.5s all ease-out;
  -o-transition: all 0.5s all ease-out;
  transition: all 0.5s all ease-out;
}
.filtered-input input {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
}
.filtered-input input:focus {
  box-shadow: none;
  border: none;
  background: transparent;
}
.filtered-input.focus {
  box-shadow: 0 0 4px rgba(61,60,60,0.5);
  border-color: #3d3c3c;
  background: #fff;
}
.filtered-input a.filter,
.filtered-input .btn,
.filtered-input .btn-group a {
  display: inline-block;
  margin: 0;
  line-height: 1.2em;
  font-size: 10.8px;
  padding: 10px;
  text-shadow: none;
  -webkit-transition: 0.5s background;
  -moz-transition: 0.5s background;
  -o-transition: 0.5s background;
  transition: 0.5s background;
  -webkit-transition: all 0.5s background ease-out;
  -moz-transition: all 0.5s background ease-out;
  -o-transition: all 0.5s background ease-out;
  transition: all 0.5s background ease-out;
}
.filtered-input a.filter i,
.filtered-input .btn i,
.filtered-input .btn-group a i {
  font-size: 1em;
}
.filtered-input a.filter {
  background: #3d3c3c;
  color: #d6d5d5;
}
.filtered-input a.filter:hover {
  text-decoration: none;
  background: #232323;
}
.filtered-input .dropdown-menu {
  height: auto;
}
.filtered-input .dropdown-menu li,
.filtered-input .dropdown-menu li a {
  display: block;
}
.filtered-input select {
  width: auto;
  margin: 0;
}
.navbar-inverse .nav li.dropdown-multicolumn.open.active > a.dropdown-toggle {
  background: #222223;
  box-shaodw: 0 10px 10px rgba(0,0,0,0.5);
}
.navbar .nav li.dropdown-multicolumn,
.navbar-inverse .nav li.dropdown-multicolumn,
.dropdown-multicolumn {
  position: static;
}
.navbar .nav li.dropdown-multicolumn.open a.dropdown-toggle,
.navbar-inverse .nav li.dropdown-multicolumn.open a.dropdown-toggle,
.dropdown-multicolumn.open a.dropdown-toggle {
  background: #222223;
  text-shadow: none;
  color: #fff;
  position: relative;
  bottom: -1px;
  -webkit-transition: 0s all;
  -moz-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  -webkit-transition: all 0s all ease-out;
  -moz-transition: all 0s all ease-out;
  -o-transition: all 0s all ease-out;
  transition: all 0s all ease-out;
  box-shaodw: 0 10px 10px rgba(0,0,0,0.5);
}
.navbar .nav li.dropdown-multicolumn .dropdown-menu,
.navbar-inverse .nav li.dropdown-multicolumn .dropdown-menu,
.dropdown-multicolumn .dropdown-menu {
  width: 100%;
  z-index: 1010;
  margin: 1px 0 0 -1px;
  padding: 20px 0 20px 1px;
  border: 0;
  background: #222223;
  color: #e2e2e2;
  box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}
.navbar .nav li.dropdown-multicolumn .dropdown-menu h4,
.navbar-inverse .nav li.dropdown-multicolumn .dropdown-menu h4,
.dropdown-multicolumn .dropdown-menu h4 {
  color: #e2e2e2;
}
.navbar .nav li.dropdown-multicolumn .dropdown-menu li,
.navbar-inverse .nav li.dropdown-multicolumn .dropdown-menu li,
.dropdown-multicolumn .dropdown-menu li {
  border: none;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.3em;
}
.navbar .nav li.dropdown-multicolumn .dropdown-menu li a,
.navbar-inverse .nav li.dropdown-multicolumn .dropdown-menu li a,
.dropdown-multicolumn .dropdown-menu li a {
  display: block;
  border: none;
  color: #fff;
  padding: 2px 0;
  font-size: 10.8px;
}
.navbar .nav li.dropdown-multicolumn .dropdown-menu li ul,
.navbar-inverse .nav li.dropdown-multicolumn .dropdown-menu li ul,
.dropdown-multicolumn .dropdown-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .nav li.dropdown-multicolumn .dropdown-menu li ul li,
.navbar-inverse .nav li.dropdown-multicolumn .dropdown-menu li ul li,
.dropdown-multicolumn .dropdown-menu li ul li {
  padding: 0;
}
.navbar .nav li.dropdown-multicolumn .dropdown-menu:before,
.navbar .nav li.dropdown-multicolumn .dropdown-menu:after,
.navbar-inverse .nav li.dropdown-multicolumn .dropdown-menu:before,
.navbar-inverse .nav li.dropdown-multicolumn .dropdown-menu:after,
.dropdown-multicolumn .dropdown-menu:before,
.dropdown-multicolumn .dropdown-menu:after {
  content: normal;
}
.row-double {
  clear: both;
}
.row-double .span {
  width: 48.387096774194%;
  float: left;
  margin-left: 3.2258064516129%;
  margin-top: 0;
  margin-bottom: 3.2258064516129%;
}
.row-double .span:nth-child(odd) {
  margin-left: 0;
}
.dropdown .dropdown-toggle i {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.dropdown-menu {
  border-radius: 0;
  font-size: 12px;
}
.dropdown-menu li {
  list-style: none;
}
.dropdown-block .dropdown-menu,
.btn-block + .dropdown-menu {
  min-width: 100%;
}
.lead {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.6em;
}
.thumbnail {
  padding: 0;
  position: relative;
  border-color: #e2e2e2;
}
.thumbnail:hover,
.thumbnail:focus {
  border-color: #949599;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.thumbnail .no-media-element {
  background: #3d3c3c;
  display: block;
}
.thumbnail .thumbnail-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.2em;
}
.thumbnail .thumbnail-label span {
  display: inline-block;
  background: rgba(34,34,35,0.8);
  padding: 6px 4px;
  min-width: 1px;
}
.thumbnail .thumbnail-label span.thumbnail-label-top {
  background-color: rgba(61,60,60,0.8);
}
.thumbnail.rac {
  background-color: #49b8c9;
}
.thumbnail.rac .thumbnail-label span.thumbnail-label-top {
  background-color: rgba(73,184,201,0.8);
}
.thumbnail.rac .no-media-element {
  background: #49b8c9;
}
.thumbnail .thumbnail-label span.thumbnail-label-rac {
  background-color: rgba(73,184,201,0.8) !important;
}
.thumbnail.rmc {
  background-color: #005faa;
}
.thumbnail.rmc .thumbnail-label span.thumbnail-label-top {
  background-color: rgba(0,95,170,0.8);
}
.thumbnail.rmc .no-media-element {
  background: #005faa;
}
.thumbnail .thumbnail-label span.thumbnail-label-rmc {
  background-color: rgba(0,95,170,0.8) !important;
}
.thumbnail.wwc {
  background-color: #0094a0;
}
.thumbnail.wwc .thumbnail-label span.thumbnail-label-top {
  background-color: rgba(0,148,160,0.8);
}
.thumbnail.wwc .no-media-element {
  background: #0094a0;
}
.thumbnail .thumbnail-label span.thumbnail-label-wwc {
  background-color: rgba(0,148,160,0.8) !important;
}
.thumbnail-letterbox {
  padding-top: 64%;
  overflow: hidden;
}
.thumbnail-letterbox > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 85%;
  max-width: 85%;
}
.thumbnails {
  margin-bottom: 0;
}
.thumbnails li {
  text-align: center;
}
.thumbnails li:first-child,
.thumbnails li:last-child {
  margin-bottom: 0;
}
.thumbnails .caption {
  border-bottom: 1px #e2e2e2 solid;
  padding: 6px 0;
  margin: 0 0 10px 0;
  font-size: 10.8px;
  line-height: 1.4em;
  color: #949599;
  text-align: left;
}
.navbar {
  border-left: 0;
  border-right: 0;
}
.navbar .brand {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  height: 30px;
  padding-top: 7px;
  padding-bottom: 5px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: all 0.5s all ease-out;
  -moz-transition: all 0.5s all ease-out;
  -o-transition: all 0.5s all ease-out;
  transition: all 0.5s all ease-out;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}
.navbar .brand object {
  height: 30px;
}
.navbar .brand span {
  display: block;
  font-size: 12px;
}
.navbar .brand a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}
.navbar .nav {
  border-left: 1px rgba(0,0,0,0.15) solid;
  border-right: 1px rgba(255,255,255,0.1) solid;
}
.navbar .nav li a {
  border-left: 1px rgba(255,255,255,0.1) solid;
  border-right: 1px rgba(0,0,0,0.15) solid;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.12em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: all 0.5s all ease-out;
  -moz-transition: all 0.5s all ease-out;
  -o-transition: all 0.5s all ease-out;
  transition: all 0.5s all ease-out;
}
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
  text-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .navbar .nav li.active a,
  .navbar .nav li.active a:hover {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  }
}
.navbar .nav li ul li a {
  font-size: ;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.navbar .btn-navbar {
  color: #3d3c3c;
}
@media (min-width: 768px) {
  .navbar-inverse .nav li.active a,
  .navbar-inverse .nav li.active a:hover {
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.8);
  }
}
.navbar-inverse .nav li.active ul li a,
.navbar-inverse .nav li.active ul li a:hover {
  box-shadow: none;
}
.navbar-inverse .btn-navbar {
  color: #FFF;
}
.nav.nav-tabs {
  border-bottom: 1px solid #e2e2e2;
}
.nav.nav-tabs a {
  color: #706f6f;
  border-radius: 0;
  padding-left: 0.6em;
  padding-right: 0.6em;
  border: 1px transparent solid;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  -webkit-transition: all 0.3s border-color ease-out;
  -moz-transition: all 0.3s border-color ease-out;
  -o-transition: all 0.3s border-color ease-out;
  transition: all 0.3s border-color ease-out;
}
.nav.nav-tabs a:hover,
.nav.nav-tabs a:focus {
  color: #3d3c3c;
  background: transparent;
  border-color: transparent;
  border-bottom-color: #706f6f;
}
.nav.nav-tabs .active a,
.nav.nav-tabs .active a:hover,
.nav.nav-tabs .active a:focus {
  color: #3d3c3c;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-bottom-color: transparent;
  cursor: default;
}
.nav.nav-tabs .dropdown-menu li a,
.nav.nav-tabs .dropdown-menu li a:hover,
.nav.nav-tabs .dropdown-menu li a:focus {
  border: none;
}
.nav.nav-tabs .dropdown-menu li a:hover,
.nav.nav-tabs .dropdown-menu li a:focus {
  color: #fff;
  background: #3d3c3c;
}
.accordion {
  font-size: 12px;
  line-height: 18px;
}
.accordion .accordion-heading .accordion-toggle {
  padding-left: 2.7em;
  position: relative;
  font-weight: bold;
}
.accordion .accordion-heading .accordion-toggle:hover,
.accordion .accordion-heading .accordion-toggle:focus {
  text-decoration: none;
}
.accordion .accordion-heading .accordion-toggle:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  padding: 8px 15px;
  left: 0;
  top: 0;
}
.accordion .accordion-heading .accordion-toggle.active:before {
  content: "\f107";
}
.accordion-1 .accordion-group {
  border-color: #9c9a9a;
}
.accordion-1 .accordion-heading {
  background: #9c9a9a;
  font-size: 15.6px;
}
.accordion-1 .accordion-heading .accordion-toggle {
  color: #3d3c3c;
  padding-top: 12px;
  padding-bottom: 12px;
}
.accordion-1 .accordion-heading .accordion-toggle:before {
  content: "\f055";
  padding: 12px 15px;
  color: #3d3c3c;
}
.accordion-1 .accordion-heading .accordion-toggle.active:before {
  content: "\f056";
}
.accordion-1 .accordion-inner {
  border-top-color: #9c9a9a;
  font-size: 15.6px;
  padding: 16px 15px;
}
.dropdown li {
  padding: 0;
}
input[type="submit"],
input.submit,
button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #3d3c3c;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #e2e2e2;
  background-image: -moz-linear-gradient(top,#e2e2e2,#e2e2e2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e2e2e2),to(#e2e2e2));
  background-image: -webkit-linear-gradient(top,#e2e2e2,#e2e2e2);
  background-image: -o-linear-gradient(top,#e2e2e2,#e2e2e2);
  background-image: linear-gradient(to bottom,#e2e2e2,#e2e2e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffe2e2e2', GradientType=0);
  border-color: #e2e2e2 #e2e2e2 #bcbcbc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active,
input[type="submit"].disabled,
input[type="submit"][disabled],
input.submit:hover,
input.submit:focus,
input.submit:active,
input.submit.active,
input.submit.disabled,
input.submit[disabled],
button:hover,
button:focus,
button:active,
button.active,
button.disabled,
button[disabled] {
  color: #3d3c3c;
  background-color: #e2e2e2;
  *background-color: #d5d5d5;
}
input[type="submit"]:active,
input[type="submit"].active,
input.submit:active,
input.submit.active,
button:active,
button.active {
  background-color: #c9c9c9 \9;
}
input[type="submit"]:first-child,
input.submit:first-child,
button:first-child {
  *margin-left: 0;
}
.btn,
input[type="submit"],
button {
  padding: 10px 15px;
  color: #222223;
  box-shadow: none;
  text-shadow: none;
  border: none;
  text-align: left;
  margin-bottom: 3px;
  -webkit-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
  -webkit-transition: all 0.5s background-color ease-out;
  -moz-transition: all 0.5s background-color ease-out;
  -o-transition: all 0.5s background-color ease-out;
  transition: all 0.5s background-color ease-out;
}
.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
  background: #c9c9c9;
  -webkit-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
  -webkit-transition: all 0.5s background-color ease-out;
  -moz-transition: all 0.5s background-color ease-out;
  -o-transition: all 0.5s background-color ease-out;
  transition: all 0.5s background-color ease-out;
}
.btn.btn-primary,
.btn.btn-inverse,
.btn.btn-info,
input[type="submit"].btn-primary,
input[type="submit"].btn-inverse,
input[type="submit"].btn-info,
button.btn-primary,
button.btn-inverse,
button.btn-info {
  color: #fff;
}
.btn.btn-primary,
input[type="submit"].btn-primary,
button.btn-primary {
  background: #3d3c3c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
input[type="submit"].btn-primary:hover,
input[type="submit"].btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:focus {
  background: #232323;
}
.btn.btn-inverse,
input[type="submit"].btn-inverse,
button.btn-inverse {
  background: #3d3c3c;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
input[type="submit"].btn-inverse:hover,
input[type="submit"].btn-inverse:focus,
button.btn-inverse:hover,
button.btn-inverse:focus {
  background: #232323;
}
.btn.btn-info,
input[type="submit"].btn-info,
button.btn-info {
  background: #3d3c3c;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
input[type="submit"].btn-info:hover,
input[type="submit"].btn-info:focus,
button.btn-info:hover,
button.btn-info:focus {
  background: #232323;
}
.btn.rac,
.btn.rmc,
.btn.wwc,
input[type="submit"].rac,
input[type="submit"].rmc,
input[type="submit"].wwc,
button.rac,
button.rmc,
button.wwc {
  color: #fff;
}
.btn.rac,
input[type="submit"].rac,
button.rac {
  background: #49b8c9;
}
.btn.rac:hover,
.btn.rac:focus,
input[type="submit"].rac:hover,
input[type="submit"].rac:focus,
button.rac:hover,
button.rac:focus {
  background: #339cac;
}
.btn.rmc,
input[type="submit"].rmc,
button.rmc {
  background: #005faa;
}
.btn.rmc:hover,
.btn.rmc:focus,
input[type="submit"].rmc:hover,
input[type="submit"].rmc:focus,
button.rmc:hover,
button.rmc:focus {
  background: #004277;
}
.btn.wwc,
input[type="submit"].wwc,
button.wwc {
  background: #0094a0;
}
.btn.wwc:hover,
.btn.wwc:focus,
input[type="submit"].wwc:hover,
input[type="submit"].wwc:focus,
button.wwc:hover,
button.wwc:focus {
  background: #00656d;
}
.btn i,
input[type="submit"] i,
button i {
  font-size: 1.2em;
}
.btn.btn-block i,
input[type="submit"].btn-block i,
button.btn-block i {
  float: right;
}
.btn.btn-large,
input[type="submit"].btn-large,
button.btn-large {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 18px;
}
.btn.btn-small,
input[type="submit"].btn-small,
button.btn-small {
  padding: 2px 10px;
}
.btn-block + .btn-block {
  margin-top: 3px;
}
.input-append .btn {
  line-height: 16px;
}
.tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tags li,
.tags a,
.tags .tag {
  float: left;
  height: 18px;
  line-height: 18px;
  position: relative;
  font-size: 10px;
}
.tags a,
.tags .tag {
  margin-left: 10px;
  padding: 0 7px 0 8px;
  background: #3d3c3c;
  color: #fff;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tags a:before,
.tags .tag:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-color: transparent #3d3c3c transparent transparent;
  border-style: solid;
  border-width: 9px 8px 9px 0;
}
.tags a:after,
.tags .tag:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
.tags a:hover {
  background: #232323;
}
.tags a:hover:before {
  border-color: transparent #232323 transparent transparent;
}
.carousel-container {
  margin: 0 -5px 0 -5px;
  position: relative;
}
.carousel-container .carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.carousel-container .carousel .item {
  padding: 0;
  width: 25%;
  padding: 0;
  display: block;
  float: left;
}
.carousel-container .carousel .item .item-inner {
  padding: 5px;
}
.carousel-container .carousel[data-visible="1"] .item {
  width: 100%;
}
.carousel-container .carousel[data-visible="2"] .item {
  width: 50%;
}
.carousel-container .carousel[data-visible="3"] .item {
  width: 33%;
}
.carousel-container .directional-nav {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 10px;
}
.carousel-container .next {
  left: auto;
  right: 5px;
}
.carousel-container .carousel-control-paging {
  width: 100%;
  text-align: center;
  height: 10px;
  padding: 20px 0;
}
.teaser .thumbnail {
  margin-bottom: 4px;
}
.message-bar {
  background: #000;
  margin: 0;
  padding: 0;
  color: #949599;
}
.message-bar strong {
  color: #e2e2e2;
}
.message-bar .row-fluid {
  padding: 0.3em 0;
  position: relative;
}
.message-bar .row-fluid:before {
  content: "";
  border: 10px transparent solid;
  border-top-color: #000;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -20px;
  left: 10px;
}
.message-bar .message {
  margin: 0;
  line-height: 1.4em;
}
.message-bar .message-actions {
  text-align: right;
}
.message-bar .message-actions a {
  margin-left: 1em;
}
.message-bar .message-actions .btn {
  padding: 0.5em;
}
.message-bar .message-close {
  color: #e2e2e2;
}
.message-bar .message-close:hover {
  color: #fff;
  text-decoration: none;
}
.message-bar .message-close:hover i {
  text-shadow: 0 0 10px rgba(255,255,255,0.4);
}
.access-menu {
  position: fixed;
  top: -5em;
  left: 0.5em;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  z-index: 1051;
}
.access-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.access-menu li:before {
  content: normal;
}
.access-menu li a {
  padding: 1em 2em;
  line-height: 1em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  border-radius: 4px;
  box-shadow: 1px 1px 6px #000;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: all 0.5s all ease-out;
  -moz-transition: all 0.5s all ease-out;
  -o-transition: all 0.5s all ease-out;
  transition: all 0.5s all ease-out;
}
.access-menu li a:hover,
.access-menu li a:focus {
  top: 6.2em;
  outline: none;
  text-decoration: none;
}
.svgobject {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.svgobject .svgfallback {
  display: none;
}
.no-svg .navbar .brand {
  display: none;
}
.no-svg .svgobject .svgfallback {
  display: block;
}
.gmap .loader {
  padding: 90px 30px 20px 30px;
  display: block;
  text-align: center;
  background-image: url(../img/loader_default.gif);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 10.8px;
  font-style: italic;
}
.gmap .direction-mode a.btn {
  padding: 8px;
}
.gmap .direction-mode a.btn.active {
  background: #f3f3f3;
}
.gmap .gmap-icon {
  background: transparent no-repeat center bottom;
  display: block;
  height: 25px;
  width: 25px;
}
.gmap .gmap-icon.gmap-icon-DRIVING {
  background-image: url(../img/gmap/transportation/car.png);
}
.gmap .gmap-icon.gmap-icon-WALKING {
  background-image: url(../img/gmap/transportation/pedestriancrossing.png);
}
.gmap .gmap-icon.gmap-icon-BICYCLING {
  background-image: url(../img/gmap/transportation/cycling.png);
}
.gmap .gmap-icon.gmap-icon-TRANSIT {
  background-image: url(../img/gmap/transportation/bus.png);
}
.gmap .map {
  height: 450px;
  background: #e2e2e2;
}
.gmap .map img {
  max-width: none;
}
.gmap .direction .adp-directions {
  width: 100%;
}
.gmap .direction .loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 2000;
}
.gmap .direction .loading .loader {
  display: block;
  margin: 30% auto 0 auto;
  width: 50%;
  background-color: #e2e2e2;
}
.gmap .location-icon-signet {
  width: 32px;
  height: 32px;
  border: 5px #FFF solid;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0,0,0,0.6);
  border-radius: 4px;
}
.gmap .map-location-addr {
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px #e2e2e2 solid;
  padding: 8px 5px;
  margin: 0;
}
.gmap .map-location-addr .location-icon {
  display: none;
}
.gmap .map-location-addr .location-name {
  display: block;
  font-weight: bold;
  padding: 0.8em 0.8em 0.8em 2em;
  line-height: 1em;
  position: relative;
}
.gmap .map-location-addr .location-name i {
  position: absolute;
  top: 0.8em;
  left: 0.8em;
}
.gmap .map-location-addr .location-name:focus,
.gmap .map-location-addr .location-name:hover {
  text-decoration: none;
  outline: none;
  background: #e2e2e2;
}
.gmap .map-location-addr .location-addr,
.gmap .map-location-addr .location-city {
  display: none;
  padding: 0 0 0 2em;
  margin: 0;
}
.gmap .map-location-addr.open .location-addr,
.gmap .map-location-addr.open .location-city {
  display: block;
}
.gmap .map-location-addr.open .location-name {
  background: #3d3c3c;
  color: #fff;
  margin-bottom: 0.5em;
}
.gmap .map-location-addr.open .location-name:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #3d3c3c;
}
.typo3-messages {
  margin: 0 0 15px 0;
}
.typo3-messages .typo3-message {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #c09853;
}
.typo3-messages .message-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.teaserlist {
  margin-bottom: 30px;
}
.teaserlist__teaser {
  padding: 15px 30px 15px 15px;
  border-bottom: 1px #e2e2e2 solid;
  position: relative;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-transition: all .3s all ease-out;
  -moz-transition: all .3s all ease-out;
  -o-transition: all .3s all ease-out;
  transition: all .3s all ease-out;
  *zoom: 1;
}
.teaserlist__teaser:before,
.teaserlist__teaser:after {
  display: table;
  content: "";
  line-height: 0;
}
.teaserlist__teaser:after {
  clear: both;
}
.teaserlist__teaser img {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  max-width: 75px;
}
@media (max-width: 449px) {
  .teaserlist__teaser img {
    max-width: 320px;
    max-height: 180px;
  }
}
.teaserlist__teaser > h3,
.teaserlist__teaser > p {
  border: none;
  margin: 0;
  padding: 0;
}
.teaserlist__teaser > p {
  font-size: 12px;
}
.teaserlist__teaser__more {
  position: absolute;
  text-indent: -999px;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #e2e2e2;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-transition: all .3s all ease-out;
  -moz-transition: all .3s all ease-out;
  -o-transition: all .3s all ease-out;
  transition: all .3s all ease-out;
}
.teaserlist__teaser__more::after {
  content: "\f0cb";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  text-indent: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-transform: ;
  -moz-transform: ;
  -o-transform: ;
  -ms-transform: ;
  transform: ;
}
.teaserlist--toplevel .teaserlist__teaser__more::after {
  content: "\f105";
  font-size: 30px;
}
.teaserlist__teaser:hover {
  background: #f3f3f3;
}
.teaserlist__teaser:hover .teaserlist__teaser__more {
  color: #3d3c3c;
}
@media (min-width: 768px) {
  .teaserlist__framed .row-fluid {
    display: flex;
  }
}
.teaserlist__framed .row-fluid .teaser {
  border: 1px solid #f3f3f3;
  padding: 0 9px;
  margin-bottom: 22px;
  color: #3d3c3c;
}
.teaserlist__framed .row-fluid .teaser h3 {
  border: none;
  padding: 0;
}
.teaserlist__framed .row-fluid .teaser:hover,
.teaserlist__framed .row-fluid .teaser:focus,
.teaserlist__framed .row-fluid .teaser:active {
  text-decoration: none;
  color: #3d3c3c;
  border: 1px solid #706f6f;
}
.f3-widget-paginator {
  list-style: none;
  margin: 10px 0;
}
.f3-widget-paginator > li {
  display: block;
  margin: 0 3px 0 0;
  list-style: none;
  float: left;
  line-height: 1em;
}
.f3-widget-paginator > li::before {
  content: none;
}
.f3-widget-paginator > li.current {
  padding: 4px;
}
.f3-widget-paginator > li.next > a,
.f3-widget-paginator > li.previous > a {
  text-indent: -999px;
  overflow: hidden;
  padding-left: 20px;
}
.f3-widget-paginator > li.next > a::before,
.f3-widget-paginator > li.previous > a::before {
  content: '>>';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-indent: 0;
}
.f3-widget-paginator > li.previous > a::before {
  content: '<<';
}
.f3-widget-paginator > li > a,
.f3-widget-paginator > li > span {
  position: relative;
  display: inline-block;
  padding: 4px;
  border: 1px #e2e2e2 solid;
}
.card3d {
  width: 100%;
  display: block;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  background-color: #868688;
  background-image: -moz-linear-gradient(top,#949599,#706f6f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#949599),to(#706f6f));
  background-image: -webkit-linear-gradient(top,#949599,#706f6f);
  background-image: -o-linear-gradient(top,#949599,#706f6f);
  background-image: linear-gradient(to bottom,#949599,#706f6f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff949599', endColorstr='#ff706f6f', GradientType=0);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.9);
}
.card3d:hover,
.card3d:focus {
  z-index: 98;
  text-decoration: none;
}
.card3d .card3d-inner {
  display: block;
  padding: 8px;
  border: solid 1px #d5d5d5;
  border-left-color: #fff;
  border-top-color: #fff;
  cursor: pointer;
  background: #fff;
  outline: 1px solid transparent;
  background-color: #e2e2e2;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(-45deg,#fff,#e2e2e2);
  background-image: -webkit-linear-gradient(-45deg,#fff,#e2e2e2);
  background-image: -o-linear-gradient(-45deg,#fff,#e2e2e2);
  background-image: linear-gradient(-45deg,#fff,#e2e2e2);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: all 0.5s all ease-out;
  -moz-transition: all 0.5s all ease-out;
  -o-transition: all 0.5s all ease-out;
  transition: all 0.5s all ease-out;
}
.card3d .card3d-inner:hover,
.card3d .card3d-inner:focus {
  box-shadow: 4px 3px 20px #706f6f;
  border-color: #f3f3f3;
  background: #f3f3f3;
  background-color: #fff;
  background-image: -moz-linear-gradient(left,#e2e2e2,#fff);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#e2e2e2),to(#fff));
  background-image: -webkit-linear-gradient(left,#e2e2e2,#fff);
  background-image: -o-linear-gradient(left,#e2e2e2,#fff);
  background-image: linear-gradient(to right,#e2e2e2,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffffffff', GradientType=1);
  text-decoration: none;
  z-index: 99;
  -webkit-transform: rotateY(-15deg) rotateX(5deg) translateZ(5px);
  -moz-transform: rotateY(-15deg) rotateX(5deg) translateZ(5px);
  -ms-transform: rotateY(-15deg) rotateX(5deg) translateZ(5px);
  transform: rotateY(-15deg) rotateX(5deg) translateZ(5px);
}
.card3d .thumbnail {
  border: none;
  box-shadow: none;
}
.card3d .thumbnail:hover,
.card3d .thumbnail:focus {
  box-shadow: none;
}
.card3d .thumbnail-label {
  font-size: 14px;
  padding: 9px;
}
.card3d .thumbnail-label .thumbnail-label-title {
  font-size: 18px;
  line-height: 1.2;
}
.card3d .thumbnail-label .thumbnail-label-loc {
  font-size: 12px;
  margin-top: 2px;
}
.card3d .thumbnail-label .thumbnail-label-rac ~ .thumbnail-label-rac {
  display: none;
}
.card3d .thumbnail-label .thumbnail-label-rmc ~ .thumbnail-label-rmc {
  display: none;
}
.card3d .thumbnail-label .thumbnail-label-wwc ~ .thumbnail-label-wwc {
  display: none;
}
.card3d .card3d-sub {
  margin-top: 0;
  padding: 5px 0 0 0;
  position: relative;
  font-size: 10.8px;
  line-height: 1.4em;
  color: #3d3c3c;
}
.card3d-group {
  display: flex;
  flex-wrap: wrap;
}
.card3d-group .card3d {
  width: 100%;
  display: flex;
}
.card3d-group .card3d .card3d-inner {
  flex: 1;
}
@media (min-width: 767px) {
  .card3d-group-1 .card3d {
    width: 100%;
  }
  .card3d-group-2 .card3d {
    width: 50%;
  }
  .card3d-group-3 .card3d {
    width: 33.33%;
  }
  .card3d-group-4 .card3d {
    width: 25%;
  }
}
#main_nav {
  margin: 0;
}
#main_nav .container {
  position: relative;
}
#main_nav .container .nav li ul li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
}
#main_nav .container .btn-navbar {
  margin-right: 0;
  margin-top: 5px;
}
#head {
  position: relative;
}
#head .head-inner {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
#head #logo {
  height: 60px;
  position: relative;
  display: block;
  z-index: 1;
}
#head #logo #logoobj {
  height: 60px;
  position: absolute;
  z-index: 2;
}
#head #logo #logolabel {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 3;
  text-indent: -999px;
  overflow: hidden;
}
#head #logo .logo-append {
  position: absolute;
  left: 260px;
  top: 0;
  height: 25px;
  border-left: 2px #e2e2e2 solid;
  padding: 40px 0 0 15px;
  font-size: 25px;
  line-height: 1;
  color: #949599;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#head #logo .logo-append--intranet span {
  color: #005faa;
}
#head #logo .logo-append--intranet span:first-child {
  color: #49b8c9;
}
#head #logo .logo-append--intranet span:last-child {
  color: #0094a0;
  font-weight: 700;
}
#head #searchbox {
  margin: 0;
}
#head #searchbox .filtered-input {
  position: absolute;
  right: 30px;
  top: 25px;
  min-width: 0;
  display: inline-block;
  padding-right: 290px;
}
#head #searchbox .filtered-input input {
  position: absolute;
  right: 40px;
  top: 1px;
  width: 243px;
}
#head #searchbox .filtered-input button#search_submit {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 1em;
  font-size: 1em;
  padding: 11px 0;
  width: 40px;
  display: block;
  background: transparent;
  border: none;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
}
#head #searchbox .filtered-input button#search_submit i {
  font-size: 14px;
}
#head #searchbox .filtered-input button#search_submit:hover,
#head #searchbox .filtered-input button#search_submit:focus {
  background: #3d3c3c;
  color: #fff;
}
#head #searchbox #toggle_search_close {
  display: none;
}
#head #meta {
  position: absolute;
  top: 25px;
  right: 0;
  width: 691px;
  height: 20px;
  padding: 50px 0 0 0;
}
#head #meta ul.horizontal {
  float: right;
  font-size: 10.8px;
}
#head #meta ul.horizontal li a {
  color: #706f6f;
}
#head #meta #sm_links {
  float: right;
  margin: 0;
  padding: 0;
}
#head #meta #sm_links li {
  padding: 0 .1em;
  border: 0;
}
#head #meta #sm_links li a {
  font-size: 1.4em;
  color: #949599;
}
#head #meta #sm_links li a:hover,
#head #meta #sm_links li a:focus {
  color: #3d3c3c;
  text-decoration: none;
}
#head #meta #sm_links li a span {
  display: inline-block;
  overflow: hidden;
  height: 0;
  text-indent: -999px;
  width: 0;
}
#main {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
#main.container-full {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  margin-left: 10px;
}
#main #pagetitle {
  padding: 0 0 10px 0;
  border-bottom: 1px #e2e2e2 solid;
  margin-bottom: 10px;
  position: relative;
}
#main #pagetitle h1 {
  margin: 0;
}
#main #pagetitle .iconlist {
  position: absolute;
  right: 0;
  bottom: 15px;
}
#start {
  margin-bottom: 0;
}
#start #main {
  padding-bottom: 0;
}
#start #main:after,
#start #main:before {
  display: block;
}
#start_simple #main {
  background: transparent;
  box-shadow: none;
  padding-bottom: 0;
}
#bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .accordion {
  margin-bottom: 0;
}
#footer .accordion-group {
  border: none;
  padding: 0;
}
#footer .accordion-group .accordion-heading .accordion-toggle {
  padding: 0;
}
#footer .accordion-group .accordion-heading .accordion-toggle i {
  display: none;
}
#footer .accordion-group .accordion-inner {
  padding: 0;
  border: none;
}
#footer .accordion-group .collapse {
  height: auto;
}
#footer a {
  color: #706f6f;
}
#footer a:hover {
  color: #3d3c3c;
}
#footer h4 {
  margin: 0 0 20px 0;
  color: #706f6f;
  border-color: #706f6f;
  font-size: 12px;
}
#footer ul {
  list-style: none;
  margin: 0;
}
#footer ul li {
  border-bottom: 1px #e2e2e2 solid;
  padding: 3px 0;
}
.printOnly {
  display: none;
}
article,
#pagetitle {
  font-size: 0.9rem;
  line-height: 1.53em;
}
article .fce-multicolumn,
article .teaser,
#pagetitle .fce-multicolumn,
#pagetitle .teaser {
  font-size: 12px;
  line-height: 18px;
}
.cc-btn,
.cc-btn:hover {
  border-color: transparent;
  background: transparent;
  color: #eee;
}
.frame-type-form_formframework .form-group {
  width: 100%;
  margin: 0 -10px;
}
.frame-type-form_formframework .form-group::after {
  content: "";
  display: block;
  clear: both;
}
.frame-type-form_formframework .control-label,
.frame-type-form_formframework .input {
  padding: 0 10px;
  display: block;
  float: left;
  box-sizing: border-box;
  min-height: 36px;
}
.frame-type-form_formframework .control-label {
  width: 30%;
}
.frame-type-form_formframework .input {
  width: 100%;
}
.frame-type-form_formframework .input .form-control {
  width: 100%;
}
.frame-type-form_formframework .input.checkbox {
  padding-left: 30px;
  padding-top: 5px;
}
.frame-type-form_formframework .control-label ~ .input {
  width: 70%;
}
.frame-type-form_formframework .actions {
  padding: 1em;
  margin-top: 0.8em;
  border-top: 1px #e2e2e2 solid;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#f3f3f3,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#fff));
  background-image: -webkit-linear-gradient(top,#f3f3f3,#fff);
  background-image: -o-linear-gradient(top,#f3f3f3,#fff);
  background-image: linear-gradient(to bottom,#f3f3f3,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffffffff', GradientType=0);
}
.finder-form h2 {
  margin: 0 0 20px 0;
}
.finder-form .btn-group {
  margin: 10px 0;
}
#hiddenIfnoJs {
  display: none;
}
#showIfnoJs {
  display: block;
  list-style-type: none;
}
#study_finder {
  padding-top: 80px;
  position: relative;
  background: #f3f3f3 url(../img/loader_default.gif) no-repeat 50% 150px;
}
.study_program_filters {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
.study_program_filters.affix {
  position: fixed;
  margin: 0 auto;
}
.study_program_filters .row-fluid {
  padding: 5px 0;
}
.study_program_filters .row-fluid .dropdown-menu li.disabled {
  background-color: #e2e2e2;
}
.study-finder-program-list {
  overflow: visible !important;
  visibility: hidden;
}
.study-finder-program-list .span3:nth-child(4n+1) {
  margin-left: 0;
}
.js-disabled .study-finder-program-list {
  visibility: visible;
}
.finder-form .btn.selected,
.study_program_filters .btn.selected {
  background: #3d3c3c;
  background-color: #3d3c3c;
  filter: none;
  -ms-filter: none;
  color: #fff;
}
.study-finder-program-box {
  width: 24.9%;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  background-color: #868688;
  background-image: -moz-linear-gradient(top,#949599,#706f6f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#949599),to(#706f6f));
  background-image: -webkit-linear-gradient(top,#949599,#706f6f);
  background-image: -o-linear-gradient(top,#949599,#706f6f);
  background-image: linear-gradient(to bottom,#949599,#706f6f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff949599', endColorstr='#ff706f6f', GradientType=0);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.9);
}
.study-finder-program-box:hover {
  z-index: 98;
}
.study-finder-program-box .inner-box {
  display: block;
  padding: 8px;
  border: solid 1px #d5d5d5;
  border-left-color: #fff;
  border-top-color: #fff;
  cursor: pointer;
  background: #fff;
  outline: 1px solid transparent;
  background-color: #e2e2e2;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(-45deg,#fff,#e2e2e2);
  background-image: -webkit-linear-gradient(-45deg,#fff,#e2e2e2);
  background-image: -o-linear-gradient(-45deg,#fff,#e2e2e2);
  background-image: linear-gradient(-45deg,#fff,#e2e2e2);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: all 0.5s all ease-out;
  -moz-transition: all 0.5s all ease-out;
  -o-transition: all 0.5s all ease-out;
  transition: all 0.5s all ease-out;
}
.study-finder-program-box .inner-box:hover,
.study-finder-program-box .inner-box:focus {
  box-shadow: 4px 3px 20px #706f6f;
  border-color: #f3f3f3;
  background: #f3f3f3;
  background-color: #fff;
  background-image: -moz-linear-gradient(left,#e2e2e2,#fff);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#e2e2e2),to(#fff));
  background-image: -webkit-linear-gradient(left,#e2e2e2,#fff);
  background-image: -o-linear-gradient(left,#e2e2e2,#fff);
  background-image: linear-gradient(to right,#e2e2e2,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffffffff', GradientType=1);
  text-decoration: none;
  z-index: 99;
  -webkit-transform: rotateY(-15deg) rotateX(5deg) translateZ(5px);
  -moz-transform: rotateY(-15deg) rotateX(5deg) translateZ(5px);
  -ms-transform: rotateY(-15deg) rotateX(5deg) translateZ(5px);
  transform: rotateY(-15deg) rotateX(5deg) translateZ(5px);
}
.study-finder-program-box .thumbnail {
  border: none;
  box-shadow: none;
}
.study-finder-program-box .thumbnail:hover,
.study-finder-program-box .thumbnail:focus {
  box-shadow: none;
}
.study-finder-program-box .thumbnail-label {
  font-size: 14px;
  padding: 9px;
}
.study-finder-program-box .thumbnail-label .thumbnail-label-title {
  font-size: 18px;
  line-height: 1.2;
}
.study-finder-program-box .thumbnail-label .thumbnail-label-loc {
  font-size: 12px;
  margin-top: 2px;
}
.study-finder-program-box .thumbnail-label .thumbnail-label-rac ~ .thumbnail-label-rac {
  display: none;
}
.study-finder-program-box .thumbnail-label .thumbnail-label-rmc ~ .thumbnail-label-rmc {
  display: none;
}
.study-finder-program-box .thumbnail-label .thumbnail-label-wwc ~ .thumbnail-label-wwc {
  display: none;
}
.study-finder-program-box .transparent_color_box {
  position: relative;
  height: 36px;
  margin-top: -35px;
  zoom: 1;
  color: #fff;
}
.study-finder-program-box .program_title_below_pic {
  margin-top: 0;
  padding: 5px 0 0 0;
  position: relative;
  font-size: 10.8px;
  line-height: 1.4em;
}
.study-finder-program-box .program_svg_below_pic {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 5px;
}
.study-finder-program-box .signet {
  max-width: 100%;
}
.study-finder-program-box .study_finder_pic_box {
  min-height: 100%;
}
.faculty-course-detailed-view {
  margin-bottom: 5px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
@media (max-width: 930px) {
  #study_finder {
    padding-top: 0;
  }
  .study_program_filters {
    width: 100%;
    position: relative;
  }
  .study_program_filters.affix {
    position: relative;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .study-finder-program-box {
    width: 24.70%;
  }
}
@media (max-width: 767px) {
  .study-finder-program-box {
    width: 100%;
    margin-bottom: 5px;
  }
  .study-finder-program-box .inner-box {
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#fff,#e2e2e2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,#fff,#e2e2e2);
    background-image: -o-linear-gradient(top,#fff,#e2e2e2);
    background-image: linear-gradient(to bottom,#fff,#e2e2e2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe2e2e2', GradientType=0);
  }
  .study-finder-program-box .thumbnail {
    min-height: 0;
  }
  .study-finder-program-box .thumbnail img {
    display: none;
  }
  .study-finder-program-box .thumbnail .thumbnail-label {
    position: static;
  }
}
.news-list-view .news-list-view-default .article {
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px #e2e2e2 solid;
}
.news-list-view .news-list-view-default .article h2 {
  margin: 0 0 3px 0;
  padding-top: 0;
  font-weight: 300;
}
.news-list-view .news-list-view-default .article h3 {
  border: none;
  margin: 0 0 3px 0;
  padding-top: 0;
}
.news-list-view .news-list-view-default .article .news-list-date {
  display: block;
  background: #3d3c3c;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 6px 0;
}
.news-list-view .news-list-view-default .article .news-list-date .day {
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  line-height: 1em;
}
.news-list-view .news-list-view-default .article .news-list-date .month {
  line-height: 1em;
  display: block;
}
.news-list-view .news-list-view-default .article .news-list-date .year {
  line-height: 1em;
  display: block;
  font-size: 10.8px;
  color: #949599;
  padding-top: 4px;
}
.news-list-view .news-list-view-default .article .news-img-wrap {
  margin-bottom: 5px;
}
.news-list-view .news-list-view-default .footer {
  margin: 15px 0 0 0;
  font-size: 12px;
}
.news-list-view .news-list-view-default .footer p {
  margin: 0;
  padding: 0;
}
.news-list-view .news-list-view-default .footer .news-categories {
  font-style: italic;
}
.news-list-view .news-list-view-default .footer .news-categories span,
.news-list-view .news-list-view-default .footer .news-categories a {
  color: #949599;
}
.news-single .news-info {
  font-style: italic;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #949599;
}
.news-single .news-info p {
  margin: 0;
  padding: 0;
}
.news-single .news-info i {
  color: #3d3c3c;
}
.news-single .news-info .news-categories a {
  border-right: 1px #f3f3f3 solid;
  padding-right: 0.3em;
  padding-left: 0.3em;
}
.news-single .news-info .news-categories a:last-child {
  padding-right: 0;
  border: 0;
}
.news-single .news-related-wrap {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px #e2e2e2 solid;
}
.news-single .thumbnails .mediaelement-image {
  margin-left: 0;
  width: 100%;
}
.news-teaser .thumbnail {
  margin-bottom: 5px;
}
.news-carousel {
  margin-bottom: 30px;
}
.news-carousel .news-archivelink {
  text-align: center;
  height: 1em;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.news .page-navigation p {
  float: left;
  width: 120px;
  line-height: 3em;
  display: none;
}
.news .page-navigation .f3-widget-paginator {
  padding: 0;
  margin: 0.5em 0;
  width: 100%;
}
.news .page-navigation .f3-widget-paginator:after {
  content: "";
  display: block;
  clear: both;
}
.news .page-navigation .f3-widget-paginator li {
  margin: 0;
  padding: 0;
  float: left;
  width: auto;
  min-width: 1px;
  line-height: 3em;
}
.news .page-navigation .f3-widget-paginator li a,
.news .page-navigation .f3-widget-paginator li.current {
  line-height: 1em;
  padding: 1em;
  margin: 0 0.3em;
  border: 1px #f3f3f3 solid;
  text-align: center;
  display: block;
}
.news .page-navigation .f3-widget-paginator li a:hover,
.news .page-navigation .f3-widget-paginator li a:focus {
  background: #f3f3f3;
}
.news .page-navigation .f3-widget-paginator li.current {
  background: #3d3c3c;
  color: #fff;
  border-color: #3d3c3c;
}
.news .page-navigation .f3-widget-paginator li:before {
  content: normal;
}
.tx_hskoblenzevents-latest {
  margin-left: 0;
  list-style: none;
}
.tx_hskoblenzevents-latest li {
  padding: 0;
  margin: 0;
  border-bottom: 1px #e2e2e2 solid;
  min-height: 50px;
}
.tx_hskoblenzevents-latest li:before {
  content: normal;
}
.tx_hskoblenzevents-latest li a {
  display: block;
  padding: 8px 0 8px 40px;
  position: relative;
  color: #706f6f;
}
.tx_hskoblenzevents-latest li a:hover {
  text-decoration: none;
  background: #e2e2e2;
  background-color: transparent;
  background-image: -webkit-gradient(left,linear,0 0,0 100%,from(rgba(226,226,226,0)),color-stop(50%,#e2e2e2),to(rgba(226,226,226,0)));
  background-image: -webkit-linear-gradient(left,rgba(226,226,226,0),#e2e2e2 50%,rgba(226,226,226,0));
  background-image: -moz-linear-gradient(left,rgba(226,226,226,0),#e2e2e2 50%,rgba(226,226,226,0));
  background-image: -o-linear-gradient(left,rgba(226,226,226,0),#e2e2e2 50%,rgba(226,226,226,0));
  background-image: linear-gradient(to right,rgba(226,226,226,0),#e2e2e2 50%,rgba(226,226,226,0));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e2e2e2', endColorstr='#00e2e2e2', GradientType=0);
}
.tx_hskoblenzevents-latest li a strong {
  color: #3d3c3c;
}
.tx_hskoblenzevents-latest li a .date {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  text-align: left;
  width: 40px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 6px 0;
}
.tx_hskoblenzevents-latest li a .date b {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  line-height: 1em;
}
.tx_hskoblenzevents-list .tx_hskoblenzevents-month .event {
  border-bottom: 1px #e2e2e2 solid;
  padding: 10px 5px;
}
.tx_hskoblenzevents-list .tx_hskoblenzevents-month .event:nth-child(even) {
  background: #f3f3f3;
}
.tx_hskoblenzevents-list .tx_hskoblenzevents-month .event h4 {
  margin: 0;
}
.tx_hskoblenzevents-list .tx_hskoblenzevents-month .event p {
  margin: 0;
}
.tx_hskoblenzevents-show .event-info dl dt {
  width: 25px;
  padding: 5px 0;
  text-align: left;
}
.tx_hskoblenzevents-show .event-info dl dt i {
  font-size: 14px;
}
.tx_hskoblenzevents-show .event-info dl dd {
  margin-left: 25px;
  border-bottom: 1px #e2e2e2 solid;
  padding: 5px 0;
}
.tx_hskoblenzevents-show .event-info dl dd address {
  margin: 0;
}
.tx_hskoblenzdata-faculties-select {
  background: #fff;
  margin: 10px 0 0 0;
  padding: 10px;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}
.tx_hskoblenzdata-faculties-select .campussignet {
  position: relative;
  height: 60px;
}
.tx_hskoblenzdata-faculties-select h4 {
  margin: 0 0 5px 0;
}
.csc-sword {
  background: none repeat scroll 0% 0% #C4f0f5;
}
#head .tx-solr {
  position: absolute;
  top: 25px;
  right: 40px;
  width: 450px;
}
#head .tx-solr form#tx-solr-search-form-pi-search {
  clear: both;
  margin: 0px;
}
#head .tx-solr form#tx-solr-search-form-pi-search .pull-left {
  float: left;
  min-width: 404px;
}
#head .tx-solr form#tx-solr-search-form-pi-search .pull-left #search_term {
  height: 22px;
  width: 100%;
  padding: 7px 0;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
#head .tx-solr form#tx-solr-search-form-pi-search .pull-left #search_term.warning {
  background: #FFFF55;
}
#head .tx-solr form#tx-solr-search-form-pi-search #inputButton {
  margin-left: 2px;
}
ul.ui-autocomplete {
  z-index: 10000 !important;
}
ul.ui-autocomplete li:before {
  display: none;
}
.tx-solr #tx-solr-search h3 {
  clear: both;
}
.tx-solr #tx-solr-search h3 span.pull-right {
  color: #706f6f;
  font-size: 0.8em;
}
.tx-solr #tx-solr-search #solr-pagination {
  margin: 20px 0px;
}
.tx-solr #tx-solr-search #solr-pagination ul.pagination {
  width: 100%;
  text-align: center;
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
.tx-solr #tx-solr-search #solr-pagination ul.pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tx-solr #tx-solr-search #solr-pagination ul.pagination li:before {
  display: none;
}
.tx-solr #tx-solr-search #solr-pagination ul.pagination li a {
  display: inline-block;
  min-width: 18px;
  padding: 8px;
}
.tx-solr #tx-solr-search #solr-pagination ul.pagination li a:hover {
  background: #f2f1f1;
}
.tx-solr #tx-solr-search #solr-pagination ul.pagination li a:focus {
  background: #e2e2e2;
}
.tx-solr #tx-solr-search #solr-pagination ul.pagination li a:focus,
.tx-solr #tx-solr-search #solr-pagination ul.pagination li a:hover,
.tx-solr #tx-solr-search #solr-pagination ul.pagination li a:active {
  text-decoration: none;
}
.tx-solr #tx-solr-search #solr-pagination ul.pagination li.active a {
  background: #3bb9c6;
  color: #fff;
}
.tx-solr #tx-solr-search .spelling-suggestions {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.tx-solr #tx-solr-search .spelling-suggestions a {
  font-weight: bold;
}
.tx-solr #tx-solr-search .results-list {
  clear: both;
  margin: 0;
}
.tx-solr #tx-solr-search .results-list .tx-solr-relevance {
  background-color: #00A0AF;
}
.tx-solr #tx-solr-search .results-list .result-content .results-highlight {
  background: none repeat scroll 0% 0% #C4f0f5;
}
.tx-solr #tx-solr-search .results-list li.results-entry {
  position: relative;
  clear: both;
  padding: 2%;
  list-style: none inside;
  margin-left: 0px;
  border-bottom: 1px solid #cfcecf;
  margin-bottom: 20px;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.tx-solr #tx-solr-search .results-list li.results-entry a.overlay {
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.tx-solr #tx-solr-search .results-list li.results-entry h5.results-topic {
  float: left;
  padding-right: 5px;
  margin-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 82%;
  font-weight: bold;
  margin-bottom: 5px;
}
.tx-solr #tx-solr-search .results-list li.results-entry h5.results-topic i {
  color: #00a0af;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser p.result-content,
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser .references {
  margin-bottom: 0;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser .references {
  width: 100%;
  position: relative;
  margin-top: 1em;
  width: 100%;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser .references ul {
  margin-top: 0.5em;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser .references a {
  position: absolute;
  z-index: 10000;
  margin-left: 5px;
  max-width: 70%;
  font-weight: bold;
  color: #00a0af;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser .relevance {
  height: 10px;
  width: 15%;
  margin: 5px 0;
  float: right;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser .relevance .relevance-bar {
  width: 100%;
  height: 10px;
  float: left;
  margin-right: 3px;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser .relevance .relevance-bar .tx-solr-relevance-bar {
  margin: -2px;
  width: 100%;
  height: 8px;
  border: 1px solid #ccc;
  font-size: 1px;
  padding: 1px;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser .relevance .relevance-bar .tx-solr-relevance-bar .tx-solr-relevance {
  margin-right: 0px !important;
  height: 8px;
  padding: 0px;
  float: left;
}
.tx-solr #tx-solr-search .results-list li.results-entry .results-teaser table {
  margin-top: 1em;
}
.tx-solr #tx-solr-search .results-list li.results-entry:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 20px -5px #646464;
  box-shadow: 0 0 20px -5px #646464;
}
.tx-solr #tx-solr-search .tx-solr-search-form-errors ul {
  margin-bottom: 5px;
}
.tx-solr #tx-solr-search .tx-solr-search-form-errors ul li {
  padding-bottom: 0;
}
.tx-solr #tx-solr-search-functions .solr-facets-available ul.facets {
  margin-left: 0;
}
.tx-solr #tx-solr-search-functions .solr-facets-available ul.facets > li {
  padding-bottom: 0;
}
.tx-solr #tx-solr-search-functions span.label.label-small {
  padding: 0 3px;
  margin: 3px 0 0 5px;
  line-height: 12px;
}
.tx-solr #tx-solr-search-functions #results-per-page {
  float: none;
}
.tx-solr #tx-solr-search-functions #results-per-page form {
  padding-right: 12px;
}
.tx-solr #tx-solr-search-functions #results-per-page form select {
  padding-right: 15px;
  width: 100%;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting ul li:before {
  display: none;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li a:hover {
  text-decoration: line-through;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li.facets-remove-all a:hover {
  text-decoration: underline;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li:before {
  display: inline-block;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li:last-child:before {
  content: "";
  color: #B94A48;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting ul.facet-type-hierarchy {
  margin: 0;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting ul.facet-type-hierarchy li {
  list-style: none;
  margin: 0 0 0 15px;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul {
  margin: 0 0 1.2em 0;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul:first-child {
  margin-left: 0;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul.collapsed {
  display: none;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li {
  position: relative;
  list-style-type: none;
  padding-bottom: 0;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li a {
  margin-bottom: 0.2em;
  display: block;
  clear: both;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li a span.title {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li a:hover span.label {
  background-color: #00A0AF;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li i.toggle {
  position: absolute;
  top: 2px;
  left: -15px;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li i.toggle:hover {
  cursor: pointer;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li i.toggle:hover:before {
  color: #00A0AF;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li.selected span.title,
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li.selected i.toggle {
  color: #BBB;
}
.tx-solr #tx-solr-search-functions #tx-solr-faceting li.nestedArea ul li.selected span.label {
  background-color: #00A0AF;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches ul {
  margin-left: 0;
  padding-right: 10px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches ul li {
  line-height: 24px;
  list-style-type: none;
  margin-right: 10px;
  display: inline;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches ul li:before {
  display: none;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches ul li a {
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches ul li a:hover {
  color: #00a0af;
  text-decoration: none;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-14 {
  font-size: 14px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-15 {
  font-size: 15px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-16 {
  font-size: 16px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-16 {
  font-size: 16px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-17 {
  font-size: 17px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-18 {
  font-size: 18px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-19 {
  font-size: 19px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-20 {
  font-size: 20px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-21 {
  font-size: 21px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-22 {
  font-size: 22px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-23 {
  font-size: 23px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-24 {
  font-size: 24px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-25 {
  font-size: 25px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-26 {
  font-size: 26px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-27 {
  font-size: 27px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-28 {
  font-size: 28px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-29 {
  font-size: 29px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-30 {
  font-size: 30px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-31 {
  font-size: 31px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-32 {
  font-size: 32px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-33 {
  font-size: 33px;
}
.tx-solr #tx-solr-search-functions #tx-solr-frequent-searches .tx-solr-frequent-term-34 {
  font-size: 34px;
}
.tx-solr #tx-solr-search-functions,
.tx-solr #tx-solr-search {
  width: 100%;
  float: none;
}
@media (max-width: 768px) {
  #head .tx-solr {
    display: none;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin: 1em 0;
    width: 100% !important;
  }
  #head .tx-solr form#tx-solr-search-form-pi-search {
    margin: 0;
  }
  #head .tx-solr form#tx-solr-search-form-pi-search .pull-left {
    width: 88%;
    min-width: initial !important;
  }
  #head .tx-solr form#tx-solr-search-form-pi-search #inputButton {
    text-align: center;
    width: 12%;
    margin: 0 !important;
    padding: 10px 5px;
  }
}
@media (max-width: 800px) {
  .tx-solr #tx-solr-search-functions {
    word-wrap: break-word;
  }
}
.tx_hskoblenzprofiles-list,
.tx_hskoblenzprofiles-listall {
  margin: 0;
  padding: 0;
}
.tx_hskoblenzprofiles-list li,
.tx_hskoblenzprofiles-listall li,
.tx_hskoblenzprofiles-profile {
  border-bottom: 1px #e2e2e2 solid;
  margin: 0;
  padding: 0.5em 0;
}
.tx_hskoblenzprofiles-list li .profile-image,
.tx_hskoblenzprofiles-listall li .profile-image,
.tx_hskoblenzprofiles-profile .profile-image {
  background: #e2e2e2;
  display: block;
  width: 75px;
  float: left;
  text-align: center;
  color: #949599;
}
.tx_hskoblenzprofiles-list li .profile-image i,
.tx_hskoblenzprofiles-listall li .profile-image i,
.tx_hskoblenzprofiles-profile .profile-image i {
  font-size: 2em;
  line-height: 112.5px;
}
.tx_hskoblenzprofiles-list li .profile-info.profile-info-wimage,
.tx_hskoblenzprofiles-listall li .profile-info.profile-info-wimage,
.tx_hskoblenzprofiles-profile .profile-info.profile-info-wimage {
  margin-left: 85px;
}
.tx_hskoblenzprofiles-list li .profile-info .profile-name,
.tx_hskoblenzprofiles-listall li .profile-info .profile-name,
.tx_hskoblenzprofiles-profile .profile-info .profile-name {
  display: block;
}
.tx_hskoblenzprofiles-list li .profile-info dl.profile-details,
.tx_hskoblenzprofiles-listall li .profile-info dl.profile-details,
.tx_hskoblenzprofiles-profile .profile-info dl.profile-details {
  margin: 0.5em 0 0 0;
  float: left;
}
.tx_hskoblenzprofiles-banner {
  margin-bottom: 10px;
  position: relative;
}
.tx_hskoblenzprofiles-banner .tx_hskoblenzprofiles-profile {
  border-bottom: none;
}
.tx_hskoblenzprofiles-banner .profile-name {
  color: #3d3c3c;
  font-size: 1.4em;
  line-height: 1.2em;
  display: block;
  font-weight: 400;
  margin-top: 0.1em;
  font: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tx_hskoblenzprofiles-banner .department {
  margin: 0.3em 0;
  color: #949599;
}
.tx_hskoblenzprofiles-banner .profile-image {
  width: 60px;
}
.tx_hskoblenzprofiles-banner .profile-image i {
  font-size: 2em;
  line-height: 80px;
}
.tx_hskoblenzprofiles-banner .profile-info {
  margin-left: 70px;
}
.tx_hskoblenzprofiles-banner .to-profile {
  float: right;
}
.tx_hskoblenzprofiles-banner .campus-signet {
  float: right;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  position: relative;
}
.tx_hskoblenzprofiles-banner .campus-signet a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tx_hskoblenzprofiles-listall li {
  width: 48.387096774194%;
  float: left;
  margin-left: 3.2258064516129%;
}
.tx_hskoblenzprofiles-listall li:nth-child(odd) {
  margin-left: 0;
  clear: left;
}
.tx_hskoblenzprofiles-listall:after {
  content: "";
  clear: both;
  display: block;
}
.tx_hskoblenzprofiles-details .campus-info {
  clear: both;
  margin: 1em 0;
}
.tx_hskoblenzprofiles-details .campus-info .campus-signet {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
}
.tx_hskoblenzprofiles-details .campus-info .campus-details {
  margin-left: 50px;
}
.tx_hskoblenzprofiles-details .campus-info .campus-details h4 {
  margin: 0;
  padding: 0;
}
.tx_hskoblenzprofiles-details .profile-image {
  background: #e2e2e2;
  display: block;
  text-align: center;
  color: #949599;
  margin-bottom: 1em;
}
.tx_hskoblenzprofiles-details .profile-image i {
  font-size: 4em;
  line-height: 200px;
}
.tx_hskoblenzprofiles-details .department {
  clear: both;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px #e2e2e2 solid;
  border-bottom: 1px #e2e2e2 solid;
}
.tx_hskoblenzprofiles-details .tx_hskoblenzprofiles-header {
  width: 74.193548387097%;
  float: right;
  padding: 0 0 15px 0;
}
.tx_hskoblenzprofiles-details .tx_hskoblenzprofiles-header h1,
.tx_hskoblenzprofiles-details .tx_hskoblenzprofiles-header h2 {
  margin: 0;
  padding: .1em;
}
.tx_hskoblenzprofiles-details .profile-page {
  width: 74.193548387097%;
  clear: right;
  float: right;
}
.tx_hskoblenzprofiles-details .profile-page #current_nav {
  margin-bottom: 15px;
}
.tx_hskoblenzprofiles-details .profile-page .profile-properties-nopage {
  float: left;
  width: 100%;
}
.tx_hskoblenzprofiles-details .profile-info {
  width: 22.58064516129%;
  float: left;
}
.tx_hskoblenzprofiles-details dl.profile-details:after {
  content: "";
  clear: both;
  display: block;
}
dl.profile-details {
  margin: 0.5em 0 1em 0;
  padding: 0;
  width: 100%;
  line-height: 1.3em;
}
dl.profile-details dt {
  font-weight: normal;
  min-width: 1px;
  float: left;
  clear: both;
}
dl.profile-details dd {
  float: left;
  margin-left: 0.2em;
}
.tx_hskoblenzprofiles-campuslist {
  font-size: 12px;
}
.tx_hskoblenzprofiles-campuslist #navbar_letters.affix a {
  display: none;
  background: #fff;
}
.tx_hskoblenzprofiles-campuslist #navbar_letters.affix:hover a {
  display: inline-block;
}
@media (max-width: 767px) {
  .tx_hskoblenzprofiles-listall li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.tx_hskoblenzprofiles-sciportlist {
  margin-bottom: 30px;
}
.tx_hskoblenzprofiles-sciportlist ul {
  margin: 0;
  padding: 0;
}
.tx_hskoblenzprofiles-sciportlist > ul > li {
  line-height: 1.5;
  font-size: 10.8px;
  padding: 0;
  margin: 0;
  border-bottom: 1px #f3f3f3 solid;
}
.tx_hskoblenzprofiles-sciportlist > ul > li::before {
  display: none;
}
.tx_hskoblenzprofiles-sciportlist > ul > li > a {
  display: block;
  padding: 15px 10px 15px 50px;
  position: relative;
  color: #949599;
}
.tx_hskoblenzprofiles-sciportlist > ul > li > a > strong {
  color: #3d3c3c;
  font-size: 12px;
}
.tx_hskoblenzprofiles-sciportlist > ul > li > a > i {
  position: absolute;
  font-size: 25px;
  left: 10px;
  top: 18px;
  color: #949599;
}
.tx_hskoblenzprofiles-sciportlist > ul > li > a:hover,
.tx_hskoblenzprofiles-sciportlist > ul > li > a:focus {
  text-decoration: none;
  background: #F5F5F5;
}
.tx_hskoblenzprofiles-sciportlist.tx_hskoblenzprofiles-publications > ul > li .publication-meta {
  display: inline;
}
.tx_hskoblenzprofiles-sciportlist.tx_hskoblenzprofiles-publications > ul > li .publication-meta::before {
  content: " — ";
}
.direction-segment {
  border-bottom: 1px #f3f3f3 solid;
  padding: 5px 5px 5px 40px;
  display: block;
  position: relative;
}
.direction-segment::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.direction-segment span {
  display: inline-block;
  padding-right: 5px;
}
.direction-segment-type-0::before {
  background-image: url('../img/direction-icons/turn_left.svg');
}
.direction-segment-type-1::before {
  background-image: url('../img/direction-icons/turn_right.svg');
}
.direction-segment-type-2::before {
  background-image: url('../img/direction-icons/turn_sharp_left.svg');
}
.direction-segment-type-3::before {
  background-image: url('../img/direction-icons/turn_sharp_right.svg');
}
.direction-segment-type-4::before {
  background-image: url('../img/direction-icons/turn_slight_left.svg');
}
.direction-segment-type-5::before {
  background-image: url('../img/direction-icons/turn_slight_right.svg');
}
.direction-segment-type-6::before {
  background-image: url('../img/direction-icons/continue_straight.svg');
}
.direction-segment-type-7::before {
  background-image: url('../img/direction-icons/roundabout.svg');
}
.direction-segment-type-8::before {
  background-image: url('../img/direction-icons/roundabout.svg');
}
.direction-segment-type-9::before {
  background-image: url('../img/direction-icons/uturn.svg');
}
.direction-segment-type-10::before {
  background-image: url('../img/direction-icons/arrive.svg');
}
.direction-segment-type-11::before {
  background-image: url('../img/direction-icons/depart.svg');
}
.direction-segment-type-12::before {
  background-image: url('../img/direction-icons/continue_left.svg');
}
.direction-segment-type-13::before {
  background-image: url('../img/direction-icons/continue_right.svg');
}
.tx-hskoblenz-jobs .postalcode-preview {
  cursor: pointer;
  position: relative;
  margin: 0;
}
.tx-hskoblenz-jobs .errors li {
  margin-top: 2px;
  margin-right: 2px;
}
.tx-hskoblenz-jobs .postalcode-list {
  max-height: 150px;
  overflow-y: scroll;
  width: 100%;
}
.tx-hskoblenz-jobs .postalcode-list li {
  border-top: 1px #e2e2e2 solid;
  margin: 0;
  padding: 0;
}
.tx-hskoblenz-jobs .postalcode-list.loading {
  height: 20px;
}
.tx-hskoblenz-jobs .postalcode-list.loading::before {
  content: 'Lade ...';
  display: inline-block;
  padding: 1px 10px;
  font-style: italic;
}
.tx-hskoblenz-jobs .loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
}
.tx-hskoblenz-jobs .tx_hskoblenzjobs-list li {
  border-bottom: 1px #e2e2e2 solid;
  padding: 10px 0;
}
.tx-hskoblenz-jobs .tx_hskoblenzjobs-list li:nth-child(even) {
  background: #f3f3f3;
}
.tx-hskoblenz-jobs .tx_hskoblenzjobs-list li p {
  margin: 0;
  padding: 0 5px;
}
.tx-hskoblenz-jobs .tx_hskoblenzjobs-list .period {
  font-size: 10.8px;
}
.tx-hskoblenz-jobs .dropdown-menu {
  overflow-y: auto;
  max-height: 400px;
}
.tx-hskoblenz-jobs .hyphens {
  hyphens: auto;
}
.tx-hskoblenz-jobs #filter {
  font-size: 10.8px;
}
.tx-hskoblenz-jobs #filter .dropdown-menu {
  min-width: 100%;
}
.tx-hskoblenz-jobs .job-info {
  font-size: 12px;
  line-height: 18px;
}
.tx-hskoblenz-jobs .job-info .praxis-campus {
  display: block;
  background: #fff;
  background: url(../img/logos/praxiscampus.gif) no-repeat 50% 10px;
  padding: 86px 20px 10px 20px;
  margin: 10px 0;
  border: 1px #e2e2e2 solid;
}
.wsr-info {
  float: right;
  font-size: 10.8px;
  color: #BBBBBB;
  font-style: italic;
}
.felogin {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .felogin {
    padding: 80px 0;
  }
}
.felogin__status {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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);
  -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);
  font-size: 10.8px;
}
.felogin__status blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.felogin__status h3 {
  border: none;
  margin: 0;
}
.felogin input {
  width: 100%;
}
.felogin .btn {
  text-align: center;
}
.felogin .tx-felogin-pi1 {
  max-width: 400px;
  margin: 10px;
  border: 1px #e2e2e2 solid;
  padding: 20px;
  background: #FFF;
}
@media (min-width: 768px) {
  .felogin .tx-felogin-pi1 {
    margin: 0 auto;
  }
}
.tx-hskoblenz-application {
  position: relative;
  min-height: 300px;
}
.tx-hskoblenz-application #loader {
  background: rgba(255,255,255,0.25) url(../img/loader_default.gif) no-repeat 50% 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tx-hskoblenz-application #filter select,
.tx-hskoblenz-application #filter .btn {
  width: 100%;
  display: block;
}
.tx-hskoblenz-application #filter label {
  font-weight: bold;
}
.tx-hskoblenz-application .horizontal li:first-child {
  padding-left: 0;
}
.tx-hskoblenz-application .well h3 {
  margin-top: 0;
}
.tx-hskoblenz-application .application-filter {
  border-top: 1px #e2e2e2 solid;
  padding: 20px 15px 5px 15px;
  margin-top: 30px;
  position: relative;
  background-color: rgba(0,0,0,0.006);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.01),rgba(0,0,0,0));
  background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.01)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.01),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.01),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.01),rgba(0,0,0,0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02000000', endColorstr='#00000000', GradientType=0);
}
.tx-hskoblenz-application .application-filter::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px #e2e2e2 solid;
  border-left-color: transparent;
  border-top-color: transparent;
  background: #FFF;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -15px;
}
.tx-hskoblenz-application .application-filter:first-child {
  margin-top: 0;
  border: none;
}
.tx-hskoblenz-application .application-filter:first-child::before {
  content: none;
}
.social_share_privacy_area {
  clear: both;
  margin: 20px 0 !important;
  list-style-type: none;
  padding: 0 !important;
  width: auto;
  height: 25px;
  display: block;
  list-style: none;
}
.social_share_privacy_area li {
  margin: 0 !important;
  padding: 0 !important;
  height: 21px;
  float: left;
}
.social_share_privacy_area li .dummy_btn {
  float: left;
  margin: 0 0 0 10px;
  cursor: pointer;
  padding: 0;
  height: inherit;
}
.social_share_privacy_area li div iframe {
  overflow: hidden;
  height: inherit;
  width: inherit;
}
.social_share_privacy_area .facebook {
  width: 180px;
  display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
  width: 145px;
}
.social_share_privacy_area .twitter {
  width: 148px;
}
.social_share_privacy_area li div.tweet {
  width: 115px;
}
.social_share_privacy_area .gplus {
  width: 123px;
}
.social_share_privacy_area li div.gplusone {
  width: 90px;
}
.social_share_privacy_area li .switch {
  display: inline-block;
  text-indent: -9999em;
  background: transparent url(../img/socialshareprivacy/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
  width: 23px;
  height: 12px;
  overflow: hidden;
  float: left;
  margin: 4px 0 0;
  padding: 0;
  cursor: pointer;
}
.social_share_privacy_area li .switch.on {
  background-position: 0 -12px;
}
.social_share_privacy_area li.help_info {
  position: relative;
}
.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 290px;
  padding: 10px 15px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 3px 4px #999;
  -webkit-box-shadow: 0 3px 4px #999;
  box-shadow: 0 3px 4px #999;
  background-color: #fdfbec;
  color: #000;
  z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
  left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
  left: -243px;
  width: 350px;
}
.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
  display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
  display: none;
}
.social_share_privacy_area li .help_info.icon {
  background: #fff url(../img/socialshareprivacy/socialshareprivacy_info.png) no-repeat center center scroll;
  width: 25px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #e7e3e3;
  border-right-width: 0;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
  border-top-width: 0;
  border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
  border-right-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.social_share_privacy_area li.settings_info {
  position: relative;
  top: -2px;
}
.social_share_privacy_area li.settings_info a {
  text-decoration: none;
  margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
  background-color: #f3f4f5;
  border: 2px solid #e7e3e3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 3px #c1c1c1;
  -webkit-box-shadow: 2px 2px 3px #c1c1c1;
  box-shadow: 3px 3px 3px #c1c1c1;
  left: 0;
  position: absolute;
  top: 0;
  width: 135px;
  z-index: 1000;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
  border-width: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
  display: none;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
  text-indent: -9999em;
  display: inline-block;
  background: #fff url(../img/socialshareprivacy/settings.png) no-repeat center center scroll;
  width: 25px;
  height: 20px;
  border: 2px solid #e7e3e3;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
  border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
  border-width: 0;
  margin: 0;
  padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  padding: 10px 0;
  width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
  clear: both;
  float: left;
  margin: 4px 10px 4px 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  -moz-transition: color .5s ease-in;
  -webkit-transition: color .5s ease-in;
  transition: color .5s ease-in;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
  color: #090;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  padding: 0 0 35px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides {
  background: #e2e2e2;
}
.flexslider .slides li {
  position: relative;
  padding: 0;
  margin: 0;
}
.flexslider .slides a.thumbnail {
  border: none;
}
.flexslider .slides .flex-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 50px;
  min-height: 30px;
  background: rgba(34,34,35,0.8);
  color: #e2e2e2;
  margin: 0;
  font-size: 10.8px;
  font-style: italic;
  line-height: 1.4em;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  -webkit-transition: all .5s all ease-out;
  -moz-transition: all .5s all ease-out;
  -o-transition: all .5s all ease-out;
  transition: all .5s all ease-out;
}
.flexslider .slides .flex-caption p {
  margin: 0;
  padding: 0;
}
.flexslider .slides .flex-caption .flex-headline {
  position: absolute;
  top: -30px;
  left: 50px;
  width: 100%;
}
.flexslider .slides .flex-caption .flex-headline h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50%;
  padding: 0;
  margin: 0;
  border: none;
}
.flexslider .slides .flex-caption .flex-headline h3 a,
.flexslider .slides .flex-caption .flex-headline h3 span {
  padding: 0.8em;
  display: inline-block;
  background: rgba(61,60,60,0.85);
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: 300;
  display: block;
  margin: 0;
  border: none;
  font-style: normal;
}
.flexslider .slides .flex-caption .flex-headline h3 a strong,
.flexslider .slides .flex-caption .flex-headline h3 span strong {
  font-weight: 700;
}
.flexslider .slides .flex-caption .flex-headline h3 a.rac,
.flexslider .slides .flex-caption .flex-headline h3 span.rac {
  background-color: rgba(73,184,201,0.85);
}
.flexslider .slides .flex-caption .flex-headline h3 a.wwc,
.flexslider .slides .flex-caption .flex-headline h3 span.wwc {
  background-color: rgba(0,148,160,0.85);
}
.flexslider .slides .flex-caption .flex-headline h3 a.rmc,
.flexslider .slides .flex-caption .flex-headline h3 span.rmc {
  background-color: rgba(0,95,170,0.85);
}
.flexslider .slides .flex-caption a {
  color: #fff;
}
.flexslider.flexslider-keepdimensions .slides img {
  width: auto;
}
.carousel li {
  margin-right: 5px;
}
.flex-pauseplay {
  position: absolute;
  bottom: 0;
  left: 0;
}
.flex-pauseplay a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  width: 25px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.flex-pauseplay a.flex-pause:before,
.flex-pauseplay a.flex-play:before {
  content: "\f04c";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  text-align: center;
}
.flex-pauseplay a.flex-play:before {
  content: "\f04b";
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav li {
  margin: 0;
  padding: 0;
}
.flex-direction-nav a {
  width: 50px;
  height: 50px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  bottom: 36px;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  font-size: 12px;
}
.flex-direction-nav a:before {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 30px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 2px rgba(0,0,0,0.5);
  color: #e2e2e2;
}
.flex-direction-nav a:focus,
.flex-direction-nav a:hover {
  text-decoration: none;
}
.flex-direction-nav a:hover:before {
  color: #fff;
  text-shadow: 0 0 2px rgba(255,255,255,0.5);
}
.flex-direction-nav .flex-next {
  right: 0;
}
.flex-direction-nav .flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-prev:before {
  content: "\f104";
}
.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
.flex-control-nav {
  position: absolute;
  bottom: 7px;
  left: 30px;
}
.flex-control-nav li,
.carousel-control-paging a {
  margin: 0 6px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a,
.carousel-control-paging a span {
  width: 9px;
  height: 9px;
  border-radius: 20px;
  background: #fff;
  border: 1px #706f6f solid;
  display: block;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
}
.flex-control-paging li a:hover,
.carousel-control-paging a:hover span {
  background: #706f6f;
}
.flex-control-paging li a.flex-active,
.carousel-control-paging a.selected span {
  background: #3d3c3c;
  border-color: #3d3c3c;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}
#cboxOverlay {
  background: #3d3c3c;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #fff;
  padding: 5px;
}
#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxTitle {
  background: rgba(0,0,0,0.5);
  color: #949599;
  left: 0;
  margin-top: 6px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 5;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  background: transparent;
  color: #e2e2e2;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
#cboxPrevious:before,
#cboxNext:before,
#cboxSlideshow:before,
#cboxClose:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  left: 0;
  text-indent: 0;
  text-align: center;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxSlideshow:hover,
#cboxClose:hover {
  color: #fff;
}
#cboxPrevious:before {
  content: "\f104";
}
#cboxNext:before {
  content: "\f105";
}
#cboxSlideshow:before {
  content: "\f01d";
}
#cboxClose:before {
  content: "\f00d";
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  right: 70px;
}
#cboxNext {
  right: 35px;
}
#cboxClose {
  right: 0;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
}
@media (min-width: 1220px) {
  .navbar .container,
  .container-fluid {
    width: 1050px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
  }
  #head #searchbox .filtered-input {
    right: 45px;
  }
}
@media (min-width: 1180px) and (max-width: 1220px) {
  .navbar .container,
  .container-fluid {
    width: 1050px;
    margin: 0 auto;
    padding-left: 3.2258064516129%;
    padding-right: 3.2258064516129%;
  }
}
@media (min-width: 980px) and (max-width: 1179px) {
  .container-fluid {
    width: 90%;
    margin: 0 auto;
    padding-left: 3.2258064516129%;
    padding-right: 3.2258064516129%;
  }
  #head #searchbox .filtered-input {
    right: 3.2258064516129%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .navbar .nav li a {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
  }
  #main {
    box-shadow: none;
    padding-top: 5px;
  }
  #head {
    background: #fff;
  }
}
@media (min-width: 767px) {
  .navbar .brand {
    width: 0;
    padding: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container-fluid,
  .navbar-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 590px;
    margin: 0 auto;
  }
  .extended-breadcrumb {
    position: relative;
    padding-top: 40px;
    margin-top: -14px;
  }
  .extended-breadcrumb .breadmain {
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
  }
  .extended-breadcrumb .breadmain ul li {
    display: none;
  }
  .extended-breadcrumb .breadmain ul li:last-child,
  .extended-breadcrumb .breadmain ul li:nth-last-child(2),
  .extended-breadcrumb .breadmain ul li.back {
    display: block;
  }
  .extended-breadcrumb .breadmain ul li.first {
    margin-left: 13px;
  }
  .extended-breadcrumb .breadsub {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: -15px;
  }
  .extended-breadcrumb .breadsub ul {
    margin-bottom: 20px;
  }
  .extended-breadcrumb .breadsub ul li a {
    padding: 10px 6px;
    margin: 0 0 1px 0;
    display: block;
    background: rgba(255,255,255,0.05);
    font-size: 12px;
  }
  .navbar .nav-collapse .nav {
    border: none;
    margin-top: 10px;
    border-top: 1px rgba(0,0,0,0.15) solid;
    border-bottom: 1px rgba(255,255,255,0.1) solid;
  }
  .navbar .nav-collapse .nav li {
    margin: 0;
    padding: 0;
  }
  .navbar .nav-collapse .nav li a {
    margin: 0;
    border: none;
    border-radius: 0;
    border-top: 1px rgba(255,255,255,0.1) solid;
    border-bottom: 1px rgba(0,0,0,0.15) solid;
  }
  .flexslider .slides .flex-caption {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    padding: 10px 50px;
    min-height: 30px;
    background: rgba(61,60,60,0.8);
    color: #e2e2e2;
    margin: 0;
    font-size: 10.8px;
    font-style: italic;
    line-height: 1.4em;
  }
  .flexslider .slides .flex-caption p {
    margin: 0;
    padding: 0;
  }
  .flexslider .slides .flex-caption .flex-headline {
    position: static;
    top: auto;
    left: auto;
    width: auto;
  }
  .flexslider .slides .flex-caption .flex-headline h3 {
    position: static;
    bottom: auto;
    left: auto;
    max-width: 100%;
  }
  .flexslider .slides .flex-caption .flex-headline h3 a,
  .flexslider .slides .flex-caption .flex-headline h3 span {
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    padding: 0;
    display: block;
    margin: 0 0 5px 0;
    border: none;
    font-style: normal;
  }
  .flexslider .slides .flex-caption .flex-headline h3 a.rac,
  .flexslider .slides .flex-caption .flex-headline h3 span.rac {
    background-color: transparent;
  }
  .flexslider .slides .flex-caption .flex-headline h3 a.wwc,
  .flexslider .slides .flex-caption .flex-headline h3 span.wwc {
    background-color: transparent;
  }
  .flexslider .slides .flex-caption .flex-headline h3 a.rmc,
  .flexslider .slides .flex-caption .flex-headline h3 span.rmc {
    background-color: transparent;
  }
  .flexslider .slides .flex-caption a {
    color: #fff;
  }
  #head #searchbox {
    background: rgba(0,0,0,0.95);
    background-color: rgba(0,0,0,0.75);
    background-image: -webkit-gradient(radial,center center,0,center center,460,from(rgba(61,60,60,0.8)),to(rgba(0,0,0,0.75)));
    background-image: -webkit-radial-gradient(circle,rgba(61,60,60,0.8),rgba(0,0,0,0.75));
    background-image: -moz-radial-gradient(circle,rgba(61,60,60,0.8),rgba(0,0,0,0.75));
    background-image: -o-radial-gradient(circle,rgba(61,60,60,0.8),rgba(0,0,0,0.75));
    background-repeat: no-repeat;
    top: 46px;
    z-index: 1500;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    position: fixed;
    padding: 60px 20px 50px 20px;
    display: none;
    overflow: auto;
  }
  #head #searchbox .filtered-input {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding-right: 0;
    display: block;
  }
  #head #searchbox .filtered-input input {
    width: 100%;
    right: 0;
  }
  #head #searchbox .filtered-input .dropdown {
    display: block;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
  }
  #head #searchbox .filtered-input .dropdown-menu {
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0;
    float: none;
  }
  #head #searchbox .filtered-input a.filter,
  #head #searchbox .filtered-input .btn {
    display: block;
    padding: 12px 10px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  }
  #head #searchbox .filtered-input .btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    display: inline;
  }
  #head #searchbox .filtered-input a.filter {
    position: absolute;
    top: 45px;
    left: 0;
  }
  #head #searchbox #toggle_search_close {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    color: #e2e2e2;
    font-size: 1.5em;
    padding: 20px 0 10px 0;
    border-bottom: 1px #3d3c3c solid;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
  }
  #head #searchbox #toggle_search_close:hover {
    color: #949599;
    text-decoration: none;
  }
  #head #searchbox #toggle_search_close i {
    float: right;
    display: block;
    line-height: 1em;
  }
  #main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #footer {
    padding-top: 15px;
  }
  #footer ul {
    margin-bottom: 20px;
  }
  #footer li a {
    padding: 6px;
    display: block;
  }
  #footer .accordion {
    margin-bottom: 18px;
  }
  #footer .accordion-group {
    padding: 0;
    background: #e2e2e2;
    margin: 1px 0;
  }
  #footer .accordion-group .accordion-heading .accordion-toggle {
    padding: 10px 15px 10px 15px;
    display: block;
  }
  #footer .accordion-group .accordion-heading .accordion-toggle h4 {
    margin: 0;
    padding: 0;
    border: none;
  }
  #footer .accordion-group .accordion-heading .accordion-toggle:hover,
  #footer .accordion-group .accordion-heading .accordion-toggle:focus {
    text-decoration: none;
  }
  #footer .accordion-group .accordion-heading .accordion-toggle i {
    display: inline-block;
  }
  #footer .accordion-group .accordion-inner {
    padding: 15px 30px;
    border: none;
  }
  #footer .accordion-group .accordion-inner li {
    border-bottom: 1px #c9c9c9 solid;
  }
  #footer .accordion-group .accordion-inner li a {
    padding: 2px;
  }
  #footer .accordion-group .collapse {
    height: 0;
  }
  .gmap .map {
    height: 300px;
    background: #e2e2e2;
  }
}
@media (max-width: 500px) {
  #main #pagetitle {
    padding-bottom: 0;
  }
  h1 {
    font-size: 24px;
    line-height: 1.1em;
  }
  h1 .area {
    font-size: 16px;
    line-height: 1.2em;
    display: none;
  }
  h2 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .lead {
    font-size: 14px;
    line-height: 1.7em;
  }
}
.js-disabled .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.js-disabled #footer .accordion-group .collapse {
  height: auto;
}
