/*
* lightbox styles
*/
.modal-simplezoom {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.modal-simplezoom .modal-simplezoom-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}
.modal-simplezoom .modal-simplezoom-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-simplezoom .simplezoom-item {
  position: absolute;
  display: inline-block;
  transition: width .3s, height .3s, top .3s, left .3s;
  -webkit-transition: width .3s, height .3s, top .3s, left .3s;
}
.modal-simplezoom .simplezoom-item img {
  display: inline-block;
  max-width: 100%;
}
.modal-simplezoom .simplezoom-loader {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity .15s;
}
.modal-simplezoom.in .modal-simplezoom-bg {
  opacity: 1;
}
.modal-simplezoom.loading .simplezoom-loader {
  opacity: 1;
}
/*
* CSS loader styles
*/
.loader-simplezoom {
  font-size: 14px;
  text-align: center;
  position: relative;
}
.loader-simplezoom i,
.loader:before,
.loader:after {
  border-radius: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 3px;
  background-color: #eee;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loadingAni 0.7s infinite ease-in-out;
  animation: loadingAni 0.7s infinite ease-in-out;
}
.loader:before,
.loader:after {
  content: '';
}
.loader-simplezoom i {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.loader-simplezoom:after {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
@-webkit-keyframes loadingAni {
  0%,
  80%,
  100% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0);
  }
}
@keyframes loadingAni {
  0%,
  80%,
  100% {
    transform: scale(1);
  }
  40% {
    transform: scale(0);
  }
}

@charset 'UTF-8';
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #ffffff url(/lib/ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(/lib/fonts/slick.eot);
  src: url(/lib/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/lib/fonts/slick.woff) format('woff'), url(/lib/fonts/slick.ttf) format('truetype'), url(/lib/fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir=rtl] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir=rtl] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left .35s;
  -webkit-transition: left .35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}
.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-handle.btn-lg {
  width: 40px;
}
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}

html[direction='ltr'] div.dataTables_length label {
  float: left;
  text-align: left;
}
html[direction='rtl'] div.dataTables_length label {
  float: right;
  text-align: right;
}
div.dataTables_length select {
  width: 75px;
}
html[direction='ltr'] div.dataTables_filter label {
  float: right;
}
html[direction='rtl'] div.dataTables_filter label {
  float: left;
}
div.dataTables_info {
  padding-top: 26px;
}
div.dataTables_paginate {
  margin: 0;
}
html[direction='ltr'] div.dataTables_paginate {
  float: right;
}
html[direction='rtl'] div.dataTables_paginate {
  float: left;
}
table.table {
  clear: both;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.table thead .sorting:after,
table.table thead .sorting_asc:after,
table.table thead .sorting_desc:after,
table.table thead .sorting_asc_disabled:after,
table.table thead .sorting_desc_disabled:after {
  font-family: 'Glyphicons Regular';
  position: relative;
  top: 3px;
  left: 3px;
}
html[direction='ltr'] table.table thead .sorting:after,
html[direction='ltr'] table.table thead .sorting_asc:after,
html[direction='ltr'] table.table thead .sorting_desc:after,
html[direction='ltr'] table.table thead .sorting_asc_disabled:after,
html[direction='ltr'] table.table thead .sorting_desc_disabled:after {
  text-align: right;
  float: right;
}
html[direction='rtl'] table.table thead .sorting:after,
html[direction='rtl'] table.table thead .sorting_asc:after,
html[direction='rtl'] table.table thead .sorting_desc:after,
html[direction='rtl'] table.table thead .sorting_asc_disabled:after,
html[direction='rtl'] table.table thead .sorting_desc_disabled:after {
  text-align: left;
  float: left;
}
table.table thead .sorting:after {
  content: '\E404';
  opacity: 0.2;
}
table.table thead .sorting_asc:after {
  content: '\E405';
}
table.table thead .sorting_desc:after {
  content: '\E406';
}
table.table thead .sorting_asc_disabled:after {
  content: '\E405';
  opacity: 0.2;
}
table.table thead .sorting_desc_disabled:after {
  content: '\E406';
  opacity: 0.2;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  border-top: none;
}
/* pagination  + info */
.dataTables_wrapper .dataTables_length {
  clear: both;
  float: left;
  padding-top: 1.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_LeftFootWrapper table {
  border-top: none;
}

/* themePrimary */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #484847;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #a9c797;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #80ac65;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
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: #a2a2a2;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #ffffff;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #a2a2a2;
}
.text-primary {
  color: #a9c797;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8eb576;
}
.text-success {
  color: #6bb85c;
}
a.text-success:hover,
a.text-success:focus {
  color: #539d44;
}
.text-info {
  color: #5b94de;
}
a.text-info:hover,
a.text-info:focus {
  color: #3179d5;
}
.text-warning {
  color: #ee7436;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #df5713;
}
.text-danger {
  color: #d94f79;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c92c5c;
}
.bg-primary {
  color: #fff;
  background-color: #a9c797;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #8eb576;
}
.bg-success {
  background-color: #ffffff;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #ffffff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #ffffff;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #ffffff;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a2a2a2;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eef4ea;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #a2a2a2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eef4ea;
  border-left: 0;
  text-align: right;
}
.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: '';
}
.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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #eeeeee;
  background-color: #333333;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
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: #333333;
  border: 1px solid #eeeeee;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a2a2a2;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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;
}
.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:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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: #ffffff;
}
.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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.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: #ffffff;
}
.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:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}
.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: #ffffff;
}
.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:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2;
}
.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: #ffffff;
}
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.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);
}
.form-control::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a2a2a2;
}
.form-control::-webkit-input-placeholder {
  color: #a2a2a2;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 38px;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #6bb85c;
}
.has-success .form-control {
  border-color: #6bb85c;
  -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);
}
.has-success .form-control:focus {
  border-color: #539d44;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #acd7a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #acd7a3;
}
.has-success .input-group-addon {
  color: #6bb85c;
  border-color: #6bb85c;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #6bb85c;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ee7436;
}
.has-warning .form-control {
  border-color: #ee7436;
  -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);
}
.has-warning .form-control:focus {
  border-color: #df5713;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6b595;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6b595;
}
.has-warning .input-group-addon {
  color: #ee7436;
  border-color: #ee7436;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #ee7436;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d94f79;
}
.has-error .form-control {
  border-color: #d94f79;
  -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);
}
.has-error .form-control:focus {
  border-color: #c92c5c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba3b9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba3b9;
}
.has-error .input-group-addon {
  color: #d94f79;
  border-color: #d94f79;
  background-color: #ffffff;
}
.has-error .form-control-feedback {
  color: #d94f79;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888886;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #a9c797;
  text-decoration: none;
}
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #a9c797;
  background-color: #ffffff;
  border-color: #d2e2c9;
}
.btn-default:focus,
.btn-default.focus {
  color: #a9c797;
  background-color: #e6e6e6;
  border-color: #8eb576;
}
.btn-default:hover {
  color: #a9c797;
  background-color: #e6e6e6;
  border-color: #b1cca1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #a9c797;
  background-color: #e6e6e6;
  border-color: #b1cca1;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #a9c797;
  background-color: #d4d4d4;
  border-color: #8eb576;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #d2e2c9;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #a9c797;
}
.btn-primary {
  color: #ffffff;
  background-color: #a9c797;
  border-color: #a9c797;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #8eb576;
  border-color: #67914e;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #8eb576;
  border-color: #88b26f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #8eb576;
  border-color: #88b26f;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #7aa95f;
  border-color: #67914e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #a9c797;
  border-color: #a9c797;
}
.btn-primary .badge {
  color: #a9c797;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #6bb85c;
  border-color: #6bb85c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #539d44;
  border-color: #37672d;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #539d44;
  border-color: #4f9641;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #539d44;
  border-color: #4f9641;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #468439;
  border-color: #37672d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #6bb85c;
  border-color: #6bb85c;
}
.btn-success .badge {
  color: #6bb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5b94de;
  border-color: #5b94de;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #3179d5;
  border-color: #1f559a;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #3179d5;
  border-color: #2a73d2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3179d5;
  border-color: #2a73d2;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #2668bc;
  border-color: #1f559a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5b94de;
  border-color: #5b94de;
}
.btn-info .badge {
  color: #5b94de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0854e;
  border-color: #f0854e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec641f;
  border-color: #b0450f;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec641f;
  border-color: #eb5d16;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec641f;
  border-color: #eb5d16;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d55412;
  border-color: #b0450f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0854e;
  border-color: #f0854e;
}
.btn-warning .badge {
  color: #f0854e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d94f79;
  border-color: #d94f79;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c92c5c;
  border-color: #8b1e3f;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c92c5c;
  border-color: #c12a58;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c92c5c;
  border-color: #c12a58;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac254e;
  border-color: #8b1e3f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d94f79;
  border-color: #d94f79;
}
.btn-danger .badge {
  color: #d94f79;
  background-color: #ffffff;
}
.btn-link {
  color: #a9c797;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #80ac65;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #a2a2a2;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('/lib/fonts/glyphicons-regular.eot');
  src: url('/lib/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/lib/fonts/glyphicons-regular-bb.woff') format('woff'), url('/lib/fonts/glyphicons-regular-bb.woff2') format('woff2'), url('/lib/fonts/glyphicons-regular.ttf') format('truetype'), url('/lib/fonts/glyphicons-regular.svg#glyphicons-regular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-leaf:before {
  content: "\E002";
}
.glyphicon-dog:before {
  content: "\E003";
}
.glyphicon-user:before {
  content: "\E004";
}
.glyphicon-girl:before {
  content: "\E005";
}
.glyphicon-car:before {
  content: "\E006";
}
.glyphicon-user_add:before {
  content: "\E007";
}
.glyphicon-user_remove:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-magic:before {
  content: "\E010";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-camera:before {
  content: "\E011";
}
.glyphicon-heart:before {
  content: "\E013";
}
.glyphicon-beach_umbrella:before {
  content: "\E014";
}
.glyphicon-train:before {
  content: "\E015";
}
.glyphicon-print:before {
  content: "\E016";
}
.glyphicon-bin:before {
  content: "\E017";
}
.glyphicon-music:before {
  content: "\E018";
}
.glyphicon-note:before {
  content: "\E019";
}
.glyphicon-heart_empty:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-snowflake:before {
  content: "\2744";
}
.glyphicon-fire:before {
  content: "\E023";
}
.glyphicon-magnet:before {
  content: "\E024";
}
.glyphicon-parents:before {
  content: "\E025";
}
.glyphicon-binoculars:before {
  content: "\E026";
}
.glyphicon-road:before {
  content: "\E027";
}
.glyphicon-search:before {
  content: "\E028";
}
.glyphicon-cars:before {
  content: "\E029";
}
.glyphicon-notes_2:before {
  content: "\E030";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-bus:before {
  content: "\E032";
}
.glyphicon-wifi_alt:before {
  content: "\E033";
}
.glyphicon-luggage:before {
  content: "\E034";
}
.glyphicon-old_man:before {
  content: "\E035";
}
.glyphicon-woman:before {
  content: "\E036";
}
.glyphicon-file:before {
  content: "\E037";
}
.glyphicon-coins:before {
  content: "\E038";
}
.glyphicon-airplane:before {
  content: "\2708";
}
.glyphicon-notes:before {
  content: "\E040";
}
.glyphicon-stats:before {
  content: "\E041";
}
.glyphicon-charts:before {
  content: "\E042";
}
.glyphicon-pie_chart:before {
  content: "\E043";
}
.glyphicon-group:before {
  content: "\E044";
}
.glyphicon-keys:before {
  content: "\E045";
}
.glyphicon-calendar:before {
  content: "\E046";
}
.glyphicon-router:before {
  content: "\E047";
}
.glyphicon-camera_small:before {
  content: "\E048";
}
.glyphicon-dislikes:before {
  content: "\E049";
}
.glyphicon-star:before {
  content: "\E050";
}
.glyphicon-link:before {
  content: "\E051";
}
.glyphicon-eye_open:before {
  content: "\E052";
}
.glyphicon-eye_close:before {
  content: "\E053";
}
.glyphicon-alarm:before {
  content: "\E054";
}
.glyphicon-clock:before {
  content: "\E055";
}
.glyphicon-stopwatch:before {
  content: "\E056";
}
.glyphicon-projector:before {
  content: "\E057";
}
.glyphicon-history:before {
  content: "\E058";
}
.glyphicon-truck:before {
  content: "\E059";
}
.glyphicon-cargo:before {
  content: "\E060";
}
.glyphicon-compass:before {
  content: "\E061";
}
.glyphicon-keynote:before {
  content: "\E062";
}
.glyphicon-paperclip:before {
  content: "\E063";
}
.glyphicon-power:before {
  content: "\E064";
}
.glyphicon-lightbulb:before {
  content: "\E065";
}
.glyphicon-tag:before {
  content: "\E066";
}
.glyphicon-tags:before {
  content: "\E067";
}
.glyphicon-cleaning:before {
  content: "\E068";
}
.glyphicon-ruller:before {
  content: "\E069";
}
.glyphicon-gift:before {
  content: "\E070";
}
.glyphicon-umbrella:before {
  content: "\2602";
}
.glyphicon-book:before {
  content: "\E072";
}
.glyphicon-bookmark:before {
  content: "\E073";
}
.glyphicon-wifi:before {
  content: "\E074";
}
.glyphicon-cup:before {
  content: "\E075";
}
.glyphicon-stroller:before {
  content: "\E076";
}
.glyphicon-headphones:before {
  content: "\E077";
}
.glyphicon-headset:before {
  content: "\E078";
}
.glyphicon-warning_sign:before {
  content: "\E079";
}
.glyphicon-signal:before {
  content: "\E080";
}
.glyphicon-retweet:before {
  content: "\E081";
}
.glyphicon-refresh:before {
  content: "\E082";
}
.glyphicon-roundabout:before {
  content: "\E083";
}
.glyphicon-random:before {
  content: "\E084";
}
.glyphicon-heat:before {
  content: "\E085";
}
.glyphicon-repeat:before {
  content: "\E086";
}
.glyphicon-display:before {
  content: "\E087";
}
.glyphicon-log_book:before {
  content: "\E088";
}
.glyphicon-address_book:before {
  content: "\E089";
}
.glyphicon-building:before {
  content: "\E090";
}
.glyphicon-eyedropper:before {
  content: "\E091";
}
.glyphicon-adjust:before {
  content: "\E092";
}
.glyphicon-tint:before {
  content: "\E093";
}
.glyphicon-crop:before {
  content: "\E094";
}
.glyphicon-vector_path_square:before {
  content: "\E095";
}
.glyphicon-vector_path_circle:before {
  content: "\E096";
}
.glyphicon-vector_path_polygon:before {
  content: "\E097";
}
.glyphicon-vector_path_line:before {
  content: "\E098";
}
.glyphicon-vector_path_curve:before {
  content: "\E099";
}
.glyphicon-vector_path_all:before {
  content: "\E100";
}
.glyphicon-font:before {
  content: "\E101";
}
.glyphicon-italic:before {
  content: "\E102";
}
.glyphicon-bold:before {
  content: "\E103";
}
.glyphicon-text_underline:before {
  content: "\E104";
}
.glyphicon-text_strike:before {
  content: "\E105";
}
.glyphicon-text_height:before {
  content: "\E106";
}
.glyphicon-text_width:before {
  content: "\E107";
}
.glyphicon-text_resize:before {
  content: "\E108";
}
.glyphicon-left_indent:before {
  content: "\E109";
}
.glyphicon-right_indent:before {
  content: "\E110";
}
.glyphicon-align_left:before {
  content: "\E111";
}
.glyphicon-align_center:before {
  content: "\E112";
}
.glyphicon-align_right:before {
  content: "\E113";
}
.glyphicon-justify:before {
  content: "\E114";
}
.glyphicon-list:before {
  content: "\E115";
}
.glyphicon-text_smaller:before {
  content: "\E116";
}
.glyphicon-text_bigger:before {
  content: "\E117";
}
.glyphicon-embed:before {
  content: "\E118";
}
.glyphicon-embed_close:before {
  content: "\E119";
}
.glyphicon-table:before {
  content: "\E120";
}
.glyphicon-message_full:before {
  content: "\E121";
}
.glyphicon-message_empty:before {
  content: "\E122";
}
.glyphicon-message_in:before {
  content: "\E123";
}
.glyphicon-message_out:before {
  content: "\E124";
}
.glyphicon-message_plus:before {
  content: "\E125";
}
.glyphicon-message_minus:before {
  content: "\E126";
}
.glyphicon-message_ban:before {
  content: "\E127";
}
.glyphicon-message_flag:before {
  content: "\E128";
}
.glyphicon-message_lock:before {
  content: "\E129";
}
.glyphicon-message_new:before {
  content: "\E130";
}
.glyphicon-inbox:before {
  content: "\E131";
}
.glyphicon-inbox_plus:before {
  content: "\E132";
}
.glyphicon-inbox_minus:before {
  content: "\E133";
}
.glyphicon-inbox_lock:before {
  content: "\E134";
}
.glyphicon-inbox_in:before {
  content: "\E135";
}
.glyphicon-inbox_out:before {
  content: "\E136";
}
.glyphicon-cogwheel:before {
  content: "\E137";
}
.glyphicon-cogwheels:before {
  content: "\E138";
}
.glyphicon-picture:before {
  content: "\E139";
}
.glyphicon-adjust_alt:before {
  content: "\E140";
}
.glyphicon-database_lock:before {
  content: "\E141";
}
.glyphicon-database_plus:before {
  content: "\E142";
}
.glyphicon-database_minus:before {
  content: "\E143";
}
.glyphicon-database_ban:before {
  content: "\E144";
}
.glyphicon-folder_open:before {
  content: "\E145";
}
.glyphicon-folder_plus:before {
  content: "\E146";
}
.glyphicon-folder_minus:before {
  content: "\E147";
}
.glyphicon-folder_lock:before {
  content: "\E148";
}
.glyphicon-folder_flag:before {
  content: "\E149";
}
.glyphicon-folder_new:before {
  content: "\E150";
}
.glyphicon-edit:before {
  content: "\E151";
}
.glyphicon-new_window:before {
  content: "\E152";
}
.glyphicon-check:before {
  content: "\E153";
}
.glyphicon-unchecked:before {
  content: "\E154";
}
.glyphicon-more_windows:before {
  content: "\E155";
}
.glyphicon-show_big_thumbnails:before {
  content: "\E156";
}
.glyphicon-show_thumbnails:before {
  content: "\E157";
}
.glyphicon-show_thumbnails_with_lines:before {
  content: "\E158";
}
.glyphicon-show_lines:before {
  content: "\E159";
}
.glyphicon-playlist:before {
  content: "\E160";
}
.glyphicon-imac:before {
  content: "\E161";
}
.glyphicon-macbook:before {
  content: "\E162";
}
.glyphicon-ipad:before {
  content: "\E163";
}
.glyphicon-iphone:before {
  content: "\E164";
}
.glyphicon-iphone_transfer:before {
  content: "\E165";
}
.glyphicon-iphone_exchange:before {
  content: "\E166";
}
.glyphicon-ipod:before {
  content: "\E167";
}
.glyphicon-ipod_shuffle:before {
  content: "\E168";
}
.glyphicon-ear_plugs:before {
  content: "\E169";
}
.glyphicon-record:before {
  content: "\E170";
}
.glyphicon-backward:before,
.glyphicon-step_backward:before {
  content: "\E171";
}
.glyphicon-fast_backward:before {
  content: "\E172";
}
.glyphicon-rewind:before {
  content: "\E173";
}
.glyphicon-play:before {
  content: "\E174";
}
.glyphicon-pause:before {
  content: "\E175";
}
.glyphicon-stop:before {
  content: "\E176";
}
.glyphicon-forward:before {
  content: "\E177";
}
.glyphicon-fast_forward:before {
  content: "\E178";
}
.glyphicon-step_forward:before {
  content: "\E179";
}
.glyphicon-eject:before {
  content: "\E180";
}
.glyphicon-facetime_video:before {
  content: "\E181";
}
.glyphicon-download_alt:before {
  content: "\E182";
}
.glyphicon-mute:before {
  content: "\E183";
}
.glyphicon-volume_down:before {
  content: "\E184";
}
.glyphicon-volume_up:before {
  content: "\E185";
}
.glyphicon-screenshot:before {
  content: "\E186";
}
.glyphicon-move:before {
  content: "\E187";
}
.glyphicon-more:before {
  content: "\E188";
}
.glyphicon-brightness_reduce:before {
  content: "\E189";
}
.glyphicon-brightness_increase:before {
  content: "\E190";
}
.glyphicon-circle_plus:before {
  content: "\E191";
}
.glyphicon-circle_minus:before {
  content: "\E192";
}
.glyphicon-circle_remove:before {
  content: "\E193";
}
.glyphicon-circle_ok:before {
  content: "\E194";
}
.glyphicon-circle_question_mark:before {
  content: "\E195";
}
.glyphicon-circle_info:before {
  content: "\E196";
}
.glyphicon-circle_exclamation_mark:before {
  content: "\E197";
}
.glyphicon-remove:before {
  content: "\E198";
}
.glyphicon-ok:before {
  content: "\E199";
}
.glyphicon-ban:before {
  content: "\E200";
}
.glyphicon-download:before {
  content: "\E201";
}
.glyphicon-upload:before {
  content: "\E202";
}
.glyphicon-shopping_cart:before {
  content: "\E203";
}
.glyphicon-lock:before {
  content: "\E204";
}
.glyphicon-unlock:before {
  content: "\E205";
}
.glyphicon-electricity:before {
  content: "\E206";
}
.glyphicon-ok_2:before {
  content: "\E207";
}
.glyphicon-remove_2:before {
  content: "\E208";
}
.glyphicon-cart_out:before {
  content: "\E209";
}
.glyphicon-cart_in:before {
  content: "\E210";
}
.glyphicon-left_arrow:before {
  content: "\E211";
}
.glyphicon-right_arrow:before {
  content: "\E212";
}
.glyphicon-down_arrow:before {
  content: "\E213";
}
.glyphicon-up_arrow:before {
  content: "\E214";
}
.glyphicon-resize_small:before {
  content: "\E215";
}
.glyphicon-resize_full:before {
  content: "\E216";
}
.glyphicon-circle_arrow_left:before {
  content: "\E217";
}
.glyphicon-circle_arrow_right:before {
  content: "\E218";
}
.glyphicon-circle_arrow_top:before {
  content: "\E219";
}
.glyphicon-circle_arrow_down:before {
  content: "\E220";
}
.glyphicon-play_button:before {
  content: "\E221";
}
.glyphicon-unshare:before {
  content: "\E222";
}
.glyphicon-share:before {
  content: "\E223";
}
.glyphicon-chevron-right:before {
  content: "\E224";
}
.glyphicon-chevron-left:before {
  content: "\E225";
}
.glyphicon-bluetooth:before {
  content: "\E226";
}
.glyphicon-euro:before {
  content: "\20AC";
}
.glyphicon-usd:before {
  content: "\E228";
}
.glyphicon-gbp:before {
  content: "\E229";
}
.glyphicon-retweet_2:before {
  content: "\E230";
}
.glyphicon-moon:before {
  content: "\E231";
}
.glyphicon-sun:before {
  content: "\2609";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-direction:before {
  content: "\E234";
}
.glyphicon-brush:before {
  content: "\E235";
}
.glyphicon-pen:before {
  content: "\E236";
}
.glyphicon-zoom_in:before {
  content: "\E237";
}
.glyphicon-zoom_out:before {
  content: "\E238";
}
.glyphicon-pin:before {
  content: "\E239";
}
.glyphicon-albums:before {
  content: "\E240";
}
.glyphicon-rotation_lock:before {
  content: "\E241";
}
.glyphicon-flash:before {
  content: "\E242";
}
.glyphicon-google_maps:before {
  content: "\E243";
}
.glyphicon-anchor:before {
  content: "\2693";
}
.glyphicon-conversation:before {
  content: "\E245";
}
.glyphicon-chat:before {
  content: "\E246";
}
.glyphicon-male:before {
  content: "\E247";
}
.glyphicon-female:before {
  content: "\E248";
}
.glyphicon-asterisk:before {
  content: "\002A";
}
.glyphicon-divide:before {
  content: "\00F7";
}
.glyphicon-snorkel_diving:before {
  content: "\E251";
}
.glyphicon-scuba_diving:before {
  content: "\E252";
}
.glyphicon-oxygen_bottle:before {
  content: "\E253";
}
.glyphicon-fins:before {
  content: "\E254";
}
.glyphicon-fishes:before {
  content: "\E255";
}
.glyphicon-boat:before {
  content: "\E256";
}
.glyphicon-delete:before {
  content: "\E257";
}
.glyphicon-sheriffs_star:before {
  content: "\E258";
}
.glyphicon-qrcode:before {
  content: "\E259";
}
.glyphicon-barcode:before {
  content: "\E260";
}
.glyphicon-pool:before {
  content: "\E261";
}
.glyphicon-buoy:before {
  content: "\E262";
}
.glyphicon-spade:before {
  content: "\E263";
}
.glyphicon-bank:before {
  content: "\E264";
}
.glyphicon-vcard:before {
  content: "\E265";
}
.glyphicon-electrical_plug:before {
  content: "\E266";
}
.glyphicon-flag:before {
  content: "\E267";
}
.glyphicon-credit_card:before {
  content: "\E268";
}
.glyphicon-keyboard-wireless:before {
  content: "\E269";
}
.glyphicon-keyboard-wired:before {
  content: "\E270";
}
.glyphicon-shield:before {
  content: "\E271";
}
.glyphicon-ring:before {
  content: "\02DA";
}
.glyphicon-cake:before {
  content: "\E273";
}
.glyphicon-drink:before {
  content: "\E274";
}
.glyphicon-beer:before {
  content: "\E275";
}
.glyphicon-fast_food:before {
  content: "\E276";
}
.glyphicon-cutlery:before {
  content: "\E277";
}
.glyphicon-pizza:before {
  content: "\E278";
}
.glyphicon-birthday_cake:before {
  content: "\E279";
}
.glyphicon-tablet:before {
  content: "\E280";
}
.glyphicon-settings:before {
  content: "\E281";
}
.glyphicon-bullets:before {
  content: "\E282";
}
.glyphicon-cardio:before {
  content: "\E283";
}
.glyphicon-t-shirt:before {
  content: "\E284";
}
.glyphicon-pants:before {
  content: "\E285";
}
.glyphicon-sweater:before {
  content: "\E286";
}
.glyphicon-fabric:before {
  content: "\E287";
}
.glyphicon-leather:before {
  content: "\E288";
}
.glyphicon-scissors:before {
  content: "\E289";
}
.glyphicon-bomb:before {
  content: "\E290";
}
.glyphicon-skull:before {
  content: "\E291";
}
.glyphicon-celebration:before {
  content: "\E292";
}
.glyphicon-tea_kettle:before {
  content: "\E293";
}
.glyphicon-french_press:before {
  content: "\E294";
}
.glyphicon-coffee_cup:before {
  content: "\E295";
}
.glyphicon-pot:before {
  content: "\E296";
}
.glyphicon-grater:before {
  content: "\E297";
}
.glyphicon-kettle:before {
  content: "\E298";
}
.glyphicon-hospital:before {
  content: "\E299";
}
.glyphicon-hospital_h:before {
  content: "\E300";
}
.glyphicon-microphone:before {
  content: "\E301";
}
.glyphicon-webcam:before {
  content: "\E302";
}
.glyphicon-temple_christianity_church:before {
  content: "\E303";
}
.glyphicon-temple_islam:before {
  content: "\E304";
}
.glyphicon-temple_hindu:before {
  content: "\E305";
}
.glyphicon-temple_buddhist:before {
  content: "\E306";
}
.glyphicon-bicycle:before {
  content: "\E307";
}
.glyphicon-life_preserver:before {
  content: "\E308";
}
.glyphicon-share_alt:before {
  content: "\E309";
}
.glyphicon-comments:before {
  content: "\E310";
}
.glyphicon-flower:before {
  content: "\2698";
}
.glyphicon-baseball:before {
  content: "\26BE";
}
.glyphicon-rugby:before {
  content: "\E313";
}
.glyphicon-ax:before {
  content: "\E314";
}
.glyphicon-table_tennis:before {
  content: "\E315";
}
.glyphicon-bowling:before {
  content: "\E316";
}
.glyphicon-tree_conifer:before {
  content: "\E317";
}
.glyphicon-tree_deciduous:before {
  content: "\E318";
}
.glyphicon-more_items:before {
  content: "\E319";
}
.glyphicon-sort:before {
  content: "\E320";
}
.glyphicon-filter:before {
  content: "\E321";
}
.glyphicon-gamepad:before {
  content: "\E322";
}
.glyphicon-playing_dices:before {
  content: "\E323";
}
.glyphicon-calculator:before {
  content: "\E324";
}
.glyphicon-tie:before {
  content: "\E325";
}
.glyphicon-wallet:before {
  content: "\E326";
}
.glyphicon-piano:before {
  content: "\E327";
}
.glyphicon-sampler:before {
  content: "\E328";
}
.glyphicon-podium:before {
  content: "\E329";
}
.glyphicon-soccer_ball:before {
  content: "\E330";
}
.glyphicon-blog:before {
  content: "\E331";
}
.glyphicon-dashboard:before {
  content: "\E332";
}
.glyphicon-certificate:before {
  content: "\E333";
}
.glyphicon-bell:before {
  content: "\E334";
}
.glyphicon-candle:before {
  content: "\E335";
}
.glyphicon-pushpin:before {
  content: "\E336";
}
.glyphicon-iphone_shake:before {
  content: "\E337";
}
.glyphicon-pin_flag:before {
  content: "\E338";
}
.glyphicon-turtle:before {
  content: "\E339";
}
.glyphicon-rabbit:before {
  content: "\E340";
}
.glyphicon-globe:before {
  content: "\E341";
}
.glyphicon-briefcase:before {
  content: "\E342";
}
.glyphicon-hdd:before {
  content: "\E343";
}
.glyphicon-thumbs_up:before {
  content: "\E344";
}
.glyphicon-thumbs_down:before {
  content: "\E345";
}
.glyphicon-hand_right:before {
  content: "\E346";
}
.glyphicon-hand_left:before {
  content: "\E347";
}
.glyphicon-hand_up:before {
  content: "\E348";
}
.glyphicon-hand_down:before {
  content: "\E349";
}
.glyphicon-fullscreen:before {
  content: "\E350";
}
.glyphicon-shopping_bag:before {
  content: "\E351";
}
.glyphicon-book_open:before {
  content: "\E352";
}
.glyphicon-nameplate:before {
  content: "\E353";
}
.glyphicon-nameplate_alt:before {
  content: "\E354";
}
.glyphicon-vases:before {
  content: "\E355";
}
.glyphicon-bullhorn:before {
  content: "\E356";
}
.glyphicon-dumbbell:before {
  content: "\E357";
}
.glyphicon-suitcase:before {
  content: "\E358";
}
.glyphicon-file_import:before {
  content: "\E359";
}
.glyphicon-file_export:before {
  content: "\E360";
}
.glyphicon-bug:before {
  content: "\E361";
}
.glyphicon-crown:before {
  content: "\E362";
}
.glyphicon-smoking:before {
  content: "\E363";
}
.glyphicon-cloud-download:before {
  content: "\E364";
}
.glyphicon-cloud-upload:before {
  content: "\E365";
}
.glyphicon-restart:before {
  content: "\E366";
}
.glyphicon-security_camera:before {
  content: "\E367";
}
.glyphicon-expand:before {
  content: "\E368";
}
.glyphicon-collapse:before {
  content: "\E369";
}
.glyphicon-collapse_top:before {
  content: "\E370";
}
.glyphicon-globe_af:before {
  content: "\E371";
}
.glyphicon-global:before {
  content: "\E372";
}
.glyphicon-spray:before {
  content: "\E373";
}
.glyphicon-nails:before {
  content: "\E374";
}
.glyphicon-claw_hammer:before {
  content: "\E375";
}
.glyphicon-classic_hammer:before {
  content: "\E376";
}
.glyphicon-hand_saw:before {
  content: "\E377";
}
.glyphicon-riflescope:before {
  content: "\E378";
}
.glyphicon-electrical_socket_eu:before {
  content: "\E379";
}
.glyphicon-electrical_socket_us:before {
  content: "\E380";
}
.glyphicon-message_forward:before {
  content: "\E381";
}
.glyphicon-coat_hanger:before {
  content: "\E382";
}
.glyphicon-dress:before {
  content: "\E383";
}
.glyphicon-bathrobe:before {
  content: "\E384";
}
.glyphicon-shirt:before {
  content: "\E385";
}
.glyphicon-underwear:before {
  content: "\E386";
}
.glyphicon-log_in:before {
  content: "\E387";
}
.glyphicon-log_out:before {
  content: "\E388";
}
.glyphicon-exit:before {
  content: "\E389";
}
.glyphicon-new_window_alt:before {
  content: "\E390";
}
.glyphicon-video_sd:before {
  content: "\E391";
}
.glyphicon-video_hd:before {
  content: "\E392";
}
.glyphicon-subtitles:before {
  content: "\E393";
}
.glyphicon-sound_stereo:before {
  content: "\E394";
}
.glyphicon-sound_dolby:before {
  content: "\E395";
}
.glyphicon-sound_5_1:before {
  content: "\E396";
}
.glyphicon-sound_6_1:before {
  content: "\E397";
}
.glyphicon-sound_7_1:before {
  content: "\E398";
}
.glyphicon-copyright_mark:before {
  content: "\E399";
}
.glyphicon-registration_mark:before {
  content: "\E400";
}
.glyphicon-radar:before {
  content: "\E401";
}
.glyphicon-skateboard:before {
  content: "\E402";
}
.glyphicon-golf_course:before {
  content: "\E403";
}
.glyphicon-sorting:before {
  content: "\E404";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E405";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicon-sort-by-order:before {
  content: "\E407";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E408";
}
.glyphicon-sort-by-attributes:before {
  content: "\E409";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicon-compressed:before {
  content: "\E411";
}
.glyphicon-package:before {
  content: "\E412";
}
.glyphicon-cloud_plus:before {
  content: "\E413";
}
.glyphicon-cloud_minus:before {
  content: "\E414";
}
.glyphicon-disk_save:before {
  content: "\E415";
}
.glyphicon-disk_open:before {
  content: "\E416";
}
.glyphicon-disk_saved:before {
  content: "\E417";
}
.glyphicon-disk_remove:before {
  content: "\E418";
}
.glyphicon-disk_import:before {
  content: "\E419";
}
.glyphicon-disk_export:before {
  content: "\E420";
}
.glyphicon-tower:before {
  content: "\E421";
}
.glyphicon-send:before {
  content: "\E422";
}
.glyphicon-git_branch:before {
  content: "\E423";
}
.glyphicon-git_create:before {
  content: "\E424";
}
.glyphicon-git_private:before {
  content: "\E425";
}
.glyphicon-git_delete:before {
  content: "\E426";
}
.glyphicon-git_merge:before {
  content: "\E427";
}
.glyphicon-git_pull_request:before {
  content: "\E428";
}
.glyphicon-git_compare:before {
  content: "\E429";
}
.glyphicon-git_commit:before {
  content: "\E430";
}
.glyphicon-construction_cone:before {
  content: "\E431";
}
.glyphicon-shoe_steps:before {
  content: "\E432";
}
.glyphicon-plus:before {
  content: "\002B";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-redo:before {
  content: "\E435";
}
.glyphicon-undo:before {
  content: "\E436";
}
.glyphicon-golf:before {
  content: "\E437";
}
.glyphicon-hockey:before {
  content: "\E438";
}
.glyphicon-pipe:before {
  content: "\E439";
}
.glyphicon-wrench:before {
  content: "\E440";
}
.glyphicon-folder_closed:before {
  content: "\E441";
}
.glyphicon-phone_alt:before {
  content: "\E442";
}
.glyphicon-earphone:before {
  content: "\E443";
}
.glyphicon-floppy_disk:before {
  content: "\E444";
}
.glyphicon-floppy_saved:before {
  content: "\E445";
}
.glyphicon-floppy_remove:before {
  content: "\E446";
}
.glyphicon-floppy_save:before {
  content: "\E447";
}
.glyphicon-floppy_open:before {
  content: "\E448";
}
.glyphicon-translate:before {
  content: "\E449";
}
.glyphicon-fax:before {
  content: "\E450";
}
.glyphicon-factory:before {
  content: "\E451";
}
.glyphicon-shop_window:before {
  content: "\E452";
}
.glyphicon-shop:before {
  content: "\E453";
}
.glyphicon-kiosk:before {
  content: "\E454";
}
.glyphicon-kiosk_wheels:before {
  content: "\E455";
}
.glyphicon-kiosk_light:before {
  content: "\E456";
}
.glyphicon-kiosk_food:before {
  content: "\E457";
}
.glyphicon-transfer:before {
  content: "\E458";
}
.glyphicon-money:before {
  content: "\E459";
}
.glyphicon-header:before {
  content: "\E460";
}
.glyphicon-blacksmith:before {
  content: "\E461";
}
.glyphicon-saw_blade:before {
  content: "\E462";
}
.glyphicon-basketball:before {
  content: "\E463";
}
.glyphicon-server:before {
  content: "\E464";
}
.glyphicon-server_plus:before {
  content: "\E465";
}
.glyphicon-server_minus:before {
  content: "\E466";
}
.glyphicon-server_ban:before {
  content: "\E467";
}
.glyphicon-server_flag:before {
  content: "\E468";
}
.glyphicon-server_lock:before {
  content: "\E469";
}
.glyphicon-server_new:before {
  content: "\E470";
}
.glyphicon-ersatzartikel_full:before {
  content: "\E471";
}
.glyphicon-ersatzartikel_empty:before {
  content: "\E472";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #a9c797;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #a9c797;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a2a2a2;
}
.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;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #a2a2a2;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.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;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
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;
}
.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: 0px;
}
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;
}
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;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.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;
}
.input-group-addon:first-child {
  border-right: 0;
}
.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;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #a2a2a2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #a2a2a2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #a9c797;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.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) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #a9c797;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.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) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.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: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #a9c797;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e6e6e6;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e6e6e6;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: #ffffff;
  }
  .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: #555555;
    background-color: #e6e6e6;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #78a75b;
  border-color: #608749;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #6c9751;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #608749;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #67914e;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #608749;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #608749;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #608749;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #6c9751;
  }
  .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: #ffffff;
    background-color: #608749;
  }
  .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: #ffffff;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #a2a2a2;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #a9c797;
  background-color: #ffffff;
  border: 1px solid #a9c797;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #80ac65;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #8eb576;
  background-color: #eeeeee;
  border-color: #a9c797;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a2a2a2;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #a9c797;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #a2a2a2;
  background-color: #ffffff;
  cursor: not-allowed;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #a2a2a2;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #888888;
}
.label-primary {
  background-color: #a9c797;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #8eb576;
}
.label-success {
  background-color: #6bb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #539d44;
}
.label-info {
  background-color: #5b94de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3179d5;
}
.label-warning {
  background-color: #f0854e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec641f;
}
.label-danger {
  background-color: #d94f79;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c92c5c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a2a2a2;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #a9c797;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  background-color: #a9c797;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #ffffff;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #8eb576;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #a9c797;
}
.thumbnail .caption {
  padding: 9px;
  color: #484847;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #ffffff;
  border-color: #7bc06e;
  color: #6bb85c;
}
.alert-success hr {
  border-top-color: #6bb85c;
}
.alert-success .alert-link {
  color: #539d44;
}
.alert-info {
  background-color: #ffffff;
  border-color: #70a2e2;
  color: #5b94de;
}
.alert-info hr {
  border-top-color: #5b94de;
}
.alert-info .alert-link {
  color: #3179d5;
}
.alert-warning {
  background-color: #ffffff;
  border-color: #f29566;
  color: #ee7436;
}
.alert-warning hr {
  border-top-color: #f0844e;
}
.alert-warning .alert-link {
  color: #df5713;
}
.alert-danger {
  background-color: #ffffff;
  border-color: #de6489;
  color: #d94f79;
}
.alert-danger hr {
  border-top-color: #d94f79;
}
.alert-danger .alert-link {
  color: #c92c5c;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #a9c797;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #6bb85c;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5b94de;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0854e;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d94f79;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #7a62d3;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #7a62d3;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #a2a2a2;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #a2a2a2;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #a9c797;
  border-color: #a9c797;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #6bb85c;
  background-color: #ffffff;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #6bb85c;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #6bb85c;
  background-color: #f2f2f2;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #6bb85c;
  border-color: #6bb85c;
}
.list-group-item-info {
  color: #5b94de;
  background-color: #ffffff;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #5b94de;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #5b94de;
  background-color: #f2f2f2;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5b94de;
  border-color: #5b94de;
}
.list-group-item-warning {
  color: #ee7436;
  background-color: #ffffff;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ee7436;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #ee7436;
  background-color: #f2f2f2;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ee7436;
  border-color: #ee7436;
}
.list-group-item-danger {
  color: #d94f79;
  background-color: #ffffff;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #d94f79;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #d94f79;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d94f79;
  border-color: #d94f79;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #a9c797;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #a9c797;
  border-color: #a9c797;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a9c797;
}
.panel-primary > .panel-heading .badge {
  color: #a9c797;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a9c797;
}
.panel-success {
  border-color: #7bc06e;
}
.panel-success > .panel-heading {
  color: #6bb85c;
  background-color: #ffffff;
  border-color: #7bc06e;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7bc06e;
}
.panel-success > .panel-heading .badge {
  color: #ffffff;
  background-color: #6bb85c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7bc06e;
}
.panel-info {
  border-color: #70a2e2;
}
.panel-info > .panel-heading {
  color: #5b94de;
  background-color: #ffffff;
  border-color: #70a2e2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #70a2e2;
}
.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #5b94de;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #70a2e2;
}
.panel-warning {
  border-color: #f29566;
}
.panel-warning > .panel-heading {
  color: #ee7436;
  background-color: #ffffff;
  border-color: #f29566;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f29566;
}
.panel-warning > .panel-heading .badge {
  color: #ffffff;
  background-color: #ee7436;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f29566;
}
.panel-danger {
  border-color: #de6489;
}
.panel-danger > .panel-heading {
  color: #d94f79;
  background-color: #ffffff;
  border-color: #de6489;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #de6489;
}
.panel-danger > .panel-heading .badge {
  color: #ffffff;
  background-color: #d94f79;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #de6489;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #8eb576;
  border: 1px solid #7aa95f;
  border-radius: 0px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.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);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.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);
}
.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);
}
.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);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.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);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.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;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.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);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.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);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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;
}
.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);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.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);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.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.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: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #a9c797 0%, #88b26f 100%);
  background-image: -o-linear-gradient(top, #a9c797 0%, #88b26f 100%);
  background-image: linear-gradient(to bottom, #a9c797 0%, #88b26f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9c797', endColorstr='#ff88b26f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #83ae69;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #88b26f;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #88b26f;
  border-color: #83ae69;
}
.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.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: #88b26f;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #6bb85c 0%, #4f9641 100%);
  background-image: -o-linear-gradient(top, #6bb85c 0%, #4f9641 100%);
  background-image: linear-gradient(to bottom, #6bb85c 0%, #4f9641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6bb85c', endColorstr='#ff4f9641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #4b8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #4f9641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #4f9641;
  border-color: #4b8f3e;
}
.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.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: #4f9641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5b94de 0%, #2a73d2 100%);
  background-image: -o-linear-gradient(top, #5b94de 0%, #2a73d2 100%);
  background-image: linear-gradient(to bottom, #5b94de 0%, #2a73d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b94de', endColorstr='#ff2a73d2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #286fc9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2a73d2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2a73d2;
  border-color: #286fc9;
}
.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.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: #2a73d2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0854e 0%, #eb5d16 100%);
  background-image: -o-linear-gradient(top, #f0854e 0%, #eb5d16 100%);
  background-image: linear-gradient(to bottom, #f0854e 0%, #eb5d16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0854e', endColorstr='#ffeb5d16', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e35913;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb5d16;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb5d16;
  border-color: #e35913;
}
.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.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: #eb5d16;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d94f79 0%, #c12a58 100%);
  background-image: -o-linear-gradient(top, #d94f79 0%, #c12a58 100%);
  background-image: linear-gradient(to bottom, #d94f79 0%, #c12a58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94f79', endColorstr='#ffc12a58', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92854;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12a58;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12a58;
  border-color: #b92854;
}
.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.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: #c12a58;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #a9c797 0%, #9bbe86 100%);
  background-image: -o-linear-gradient(top, #a9c797 0%, #9bbe86 100%);
  background-image: linear-gradient(to bottom, #a9c797 0%, #9bbe86 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9c797', endColorstr='#ff9bbe86', GradientType=0);
  background-color: #9bbe86;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #a9c797 0%, #9bbe86 100%);
  background-image: -o-linear-gradient(top, #a9c797 0%, #9bbe86 100%);
  background-image: linear-gradient(to bottom, #a9c797 0%, #9bbe86 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9c797', endColorstr='#ff9bbe86', GradientType=0);
  background-color: #9bbe86;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffe0e0e0', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #93b97c 0%, #78a75b 100%);
  background-image: -o-linear-gradient(top, #93b97c 0%, #78a75b 100%);
  background-image: linear-gradient(to bottom, #93b97c 0%, #78a75b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff93b97c', endColorstr='#ff78a75b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #608749 0%, #668f4d 100%);
  background-image: -o-linear-gradient(top, #608749 0%, #668f4d 100%);
  background-image: linear-gradient(to bottom, #608749 0%, #668f4d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff608749', endColorstr='#ff668f4d', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #a9c797 0%, #9bbe86 100%);
    background-image: -o-linear-gradient(top, #a9c797 0%, #9bbe86 100%);
    background-image: linear-gradient(to bottom, #a9c797 0%, #9bbe86 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9c797', endColorstr='#ff9bbe86', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #a9c797 0%, #8eb576 100%);
  background-image: -o-linear-gradient(top, #a9c797 0%, #8eb576 100%);
  background-image: linear-gradient(to bottom, #a9c797 0%, #8eb576 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9c797', endColorstr='#ff8eb576', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #6bb85c 0%, #539d44 100%);
  background-image: -o-linear-gradient(top, #6bb85c 0%, #539d44 100%);
  background-image: linear-gradient(to bottom, #6bb85c 0%, #539d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6bb85c', endColorstr='#ff539d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5b94de 0%, #3179d5 100%);
  background-image: -o-linear-gradient(top, #5b94de 0%, #3179d5 100%);
  background-image: linear-gradient(to bottom, #5b94de 0%, #3179d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b94de', endColorstr='#ff3179d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0854e 0%, #ec641f 100%);
  background-image: -o-linear-gradient(top, #f0854e 0%, #ec641f 100%);
  background-image: linear-gradient(to bottom, #f0854e 0%, #ec641f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0854e', endColorstr='#ffec641f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d94f79 0%, #c92c5c 100%);
  background-image: -o-linear-gradient(top, #d94f79 0%, #c92c5c 100%);
  background-image: linear-gradient(to bottom, #d94f79 0%, #c92c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94f79', endColorstr='#ffc92c5c', GradientType=0);
}
.progress-bar-striped {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #8eb576;
  background-image: -webkit-linear-gradient(top, #a9c797 0%, #94ba7e 100%);
  background-image: -o-linear-gradient(top, #a9c797 0%, #94ba7e 100%);
  background-image: linear-gradient(to bottom, #a9c797 0%, #94ba7e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9c797', endColorstr='#ff94ba7e', GradientType=0);
  border-color: #94ba7e;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #a9c797 0%, #9bbe86 100%);
  background-image: -o-linear-gradient(top, #a9c797 0%, #9bbe86 100%);
  background-image: linear-gradient(to bottom, #a9c797 0%, #9bbe86 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9c797', endColorstr='#ff9bbe86', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #80ac65 0%, #8eb576 100%);
  background-image: -o-linear-gradient(top, #80ac65 0%, #8eb576 100%);
  background-image: linear-gradient(to bottom, #80ac65 0%, #8eb576 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80ac65', endColorstr='#ff8eb576', GradientType=0);
  border-color: #73a157;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* typo */
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  #main-nav {
    background: #d29546;
    padding-left: 5px;
    padding-right: 0px;
    background-image: -webkit-linear-gradient(top, #007e39 0%, #00652d 100%);
    background-image: -o-linear-gradient(top, #007e39 0%, #00652d 100%);
    background-image: linear-gradient(to bottom, #007e39 0%, #00652d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007e39', endColorstr='#ff00652d', GradientType=0);
  }
  #main-nav .navbar-nav > li > a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  #main-nav .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  #main-nav .navbar-nav > .active > a,
  #main-nav .navbar-nav > .open > a,
  #main-nav .navbar-nav > li > a:hover,
  #main-nav .navbar-nav > li > a:focus {
    background: #c2c2bb;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  }
  #main-nav .navbar-nav > .active > a .caret,
  #main-nav .navbar-nav > .open > a .caret,
  #main-nav .navbar-nav > li > a:hover .caret,
  #main-nav .navbar-nav > li > a:focus .caret {
    border-top-color: #a6d412;
    border-bottom-color: #a6d412;
  }
}
@media screen and (max-width: 767px) {
  #main-navbar {
    border: none;
    background-image: -webkit-linear-gradient(top, #007e39 0%, #00652d 100%);
    background-image: -o-linear-gradient(top, #007e39 0%, #00652d 100%);
    background-image: linear-gradient(to bottom, #007e39 0%, #00652d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007e39', endColorstr='#ff00652d', GradientType=0);
  }
  #main-navbar .navbar-brand {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  #main-navbar button[data-action="logout"] {
    font-size: 2em;
    line-height: 1;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 0px;
    background: none;
    border: none;
    border-left: solid 1px rgba(0, 0, 0, 0.25);
  }
  #main-navbar .navbar-toggle {
    background-image: -webkit-linear-gradient(top, #007e39 0%, #003216 100%);
    background-image: -o-linear-gradient(top, #007e39 0%, #003216 100%);
    background-image: linear-gradient(to bottom, #007e39 0%, #003216 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007e39', endColorstr='#ff003216', GradientType=0);
    border-color: rgba(0, 0, 0, 0.25);
  }
  #main-navbar .navbar-toggle .icon-bar {
    background: #fff;
  }
  #main-navbar #main-nav {
    background: #fff;
  }
  #main-navbar #main-nav button {
    display: none;
  }
}
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus {
  border-color: #a9c797;
}
.btn-pagination {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #a9c797;
  background-color: #ffffff;
  border: 1px solid #a9c797;
  margin-left: -1px;
  margin-top: 20px;
}
.btn-pagination:hover {
  background: #a9c797;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bs-footer > .container .navbar {
    padding: 0 15px;
  }
  .bs-footer > .container .navbar-nav {
    clear: both;
  }
}
.slick-next:before,
.slick-prev:before {
  color: #a9c797;
  opacity: 1;
}
.slick-next:before:hover,
.slick-prev:before:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
[data-action="lightbox"] {
  cursor: zoom-in;
}
.modal-simplezoom.modal.in {
  display: block;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mr-1 {
  margin-right: 1rem;
}
.fixed-header.fixed-header-legacy {
  margin-top: 30px;
}
.fixed-header .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fixed-header .row .col-header-logo {
  text-align: center;
  margin: 10px 0;
}
.fixed-header .row .col-header-search {
  margin: 10px 0;
}
.fixed-header .row .col-header-compact-cart {
  margin: 10px 0;
}
.fixed-header.fixed-header-left .col-header-logo {
  order: 1;
  text-align: left;
}
.fixed-header.fixed-header-left .col-header-search {
  order: 2;
}
.fixed-header.fixed-header-left .col-header-compact-cart {
  order: 3;
}
.fixed-header.fixed-header-left .col-header-navigation {
  order: 4;
}
.fixed-header.fixed-header-right .col-header-logo {
  order: 3;
  text-align: right;
}
.fixed-header.fixed-header-right .col-header-search {
  order: 2;
}
.fixed-header.fixed-header-right .col-header-compact-cart {
  order: 1;
}
.fixed-header.fixed-header-right .col-header-navigation {
  order: 4;
}
#modal-navi-toggle-header-minimized {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .fixed-header.fixed-header-minimize .col-header-search,
  .fixed-header.fixed-header-minimize .col-header-compact-cart {
    margin: 25px 0 0;
  }
  .fixed-header.fixed-header-minimize .col-header-logo a.logo-minimize {
    scale: 1;
    /*  transform-origin: 0px center; */
    transition: transform 300ms ease-in-out;
  }
  .fixed-header.fixed-header-minimize .col-header-logo {
    width: auto;
    max-width: 33.33%;
    transition: margin 300ms ease-in-out;
  }
  .fixed-header.fixed-header-minimize.fixed-header-minimized .col-header-navigation {
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-name: fixed-header-out;
  }
  .fixed-header.fixed-header-minimize.fixed-header-minimized .col-header-logo {
    position: relative;
    z-index: 999;
    margin: 0;
  }
  .fixed-header.fixed-header-minimize.fixed-header-minimized .col-header-logo a.logo-minimize {
    transform: scale(0.8);
  }
  .fixed-header.fixed-header-minimize.fixed-header-was-minimized:not(.fixed-header-minimized) .col-header-navigation {
    animation-duration: 300ms;
    animation-fill-mode: none;
    animation-name: fixed-header-in;
  }
  .fixed-header-left .col-header-search {
    flex-grow: 1;
  }
  .fixed-header-center .col-header-compact-cart {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1440px) {
  .fixed-header.fixed-header-minimize.fixed-header-minimized #modal-navi-toggle-header-minimized {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(50% - 10px);
    opacity: 1;
  }
  .fixed-header.fixed-header-minimize.fixed-header-minimized #modal-navi-toggle-header-minimized span,
  .fixed-header.fixed-header-minimize.fixed-header-minimized #modal-navi-toggle-header-minimized span:after,
  .fixed-header.fixed-header-minimize.fixed-header-minimized #modal-navi-toggle-header-minimized span:before {
    background: #ccc;
  }
}
@keyframes fixed-header-out {
  0% {
    height: 72px;
    overflow: visible;
    display: block;
  }
  99% {
    height: 0;
    overflow: hidden;
  }
  100% {
    display: none;
    height: 0;
  }
}
@keyframes fixed-header-in {
  0% {
    height: 0;
    overflow: hidden;
    display: block;
  }
  99% {
    height: 72px;
    overflow: hidden;
    display: block;
  }
  100% {
    height: auto;
    overflow: visible;
    display: block;
  }
}
@media print {
  body {
    padding: 0 !important;
  }
  a.logo[href]:after {
    content: "";
    display: none;
  }
  .container {
    width: 100% !important;
  }
  .search-widget-preview,
  #compact-cart,
  .sf-toolbar,
  #fixed-table-header {
    display: none !important;
  }
  .sky-scraper-slider {
    display: none;
  }
}
body.print {
  padding: 0 !important;
  background: #fff;
}
body.print #top {
  position: static !important;
}
body.print #main-navbar {
  display: none !important;
}
body.print a.logo[href]:after {
  content: "";
  display: none;
}
body.print .container {
  width: 100% !important;
}
body.print .search-widget-preview,
body.print #compact-cart,
body.print .sf-toolbar,
body.print #fixed-table-header {
  display: none !important;
}
body.print .sky-scraper-slider {
  display: none;
}
body.print .hidden-print {
  display: none !important;
}
body.print .visible-print-block {
  display: block !important;
}
body.print *,
body.print *:before,
body.print *:after {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.print a,
body.print a:visited {
  text-decoration: underline;
}
body.print a[href]:after {
  content: " (" attr(href) ")";
}
body.print abbr[title]:after {
  content: " (" attr(title) ")";
}
body.print a[href^="#"]:after,
body.print a[href^="javascript:"]:after {
  content: "";
}
body.print pre,
body.print blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
body.print thead {
  display: table-header-group;
}
body.print tr,
body.print img {
  page-break-inside: avoid;
}
body.print img {
  max-width: 100% !important;
}
body.print p,
body.print h2,
body.print h3 {
  orphans: 3;
  widows: 3;
}
body.print h2,
body.print h3 {
  page-break-after: avoid;
}
body.print .navbar {
  display: none;
}
body.print .btn > .caret,
body.print .dropup > .btn > .caret {
  border-top-color: #000 !important;
}
body.print .label {
  border: 1px solid #000;
}
body.print .table {
  border-collapse: collapse !important;
}
body.print .table td,
body.print .table th {
  background-color: #fff !important;
}
body.print .table-bordered th,
body.print .table-bordered td {
  border: 1px solid #ddd !important;
}
.slick-loading .slick-list {
  background: #ffffff url(/files/loading.gif) center center no-repeat;
}
.imageslider.slideshow .slide-container {
  display: none;
}
.imageslider.slideshow .slide-container:first-child {
  display: block;
}
.imageslider.slideshow.slick-initialized .slide-container {
  display: block;
}
.imageslider.slideshow {
  margin-bottom: 30px;
}
/* nested dropdowns */
.dropdown-menu li {
  position: relative;
}
.dropdown-submenu {
  display: none;
}
.dropdown-menu li > .dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-menu li:hover > .dropdown-submenu {
  display: block;
}
.dropdown-menu li.nav-header > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #222222;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-menu li.active > a:after {
  border-left-color: #fff;
}
/* mega menu */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: 50px;
  right: 50px;
}
.yamm .dropdown-menu.menu_level_1 {
  left: auto;
  right: auto;
}
.yamm .yamm-content {
  padding: 0px 0px;
}
.yamm .yamm-content h4 {
  padding: 3px 20px;
}
.yamm .yamm-content ul,
.yamm .yamm-content ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none outside;
  margin-bottom: 20px !important;
}
.yamm .yamm-content ul a,
.yamm .yamm-content ol a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.dropdown-menu > li > a {
  color: #a9c797;
  line-height: 1.2;
}
.dropdown-menu > li > a:hover {
  text-decoration: underline;
  color: #8eb576;
  background: none;
}
@media screen and (min-width: 1200px) {
  #main-navbar {
    display: flex !important;
  }
  #main-nav {
    display: flex !important;
    flex-grow: 1;
    justify-content: center;
  }
  #main-nav > ul.navbar-nav:first-child {
    margin-left: auto;
  }
  #main-nav > .btn {
    float: none;
  }
  #main-nav > .btn {
    margin-left: auto;
  }
  #main-nav > .btn + .btn {
    margin-left: 0;
  }
}
html.hc-nav-yscroll {
  overflow-y: scroll;
}
body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%;
}
.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 240px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background: #a9c797;
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  box-sizing: border-box;
  background: #a9c797;
}
.hc-offcanvas-nav .nav-wrapper::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease .4s, opacity .4s ease;
  background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-content {
  height: 100%;
  max-height: 100vh;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #a9c797;
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border-top: 1px solid #9bbe86;
  margin-top: -1px;
}
.hc-offcanvas-nav li {
  position: relative;
  display: block;
  text-align: left;
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-offcanvas-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  padding: 14px 17px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #9bbe86;
}
.hc-offcanvas-nav a:hover {
  text-decoration: none;
}
.hc-offcanvas-nav .nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 14px 17px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #9bbe86;
}
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: .05s;
}
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}
.hc-offcanvas-nav::after {
  background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #1b3958;
}
.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #31679e;
}
.hc-offcanvas-nav li.nav-close a {
  background: #9bbe86;
  border-top: 1px solid #295887;
  border-bottom: 1px solid #295887;
}
.hc-offcanvas-nav li.nav-close a:hover {
  background: #2b5c8d;
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
  margin-top: -1px;
}
.hc-offcanvas-nav li.nav-close span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease;
}
.hc-offcanvas-nav li.nav-close span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  margin-left: -9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hc-offcanvas-nav li.nav-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hc-offcanvas-nav li.nav-back a {
  background: #9bbe86;
  border-top: 1px solid #295887;
  border-bottom: 1px solid #295887;
}
.hc-offcanvas-nav li.nav-back a:hover {
  background: #2b5c8d;
}
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}
.hc-offcanvas-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease;
}
.hc-offcanvas-nav li.nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav li.nav-parent .nav-item {
  padding-right: 58px;
}
.hc-offcanvas-nav li.nav-parent span.nav-next {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease;
}
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #9bbe86;
}
.hc-offcanvas-nav span.nav-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}
.hc-offcanvas-nav.disable-body::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease .4s, opacity .4s ease;
}
.hc-offcanvas-nav.disable-body.nav-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: .05s;
}
.hc-offcanvas-nav.nav-levels-expand .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease .4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2 {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item {
  font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li {
  transition: background .3s ease;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open {
  background: #8eb576;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a {
  border-bottom: 1px solid #80ac65;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover {
  background: #8eb576;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item .nav-next::before {
  margin-top: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before {
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0s ease .4s, transform .4s ease;
  transition: visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
  -webkit-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}
.hc-offcanvas-nav.nav-position-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top {
  top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-top span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  top: 20px;
  z-index: 1;
  width: 30px;
  min-height: 24px;
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all .2s ease;
}
.hc-nav-trigger span::before {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all .2s ease;
  content: '';
  width: 100%;
  top: -10px;
}
.hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all .2s ease;
  content: '';
  width: 100%;
  bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
  font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background .3s ease;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: #8eb576;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #80ac65;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #8eb576;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item .nav-next::before {
  margin-top: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
body.has-hc-nav #modal-navi-toggle {
  border: none;
  left: 10px;
  top: 13px;
}
body.has-hc-nav #modal-navi-toggle.nav-open {
  top: 11px;
}
body.has-hc-nav #main-navbar {
  padding-left: 55px;
  background-image: -webkit-linear-gradient(top, #007e39 0%, #005024 100%);
  background-image: -o-linear-gradient(top, #007e39 0%, #005024 100%);
  background-image: linear-gradient(to bottom, #007e39 0%, #005024 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007e39', endColorstr='#ff005024', GradientType=0);
}
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  background: #fff;
}
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #fff;
}
.hc-offcanvas-nav h2 {
  background: #a9c797;
  color: #fff;
  margin: 0;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
  color: #333;
}
.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
  border-color: #aaa;
}
.hc-offcanvas-nav li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hc-offcanvas-nav li > a:hover {
  color: #000;
}
.hc-offcanvas-nav li h4 {
  font-size: inherit;
  padding: 0;
  margin: 0;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item,
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-color: #ccc;
}
.hc-offcanvas-nav:not(.touch-device) a:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: #a9c797;
  color: #fff;
}
.hc-offcanvas-nav .nav-container {
  width: 80%;
  max-width: 480px;
}
ul.hc-bottom-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 480px) {
  body.has-hc-nav #modal-navi-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    left: unset;
  }
  body.has-hc-nav #main-nav,
  body.has-hc-nav #main-navbar {
    padding-left: 0px;
  }
  .hc-nav-trigger span,
  .hc-nav-trigger span::before,
  .hc-nav-trigger span::after {
    background: #a9c797;
  }
}
.hc-offcanvas-nav .nav-back {
  position: absolute;
  top: 0;
  right: 0;
}
.hc-offcanvas-nav .nav-back a {
  background: unset !important;
  border: none !important;
  text-indent: -999em;
}
.hc-offcanvas-nav .nav-back a span::before {
  border-color: #fff;
}
#main-nav .hc-bottom-nav {
  display: none;
}
body {
  background-color: #e6ddd7;
}
/* bg fuer alex */
@media (min-width: 992px) {
  body {
    width: 100%;
    min-height: 1200px;
    background-image: url('/images/clear.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}
html.print body {
  background: #fff !important;
}
/* header */
header .logo {
  display: inline-block;
  margin: 30px 0;
  max-width: 100%;
}
header .logo img {
  max-width: 100%;
  height: auto;
}
header .banner {
  display: none;
}
/* callouts */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-danger h4 {
  color: #b94a48;
}
.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-warning h4 {
  color: #c09853;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-info h4 {
  color: #3a87ad;
}
/* panels */
.panel-tab {
  border-top: none;
  background: rgba(255, 255, 255, 0.5);
}
.panel-tab .nav-tabs li.active a {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  border-top-width: 3px;
}
.panel-tab .panel-body {
  background: #fff;
}
.panel-body h2,
.panel-body h3 {
  margin-top: 0;
  line-height: 2em;
}
.panel-warengruppe {
  border-color: #dddddd;
  position: relative;
  top: 0;
  left: 0;
}
.panel-warengruppe > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-warengruppe > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-warengruppe > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-warengruppe > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-warengruppe a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
}
.panel-warengruppe a:hover span {
  background: rgba(169, 199, 151, 0.8);
  color: #fff;
}
/* productfilter */
.row .productfilter {
  margin-bottom: 20px;
}
/* image */
.prodimg,
.wgimg {
  width: 100%;
  text-align: center;
  display: block;
}
.img-product-thumb {
  max-width: 100%;
  max-height: 250px;
  height: auto;
  margin: auto;
}
.wgimg {
  min-height: 130px;
}
.wgimg .img-product-thumb {
  max-height: 130px;
}
.prodinfo {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
/* tables */
.table-no-border tbody > tr:first-child > td,
.table-no-border tbody > tr:first-child > th {
  border: none;
}
/* product listing */
.regaltext {
  margin-bottom: 1em;
}
.relative {
  position: relative;
  top: 0;
  left: 0;
}
.bottom {
  position: absolute;
  bottom: 0;
}
sup.umst {
  display: none;
}
.img-ajax-loader {
  height: 60px;
  width: 60px;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(169, 199, 151, 0.9);
  border-top: 6px solid rgba(169, 199, 151, 0.6);
  border-right: 6px solid rgba(169, 199, 151, 0.4);
  border-bottom: 6px solid rgba(169, 199, 151, 0.2);
  border-radius: 100%;
}
.bild {
  min-height: 150px;
  margin-bottom: 15px;
  display: inline-block;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* +/- */
.form-control[type="number"] {
  min-width: 50px;
}
.input-group-addon-nopadding {
  padding: 0;
  border: 0;
}
/* cart */
.total {
  border-top: double 4px #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
.cart-item {
  padding-bottom: 12px;
  margin-bottom: 0;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}
.flash {
  background: rgba(169, 199, 151, 0.8);
  margin-top: -12px;
  padding-top: 12px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}
.flash .text-muted {
  color: #000;
  text-shadow: none;
}
/* browser requirements */
.browser-warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 10px 0;
  background: #a9c797;
}
.browser-warning p {
  color: #fff !important;
  margin: 0;
  display: none;
}
.browser-warning a {
  color: #fff;
}
.browser-warning a:hover {
  color: rgba(255, 255, 255, 0.75);
}
html.no-js .browser-warning {
  display: block;
}
html.no-js .browser-warning p.no-js {
  display: block;
}
html.ie6 .browser-warning,
html.ie7 .browser-warning,
html.ie8 .browser-warning,
html.ff3 .browser-warning {
  display: block;
}
html.ie6 .browser-warning p.legacy-browser,
html.ie7 .browser-warning p.legacy-browser,
html.ie8 .browser-warning p.legacy-browser,
html.ff3 .browser-warning p.legacy-browser {
  display: block;
}
/* typeahead */
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  width: 200%;
  margin-top: 0px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tt-suggestion,
.tt-header,
.tt-empty {
  padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-footer p,
.tt-header h3,
.tt-empty p,
.tt-suggestion p {
  margin: 0;
}
.tt-footer button {
  background: #a9c797;
  color: #fff;
  margin-bottom: -20px;
}
.tt-footer button:hover,
.tt-footer button:focus,
.tt-footer button:active {
  color: #fff;
}
.tt-dataset-suggestions p,
.tt-dataset-products p {
  position: relative;
}
.tt-dataset-suggestions span.glyphicon,
.tt-dataset-products span.glyphicon {
  color: #666;
}
.tt-dataset-suggestions span.name,
.tt-dataset-suggestions span.action,
.tt-dataset-products span.name,
.tt-dataset-products span.action {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 90%;
}
.tt-dataset-suggestions span.meta,
.tt-dataset-products span.meta {
  color: #ddd;
  padding-left: 10px;
}
.tt-dataset-suggestions span.action,
.tt-dataset-products span.action {
  display: inline-block;
  float: right;
  color: #ddd;
  width: 10%;
  cursor: pointer;
}
.tt-header {
  margin: 4px 0;
}
/* suche */
.highlight {
  border-bottom: 4px solid rgba(169, 199, 151, 0.8);
}
/* forms */
.form-control {
  padding: 8px;
}
.navbar-btn.btn-default:hover,
.navbar-btn.btn-danger:hover,
.btn-default:hover,
.navbar-btn.btn-default:focus,
.navbar-btn.btn-danger:focus,
.btn-default:focus,
.navbar-btn.btn-default:active,
.navbar-btn.btn-danger:active,
.btn-default:active {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #a9c797;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
/* knp pager */
ul.pagination li.disabled {
  display: none;
}
ul.pagination li.active span,
ul.pagination li.active span:hover {
  background-color: #a9c797;
  border-color: #a9c797;
  color: #fff;
}
/* order step info */
.order-step-info .glyphicon-shopping_cart {
  font-size: 30px;
  color: #a9c797;
}
.order-step-info .order-step {
  font-size: 16px;
}
.order-step-info .step-default {
  background-color: #ffffff;
  color: #a9c797;
}
.order-step-info .step-active {
  background-color: #a9c797;
  color: #ffffff;
  /*    font-weight: bold; */
}
/* payment */
.order-actions {
  margin-top: 20px;
}
#order_pay_payment {
  margin-bottom: 20px;
}
#order_pay_payment label {
  margin-left: 3px;
  margin-right: 30px;
}
#lastschrift {
  display: none;
}
#epay {
  display: none;
  /* give the iframe some space */
  height: 500px;
}
/* popover */
.popover .popover-content .popover-add-to-favourites,
.popover .popover-content .popover-add-to-cart {
  min-width: 200px;
  color: #000;
  background: #fff;
}
/* lange liste */
.panel-body.striped {
  padding-bottom: 0;
  padding-top: 0;
}
.striped .row {
  padding: 8px 0;
}
.striped .row.even {
  background: rgba(0, 0, 0, 0.05);
}
/* detail seite */
.biosiegel {
  display: inline-block;
}
#panoModal .modal-body,
#panoModal .modal-body iframe {
  min-height: 560px;
}
.pano {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.produktdetails .tab-content {
  height: 520px;
  overflow: hidden;
  padding-top: 40px;
}
.produktdetails .tab-content .tab-pane {
  max-height: 510px;
  overflow-y: auto;
}
.produktdetails .tab-content .tab-pane .row:first-child hr {
  display: none;
}
.produktdetails .tab-content h4.attribute-label {
  margin-top: 0px;
  padding-left: 20px;
}
.produktdetails .tab-content p {
  max-width: 420px;
}
/* social */
#social {
  display: none;
}
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('/lib/fonts/monosocialiconsfont.eot');
  src: url('/lib/fonts/monosocialiconsfont.eot?#iefix') format('embedded-opentype'), url('/lib/fonts/monosocialiconsfont.woff') format('woff'), url('/lib/fonts/monosocialiconsfont.ttf') format('truetype'), url('/lib/fonts/monosocialiconsfont.svg#MonoSocialIconsFont') format('svg');
  src: url('/lib/fonts/monosocialiconsfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.social:before {
  font-size: 3.5em;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Mono Social Icons Font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #a2a2a2;
}
.social:hover:before {
  color: #a9c797;
}
.social-facebook:before {
  content: "\e427";
}
.social-twitter:before {
  content: "\e486";
}
.social-google-plus:before {
  content: "\e439";
}
.social-pinterest:before {
  content: "\e464";
}
.social-email:before {
  content: "\e424";
}
.social-popup-title {
  min-width: 320px;
}
.popover-title {
  white-space: nowrap;
}
.popover {
  max-width: 320px;
}
.table-merkmale {
  width: 100%;
}
/* panel accordion */
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Regular';
  /* essential for enabling glyphicon */
  content: "\2212";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\E159";
  /* adjust as needed, taken from bootstrap.css */
}
/* h4 title for nav tabs */
.nav-tabs-title {
  font-weight: 500;
  font-size: 16px;
}
/* plusminusunit */
@media (min-width: 767px) {
  .plusminusunit.default .plus,
  .plusminusunit.default .minus {
    padding: 4px;
    line-height: 1.42857143;
    font-size: 0.5em;
    position: absolute;
    left: -16px;
    display: none;
  }
  .plusminusunit.default .plus {
    top: 0;
    margin-left: 0 !important;
  }
  .plusminusunit.default .minus {
    bottom: 0;
  }
  .plusminusunit.default:hover .plus,
  .plusminusunit.default:hover .minus,
  .plusminusunit.default.hover .plus,
  .plusminusunit.default.hover .minus {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .plusminusunit.default .plus,
  .plusminusunit.default .minus {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* shot buttons xs */
@media (max-width: 767px) {
  .span-hidden-xs {
    display: none;
  }
}
/* special well for checkout */
.well-muted {
  min-height: 20px;
  padding: 19px;
  background-color: #fff;
  border-radius: 0px;
  border: dotted 1px #ddd;
  margin-bottom: 30px;
}
.y-scrollable-200 {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  _overflow: auto;
}
.well-active {
  border-color: #a9c797;
}
/* cart sidebar */
.row-compact [class*="col-"] {
  padding-left: 0;
}
.row-compact [class*="col-"]:first-child {
  padding-left: 12px;
}
.danger {
  color: #d94f79;
}
.success {
  color: #6bb85c;
}
.warning {
  color: #f0854e;
}
/* checkout */
.auth_type_choice {
  margin-bottom: 20px;
}
#epay-info {
  margin-top: 20px;
}
input[name='bb_shop_checkout_delivery_form[shipping_address]'] {
  float: left;
  display: block;
  margin-right: 10px;
}
.checkout-delivery-address {
  float: left;
  margin-bottom: 10px;
  font-weight: normal;
}
.panel-checkout-notices .panel-body {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.panel-checkout-notices .panel-body p {
  margin: 5px 0 0;
}
.panel-checkout-notices .panel-body.alert {
  background: #e3001b;
  color: #fff;
}
.panel-checkout-notices .panel-body:last-child {
  border-bottom: none;
}
.bb_form .row + .row {
  margin-top: 6px;
}
ul.form_errors li {
  color: #f00;
}
hr.light {
  border-color: #f5f5f5;
}
@media (max-width: 480px) {
  .container {
    width: auto !important;
    padding: 0;
    margin: 0;
  }
  header .logo {
    margin: 5px 0 15px 15px;
  }
}
body.container-shift .container {
  margin-left: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  body.container-shift .container {
    margin-right: 190px;
    width: auto;
  }
}
@media screen and (max-width: 1439px) {
  .sky-scraper-slide-in {
    right: auto !important;
    left: calc(100vw - 190px)!important;
    z-index: 99999;
  }
}
body.container-shift .container.container-has-sky-scraper {
  position: relative;
}
body.container-shift .container.container-has-sky-scraper .sky-scraper {
  position: absolute;
  top: 0;
  right: -170px;
  width: 160px;
  height: 600px;
}
@media screen and (min-width: 1440px) {
  body.container-shift .container {
    margin-left: calc(50% - 1170px / 2 - 80px);
  }
}
body .sky-scraper-slider {
  white-space: nowrap;
  overflow: hidden;
  height: 600px;
  width: 160px;
}
body .sky-scraper-slider.slick-slider {
  overflow: visible;
}
.mobile-ad-slider .mobile-ad-slide,
body .sky-scraper-slider .sky-scraper-slide {
  display: none;
}
.mobile-ad-slider.slick-slider .mobile-ad-slide,
body .sky-scraper-slider.slick-slider .sky-scraper-slide {
  display: block;
}
.mobile-ad-slider .mobile-ad-slide:first-child,
body .sky-scraper-slider .sky-scraper-slide:first-child {
  display: block;
}
.sky-scraper-slide img {
  height: 600px;
  width: 160px;
}
#cart-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(169, 199, 151, 0.8);
}
#cart-overlay a {
  color: #fff;
  padding: 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
code {
  background: #a9c797;
}
#epay iframe {
  border: none;
  min-height: 830px;
}
#epay {
  min-height: 830px;
}
.wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.wysiwyg img.img-original {
  width: auto;
  display: inline-block;
}
/* vertical alignments */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* fix firefox responsive images */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
div[data-eq-state="small"] .col-md-3,
div[data-eq-state="small"] .col-md-9 {
  width: auto;
  float: none;
}
body.error_404 {
  margin-top: 30px;
}
footer .navbar-text p {
  margin-bottom: 0;
}
footer .navbar {
  z-index: 999;
}
.dropdown-menu > li > a,
label {
  font-weight: 300;
}
table thead th,
table tfoot th {
  font-weight: 400;
  text-align: left;
}
header .logo {
  margin: 0px 0 20px;
}
#main-nav .badge {
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
/* modal navigation */
#sortimentModal {
  height: 100%;
  padding: 0px;
}
#sortimentModal .modal-content {
  height: 90%;
}
#sortimentModal .modal-body {
  overflow: scroll;
  height: 90%;
}
#sortimentModal .grid-item {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 0 20px !important;
  box-sizing: border-box;
}
#sortimentModal .grid-item > a,
#sortimentModal .grid-item > ul {
  margin: 0 !important;
  display: block;
  width: auto;
}
#sortimentModal .grid-item > a.btn-modal-navigation {
  font-weight: bold;
  border-bottom: 1px solid #666 !important;
}
#sortimentModal .grid-item a.btn-modal-navigation {
  border: none;
  text-align: left;
  border-radius: 0px;
  padding: 6px 12px;
}
#sortimentModal .grid-item ul > li:nth-child(odd) > a {
  background: rgba(0, 0, 0, 0.05);
}
#sortimentModal .grid-item span.badge {
  float: right;
}
#modal-navi-toggle,
#modal-schnellbestellung-toggle,
#main-nav button[data-action="logout"],
.navbar-header button[data-target="#schnelleingabe"] {
  font-size: 2em;
  line-height: 0.9em;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 0px;
  background: none;
  border: none;
}
#modal-navi-toggle {
  border-right: solid 1px rgba(0, 0, 0, 0.25);
}
#modal-schnellbestellung-toggle,
#main-nav button[data-action="logout"],
.navbar-header button[data-target="#schnelleingabe"] {
  border-left: solid 1px rgba(0, 0, 0, 0.25);
}
#main-nav button[data-action="logout"],
.navbar-header button[data-target="#schnelleingabe"] {
  padding: 9px 10px;
}
ul#datatable_filter_hersteller,
ul#datatable_filter_warengruppen,
ul#datatable_filter_merkmale,
ul#datatable_filter_historie {
  max-height: 320px;
  overflow-y: auto;
}
ul#datatable_filter_hersteller li.radio,
ul#datatable_filter_warengruppen li.radio,
ul#datatable_filter_merkmale li.radio,
ul#datatable_filter_historie li.radio,
ul#datatable_filter_hersteller li.checkbox,
ul#datatable_filter_warengruppen li.checkbox,
ul#datatable_filter_merkmale li.checkbox,
ul#datatable_filter_historie li.checkbox,
ul#datatable_filter_hersteller li.filter,
ul#datatable_filter_warengruppen li.filter,
ul#datatable_filter_merkmale li.filter,
ul#datatable_filter_historie li.filter {
  padding: 0 10px;
}
/* home */
.panel-body.wysiwyg.home .img-responsive-parent {
  margin: -15px -15px 0;
}
.panel-body.wysiwyg.home img:first-child {
  border-bottom: 1px solid #eee;
}
.panel-body.wysiwyg.home #rss {
  max-height: 300px;
  overflow: auto;
}
.datatable-lisa-bestand {
  position: relative;
}
.cart-lisa-bemerkung,
.datatable-lisa-bemerkung,
.datatable-v_artikel-bemerkung,
.datatable-lisa-merkmale {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  max-width: 120px;
  display: block;
  font-size: 10px;
  margin: 4px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
}
.datatable-quota-tooltip,
.datatable-lisa-tooltip {
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 10px;
}
.datatable-lisa-bemerkung,
.cart-lisa-bemerkung {
  overflow-x: marquee-line;
  marquee-direction: forward;
  marquee-style: scroll;
  marquee-speed: normal;
  marquee-play-count: 5;
}
.datatable-lisa-bemerkung-wrap {
  white-space: normal;
  overflow-x: visible;
}
.datatable-v_artikel-bemerkung {
  white-space: normal;
  font-size: 12px;
}
.cart-lisa-bestand-0,
.datatable-lisa-bestand-0 .datatable-lisa-bemerkung,
.datatable-lisa-bestand-0 .datatable-lisa-tooltip {
  color: #bf2e11;
  white-space: normal;
  overflow: visible;
}
.input-group.plusminusunit.bestand {
  border-bottom: solid 4px #ddd;
}
.input-group.plusminusunit.bestand-0 {
  border-color: #bf2e11;
}
.input-group.plusminusunit.bestand-1 {
  border-color: #00863c;
}
.input-group.plusminusunit.bestand-2 {
  border-color: #90df01;
}
.input-group.plusminusunit.bestand-3 {
  border-color: #FED309;
}
.redacted {
  color: black;
  color: transparent;
  user-select: none;
  background-color: black;
  white-space: nowrap;
  transform: rotate(0.8deg) skewx(-12deg);
  background: linear-gradient(180deg, #000000, #666666);
  border-radius: 5px;
  opacity: .15;
}
/* Add a few more selectors with slightly varying styles */
.redacted:first-child {
  transform: rotate(-0.8deg);
}
.redacted:first-child + .redacted {
  transform: rotate(3deg);
}
@media screen and (max-width: 480px) {
  .hidden-xs-inline {
    display: none;
  }
  #modal-schnellbestellung-toggle {
    display: none;
  }
  .compact-cart-xs {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
  }
}
.dropdown-menu {
  z-index: 1001;
}
.table-compact-cart th,
.table-compact-cart td {
  padding: 0 !important;
  border: none !important;
}
.table-liefertermine-cart th,
.table-liefertermine-cart td {
  padding: 0 0 0 1px !important;
  border: none !important;
}
.handlebar-template {
  display: none;
}
.handlebar-template img {
  display: none;
}
.infobox-promotional ul {
  display: table;
  width: 100%;
}
.infobox-promotional ul li {
  display: table-row;
  border-top: 1px solid #ddd;
}
.infobox-promotional ul li:nth-child(even) {
  background: #f9f9f9;
}
.infobox-promotional ul li div.cell {
  display: table-cell;
  vertical-align: top;
  min-width: 50px;
  padding: 5px 10px;
}
.infobox-promotional ul li div.cell .input-group {
  max-width: 100px;
}
.infobox-promotional ul li div.cell .input-group input[type=number]::-webkit-inner-spin-button,
.infobox-promotional ul li div.cell .input-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.infobox-promotional ul li .input-group.plusminusunit.default {
  width: 70px;
}
.infobox-promotional ul li .img-product-listing {
  max-width: 50px;
  height: auto;
  max-height: 50px;
}
.infobox-promotional ul li .regaltext {
  margin: 0;
  /*
            max-width: 90%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            */
}
.panel-body.promotional {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
}
.panel-body.promotional .img-ajax-loader {
  margin: 60px auto;
}
.panel-body.promotional p:first-child {
  margin-top: 15px;
}
.infobox-promotional {
  margin: 0 -15px;
}
.infobox-promotional .btn-block {
  margin: 0 15px;
}
.wysiwyg img.img-icon {
  width: auto;
  height: auto;
}
/* compact header */
span.twitter-typeahead {
  position: static !important;
  display: inline !important;
}
#typeahead-form button[type='submit'] {
  font-size: 18px !important;
  height: 45px;
}
#typeahead-form,
#compact-cart {
  margin-bottom: 10px;
}
input#produktsuchfeld {
  font-size: 18px !important;
  height: 45px;
}
#main-nav .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
}
#compact-cart[data-last],
#compact-cart[data-bestellschluss] {
  position: relative;
}
@media screen and (max-width: 991px) {
  #compact-cart[data-last],
  #compact-cart[data-bestellschluss] {
    margin-top: 30px;
  }
}
#compact-cart[data-last] .last,
#compact-cart[data-bestellschluss] .bestellschluss {
  position: absolute;
  top: -20px;
  bottom: 100%;
  left: -1px;
  right: -1px;
  padding: 2px 5px;
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f6f6f6;
  border: solid 1px #ccc;
  text-align: left;
  line-height: 1.7;
  cursor: pointer;
}
#compact-cart[data-last] .last .glyphicon,
#compact-cart[data-bestellschluss] .bestellschluss .glyphicon {
  float: left;
  padding: 1px 4px 0 0;
}
#compact-cart table {
  margin: -15px 0 !important;
  text-align: center;
  border: none;
}
#compact-cart table tbody,
#compact-cart table tr {
  border: none;
}
#compact-cart table .text-muted {
  font-size: 12px;
  line-height: 12px;
}
#compact-cart table td {
  border: none;
  border-right: solid 1px #dddddd;
  position: relative;
  min-width: 40px;
  padding: 4px 2px 0px;
}
#compact-cart table td:last-child {
  border-right: none;
}
#compact-cart table .anzahl_artikel,
#compact-cart table .anzahl_gesamt,
#compact-cart table .zwischensumme_wg,
#compact-cart table .gesamtpreis {
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
}
#compact-cart table .btn-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  line-height: 30px;
  font-size: 24px;
}
header#top .logo {
  display: block;
  text-align: center;
}
header#top .logo img {
  display: inline-block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (min-width: 992px) {
  header#top .logo {
    display: inline-block;
    margin: 0 !important;
    max-width: 100%;
  }
  header#top .logo img {
    display: inline-block;
    max-height: 140px;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .user_anon header#top .logo img {
    margin-bottom: 15px;
  }
  .panel-body.wysiwyg.home,
  .panel-body.wysiwyg.promotional {
    max-height: 320px;
    overflow-y: auto;
  }
  .panel-grid .panel-body.wysiwyg.home,
  .panel-grid .panel-body.wysiwyg.promotional {
    min-height: 320px;
  }
  .theme-cms-block-multicolumn-columns-3 .panel-grid .panel-body {
    min-height: 320px;
  }
  .theme-cms-block-multicolumn-columns-4 .panel-grid .panel-body {
    min-height: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .panel-body.wysiwyg.home,
  .panel-body.wysiwyg.promotional {
    max-height: 240px;
    overflow-y: auto;
  }
}
.checkbox-inline span.text-checkbox-label {
  color: #666;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 13px;
}
#user_settings_product_filter {
  padding: 0 20px 20px;
}
@media screen and (max-width: 991px) {
  #user_settings_product_filter .checkbox-inline {
    margin-bottom: 20px;
  }
}
input[type=checkbox]:checked + label.strikethrough {
  text-decoration: line-through;
}
#datatable_filter_merkmale input[type=checkbox] {
  margin-left: 0px;
}
#datatable_filter_legend {
  padding-bottom: 20px;
}
#datatable_filter_legend span {
  cursor: pointer;
}
/* affix */
@media screen and (min-width: 768px) {
  body {
    padding-top: 178px;
  }
  body #top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 1001;
    background-color: #e6ddd7;
    background-image: url('/images/clear.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 353px;
  }
}
#productDetailModal .modal-body,
.product-detail-body {
  color: #666;
  line-height: 1.5;
}
#productDetailModal .modal-body strong,
.product-detail-body strong {
  color: #000;
  font-weight: normal;
}
#productDetailModal .modal-hidden-header {
  display: none;
}
.product-detail-labels img {
  display: block;
}
#productDetailModal .modal-footer {
  text-align: left !important;
}
@media screen and (min-width: 992px) {
  #productDetailModal .modal-content {
    min-width: 768px;
  }
  #productDetailModal .modal-body {
    min-height: 400px;
  }
  .text-md-center {
    text-align: center;
  }
  .pull-md-right {
    float: right !important;
  }
}
@media (max-width: 991px) {
  #productDetailModal .modal-footer .btn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .input-group.plusminusunit.list {
    width: 100% !important;
  }
  .input-group.plusminusunit.list .btn {
    margin-bottom: 0 !important;
  }
}
button[data-action="show-product-modal"].btn-link {
  padding: 0;
  display: inline;
  text-align: left;
}
/* cookiebar */
.cookie-message {
  position: fixed;
  left: 0;
  right: 0;
  background: #a9c797;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  padding: 10px 20px;
}
.cookie-message-top {
  top: 0;
}
.cookie-message-bottom {
  bottom: 0;
}
.cookie-message p,
.cookie-message a {
  color: #fff;
  margin: 0;
}
.cookiebar-more,
.cookiebar-close {
  margin-top: 5px;
  background: #fff;
  color: #a9c797 !important;
}
.cookiebar-more:hover,
.cookiebar-close:hover {
  color: #000 !important;
}
.alert a {
  text-decoration: underline;
}
#produkt_informationen_accordion .panel-collapse hr:first-child {
  display: none;
}
#calculatorModal .modal-body {
  min-height: 320px;
}
#calculatorModal .modal-body h3 {
  margin-top: 0;
}
#calculatorModal .modal-body table.table-label-calculator {
  width: 100%;
}
#calculatorModal .modal-body table.table-label-calculator th {
  font-weight: normal;
  padding-right: 20px;
}
#calculatorModal .modal-body table.table-label-calculator td {
  text-align: right;
}
.text-bold {
  font-weight: bold;
}
.schnelleingabe-autosuggest {
  display: block;
  min-width: 420px;
}
.schnelleingabe-autosuggest a {
  color: #666;
}
.schnelleingabe-autosuggest span {
  color: #ccc;
}
.schnelleingabe-autosuggest span:last-child {
  color: #000;
  display: block;
  float: right;
}
.schnelleingabe-autosuggest-item-v1 span:last-child {
  color: inherit;
  float: none;
}
.schnelleingabe-autosuggest-v1.dropdown-menu {
  display: block;
  min-width: 410px;
  margin: 0;
}
.schnelleingabe-autosuggest-item-v1 {
  border-bottom: solid 1px #ccc;
}
.schnelleingabe-autosuggest-item-quick-add {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.schnelleingabe-autosuggest-item-quick-add a {
  display: block;
  flex-grow: 1;
}
.schnelleingabe-autosuggest-item-quick-add button {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 3px;
}
.schnelleingabe-autosuggest-item-quick-add button span {
  position: relative;
  top: -1px;
}
.schnelleingabe-autosuggest-item-v1:last-child {
  border: none;
}
.schnelleingabe-autosuggest-item-v1 .schnelleingabe-autosuggest-item-v1-regaltext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #a9c797;
}
.schnelleingabe-autosuggest-v1 .schnelleingabe-autosuggest-item-v1 a {
  padding: 6px 10px;
  text-decoration: none !important;
}
.schnelleingabe-autosuggest-item-v1-meta {
  color: #ccc;
  display: flex;
  flex-wrap: nowrap;
}
.schnelleingabe-autosuggest-item-v1-meta > span {
  display: inline-block;
  width: 25%;
  flex-grow: 1;
}
.schnelleingabe-autosuggest-item-v1:hover,
.schnelleingabe-autosuggest-item-v1.active,
.schnelleingabe-autosuggest-v1:hover .schnelleingabe-autosuggest-item-v1:hover,
.schnelleingabe-autosuggest-v1:hover .schnelleingabe-autosuggest-item-v1.active {
  background: #a9c797;
}
.schnelleingabe-autosuggest-item-v1:hover .schnelleingabe-autosuggest-item-v1-regaltext,
.schnelleingabe-autosuggest-item-v1.active .schnelleingabe-autosuggest-item-v1-regaltext {
  color: #fff;
}
input.feed-loading {
  background: url("/files/loading.gif") no-repeat right center;
  background-position-x: calc(100% - 5px);
  background-size: 30px 30px;
}
.reklamation .modal {
  height: 100%;
  padding: 0px;
}
.reklamation .modal .modal-content {
  height: 90%;
}
.reklamation .modal .modal-body {
  height: 90%;
  max-height: 60vh;
  overflow-y: auto;
}
.reklamation .modal .modal-body .img-preview {
  width: auto;
}
body[data-hide-prices="true"] .detail-preis,
body[data-hide-prices="true"] .infobox-preis,
body[data-hide-prices="true"] .detail-preis,
body[data-hide-prices="true"] .detail-staffelpreise,
body[data-hide-prices="true"] #compact-cart [class~="zwischensumme"],
body[data-hide-prices="true"] #compact-cart .zwischensumme_wg,
body[data-hide-prices="true"] #compact-cart .gesamtpreis {
  color: black;
  color: transparent;
  user-select: none;
  background-color: black;
  white-space: nowrap;
  transform: rotate(0.8deg) skewx(-12deg);
  background: linear-gradient(180deg, #000000, #666666);
  border-radius: 5px;
  opacity: .15;
  /* display: none; */
}
body[data-hide-prices="true"] a[data-action="datatable-export-csv"] {
  display: none;
}
.datepicker.dropdown-menu {
  color: #a9c797;
}
#scroll-top {
  position: fixed;
  bottom: -64px;
  right: 16px;
  transition: bottom 300ms ease-in-out, background 300ms ease-in-out;
  display: flex;
  align-items: center;
  z-index: 10005;
  user-select: none;
  pointer-events: none;
}
#scroll-top span {
  display: block;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  pointer-events: none;
}
#scroll-top i {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #a9c797 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNzQgMjAuMDJsNS4zMi01LjQ2VjE0SDYuNzJWMEg0LjM0djE0SDB2LjU2bDUuMzIgNS40NnoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat center;
  background-size: 12px 21px;
  transform: rotate(0deg);
  transition: transform 300ms ease-in-out, background-size 300ms ease-in-out;
  margin-left: 20px;
  cursor: pointer;
  pointer-events: all;
}
#scroll-top.show {
  display: flex !important;
  bottom: 16px;
}
#scroll-top.show span {
  opacity: 0;
}
#scroll-top.show span.visible {
  opacity: 0.5;
}
#scroll-top.show:hover span,
#scroll-top.show:hover span.visible {
  opacity: 1;
}
#scroll-top.show i {
  transform: rotate(180deg);
}
#scroll-top.show:hover i {
  background-size: 36px 36px;
  background-color: #8eb576;
}
@media screen and (max-width: 480px) {
  #scroll-top,
  #scroll-top.show {
    display: none !important;
  }
}
span[data-action="datatable-ersatzartnr"] {
  cursor: pointer;
}
button[data-action="datatable-ersatzartnr"] {
  color: #a2a2a2;
}
button[data-action="datatable-ersatzartnr"]:hover {
  color: #a9c797;
}
button[data-action="datatable-ersatzartnr"] .glyphicon {
  color: #a2a2a2;
}
button[data-action="datatable-ersatzartnr"] .glyphicon:hover {
  color: #a9c797;
}
button[data-action="datatable-ersatzartnr"].ersatzartnr-bestand-0 .glyphicon,
span[data-action="datatable-ersatzartnr"].ersatzartnr-bestand-0 .glyphicon {
  color: #a9c797;
}
button[data-action="datatable-ersatzartnr"].ersatzartnr-bestand-0 .glyphicon:hover,
span[data-action="datatable-ersatzartnr"].ersatzartnr-bestand-0 .glyphicon:hover {
  color: #000;
}
body.datatable.affix {
  position: static;
}
#product_list_info {
  padding-top: 7px;
}
#position_list_select_hersteller .form-group {
  width: 100%;
}
#product_list.table.lazy {
  display: none;
}
#product_list.table.dataTable.lazy {
  display: table;
}
#product_list.dataTable thead th,
#product_list.dataTable thead td {
  padding: 5px;
}
#product_list.dataTable .staffel .custom,
.detail-preis .sonderpreis {
  color: #a9c797;
}
#product_list.dataTable .regaltext .btn-link {
  text-align: left;
  padding: 0;
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
.input-group.plusminusunit.default {
  width: 90px;
}
.input-group.plusminusunit.list {
  width: 130px;
}
.input-group.plusminusunit.detail {
  width: 140px;
}
.plusminusunit input::placeholder {
  font-size: 12px;
}
/* affix */
@media screen and (min-width: 480px) {
  #fixed-table-header table {
    display: none;
  }
  #fixed-table-header.affix {
    display: block;
    position: fixed;
    top: 210px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  #fixed-table-header.affix table {
    display: block;
    margin: 0 !important;
    border-left: solid 10px #fff;
    background: #fff;
  }
  #fixed-table-header.affix tr th {
    border-bottom: none;
  }
  #fixed-table-header.affix tr th:focus,
  #fixed-table-header.affix tr th:active {
    outline: none;
  }
  #fixed-table-header.affix tr th th:after {
    display: none;
  }
  body.datatable #fixed-table-header.affix {
    top: 213px;
  }
}
@media (min-width: 992px) {
  body.affix .fixed-table-header {
    background-size: 100%;
  }
}
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus {
  background: #a9c797;
  color: #fff;
}
tr.kennung-neu > td:first-child {
  position: relative;
}
tr.kennung-neu > td:first-child::after {
  content: 'NEU';
  position: absolute;
  /* top: 0px; */
  left: 0px;
  right: -9px;
  color: #fff;
  text-align: center;
  transform: translate(-15px, 0px) rotate(270deg);
  transform-origin: 0 100%;
  bottom: 0;
  background: #a9c797;
  z-index: 100;
}
html[lang="fr"] tr.kennung-neu > td:first-child::after {
  content: 'nouveau';
}
@media (max-width: 991px) {
  tr.kennung-neu > td:first-child::after {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    border-radius: 3px;
    transform: none;
    display: block;
    padding: 3px;
    font-size: 0.75em;
  }
}
tr.group h3,
tr.group h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
@media (max-width: 991px) {
  tr.group h3 {
    font-size: 16px;
  }
  .panel-table {
    padding-left: 0;
    padding-right: 0;
  }
  .panel-table .table-responsive {
    border: none;
  }
}
.dtr-details {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.dtr-details .dtr-title {
  color: rgba(0, 0, 0, 0.75);
}
.panel-table .img-ajax-loader {
  margin: 10px;
}
@media screen and (min-width: 992px) {
  .table-responsive {
    overflow-x: visible;
  }
  #product_list td {
    border-right: solid 1px #dddddd;
  }
  #product_list td:last-child {
    border-right: none;
  }
  #product_list.table-compact .regaltext-gebinde {
    display: block !important;
  }
}
.favorite-toggle,
.history-hint {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.favorite-toggle:active,
.history-hint:active,
.favorite-toggle:focus,
.history-hint:focus {
  outline: none;
}
.favorite-toggle[data-action="datatable-add-to-favourites"],
.history-hint[data-action="datatable-add-to-favourites"] {
  color: rgba(0, 0, 0, 0.25);
}
.datatable-filter .datatable-filter-item {
  display: inline-block;
  padding: 0 3px;
}
.datatable-filter .datatable-filter-item .btn {
  background: #fff;
}
.datatable-filter .datatable-filter-item .btn:hover,
.datatable-filter .datatable-filter-item .btn:active,
.datatable-filter .datatable-filter-item .btn:focus {
  background: #a9c797;
}
.datatable-filter .datatable-filter-item:first-child {
  padding-left: 0;
}
.datatable-filter .datatable-filter-item:last-child {
  padding-right: 0;
}
.datatable-filter .datatable-filter-text {
  width: 25%;
}
.datatable-filter .datatable-filter-hersteller {
  width: 20%;
}
.datatable-filter .datatable-filter-warengruppen {
  width: 20%;
}
.datatable-filter .datatable-filter-merkmale {
  width: 20%;
}
.datatable-filter .datatable-filter-historie {
  width: 10%;
}
.datatable-filter .datatable-filter-reset {
  width: 5%;
}
ul#datatable_filter_merkmale.dropdown-menu .row {
  display: flex;
}
@media (max-width: 991px) {
  .datatable-filter .datatable-filter-item {
    padding: 0;
    margin-bottom: 10px;
  }
  .datatable-filter .datatable-filter-text {
    width: 100%;
  }
  .datatable-filter .datatable-filter-hersteller {
    width: 50%;
  }
  .datatable-filter .datatable-filter-warengruppen {
    width: 50%;
  }
  .datatable-filter .datatable-filter-merkmale {
    width: 50%;
  }
  .datatable-filter .datatable-filter-historie {
    width: 35%;
  }
  .datatable-filter .datatable-filter-reset {
    width: 15%;
  }
  ul#datatable_filter_merkmale.dropdown-menu {
    width: 100% !important;
  }
  ul#datatable_filter_merkmale.dropdown-menu .row {
    display: block;
  }
}
.dt-col-herkunft > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  display: inline-block;
}
.dt-regaltext,
.dt-regaltextzusatz {
  overflow: hidden;
  text-overflow: ellipsis;
  /*max-width: 160px;*/
  display: inline-block;
}
#product_list strike + .sonderpreis-hint {
  margin-left: 5px;
}
#product_list .datatable-relative {
  position: relative;
}
.datatable-history-recent .table {
  border: solid 1px #ccc;
  background: #fff;
  display: table;
  margin-top: 10px;
  cursor: pointer;
}
.datatable-history-recent .table.history-recent-kw {
  top: 50px;
}
.datatable-history-recent.datatable-history-recent-2 .table.history-recent-kw {
  top: 40px;
}
.datatable-history-recent .table > div {
  display: table-row;
}
.datatable-history-recent .table > div.head {
  display: none;
}
.datatable-history-recent .table > div.days {
  border-bottom: solid 1px #ccc;
  background: #f6f6f6;
}
.datatable-history-recent .table > div > div {
  display: table-cell;
  padding: 0px 0px 1px;
  text-align: center;
  min-width: 2ch;
  box-sizing: border-box;
}
.datatable-history-recent .table > div > div.empty {
  color: #aaa;
}
.datatable-history-recent .table > div.head,
.datatable-history-recent .table > div.days > div {
  font-size: 10px;
}
.datatable-history-recent.datatable-history-recent-2 .table > div > div {
  font-size: 14px;
}
.datatable-history-recent .table > div > div:first-child {
  padding-left: 8px;
}
.datatable-history-recent .table > div > div:last-child {
  padding-right: 8px;
}
@media screen and (min-width: 1200px) {
  .datatable-history-recent {
    position: absolute;
    right: 0;
    top: 0;
  }
  .datatable-history-recent .table {
    position: absolute;
    left: 16px;
    top: 10px;
    border-left: none;
    min-width: 140px;
    margin: 0;
    z-index: 999;
  }
  .datatable-history-recent .table > div.head {
    display: table-caption;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    border: none;
    padding: 4px 0px 0px 6px;
    caption-side: bottom;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
  }
  .datatable-history-recent .table:hover > div.head {
    opacity: 1;
  }
}
.badge.history-hint {
  color: #fff;
  background: #a9c797;
}
@media screen and (max-width: 414px) {
  #product_list {
    display: block !important;
  }
  #product_list thead {
    display: none;
  }
  #product_list tbody {
    display: block;
    width: 100%;
  }
  #product_list tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #product_list tbody tr td {
    display: block;
    flex-shrink: 1;
    flex-grow: 1;
  }
  #product_list tbody tr td.regaltext {
    width: 50%;
    flex-shrink: 1;
    flex-grow: 1;
  }
  #product_list tbody tr td.datatable-relative {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    border-top-color: rgba(0, 0, 0, 0.05);
  }
  #product_list tbody tr td.datatable-relative .plusminusunit {
    max-width: 120px !important;
    flex-shrink: 0;
    flex-grow: 1;
    order: 3;
  }
  #product_list tbody tr td.datatable-relative .pull-right {
    float: unset !important;
    flex-shrink: 0;
    order: 2;
    margin-right: 10px;
  }
  #product_list tbody tr td.datatable-relative .datatable-lisa-bestand {
    flex-grow: 1;
    flex-shrink: 1;
    order: 1;
    margin-right: 10px;
  }
  #product_list tbody tr td.datatable-relative .datatable-lisa-bestand span {
    font-size: 12px;
    white-space: normal;
    max-width: unset;
  }
  #product_list tbody tr th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #cartTable {
    display: block !important;
  }
  #cartTable thead {
    display: none;
  }
  #cartTable tbody {
    display: block;
    width: 100%;
  }
  #cartTable tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #cartTable tbody tr td {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    border-top-color: rgba(0, 0, 0, 0.02);
  }
  #cartTable tbody tr td.dt-cart-image {
    display: none;
  }
  #cartTable tbody tr td.dt-cart-artnr {
    width: 20%;
  }
  #cartTable tbody tr td.dt-cart-bezeichnung {
    width: 80%;
  }
  #cartTable tbody tr td.dt-cart-kommentar {
    width: 20%;
    order: 5;
  }
  #cartTable tbody tr td.dt-cart-edit {
    order: 11;
    width: calc(100% - 80px);
  }
  #cartTable tbody tr td.dt-cart-einzelpreis {
    width: 40%;
    order: 6;
  }
  #cartTable tbody tr td.dt-cart-preis {
    width: 40%;
    text-align: right;
    order: 7;
  }
  #cartTable tbody tr td.dt-cart-action {
    text-align: right;
    width: 40px;
    order: 12;
  }
  #cartTable tbody tr th {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .vk-statt,
  .ek-statt,
  .vpe-statt {
    display: none;
  }
}
.theme-bb-cmspage {
  margin-bottom: 30px;
}
.theme-cms-block-media-collection-slider button.slick-prev {
  left: 20px;
}
.theme-cms-block-media-collection-slider button.slick-prev:before {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.theme-cms-block-media-collection-slider button.slick-next {
  right: 20px;
}
.theme-cms-block-media-collection-slider button.slick-next:before {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.theme-cms-block-media-collection-slider ul.slick-dots {
  bottom: 20px;
}
.theme-cms-block-media-collection-slider ul.slick-dots li button:before {
  font-size: 18px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* reduce content flashing */
.theme-cms-block-media-collection-slider .slick-slider:not(.slick-initialized) .theme-cms-block-media-collection-slider-item {
  visibility: hidden;
}
.theme-cms-block-media-collection-slider .slick-slider:not(.slick-initialized) .theme-cms-block-media-collection-slider-item:first-child {
  visibility: visible;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width .container {
  padding: 20px 0;
}
body.container-shift .full-width {
  width: calc(100vw + 160px);
  margin-left: calc(-50vw - 80px);
  margin-right: calc(-50vw - 80px);
}
body.container-shift .full-width > .container {
  margin: 0 auto;
}
.theme-cms-block-products-thumbs-handlebar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: auto;
}
.theme-cms-block-products-thumbs-handlebar button {
  max-width: 200px;
  height: 200px;
  position: relative;
  display: block;
  padding: 0;
  border: 0;
}
.theme-cms-block-products-thumbs-handlebar button img {
  width: auto;
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
  display: block;
}
/*
.theme-cms-block-products-thumbs-handlebar button[data-title]:hover:after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.75);
  color: #000;
  padding: 5px 10px;
  box-sizing: border-box;
}
*/
.bb-cmsblock-media-img .img-fit-cover {
  object-fit: cover;
}
.bb-cmsblock-media-img .img-fit-contain {
  object-fit: contain;
}
.bb-cmsblock-media-img .img-aspect-4-3 {
  aspect-ratio: 0.75;
}
.bb-cmsblock-media-img .img-aspect-16-9 {
  aspect-ratio: 0.5625;
}
.bb-cmsblock-media-img .img-aspect-1-1 {
  aspect-ratio: 1;
}
.theme-cms-block-products-slider img {
  height: 300px;
  max-width: 100%;
}
.theme-cms-block-products-slider .slick-slide {
  /*min-height: 200px;*/
  border: solid 1px #ccc;
  position: relative;
  padding: 10px 10px 30px;
  margin: 10px;
  background: #fff;
  min-height: 300px;
}
.theme-cms-block-products-slider .slick-slide button.btn-link {
  color: #fff;
  background: #ccc;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
}
.cms-block-preview .glyphicon-eye_close {
  font-size: 10px;
}
.panel-body.wysiwyg.home .img-responsive-parent,
.theme-cms-block-products-highlights .panel-body.wysiwyg .img-responsive-parent,
.theme-cms-block-widget-infobox .panel-body.wysiwyg .img-responsive-parent,
.theme-cms-block-widget-news .panel-body.wysiwyg .img-responsive-parent {
  margin: -15px -15px 15px;
}
.theme-bb-cmspage .panel-grid .panel-body.wysiwyg.home,
.theme-bb-cmspage .panel-grid .panel-body.wysiwyg.promotional,
.theme-cms-block-products-highlights .panel-grid .panel-body,
.theme-cms-block-widget-infobox .panel-grid .panel-body {
  max-height: 360px;
}
.search-widget table ul {
  display: block;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.search-widget table ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.search-widget table .image {
  display: block;
}
.search-widget .modal.show {
  display: block;
}
.search-widget .modal-body {
  max-height: 75vh;
  overflow: auto;
}
.search-widget .modal-body img {
  max-height: 40vh;
  width: auto;
}
.search-widget button.facettes {
  float: right;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #000;
  border-radius: 24px;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 1;
  margin-right: 5px;
}
.search-widget button.search {
  float: right;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #000;
  border-radius: 24px;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 1;
}
.search-widget .search-tag {
  padding: 5px 10px;
  margin-right: 10px;
}
.search-widget table.fixedHeader-floating {
  top: 60px !important;
}
.search-widget th {
  line-height: 1.45;
  text-align: left;
}
.search-widget td {
  line-height: 1.45;
  text-align: left;
}
.search-widget td .btn-link {
  text-align: left;
  padding: 0;
  display: inline;
}
.search-widget .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
}
.search-widget .dropdown-menu span.badge {
  background: #aaa;
  color: #fff;
  position: absolute;
  right: 10px;
}
.search-widget .dropdown-menu.show {
  display: block;
}
.search-widget .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 40px 0 20px;
  display: block;
}
.search-widget .dropdown-item.active {
  background: #f0f0f0;
}
.search-widget h6.dropdown-header {
  margin: 5px 0 0;
}
.search-widget #query-group {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.search-widget #query-group .overlay {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 9999;
}
.search-widget #query-group .overlay .badge-total {
  background: #aaa;
  color: #fff;
}
.search-widget #query-group span.hint {
  position: absolute;
  font-size: 18px;
  line-height: 28px;
  padding: 8px;
  opacity: 0.5;
  top: 1px;
  left: 1px;
}
.search-widget span.strike {
  text-decoration: line-through;
}
.search-widget #query-group.is-loading {
  background: url(/files/loading.gif) center right 7px no-repeat;
  background-size: 30px;
}
.search-widget .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Helvetica Neue Condensed', sans-serif;
}
.search-widget .badge.small {
  font-size: 0.85rem;
  font-weight: normal;
  padding: 5px 10px;
}
.search-widget .north-west {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0Ii8+PHBhdGggZD0iTTUsMTVoMlY4LjQxTDE4LjU5LDIwTDIwLDE4LjU5TDguNDEsN0gxNVY1SDVWMTV6Ii8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: bottom;
}
.search-widget .keyboard-return {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0Ii8+PHBhdGggZD0iTTUsMTVoMlY4LjQxTDE4LjU5LDIwTDIwLDE4LjU5TDguNDEsN0gxNVY1SDVWMTV6Ii8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: bottom;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDd2NEg1LjgzbDMuNTgtMy41OUw4IDZsLTYgNiA2IDYgMS40MS0xLjQxTDUuODMgMTNIMjFWN3oiLz48L3N2Zz4=);
}
.search-widget .results-btn {
  margin-bottom: -10px;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #eee;
  text-align: center;
  padding: 5px 10px;
  display: block;
}
.search-widget dropdown-menu .results-btn span.badge {
  position: relative;
  top: -1px;
  right: auto;
}
.search-widget .sidebar .panel-body {
  padding-top: 5px;
  padding-bottom: 0;
}
.search-widget .row-sidebar-fixed {
  position: relative;
}
.search-widget .sidebar-fixed {
  position: absolute;
  left: -25%;
}
.search-widget .facette {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.search-widget .facette h5 {
  display: flex;
  align-content: space-between;
  cursor: pointer;
}
.search-widget .facette h5 span.facette-title {
  flex-grow: 1;
  flex-shrink: 1;
}
.search-widget .facette h5 span {
  flex-grow: 0;
  flex-shrink: 0;
}
.search-widget .facette .caret {
  border-width: 6px;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 4px;
  transition: transform 300ms ease-in-out;
}
.search-widget .facette .caret-closed {
  transform: rotate(-90deg);
}
.search-widget .facette > h5 {
  padding: 0 15px;
}
.search-widget .facette > ul {
  padding: 0 15px;
}
.search-widget .facette > input {
  margin: 15px;
  width: calc(70%);
}
.search-widget .facette:last-child {
  border: none;
  margin-bottom: 0;
}
.search-widget .facette label {
  display: flex;
}
.search-widget .facette label input {
  margin-right: 6px;
  display: block;
}
.search-widget .facette label span {
  display: block;
  flex-grow: 1;
}
.search-widget .facette label span.badge {
  height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.search-widget .facette .facette-less {
  text-align: left;
  font-size: 11px;
  margin: 15px 0 0;
  cursor: pointer;
}
.search-widget .facette .facette-expand {
  text-align: left;
  font-size: 11px;
  margin: 15px 0 0;
  cursor: pointer;
}
.search-widget .facette .facette-more {
  text-align: left;
  font-size: 11px;
  margin: 15px 0 0;
  cursor: pointer;
}
.search-widget .facette .facette-more .glyphicon-collapse_top {
  transform: rotate(180deg);
}
.search-widget .facette ul.facette-list-overflow {
  max-height: 50vh;
  overflow-y: auto;
}
.search-widget .panel-body .table-responsive {
  margin-left: -15px;
  margin-right: -15px;
}
.search-widget .panel-body .table-responsive-mobile {
  width: auto;
  border: none;
}
.search-widget .panel-body .table-responsive-mobile .table > tbody > tr > td {
  white-space: normal;
}
.search-widget tr.kennung-neu > td:first-child {
  position: relative;
}
.search-widget tr.kennung-neu > td:first-child::after {
  content: 'NEU';
  position: absolute;
  left: 15px;
  right: -9px;
  color: #fff;
  text-align: center;
  transform: translate(-15px, 0px) rotate(270deg);
  transform-origin: 0 100%;
  bottom: 0;
  background: #a9c797;
  z-index: 100;
}
.search-widget tr .custom {
  color: #fff;
  transform: rotate(-3deg);
  display: inline-block;
  background: #a9c797;
  padding: 0 5px;
}
.search-widget tr .aktion {
  background: #366e01;
}
.search-widget .action-history-favs {
  cursor: pointer;
}
tr .aktion {
  color: #fff;
  transform: rotate(-3deg);
  display: inline-block;
  background: #a9c797;
  padding: 0 5px;
}
html[lang="fr"] tr.kennung-neu > td:first-child::after {
  content: ' nouveau ';
  right: -20px;
}
@media screen and (max-width: 720px) {
  #productDetailModal {
    overflow: auto;
  }
  td .image {
    margin-bottom: 5px;
  }
  td strong.bezeichnung {
    font-weight: normal;
    color: #a9c797;
  }
}
.secoundary-placeholder {
  background: rgba(0, 0, 0, 0.1);
  min-height: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .sidebar-filter-toggle {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  body.container-shift .container.container-has-sky-scraper .sidebar-filter-toggle {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .search-widget table td {
    border-right: solid 1px #dddddd;
  }
  .search-widget table td:last-child {
    border-right: none;
  }
}
.table-responsive-mobile tbody td:nth-child(1) {
  width: 20%;
}
.table-responsive-mobile tbody td:nth-child(2) {
  width: 60%;
}
.table-responsive-mobile tbody td:nth-child(3) {
  width: 20%;
}
.table-responsive-mobile tbody td:nth-child(3) ul li {
  white-space: nowrap;
}
.table-responsive-mobile tbody td:last-child {
  min-width: 150px;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
/* roboto-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto'), url('/lib/fonts//roboto-v30-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/lib/fonts//roboto-v30-latin-ext_latin-300.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('/lib/fonts//roboto-v30-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/lib/fonts//roboto-v30-latin-ext_latin-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto'), url('/lib/fonts//roboto-v30-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/lib/fonts//roboto-v30-latin-ext_latin-500.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto'), url('/lib/fonts//roboto-v30-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/lib/fonts//roboto-v30-latin-ext_latin-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.biggestHeadline {
  font-size: 56px;
  line-height: 61px;
  font-family: 'bourton_handbase', serif;
  color: #484847;
  letter-spacing: -0.05em;
  font-weight: normal;
}
.bigHeadline {
  font-size: 32px;
  line-height: 35px;
  font-family: 'bourton_handbase', serif;
  color: #484847;
  letter-spacing: -0.05em;
  font-weight: normal;
}
.middleHeadline {
  font-size: 26px;
  line-height: 26px;
  font-family: 'bourton_handbase', serif;
  color: #484847;
  letter-spacing: -0.05em;
  font-weight: normal;
}
.smallHeadline {
  font-size: 16px;
  font-family: 'bourton_handbase', serif;
  color: #484847;
  letter-spacing: -0.05em;
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  font-family: 'bourton_handbase', serif;
  color: inherit;
  font-weight: normal;
}
h1 {
  font-size: 32px;
  line-height: 35px;
  font-family: 'bourton_handbase', serif;
  color: #484847;
  letter-spacing: -0.05em;
  font-weight: normal;
}
h2 {
  font-size: 26px;
  line-height: 26px;
  font-family: 'bourton_handbase', serif;
  color: #484847;
  letter-spacing: -0.05em;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  font-family: 'bourton_handbase', serif;
  color: #484847;
  letter-spacing: -0.05em;
  font-weight: normal;
}
.btn,
.btn:active,
.open .btn {
  padding: 7px 12px 7px 12px;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.btn-default,
.open .btn {
  color: #fff;
  background-color: #aac797 !important;
}
.btn-default:hover,
.open .btn:hover {
  background-color: #8fb576 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.input-group.plusminusunit.bestand {
  border: none;
}
.panel {
  box-shadow: none;
}
body {
  color: #484847;
  font-family: 'Fira Mono', monospace, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  font-weight: normal;
}
body a {
  color: #aac797;
}
body a:hover {
  text-decoration: underline;
}
body #top {
  background-color: #848577;
  box-shadow: none;
}
.fixed-header > .container > .row > .col-lg-4 {
  position: static;
}
header#top .logo {
  display: flex;
  justify-content: center;
  height: 130px;
  height: 60px;
}
header#top .logo img {
  height: 158px;
  max-height: unset;
  position: absolute;
  top: -68px;
}
#compact-cart {
  border: none;
}
#main-navbar {
  border: none;
}
#main-navbar #modal-navi-toggle,
#main-navbar #modal-schnellbestellung-toggle,
#main-navbar button[data-target="#schnelleingabe"] {
  font-size: 1.85em;
  border-color: #fff;
}
#main-nav {
  background-color: #484847;
  background-image: none;
}
.table-striped > tbody > tr.group {
  background-color: #fff;
  background-color: #d4e3cb;
  border-top: 40px solid #fff;
}
.table-striped > tbody > tr.odd {
  background-color: #eef4ea;
}
.table-striped > tbody > tr.even {
  background-color: #fff;
}
.table-striped > tbody > tr > td {
  border-top: 1px solid #aac797;
  border-top: none;
}
.table-striped > tbody > tr > th {
  border-top: 1px solid #aac797;
  border-top: none;
}
.theme-bb-cmspage {
  background-color: #fff;
}
.theme-bb-cmspage-home {
  padding: 15px;
}
.content-center {
  margin: 0 auto 0 auto;
  padding-top: 30px;
}
.content-center .theme-bb-cmsblock-column {
  padding: 0 30px 0 30px;
}
.image-under-content > div {
  float: none;
}
.content-over-image {
  position: relative;
  margin-top: -50px;
  min-height: 150px;
  background-color: #fff;
}
.teaser-trenner .theme-bb-cmsblock-column .theme-cms-block-media img,
.teaser-link .theme-bb-cmsblock-column .theme-cms-block-media img {
  min-height: 300px;
  width: 100%;
  object-fit: cover;
}
.teaser-trenner .theme-bb-cmsblock-column .theme-cms-block-media:hover img,
.teaser-link .theme-bb-cmsblock-column .theme-cms-block-media:hover img {
  opacity: 1;
}
.teaser-trenner .theme-bb-cmsblock-column .text-overlay,
.teaser-link .theme-bb-cmsblock-column .text-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px 30px 15px 30px;
}
.teaser-trenner .theme-bb-cmsblock-column .text-overlay .col-lg-12,
.teaser-link .theme-bb-cmsblock-column .text-overlay .col-lg-12 {
  width: auto;
  padding: 19px 20px 12px 20px;
  border-radius: 4px;
}
.teaser-link .theme-bb-cmsblock-column .theme-cms-block-media img {
  opacity: .9;
}
.teaser-link .theme-bb-cmsblock-column:hover .theme-cms-block-media img {
  opacity: 1;
}
.overlay-white {
  background: rgba(72, 72, 71, 0);
}
.overlay-white .col-lg-12 {
  color: #484847 !important;
  background: rgba(255, 255, 255, 0.9);
}
.overlay-white .col-lg-12 p,
.overlay-white .col-lg-12 h1,
.overlay-white .col-lg-12 h2,
.overlay-white .col-lg-12 h3 {
  color: #484847 !important;
  margin: 0;
}
.link-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.link-overlay div,
.link-overlay p,
.link-overlay a {
  width: 100%;
  height: 100%;
}
.link-overlay a {
  display: block;
  background-color: black;
  opacity: 0;
}
.link-below p {
  margin: 0;
  padding: 0 !important;
}
.link-below a {
  display: block;
  width: 100%;
  min-height: 85px;
  padding: 15px;
  font-size: 26px;
  line-height: 26px;
  font-family: 'bourton_handbase', serif;
  color: #484847;
  letter-spacing: -0.05em;
  font-weight: normal;
}
.link-below a:hover {
  text-decoration: none;
}
.column-bg-color .theme-bb-cmsblock-column p,
.column-bg-color .theme-bb-cmsblock-column h1,
.column-bg-color .theme-bb-cmsblock-column h2,
.column-bg-color .theme-bb-cmsblock-column h3 {
  background-color: #ede7e5;
  color: #848577;
  margin: 0;
  padding: 15px;
}
.theme-cms-block-products > .panel:first-of-type .panel-body:not(.panel-table) {
  border: none;
  background-color: #eef4ea;
}
.theme-cms-block-products > .panel:first-of-type .panel-body:not(.panel-table) hr {
  border: none;
}
@media (min-width: 768px) {
  #main-nav .navbar-nav li .dropdown-toggle {
    font-size: 16px;
    font-family: 'bourton_handbase', serif;
    color: #484847;
    letter-spacing: -0.05em;
    font-weight: normal;
    text-shadow: none;
    color: #fff;
  }
  #main-nav .navbar-nav li .dropdown-toggle:hover,
  #main-nav .navbar-nav li .dropdown-toggle:focus {
    color: #fff;
  }
  #main-nav .navbar-nav li .dropdown-toggle:hover .caret,
  #main-nav .navbar-nav li .dropdown-toggle:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  #main-nav .navbar-nav li.active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .content-center {
    width: 66.66666667%;
  }
  .content-over-image {
    position: relative;
    margin-top: -150px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 56px;
    line-height: 61px;
    font-family: 'bourton_handbase', serif;
    color: #484847;
    letter-spacing: -0.05em;
    font-weight: normal;
  }
  h2,
  .panel-body h2 {
    font-size: 32px;
    line-height: 35px;
    font-family: 'bourton_handbase', serif;
    color: #484847;
    letter-spacing: -0.05em;
    font-weight: normal;
  }
  h3 {
    font-size: 26px;
    line-height: 26px;
    font-family: 'bourton_handbase', serif;
    color: #484847;
    letter-spacing: -0.05em;
    font-weight: normal;
  }
  header#top .logo {
    justify-content: left;
  }
  header#top .logo img {
    height: 258px;
    top: -108px;
  }
  #product_list td {
    border-right: none !important;
  }
}
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media (max-width: 767px) {
  #main-navbar {
    background-color: #484847;
    background-image: none;
  }
  #main-navbar #modal-navi-toggle,
  #main-navbar #modal-schnellbestellung-toggle {
    font-size: 1.8em;
    border-color: #fff;
  }
  #main-navbar .navbar-toggle {
    background-image: none;
    border: none;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
@font-face {
  font-family: 'bourton_handbase';
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAKr4ABIAAAABqlgAAKqRAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4bhH4cgjwGYACDYgg+CYRlEQgKha1khMg6C4NQAAE2AiQDhxwEIAX/SAeFRQyBYlufdFEi3nYIt4NhitL+uBRwGz63w67yD3zTgul2G+R2UCjmL1H2/2cljTHadtR24IX6KlZQZMNB9kwMCSMTm1B9yxJVVtIPqs++54HR6ZzO43Pdmx8SOrRosE16SKZFhnDRwMEzzdWSOCEqtSbUYh2mG9n8idwrKoVTYSmUwlS7UTuKXpri9Qv/seAldneKX7aEZIszMfw1+wst1o3rpQvPi38eOA9vQfqKxD0SV7i+7yqgHJtTI1k5efLl4f/3x7fPfe+TFUNVs0HoE5rAkLg64DRJGKC1eRWfBTz880Q9lX7z9D9PpFQpkgomqWIS2nOiiJFg9IycczOms1Y4c+Fmzrm5jchatE4y2b+vNwavEP4FaAwCTaEUysH863LgFTs6o1b5h6Xmcb/z5MRyZqkZKlsfa+nEY9xhWCH+68R9N/8mwVDG4wE9D0rIEqKCdipc7hSw9UvbL9ehckyQDQHP8VtEZYPa9GI9k6564KW2qjVNxTDwbetDYGDodogq6RIsxCjKCqxd16pXmff3/W7vuv8L/Msf2iyl/+Cqtflgj5BHmiMoypSuHCC3QaiIQJoxBAxdiuohAOgR7tF+toLgBO8l6aoz2fU1le/NdebKGskoCIHhEzjOp2VpprZctV6Cw9EX6Wpd7VgMxljgyAkLQtAQWITDacvDnNkwZdhJ6aTVzXpHTs+LwpWRppLD8oAxbtvD9zHW/ok54ot5lUzIkAjlQqT1PY39zRAK/5vT/2zHMciKpasAlVP2T9QnlVxImR+1D/kjQmmAu9jPOVrNYtMhWI///zmtpC5Cq8ApMATtWE4cf5kUKy45XNwEtMIBgP2s8N73nuSmzWZ4s2k6+5lPZ70zrdQOyNZ+9tpHJVD73y+qANZYVGG5lVoaEBhGI5tvN7K0cED2hsCQcIlluiyic/gZZ7pzKwsR4/nmxBo5OysGm3OPCn2BX0igkz4H2//aqty76EwxUIgRh04y5Ogih2bJZin9IJUKGqpUTcM93QMLNN1LIFh7jEHkl49V0zKxxGEKJjy3n3X7mbRja6tWdxkQBUAuAGLNQJfLXf5q6ewfR5WLKyqOyAxCdanz+xyX/U1zrarQiurfqK4V4TAq4LDgcKAU2gUUCOuQ+J+mlSl4J9NnXCbnKGeCzPjcRxnw0NxF/+ZsgejZqib6TBOc2uI0zzTBuRWnKesyZUqNC5WrigT3HEdueJ4ny5U1mcJASSwlgZJcQZQpDgV9tbIvWjUnvgAZAAewk4LRiw7zrgxlJ11b/cP4LAGKylKqpNY03oMw0rbzf++r3vfzbubWYE4oYGPpxojPvW/WXrQWjgUasISisUGheNJay/9Z/7cCFqxitS1YLkENNrY61af//6Zq7X3/k/IbVhiQTlxujkVlhdPr9KoK4o/o+fgzkIcf4B4SEL3QALTJASkDM4CWAigfKiWH3G1IoRJBR9qbc1Ft0W7RbNFsu02fcltu0ewypv2/MBJyasVaRE+pzPrHmr7bW2E7x3GVrkiQEII8QnBkfr72fjj9R02ZWsQJlgMu0m6e9qvJcFEn7v/VrUBJCBPZHjL3flGkdA36f7v1LWQoaIAkhHCX3CU+3+sr/meh33qXv/f2UUZrUSKiHCUiSkSZ3zuAmHX/O3f0PnhvXn03nv6v+FEqF6IxPAGBnjIyEMBwQCmtuEeHDEvOAFjLZrfUA7LUzPfEuanG0vlNECeykEPN5ghQ3CLNbio1Irnm/7r/G0/Op20VC9dRtMGUqXkDY51Hyv92rCcr1wmIROAEsBBAhQIkAjCRkbhoMUCxgIgDkB1gGYDKBEgOYHKjrZCvgAoBEJMjQSuthVoPqOHoCQ45RicAUGcAdA5AF8NBEAUN4DwTiCrUI2EJSkxCOYxFAM6aQDrsJCxBiUmoiem2sBUWWeSmzSzAiO2w005XnRKTWAgD0jYDhQgVdqQqE5+OY2GXIVOOXOHWhSbr1qPXfAtw5UqrrLYGW683bMQWo7bahssPOeyIo2ji0hnnXHTelOiG5s6e0iITwXuRQxY3PWObkhvrKFsOpL7/EyGQRRFlQAqZ4LmX0xY0JumnF0FnO7tcvRB6eTyrBImSJEuRKo2NXToHokKWbEypvPnbimh48OTFmw9ffvwF0AoUJBh1IUw47lTU3J4kr5Sh8Gtk4LxT9EMhBXt6MCCa2K/ms9sqWziKxg7txpdS8wGQD1n1bGoGdJht/6B3/7IAiva3HwAOAojrWQ9Ac9REtkUpCICfyQQfAuJMrgvlZmGLcTkrzHXE/yAbbelS+q6ZUtYrZUpnpZtSowxQRimLlLtds90//o+Qr6o07FilvyqgXJQSpeL1I/+pN//fmwvOa5T+9e8n/33+q/zn+c8mTk4cmxif2D7RMxHx4/ns/wJEdRTCk7OrIr2xnMWt6clYdifqTHfqzJ7VP/L0zOzc/EKtvtgIm0vLrZW2izrdXn8Qrw6TtdGldHZufmFxaXkFRlAMJ0iKZliOF0RJVlRNN0yfH3dpGbDgY9GSFWs3bhkZ3bZ1+87du/bsHds3vv/g4UNHjh397OSp00DLa1XdDzM357pP2qYAfd9AK2DxEyCvu+IN2PHbVbEM/AlWvv9Y3r255vwF4tzf6cyHwLmnePwuCsDqv+9F72fPssX9A4PLV60GVv58+glw6XUbPp7uv6wFiYF46y8fQ0Rl1AdnuwmL6t+f1E2PAvovtNdu+1a7hebp1MS03LEIzUBL7EBnL6N9zULoGh9WMVfZpzvftfQMPbHED6Ab+gQuDmCYjn5u0lYFiJgVnzDYywqDNoBpoi1RWm3xj7yxsqXkP/l35SeNaPSZaF6z3Go/eHpiJnp8NIBl9uu8vV4G7W2MS2g2gG3266dPra07JiGeykKrcw3tZrDxtbyxhEhumyaYee0QvewW3AyR6VKplJXuwZX9MrMuYiyPk3Ehl0PP0GNZFF4fQgh28TgTtejmmVVimp+NjjAUy1VoTS7HnNJL5gpZkU5Yo5ZEldhbvbQwFu2pn8vSqldfKUmvbqafuzvaCNoQW6kKcgcxml4z5lvOHQOpBdAtOySvTVdzVlNEMwM5BRUDURW0GEHhW+yNMXKXSuvPmuYCYxWvUm6ip0RWb5/XzgZhv1KeJ09MmEOt1qutr/c6zuIEFxcIaNaYLFlmPUvQdL3UTFcW1OB52YEgEczVH3jkiYtBc0hbSM+nnzRI9DW0BwVtleofEfSq3553y2w76uNoYUuSbyRFwOJ/tGPE3F0X9GL1hJHjCm0bTLVgswoPOuFr6A+C18sNIJ51QK1I32FbkIYZqfBRw7Vs7qQpG/6Rub8Bc30M/Br3QUjS4xOgwIXwf6Pl+eoOpJiin6SdIkaMiNGqkEXFmQ1OaobKiWMrScp3Kg6ljB5MOpjNYDCc0tROuljGfG660CqXTM3zXNG9aHl0wpLM9ct8/dPVMR5VrpkzZmUunzWlPdMry+ApKRTbnSSNWf7rerYeN2auKNo2HOWR5WXxyFPXVi+yH5xX0zo5LsGD1nYtKWFscteUimhaItLZWSZjkJrLDOKqGVSwJi1ePr2ekcagohJsvlkym29hvCpbHMtIF/PSeYr0AF66Oy+d5tGFCvoTeVO9uF5RH1BP04GSQHlAIB1IGyzTPJwkYieJwslP4uQhcaIltCVbxLdL7HK7n52mM+XxTk1MX1JJMqw9VZnL0+e4zXHL/TVq67t5yGROTNE4YjD+utJ0LbZqhJ7Fbi9lkozcSV81lPv5ypyU+nnesOEBzJRhgyYkfOW7BkGmBLLHX90mtddl6buJnQDhQAluF5d+S0JY9oQcnqNloz30IZPAtAV/dy5IsSbZkGy7+qrTHx8MLlOZloRAJ6u6ez+SMHGW9iljORmOlZzSfsLO4igPHAvgsIA7Dgnyxt387AFNMdZ12acIkkhkwLDKO1ciYBq2WcUfipkx+iocYg9V6Jfa+xAAApGrd93TCApbUYV41oKxCh237VtdmdGPunQmCFV8ZXDcUyHDeqAy6WzoK4XCsC8dDM5LQfyJ/mdSs6VSB31VORONedxDWGdfpPQ0ukwaDg2RN29aGB1uubrY//VgiWg51WhAD596Ug6ZYQEZczyPoFlUy/Q0Oxr9VIWGr6BMkd3v6ePQuijuXtThdq4ehXAAmJ6mKhXyJGdcdiqD6rdFiPVkZq3FtTNmdhr3xmNciYZgLZnvbNdu3N72OAkEVx11bI/dhu2sEjws5bycdvr4TlEytr80hszn8ACgrATohAwboXZzL/OODr+ReSMv9K6edAOnETA8Brqonoy++0riKdnPDxIe/ZjrUSQI7XdapN4mZmYWXzgHE1DbihBdolW6dErfWDuITVM8jw/OjyXlyvacDYbYBGos8O81ECBEqx9iJHoMq46rCe1PWi2oD6DdrIjvbIKJ2K09RJ7U+xQNGrwgXycKwh0fAvO/Si3cXysKaxH0MSCohaEI0398w4z8aPryEuvmHGOT64QX7ue1ev0nAYKOXVHjg6gwAXYD4L5cDSYvmJ4xvxIHbw1O2zwq8iuqSvEJtOMu/fxz0N2M0sSTXqTyiy7pc8wsQc6udBeoNbGexZFoUy0MI9q0j9Fyn3AdDBElHuGj4+6oD56MsEAND1Fbmyi6jsyC8lAZ/45eB+nuP2JliB1T3ZzyTihgKT9YR7AaBNzhQMIJAtz115oNl1v3qacVMqiaYdB3NnrBOkGQ3ISvDZqPBtQKXm8pT8Eesp4ms39KGwrYkGZ2StkekHWYaivaXFG1UHK/QwHhSn7HzrnyaAkbNi4P9tg9MuahHkN9l/OYzdA+XPrnLgAFlr1/EFfmko4CCv6IbgtwCI/tYMgL0xV/ViJ96YV8+d1JdtF1l1EuQeSnL705Xlr8/caxq9niVgTNazegGJfNCrBEMW7BkGAnrg5JnTpIpwkd6QUbYz/8BFRoMKWbvxq5mTFnXIf25KcVUN3v/5e7ZqfI7VHRZDvQIUTMybveWD7YeUV+NezplNuXWWpddyCn0Us6f8dh5lf82XFzRGRbHcrP+yWFaKAnh9KjJ/zoEmNzjqcvXnzXcs43io9BIn0Wu92z8RjH5KTVtrnc0uGEdkEXbvLvZB0zQhjAwg/aQSRaCEVzSc9fnPPFfFDqnddrQ/frVQ4AaAQMWg5gkjsxi5FpVFWrbcRJH1sQsgy1IIXL4GshZEYd2ZL14uUmyENYydRncz/B7kFRNcLS04kURj1VRrMZYwgeP8b64En/k9bZ0V/GWmQ8oh8lAACKUSyDYMmRyXDtYmWOuPw+PelqmHVioMhiBJ2N7iGoxh0TACM949BDE8HvL5U3z+ig5qmEGQme6NO2KGYYKujE3/YmL8hN+k4LUNexMvVFJ4IHHtF0uogONQ/RXP2QbPSRWNLHzd6RgK0Ci62Qhv27gV3wvpSPWlhS26SX1PF0PnB8lQ+knLQJKJkbNOVasnb+nHWbCCmBUA2uwSFwvMDV0ppE9zEOEdlcFZ3CB+IDcmVef7T44D+Cjyopt/c2oDQY2DefnNx5IRaIKjG/+eC19pRn7r25klDjIOiIGfdGAj7KXD7zxrvXP/nC92ySUZKeuNIFbd5ghD+9a+Aq5w5jQMaPmRZ1YzT/wuHc9V9iADV8Ub13jru9ZBtNcuar9oqCnr5HNV1pHcJ/T5UhcpEskL9kdu8IjaA8IK8DfzUqyVdTC0iPq/kbXQvXnOHwXkdsxF8qRI3KBp/+Yo6YfwZEIaK3sUPXtfP8HEd9il4BBVXFjKqhzlA7VBH4EzU4aqTa9WJoy5Mc8HcBzxsnloH7C+1YZkcTnzuk7T1mbnnNBAEMmKZTanL2PbL6LxqJ0S9yMnSiVlq7KqQinqcQrR29rUwNjalEYX6zUWHLOwP/zrm7xsvNzgOuR0WeBxi3GCojFn0IRWv6atqVB9RFy6mn5fSmNtwcyjt150609caeuhU+dfyNKVrVe7C9ENjZiKjkynfw+3MuS5DwEmpbzqeXNOPlQcPTklld6v5KFfU+jntRV90Yk76vytPpGinh1hDVE8h0VEX5PrOpHA79Db3KML9v/3/bixr7BktwkldlrA+Zwla9GtquXXgrcz3hhl75iERd+YQZOqd4hMVZIc7wBIbW44lyCtW0gC4x3bi5mA/OkblhlxD9z7OoigxzOMb4A/Dv5i31q5qrfPTtGERFodxwLkEffW8mU1fnQGStmW+iK2KkBcv+uS5k9RHZiQx9Qg0eV/2dJuWEmJCzVe9X/vujEzBBE75h9HNGLKHLO7ioFS2v3x0Ibbt6vVqZigc5T3rgd3p/VqlqNRF1Jwk3fVF2TiEF02ZKPhXrZjlJeZkVBY6Vaz2pjrrd44eO72EERaOrThSmBxjNZq0TWFiutDKDSo0MriwX3M6HIP0VIgaxf6VpRd9nI8tzSb9ayfTDZolA8FnBG4SzMqRzOxEynTRpMOn69qKtxMptr+RKwg99aVU5MoJgVabYvnesKMTcD3R7ONkbtcra2cxavS/40TkJqGCvpWHVwxep5YN6AJvJLvAJMU2jtr29qcIB1KoQBtlIj9fzWTm5fill0BtLey/VHfbq3foHUu5Sy72mtS6A2a3wUwRai2yPBsKxOHFYG/kqDbs1LCQVAK6CmhXAhEpZbWQRJcpO+shkd2JFPaHIEVgnp/mF+x6dJLGhFCiejfR1K9JVB8L2giwNjmXXep9sCLp55NG/fA9WkJ4v6rh2CqjBzHzaERFt+aSaEX/gkXO1BLTjpukVZqiblGXZpQjT67fdDBA8LiVz9vEpEVWCCdoYr8lU85CyotYQBfPjDrhFwCuSAT+HCvNS1yMpUlKI8WbZhKoN1arc1hKCtxQRIjHy+4iYEZg1Tbj1q6DP2c5QynmXmxwqCNKSF8DpVMg4fXBAoXF3KXPJtzL7eyiEsn/mezmFV1D3CtaNGqZ9jHpn3zQNpXSFpEcqDd9dF2V7Kcc+uHysHd1m5roOtRuLqOj7c+a4lDA3kgrL0PWwlGadfTHRj0dFkSiUxJ8Y0H3BcG0yhwQ0YO5a8vLzmiokGG65j5vbe0ncA8KDWSEE6NkzGS3znZdRXZu6bTINZ4t9ZAAab0MQn9a6aZ9otlGWG9mI1tB+OiDJSCKPW37twx+vxdBAEAuLooN2KFt6eWfQ/JW0uV57K9PS5nNYjwlurup5V+xLGxGeQzQjXiabxAy17L110KklZCZRfufSK2UkBeFNMafycHropOQ8e1sSVOhw/+dgE0MrOj+drRCjFV63Eaux3bCRc/HcMlcUyO3E0IvH2u//0PpEOAizFvxtb6OqjtKiWUjQ5XQjsQxRT5fBkB6KUfjsBcgUZtYkDDIvzJxkUkAJol30aKhEuFZLfvFyV5nNpKy1jMeldecx28eVVHudf3Q0phzbb8hIL+ymXBrdwmrACUcPIyGBhWGBBRUqpVu5ynXtwiaEnGQod3q6QJDp9/ugxTIR02ispw63fQ8x5NOkheQKu5akfBmNDRk7/Dxf9EnCbVMPBXFGrAk9BpZFTCRhuMjSln+CpfDlne+eKrWx3bg13zhLzrF5tkQyF04uLZiNrP9MNc3UXaVST0l22ARkp5kfl5TWLuYo1HdvSXIgUomICZeCxVGIgVVb8//ZcaUCFk3o6I1Ow55e/J3VupA21qH+dLqUw+4AQl5VGE9AhQe+A+pM9Pv5xXAlo76YG4UvQLLgE1hm+pZplG5lbCOb2Hzaxm1F1koQpZz0JyJSJXd7D45PFRl5omITz47jRmoYhQZjsR/7Vn48D584hwIJIuImKlbIm8eB1VH3RSDuCVVABgpw//UC7s0xorWkcxCOVHXgHy72cu5qymcv5kDNWkuY5U3L4WZWz35HnMdqXdTmPTSdZnIoBzDWz3jyRBNMoVXR72fMuFXjLQ/gwZ2Dk5+qk4q+NWu9uKje+ZeHJ78LFGUmlDwUVS23nP7G4AcybQt8R3ch/f3nEpKv36RgInMoLc5gu6TMAheLF1Ry84AOYN/LxyQ1MEMtdNQd8KG8Udta0RWJGflwdiaIlyK3gMYbOfVCXShUzF/B6SwxV7CnqBkcT0/fnGUK6rPi0zrfelH1zaOw8zg0yOITEy4FLeqnCzq05crmr29Jd3xrCqTacMWtuAYWV4wQd0WzFd4BmtFsSt2zm7R9k6i6npK2AwSuluTS3iPPSlR3zEw3z8eNHfShQkuvYCvJxT2Z2XDLrKwXL5TqQYDREDjrl5+jAzyQl7nRMFik75OeiKpT1hRnC5tdmhlhkidAkbYLh5hNMH7XRGCURFoVLR7pdftBrjPawi7C9mWHOGvRipGUycVB5tgG0jJamSbUYnqLN4eQYbEqDcLmS88heYjo/sOtGkA0otIN6t5TlPZ6ypqanmd3OdzJcjjWCRZEoV26kWJSAhwppg7DTFRo2YirqXW4dlR78afVvVW+GSoBIgZUczizKsSgxeuY9JkQnYmBDcF2p6eSQHAplMEhm41KgxVVah1eN5GxuVn389KB7vwUMTrBx1inM8w4xO+eoVnD7WCmEQAO46eWIZJIE6Tuf4HZTM6hn4bfF0MIt2kMwGjMNphab5+mrmQGzQqhGBNZ8SjygDOnLeHxDISlzqZsFGCsFoDlpEjAxZISSAbJNQq1nY386QGZq2pluY4bttJBNoT5eHkwjr659+Juifz3vSU2aoV+hVm74U7rtdFHOg50zYTFFU5Z+HgrpHolgi3fYWDrCnwRgrYJjrv+QZHIc618Y5e0QEdBQrkhjGwWsymQxZzVDsfNAaxujBf1Dl4/WLkHZUWPsOQH6fvJ/GM/VVwN6dyKeSjep/Kjl0toEAu9g/ufBoTYYkKK9JDKnLDdBBvYYMkMV95LnitJU04Ra+waJD1+4oSWiSiwnLbv8Qy3i+p8e81d7Ws8RnNfQQriEq0nTcqdEqK50Xg6e8rQ/nv+cuMe5iFHF5HZ1DOjgJr7eE/DqMF/djZ2fkXB0GgnGbQNqtc17pq8IbZBN05+RS2xIPSUH0rLjDY8bx/CNXxsNy4zK7nrLFrTHCc8wUNE/XeNR8nhVleqIna/PXOolC6s0x1qyVeUWmKqDTXROrqT1fR/txXFd3FramTqhQqTBkxGp/m8ShM7UDIVM/khlZQznK2KYx25qAw4hBvrO7oSyxsmo+AdFLaH77/zBAKQRfNWVzLV9rH9r+g2YxwJ6NB25Nw6hcirUCRqfVX8UYLHCup5j2tYwk0Oydm3GMpBoFkzbzfTGc95oqg8UGjBWFdhVXFF39KFXUUyLe8GJ+AtxZdEw2GFGf6rhj+8cavrOsZC3V9bq/omfYERYaFam3FB63JNMVmRTUWZFmfI9J7SePmRuLWDWAWpzHRQ2NEqYSG9E4D7KbhyYHP6EDNQjuor+39lUQQKOODCIsNszJraFNYn/dPbfCCHUnRRFyBowa3rQrm/MqcUL/e3Uk/iGloohlmqTqNsZOivRVvZK0cWCNrHRYb/j9wqekFXFzepjbp4qFZUxqbyTlWktkuCkYoX7HnsNpUd8Epn/9AkFK/EsGOWNpueJz0jV5MxWGiKMnYTIapxydyAaKSKaN/djZDLyN2i4FMnDoWWepqujJSuLMVhAKJ9kMQq2uWsAlAD/JEf+0ypNl10bBaelmBO0pspc2oo7eArWYz0fWynzIbMBIGar4oBbhe0pot2rWcFgYZlEHCOXniCjGjV/9/u9SGYxki8Ga/Q1tIq0dOpxAzKbRoxmKS6vRXQvJRrF/VxJ9tuzZN5bGHUKkGtRzXmCfAfHYCi3E8HYor20hgbjstQvMBoQtxfrRVVIXYOU9TKHWGeWU2vo109cmt4R3ZTeFrHbJmH2T5TVG2JTycS1bKksmNzRfRrmImRQNUYUDV0D50U+YOEfLMmD3HeQzW3NLiiVMjLXBMzL+QYsYorqTlltpugR+HCkDbAO6nwdPWgkQbJ+muQqKZoGlyibvgpzQ2J98Ju7lXbi5Ds9vPGzdV6G0agWUu2RhJ+5zUzjTSLP5wudzPWF+fzYyIhiTiGSkEM2b4ZJfON3UZidhoXihaWwnfYA7a6T2Shz7SZeKFysGzoJeXmhGzcw6KwhWc1fPYsDCopV77ydh/H6iDHAgLDNQDBCn0WfTHTZZOTh5BS5bxhSpCapgpEWKz7c2DCYxUyuyIOH5hNnDgeIRjj6INIpd0MRtL5w9pIguukdqoQtMupgrr+qeFFqxz0XtxlSo6PJ4w5LqnujvcMtOPxGcYBMAvL5A6MqX4To2lpsIx/ELqYLfnOHCxaR5bijEvkhIyKTj+Jh/RbPvwSUZ6FeBQ/3Kt6HNsNb3GsJpNv3hEhrhFiDDAyufBVrhI5MQZ1inkwgW4N8bnH/UOghJny/n5p1XqfyHNI7ryTzJuLxowO0Tk59rf+EEcNk+8ppuRGY4BLtA7IA/ITXN9B7ELEMNsswVMTSZuSHmmPKxZpdRyubJxMqU+X76XLKTcnpQkttH6le53u7vWmbmL/9HRhVNnWsC+EZVIkoVTVarpSXpCW0HIpSTKmyEik4pXx1RtN+pDng2cXbzEPLEqGvxf8ESKVXBXmNcGS90XeL+cmEaJ/7/8Q8Jeniikx0R8c8jH6syE5K9mrC+1uMyjwThrmi3SxQ2xqoxhnczU/OXvcNu9R3PdCmeaiV6nP3MAbrEKeWkre0DiKmpLZzIG/lVnO+7+CUvALDrYaBoTR27ZwO8vMTwo+m1eVaYV/oriz2OO/GPLUvRQA6SNEZeRkoeJjV4prlltRC8t9K4O+lJEj/Yy0gIt98iMTOHEEjd/6/YwXedWv/EuH0dvCbHVcTE6lqSNJQ9Tk33TnKNKvi7US6n/GFzNv4IotWf8W5+X1YAr5/b1uiguzpaouBsEqmsN93PWG9Vdx0u/cmwlREQ2CKG7sr9fH5b5/97E7mrUbwQ4no7WGUE9UlmD+tQ/3z1D78E2EGsmrta0m+/x89+KHYNQ3Ijs+y6DFTBglEuaoZLyLe+7zOn0e9ZHab12z/+LXg6Cnl9ScEjINay8VrMyp0CdDF96Y8qs5NuOwKaPKq0oYFaRKMnPXsn5DUWSsXnUSc6NWBlueznc4spw1i9pdNfS3hX6kB0FrMkek05xPFbZjhrWctrmeU31bmD3L+qwFPejtE3iyNXCx6+CX5vzp24lb84uk4pDk0qTI9dVyv6gVkxYLjlBPi3dgYWN8I6YvihEFpKvg03dmZHGCJEk/ENc6xGDMaNRealrNzfM3DheuPrTEzU8Z0hCmKgAFNlPySFbeefvvJ1MThptYUa7VNSjH/7dGvTtvIPoqn0n51lDxCBNznKUyVa1uSYluHNWtW6+04f1rUbTNxBTbLi9/Ytg4x9fiiR7f0N4FBuD9JkAGEvymVkhgDNl40DNeOQpAgfDJfKgOhbyXuA1wHga6b4m/l4NR8uhuOmiO1GGUE887kEt6SeEfKyLYDrkB7tjCI73HLArOB11Gc8/VJmCapX08kSZVjtIFXJoG/kHkoGnuaH4St4Dkk/nzd82oVu0vDIZL8AKcy31BaRmKBw6hK1F0NFdHsgs6TxRtPGsBxU+s2EiAA855uuWru3lNtHFtcChSHIH6HTahlHGNqKLSEGZqj00i4MCmbPe+eLdd/7gbxbpGrpWO6z0cOB8zIIX46RavgAVcM4ncq01ks9rQmUdmQwn4BHcRUdBDhcp4oO9KsHPPnG9mdC4fLGH6bbWqegjOysL/eXxnSvekBXkSM0shRknDKNHoVO9USMRMx9gIkFK0JfpO1tVgoIBWFUDWMInF8qLHVOs+LSM4a4fZwXDMlWOHnupXwnbOZhH1x8EqJwdNOmnvVZ8F0CxYiNGZ3u6oG97vmkoHKe6SYl9yOdRPuqcfOMqRpy4Nhx805Bmx3dD3fEdN3pfEDexCanDgf7sAWzB/+xGbuGPM4CfdCH4RzObD0ge83vB5PDrG+iV1Wp4XlqHcsRSQ+8Zr/4PlMzqTDneu5qxJVxqZQTSicmQ3p/BZhggtUPFU0TMwUAagq5quEVqXEqzJ5O5l6BG7bPjSqSxllPlBaX2yB2yih64NpcbzDZg4MdgpK9WQpKalje30nJGj+2zROmDgEPr7xhNF9947kUvB8xMVMolVntw3dyIpddu6BCXRp/+StC2VQ7xdUJcbQGfkV/1Qj9qFG8PmCd7JPHRiNh6+0Wf0nQlQLuY4x1NX1yNTrQGiP3ZUz8VoQ0Ch18cYv5qoDiAG7B3GSd8rozLkb3hiLfXqwxgVODnHBmTkyrwkRU21/YZ0AST8EmWPhja369EeMWIgAeMUEI3oFOqs3lgY9fWF91u1fbn/lJuEsUlLjJiFcD/oyXaPLpfNZOORDXfjsb8QGImMuaWAMyenbqwnI7N3MkLBocqiCFIK8PHSnqOGhVfAjQIlZh64kWYBay1122fgHDvErnDGqO2V1ulT1g/QUU4NY0NBNRCprX0hHYkQo90l2w5tlyO+UzU/Iec5JSnHKacmsNk/be7SFWqJXSoPPSf749jeDqz4gu9HC3RRseXqVWlZ0eH/sxeKK9MEM3/NGMVoTB1xZfQImB4gSsysJ5w/OoR0PyY74z1R9Z/qaeJGK8+2aQNBeIDZW7KNkwQfn5+f56uevrLUbJj7v1QnhcRiV3GxZHqWm97mT6chxmoHuacZPirENQwaX1QnPOlydK8OSreSUePnieYd/iE8Hn77ZYH/UnpTLPxyabWemKKCj5JYhVfKkMHIINh3eQv60HlGEGykZTKMzC+nnee8FJswSRw50DDr42ZhevflwvKxUDwZr5fXNpeo66OtRvzEKb53/XLKCWmymkMJA08pgC6DaMG27/thaKThyJY7XUpnW1OG9SzS0tNDmQWA0hWs43/bVvZhJp+0Dyr8gygdEeHAUTDPTpVawmMpuoIAulmAxqHq5ziudRiQY5RMUxzJXEzYMd8WxWd/xunHvyN4vNmDgZv/qn5w9k+laZmbvUwkWgos9f7QBMyaJhnmLBCivsO9d3JH/uWA+JRtZOmFa4BudNsJxfVpHoyJ5pPNPEUxGEtWSm3rTFv/UeGHzgebtiH/WbkfolLby2kZKFQ1ONbzA9u4ewTx1t+krwEHzhqQIk0E4rGL8vLOr8/5af3mP1YaxfvUUYgno7Buflg2H2xfmAHU0ZB2DpWN+1qBPK5aDcqN541fcF+xVlocsa1FzhvON44FwSwTypzhTTbPHx/UlLLLp9NL2azfQiNkYgSOa8orbu7x7Tw6TpyEQxkqWuaRMmodmoiFuphTxClp0Fl+wu0CIwXVy42ePYwokBiDBk+Mfto9vL86B7OjFLqpAZnxxcf+HXUp4YOxh60vToxy+irNrKPCcHgyOeJoJ9eM/slI9wmqHL4Pcjn74ttfcvObBlS/xRmJae0CFL92AqH9CL+fAqXAfLmvXwPg7gNFKO2xAA915Gten3nGYCudVWDc02HCBEihjhR0gpSya6SEIZdf5yWn5lJcHjOiauUCLRMAMh7ZbVx80iYfxpcySW3qvlL4LEkbql+XEiIFXXfKEDJeDQhIC3SDKqJrKezEBZbIYJEM/GW7cVW/gr/j57skoZxDZDIVFms8+gmIlsk93o/8YTv9K7JT6CLvhFoT75zdZbdQmExz6jF+eoYvmnsNoWo15Bu/CidnRqr9txC+9xzHpbiF+MASWVi+OUJfbU9+qQIIveQGE2SBchj2a9pz7T4oDC8vfPaRIZFX3UkyA1u5q+USC/lk9HZNtGcDxU1LYBUv+0yeY5GT2fZ1SzCVYavCDyjx5twvmIuyx+RHZ24xRAtKGHxWTGFU//t0ccbJPXYH06IwViU1b/zZwkJf74H1WGMgnao1lDFPQMoAI1wyFIG6wWexSYnKMil6d7/kw6oF4WL3CjkDKW9huiuglQeEwAT+tz1Pc90YbMworcRnprQ//Y3B/BD/9xFpVOi5wa/l5GyIStTzJlIrN4x+qgYfaZVQ97Dyw2YHWAJWzfV3Sv0ld/CE21OMzTGOeM5X6CGhse5jHWbjfL6h1c0gQPioEta81Wf8/Tz2R16Dxxo+wDuRc5qfs0715fohePEA9dx38m5vzp9fIm5uP7IdP1ruR4Te5V12mzEXYOcbX1iHfOvndvIgx6ffRdSw2LMC2fEflighGaGE15Z+Jd7YXrfLYS1N/D+dLPU1b0fKmvP4TpVt+x/3vGm30/4cf3p00Z1e1VFZd8dUb9RFQv3t98XEbbX3R2ctdYG644SN9RNCsy5vv0Aj9DLUo6pDVwtTdWs4lZb0Ehu+eeQyow+mYEBO9QnTVa3V6b0zKtl5yO3h0QllipsRtYRIp47ZaHRpSqjaG1cJqIbbONMbnnX6bpiG5LKblPCUj8kmMgCNLXvfFw+uLlJJtFev+amr7OZc5WVHxr1T81hYYKyyb4Zhk1DKRQVdUJcKQRGFoMgw8hLUG03BAY3uuFGB1zQelKw+D0BJlI+57+Om8Xki4fOAcElnjD4koWuWN3Wlwm0t5B3ZcpaGhyTli6WqqDPQIdBOuybVT6yG+rvY9era3LazdEAlM1OI4NrnSlDD9WzUexqLvO9g7I4k5E/T3nQ29II08F8rdLllx9MU6PeOQiTYVTghywLYlA5sg+PyYf4XS7gwI9uhM5MRhaQomOVzJiZp/RkR1YxJinmIXNUda1o5Wgz0YPteXKAlOrQEhESzYF4sYmqOGSJi6H/+V4lvcynNw7pSIVAD8vpfyoRArcjbmqIRd0ykhqVtd6ZKUmzL3tGbPX6icc5yXWIf/MCHj7aUPF4a7wX4qz4s0C/VJld6aJ+W5bLf5vmnVB627by2mU6qaprHt127vlKObmG5ovfZUNH1/APONPbDNl/XEllzRCwjtLL2S32jRDNiJ1TgmZc4ieGh58nm2RhBrSLKDzptIdhC2MU82fzeBfNvXJM9OCvkTm+98jiudEZEw9J5RDI0IyYYqlhtrvsLOl31L2phCX8/863Zk/5bCZVFrmsvDQav5jsNwqFuzowdGN2Y6YXMl7jwaCTSwnXjFjuohlqsW1sAI2CmoD9OuhcZ6S8thejV6d74dWr7/mTBXEhPzRk4OoLuQ3/cFDo9Xb2SfPgCD9MXuY0DVgNh80HMFdXD2fgw217SeX98E5t2NXD/zDL3zht2d/SMe+ioFbrCnLM2sQMy+yceBIQ3Mm7njuu35zudPu6dQZAcyF4Nk5iP540IkwHtpFk0Imsw4kNSEQJKbrSZv38qnJCilYo0HJDRXw1QRCl+F6Hb/nnjMO7FX9cs6VirYCYshEc6rMI43yvPYDsD+eX281STCDmns59j4mBqSYOKqvZGXMH074agO26+hwqOgDWyIK9K8vhfCpC8PhTY2pAmr5pzX597tFiDJfOIMVjKBNmCdQCM8AQDWC+4TA9Mb4eiUd9oyPURkYdjmpcEWUBlfnA10GXjmzhiLnEFWD6ESNAYw4+SfAoLJnTeRUWo0H7Df6Pa1GUn+/Q9T35IMJR1w20NlymnuhFlHjm1HqHJEMPopabLliK6Oza+FWb6Yuv62th+VZOni4He6BviCWZjzld2Hd87s0LG73boCA9Igl0OT/1vFQGAMQWWrfcL9oyklrgmZ9eLJl1wUWgUKQIXDwI9MrXJ3oFvuvpCPJD3eP9YKv9m8fgR/0Em0z7817N5PwF013xjJjObrvWn9VWdJ6VoN9IRefxYsTd2P1MkXygKTHEJGIAk92paAIVgjjcsCEmf5zO/2Wz7oQlZtFBYb5bVBz2GePHLeqJ1TdbjOYbMkLyLJWw6HhiMzfqvyuLuydBTFQAy7plkRKGxrKqVyvBnWir7nTXtq1yk6xvMiLfB/WMzfuHDjOumgflMbXE3rKd4Oso1snrtVA/0Rg+XkRpMAq5v9ibXcYKZokgnEPf5vF0+9/q/pVXQG9cFPTy+Owo4GDmH8edELtrpOX0O9JY8Uu6rCTmSRB/fVrmOcwZDCnyxaDNI6fOfNSyENuzWV6R3qU1knE/WgkAtV9PKj+QHPuitHy2zoX27M3G7hkduZramwdGyoyKXisF0EO7Pala+Qn4pDui6F1AtlbPqgrQVRnVYByzE6w7xlHRu5JfVwo+z8JZUVMs8eQf7t+9q2AX/n9zxclN9c9tskNkVumrWGtLg0hyuNe1778uZAMTOXpitVODMLHBzNcXIWwDmxDnVufVFdCdunNIhCihXNe5IeJd0Enbx1sSUPie++ylI+/PruMjNmDeJK+/5WvjoZ39R96ve+yIVcBjRC6TqZtJTazm/1ASTZwG8oTR2c3vIsAsur4LliiwJXs8kJQhsQpxwCwu3g2o7Z+r+irPpjaaCGiNtYTZMNdKjBdNsb4fLaC7cFVm3eq1s6T4lYPuYPo3dJ+TuhI3GIhWkgkN/+rNuIPiAliWwyiAsXrfs57i1WDjt8A7IIaAdWao4G3+Loz3Zm0u7EUEQpygV9IQ8wFC3YINDO2qipi/oTpMgGRbW7fAGC8aiuS+DCyRGsUCPL1uRsBDp0XUggaGh4bNzsABJ3HY5WYLFw7JlwVVOWAxGfCDomIphDpXF95PM9ocXTi0fa6I4wVuKZX4ktxa3Mqj66Q+ZjYQ2ZL83lELpjmdpmP0Iauqyt2zGE6FYi76/ZdPr4Y4ngvSMUPXc7xVBqvCgUAOkv5kB4Re0b0ZvpRoRVCWLye2+LCufWMLiRXPFSTj2WXT9xdzOX3Z5oKqJHdjp3SfQRDn8T0bsVzuh7xb+kBCFwHWJwOdP2X07j+3mZBijZc2jA+nlylp+A1+tr7ea4K+zkj9NelHazGwKHCr1+i/bq9YYkL/oeljfPMbi4C4d4+HcZazk/0I3APHfc21zN+UwV9Ub4wqTZ228vexvR+AX+a/Ot7zgrq2JqBBUikbduvX+J3/VpSvHEhJ97nWeOlozM8pc4NaVKBjpRyRCxKeoN/LK59ytBP6et+g4szRqo6RhaqX5VBJTlaC+lnwuO8IacEZxOizSZBnTxEUP1UPpKqMiZ1Ptcc6pmCj9WW9XvaK3551EJwy0hZbwiIMZPL+6gKq2D+FzJ9znzRfrC/74zG+Oc2KvvPxqwb/rdgZfTMhBRRjUMHp/bD1oa3AXp7zznR418PSCdrHnNK3H7z0Jt+NjE3E2ZyJo+p1+xGrq2mEKO2GsQig+X9OfE9qRuX/dg5/Ww5XgkYbqzySJmonnP4y6e/ykJ3Ts0Vcnchkr/NpmNy4oqkgpnsevTxSnjxcGEGafRSUlvVGD3OW4mfXfikbLQKTh+0WpR+pXtJA+fhx7hixFnOAS7+wtvSo2mrOsuZZMG29tvYsnG7Gyrrzq67N8bojp+athU2aNjmYWsZFMFtwny+OaEfX5j9Mb8/M1S6fgOCgc6f3A15a5ZWrfAglkv/jt2MNbg9OXea7a+d+ES8uQfzal5Z+PaeNyC5hnp2enViTkQw1dJzO6wkrAWEaoip3G33X+Lq5xaoU1khBr0YLttzselv/4SbIT329XI8/ZvSnxybx1IV67TW43aNN6UC0+6ztywkWaEB+Sqa/f6H9PMFnUK169JWhKfMpaxWbXyofL/vOq8jLWs24s+e10sM0RXhPTHPSRzWwNaEoqTQ5f07jlKmH7ppT8JfBLy86EqgjAVBjQUPQt9dDJc21bxYN5Al1PYdQMy+1ja9YV7WClTfdPiDnnmOZ53Lc2zTbjuxbjm0Bn+vHZpM6s+/2pjhhTon/S2KP29B/aN+cLErIaWWjZ5ulHvfYfKE/IC1mpgcdxSu/qVXD5ite1La6qwGp+1e3AM1kWZVBVwvsNMQdWqMWo14+eyK1XjS05mJK0n6K9CtExZGeViqJxhozIv3DLfRvwyRu6l/Oftt/d3lbXwSiaM3AwGLgZ3v5O1vjl1Rr5pO26juyIKoOD/pRsL0r1T96Vmi4zCz1qzELOnNlmY6UQ3zvf1/Vu0J5nlGZyTcdPN43EKvA85s+oU0DMRG7vgmL/beCis4zgi8tyPWgnDI5s2aT1SHiXzE7l6jU+Vie09njeqWynS9zy0IUxa/ZNkThnvZfqsl8o+zkFUOAmz0uhR/rSIqc4JlzuhlaH+qaB5URxrxw48BmQgrec8r/u8+q6uIJxLDc0sW0HIzoQbqhlVaa4Zu2O1kVWJjJk7yviq+o/Rc/RzM0UmsVqcp0cmJ7uE/yBvWLBU6WRrE4I75B3+FBv1ojWEexKpugfMq7WfZPhDxZphiIM8LUpAwJmBoLStT7uxWA19qmYCb9n8JEiklqYTv3zMJVkkONMwSdRNhaRj42gh+lDJOlgwLSRznOdeNRmypRO0LKG6bTqr39NUwMdxwsqkR50onLRNWQBfuHarkmz/H7UuY1eXyy9JimLDc7Fz0xBRKjlpWMxrwDNnmYhzTceM4E3EMgpQjdhC+337v8/4+IpCF9W9yD43vofrv5uAJP9jhy2eDD02vya5JVJxgJmoccnecxUpql0xQ+2EM7KoaV9tiufr0/6oqc84uHN1VsypwcM3jv/u0vnzc26iGfJ0OXh/aOMUvT9TqbluiNfT6aQGl8v4xdrnno0z3f7NzUArK5d3zVt0nFsC/QC3mFws0dE20CmS+RiOBdZs/bv5e49Kihncm3WnrtI4WoZnthcWLXsMGW5e/iWkD8MD918+StDTzyFutAmHMyALNlvWjmTKlqcFKHuBjhua/x+M+bnL6gkeKSBRQ6Ij7OtQB6LiXXdwMZdkh0YDNsRhDImtbj6W1FKexBBcN09d0bYnrinqRiIdnR83aaJDGPTGHt9pt4lyZb18T4g2CXK+eLXrQWh3o5JeStube7RFfLLYYFhq85jdqDM3ITNTzQkbObcSBWYuSbgTLZmMi4Hp8mJB1A8iTdVpOu4XYyHz6CJIeL5zZmZgUopirnKDlz5Z+LX/q/r8WJqsbgrErKDJoiaS28QzF2tS0jLQK5oTvdVJsBEs6GzoKbkyA45Mgrj39K1ZFZm/9zCjaEj0KhWH7R0h6+RpTY5N+9qbl724wDHZV3NUvxHX62Rb/pKtMCJkQf/t8xnz2+rM++U1wVziLqQZHOc0lBEnkNsFbOTgdz25uw5X5ZcqtTQKJ+bWWkCtI3psAlMJkxI50eBCIN0bEfN553q5ClaJ/3pYoGLKWlZimZG4lcr/1gO8sNHw9sCoR99FryOmj3bcD1yZ2Ji0+VqIH38Kms35OviBYBO5zJ503kVPHtg5ty736gveiXxvwwxhyeMpx4C9qSHpFinMWsdDuhPFppWMC2sqvPnnnkW47OAFjqf3F/inuCX9edhaYwjW1UOZ3pGZEdZ04tb+S2ytIq8j97bEkijpp0Z382y79KeeM844rW9YijBa+okAaMl7JtazH9DMJzMKJYleiUaIs/nec51caC7GI2TA5S/B98F6NnjJc6GZ8letaOJNT3bNrgkmpi/DSu6PTKlc+dc0zGmZ8ZYAvM4BRzPpNzQqNAcu08xlqWcZHeZLW1EpdR2Orvt79pUc3e9LK/siep7U/xEHWPhvXGYMxkasXwHY+vgtQVhdx/1GsaxDoMc9sZgig6xrX251XGxc8X7+TFPb74ZNJ+za8dWv1Q+L0wFMKsgTk2tiRcTtTHi3d2RSuXxGubS+muY+4F73BkQg3bqtaoumByIGDOgFjgR+J8iOh80v/g9FaxgUJs2Ah34hVfx1fCvzCVP/fWgg8GEk9EcuAD4lokza/H42v0NQ1gCZIV20gZ+xYGy/R4iM0ZCCZmnFg02dXOmKrPdKDTJO883sDfbe5vdg9PnEfxh74aez5t3NOXwHJ8iQGJyOgiB62/ndTfjp7p+qbYQEoPgG9eOSPwGW002X/S9t0ZdkG+tTcMlM0NzNSuOo1l0XffZSt0Rv/1FN35SJISUAn8y8daJVSn7eMbTX/nEJ8T75um+4iGNWSYrVchUJjUDuV2FVwNvX2u2HXPoFTPI84iTl+lVMiNJcEdj9Ws5lnOoyuPAA/b3Ib3Z1/fEnG5iGoF1CG82fDRSn2x1BI/O0pA9cAUy3a2a6FnmFU/Z6JIMbmrWvOtNF83yoHOZRRzdFNQCg+nCSo85f39vhcfzXG2Vxyq033x9Dg69HuUUsBHlwAYE6OGxyXivV9+vXeHg+bFYyBqwKLjP5HXP7/7hg9riRu4Icr7YN9biV8CvZNSDtYGQlczxa5rP2MH/tNl8YEXtr6NRxjWPLVXyVIbrl2SXtUUXdf8eORsauSmFMoZTMiTTmsQpaj8CkX6vA0K+u1wg5uQwPT1Xq2enMqPhHu3m9SCvWBzP6KNuKS+Ezy+ZKVXtyuEn/xr6utGnv5yh3pPDP2t72FjcX0VWHrg7S2IVw6IOhSPBPReEvVJg7hbNH0sWaRu9POn8qYlbXm3GOirglpD5wWtLIB09PgtAZerZPkOY7lR0dNgroT71f9RRwQ2qxBb8RDSCj71KgbUcnjhjgZeRmVyDuU6mjd9/65mYTFXwcAKHunL3x8tiizAeyecrIsnFsNml87M5CujiVAPIgovgYi1OBEB2DtPJn8XGdFiZmnCwsXiWe1/vkfDVCVRVUbzW1fjExDtPPGIHX0uCZoEJ5ff9WEA8nLfAF8cqdk0YQEBHuqvAPaP3olBYxqKU8BI+k+EjnMSpd8+JSMsNXz9bWsluOvIHN+ECxXEh9A1+v9w+USir0K5R/5Kc29LgcqcA/kSS60yzFUInZ6iYIYtJqJsaZQs4gyBeOyIUy5nJPB/mdw/PPkIJzavZ/4hmoZwpURFXXuHFkccNdLO2JPOYd3anc8PhSIJQxJfgNdgqwgMwgHWAOSzZA8Y0yA4uaOYSdX5rvuL2U7I3B3EW3TEWqNohEiWGBSRdZdfkwzoKJVbUF2N6ErNo5s687dL3KkBR5PbuTaBNqGjgBhmCuMzQFRycaGT/D3ssuBFNN73XPetA8PSG9PSW2B3tRvO0C79HCezDETcHWXylN9sp0BMZKE7qp1t+wgeulhY18zhydVjiLNAD/xM5uWCOWIRRajYdU7qNNDhx36Z3EHyOaZN7bnqCkiBlThLAvYb/2I+vvWGm9N8s0HvJ2GHsFQ+HIVBoJo8GMs8MfoxPErkQKEYIY6x7g7v8GgyVr8cM+MTFg8DyGA6MgSSGASHZz0yNBoyE1sN2MBEw3uyG+RHoR6gNSHL4oc2dgSCoK3UhTpw4CwpJiukJGkUeMhiTsZqmL3jeMXEAGyO0KDyAgTe1L8Uvx/GLuaiDRhmc8MHpV17rMcJnJ+oteXGvWKDhoqjI3r5zBsdVyWGdoZky7YAcx5yrxybBYFOIdNZAoxsTcea52MaDVIf4ERRiIZ0nS9DJMqKJql/yZyZCUBJ7oJADfwvO31DSSBnjcFzt4kWnK8q84426gxUB28Juf8UvXZvOMxBhNAXrtpYquMWvBDjydd9MCEIhpl2n9NAJ9AcmXJKYiSSkz1LCwDx2Liv/7vdx4u4EOkH+40wBO1GQkzFYcqb4kR3mdHVBZkgSrlawKIZyURaPGsNzodz9kPbIkDdOSMGUADcRF8zTjmusKTOdbHyb18oZrMKAngdz5Jm0Ca0wAHVyJ6hpmB4ZUCB+CEUE7uz5K9gvHutHzveVT1KjmAKWNKLAYiErOOVeT8nwBL6X177bkxdMuvjEwnZsqR92a5gpufUn1HBBv/1fOYZLdDW40hIIJsKHKDm4qFFC4VZp1rMiuEMbXfOgrx5Sx0JTmiUkVD4SaMc4OvtDGYo5z+/tdRNgYwq4ycnLGQ718Ht/oBKluMZ2dB96sj1sHUNwhihK94rI5a5A+DpDpBni+G1tcKYZxKEn25GzcrDMIeDDaYbIQEz2SNdMgVw3ezvRBzdQKitcBbfES/j0SmmIHx4X9bGhPMWgd7esCe3cGfasgdTIW+VGvIyBwM4hMTgZawEmQ/WJ3gx6ued/EfDwU4JiCuRnWUx0OlKxTCwFdkPfuYCrevltFovVUiv9LDrgeQb32DqNzXzIFa+DC6F82AEUsa1qIEWpJ6VAuwkqizDxWLGzWs+3M8ewmeJEDoEZpyEIEglzdn4BLjmaUlCD3nZxk3L4kJhusL1s2OQm8g77LyI1sUiyKzQtMJFZRfrMSN7pmirJ0MfElUfeG+jAz4rCfY6EDxwQaQdDloOKaqWNg7/49CAYr1i6NdvJoEQwEJ+lZHj6ByjG1jjGJlDKgr58mZ5DqycCfq371OFykzxQjHMrmFPBCq6gGF/JpNb5YmZ/pyGQYChe6eQigCK18lQchqgYVHLigMbqb4QediPTcPe3vCTKneGJDzFc/QB9AbiarQZLAJ2fmCfIy6LhihOEnzeEbAPS026hJ8DSFVwmWixDytgFbcNV2MSOlzAcPXTw77VO+V7TF1/RngNL3Dv22fSmz8Rm2LVp8ZE2Ueo3xZFsDhiE6Xz4DtpAcdl0LroEbshIVMejurSZriduMBDANFFcqoAhWXA4jiws9IdYblwhk/LlwGlE4eIbXWKWqfsveX+cEX/I9G9O157XXvA54nP4DBpEUIABbhMHg18EswrokpNNkAMBkc8nZvxfQBd+c+lf9lF2kKJbDBz2+JDbfx/3xt4x9xVAjCyZaV85W9m5ibiCQMmeFMl2kR+hPkFviFcYxCDG8g4Hk6CaSBaNqE6vgLJI1MKbWbXWTaGjXlPSzaHHfshdGtpSeCW0G/oCUmlLOBSbAYDwazuHIhEs3/XNSIcZY7keue/NEiiE7jIcRbKAcnAAKANSFsBWiiPRUAI5k5hOd8uTF7qujMgfYtIAtzxTkCFstumaGYYdVpqhgBdhyG1LudZ8IKUYA13ON+rStUkb8DpEB1okVh5fSQRzfmCDWcn//fuN0nvsbKvk9TfXAB1Jwm1v1xT5fP2mgfAu+nrt6lyNk0QWKEdRFpwNx0vQogNmGFbFJ7GA3HTkAAF4J4FV8Egk7WX0dPN+rqbGuoMUw69UvrxcxMyf5tJ0cg4XzKScGTw+d46/KmdbYS2NoKLQJsB5tTVPK2Vz4giasMMLNiYNhxefuXzh9Fl6uvdxfIzx8u2q1px2emmEgkWN3re1tcJhTBacFIsQOOQlcGul4HTAwqh3awvLyUs8X+U6B4DhmWWapsCWW91pYFSaHrHzpwfmzfm9SU1u+takc6icLpKs7uELwpCEpvFZzd1+D+6Glwo7kcxUT3ShQBTA44uuoxVeUoaVl7Q+KIR5w4J2/OxcEBceBT6L+qTc90IY2aGHDxwL+X6wKtUFp6vGi2g/AvaHsoFaKBfGPJC9rkKFpXqNTo+twJKkAJ4E9L+LAKNHq4AwHOcBRUw884zE7Ds5IEC9IyHcLfuO+xKYwds+faKlAU1nhYT6xkn0SVNdi9TmWU+7sQetegVIoXgMgSo9E2N7Xu1HGcFebx6FLQQuN7iZVyhvBqOdU49FnpgqZBA0UPL+N6Nk6PDQPDZJRje1EOpkn+4pk7ICi/hU8EuynJ+gb6w2yQWnImRbz1p3mCqPXbD9p9r+487fej+OJxncf+7m7edwRw6//0QZFVpUol4daZ59TzayWrDd8e7OzVeDg9kH9NwKm3fzvVgEhnWnzn2RtiHRY/Y0J90pE5GKrqS4rieyjHLRwCEeHZgCF8FCVRGqg88IgTPnnJ96uTu0PBRKm9vspMJGVFL7GPXyspcExURcJtcMdYOFlhCUxde4w3ZnfC6ZwzYu36C6Q3ToxwZbPsSUkVy2NBHcBNiiSt0huyG/EEAT+L60EkrGM715r4wijpeUxyTRbKrlurOhNvWcXiJ4FQ/SnbP8oJJwV0BeBra5ysAKKQwTaIJK6prPspl9A4cFhiiD/6N35mg3FhuewYGT85iz+11HYdKj5NiDJjgRl2s9hYDeT43xpUHgYKCEz2b5qVw5je75kY682H0OcQlE0dlAnrBceujbqDphXaw3wYNwiVpIMyPhPHialJTB8TCvAVvJ5P8uGyOVxYNt1yNLGOqDh3QfIHYixyxIjSvRSculzaDpb46RkyrM89HMAM45zrDH+KEYsbnzSrQ7w02UKE0POWJ8/bijdqdbvShLXNByZ/D2iKuN1L1ec6XMScSxBYyZHz3hW3IaXUo2/EfiBz9wB643ABhWycn6JNQKN6ja0oxv+Vm8QmEKtG+XUqtI1bS5NTqVQPAHeT3hH6OYWqssSN1kyUgkg9SmiMe19RGSJKdq8Tn/b27ncMpzmFPW9jrNpOpdW4Vz9ZTQlMYxi/bXujy7NWZDSwR8rh5BZ+7+4k/fjdkTcXIJZUX8OJ0NqhvVQnmTvIixQZoMagp0Nyvjlj/neIqi3hecnv+En+ElSJvcKa8aFWXKqmf7So3L/3OaLEAnlfonNyVtDZs0O3BuiW9Oa7qL3sdRgOZeXaVKECOw+l0/g21Aw0LPF/3wY8pleDi0ZUGJq/674LlJ2ukV/fP/Lmc5ITeEYEXOPorvUayf9+OpsHbN1hG45Ff/OtvWxK7S757yfm5YyK/Mmu82rkLxFsfRLu+pTsmZ+wvfHik9ANU/f1uYvXPB4BwZOT4Idhx474eOKtEl83XszcTLr1+xZPytXvnuSR6TL/O+PuHZgHz/jNf0IG75GQhSCMP6oSRqxZZloWlXhHmXyl5N++yRMCGNJ1OTBIchY3hA6z1oRE/9LjmouU0SRvtFLylrGsmByqRyD0+ClgUFuaCo00KxY5Wb2LQ3ccmqShqZpyjEcTTeHDfRywnEw7Z8OxrOY6sXdcYZXfwoo8HVhkZlb/4nY6VPonnGpIqX/MefbmVGuAWe27wCeRXqawJXg87UernEC8XllKqdPoCcGaIV8Euh92veXaOMO+44fsbAD6eo5ev94+e8/W3AVLfcNRK+Yc+cTBDsGxlBcBdL+K786Cxm5lG1gDswpq1E7C2MLSGVgS7RTHShyJCUYW7AXmuHNndlwxCO5zGuelHrQNQB74D74Xi+35o/Vw4nYbSk35zluy/0JtAxcAQZRPj6zS0/F1dg0DxiMwQxriMG4gAGOVhsRkE3w+ziWKNmlUP9NxyMVUcihgUpt0L6/G3vrpd41IQNLxSczL7tLO/COTfmvj6f81yS0JC6YaVf41mAdl/gsxjNxXo5MNGO5yFsgKLAGmzQiXHICYYmIIixn80IHEgCB/AxcVmuPSVbsYoi6wnbN+NmJrK5Q4fg3g4E0TOBbLIAyIKP5OLx0trce2e5NGQD39hA1xIUZRMMXNdOw8HOmao6J/3N5nlvn623PRd2sN6gxTrokciyRTv15/BW46fk1oJtGuPaYfoW56ljeONfcEoiP3nD366Sc7P+G6z/bUUEHOhvYPjvS0KXmJ8/bX44TCugIngnYzIGZmENFqh/2ac7RP4uRArEe4OE2hcCNr5xLsmhKG+6tzzq2kip/czZ9ckQDLFKSNr7UEQX6p78t7JEMSmvYtjnuN/FN0P+G6X5rr2HfeaqMt0aIG69zMYTJ6BDLhLQ/oa4k7bU73n4Nd8dvKTyWS4LfCpuV0XkJvx1AwTJ55tEt0U90tayzD9NyXhDenfxe/kJ08xYMduhONmnuTnUQTL5snGOdsEij1wZyTDAwapsXqLCgUFh5sK2lScx1PCR85/1UgSCKUI8FFwGmrTSHWqGyjwxVA01w/JQlhku0VCk+6WVDXILonJj9euhYGvvIr4pc5RtX+IHO+g0edPU++4e2im8rCuxIbY0dgrbDHAgawJIvAuWCx6u5LO6qkhngqy4OHJbKX62xH4gOEMb6GXpKuQb4EAxacChBAhuwMG1LkJF8CV3NkcHZ0OtOOHtfdgAd5Ch7pZDmxbU80iv2dhMBlvsjArluHTIe3RfYmMNZ5PpCVw81VHMOpIV5dNotHvZYSKdODcrYRqSIx6w7/Fj0N2VZ9TWcKsUYIm4zqARsmMYU46zmdF140NDkT1S+WiCwM0m16fyIAalg7LQ1yv9vOBM6tMrlzai+jiIE73raqVPbu71H1mZLUfCYHSdOzSgZkxzNpQb+O5SsFTJ6WcJlcFauZpD0fk2cZ4077VnHiM3yMWFz4Z4CgWKyQN4Ej5T0Y6gyIFWNE1agZlmYtozXFUNquKd4QBikiWQUYwkCklkUL9CVK4UgPVCHAiZiSxHSHZQaK5BQ1IJUP9F2TPXF+bdOQhgQsLhHyNPHhCY8HCpXvljK22mxEWzeH/hqZB5A8pBCa8ZMCHymH/Vx4XL4ghwyk0Q7/T6UXE8wrFAAWKA/Fzp8HIWsdiemDMzs1rVrAW7GxjZyPDm19IyFo8iyWSXWfkvum+o0BtneiaQKtzdFC6Qi+V+PAQmSHfi60fu/Rivs5vLcrnrDdGgOcgYcNPBE5CcIXwvmQ3ZXHy4QwwlPAqml3E4K8ASga+EBbcAw7CdPHzoIZCSsh5aizyNJlReYjDVm0EytNSD17dsRoTj+SUCwU4OQqhyVplmZLqk06SKt2bbKqShBZsQeI7oEU9Wf3d4mE8IylWnU3ZNwOtMhDuBfhC7kChNC9ymXYh/HDjGFgxwBATW2OyqpKUQwcVBCZdBusrcKOoTl8/W39pG9DOlQWUC7lwKDmb6u4n4GowvqxoNTpqfkc/6YgKBYy7/1eRfYImtx00xka0ktaN1kAejE2nAw45Hm+an5/EDEDXc6kiMDxYq38+ad46Z6sSVcHiIW2QATsojs0QIWqGPIE3OeL5AXXjbiZaISBiC4f6SxopgZ96r/WICcsAiJwHf+izd1abmefNUOjCdSD+RlOTr7p6CCcAimcJVik7OGEkMUOpYv0dC0LAeuI9Vd/+06PWFqSkSyEKhVZOTT9AjvQjSQha4+4uYbK+Cy1+vFNFoB+7quGit41BsoVIOJYhIygUudqZIMMbrhjoBJltcDSX1CglJPxRG8IgWDK8hyHbw/EwaI0RyFcaEC1FCpcEsTclQkUBORIFFTHQJmxtBI4TZoGNyQ2kqHEqe1x7NSGBxQBCGM3AmaYmpyv9Cuh+v0gddW+REM2ODGEwPLqhn4rBByHbJ+CT4JksAI96oVt19YFGfnGQIxCIEejFNIZAB2QwMV/iGb6OfUMqO5VnPMOr+q2+1YGrWJCDVP68zBaxArlapcIIEpM6ufCZa57N6YZQF74cMwICreh2hheFWyAy7EWhNeYwUbo3CUxKcoUgtH0bkjCaDwk/EX3zTtfLWPQ/MduuPdSf6PSiC7CFB8JU9bAoHx/OkbINsqo8S9sIyOdx63IBSbJWCqVLA3jl+GFAYG0iDNtCAIHFCvdAUnuCoUnZEBioWuyUm/l4+WEd330VQSbRJxsfMQSJ5VtSU+K9tDZg0CzvDp7vnn06KZQnCCDAMMoPxgXrt1cpaY2Vy/iLf+P++/Mc2TDMdm1zt4CahhvC3TMoKfRRqzuZaC2Pt/Nfqxvct5u3/SROmsOONngzBy80gxc56uOUtI2FP5F+Rw7eny4pnCPlZyVvrU3hP6xoSrAWgSYykO+PegdrgLvXN/sME2ex3/sk7gzyZAOOHwIS6a8ccSORm8gueO+AEJbvThD+cS6R65Q0cSyYwUD8RlEsCVrAM2FQ1Wwi3eRAICtPJhkfsbfCbEYIHrBxIteBZJBTNrW97ZT/DVLxu5iFQ1zjXu58RNtwDc7i3PgWYLKmHExOqNR3KZc9i4USZDEbNcUHRaOLySUAyDwJNIQAdAkburuN2nU1QwnCYNvCX33LZLGuf/8oMkGllstRN6m6NwpLKBKeLyqb/mStW4QSyueGnOgoogX+ADwENUhF8y8oiYSoUTOUvL0cJNA501ycHsSQLM5cp2EwI7ZgRDxoheAY4ObEh7POIn4UrY/cNLNmqAy4ErRhK4+QvVIVc6pdyk7kpHut1aDiLB+rTgFQwCkglFGzfaFfOMc2mCSGHP47evDUGEf8/hJ6Ied/ev4FjHTcd4wQeLC/sw/UjYXMOa3ymeeTpbE4MjkAsRTMRA0KgfExE41AlbSVZmUiJ1KkJrFsfDkyipCgsZ9NqV7jLwWUDOVhcDo+2FzpL4qqqVc7oQLGSMzZ+9O89Elvk6fq3DaAivZIH6c6J4VkilY8PQQmdBBQOf557AQSw5hI+a2zznigwDWULY2kodxkQnwEUA6kdYDpBqn3gBAgvMDpjs+myOc4IltXAsVh5Rkex33TO+BkPvij/fJx7lYsep7M5UBmbZKjgehWDZOJpYCvUkL+3wPfgVGEyHENP7fByn4VNtjI5eqgdzNZpualao2+L54qofjoe7i/aR+tibQyaEQHnwlO0dr8Sg8xXI2n5/hO3abhOBqUxtZVHvVzmklKRKtq1El1Q4YoYjH4Kmu/qDsrcVe7gcgVnZjBFe91Mg92awllsK8CaoWo63aFCuggUc0+r+leevq4zm7A7i7UOiFaSGIkQlKsKMiqiY8hAgiRv939czjnQSbIEcj82E/Ji+3ODVt0SSN7t7Ppl8heNGprEY2MdfTOiYO0kTOmkadndBNm5PKgZSKZqeYmajJrMwNkNsoq51d73Jiu9wc60CI1iJgLWkOY7CocuaEemy2Dr5m8ssXwnDUecN8CjvlmphCGOrDB097Pbfdr730cnKAuZttSo2kl0jEwS8ynLMP9aAojA5t2pYcgRvjgazALbtObo9s2/qhV3LOz8zWukTNyNy6a7jpNun+AQGs/GcoA6JxsYZ4NK0AYIEWUHSoX+gRXZDzlUCrilhXDJgkxpWhgXbUiQ6WoT3TK1NZ0zpmWfZ4tpE+pqIbRhP8qTIy4Hz/YL6LVhSv8WvB4Xg4USBq/Q86JDRzpjRBbJqWa/dRaFdLBICpHCCSxCTgZkHuYw81sZN9ynzw6+3szDm3ViVfA0IrjzN/8yc7l9xjq/JFE8kGgW16rz2nh/u5BB+/fYtw24GpvCx4DQsAUuk+652MryTxyTzvhe72TI2DJkKqvku6V5R4tFfE7ICC9ztr10Ucih+Gg9a9A1w5GeFusc0WEOmD+M6Q/6ieIf6EUWm9/V95NgGD8VOOQ4WZuuCjO5bym3TsVQFnv6npw3LyeCsGK0DHgpyqc3oZjkyS1Bt4rvheAI5ZX16WMTW5QPinS8TZmJrA6ER5p5FfAJCjDAI0BiWJEW1aF7j7QOGDHW1+N8ZseBeQo5CqzD4BZ3eB8rFY6ecg/Bzj8sljYQrosZcnRm/rZveRwlCiLTCHRrpVTEdqJhFkUHewhJUn6m7+74BH57nCsIMl4+InRmoqgbkkIDZvYUuJCkPVLitUII0rV0rbugZb56vzbk23s+MMxEDE4YNjuNxQIdpCad7XjUQVA2CG0kOaWHciYTJIsKLcNgGD+9wCqGFYAMMkfgRBxvcVxTZVfhdRBGrs4u+yfQ6mThFZMJ87BQhXJ7b78aIZr9Dnx0SWPN9uEYSwqExeIIZtpwx9YsnyMvU/Rcw8fLxnKAy7LeKlZvgpg+c/xE2RV14sluS7yXe64Viw4s12w/qgrBmFVg2bPAKm6uLOlX10P/BA+oFsazZxrZBTNE5H9M/J3EKXOtJ0nwKl5FNNVLAzYmmr3nWFo1y5tQUr9AMAikPU3/C8IJaNVp78Y58JxQibmqIwybOHrjm/P0gsVYiKDRbc0G7ZENYMfe61cRLPhzVdCOGa5e+wSzqyolNr5+qni6A/8m0xfHbNWciEdeX+ywsmMDNv6ons9LkkxZzkpwLjq3qHlMwBwdF0or7cxke4w4xQSq+5RNypW3SROyNKBiRpVLoSitVwOn8MNdHUQ/wVj1kjZQX8NR1Q3eQZd9FiyR9Z2P8evfrJ7v0ho8shS6tOxfJKWE7xHzeyh/R1Vk4qiGm+uX+0I3V5MSUP/7D1vDcMGgSPCK//qHXom5cGtAwz9henVDr3HiEt8w3wM+Xf+2ZxTa3DEQtsnz19Y1AAZMyj/q49fGD62/4GVZt67y3g/hmwt4Jsy9HMaob8S/7La7Zs73sjd5KIt/4UlBhJQ7bhjn3NAEtzDzNl6tEqY3EgA2ruQIH+b7oBednU+dhczwRHPq7tPGT0bUMuNKHM4ayxgH12lxwul1dzH+mm9NhBCRm+WFe9sXD+Pajr4O6t3xUMPT8LgUy9XV10XI9tJyER47OCKq/svNLpy3THz6zYVfgacoSl5G5BEMNWLQKDSGKuOsPmnibMqcvHQS9bh9s9+hwYqmgXjlS58pKdgNrjxwv4AQFm9dtVgiwU2I5PGFfy55mcNsC4p3f9p+7uBgCMazM07oXOIyOIck0DQuO+NGdftEMZwADoRVwB0MiRmVMDogIzEWCC1HQmVxjLybjNZj58s3B1V+a27gf1yAMnNCM5AJvscgZTrT0XNGMiv+5Mq6xZ4JU4pwpyti1CCYHT5lqj4pMBN/2DjNgpjwCEn+vJ37vX/ceUWJLdB+h7g1isonrbWEL5uE3YkMaeR3uvGTLgKmHY///dPEeHL7N2++jmAYhRZ/fmQXDTZqgvIPXyfVpEWhYZXhCTCfb40R+mbSwlzabnU3KTfZ7ycDkwkhts7owZa78EUQ1kC4xxO5ngxkjo8EyUGYeKkzQKYtmoEM2igZiqTAjb0/N6CZIDxSbAH7YWcy4BBf4uvXubJvpAO3rONbtMWKPa/PPQ9ezc/yO6qqdUnTHx3+RoZQdAOSSrXIEExXB+lx55ghhDJThIVCzGquuup79s7zWS5TIn7h6Bm9OeZyTY57H+xaqfJmJY5/3TGLd6klHR5cnwwEV8HJwdqSGOE09PF4ZzN/Vqbb66B7/fDopUmapss/pbeFoI9cFjU0mSAjVDMNMoGmynkG2ALhwSfl/vUQdzH8K4tuYyFQvSAEc2+FYxjcZmofvgMeJPlkcqEcT3YOrVnifeY8SfWiQ1DjWeMhdfaUPUsUTDScxeZ55jRtqK+qNac6DZ49K4IFOJ6lWfSZKp4g8IaGr61FCqnXKhoLhh63igYMXrEb85R2D/xdUGPP+6rsgBZjSF9htbsurzZEwPFCKTg1pGJSS4yBdTqwCIlHPzZ23OF6uYdhNlbWZwk1id0H3s3cIy0Nrmh4iJm8W1q7aZ4Njj75XWxyoJ9VnkiVQ2nZbeHscoLNLP7275E36lobUIdDPdO+b/QaCc3ndJSSE/vXRW+9GrdCbVmTWzg18fmdRctMv86nxZudW30gnC8OdAPtTOTscOmhLyPTwXYESnhgRtCVqsxKdTBI1GS5t3GDgiCwH/KeVork8fQ71Eprx1gOGP/hb1DvwUwGxbsLYo4Ma6YhXyM2MkR57o85c4mFBCUIIwVwNZGIxXZpwjF0Kf04Tz6veWjl5MaMgSSehbmpg+5y6Qy/ySbii+9XJYQEJcW7WqNP0GmPNBfRDGgaBQ8obB7bJc55p3cAHx1evJgbVemZXiN95MHJoTfbNGMtVRhZsM1WR1R94W3aUNo0dRYmdrWvSOKUMNJZI6yuOPEiGdg4Kz5dnzyaXdzigArgxnK0AMsvG8qrqWk1oO4ipG5msAWbuARKP1zbNUsR2PahdnE3WhvW6/6dYcrVJBU83vIA2jf7FVMoM7sa8t3ibQtF6vhPI8KNn+5D0ueZPdQlQ0EBe+tKOfdMCSIIgp0paVLjF11h0UHdU8P8YcrL1RfmIb687OIRJqm1kzpF4PtETg6LiGXz1pCUunEkuKSFmHn2Xb1M4FjYM2v7kZV2QSAqF5nbQ0KC21jggjlPOwS67TnuirvZO1MoMQw1EOsMvK9JNGMpagF1cBJbjNxhIUqYUV4Z8oYJgrICkIc9argPtGhAN0SKZyBq2J+ba9uyvwNNRvOZW/I1k0mIssP4FpKFpgOmrhc5zMUckqU9spabkTLTT2dUU8LrLHFVKmWONrwfmpQMlUBdTsYgjdrqjG/ZBjV/6HHcbA4bla9rXxLvloB9BVyf5SWCNn1MLl0amWjZHWTA49nTYyqfZ9a94G5Ji2UVzx3cob9Epgdmhy6aluX9IKjyOviyYFLfwxr3aonbNwpdkjbRLc/tr/LQrll/7lbpS0MC83Bx39iz7Jc/+daW6tvbNxAyrkiErxTL/7CCB/y8VmzfN8OMA9YYP6+ExX9X2ccVB+yMQqfP7FuG2osF8dwhaoH7jLTs8qC+1FbhWg+bd/a5zhK4FdntkR2dFFI4OjKCD1zc3c8aZCV17f+4LBIG4vGulsnCEoEJTUMaYyZVSOdETMbiuCLT0ruua6iVG5n3jOKckJr4aHc/JACcwceNTIv8TTJvTrp0+/zffZyLOR8Y3sf/zVdaevPc+xdJSzuTK79wymYUzS6G+NVsn/lIliw/W9XkusIkths5DsqCpvPShy7EBsLiqZoG91Z5e4DQ6kb4rAyeaHiF2NTBujI3DUzC4L5fhgycRohspMiHq8uLRJkwUrhvhQEogWwv7QPnpSaBtVolSBJbQe1SDBbF/7ds/DPF1mXl04mg02+WhJef3fe2qccVxyAWlODM6K7zXXEifVGNh1399vLnYte20gwXm6xEmbbg1lKTiO0HJWfOGF6HlFw2OL5q29vCvftXpv/27KteGfveLbZm3Pz0XWN3ECpEjjNHTM9v+vWVGoca+YAH8pcqJ60ScEiZAeD9Qv274K4Rx5/Jj9cGXwIOfSXkEAD73Ddv24gy8CLSe0u/myXFG1kszIjVRiy526In5Ai+Wf6gbpw5+fSGoTU4cAl/23wmhHH9ZYgu+1Gw+cdHG9tPdUy+SU7HUlNXtU7dGGJn21m1UVPmLV3dHe9YuiQ9nnnXSwzkR8+emvu8mzt+bI4pCY3HpWCFjMxF7IWLdXZyuKwJvStTzv4O8cyr1KTAoJbb8ce6OHLb4xq1J4RNSt/++eCVopf07q8vM5yFjKTARBYNQng4ddHQUFKtuLxXLeUf8aKUilxiBqN1QXvRyuoiZhad1bai5tiBD6QrYuxt6g8b+ZXaJUL1rjk5txSVKVdVf3aErQsOKHg5vF1Ik6a1dc/yie8zPJ0Rla2T0MHKCxGTb9Cq+KctN6g5biAM5KOJ5a3YsPHmy6lkKXrmTYmA+ZsIchOI11BuO8CZQBPxa/dX1Xsp1SyVLBjhfZM/99OwH0ymzKsGT8fn5xX/05kRA4vpXlXi2mPyA3b1fi/O+bhwsj+3Ahlohyug0sqMIzYvi2fYuIv41kQTmbFZAjtK/fbIzmE7yZ/OwMYx0NASRg19uVEYGCwvtl39ye1LYT1b9zziaE9zieMykHt8Pth0rWTaMqSro7U001jabdjBLV+4UB2acjatCLYD0zuzXCjBXQLr5O+YBCalzInn6bmdPk+q6IPHhftOPEAhbtAI/mVmCrXcMgHGv+/fN/mnUjMQ7LmXcPaE4W2QBfsZvgiXsj0UAvoHx9gM9HQn+n5Zq8j1ntV2JfAslJ8rcequdBQqBZJxRj75F1zIPoIXcT6uC46n4fhXcDUGzBPAacTkJde7EGHRarHp4KQFrJ/TSxbkNIzbwF6GB2aHGV8lwewtsBZ0cGYCyoydVUX19+G4VrgQxVZIvs4e2kgxwUYauwZtBPXAd4BOAU6TEUQyY3K0X9n4pjEiHus3924xuUABCLzcjGK+YRRSAnMJvRmc7R+jKxsyDF/Qhv4vnR74GZRKvGDCbQyiJ31nsRfJqPH9oFhI6kkGMlVYuNDWAFt8U7W20dJPWs4FKtyjRnu9yBwYj8LZ25arwcE5w0cpV6dXVe5hIl4UwnQw+eEoZOUwwdlMMoCJ8hipjtaJFkpZ3CoMdwnBSEDOgNKwSjCfsBF+/Y2n3JZU9fZEFAz4p7MxbyqUJAI8/mI656Q4Dbm2+3D7/O4hR5o8zuc2P2ZiQCZiyjrCmeeSWWaUHNlK9w+GtH6LBBu01Lb9Zm1gFIy/dPn5b0j/zZ+hdeVTkyJrQ879ZnRH2RhB+ReOAkdWV8V+V/rheUvKv1sebaoIZhNijMQSmEe/38l60VSVqHnH0QuzCd7y4THPJs0B6bMN0w0aCc6iACIEAxoQRhLOHdu/xcK7NM7C7N48eUKVdCkBEqkCeQxkAeAMHgKddaGhJBjPSzjy+cNLBDbeeT/Sk6+wYrPgTXgDOIXJ7sWSbg7nhrgF3zpx5fMCF/hpVMjVZuT8JdWDrerG0Dnl2wfPE5xCKFB3m7GMCDk9fyI85PNtLu2g5m/cF5mN7Vj1bYoqP7lwxN4AveZoq0lnKm8qk+cVeiqb8WtGhoijToNj6dlVF55yFfGEUxNJtIELrtpMFIW4Ut+EFmLVGFvBgtuDyq4eOD+8EIloDGH8PN1b3QujAD6QKfBQSNmIwtUzfWRS5Qvebwv74RvkIcpsuQ9iBVn8gs5Dd2pUC79fywo/X1Zu8VhcUJywMju0XLQnfN1mQ9nTu2A6m1T77ArOiF1sTkHWoveOoGuRZet6nE4+nHN4alTCmwCoGrWlQyzsjbQ5nGmGdVZtV4vbI0p3BNKTGcggnnFjtHUlsOrngmG47OrmTcOB0cH52Ukh4eLS8jk9T0YHeqMXxB1LRA5dHNwYZ8Ivxfz8evpCsMcRtOP8yR/Smk44/BfBs6D95+YG7/T4kkGmecRABqip6WStvFx2Tm9J6zlaHjo/NUpIyERKsZNvauf5fLZDLgIkIx0dA+mKKEpWlxMahMtgPm9tkpIh5+WnVqal63rOVOq2Thq3cd+VyjWd+bLqb753+fRY3lsC4ZttLceyD1WhLU5eppfJzCTBXY3VgzkeTvznjahrQ47tbGjq8QuQ0U8qr9aW7UEoJxKlPWXNoYGRr5CNX96fAZfaTHyZkUhLZpv3cHfA8hD8r1t2M9NblV+d2uv51ityMBEkGyKPwPcXh2h+kpYJfr/V+baBfMxpXX3EdDpGnOKUn3P+ZdLwXWbZRFdSgrOxM3r6eccs7qUWO6AwBPaY1zheldEPbXtk25nl5Zf9bBlbu+R/WIHzfl4rju6bTr/1bEgw/NZHwBqdN01YtBr6Bf5/4zoTK9shmveHLPf78BviGEGByKkQBb2sAh84p/qkKcrOv2kEaycpvkRKBJ5GDoQLc71mZWTJMnkmm+Z4hUmcjPDiRbb35z8bAa7MbwoxIGLTwkV9H+wPEawaN2CszFU+ejBcUggObZ2bUjjsSnB1jwXro6t+YT0qRT9sWtk83vKHsJmbcTlQIEsAHq8zQK/lj4BHh/fKL+62ij6uiUn4b8NPwOMppd8i17ZpLu83trPU9rhPiMqenCFclKyZPbKte6QV1ha0TeIcZNrXnpsovHXIWPcx4yQdFJLBRtWoOEzN5fEa0Sw6G+0XvSrrNZQBdc2BgjuS/TQnH0sE2/WdiMFDjIglQBwL8WTCRZbTJiiXQVI9eO8lI+QhhpatD3y8UljGWBA2FdYdu5aGRdFoEMRc2nM7UINz9PBLQg/dufrfKlF80hSueeeqZgM2zDj4cps3zy3wph1qXBnv7mBDYApUBlQAJqXds6wg6emkhdMCy/eQbyahX/jtmtOyIjifsODreSuC66eyE5Az9VvUZo83Tx+TPELGLfrru93FeE+KwsvIT7KydzG/w6oSGwvhI4TkfGI+vPVtQwLKHTvvjSz1wZMcS2+45r+tzuWG6lVN9xWMqOyms/Fs73TQnqKu75GvYLwMRKa/fTOFvr7HKMkVVs8YjGADGAIV2Gq3dt800f9UmmvF08iOZGZ2VEXrRuBPKDtHpuOA3j03PZIN2bnuNXwD9jqWIoCzRtiMhlHYiUl71rwGLUZ37qBj3/t8V2EEhvMjqA85+KfQUbgT1hEfgmhE2dGUCpxoW9mNC2UrFbjawlLjuyQvv6QF+UFchAr82uaiDY9VWlEzprpy/SfcYgwLJ7GiqCuRFitBNjoCTKRXSknJ/F0cgneFF3tMR0e9wN4UQbAP7EkDlo5MhLPcr0ElrchpSNNq+M8FXVdJ3cPlFD27odufmGVnFsmcEXjJo5r9caIlCAWVsljkoaS4ZeWAAtwGAF9wLm+x26c3V4RDDqAQ6s19UBNh815SKyhhDpy5r7thIYSc1y4U3gLNRva5Erov51BdB59WHtdS8zECJ/yMWzjM1OFjmf/fpQCMCkQ/vbsVJC1O33G+hAPyeQL+XIikmhRBmV92cuKhdH65r7GfLoLqWBdDPXhM3voNZFCjh2g3hQRJtCmV9HTNnYFUKAe3sk449mZ7ZiAhx6F4gsAIHLsYGSFPX5BcxANHREVmuGljV7yXgBoxZ7SJgOZIiGVRbgncnlP1AmKB3caF9k0DF5ovxb0s1jYnbMJ9BlwmTl2kvWAmuuPvUutTz5d0d2K6RXgp8Bn7rAuYlawryPOZxhA/UtSCSYES3reKsQJ3nA2dQc6gWHDZWzX6mB0QC5J/KaiyNkKVKB8tZ92aEIUxs+JI1K2gP9afHkm93LjA7VuUxtiXLErxVzzoUPXFzj9vaWGsaYkjff7lRVbMJz6c/trbMEHXa+morMow7hr19UUex9dTlfVmOVj+lLVuVfySzBmf71qx+np73vNgn/2to9x/RU1RM0wmBN+4yq3MfLPS7Y+cVFLYf5qHpH7CUZpax4Lne/VVVs7ZISV7QywyatZ83qzg6sgNvkA5ckANJlGlyhmWwvLEwG7umjXuTxeElh5083JjYW9dq3LKElPu82b7BYV+0+mbCa/Ck9GtoFnaHTWjJtvCtgt7bpZRo++s1TOivI91uGUhY/udLq42+bmniVkLN9RZxvwft2xwXoQtEq1lo+/UyV8ph+qBKKdUeX7jwKN6TMAv5u40gQtji3KaS0B4fF6bTZH4QsZ/n3ptTaV35e/7AjNsB5chuRPyyZ5dYJR14mLZ1sglVtQgf2crmdwQirGyKv+1joCfFTIK5lQ3xV/4XUCv9DoceZGAmJW1dqOJlxEXZuMzJ6FrR6INzj0e058AyW8oq7gdZd6+a76irLMtZtdH58eMj2mQSFmLGmd6Ex9Z2AGw3SFigGLgrAhmZO0JxKg1H5uS195vZeR9gk1AIRx+MQX2eZoTUTFpX9iFVa1MnaZ1wf5jDwoACm44V7BbWWLgFgBdQYYh6AMPx5ubC/6eeEPgOqKhd5bvJberN1IpuqwwxKRJOJHPBxuBFFOh9/zpuoI+QQbDgiCZykwYdoZRwqbqnzPJraGHQKXjb3djTmEnsgvkW/t2ypeHK1ksf1VGcGEeZ+WtCS8siEIKsE4ynZlxim6lMSFj7sq7OsjNQcJn26AEtJST5sk2G0IvqwqaCh1iQbagd0EZ8xTR5LrFFK2PuO+d4awR+fsTEFnm6X1y7VnRVysZaf0P5x9pP+fkXyqYVnzFrHjxgp0wfVs2MfaIZEOpuAelAhepYMLKR3oQdBiBE6W1mG3ZgiAbeWP8Zz8cahbL5lDgRrAzHk3kCKrxoXej9cKn+IbdDRVIB3SD18nrN9GbxfwKopgbSiIJAO7G6O8R5S8XsZgjbog1wPhMRxmq/RrMgYFee16s7dB6nzwZ5eGTBQ0RAyEr08rpKN3vg2D6/kWAGW0Xu+KCQNZvS/KSH0/d8dYMFacAxI1x9GU2nE8MYWNbcHdODZKJVk/lOLWDTsVIFom+e4BFESy6vW6SL9vSwe3BJbSSrRni+BHTuWRF7t2y4q/Rh7MePrlfL/mKpGfRBGaC8Lb413OwcW5xMeP9q+YkqkSyktj3KNzBxMf6ryAZFWD/YbiNUb5NF7LpIkawY1hpS3B1MavZj19OVRJDGLYcuwuneKDTVcmcCc5LMA1NEyzzQTeClZfPgRjDgWZTmrYCmH4ZntwVZ9jg+dbL66wFpBsij7y+sh54Hpv0kgXhtHtB2JGayyfyNdN2nHm7x7WHiKP+wAG9NNSRHriElZd6f3LwpetYJrwTzkWqoQYrRRNocoh76JYa8oYVSoKmIn0Q1eIUT2loWIAtyfpQobrBdoYP+iIItuO+ZlACOzPS03xGvBAcXB3ZL4dAFs742B9K5BuuZftcfS+9mNUn4py8bvIVhH0R+vS9uT/Y+an9KD/Y8amh/hGD+k3+Qzq88f9nDv2L3aS2sNDJoXSa828J4aYvo2vBfiQhl3vDHBq0ssrX9pBjQMJMGc+nTtWY0hgJzMXhcp2mQj0nD9TgSM/E6u0vBJSRJqaI/hLcegn9CZMXlCW/Ji7DUk5mC1K2TEoTSRqZ+etbJ0O3X51HaQPNu3Y9lLIjTG+m6Xulfk5mMtPOHkX2ylZkeVn6Hx6fk+HuzADMYeC7Oybl5KxeXJgNizjF6CbiBvujE5GTFMTiwc36wQuDOa4MjIfh8CYcg22sNMRbrI4I45/DUL3tZnCllEmBfUAfDJfZMQ3J7OUgkJu6ksC9KTe5cIZoBIKFxMsDc2qUxfpYecUi+/sZfhCcNQbBec5bb3cxx8QDb+DLcJkL9rWH9ZfwbShu6FgTWYTq4Uo+M5Ll52F5qhXk311mxH/dEXje+6hNGQslg2txf2HED+MdnR1wMCdYxRKAoOMEWAglQIm0Ew3936EBa83ouHg4fYbx1KNPt+jTeCJos/JLt6jon94dhDEdEwgBLD+0VfV/Lft+jcWpefLt4ZAqKARZhKXWt48Lamk2Emyv6NVF6YFCAHkIFhBTGcewMeJoHHsrbQ9CTorJEwkHqCLqgdG9wC+R1KH7083LHilVBWKkVVDTbXhY7ylrtyB+HJwCbUrOSzc3SOToiNv3/oi5qKp9r5ov3irG4ADnu+IYDWaezDVt5lYx51XxGBGcB0A58ODnLVQk4n1Eyp4udhE91APYc5/63L8/AIeHq5tqCu0eM+hfYi+Wv/XfVGSzgp1D9mxgL9+mmtbmqRCm15xF9CK1mcIRoVxweKYohaj6w6lTYlUhiCVfWCLYuFAowLW9FJ/vYg9CF3V76fOFQ/QK/ed3QCDnL4hVhUDRjbfKPN+9B5lp4IYTbZXWaWi8qNW546DwBFwrBUJPmmGFsBBk/EFWMIJhp/P6RLii1bPRMio9gQJgHkIwuN1wBSYMHBGPQaNKVEapSkNwdzEVPbruw1+3KOPVUp4GmCfLYE4Kqt34bnhm0IIo/HASphg7ywM5I1uOuquVIjG/JyOiunNxPNK6azeJzah4DqLqnfMd4qAoE2ZCYRZCS02dg2TN4uLbGSxSWB5xlBjS1Zx8IQANRIqTkInxI2Tk4yuMhDJQocEJgNxmgUNIAb+ZQDSHZEwwDLJxgOyL0YTt3/MEADxgFiTlnLmskCCdeUg5Q7cVT1HgQ0Ap/7CCQ/vpfbcgXwgIz8m1KjSjoqLwTaGUvDABCWQGKm5YDOeKLtrxYYQwh1seyobyioAagfglhCkCNf8txC4pQsRtdo5FXQxYjcDwXYPxMmTSIlAaXdm8bQoYJDkS8EtkyYWewyLJdCAQvic58ooYst+ULmIWPIEICnOxvGaZpYNrPDDcEiWYkPKV6eRu2fiaUGkJB0udmM0ptH+kAf1IbsJAPYelgdoLh8SMLrprC4GK2WhLeyzMDKd/CIohBVUG7dUiwmFkKSqJrNdINkyIxA3bWNgxPgcc+ZgY0jnhX0zYqZijHeZf3D7trkJxqrXSHqVYPANuLPZYX2GufD+jbNfbYJCMWhwlxBsmAhni7VjAKFAydXGI0KQRoeFahqAXWitzxRjMzjFNZIeY2sqbXNJsH6vn8tY4nFtC1sZgkY7TxQA8rEEUYE3vIskZrITbwVg67DsjujxiegrsKavoQjyqgdUDTYiTYH37iXCHEADZDEKEshwIa0LZMTFHYSjD9mrYVXURXsxvB13MD3G8L6MC87KKnHAOIdeESO1wqxlqWgMIoGID8hZQsIWzAodgoYoF0bqQcw3tY0KotrK6QYB3kISq72B9kyUsIpwZI9dJk44oxMb6lvJqGmsyZnVPBLPs50HGzk7X6svK6CUwQcTPxA0JAugL5Ul8haAuyvVGYORkuTqHmPPQ8hok4UOUgFJOtP8VjMZWv/oVDjie5lsGE+PcwGLiueaJOtisqXTTkFKfBYRxBnM3714RwmKeiKEcITuGJNHh+RybT3xzeBRunTVDQPlpKIYZdKzydX9JdoyxtKeYP/Sczi2swIpafbpSBkbLNf0khnzo8ekHwT3sl6IVG5soY+++suk3QNZHxCCdv5cZZ+I6GpCGV73aaiYqgjFfWmj4Jn7xmAkksJxwZht7hwFFmSgeKnghMBESETc4aQYhIsMyIqMyLifktJh5J0GZqEbsBBgCE0qbuoeoDktEEEIQ05gZNhF6Kd2bdcY6i39lRqHu3fmCoSF65b63X2tWY6sGk4BvREL3jZdthmhoAUDJDYebP/H4eCXgfERgF/ZfbGAMOOYRTd8DHPKUNV3sR+inoNf8t7Bdgi4nndBefNt8ZyGYABZPNlZgJW3VhQnOD2p3aGbhOE/6IegDO/RYLhawLI0GiL2n6jpT80zY5eRmZQMYGsUGkQFTUDHNUZcYndS7jD4pc7BSpea720gPtgX9GH7apZrPLoCQOSSuCy62zlBeVcaEP9hNaojokIHdHD2j8X4C9KC4ZT3upFikp6WqCSHN35DolDfilMVIszbLjskcteR+gIX59Nxc0XEU0eb9wGGUsqWL9rD4yA8bdRpBhrTS07eyefa1wOTzGpy/S+yMpnLuPDWTKNzqf+QFvVx8CdiZPHgJ0gonjXgORk8UEeahEDLTNiZETdVmrgXXjT2zy1x2UaadJUkK309Lo97ZM4J+6RWPX32b69yn6reKTtHGq8QAJ3KXTcI2A6wIPqMHrBiNwJDRQ8J2roNsyNBEbllt58LTj8SyeOeGVrJpsOopeytEPc+QcCsuYPS5ZFrBVN/+k/tRNwaE2/oLV7HNvgSjCY51E5YFrGrCmhYMHi0fKi6hMOX1GO9DjZXTdwcds/ehHwBbIZYA86HHiQc8AVceCUNEgbAV32dhhizecpnk1csCRcUaF/XGPS1Fr8vgFRVp7NVqMEw4KA+zzPlqTyVgxgL26SeXfPNUqarKThuaTirGgeNa2E0XWKM2gtvpEY6q5JVWwyed1GzkKLTwQXJvAODxGgCq0Ohrk8gt62FYdOZmX8N6MJ7eeAqaAM4aDSd4KLexNhfarlZMdkPu6hyZibu+C3UQZjx19QKslncwWIgdzPRPVMFSq/2wL/Ai59GOg4L3esCdZ4ApBc3d5ePMQE5tjToPRbIqypij/x45rEdeOmKZ19WKDJiZ86tYxvQLaiK1kpg6n9njKeuUoR+hCvIXQGpHx+kvhsSm1QlrINkxl6WslA1IO6SEkS8526DdpxFhe21DOKXE3thMegyZnj/wqC4as3J+btwpRGzpvcxxDWYf5LGyprdb5eUDAiHdOFBqklP/3avkAChpTZfdG4epulQaYysY8yIBaoFBRNuoHhEpvAmoVAPsSHWrMkGZwyeJ256NIVjVReqYJ1DA7Wp3fZs4AC30yOsoBNQNQjFQQMZwBrRrJX8unnc4Rp3WmUS2sKss8RKQPwTME443eL+Tp4TADd1q6rLhdTOc4qkYiXJiusKXm6GpPx+8UOAIhyynaeXep77jf/+9ak9vLpaOe1mzCSLt3n2Qqu6m9qlQ9XNpEMYIy/Hc0s2plU//uP7yybX5Iz465R4++lBR5OadM62r3dwoQa8NUhvHwovento1Y0f1ZuvlllssrbTPM8SfKg9/dMqBc2NOsvO/eb7eBIhcJsLEPsMCgTn3HSazVZAM6GnigiiSrIkgbroCFUAASBK36NkZhOoVzOw+RHYSHAkL3pmBmXs9gSK949W+Tw5Czd0LxUjbENEEnhcDcyfkaFaqLT1gQc8IIMJWh0DLWEcRI2m1EnFj3eFnmrDa0t3SbgcqCv4JE9Go00TrNoBCeEHAyu3EOdbeY3B6ZiGZhP0VOuLsGLH12rWZKu5gE/R1fo9pX3OAVfUWTa7oEG1560+ILF91lUhPgvV3bHPMHvFY7UhOgm73ELMJ3i/defeu1c9ILUjxYDlQ6yPhFnMDtdIw/XQwNbbuVeccvT68A2WZ6tMMe7U6DScgGsiCcdDZXUZWTqwwyc+GLdTWqOS1extfzpQW+6QMqIiYC9x3AOdA49GzbsBO+QEIkmUfj+i+yAqE6ML3PbIhEPqJgKvknZVEI6lXGhNAbQOhx/3T55Rp3Xc0PgbzAly7hcOuAIEEf3HQmnkjzkqi7JeVE1UysUKYP9I/oaRP13uro+spAZR4k2Ra0L4OpCcjaiJ8ZE2Lz8STt4puxBZqUQgNNxsEt6PQoTERApmEpqyZaqikrtWh6KWBkiqbrwjFNApIMoNOlt393o3XpervqgxmXEoXKmbPPMLE6hp4dE+Gy4j2mHctk6Fx7dPRt3bqegAdkzKjuy9XRjccNah9nW2vOGEtlAnDu5oTzXKOVTyZ+PDbcZRRZLwNUvNPtv/nUEKOCRHQp3y/e6wCC/3sZNa8hyDyKQg5YiyRIp44O6Qb/2W7Is/KSrmQVEFrfer729d3IoKVY6erZeUQyZV8KRSiCM4a19LtAiuRNmkXjtanf2o9nxhKbn6ZMAWSYnmpY1W8iVCO5kordFOIsYRrUyOQQSmsmjYWmtVjnd8ey05X0Q8ccDWftZAhqjq63QuwwwrbzpbQS6uO1uj5i2XXu5Xtrf7LSAVcrlSjTrfyo79B0swQvbf8qH5r3spG3rhBi1qbPTvEjEGCzdEfkkjcaUJXugfABN//AMMJY+NgNf74+HLo7T0osciWBLzA5nAoXd27IlxON9T+eFmuXZeI0gHpQpIlVdIlQzA7oaQqbX75FsgJFIUILK5VJoGdSId0Spd0w3MwdrAUAzD3VHsiOBvIc3khL+WVuH1nwaG0IkEECWRQNR3AWGCGUqVexgUucYVznOlTs2iViZ7hgFO7AG548ormlyGH9Fe2FHpp4Vg9OD230IuT710hzyfJs8VaPer0B6vDl9MbTz79zLMvauuzgsG9eyMNHw6MvP8O5QybqCCGzYYBb4yQGuAsCUlIcUzVoxAH76e5UH2p7mJl1Z1HijM6mYaSwXW9rQtIwxxNY9E5zTEs2WWePhGh1A/YwagVWzAhHQxM92bUTHl+YXk8VLKIO3SorHNarFF0eunAKdFvlUsW5oXvHY4hJYj1MnDOAlZlgaye0fSCPDrconU3bo90z86JRP2lB7TnQ5YgFzU/EnLyha96iUyB7LN2DLqzjyMgaXJgEWBygnUYg315ZbCpGZyh47QYMdKmsE/Q4CZKoN3+T5WgsHhBp5ET7MJC49I6QtB+A2yIRpNgU39MW1tcrVoqKl6lhGaNCTl+e/AAAevdOM6JkklU006l1p61cefbMzBhM86BQa2v5wz6OMpSdc869X5o906t3miVhtskRd9KGEDQkgPWV8bC4q7ZScdBcKwTt6lTjNg1JhkW/ZBbNnoUXAY+SPa8sCrpNZVssTFKVmmjiJOViyLD+c5jRBYrOVV/aHBRFxOSmwK0yuGjHOIwXlskJuHAEdd7o4YxDe2s131pI3CZ+P1jDeAgUK57Ze/TP/58ufQjdOFmWRLahu+PX7eQPeAuwogFyLcSkCiJlqDEShzwql6MWxQhc+UNzUBxU6qgKQzo5rzXxqz6brY+9We+mffnyLmJ+WyQvClTMo2s4sb87ZfX1H+Ws8HcLbkgW7J96U6nYvWdBWHEKAtIAEABDRBYjRMaP+az81mkkUQKCb0qHitvaP43KKDSmj7fuTaGNlp6gfUs6zkJr/GR1/e7Lx9rWly9ap1JmZaNPNywEDaTtV0YwYlwJBbvHnY2d/P8/y/+U24MDyAQggtYvkvBLZGVHLIxw7m+4AgKz//GKfgOzEI32dmLqUybji41YEvYKAwhTrRH9voep2GxnZ17DVYUghwq7OA0hfRjD0w2dHcjH1I5hhPPbAlhAzhDj0NDnoDgFL7GDIgN/aTWmeDlyY+tI9hisABkSTi1s74HM/U0DQ5jSDkbzKsLsqCdUzPnvRFzDhtWAI8jPjXkz4gIZUUXGwg8wVXkiKHqVqoCquJPtv7qdK/Fyc0/GGAaNsx/kMLwYZPaEOSurQ+NwzJxnKooQbszhK067awKNCg3WbsC28lQw1Y9QQ44sE2Koc4HNyFjlDcuP9+6a7pk5hQv6sNUSqHFd4bKT1dZjOjoLJ0jDU3l/NYOovgZ85RHVkZqsQUXV2MNJxjBi9e4UePwp82CY7hUN5wMAFuVsRfWhjcWV3FDd7dY3qHn6KXpgjI6efvxq8wWCKb1w8abDx5Vcq2bz+76XbtpFJgMPffiRx3s8q6XntLya5OG9l8/sw4Lxm0Nf//C7k/YSu8Ni4zhoEtabFgoeRGfI2vRU6vVMWkoTwglcdwGU6EcQbyOygOi23hdawg5/V5raLLN4IeL9WavYCqLXJYoaPVdSXt4IFg6JxiCRHbzTMetL7rc+D3vSQzaxiOYFYh38TaHiZOeQxjdsvHAqB9eTp95Tgin1/lrHWLdR53TcMgb8drfH/bTl9e57T09YPhzSPBquFW3JF6DsvTs4eLb7DXsjN7TOGjQAsPxODu+lH2N9JwY3X524w5k4Sl79cnPYcreDBatqI6bnRa8camT96SUds+JwA+Pl2Z86OtgTDRGefIj3/xMjb0ntq7Q/nEryt97ZjTiCquxOMrvtm3oJOYbGccYTlC0Wa/4k+CrnxIlNv/ujXxwFTLVjUrTfd36fW1mo5fi1RoffpKy6Y3cx62dNsp8ZfvnCLjo5d8qYbnm4VnGdxIOMSlyEUOgM/WqH3li4qKJeG5w4KAGVY86lMOzLGkeNGTixKI04uvM+jJNV8qrrEy32JqJXZjATMkC6SIurASZ07d4CwVmJSwkvowq1SUBYSVZJGVcPsCowSH/8yDbElaFZaSIkd/RR+EzWnLqb6I+gg7mOOUel9/T9DQ5GD7HOn81Mst4hWyKdlGymxGewnlzgnksXLMZeqn7GbERNGqVNqnzU/7DB3NYip407UrHp+bfrm48/dLLbneKttNgwSQQja2Q6gszLAdhf/2rSaGItgnsEGZD0CQ1Xdgwtqa6sPmQYInXePRub0Iu0jv8ver7PRsm/YFFbDf9p7Kyl97+Xr/4yqDCJZoRphMo1ItMgpWHUOn99c7E+F9bcIaHrEpB0/T+/Yu6f8EAM6+lsdz484cXLI0MVVXdEq5Zxwe+fAUG18idMRUR1o65ldsyauUUjBzEmXv01CPmdFuUVzf3e+G8OdFHt/2N3MFUW7ktA7S1+3Jv3G+0TP3VrPvoK6eaZ8/wkH91+DLWnVHjpek/vAm4ZTJZ11Nv30LfkgKjd91RuwCI9yz6qAx9xg+0Cqo241uhtx3xet+5Onjy/Isvv93l19zE2KTk64ImQLQv1zxwEq0QeWcMozfs5tMSO48fvsjyQamNjYckYoapvX9XmMCMfHiOLKvD0WqlgC8q4qBRLneGOeVB8FAEOZbMPDUaKhLkhHc8wkVE29JIgZBvOp4bCQkn9jg4CALmszOuSQQA6kCVjJ2Eh3Nu0Y/DIVSVIxzsp6buehkNYRGFTovhGKJc1kUzogdOb8NYDk1Ud4Px0TRE2rsgvDzXGxOLQ4mZMmLGLb2ersoZObmz0oRPzw3YgLVHL6LIclAcukmfqo087YrdA+c81f5NywKoqRKxsaRFbuuxAH3rIBmru1NGaF6+1dyhQmLOtbdU3NZNjIMTIQdyG4LkeWo6eZPI9hyyhGVHB+OgDio0/EYSCOMCCco1XZRgOvRPmHAaQS4YWyJkRfVsGE+ntlRRbHcvm9MZYQXqQA8ouU1qUcikmhlDTcGOM1CqkAStJU5GRaCimGnkIDk72iVbeX3Csu0oQ0sswuJTFzDrAMVnuyfr4dpQhDgMSCBjGeP+tc43oPdBpYcS0F27YjCBuSJD0jHylgeAAywkZYWcMACT1R+Ih5fXNA1CBTU2tMHmSvmOZDKoruFuhzXf32XBkTjCFZDhgSkSwuVOGPWeMEzbixE4daZYZr8RcYqWsNOTRjBSAoN6O1azIBxHbHSHk1+IYyRA5YPUata1zXT4ZIyOMQsNZhl2rw8Zn4CSvoucJSk2IfM5cogyzgZt6vdX7wYBQ5rxCRDv9Ge/6YbvIGB9pKgp1H1nEydyeC8+/Vptyf93Ki3gcwTs33pIEif/ePOStSvSr2UlF6CodctjtG8UkCdLaiO5kif4EfRZV1sKtQ7U6mtc6B/IubH5xSCeiGQbYTPOKr2ph4x7+h5gbkbrCLIbUVgSkhdXmz6YF0nyivoFccQeS8C+2t0/o3XoLJsC1rfnEniab/LaUvh7gC700srjjVPF8+HyDowS3eUYoVPnLlwsNZe2ljCcOmURnZdH+laQB91AH6IIJ3BzxUieG+hm6WvwolGDr5+oX5mPRHav+I2ATHScnt+TcCAcHQhFBkz8//YmdmMns01Qp85VGMMDbhxKaW9s6mzJzzs8OfRwOxivEwuDNYJTsWt/H9amemRy5VmMv9M5F++JEZJWWUWKbOas2N/9O8srTn4ddw88yReCNDw46u4xgx2qQjVDgYHWw/MXDtMjtBoWmohprW1x1QjT4clNh/YcLiLKGlVcFH0/Ea3uFDH+w8sr3a+N2KePB4+HyTUv8EF8Ia0yQSbJVJkmbdIu00VGhMrBLYoYQXEiS2SpLJPlqFDdUvOxXy0OuFuPumDbRm4XO9q4e/bOzs5Ntbnmdy8eiN16V+xUT5V75F65Lxgr5LjY/26EiZPIKTjgCn5R8moPxjGGvdin9wjswHa9jbH1sbsWs2m3v7vHjNaY/SPCxojSuvP+5gUe8YEV2EASUk3aVI1gvyM9lQFJRcR4h3KUoVSXQFhEk/ml+o7WWHJmfrB6dckY/sDP2f4HfAqnTi/U6t1ef5ik3sLi8gpMUjTHU2R+m4UjR3oync13dvcsjLa2d0of/yn9in2Dz/pqeIjOPTuxx+G3EMo3z+aWWxuV9juf+O4B1ELWmkMtfSwfYHnMur8jEzZ0ug/+JYhvl8SCsCqc2JKJZquitHrYVlP+MJuRKWFa77B6jOFoco1YBxgSkRAAz0WjVXGcQf6EBRvY1F5vhll9WMtiDlTa0jc0eklM+7RcBcuI+ZxE4wHjwDKE6nahet+dDwzlaXHCZ3NImh53pAajUCyIJcFQYqhUJbGtM5hYUQJBFf6d3ApwQTbimPny9PzZKLous3v6cjrulaoz7dOYqd9ROEhq+gUQyBI6aNiUciyJ1wQhODu1OOx2gGk74oSax4qKwxTVor6gGDweEyiw0pBExiMlkzSPPcJ46M0ARFIXp89+CcMNQRoOPJWDYvsJ+Sql1Jr91QAhHmFNnDTUL1Ys7nJxNTW44Sm+2zyByAEK8ip0yuNA4nYaBZsZR9vBFFAw6yFLOG9hW5isZ2NRXYpDNWOyLDc4j+Bks5rxi/sU/9yh3A7ZUWHzs9lK52GlWonCeV4+l1tOZ0tjBLSczIuK684HaowkmOXEKOTBXMnOw7q4wcODEzw7dSubzW90JlduaUnngSbEBMpk2fV4+/EVxqCT5bBo14YRwK8GtGBgobYSeY3XmFAz08g7QjzjoEVYxVszi8OQZnpzedtwbYfmacUiKtxZgcam7gIsn57jyAazehdvdO8rXIjdOD9oZ5vQ7kSjQ2hLjmB6E1ssPjC8BnhHYvO1t7IjYIT8622Tb0ic5cJiNVoZ3fbK6/gg7ZrPI5oWQUjWUx4vCiVlmKAdY9zuZB3OlpTcyOxLu8196t6e5yBywKVvJgdeHXlClFj7taoZaIH1Ygn6sMrQRBUTFZv/rTMlME8p7dEPPGFa4mpJ+cPiCUCBqTfP4JRaIL4+EYpbAy/KwFUp911BXunzQADTN9LKBrkyEgqrnatLLVOa/if+lU5moT5gOJbRI92U75ePuUACx/Esxpp/g/tzXxKCy/pccahzn77se5PD6U1Ridwq4rIpN6S2tzd9VOG6O3eP/+GxF5AuYHoBqpBoYJWWHA93K7guP1fJCXJlVWJhM5U7x1X+iKGc4fBQhNpqzYfYNoGlgFVVNL7/9WXE3eCEFoQSGUak8BJiuei4ovkwHQ9B7FSli6qmMAcrEFW1BzVlfI+XvrmPmBktQz1ejGt2pmOPGI8k6jZ5vVOjoQCm9/2gR0Fjw3xkQkMIYQQfazg8pLmr/Fzlm2s5NKr83kWzualub8793Vxpb2rG6WTUQl5lebnlos54bn5xaVkQJUVNfOe3V4ZKvewcpb6+Y0hfonge4t2VURnfdxg4VD6rY0AWYvCw94xvM6fFeWU4NuAaycZ5jHbApBUqsDhMTR00kAKrYuicppg13VBj5B71OE91+XOBQAFThwBFiFiEqpLAuoIRrpZ4KaHwTN5/WLFIbdYrYkC0IRyhL8OF72Ed2EJdwowsu43zfRuWUGj26UGZTpGoSJQA2qhZyIyQlUyH66ArOHQ9GN3F3BmYEHynrpbO+iazGab0yi1ScnNkoWWWIRjdmxaAQsXaVtJLZwqkz+09P4RKbimFPJhS55HnHV0q5y5vKqofDVcs5lbTL0huhP6tZHkq4mCFnsZu9FDYa/5b+IKr1BRws2/jgGCCmI+04gZYD3AbLbm4LXyfrB9U2rTUGyQS431TxwevAaj4gQrIVoAXCmymkGpgDlXlywsYkx0WUIolNUv+Q3GEZ129a2nLbpu49SIEE2gwRC+SUP6ohAppoYDCVTY1A1Uh1dAUAJVceZUpSnbzkhqqQO0QLGQOUvrW787WGrffWwybpwc0fYna+ukpN2Jhknk647RKQO4kye4YM3bvoJQJyHXNiuarqBlMcjNZMqHmH3TDPAlZ5yE1izDLv0d2fVx2CfL9p5skAnwbxsCVt+HZazVBn3S+tfLAkWM1pnOjezMYpUPP43k1BEeCwcGJY315X6q2OKjf30hgGJ88uzglq+P+8ZItfkCFfPGxfCpIAhv+CwCKlwEumOyx1hTjdV6BPBsktuKEnulFzdS9FY/f26DwjFsERfDl2Pxc84xa4hUXb5W2YHecYVzDPq9JRxUyLCMyKuNyXW5h+8ySvTnYwvYe1w/UyZfK/uHTJ3LxFKEdazjg1hmheIDmFT7si30ek5oqZFhGZFTGZV1OYPLMkr1pmMDkHusHquk+v3/49ImsKVp0LNT8AxNFd8JDO31Dp3iELYwCq6iF4tJ5eV/4fip3hU930T5fyT25J/fkntxThbyWd7g/s2Rve7jD/R6vD3Tv+Zde9g+fPhk9zS2Bll/Y9S+3mFbOFjj9d40Cq6fihWiPdnCxj5f7/FC60pWudKVLbnBUyBOcnlmyNxcnON3j0YG6jz7xpH/49MnFe1OKptB4jlWOivTd41hWtr7CuMLdD/s8L6OqkGEZkVEZlwuyjc6ZJXuLoo3OHhd8h+bpk9Mf9rUer9+cMaqY6j8p10tTgye3CrZ4f6S0QjSWuc4Z0eoxjgR3T5g0dRawCJpEddAq3dCWIiM7EURZ/TpyOHfIjZQ5nnTrjf/64zFAW4wo8NVP/9z916F/YRULJCdlfuyv0cgDCg5Wu4GBPSWnexeDHIMuphtro39d3Qd5TtFYPxjcjVZZdVvoFaw47n+XMbDgHOjLwLWBX1k84//74y2KbnrJCTKJzMk8CoWm5/3NoyFW3eatVtBO5DJWTnUkuS435Ba2PSG4paPRJp9fclBADulDmZnGbLx6J1E01h8ay/KtVo4VNHU7zGtaW9BpvXmbf6B/vxkK6NfppbV7s8ENOp4rXMw31upLy63+IO4HrmIkZdmZ7Mx0Vh/vXb8EPwge8Zbg6ZEXx2MsBDLxfeCQWWMslEqb4TOxUxgvIy6ShrH4AnFZYGNJhc+jc3ZaSLToNVNUMjzUDe5vjl/4/o5vfqLG9z4XgkpE31Pq8cPgxLgqaXqheCT+PHejZcj7m6+YJX0XsAucDEetXeo1tl1eX2tSOgMaW6C+bza6WYZqv/pzZ9cCGJxgWlvdtT9/ts1kXGOCpfPmTm+JoyCtZsZj9TmWFfoEpT6klAz3c0QiQWwVXIvww80xJdchQmR35h9ZYWULTkwZtnV4FWunH0poMzan5yC7NQCjnhRR6WZd+YnzVmcSGGqGrfwthY3sh46NW5ykOkrg5yxeaMggKTmDR6KAl2flmOUpLxVXuzNgZG4pmiZnbp9253Bj/wrlD5aqbm9x5kxVquuOToa/5u67shrSukjeccFOCUCUbc9/19izS6574bw1ew3nfHdzEXR1lycweiVtJt3V9eikq6nHCXgU8eg08BS2gCNsQfGq/LG9IHS/ckKjr8r8Ab/ddlneQeX1Nz/wVVQxx7ufgp3lh19504R4R3L1gSvW2uNYlrPFWZzYBrUmX+yQ9SyRZo+bdT6++OR8x8pp9AY78zUHjtauYMEO0NZct7C6db3rq94dX0CGr4xubfUD7R3m5iOnfSlZQCGSnUoFkyCPQQGrHrnCEaWY1xwLkY1Wbad55BpS3FzD12TKiAkvuid774rZnliwmos3W86u6TKiTRAV4TGeo0AWYsQHGBKQJpiI8+kzbQDHGAIPoEkbOzSSW16hvjYu0RH0Gk7w5LzCWcJbTzYZkeRUhVGwiFXBABKLeMaiSOh2vHJNbFBfXXRQFrxClGCfjIVV3NeNK2Igp9K/KMjIG4g9DqS5aRhVqcMxWifWPuVzQPBqVDe25rS0LJJDRZzHeBWJKJ8OYSZ6JRVchhB6XvVzYsqD9YKwOIRXVdd76I0Au13aObhQa9xnJ9Prp2tXm+ns1LWxAROokKw9OAWwv0WWGSJqHZKzJ7ALxqpvHT53chgooQQRJCgwswPaAa5L1cP58OzwpsKMYBEz+YNyM1GE7ogYRTeI+Jypsngpjvol7kk/9X47HUyIhfguKd981T4LDIT0vZ6frcxflwSdJAIldEGGg8JmPxDx9YzC71JG+4LDZiMWdmW796Gw9qFeZ0nCglzVZyvjGxVS4467Js/NJ5iXKtYAt1/LnkpwW1tnbQfEGJxeoG8hckGq1l0FGlnn4IhJKsxtSUEtqCmDqfqpgQwapUrdNE2NLmNPXb1i0IdWFQp6m1qySr1owGhhZGRszmSHpcKedLB6XFS6BAVDgd+mXSlT6Wk5RsOIYXg0R3UajpU9snChNiAHKhYLo+pnocXR1EjFmZD9Gnbp4dyGlFvYjMRe0cBNujonH9TwjZjv3Ci5nWqrCHKLTjqR8XpisqlcT0yQTLU1zAzhkKQxT4BYN6ofcY4FayRdEtkkskwJ/GCRcBEDPpS5OqK4PhvZ1GoikTWGA6G8JIyqKX0uTLWuy2qh6vtB63PViK4ZWoXahywmGr8sIYoxdiU6tvZ0O3zHmJ2CZPOCdTp5jJe5xrTKYvI2/zffgOSa0WBwErJeXkyTR7+TEdRg6fXBMx77mw5UErNNFQFwPV9wK60EPgljglRFojfZsTbarx6aUITGmpXgHnZIMwnGSW1hHcejS2XMGadmfPYJiNSddOw1LW7Do+lynVpQ9Td77L46qsDiMrTCWD8H0QgssJWreQmzcf/zzvwwoHByjevaHD3JUXNbGqW2MZIuc1C3X+/oocwrDdbkXtXBjVhZszZVEz4SoMTtXJBtjb3TGw3j5dPOh44yDp7oW0+if5Rl6Xu+3g072T59UFbv62ad2+SAvnihOWMqo+sDqoDQYOup6XG8JX6cGjI3skT3nwNpUVgbSW3B6/VyLHKrXw0sl1OKGEkrbJ5+vLSzmhmmGC7oYWmMvkSJifOlS+3Ur4dNxBUzBudliMi52DxL14M3MkgnMMNtf0jthxxFRVKatQmvlHxyPM+V7N1y0QEXr97qRzsRNyQep1mdQ+qEnRdEtXx6VUEN1gZFBPuAa5cGcrhpRU9bmWuzHaSdtebm6ubDO3RZmBEx4Sa7w4RJE0cEbtHD320SAFBVKAIJ5KTYnSHye50gYOGSDomCrRtSUAkzjXmyO6baHDq+X8GtKHRAGtJi+v/+w0OuZwQQ62k+WpO+2+BwtJOm2SGb7R/qOJPTr07MjFIMV9RtMdjT9+Vglhknvzh4AjpWd2Ka6xfVlrvaMCxLjpjM+Mn1Rn+TaU5nBDaBF/gmJEmxiJGjauC1dSgFIfgKKi2/QrdudXCuX9e6MHXqBYaXzr/4esK84tcC+nFu4edE9lZp6513fdzbp92tM2HrVie/+8KrrzXKGbk22bq4+ZRO175mcUM3g819ODd0pqQbz+M/bqzS9wLsArz301d+Fi7cRKiu1f8sOIU/zuuvPPclUD5A3w1TtMKYcRNkMEz69Bg1x2DDrYtH9cz6wAt8kTz4bpdC9CMPKdnzzl0iDrZ8lvtYzClh+FuwOkXPwC49dWHm+C7zzGzUIrFVEkBjsYJTGZCxVe9H4hPx0UXOHTnHR/g4x0el+QMJLqk1MMV8T9Sz+lq+8rilNAFIiS+E/5NGsCvWHxqyc3MchrP/FQnNIKeq9zoFuWRJMIp665jlBojoGLJ+VjUErkL01Lr9A75tvv+NtGUr/5zgbopGh9O3iu7+zSgXr62iTC32mRR12Fl83/AoU0lKHTIDX1TsxQd4EaeruBa7PdmXfngL8/C3f//+RyJ0jVvuVGAe8+7ChUTQvBCtCLeR3M2Lz7MsbH4NHE20CskCrPMm85cT+xcvBf4XF4vb08zI//jYUfU6GJ7+AnZwLGyO0i+yndLa0Te3rVPYHj3Xe3xXj8nK/e4hkumbF9fPlj5un4gyWGZdq0C2HnYqXGD5AUhm052CNQqAhdnrmcu5y6iGLWDzGy/8PGm3SYr5SrgUA/8frU7g3xZ2fBJjsRhCIHRf0f7fJoCS2v88lb3+TE+mr/ax/cZkPJ0xl/7Of53PWdmzje2og/nV4O22PUdjX91wYCrtnkrX2yZHJt7BDmYds72dpTXRTu8kB4awL/ttzlxb8tCOLHemvrU/PGNe3VHhmfd1rTldr2QK7B+zndA5mm1W7Iv2/2XrFWats/WzLctwJKEOz4cT+dWWPHGsex0Nj3eNOjzvx/ffYzljd94djdmBPDKc5fanUn3C5S5lNBtUnX/bs0BRRHJz1Nj4+bpinRo/+9Nn7wYaqw8Hs97krHW5frZpGY4m1P75cCi/+kSaPhvV0jE6RHvoEB2j7XSUWqiYtlMZzaNSyjt+7yh81mZjYu3QNBjFvvXk1Nq7hJZd7lTbD5febXZsuK39xIzV2NZZXHu8bfPCwYAUR+UvZ3ffMDYttozGJ8OwoRWO7XK7t96h3qS1ZstJF649+/hVoPvaq/vOMzPb5OA+5XnYBvnnhdv1s434z/dRAaETWr7N2N7idC4YDh8zDMbZak+fWvBRnQz/fet9Ud+6Lf1Oe+rD3Z3d9vd4u2lwzIpo+i4U1QL6KE3txU35pK49b6C1hM2DBWc7+2GPj1Ar6FxvYq2ls+F5m7QeJfLgffgenFnByJqxsh5fu6jOZ/gH2vkPm0j013lkbN+v96fog3lJz1Z13m2Qm4Y2hGWwDbMabiOCPG+jZJG1Mc4JaeNKK71NkORgm6TIl21KQz1vM2haTpvZ+yo0t80hGXFtLqLfhPbnRGNy+wrtaGl/gdXv2IuuwvpdedyPM0A2jgKf8KDrJ6Oq2oELfuknH+8fXqnPpn56oZqmH4fS0m9qb5/vad2cPRxsB0gg6ekXSTQ1/W6Q5GR4C+aUBBm+RaMcqSqTDg8ZOefM+AzKcuhTf1DicUDUXmtGMUWee7i9Pzp59EzNgouwAkN0JieIFkA2YPb37krQ/qJ6pjKRyRhN+l3CYh6Plds9z1Exy/Eu0SpahoAUO+ViLkFBDEcoRTNBkeB0QxivH/y/lnCNMsHLs+B5uaNwET/BAaIip3QrX8bpKMW1MVzkFtxohpCFlQGYG3jKPiJrQ2NUqkK4H+cm5ahKgujEwFIwRmftpGm1pD3zBFtkmtF03GkkO7CGmQJFBlOnubmP9DuJW23vSdwL6Hl7zNEKbMesNKNxDOOYzI/SBXoYJE87BClKBVqCNinkZEiUZGTK2scKmiWjCqChT+myRC/Mfadb1yJTh1FenbMDS+SFwucsrVCWrsBows10SVZeoe9TVnNQVXS408eqBlhrmDtahH7BDY3D3xTDCspV5llvAlyKYxS9TXz2UZ6rPh1NNfJyBIhRNYqzQ7GsikJOumtewhNDcg+9VSGjRlHjK1U+6i93MWbVn2DyMJii8x4HQgkKGUHD7h6DNHF7NlWhZw5srupqRKyk1a0iVbOKqogma94A92ICu79tYuE1kUViuKC3Yn/tMsIaQVv85wrPvG3SHM3myFqe3rMfJK0Qu0SdE9Rm/5EWcMAaRwsadlotmWrFSzLMwYKS0wy22yNdccSp54Jwv9S5hOGyoZ+SzFvliELLgsvhKZATlvx8ComkOFuuJtAPYsH4MUl4KvyR+AByBGredCcma0AfKevrGLfJg/JKkE9RrHYfSZ42iNlSyAhiREAn3ME6srx/R7FYhGzT8r0W+iqEmh0mT5Xw7cY+RyE+6uWhNX8xIwEMr0QgjNOHGV2f9jKLb5rmHEX6JuB/yF6qdkSzWUxK1j5ZzMqMCVMNYEl3ZcwZ6QYF+YfsOhvdBOGhGFqnP273PUUoE5e7TfSKLKTTZYTRyJ5dY08dARql0939RApLjMJWjhT2V6NX9CWMoh+F8WncHeHWxfzbuqJ/ExEFmZK2NjRi3nBNLsFHrmvYEBBr72UaJF22s7k1ONVS41mHijXgRXAbKGCGWZ93oQ3Dj+a5l4MFUKJ4HVy+gF7+ZZ5qNfCptS+1GX7CqkxMpTnkk3PmtYu51WIkIEADMY1GxD2XemO7ZM3rzeXJSILJn7v9Xkk9/UlcmctSRbXeePNTnHrKPGTFdYGAX1hIH0mBuZ3QetyMXpAzaam73xdF2NLBBSNoSgVTmdDcTGTPoZWF7BU6TcyyVhVZEAIxBNpXNDv8QzmDlAjDDiw4Ag9SL7XkcDrYzHapNXDGkzKCrIiLhNMByp8m6uZrmzpOzuGvvK8rQfbwaugH2I1WPlYrloV+BHduoZu3VGgZ3mHQGw0P+H3SmlKuMoSP0Fl92Q5Gp9dqV6yA1yAyUI90VWG1yEsO/ZKPPI89C1Aezib5uPp7A0QLCOtBf0D9Zaw/jaO+ZANat5c6AjrOnGHU97G+BAOcK+/DW0hHNt8xBr0f70YWwbKl1Trl6dit5FkkOkAR9thLjbJTM7P/72CAftc+NrtURoM8q6PH+4Upw5H98CGIQ1/GdgUGycQutpqADJb+TSEVR8zqL5uTvKFTNJpaa8TRGTNbt/uQ7P6eNsdKGasbeY04ELjPJFdrm43rpDO48mjj3G6HuW8Ilp8py+ZL3/Fa5rFXnjq32HaeBCZljaq/trxD91CW7yiC9nbdoumhMPZWExvyP/LgvZQODGoChcfe0crnnHd8Ni/1Hg4ZkcP+i+sBUw8hFTzQS3Pq80vmnaJDthUL1NuUb3RQKPeUU7OeVdPrmW1k2s6T89dEezs7nd31x7gZ2w6IX8oidYbruVxgvJMb1H3c1NwEjrF1XvCWrP2XdKjqFuPJh7Mwb89ublnmejEB8xNvfSESNz2LtQntzVIzklVkDtCAxes+0VwvkdKwyr3eruelua4DnV4R+YZaiSlVTf0jnroLciHQvVLKVcaW3nSyqSyTSDQkmepp0s+q1rNIrOVygMqmSWIZ0081nqdGddaAvxUfH+6nR7Eu/RUl8d1mxs5zpbBa7fplW8f2S6BLiO2UTeOSKE37eh5DgNGiq5FmTXImonGL+Vo9N+n1kEiJmxOhvOYKaAf5EV07vRWUZoFCfRmbl6gstcbMc+eJPnFGjyrCn94Y04zWHIZ1uaCQEc7XIXKnQTZQ9gxDbalvJSsABikvPkZFgfD05ZRvvkRUvn3crnYEFiSWBHnkMkQVgNg95xt1lddGGvX5yP9KvUVHKxBy1wrqgMhLB1HoTIMs9jnTyDvWlFuJ6OGwxEB9RWNO2uaESo5GKrGATG9JrREJtaQgUmeM1/1d5z5viplIpX0M5m/+hMXHSIjbjmPE/21LgTX+6TsPiDjwGILIiLwxkYOr2bCSjhV3moCI7O0LJtQbVNlekmX9jDjp0pd93FVaYglFKyqeZX3l2zAQ3fhiSDDhJST067byy2n8jNtzJ62RKLT824s6MNpmf3LDwl4xo0wQ9kThAV8WubkWx9qm29GiYXO1rAY9cF8xlwwSQXU+c5sqWysvOBG7GXZFmx7w6hfBQoba0ypK4SNoQH4QRHo7k2NsbUIUexOwX0QwEKkIlu+9oAOomVKfrxKcZKqbt3NVlmyd+ZKH91cWgFyvnqtHVzKL9t5RTHpZVu5cS10oi9Vco4Yj9hWJabTCDgvh5XMpjaigDzB7kbytkaUN01kEaHrxAeIU8thyhVoKhCSkBNfdcKyQlhz84wFfP9dVmqCXvbpSCOSO8FPodSiAKHOIzBeOZNDJPp1ODsi+hniqYcZbI8BlkFOQrC7JPeAfz0T4MscA/60I1RoqfQy6ujotm4QWvUYkQqJjNzacV0wZkym7rt2MgTlBl10KX8twTigzFI8aDMxQ8b6B5E1QA7VzvNj1OTiGD466mkRdvFlvKihiIFZ86m7ANRXK2JFQFyz/B7iIFOBSMXSxZrEjGjIl5vs0Opgd/T0bgkG7xFhB4CxuRUz0t9JtEHrksw78RKSNwUM0MmVfcnSB7D7cAAHqs7t4jzaMu9DY1w0pPFX0UNj7ct5iSAqeJ0g6ZzqRBbbwk9ZlhrSD/hJIwJgufYqSwUsrLjKcP/cv12a7eTOpzU09K+eBb80DOCEkJHIV3XqrGxSG+xEjQWD0v3z/qa0WgLO5ji9AdJSwybhTLKyFwHp+ZI7sUel6CZDRlZHRegcR79D4ALBADCoii5sipn9VD2kV2+sy1awPU2DyPPwmg968hNU8Jt4Xq9t3IbX8xFpxkHARNLnylEGSHSh5pCr3x+Zil0OnSMg6kTGnreRIl9HeUwlWdIQ5kc9ZYmjWXB6fjZYihUz0EHw5puTnfseoz4VdE2Iuu+G+Z5wWCeqap8QuHw4/MWZtdx+lUonNQZZgIFlC5QMv5SpxLpaMgYXEUjS/X2mHgsxi27C8WEXai9ozIO8xIeQ48VuqPijpGEdP+qhCog/e6P2ACbKqMf5cDUyt/ZUntAcPYn1wd8UglEJ6Ckpe7nk41dzo9FrzW22OmWfe9ZG2zVKTHh6IHR5nWuu/qm7mbWonI7fqZbWytllQyuX9+n5a2LOlnJfmj2ReHdMxyZNsSuKz1L2WWOhu5Q17S9vSQxZwFFFOSm7eKanswvqs7u06LKV0djJYg28kiEdelKPhR5VuCvEfS9JbZYP2rlc3NjiHpq728nNNipE6dv6hxAG/GJ1y5qQSjj8ZgISKE59ZWF3hd06dK/Bcg2R55hHTXfiQ/W7eEDhPF3bCQX28zVX6N+0ho8IGhLTgMETZ0grKnvNYALD1qsY+fPp92MzSOlYkEAOuOMMFCHMR+l/bm50p5olCJu3npZ1or6RqWzxDztaMaUdVUpuaMJcT2B5m4Cl7/MzFrsrLfD8s59Ns1vg+HXUaOx8YV3924YBxD45JSD7e9QJ44pPPYrMTncywzSznbEcwks+2Zvjxa2B7IwpP+umOsIv23L25r7qBLNDx0Riyj8GWk5t+tOoHBDhvPlqnqNSlTu9fW86BLVl7k71YZHrFg5xNigVbdPyxkL0KY4fcrEty8ZC7Tn0IJ4lYb9gQ2Q473+0u7d2VkDjKrhzurOhlut7W8MrXnYkFQX9D77xJG+Xss+2+qcRGwc4O69RhxhL9BNZjprLPOxnbN6v6fg+kKKe5vzan7SpeqN16cNTV8tdb3pWV3C5YrqhZuEQ6+G/8/Jpj2QyFcVdfPp8+4YEqwqcaC6eh7udakaIE0n4MEfFJsn5/CkS1JHqIx37aR7wvjrLDNz80mEG+6/41gDTvy38ERIos8igA/4jU7+ojkCg0BiYWNg4uHj4BIRExCSkZOQUnzlwouXKjoub+Y9vW06UOusYEEP2PijtssZLCjPyAvY/zZ1Z5br5lFttghy2FW+SBbkNFRImlVlvofCif2umdt/602R5XXLZXqTL9yl1V4XNfuO5LX7nmZ5VuueGmfaq8NOCO275R7Vcv9KlVo85hhdcbNk2jBr1mYz6B083wizYztZtljtmO2mSeuTp0+s3vjhsz7oR77oeO8qiIyqiK6uAGL/ghCGGIQhwS+x1w2BEXHHTIRQvsKqlTTpcs5JaUorBqWXtDaKzRwEscBPMemKfsEau/ecUyHtF4aLEOCPSSIB1QrUFgGzoYwQ7swh7swwGM8TFLe8W8ffg/e+4e8jvWmtlth+1un/so5NIz5X3f87/1/2/QX4DNbDqL0i9df3F4a9zSvddBPoIeJ5bNIR4cqQQqeFA6BUTN1nEk2Dy2arZOIo/CgyUWZbHOYCZLdATYEf5oEb3amwPH4cS+lWAus7PscNrYVDFMj+5wIWK8SJhnhQfv68YS40AP/dfYknwZMT0HiOOJf//AVT5OBA==) format('woff2');
  font-weight: normal;
  font-style: normal;
}
body.has-hc-nav #main-navbar {
  filter: none !important;
  background: #484847 !important;
}
