/*!
 * Bootswatch v3.1.1+1
 * Homepage: http://bootswatch.com
 * Copyright 2012-2014 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 9, ../sass/_bootstrap.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 14, ../sass/_bootstrap.scss */
body {
  margin: 0;
}

/* line 28, ../sass/_bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 34, ../sass/_bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 38, ../sass/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 43, ../sass/_bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 46, ../sass/_bootstrap.scss */
a {
  background: transparent;
}

/* line 50, ../sass/_bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, ../sass/_bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, ../sass/_bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 60, ../sass/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 63, ../sass/_bootstrap.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 67, ../sass/_bootstrap.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 71, ../sass/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 75, ../sass/_bootstrap.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 81, ../sass/_bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 84, ../sass/_bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 87, ../sass/_bootstrap.scss */
img {
  border: 0;
}

/* line 90, ../sass/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 93, ../sass/_bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 96, ../sass/_bootstrap.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 101, ../sass/_bootstrap.scss */
pre {
  overflow: auto;
}

/* line 107, ../sass/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 115, ../sass/_bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 120, ../sass/_bootstrap.scss */
button {
  overflow: visible;
}

/* line 124, ../sass/_bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 130, ../sass/_bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 135, ../sass/_bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 139, ../sass/_bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 143, ../sass/_bootstrap.scss */
input {
  line-height: normal;
}

/* line 147, ../sass/_bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 152, ../sass/_bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 155, ../sass/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 162, ../sass/_bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 165, ../sass/_bootstrap.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 170, ../sass/_bootstrap.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 174, ../sass/_bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 177, ../sass/_bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 180, ../sass/_bootstrap.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 185, ../sass/_bootstrap.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 189, ../sass/_bootstrap.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 196, ../sass/_bootstrap.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 199, ../sass/_bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 202, ../sass/_bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 206, ../sass/_bootstrap.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 210, ../sass/_bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 214, ../sass/_bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 218, ../sass/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 221, ../sass/_bootstrap.scss */
  img {
    max-width: 100% !important;
  }

  /* line 226, ../sass/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 231, ../sass/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 234, ../sass/_bootstrap.scss */
  select {
    background: #fff !important;
  }

  /* line 237, ../sass/_bootstrap.scss */
  .navbar {
    display: none;
  }

  /* line 241, ../sass/_bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 245, ../sass/_bootstrap.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 248, ../sass/_bootstrap.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 251, ../sass/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 255, ../sass/_bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 259, ../sass/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 265, ../sass/_bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 270, ../sass/_bootstrap.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 274, ../sass/_bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #808080;
  background-color: #fcfcfc;
}

/* line 284, ../sass/_bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 289, ../sass/_bootstrap.scss */
a {
  color: #d9230f;
  text-decoration: none;
}

/* line 294, ../sass/_bootstrap.scss */
a:hover,
a:focus {
  color: #91170a;
  text-decoration: underline;
}

/* line 298, ../sass/_bootstrap.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 303, ../sass/_bootstrap.scss */
figure {
  margin: 0;
}

/* line 306, ../sass/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 313, ../sass/_bootstrap.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 318, ../sass/_bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 321, ../sass/_bootstrap.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fcfcfc;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 333, ../sass/_bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 336, ../sass/_bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dddddd;
}

/* line 342, ../sass/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 363, ../sass/_bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: #333333;
}

/* line 392, ../sass/_bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #808080;
}

/* line 402, ../sass/_bootstrap.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 417, ../sass/_bootstrap.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 425, ../sass/_bootstrap.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 440, ../sass/_bootstrap.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 444, ../sass/_bootstrap.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 448, ../sass/_bootstrap.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 452, ../sass/_bootstrap.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 456, ../sass/_bootstrap.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 460, ../sass/_bootstrap.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 464, ../sass/_bootstrap.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 467, ../sass/_bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 470, ../sass/_bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 477, ../sass/_bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 482, ../sass/_bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 485, ../sass/_bootstrap.scss */
cite {
  font-style: normal;
}

/* line 488, ../sass/_bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 491, ../sass/_bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 494, ../sass/_bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 497, ../sass/_bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 500, ../sass/_bootstrap.scss */
.text-muted {
  color: #808080;
}

/* line 503, ../sass/_bootstrap.scss */
.text-primary {
  color: #d9230f;
}

/* line 506, ../sass/_bootstrap.scss */
a.text-primary:hover {
  color: #a91b0c;
}

/* line 509, ../sass/_bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 512, ../sass/_bootstrap.scss */
a.text-success:hover {
  color: #356635;
}

/* line 515, ../sass/_bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 518, ../sass/_bootstrap.scss */
a.text-info:hover {
  color: #2d6987;
}

/* line 521, ../sass/_bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 524, ../sass/_bootstrap.scss */
a.text-warning:hover {
  color: #a47e3c;
}

/* line 527, ../sass/_bootstrap.scss */
.text-danger {
  color: #b94a48;
}

/* line 530, ../sass/_bootstrap.scss */
a.text-danger:hover {
  color: #953b39;
}

/* line 533, ../sass/_bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #d9230f;
}

/* line 537, ../sass/_bootstrap.scss */
a.bg-primary:hover {
  background-color: #a91b0c;
}

/* line 540, ../sass/_bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 543, ../sass/_bootstrap.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 546, ../sass/_bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 549, ../sass/_bootstrap.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 552, ../sass/_bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 555, ../sass/_bootstrap.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 558, ../sass/_bootstrap.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 561, ../sass/_bootstrap.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 564, ../sass/_bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #dddddd;
}

/* line 570, ../sass/_bootstrap.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 577, ../sass/_bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 580, ../sass/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 584, ../sass/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 589, ../sass/_bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 594, ../sass/_bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 599, ../sass/_bootstrap.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 602, ../sass/_bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 605, ../sass/_bootstrap.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 609, ../sass/_bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 618, ../sass/_bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 623, ../sass/_bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #808080;
}

/* line 627, ../sass/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 631, ../sass/_bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #dddddd;
}

/* line 639, ../sass/_bootstrap.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 644, ../sass/_bootstrap.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #808080;
}

/* line 652, ../sass/_bootstrap.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 656, ../sass/_bootstrap.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dddddd;
  border-left: 0;
  text-align: right;
}

/* line 668, ../sass/_bootstrap.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 676, ../sass/_bootstrap.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 680, ../sass/_bootstrap.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 683, ../sass/_bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 691, ../sass/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 694, ../sass/_bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 702, ../sass/_bootstrap.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 710, ../sass/_bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 723, ../sass/_bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 731, ../sass/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 735, ../sass/_bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 742, ../sass/_bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 747, ../sass/_bootstrap.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 752, ../sass/_bootstrap.scss */
  .container {
    width: 1170px;
  }
}
/* line 756, ../sass/_bootstrap.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 762, ../sass/_bootstrap.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 766, ../sass/_bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 772, ../sass/_bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 775, ../sass/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 778, ../sass/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 781, ../sass/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 784, ../sass/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 787, ../sass/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 790, ../sass/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 793, ../sass/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 796, ../sass/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 799, ../sass/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 802, ../sass/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 805, ../sass/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 808, ../sass/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 811, ../sass/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 814, ../sass/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 817, ../sass/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 820, ../sass/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 823, ../sass/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 826, ../sass/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 829, ../sass/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 832, ../sass/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 835, ../sass/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 838, ../sass/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 841, ../sass/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 844, ../sass/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 847, ../sass/_bootstrap.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 850, ../sass/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 853, ../sass/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 856, ../sass/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 859, ../sass/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 862, ../sass/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 865, ../sass/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 868, ../sass/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 871, ../sass/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 874, ../sass/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 877, ../sass/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 880, ../sass/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 883, ../sass/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 886, ../sass/_bootstrap.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 889, ../sass/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 892, ../sass/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 895, ../sass/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 898, ../sass/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 901, ../sass/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 904, ../sass/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 907, ../sass/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 910, ../sass/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 913, ../sass/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 916, ../sass/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 919, ../sass/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 922, ../sass/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 925, ../sass/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 929, ../sass/_bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 932, ../sass/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 935, ../sass/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 938, ../sass/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 941, ../sass/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 944, ../sass/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 947, ../sass/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 950, ../sass/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 953, ../sass/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 956, ../sass/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 959, ../sass/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 962, ../sass/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 965, ../sass/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 968, ../sass/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 971, ../sass/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 974, ../sass/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 977, ../sass/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 980, ../sass/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 983, ../sass/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 986, ../sass/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 989, ../sass/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 992, ../sass/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 995, ../sass/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 998, ../sass/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1001, ../sass/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1004, ../sass/_bootstrap.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 1007, ../sass/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1010, ../sass/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1013, ../sass/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1016, ../sass/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1019, ../sass/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1022, ../sass/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1025, ../sass/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1028, ../sass/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1031, ../sass/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1034, ../sass/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1037, ../sass/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1040, ../sass/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1043, ../sass/_bootstrap.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 1046, ../sass/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1049, ../sass/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1052, ../sass/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1055, ../sass/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1058, ../sass/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1061, ../sass/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1064, ../sass/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1067, ../sass/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1070, ../sass/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1073, ../sass/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1076, ../sass/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1079, ../sass/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1082, ../sass/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 1087, ../sass/_bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 1090, ../sass/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1093, ../sass/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1096, ../sass/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1099, ../sass/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1102, ../sass/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1105, ../sass/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1108, ../sass/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1111, ../sass/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1114, ../sass/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1117, ../sass/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1120, ../sass/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1123, ../sass/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1126, ../sass/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1129, ../sass/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1132, ../sass/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1135, ../sass/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1138, ../sass/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1141, ../sass/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1144, ../sass/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1147, ../sass/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1150, ../sass/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 1153, ../sass/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1156, ../sass/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 1159, ../sass/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 1162, ../sass/_bootstrap.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 1165, ../sass/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 1168, ../sass/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 1171, ../sass/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 1174, ../sass/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 1177, ../sass/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 1180, ../sass/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 1183, ../sass/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 1186, ../sass/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 1189, ../sass/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 1192, ../sass/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 1195, ../sass/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 1198, ../sass/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 1201, ../sass/_bootstrap.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 1204, ../sass/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 1207, ../sass/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1210, ../sass/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1213, ../sass/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1216, ../sass/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1219, ../sass/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1222, ../sass/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1225, ../sass/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1228, ../sass/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1231, ../sass/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1234, ../sass/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1237, ../sass/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1240, ../sass/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 1245, ../sass/_bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 1248, ../sass/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 1251, ../sass/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 1254, ../sass/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 1257, ../sass/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 1260, ../sass/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 1263, ../sass/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 1266, ../sass/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 1269, ../sass/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 1272, ../sass/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 1275, ../sass/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 1278, ../sass/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 1281, ../sass/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 1284, ../sass/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 1287, ../sass/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 1290, ../sass/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 1293, ../sass/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1296, ../sass/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 1299, ../sass/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 1302, ../sass/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1305, ../sass/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 1308, ../sass/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 1311, ../sass/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1314, ../sass/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 1317, ../sass/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 1320, ../sass/_bootstrap.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 1323, ../sass/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 1326, ../sass/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 1329, ../sass/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 1332, ../sass/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1335, ../sass/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 1338, ../sass/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 1341, ../sass/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1344, ../sass/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 1347, ../sass/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 1350, ../sass/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1353, ../sass/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 1356, ../sass/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 1359, ../sass/_bootstrap.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 1362, ../sass/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1365, ../sass/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1368, ../sass/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1371, ../sass/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1374, ../sass/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1377, ../sass/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1380, ../sass/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1383, ../sass/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1386, ../sass/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1389, ../sass/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1392, ../sass/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1395, ../sass/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1398, ../sass/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 1402, ../sass/_bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 1406, ../sass/_bootstrap.scss */
th {
  text-align: left;
}

/* line 1409, ../sass/_bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1418, ../sass/_bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1424, ../sass/_bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1433, ../sass/_bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1436, ../sass/_bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1439, ../sass/_bootstrap.scss */
.table .table {
  background-color: #fcfcfc;
}

/* line 1447, ../sass/_bootstrap.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1450, ../sass/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1458, ../sass/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 1462, ../sass/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1466, ../sass/_bootstrap.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 1470, ../sass/_bootstrap.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 1473, ../sass/_bootstrap.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1479, ../sass/_bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1495, ../sass/_bootstrap.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1501, ../sass/_bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1515, ../sass/_bootstrap.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1521, ../sass/_bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1535, ../sass/_bootstrap.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1541, ../sass/_bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 1555, ../sass/_bootstrap.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1561, ../sass/_bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 1575, ../sass/_bootstrap.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1581, ../sass/_bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  /* line 1585, ../sass/_bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  /* line 1594, ../sass/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1602, ../sass/_bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1605, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1613, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1621, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1627, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1631, ../sass/_bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1637, ../sass/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #808080;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1648, ../sass/_bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1653, ../sass/_bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1659, ../sass/_bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 1665, ../sass/_bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 1668, ../sass/_bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1673, ../sass/_bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1678, ../sass/_bootstrap.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1683, ../sass/_bootstrap.scss */
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #808080;
}

/* line 1690, ../sass/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #808080;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1707, ../sass/_bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1713, ../sass/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}

/* line 1717, ../sass/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #dddddd;
}

/* line 1720, ../sass/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #dddddd;
}

/* line 1725, ../sass/_bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #dddddd;
  opacity: 1;
}

/* line 1730, ../sass/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 1733, ../sass/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 1736, ../sass/_bootstrap.scss */
input[type="date"] {
  line-height: 38px;
}

/* line 1739, ../sass/_bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1743, ../sass/_bootstrap.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* line 1751, ../sass/_bootstrap.scss */
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

/* line 1759, ../sass/_bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1764, ../sass/_bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1768, ../sass/_bootstrap.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1777, ../sass/_bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1792, ../sass/_bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1795, ../sass/_bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1802, ../sass/_bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 1807, ../sass/_bootstrap.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 1810, ../sass/_bootstrap.scss */
.input-lg {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 1817, ../sass/_bootstrap.scss */
select.input-lg {
  height: 54px;
  line-height: 54px;
}

/* line 1822, ../sass/_bootstrap.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 1825, ../sass/_bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 1828, ../sass/_bootstrap.scss */
.has-feedback .form-control {
  padding-right: 47.5px;
}

/* line 1831, ../sass/_bootstrap.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

/* line 1846, ../sass/_bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

/* line 1849, ../sass/_bootstrap.scss */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1854, ../sass/_bootstrap.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-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;
}

/* line 1859, ../sass/_bootstrap.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

/* line 1864, ../sass/_bootstrap.scss */
.has-success .form-control-feedback {
  color: #468847;
}

/* line 1872, ../sass/_bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

/* line 1875, ../sass/_bootstrap.scss */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1880, ../sass/_bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-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;
}

/* line 1885, ../sass/_bootstrap.scss */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

/* line 1890, ../sass/_bootstrap.scss */
.has-warning .form-control-feedback {
  color: #c09853;
}

/* line 1898, ../sass/_bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

/* line 1901, ../sass/_bootstrap.scss */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1906, ../sass/_bootstrap.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-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;
}

/* line 1911, ../sass/_bootstrap.scss */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

/* line 1916, ../sass/_bootstrap.scss */
.has-error .form-control-feedback {
  color: #b94a48;
}

/* line 1919, ../sass/_bootstrap.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 1922, ../sass/_bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c0c0c0;
}

@media (min-width: 768px) {
  /* line 1929, ../sass/_bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 1934, ../sass/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 1939, ../sass/_bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 1942, ../sass/_bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 1947, ../sass/_bootstrap.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 1955, ../sass/_bootstrap.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 1959, ../sass/_bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 1967, ../sass/_bootstrap.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}

/* line 1973, ../sass/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 1976, ../sass/_bootstrap.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1980, ../sass/_bootstrap.scss */
.form-horizontal .form-control-static {
  padding-top: 9px;
}

@media (min-width: 768px) {
  /* line 1984, ../sass/_bootstrap.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 1988, ../sass/_bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/* line 1992, ../sass/_bootstrap.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2013, ../sass/_bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2019, ../sass/_bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}

/* line 2024, ../sass/_bootstrap.scss */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2032, ../sass/_bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2040, ../sass/_bootstrap.scss */
.btn-default {
  color: #ffffff;
  background-color: #474949;
  border-color: #474949;
}

/* line 2049, ../sass/_bootstrap.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #333434;
  border-color: #292a2a;
}

/* line 2056, ../sass/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2073, ../sass/_bootstrap.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #474949;
  border-color: #474949;
}

/* line 2077, ../sass/_bootstrap.scss */
.btn-default .badge {
  color: #474949;
  background-color: #ffffff;
}

/* line 2081, ../sass/_bootstrap.scss */
.btn-primary {
  color: #ffffff;
  background-color: #d9230f;
  border-color: #d9230f;
}

/* line 2090, ../sass/_bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #b31d0c;
  border-color: #a01a0b;
}

/* line 2097, ../sass/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2114, ../sass/_bootstrap.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d9230f;
  border-color: #d9230f;
}

/* line 2118, ../sass/_bootstrap.scss */
.btn-primary .badge {
  color: #d9230f;
  background-color: #ffffff;
}

/* line 2122, ../sass/_bootstrap.scss */
.btn-success {
  color: #ffffff;
  background-color: #469408;
  border-color: #469408;
}

/* line 2131, ../sass/_bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #346d06;
  border-color: #2b5a05;
}

/* line 2138, ../sass/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2155, ../sass/_bootstrap.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #469408;
  border-color: #469408;
}

/* line 2159, ../sass/_bootstrap.scss */
.btn-success .badge {
  color: #469408;
  background-color: #ffffff;
}

/* line 2163, ../sass/_bootstrap.scss */
.btn-info {
  color: #ffffff;
  background-color: #029acf;
  border-color: #029acf;
}

/* line 2172, ../sass/_bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #027ca7;
  border-color: #016d92;
}

/* line 2179, ../sass/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2196, ../sass/_bootstrap.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #029acf;
  border-color: #029acf;
}

/* line 2200, ../sass/_bootstrap.scss */
.btn-info .badge {
  color: #029acf;
  background-color: #ffffff;
}

/* line 2204, ../sass/_bootstrap.scss */
.btn-warning {
  color: #ffffff;
  background-color: #9b479f;
  border-color: #9b479f;
}

/* line 2213, ../sass/_bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #803a83;
  border-color: #723475;
}

/* line 2220, ../sass/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2237, ../sass/_bootstrap.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #9b479f;
  border-color: #9b479f;
}

/* line 2241, ../sass/_bootstrap.scss */
.btn-warning .badge {
  color: #9b479f;
  background-color: #ffffff;
}

/* line 2245, ../sass/_bootstrap.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d9831f;
  border-color: #d9831f;
}

/* line 2254, ../sass/_bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b56d1a;
  border-color: #a36317;
}

/* line 2261, ../sass/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2278, ../sass/_bootstrap.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9831f;
  border-color: #d9831f;
}

/* line 2282, ../sass/_bootstrap.scss */
.btn-danger .badge {
  color: #d9831f;
  background-color: #ffffff;
}

/* line 2286, ../sass/_bootstrap.scss */
.btn-link {
  color: #d9230f;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 2295, ../sass/_bootstrap.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2303, ../sass/_bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2307, ../sass/_bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #91170a;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2315, ../sass/_bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #808080;
  text-decoration: none;
}

/* line 2320, ../sass/_bootstrap.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2327, ../sass/_bootstrap.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2334, ../sass/_bootstrap.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2340, ../sass/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 2346, ../sass/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2351, ../sass/_bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2354, ../sass/_bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2359, ../sass/_bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 2362, ../sass/_bootstrap.scss */
.collapse {
  display: none;
}

/* line 2365, ../sass/_bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 2368, ../sass/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 2380, ../sass/_bootstrap.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2391, ../sass/_bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 2394, ../sass/_bootstrap.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 2397, ../sass/_bootstrap.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 2400, ../sass/_bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 2403, ../sass/_bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 2406, ../sass/_bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 2409, ../sass/_bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 2412, ../sass/_bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 2415, ../sass/_bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 2418, ../sass/_bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 2421, ../sass/_bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 2424, ../sass/_bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 2427, ../sass/_bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 2430, ../sass/_bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 2433, ../sass/_bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 2436, ../sass/_bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 2439, ../sass/_bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 2442, ../sass/_bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 2445, ../sass/_bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 2448, ../sass/_bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 2451, ../sass/_bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 2454, ../sass/_bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 2457, ../sass/_bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 2460, ../sass/_bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 2463, ../sass/_bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 2466, ../sass/_bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 2469, ../sass/_bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 2472, ../sass/_bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 2475, ../sass/_bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 2478, ../sass/_bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 2481, ../sass/_bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 2484, ../sass/_bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 2487, ../sass/_bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 2490, ../sass/_bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 2493, ../sass/_bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 2496, ../sass/_bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 2499, ../sass/_bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 2502, ../sass/_bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 2505, ../sass/_bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 2508, ../sass/_bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 2511, ../sass/_bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 2514, ../sass/_bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 2517, ../sass/_bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 2520, ../sass/_bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 2523, ../sass/_bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 2526, ../sass/_bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 2529, ../sass/_bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 2532, ../sass/_bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 2535, ../sass/_bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 2538, ../sass/_bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 2541, ../sass/_bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 2544, ../sass/_bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 2547, ../sass/_bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 2550, ../sass/_bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 2553, ../sass/_bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 2556, ../sass/_bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 2559, ../sass/_bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 2562, ../sass/_bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 2565, ../sass/_bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 2568, ../sass/_bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 2571, ../sass/_bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 2574, ../sass/_bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 2577, ../sass/_bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 2580, ../sass/_bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 2583, ../sass/_bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 2586, ../sass/_bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 2589, ../sass/_bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 2592, ../sass/_bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 2595, ../sass/_bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 2598, ../sass/_bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 2601, ../sass/_bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 2604, ../sass/_bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 2607, ../sass/_bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 2610, ../sass/_bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 2613, ../sass/_bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 2616, ../sass/_bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 2619, ../sass/_bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 2622, ../sass/_bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 2625, ../sass/_bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 2628, ../sass/_bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 2631, ../sass/_bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 2634, ../sass/_bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 2637, ../sass/_bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 2640, ../sass/_bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 2643, ../sass/_bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 2646, ../sass/_bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 2649, ../sass/_bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 2652, ../sass/_bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 2655, ../sass/_bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 2658, ../sass/_bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 2661, ../sass/_bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 2664, ../sass/_bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 2667, ../sass/_bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 2670, ../sass/_bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 2673, ../sass/_bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 2676, ../sass/_bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 2679, ../sass/_bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 2682, ../sass/_bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 2685, ../sass/_bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 2688, ../sass/_bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 2691, ../sass/_bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 2694, ../sass/_bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 2697, ../sass/_bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 2700, ../sass/_bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 2703, ../sass/_bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 2706, ../sass/_bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 2709, ../sass/_bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 2712, ../sass/_bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 2715, ../sass/_bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 2718, ../sass/_bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 2721, ../sass/_bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 2724, ../sass/_bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 2727, ../sass/_bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 2730, ../sass/_bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 2733, ../sass/_bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 2736, ../sass/_bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 2739, ../sass/_bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 2742, ../sass/_bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 2745, ../sass/_bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 2748, ../sass/_bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 2751, ../sass/_bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 2754, ../sass/_bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 2757, ../sass/_bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 2760, ../sass/_bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 2763, ../sass/_bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 2766, ../sass/_bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 2769, ../sass/_bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 2772, ../sass/_bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 2775, ../sass/_bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 2778, ../sass/_bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 2781, ../sass/_bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 2784, ../sass/_bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 2787, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 2790, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 2793, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 2796, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 2799, ../sass/_bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 2802, ../sass/_bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 2805, ../sass/_bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 2808, ../sass/_bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 2811, ../sass/_bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 2814, ../sass/_bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 2817, ../sass/_bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 2820, ../sass/_bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 2823, ../sass/_bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 2826, ../sass/_bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 2829, ../sass/_bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 2832, ../sass/_bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 2835, ../sass/_bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 2838, ../sass/_bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 2841, ../sass/_bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 2844, ../sass/_bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 2847, ../sass/_bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 2850, ../sass/_bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 2853, ../sass/_bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 2856, ../sass/_bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 2859, ../sass/_bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 2862, ../sass/_bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 2865, ../sass/_bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 2868, ../sass/_bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 2871, ../sass/_bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 2874, ../sass/_bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 2877, ../sass/_bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 2880, ../sass/_bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 2883, ../sass/_bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 2886, ../sass/_bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 2889, ../sass/_bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 2892, ../sass/_bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 2895, ../sass/_bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 2898, ../sass/_bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 2901, ../sass/_bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 2904, ../sass/_bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 2907, ../sass/_bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 2910, ../sass/_bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 2913, ../sass/_bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 2916, ../sass/_bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 2919, ../sass/_bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 2922, ../sass/_bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 2925, ../sass/_bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 2928, ../sass/_bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 2931, ../sass/_bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 2934, ../sass/_bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 2937, ../sass/_bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 2940, ../sass/_bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 2943, ../sass/_bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 2946, ../sass/_bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 2949, ../sass/_bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 2952, ../sass/_bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 2955, ../sass/_bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 2958, ../sass/_bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 2961, ../sass/_bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 2964, ../sass/_bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 2967, ../sass/_bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 2970, ../sass/_bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 2973, ../sass/_bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 2976, ../sass/_bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 2979, ../sass/_bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 2982, ../sass/_bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 2985, ../sass/_bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 2988, ../sass/_bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 2991, ../sass/_bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3001, ../sass/_bootstrap.scss */
.dropdown {
  position: relative;
}

/* line 3004, ../sass/_bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3007, ../sass/_bootstrap.scss */
.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;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 3027, ../sass/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3031, ../sass/_bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3037, ../sass/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 3047, ../sass/_bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #d9230f;
}

/* line 3054, ../sass/_bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #d9230f;
}

/* line 3062, ../sass/_bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #808080;
}

/* line 3066, ../sass/_bootstrap.scss */
.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: not-allowed;
}

/* line 3073, ../sass/_bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3076, ../sass/_bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 3079, ../sass/_bootstrap.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 3083, ../sass/_bootstrap.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 3087, ../sass/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #808080;
}

/* line 3094, ../sass/_bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 3102, ../sass/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3107, ../sass/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 3113, ../sass/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 3119, ../sass/_bootstrap.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 3123, ../sass/_bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 3129, ../sass/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3135, ../sass/_bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3146, ../sass/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3150, ../sass/_bootstrap.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 3156, ../sass/_bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3159, ../sass/_bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3163, ../sass/_bootstrap.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3168, ../sass/_bootstrap.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3171, ../sass/_bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3174, ../sass/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3177, ../sass/_bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3182, ../sass/_bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3186, ../sass/_bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3189, ../sass/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3193, ../sass/_bootstrap.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3197, ../sass/_bootstrap.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3202, ../sass/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3205, ../sass/_bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 3209, ../sass/_bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3213, ../sass/_bootstrap.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3217, ../sass/_bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3221, ../sass/_bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3224, ../sass/_bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3228, ../sass/_bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3233, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3239, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3245, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3249, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3252, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3257, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3262, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3266, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3270, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3274, ../sass/_bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3281, ../sass/_bootstrap.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3286, ../sass/_bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3290, ../sass/_bootstrap.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 3293, ../sass/_bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3298, ../sass/_bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3303, ../sass/_bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3312, ../sass/_bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 3321, ../sass/_bootstrap.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  line-height: 54px;
}

/* line 3330, ../sass/_bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3335, ../sass/_bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3344, ../sass/_bootstrap.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3353, ../sass/_bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3358, ../sass/_bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3363, ../sass/_bootstrap.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3367, ../sass/_bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3372, ../sass/_bootstrap.scss */
.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #808080;
  text-align: center;
  background-color: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

/* line 3383, ../sass/_bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3388, ../sass/_bootstrap.scss */
.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3394, ../sass/_bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3403, ../sass/_bootstrap.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3407, ../sass/_bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3416, ../sass/_bootstrap.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3420, ../sass/_bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3423, ../sass/_bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3428, ../sass/_bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3431, ../sass/_bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3436, ../sass/_bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3440, ../sass/_bootstrap.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3444, ../sass/_bootstrap.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 3447, ../sass/_bootstrap.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 3452, ../sass/_bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3456, ../sass/_bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3462, ../sass/_bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dddddd;
}

/* line 3466, ../sass/_bootstrap.scss */
.nav > li.disabled > a {
  color: #808080;
}

/* line 3470, ../sass/_bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #808080;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 3478, ../sass/_bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dddddd;
  border-color: #d9230f;
}

/* line 3482, ../sass/_bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3488, ../sass/_bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3491, ../sass/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 3494, ../sass/_bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3498, ../sass/_bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3504, ../sass/_bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #dddddd #dddddd #dddddd;
}

/* line 3509, ../sass/_bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fcfcfc;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3516, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3520, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3523, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3527, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3532, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3536, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3540, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3546, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3550, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3556, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fcfcfc;
  }
}
/* line 3560, ../sass/_bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 3563, ../sass/_bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3566, ../sass/_bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3571, ../sass/_bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #d9230f;
}

/* line 3575, ../sass/_bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 3578, ../sass/_bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3582, ../sass/_bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 3585, ../sass/_bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 3588, ../sass/_bootstrap.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3592, ../sass/_bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3597, ../sass/_bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3601, ../sass/_bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3605, ../sass/_bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3608, ../sass/_bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3614, ../sass/_bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3618, ../sass/_bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3624, ../sass/_bootstrap.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fcfcfc;
  }
}
/* line 3628, ../sass/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3631, ../sass/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 3634, ../sass/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3639, ../sass/_bootstrap.scss */
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3646, ../sass/_bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 3651, ../sass/_bootstrap.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3655, ../sass/_bootstrap.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3664, ../sass/_bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3668, ../sass/_bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 3673, ../sass/_bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3679, ../sass/_bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3684, ../sass/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3692, ../sass/_bootstrap.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3700, ../sass/_bootstrap.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3705, ../sass/_bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3710, ../sass/_bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3715, ../sass/_bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3723, ../sass/_bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3727, ../sass/_bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3731, ../sass/_bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3736, ../sass/_bootstrap.scss */
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
}

/* line 3744, ../sass/_bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 3749, ../sass/_bootstrap.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 3753, ../sass/_bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3765, ../sass/_bootstrap.scss */
.navbar-toggle:focus {
  outline: none;
}

/* line 3768, ../sass/_bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3774, ../sass/_bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3778, ../sass/_bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3782, ../sass/_bootstrap.scss */
.navbar-nav {
  margin: 5px -15px;
}

/* line 3785, ../sass/_bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 3791, ../sass/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 3801, ../sass/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3804, ../sass/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 3808, ../sass/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3813, ../sass/_bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3817, ../sass/_bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3820, ../sass/_bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 3824, ../sass/_bootstrap.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  /* line 3829, ../sass/_bootstrap.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 3832, ../sass/_bootstrap.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 3836, ../sass/_bootstrap.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1px;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 3848, ../sass/_bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3853, ../sass/_bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3858, ../sass/_bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 3861, ../sass/_bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3866, ../sass/_bootstrap.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 3874, ../sass/_bootstrap.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 3878, ../sass/_bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3883, ../sass/_bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 3888, ../sass/_bootstrap.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 3898, ../sass/_bootstrap.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
/* line 3902, ../sass/_bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3907, ../sass/_bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3911, ../sass/_bootstrap.scss */
.navbar-btn {
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 3915, ../sass/_bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 3919, ../sass/_bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 3923, ../sass/_bootstrap.scss */
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 3928, ../sass/_bootstrap.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 3933, ../sass/_bootstrap.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
/* line 3937, ../sass/_bootstrap.scss */
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}

/* line 3941, ../sass/_bootstrap.scss */
.navbar-default .navbar-brand {
  color: #333333;
}

/* line 3945, ../sass/_bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #d9230f;
  background-color: transparent;
}

/* line 3949, ../sass/_bootstrap.scss */
.navbar-default .navbar-text {
  color: #808080;
}

/* line 3952, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #333333;
}

/* line 3956, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d9230f;
  background-color: transparent;
}

/* line 3962, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #d9230f;
  background-color: transparent;
}

/* line 3968, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 3972, ../sass/_bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

/* line 3976, ../sass/_bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

/* line 3979, ../sass/_bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

/* line 3983, ../sass/_bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}

/* line 3988, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #d9230f;
}

@media (max-width: 767px) {
  /* line 3993, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }

  /* line 3997, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d9230f;
    background-color: transparent;
  }

  /* line 4003, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #d9230f;
    background-color: transparent;
  }

  /* line 4009, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 4014, ../sass/_bootstrap.scss */
.navbar-default .navbar-link {
  color: #333333;
}

/* line 4017, ../sass/_bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #d9230f;
}

/* line 4020, ../sass/_bootstrap.scss */
.navbar-inverse {
  background-color: #d9230f;
  border-color: #a91b0c;
}

/* line 4024, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #ffffff;
}

/* line 4028, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4032, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #ffffff;
}

/* line 4035, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

/* line 4039, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fac0ba;
  background-color: transparent;
}

/* line 4045, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fac0ba;
  background-color: transparent;
}

/* line 4051, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 4055, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #a91b0c;
}

/* line 4059, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #a91b0c;
}

/* line 4062, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 4066, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #b81e0d;
}

/* line 4071, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fac0ba;
}

@media (max-width: 767px) {
  /* line 4076, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #a91b0c;
  }

  /* line 4079, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #a91b0c;
  }

  /* line 4082, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  /* line 4086, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fac0ba;
    background-color: transparent;
  }

  /* line 4092, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fac0ba;
    background-color: transparent;
  }

  /* line 4098, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 4103, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #ffffff;
}

/* line 4106, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fac0ba;
}

/* line 4109, ../sass/_bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

/* line 4116, ../sass/_bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4119, ../sass/_bootstrap.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

/* line 4124, ../sass/_bootstrap.scss */
.breadcrumb > .active {
  color: #808080;
}

/* line 4127, ../sass/_bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4133, ../sass/_bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 4137, ../sass/_bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/* line 4149, ../sass/_bootstrap.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4155, ../sass/_bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4162, ../sass/_bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #d9230f;
  border-color: #d9230f;
}

/* line 4172, ../sass/_bootstrap.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #d9230f;
  border-color: #d9230f;
  cursor: default;
}

/* line 4184, ../sass/_bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dddddd;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 4191, ../sass/_bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
}

/* line 4196, ../sass/_bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4201, ../sass/_bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 4206, ../sass/_bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 4211, ../sass/_bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4216, ../sass/_bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4220, ../sass/_bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 4226, ../sass/_bootstrap.scss */
.pager li {
  display: inline;
}

/* line 4230, ../sass/_bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 4238, ../sass/_bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #d9230f;
}

/* line 4243, ../sass/_bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4247, ../sass/_bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4253, ../sass/_bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dddddd;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* line 4258, ../sass/_bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4271, ../sass/_bootstrap.scss */
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4276, ../sass/_bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4279, ../sass/_bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4283, ../sass/_bootstrap.scss */
.label-default {
  background-color: #474949;
}

/* line 4287, ../sass/_bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #2e2f2f;
}

/* line 4290, ../sass/_bootstrap.scss */
.label-primary {
  background-color: #d9230f;
}

/* line 4294, ../sass/_bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #a91b0c;
}

/* line 4297, ../sass/_bootstrap.scss */
.label-success {
  background-color: #469408;
}

/* line 4301, ../sass/_bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2f6405;
}

/* line 4304, ../sass/_bootstrap.scss */
.label-info {
  background-color: #029acf;
}

/* line 4308, ../sass/_bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #02749c;
}

/* line 4311, ../sass/_bootstrap.scss */
.label-warning {
  background-color: #9b479f;
}

/* line 4315, ../sass/_bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #79377c;
}

/* line 4318, ../sass/_bootstrap.scss */
.label-danger {
  background-color: #d9831f;
}

/* line 4322, ../sass/_bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ac6819;
}

/* line 4325, ../sass/_bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d9230f;
  border-radius: 10px;
}

/* line 4339, ../sass/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4342, ../sass/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4346, ../sass/_bootstrap.scss */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4351, ../sass/_bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4357, ../sass/_bootstrap.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #d9230f;
  background-color: #ffffff;
}

/* line 4361, ../sass/_bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4364, ../sass/_bootstrap.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f4f4f4;
}

/* line 4371, ../sass/_bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4374, ../sass/_bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4379, ../sass/_bootstrap.scss */
.container .jumbotron {
  border-radius: 6px;
}

/* line 4382, ../sass/_bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4386, ../sass/_bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4390, ../sass/_bootstrap.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 4395, ../sass/_bootstrap.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 4399, ../sass/_bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fcfcfc;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 4411, ../sass/_bootstrap.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 4417, ../sass/_bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d9230f;
}

/* line 4420, ../sass/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #808080;
}

/* line 4424, ../sass/_bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4430, ../sass/_bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4434, ../sass/_bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 4438, ../sass/_bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4441, ../sass/_bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4444, ../sass/_bootstrap.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 4447, ../sass/_bootstrap.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4453, ../sass/_bootstrap.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 4458, ../sass/_bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4461, ../sass/_bootstrap.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 4464, ../sass/_bootstrap.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 4469, ../sass/_bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4472, ../sass/_bootstrap.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 4475, ../sass/_bootstrap.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}

/* line 4480, ../sass/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f8e5be;
}

/* line 4483, ../sass/_bootstrap.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 4486, ../sass/_bootstrap.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 4491, ../sass/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e6c1c7;
}

/* line 4494, ../sass/_bootstrap.scss */
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 4498, ../sass/_bootstrap.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4501, ../sass/_bootstrap.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 4506, ../sass/_bootstrap.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4509, ../sass/_bootstrap.scss */
  to {
    background-position: 0 0;
  }
}

/* line 4513, ../sass/_bootstrap.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4522, ../sass/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #d9230f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 4536, ../sass/_bootstrap.scss */
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 4541, ../sass/_bootstrap.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4545, ../sass/_bootstrap.scss */
.progress-bar-success {
  background-color: #469408;
}

/* line 4548, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4552, ../sass/_bootstrap.scss */
.progress-bar-info {
  background-color: #029acf;
}

/* line 4555, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4559, ../sass/_bootstrap.scss */
.progress-bar-warning {
  background-color: #9b479f;
}

/* line 4562, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4566, ../sass/_bootstrap.scss */
.progress-bar-danger {
  background-color: #d9831f;
}

/* line 4569, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4574, ../sass/_bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 4579, ../sass/_bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 4582, ../sass/_bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4585, ../sass/_bootstrap.scss */
.media-object {
  display: block;
}

/* line 4588, ../sass/_bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 4591, ../sass/_bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 4594, ../sass/_bootstrap.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 4597, ../sass/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4601, ../sass/_bootstrap.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 4605, ../sass/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4613, ../sass/_bootstrap.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4617, ../sass/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4622, ../sass/_bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4625, ../sass/_bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4628, ../sass/_bootstrap.scss */
a.list-group-item {
  color: #555555;
}

/* line 4631, ../sass/_bootstrap.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 4635, ../sass/_bootstrap.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4641, ../sass/_bootstrap.scss */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #d9230f;
  border-color: #d9230f;
}

/* line 4649, ../sass/_bootstrap.scss */
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 4654, ../sass/_bootstrap.scss */
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fac0ba;
}

/* line 4657, ../sass/_bootstrap.scss */
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}

/* line 4661, ../sass/_bootstrap.scss */
a.list-group-item-success {
  color: #468847;
}

/* line 4664, ../sass/_bootstrap.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4668, ../sass/_bootstrap.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}

/* line 4674, ../sass/_bootstrap.scss */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}

/* line 4679, ../sass/_bootstrap.scss */
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}

/* line 4683, ../sass/_bootstrap.scss */
a.list-group-item-info {
  color: #3a87ad;
}

/* line 4686, ../sass/_bootstrap.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4690, ../sass/_bootstrap.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}

/* line 4696, ../sass/_bootstrap.scss */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}

/* line 4701, ../sass/_bootstrap.scss */
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}

/* line 4705, ../sass/_bootstrap.scss */
a.list-group-item-warning {
  color: #c09853;
}

/* line 4708, ../sass/_bootstrap.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4712, ../sass/_bootstrap.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}

/* line 4718, ../sass/_bootstrap.scss */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}

/* line 4723, ../sass/_bootstrap.scss */
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}

/* line 4727, ../sass/_bootstrap.scss */
a.list-group-item-danger {
  color: #b94a48;
}

/* line 4730, ../sass/_bootstrap.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4734, ../sass/_bootstrap.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}

/* line 4740, ../sass/_bootstrap.scss */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}

/* line 4745, ../sass/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4749, ../sass/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4753, ../sass/_bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4761, ../sass/_bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 4764, ../sass/_bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4770, ../sass/_bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4773, ../sass/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 4779, ../sass/_bootstrap.scss */
.panel-title > a {
  color: inherit;
}

/* line 4782, ../sass/_bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #fcfcfc;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4789, ../sass/_bootstrap.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 4792, ../sass/_bootstrap.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4796, ../sass/_bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4801, ../sass/_bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4806, ../sass/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4810, ../sass/_bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 4814, ../sass/_bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4825, ../sass/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 4835, ../sass/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 4839, ../sass/_bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4850, ../sass/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 4860, ../sass/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 4864, ../sass/_bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

/* line 4868, ../sass/_bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4872, ../sass/_bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4886, ../sass/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4900, ../sass/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4910, ../sass/_bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 4920, ../sass/_bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 4923, ../sass/_bootstrap.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 4927, ../sass/_bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 4930, ../sass/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 4935, ../sass/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4938, ../sass/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4941, ../sass/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 4944, ../sass/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4947, ../sass/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 4950, ../sass/_bootstrap.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 4953, ../sass/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fcfcfc;
  border-color: #dddddd;
}

/* line 4958, ../sass/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

/* line 4961, ../sass/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/* line 4964, ../sass/_bootstrap.scss */
.panel-primary {
  border-color: #d9230f;
}

/* line 4967, ../sass/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #d9230f;
  border-color: #d9230f;
}

/* line 4972, ../sass/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d9230f;
}

/* line 4975, ../sass/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d9230f;
}

/* line 4978, ../sass/_bootstrap.scss */
.panel-success {
  border-color: #469408;
}

/* line 4981, ../sass/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #469408;
  border-color: #469408;
}

/* line 4986, ../sass/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #469408;
}

/* line 4989, ../sass/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #469408;
}

/* line 4992, ../sass/_bootstrap.scss */
.panel-info {
  border-color: #029acf;
}

/* line 4995, ../sass/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #029acf;
  border-color: #029acf;
}

/* line 5000, ../sass/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #029acf;
}

/* line 5003, ../sass/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #029acf;
}

/* line 5006, ../sass/_bootstrap.scss */
.panel-warning {
  border-color: #9b479f;
}

/* line 5009, ../sass/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #9b479f;
  border-color: #9b479f;
}

/* line 5014, ../sass/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #9b479f;
}

/* line 5017, ../sass/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #9b479f;
}

/* line 5020, ../sass/_bootstrap.scss */
.panel-danger {
  border-color: #d9831f;
}

/* line 5023, ../sass/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #d9831f;
  border-color: #d9831f;
}

/* line 5028, ../sass/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d9831f;
}

/* line 5031, ../sass/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d9831f;
}

/* line 5034, ../sass/_bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5044, ../sass/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5048, ../sass/_bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5052, ../sass/_bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5056, ../sass/_bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5067, ../sass/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5074, ../sass/_bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5081, ../sass/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5084, ../sass/_bootstrap.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5097, ../sass/_bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5106, ../sass/_bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5111, ../sass/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5116, ../sass/_bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 5127, ../sass/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5136, ../sass/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5140, ../sass/_bootstrap.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5144, ../sass/_bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 5149, ../sass/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5152, ../sass/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5156, ../sass/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 5160, ../sass/_bootstrap.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5166, ../sass/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5170, ../sass/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5173, ../sass/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 5177, ../sass/_bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5181, ../sass/_bootstrap.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5185, ../sass/_bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5190, ../sass/_bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5194, ../sass/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5204, ../sass/_bootstrap.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5208, ../sass/_bootstrap.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 5212, ../sass/_bootstrap.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 5216, ../sass/_bootstrap.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 5220, ../sass/_bootstrap.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 5224, ../sass/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}

/* line 5233, ../sass/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5240, ../sass/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 5247, ../sass/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 5253, ../sass/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 5259, ../sass/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}

/* line 5266, ../sass/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}

/* line 5273, ../sass/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 5280, ../sass/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 5286, ../sass/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 5292, ../sass/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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;
}

/* line 5310, ../sass/_bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5313, ../sass/_bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5316, ../sass/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5319, ../sass/_bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5322, ../sass/_bootstrap.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5332, ../sass/_bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5336, ../sass/_bootstrap.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5344, ../sass/_bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 5347, ../sass/_bootstrap.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5351, ../sass/_bootstrap.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 5359, ../sass/_bootstrap.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 5366, ../sass/_bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5374, ../sass/_bootstrap.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 5381, ../sass/_bootstrap.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 5389, ../sass/_bootstrap.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 5396, ../sass/_bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5404, ../sass/_bootstrap.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 5411, ../sass/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 5414, ../sass/_bootstrap.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 5419, ../sass/_bootstrap.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 5426, ../sass/_bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

/* line 5431, ../sass/_bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5434, ../sass/_bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5438, ../sass/_bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5443, ../sass/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5446, ../sass/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5450, ../sass/_bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5453, ../sass/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5456, ../sass/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5459, ../sass/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5472, ../sass/_bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 5478, ../sass/_bootstrap.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 5487, ../sass/_bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5497, ../sass/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 5504, ../sass/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 5508, ../sass/_bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 5512, ../sass/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 5519, ../sass/_bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5522, ../sass/_bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5525, ../sass/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 5536, ../sass/_bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 5548, ../sass/_bootstrap.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 5554, ../sass/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5566, ../sass/_bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5573, ../sass/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 5580, ../sass/_bootstrap.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 5585, ../sass/_bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5616, ../sass/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 5633, ../sass/_bootstrap.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 5636, ../sass/_bootstrap.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 5641, ../sass/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 5644, ../sass/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 5647, ../sass/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 5650, ../sass/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 5653, ../sass/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 5656, ../sass/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5663, ../sass/_bootstrap.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 5667, ../sass/_bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 5676, ../sass/_bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5680, ../sass/_bootstrap.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5683, ../sass/_bootstrap.scss */
  table.visible-xs {
    display: table;
  }

  /* line 5686, ../sass/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 5690, ../sass/_bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5695, ../sass/_bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 5698, ../sass/_bootstrap.scss */
  table.visible-sm {
    display: table;
  }

  /* line 5701, ../sass/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 5705, ../sass/_bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5710, ../sass/_bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 5713, ../sass/_bootstrap.scss */
  table.visible-md {
    display: table;
  }

  /* line 5716, ../sass/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 5720, ../sass/_bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5725, ../sass/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 5728, ../sass/_bootstrap.scss */
  table.visible-lg {
    display: table;
  }

  /* line 5731, ../sass/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 5735, ../sass/_bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5740, ../sass/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5745, ../sass/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5750, ../sass/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5755, ../sass/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 5759, ../sass/_bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 5763, ../sass/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 5766, ../sass/_bootstrap.scss */
  table.visible-print {
    display: table;
  }

  /* line 5769, ../sass/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 5773, ../sass/_bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 5778, ../sass/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 5782, ../sass/_bootstrap.scss */
.navbar-inverse .badge {
  background-color: #fff;
  color: #d9230f;
}

/* line 5786, ../sass/_bootstrap.scss */
.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 5790, ../sass/_bootstrap.scss */
.btn-default,
.btn-default:hover {
  background-image: -webkit-linear-gradient(#4f5151, #474949 6%, #3f4141);
  background-image: linear-gradient(#4f5151, #474949 6%, #3f4141);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f5151', endColorstr='#ff3f4141', GradientType=0);
  filter: none;
  border: 1px solid #2e2f2f;
}

/* line 5799, ../sass/_bootstrap.scss */
.btn-primary,
.btn-primary:hover {
  background-image: -webkit-linear-gradient(#e72510, #d9230f 6%, #cb210e);
  background-image: linear-gradient(#e72510, #d9230f 6%, #cb210e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe72510', endColorstr='#ffcb210e', GradientType=0);
  filter: none;
  border: 1px solid #a91b0c;
}

/* line 5808, ../sass/_bootstrap.scss */
.btn-success,
.btn-success:hover {
  background-image: -webkit-linear-gradient(#4da309, #469408 6%, #3f8507);
  background-image: linear-gradient(#4da309, #469408 6%, #3f8507);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4da309', endColorstr='#ff3f8507', GradientType=0);
  filter: none;
  border: 1px solid #2f6405;
}

/* line 5817, ../sass/_bootstrap.scss */
.btn-info,
.btn-info:hover {
  background-image: -webkit-linear-gradient(#02a5de, #029acf 6%, #028fc0);
  background-image: linear-gradient(#02a5de, #029acf 6%, #028fc0);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02a5de', endColorstr='#ff028fc0', GradientType=0);
  filter: none;
  border: 1px solid #02749c;
}

/* line 5826, ../sass/_bootstrap.scss */
.btn-warning,
.btn-warning:hover {
  background-image: -webkit-linear-gradient(#a54caa, #9b479f 6%, #914294);
  background-image: linear-gradient(#a54caa, #9b479f 6%, #914294);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa54caa', endColorstr='#ff914294', GradientType=0);
  filter: none;
  border: 1px solid #79377c;
}

/* line 5835, ../sass/_bootstrap.scss */
.btn-danger,
.btn-danger:hover {
  background-image: -webkit-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
  background-image: linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe08b27', endColorstr='#ffcc7b1d', GradientType=0);
  filter: none;
  border: 1px solid #ac6819;
}

/* line 5843, ../sass/_bootstrap.scss */
body {
  font-weight: 200;
}

/* line 5846, ../sass/_bootstrap.scss */
th {
  color: #333333;
}

/* line 5849, ../sass/_bootstrap.scss */
legend {
  color: #333333;
}

/* line 5853, ../sass/_bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label {
  color: #d9831f;
}

/* line 5857, ../sass/_bootstrap.scss */
.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #d9831f;
}

/* line 5861, ../sass/_bootstrap.scss */
.has-error .help-block,
.has-error .control-label {
  color: #d9230f;
}

/* line 5865, ../sass/_bootstrap.scss */
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #d9230f;
}

/* line 5869, ../sass/_bootstrap.scss */
.has-success .help-block,
.has-success .control-label {
  color: #469408;
}

/* line 5873, ../sass/_bootstrap.scss */
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #469408;
}

/* line 5876, ../sass/_bootstrap.scss */
.pager a {
  color: #333333;
}

/* line 5880, ../sass/_bootstrap.scss */
.pager a:hover,
.pager .active > a {
  border-color: #d9230f;
  color: #fff;
}

/* line 5884, ../sass/_bootstrap.scss */
.pager .disabled > a {
  border-color: #dddddd;
}

/* line 3, ../sass/site.scss */
body {
  width: 100%;
  height: 100%;
  background: url(../images/chomp.jpg) center center no-repeat;
}

/* line 9, ../sass/site.scss */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}

/* line 16, ../sass/site.scss */
#footer div {
  margin-left: auto;
  margin-right: auto;
  /*width:650px;*/
  background: #000;
  padding-top: 10px;
  height: 60px;
}

/* line 25, ../sass/site.scss */
#footer div span {
  padding-left: 20px;
}

/* line 29, ../sass/site.scss */
#footer div p {
  padding-left: 20px;
}
