

@charset "UTF-8";
/*! 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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,
  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;
  }
  .section-breadcrumbs,
  .site-footer,
  #fundus-item-description #Beschreibung,
  #fundus-item-similar,
  #fundus-item-categories,
  #fundus-item-share,
  .site-cta {
    display: none !important;
  }
  #fundus-item-images-container,
  #fundus-item-cta-container {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .sticky-wrapper.is-sticky {
    position: relative !important;
  }
}
@media print and (min-width: 768px) {
  #fundus-item-images-container,
  #fundus-item-cta-container {
    float: left;
    width: 100%;
  }
}
@media print and (min-width: 992px) {
  #fundus-item-images-container,
  #fundus-item-cta-container {
    float: left;
    width: 100%;
  }
}
@media print and (min-width: 1200px) {
  #fundus-item-images-container,
  #fundus-item-cta-container {
    float: left;
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4645;
  background-color: #f0f0ef;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: hsl(14, 83%, 54%);
  text-decoration: none;
}
a:hover,
a:focus {
  color: hsl(14, 83%, 46%);
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #4a4645;
}
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: 400;
  line-height: 1;
  color: #969392;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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: 12px;
  margin-bottom: 12px;
}
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: 32px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fdeecc;
}
.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: #969392;
}
.text-primary {
  color: #49535b;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #32393f;
}
.text-success {
  color: #508A05;
}
a.text-success:hover,
a.text-success:focus {
  color: #335903;
}
.text-info {
  color: #55a4b4;
}
a.text-info:hover,
a.text-info:focus {
  color: #428794;
}
.text-warning {
  color: #f5ab00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c28700;
}
.text-danger {
  color: hsl(14, 83%, 54%);
}
a.text-danger:hover,
a.text-danger:focus {
  color: hsl(14, 83%, 44%);
}
.bg-primary {
  color: #fff;
  background-color: #49535b;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #32393f;
}
.bg-success {
  background-color: #dce8cd;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c4d7aa;
}
.bg-info {
  background-color: #ddedf0;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #badae0;
}
.bg-warning {
  background-color: #fdeecc;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fbde9b;
}
.bg-danger {
  background-color: #fbddd4;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f7b8a5;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid transparent;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: 700;
}
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;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 16px;
  border-left: 5px solid #d2d1d0;
}
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.5;
  color: #969392;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #d2d1d0;
  border-left: 0;
}
.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: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #4a4645;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 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;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #969392;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.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.5;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.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 rgba(0, 0, 0, 0.1);
}
.table .table {
  background-color: #f0f0ef;
}
.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 rgba(0, 0, 0, 0.1);
}
.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 rgba(0, 0, 0, 0.1);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}
.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.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: rgba(0, 0, 0, 0.05);
}
.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: rgba(0, 0, 0, 0.05);
}
.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: #dce8cd;
}
.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: #d0dfbc;
}
.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: #ddedf0;
}
.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: #cbe3e8;
}
.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: #fdeecc;
}
.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: #fce6b3;
}
.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: #fbddd4;
}
.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: #f9cbbd;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #4a4645;
  border: 0;
  border-bottom: 1px solid transparent;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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;
}
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: 6px;
  font-size: 16px;
  line-height: 1.5;
  color: hsl(14, 3%, 40%);
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.5;
  color: hsl(14, 3%, 40%);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d1d0;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #969392;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(150, 147, 146, 0.6);
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #d2d1d0;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@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: 36px;
  }
  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: 25px;
  }
  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: 51px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 25px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 25px;
  line-height: 25px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 25px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 25px;
  line-height: 25px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 25px;
  min-height: 38px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 51px;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select.input-lg {
  height: 51px;
  line-height: 51px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 51px;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.form-group-lg select.form-control {
  height: 51px;
  line-height: 51px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 51px;
  min-height: 44px;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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: 51px;
  height: 51px;
  line-height: 51px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.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: #508A05;
}
.has-success .form-control {
  border-color: #508A05;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #335903;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #89ec09;
}
.has-success .input-group-addon {
  color: #508A05;
  background-color: #dce8cd;
  border-color: #508A05;
}
.has-success .form-control-feedback {
  color: #508A05;
}
.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: #f5ab00;
}
.has-warning .form-control {
  border-color: #f5ab00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c28700;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffce5c;
}
.has-warning .input-group-addon {
  color: #f5ab00;
  background-color: #fdeecc;
  border-color: #f5ab00;
}
.has-warning .form-control-feedback {
  color: #f5ab00;
}
.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: hsl(14, 83%, 54%);
}
.has-error .form-control {
  border-color: hsl(14, 83%, 54%);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: hsl(14, 83%, 44%);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px hsl(14, 83%, 74%);
}
.has-error .input-group-addon {
  color: hsl(14, 83%, 54%);
  background-color: #fbddd4;
  border-color: hsl(14, 83%, 54%);
}
.has-error .form-control-feedback {
  color: hsl(14, 83%, 54%);
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8b8584;
}
@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 {
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 6px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-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: #4a4645;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #4a4645;
  background-color: #e1e0e0;
  border-color: #dcdbdb;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-default:focus,
.btn-default.focus {
  color: #4a4645;
  background-color: #c8c6c6;
  border-color: #9e9a9a;
}
.btn-default:hover {
  color: #4a4645;
  background-color: #c8c6c6;
  border-color: #bebcbb;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4a4645;
  background-color: #c8c6c6;
  background-image: none;
  border-color: #bebcbb;
}
.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: #4a4645;
  background-color: #b7b4b4;
  border-color: #9e9a9a;
}
.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: #e1e0e0;
  border-color: #dcdbdb;
}
.btn-default .badge {
  color: #e1e0e0;
  background-color: #4a4645;
}
.btn-default.focus,
.btn-default:focus {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.btn-default:hover {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.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,
.btn-default.active:hover,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default:hover {
  color: #4a4645;
  background-color: #d7d6d5;
  border-color: #d2d1d0;
}
.btn-primary {
  color: #fff;
  background-color: #49535b;
  border-color: #444e56;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #32393f;
  border-color: #0c0d0f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #32393f;
  border-color: #292f34;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #32393f;
  background-image: none;
  border-color: #292f34;
}
.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: #fff;
  background-color: #22272b;
  border-color: #0c0d0f;
}
.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: #49535b;
  border-color: #444e56;
}
.btn-primary .badge {
  color: #49535b;
  background-color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #444e56;
  border-color: #404850;
}
.btn-primary:hover {
  color: #fff;
  background-color: #444e56;
  border-color: #404850;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #444e56;
  border-color: #404850;
}
.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,
.btn-primary.active:hover,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #404850;
  border-color: #3b434a;
}
.btn-success {
  color: #fff;
  background-color: #508A05;
  border-color: #4a8005;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #335903;
  border-color: #030500;
}
.btn-success:hover {
  color: #fff;
  background-color: #335903;
  border-color: #284503;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #335903;
  background-image: none;
  border-color: #284503;
}
.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: #fff;
  background-color: #1f3602;
  border-color: #030500;
}
.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: #508A05;
  border-color: #4a8005;
}
.btn-success .badge {
  color: #508A05;
  background-color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #4a8005;
  border-color: #457604;
}
.btn-success:hover {
  color: #fff;
  background-color: #4a8005;
  border-color: #457604;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4a8005;
  border-color: #457604;
}
.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,
.btn-success.active:hover,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #457604;
  border-color: #3f6c04;
}
.btn-info {
  color: #fff;
  background-color: #55a4b4;
  border-color: #4ea0b1;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #428794;
  border-color: #275058;
}
.btn-info:hover {
  color: #fff;
  background-color: #428794;
  border-color: #3b7a86;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #428794;
  background-image: none;
  border-color: #3b7a86;
}
.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: #fff;
  background-color: #37707c;
  border-color: #275058;
}
.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: #55a4b4;
  border-color: #4ea0b1;
}
.btn-info .badge {
  color: #55a4b4;
  background-color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #4ea0b1;
  border-color: #4b9aaa;
}
.btn-info:hover {
  color: #fff;
  background-color: #4ea0b1;
  border-color: #4b9aaa;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #4ea0b1;
  border-color: #4b9aaa;
}
.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,
.btn-info.active:hover,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #4b9aaa;
  border-color: #4893a3;
}
.btn-warning {
  color: #fff;
  background-color: #f5ab00;
  border-color: #eba400;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #c28700;
  border-color: #6b4b00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c28700;
  border-color: #ae7900;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c28700;
  background-image: none;
  border-color: #ae7900;
}
.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: #fff;
  background-color: #9e6e00;
  border-color: #6b4b00;
}
.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: #f5ab00;
  border-color: #eba400;
}
.btn-warning .badge {
  color: #f5ab00;
  background-color: #fff;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #eba400;
  border-color: #e19d00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #eba400;
  border-color: #e19d00;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #eba400;
  border-color: #e19d00;
}
.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,
.btn-warning.active:hover,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #e19d00;
  border-color: #d69600;
}
.btn-danger {
  color: #fff;
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 52%);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  border-color: hsl(14, 83%, 27%);
}
.btn-danger:hover {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  border-color: hsl(14, 83%, 40%);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  background-image: none;
  border-color: hsl(14, 83%, 40%);
}
.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: #fff;
  background-color: hsl(14, 83%, 37%);
  border-color: hsl(14, 83%, 27%);
}
.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: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 52%);
}
.btn-danger .badge {
  color: hsl(14, 83%, 54%);
  background-color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.btn-danger:hover {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.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,
.btn-danger.active:hover,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: hsl(14, 83%, 50%);
  border-color: hsl(14, 83%, 48%);
}
.btn-link {
  font-weight: 400;
  color: hsl(14, 83%, 54%);
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: hsl(14, 83%, 46%);
  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: #969392;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0px 6px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.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;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #d2d1d0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #4a4645;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #3c3a39;
  text-decoration: none;
  background-color: #f0f0ef;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: hsl(14, 83%, 54%);
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #969392;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #969392;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 51px;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 51px;
  line-height: 51px;
}
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: 25px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 25px;
  line-height: 25px;
}
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: 5px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: hsl(14, 3%, 40%);
  text-align: center;
  background-color: #f0f0ef;
  border: 1px solid #d2d1d0;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 12px 20px;
  font-size: 20px;
  border-radius: 5px;
}
.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f0f0ef;
}
.nav > li.disabled > a {
  color: #969392;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #969392;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f0f0ef;
  border-color: hsl(14, 83%, 54%);
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #d2d1d0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d2d1d0 #d2d1d0 #d2d1d0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: hsl(14, 3%, 40%);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 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: #f0f0ef;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #fff;
  background-color: hsl(14, 83%, 54%);
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f0ef;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}
.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-brand {
  float: left;
  height: 50px;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
}
.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;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@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: 24px;
  }
  .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: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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: #f0f0ef;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #737170;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #595757;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #4a4645;
}
.navbar-default .navbar-nav > li > a {
  color: #737170;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #4a4645;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #4a4645;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #9d9b9a;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #4a4645;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #737170;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4a4645;
    background-color: transparent;
  }
  .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: #4a4645;
    background-color: transparent;
  }
  .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: #9d9b9a;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4a4645;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-link {
  color: #737170;
}
.navbar-default .navbar-link:hover {
  color: #4a4645;
}
.navbar-default .btn-link {
  color: #737170;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #4a4645;
}
.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: #9d9b9a;
}
.navbar-inverse {
  background-color: #414a52;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #c8cbce;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #c8cbce;
}
.navbar-inverse .navbar-nav > li > a {
  color: #c8cbce;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #c8cbce;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .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: #fff;
    background-color: transparent;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #c8cbce;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #c8cbce;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #32383e;
}
.navbar-inverse .navbar-link {
  color: #c8cbce;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #c8cbce;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: hsl(14, 3%, 40%);
  content: "/\00a0";
}
.breadcrumb > .active {
  color: hsl(14, 3%, 40%);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 14px;
  margin-left: -1px;
  line-height: 1.5;
  color: hsl(14, 83%, 54%);
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: hsl(14, 83%, 46%);
  background-color: #f0f0ef;
  border-color: transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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: #fff;
  cursor: default;
  background-color: #4a4645;
  border-color: #4a4645;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #969392;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f0f0ef;
}
.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: #969392;
  cursor: not-allowed;
  background-color: transparent;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #969392;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #7d7978;
}
.label-primary {
  background-color: #49535b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #32393f;
}
.label-success {
  background-color: #508A05;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #335903;
}
.label-info {
  background-color: #55a4b4;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #428794;
}
.label-warning {
  background-color: #f5ab00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c28700;
}
.label-danger {
  background-color: hsl(14, 83%, 54%);
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: hsl(14, 83%, 44%);
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #969392;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: hsl(14, 83%, 54%);
  background-color: #fff;
}
.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: inherit;
  background-color: #e1e0e0;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c8c6c6;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 48px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: hsl(14, 83%, 54%);
}
.thumbnail .caption {
  padding: 9px;
  color: #4a4645;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  color: #4a4645;
  background-color: #dce8cd;
  border-color: #d0dfbc;
}
.alert-success hr {
  border-top-color: #c4d7aa;
}
.alert-success .alert-link {
  color: #2f2d2d;
}
.alert-info {
  color: #4a4645;
  background-color: #ddedf0;
  border-color: #cbe3e8;
}
.alert-info hr {
  border-top-color: #badae0;
}
.alert-info .alert-link {
  color: #2f2d2d;
}
.alert-warning {
  color: #4a4645;
  background-color: #fdeecc;
  border-color: #fce6b3;
}
.alert-warning hr {
  border-top-color: #fbde9b;
}
.alert-warning .alert-link {
  color: #2f2d2d;
}
.alert-danger {
  color: #4a4645;
  background-color: #fbddd4;
  border-color: #f9cbbd;
}
.alert-danger hr {
  border-top-color: #f7b8a5;
}
.alert-danger .alert-link {
  color: #2f2d2d;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #49535b;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #508A05;
}
.progress-striped .progress-bar-success {
  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: #55a4b4;
}
.progress-striped .progress-bar-info {
  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: #f5ab00;
}
.progress-striped .progress-bar-warning {
  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: hsl(14, 83%, 54%);
}
.progress-striped .progress-bar-danger {
  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 {
  overflow: hidden;
  zoom: 1;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #969392;
  cursor: not-allowed;
  background-color: #d2d1d0;
}
.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: #969392;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 54%);
}
.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: rgba(255, 255, 255, 0.75);
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #508A05;
  background-color: #dce8cd;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #508A05;
}
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: #508A05;
  background-color: #d0dfbc;
}
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: #508A05;
  border-color: #508A05;
}
.list-group-item-info {
  color: #55a4b4;
  background-color: #ddedf0;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #55a4b4;
}
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: #55a4b4;
  background-color: #cbe3e8;
}
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: #55a4b4;
  border-color: #55a4b4;
}
.list-group-item-warning {
  color: #f5ab00;
  background-color: #fdeecc;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f5ab00;
}
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: #f5ab00;
  background-color: #fce6b3;
}
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: #f5ab00;
  border-color: #f5ab00;
}
.list-group-item-danger {
  color: hsl(14, 83%, 54%);
  background-color: #fbddd4;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: hsl(14, 83%, 54%);
}
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: hsl(14, 83%, 54%);
  background-color: #f9cbbd;
}
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: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 54%);
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 16px;
}
.panel-heading {
  padding: 12px 16px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 12px 16px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 16px;
  padding-left: 16px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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 rgba(0, 0, 0, 0.1);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-default {
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-default > .panel-heading {
  color: #4a4645;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #4a4645;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.panel-primary {
  border-color: #49535b;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #49535b;
  border-color: #49535b;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #49535b;
}
.panel-primary > .panel-heading .badge {
  color: #49535b;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #49535b;
}
.panel-success {
  border-color: #508A05;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #508A05;
  border-color: #508A05;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #508A05;
}
.panel-success > .panel-heading .badge {
  color: #508A05;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #508A05;
}
.panel-info {
  border-color: #55a4b4;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #55a4b4;
  border-color: #55a4b4;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #55a4b4;
}
.panel-info > .panel-heading .badge {
  color: #55a4b4;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #55a4b4;
}
.panel-warning {
  border-color: #f5ab00;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f5ab00;
  border-color: #f5ab00;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5ab00;
}
.panel-warning > .panel-heading .badge {
  color: #f5ab00;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f5ab00;
}
.panel-danger {
  border-color: hsl(14, 83%, 54%);
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 54%);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: hsl(14, 83%, 54%);
}
.panel-danger > .panel-heading .badge {
  color: hsl(14, 83%, 54%);
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: hsl(14, 83%, 54%);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #e1e0e0;
  border: 1px solid #cdcbcb;
  border-radius: 4px;
  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: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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 {
    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: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2a2828;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2a2828;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2a2828;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2a2828;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2a2828;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2828;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2828;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2828;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #2a2828;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  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 > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.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 {
  display: table;
  content: " ";
}
.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-right: auto;
  margin-left: 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;
}
.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;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-square-o:before {
  content: "\f096";
}
.fa-check-square:before {
  content: "\f14a";
}
@font-face {
  font-family: 'entypo';
  src: url('/assets/fonts/entypo.eot?kdffts');
  src: url('/assets/fonts/entypo.eot?kdffts#iefix') format('embedded-opentype'), url('/assets/fonts/entypo.ttf?kdffts') format('truetype'), url('/assets/fonts/entypo.woff?kdffts') format('woff'), url('/assets/fonts/entypo.svg?kdffts#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="ent-"],
[class*=" ent-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font: normal normal normal 1em/1 'entypo';
  font-size: inherit;
  speak: none;
  vertical-align: -0.09em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ent-fw {
  width: 1.28571429em;
  text-align: center;
}
/* makes the font 33% larger relative to the icon container */
.ent-lg {
  font-size: 1.33333333em;
  line-height: 1;
  vertical-align: -20%;
}
.ent-2x {
  font-size: 2em;
  line-height: 0.5em;
}
.ent-3x {
  font-size: 3em;
}
.ent-4x {
  font-size: 4em;
}
.ent-5x {
  font-size: 5em;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.ent-lg {
  left: -1.85714286em;
}
.ent-px-with-circle:before {
  content: "\e900";
}
.ent-px:before {
  content: "\e901";
}
.ent-app-store:before {
  content: "\e902";
}
.ent-baidu:before {
  content: "\e903";
}
.ent-basecamp:before {
  content: "\e904";
}
.ent-behance:before {
  content: "\e905";
}
.ent-creative-cloud:before {
  content: "\e906";
}
.ent-dribbble-with-circle:before {
  content: "\e907";
}
.ent-dribbble:before {
  content: "\e908";
}
.ent-dropbox:before {
  content: "\e909";
}
.ent-evernote:before {
  content: "\e90a";
}
.ent-facebook-with-circle:before {
  content: "\e90b";
}
.ent-facebook:before {
  content: "\e90c";
}
.ent-flattr:before {
  content: "\e90d";
}
.ent-flickr-with-circle:before {
  content: "\e90e";
}
.ent-flickr:before {
  content: "\e90f";
}
.ent-foursquare:before {
  content: "\e910";
}
.ent-github-with-circle:before {
  content: "\e911";
}
.ent-github:before {
  content: "\e912";
}
.ent-google-drive:before {
  content: "\e913";
}
.ent-google-hangouts:before {
  content: "\e914";
}
.ent-google-play:before {
  content: "\e915";
}
.ent-google-with-circle:before {
  content: "\e916";
}
.ent-google:before {
  content: "\e917";
}
.ent-grooveshark:before {
  content: "\e918";
}
.ent-houzz:before {
  content: "\e919";
}
.ent-icloud:before {
  content: "\e91a";
}
.ent-instagram-with-circle:before {
  content: "\e91b";
}
.ent-instagram:before {
  content: "\e91c";
}
.ent-lastfm-with-circle:before {
  content: "\e91d";
}
.ent-lastfm:before {
  content: "\e91e";
}
.ent-linkedin-with-circle:before {
  content: "\e91f";
}
.ent-linkedin:before {
  content: "\e920";
}
.ent-mail-with-circle:before {
  content: "\e921";
}
.ent-medium-with-circle:before {
  content: "\e922";
}
.ent-medium:before {
  content: "\e923";
}
.ent-mixi:before {
  content: "\e924";
}
.ent-onedrive:before {
  content: "\e925";
}
.ent-paypal:before {
  content: "\e926";
}
.ent-picasa:before {
  content: "\e927";
}
.ent-pinterest-with-circle:before {
  content: "\e928";
}
.ent-pinterest:before {
  content: "\e929";
}
.ent-qq-with-circle:before {
  content: "\e92a";
}
.ent-qq:before {
  content: "\e92b";
}
.ent-rainbow:before {
  content: "\e92c";
}
.ent-rdio-with-circle:before {
  content: "\e92d";
}
.ent-rdio:before {
  content: "\e92e";
}
.ent-renren:before {
  content: "\e92f";
}
.ent-scribd:before {
  content: "\e930";
}
.ent-sina-weibo:before {
  content: "\e931";
}
.ent-skype-with-circle:before {
  content: "\e932";
}
.ent-skype:before {
  content: "\e933";
}
.ent-slideshare:before {
  content: "\e934";
}
.ent-smashing:before {
  content: "\e935";
}
.ent-soundcloud:before {
  content: "\e936";
}
.ent-spotify-with-circle:before {
  content: "\e937";
}
.ent-spotify:before {
  content: "\e938";
}
.ent-stumbleupon-with-circle:before {
  content: "\e939";
}
.ent-stumbleupon:before {
  content: "\e93a";
}
.ent-swarm:before {
  content: "\e93b";
}
.ent-tripadvisor:before {
  content: "\e93c";
}
.ent-tumblr-with-circle:before {
  content: "\e93d";
}
.ent-tumblr:before {
  content: "\e93e";
}
.ent-twitter-with-circle:before {
  content: "\e93f";
}
.ent-twitter:before {
  content: "\e940";
}
.ent-vimeo-with-circle:before {
  content: "\e941";
}
.ent-vimeo:before {
  content: "\e942";
}
.ent-vine-with-circle:before {
  content: "\e943";
}
.ent-vine:before {
  content: "\e944";
}
.ent-vk-alternitive:before {
  content: "\e945";
}
.ent-vk-with-circle:before {
  content: "\e946";
}
.ent-vk:before {
  content: "\e947";
}
.ent-windows-store:before {
  content: "\e948";
}
.ent-xing-with-circle:before {
  content: "\e949";
}
.ent-xing:before {
  content: "\e94a";
}
.ent-yelp:before {
  content: "\e94b";
}
.ent-youko-with-circle:before {
  content: "\e94c";
}
.ent-youko:before {
  content: "\e94d";
}
.ent-youtube-with-circle:before {
  content: "\e94e";
}
.ent-youtube:before {
  content: "\e94f";
}
.ent-add-to-list:before {
  content: "\e950";
}
.ent-add-user:before {
  content: "\e951";
}
.ent-address:before {
  content: "\e952";
}
.ent-adjust:before {
  content: "\e953";
}
.ent-air:before {
  content: "\e954";
}
.ent-aircraft-landing:before {
  content: "\e955";
}
.ent-aircraft-take-off:before {
  content: "\e956";
}
.ent-aircraft:before {
  content: "\e957";
}
.ent-align-bottom:before {
  content: "\e958";
}
.ent-align-horizontal-middle:before {
  content: "\e959";
}
.ent-align-left:before {
  content: "\e95a";
}
.ent-align-right:before {
  content: "\e95b";
}
.ent-align-top:before {
  content: "\e95c";
}
.ent-align-vertical-middle:before {
  content: "\e95d";
}
.ent-archive:before {
  content: "\e95e";
}
.ent-area-graph:before {
  content: "\e95f";
}
.ent-arrow-bold-down:before {
  content: "\e960";
}
.ent-arrow-bold-left:before {
  content: "\e961";
}
.ent-arrow-bold-right:before {
  content: "\e962";
}
.ent-arrow-bold-up:before {
  content: "\e963";
}
.ent-arrow-down:before {
  content: "\e964";
}
.ent-arrow-left:before {
  content: "\e965";
}
.ent-arrow-long-down:before {
  content: "\e966";
}
.ent-arrow-long-left:before {
  content: "\e967";
}
.ent-arrow-long-right:before {
  content: "\e968";
}
.ent-arrow-long-up:before {
  content: "\e969";
}
.ent-arrow-right:before {
  content: "\e96a";
}
.ent-arrow-up:before {
  content: "\e96b";
}
.ent-arrow-with-circle-down:before {
  content: "\e96c";
}
.ent-arrow-with-circle-left:before {
  content: "\e96d";
}
.ent-arrow-with-circle-right:before {
  content: "\e96e";
}
.ent-arrow-with-circle-up:before {
  content: "\e96f";
}
.ent-attachment:before {
  content: "\e970";
}
.ent-awareness-ribbon:before {
  content: "\e971";
}
.ent-back-in-time:before {
  content: "\e972";
}
.ent-back:before {
  content: "\e973";
}
.ent-bar-graph:before {
  content: "\e974";
}
.ent-battery:before {
  content: "\e975";
}
.ent-beamed-note:before {
  content: "\e976";
}
.ent-bell:before {
  content: "\e977";
}
.ent-blackboard:before {
  content: "\e978";
}
.ent-block:before {
  content: "\e979";
}
.ent-book:before {
  content: "\e97a";
}
.ent-bookmark:before {
  content: "\e97b";
}
.ent-bookmarks:before {
  content: "\e97c";
}
.ent-bowl:before {
  content: "\e97d";
}
.ent-box:before {
  content: "\e97e";
}
.ent-briefcase:before {
  content: "\e97f";
}
.ent-browser:before {
  content: "\e980";
}
.ent-brush:before {
  content: "\e981";
}
.ent-bucket:before {
  content: "\e982";
}
.ent-bug:before {
  content: "\e983";
}
.ent-cake:before {
  content: "\e984";
}
.ent-calculator:before {
  content: "\e985";
}
.ent-calendar:before {
  content: "\e986";
}
.ent-camera:before {
  content: "\e987";
}
.ent-ccw:before {
  content: "\e988";
}
.ent-chat:before {
  content: "\e989";
}
.ent-check:before {
  content: "\e98a";
}
.ent-chevron-down:before {
  content: "\e98b";
}
.ent-chevron-left:before {
  content: "\e98c";
}
.ent-chevron-right:before {
  content: "\e98d";
}
.ent-chevron-small-right:before {
  content: "\e98e";
}
.ent-chevron-small-up:before {
  content: "\e98f";
}
.ent-chevron-thin-down:before {
  content: "\e990";
}
.ent-chevron-thin-left:before {
  content: "\e991";
}
.ent-chevron-thin-right:before {
  content: "\e992";
}
.ent-chevron-thin-up:before {
  content: "\e993";
}
.ent-chevron-up:before {
  content: "\e994";
}
.ent-chevron-with-circle-down:before {
  content: "\e995";
}
.ent-chevron-with-circle-left:before {
  content: "\e996";
}
.ent-chevron-with-circle-right:before {
  content: "\e997";
}
.ent-chevron-with-circle-up:before {
  content: "\e998";
}
.ent-circle-with-cross:before {
  content: "\e999";
}
.ent-circle-with-minus:before {
  content: "\e99a";
}
.ent-circle-with-plus:before {
  content: "\e99b";
}
.ent-circle:before {
  content: "\e99c";
}
.ent-circular-graph:before {
  content: "\e99d";
}
.ent-clapperboard:before {
  content: "\e99e";
}
.ent-classic-computer:before {
  content: "\e99f";
}
.ent-clipboard:before {
  content: "\e9a0";
}
.ent-clock:before {
  content: "\e9a1";
}
.ent-cloud:before {
  content: "\e9a2";
}
.ent-code:before {
  content: "\e9a3";
}
.ent-cog:before {
  content: "\e9a4";
}
.ent-colours:before {
  content: "\e9a5";
}
.ent-compass:before {
  content: "\e9a6";
}
.ent-controller-fast-backward:before {
  content: "\e9a7";
}
.ent-controller-fast-forward:before {
  content: "\e9a8";
}
.ent-controller-jump-to-start:before {
  content: "\e9a9";
}
.ent-controller-next:before {
  content: "\e9aa";
}
.ent-controller-paus:before {
  content: "\e9ab";
}
.ent-controller-play:before {
  content: "\e9ac";
}
.ent-controller-record:before {
  content: "\e9ad";
}
.ent-controller-stop:before {
  content: "\e9ae";
}
.ent-controller-volume:before {
  content: "\e9af";
}
.ent-copy:before {
  content: "\e9b0";
}
.ent-creative-commons-attribution:before {
  content: "\e9b1";
}
.ent-creative-commons-noderivs:before {
  content: "\e9b2";
}
.ent-creative-commons-noncommercial-eu:before {
  content: "\e9b3";
}
.ent-creative-commons-noncommercial-us:before {
  content: "\e9b4";
}
.ent-creative-commons-public-domain:before {
  content: "\e9b5";
}
.ent-creative-commons-remix:before {
  content: "\e9b6";
}
.ent-creative-commons-share:before {
  content: "\e9b7";
}
.ent-creative-commons-sharealike:before {
  content: "\e9b8";
}
.ent-creative-commons:before {
  content: "\e9b9";
}
.ent-credit-card:before {
  content: "\e9ba";
}
.ent-credit:before {
  content: "\e9bb";
}
.ent-crop:before {
  content: "\e9bc";
}
.ent-cross:before {
  content: "\e9bd";
}
.ent-cup:before {
  content: "\e9be";
}
.ent-cw:before {
  content: "\e9bf";
}
.ent-cycle:before {
  content: "\e9c0";
}
.ent-database:before {
  content: "\e9c1";
}
.ent-dial-pad:before {
  content: "\e9c2";
}
.ent-direction:before {
  content: "\e9c3";
}
.ent-document-landscape:before {
  content: "\e9c4";
}
.ent-document:before {
  content: "\e9c5";
}
.ent-documents:before {
  content: "\e9c6";
}
.ent-dot-single:before {
  content: "\e9c7";
}
.ent-dots-three-horizontal:before {
  content: "\e9c8";
}
.ent-dots-three-vertical:before {
  content: "\e9c9";
}
.ent-dots-two-horizontal:before {
  content: "\e9ca";
}
.ent-dots-two-vertical:before {
  content: "\e9cb";
}
.ent-download:before {
  content: "\e9cc";
}
.ent-drink:before {
  content: "\e9cd";
}
.ent-drive:before {
  content: "\e9ce";
}
.ent-drop:before {
  content: "\e9cf";
}
.ent-edit:before {
  content: "\e9d0";
}
.ent-email:before {
  content: "\e9d1";
}
.ent-emoji-flirt:before {
  content: "\e9d2";
}
.ent-emoji-happy:before {
  content: "\e9d3";
}
.ent-emoji-neutral:before {
  content: "\e9d4";
}
.ent-emoji-sad:before {
  content: "\e9d5";
}
.ent-erase:before {
  content: "\e9d6";
}
.ent-eraser:before {
  content: "\e9d7";
}
.ent-export:before {
  content: "\e9d8";
}
.ent-eye-with-line:before {
  content: "\e9d9";
}
.ent-eye:before {
  content: "\e9da";
}
.ent-feather:before {
  content: "\e9db";
}
.ent-fingerprint:before {
  content: "\e9dc";
}
.ent-flag:before {
  content: "\e9dd";
}
.ent-flash:before {
  content: "\e9de";
}
.ent-flashlight:before {
  content: "\e9df";
}
.ent-flat-brush:before {
  content: "\e9e0";
}
.ent-flow-branch:before {
  content: "\e9e1";
}
.ent-flow-cascade:before {
  content: "\e9e2";
}
.ent-flow-line:before {
  content: "\e9e3";
}
.ent-flow-parallel:before {
  content: "\e9e4";
}
.ent-flow-tree:before {
  content: "\e9e5";
}
.ent-flower:before {
  content: "\e9e6";
}
.ent-folder-images:before {
  content: "\e9e7";
}
.ent-folder-music:before {
  content: "\e9e8";
}
.ent-folder-video:before {
  content: "\e9e9";
}
.ent-folder:before {
  content: "\e9ea";
}
.ent-forward:before {
  content: "\e9eb";
}
.ent-funnel:before {
  content: "\e9ec";
}
.ent-game-controller:before {
  content: "\e9ed";
}
.ent-gauge:before {
  content: "\e9ee";
}
.ent-globe:before {
  content: "\e9ef";
}
.ent-graduation-cap:before {
  content: "\e9f0";
}
.ent-grid:before {
  content: "\e9f1";
}
.ent-hair-cross:before {
  content: "\e9f2";
}
.ent-hand:before {
  content: "\e9f3";
}
.ent-heart-outlined:before {
  content: "\e9f4";
}
.ent-heart:before {
  content: "\e9f5";
}
.ent-help-with-circle:before {
  content: "\e9f6";
}
.ent-help:before {
  content: "\e9f7";
}
.ent-home:before {
  content: "\e9f8";
}
.ent-hour-glass:before {
  content: "\e9f9";
}
.ent-image-inverted:before {
  content: "\e9fa";
}
.ent-image:before {
  content: "\e9fb";
}
.ent-images:before {
  content: "\e9fc";
}
.ent-inbox:before {
  content: "\e9fd";
}
.ent-infinity:before {
  content: "\e9fe";
}
.ent-info-with-circle:before {
  content: "\e9ff";
}
.ent-info:before {
  content: "\ea00";
}
.ent-install:before {
  content: "\ea01";
}
.ent-key:before {
  content: "\ea02";
}
.ent-keyboard:before {
  content: "\ea03";
}
.ent-lab-flask:before {
  content: "\ea04";
}
.ent-landline:before {
  content: "\ea05";
}
.ent-language:before {
  content: "\ea06";
}
.ent-laptop:before {
  content: "\ea07";
}
.ent-layers:before {
  content: "\ea08";
}
.ent-leaf:before {
  content: "\ea09";
}
.ent-level-down:before {
  content: "\ea0a";
}
.ent-level-up:before {
  content: "\ea0b";
}
.ent-lifebuoy:before {
  content: "\ea0c";
}
.ent-light-bulb:before {
  content: "\ea0d";
}
.ent-light-down:before {
  content: "\ea0e";
}
.ent-light-up:before {
  content: "\ea0f";
}
.ent-line-graph:before {
  content: "\ea10";
}
.ent-link:before {
  content: "\ea11";
}
.ent-list:before {
  content: "\ea12";
}
.ent-location-pin:before {
  content: "\ea13";
}
.ent-location:before {
  content: "\ea14";
}
.ent-lock-open:before {
  content: "\ea15";
}
.ent-lock:before {
  content: "\ea16";
}
.ent-log-out:before {
  content: "\ea17";
}
.ent-login:before {
  content: "\ea18";
}
.ent-loop:before {
  content: "\ea19";
}
.ent-magnet:before {
  content: "\ea1a";
}
.ent-magnifying-glass:before {
  content: "\ea1b";
}
.ent-mail:before {
  content: "\ea1c";
}
.ent-man:before {
  content: "\ea1d";
}
.ent-map:before {
  content: "\ea1e";
}
.ent-mask:before {
  content: "\ea1f";
}
.ent-medal:before {
  content: "\ea20";
}
.ent-megaphone:before {
  content: "\ea21";
}
.ent-menu:before {
  content: "\ea22";
}
.ent-merge:before {
  content: "\ea23";
}
.ent-message:before {
  content: "\ea24";
}
.ent-mic:before {
  content: "\ea25";
}
.ent-minus:before {
  content: "\ea26";
}
.ent-mobile:before {
  content: "\ea27";
}
.ent-modern-mic:before {
  content: "\ea28";
}
.ent-moon:before {
  content: "\ea29";
}
.ent-mouse-pointer:before {
  content: "\ea2a";
}
.ent-mouse:before {
  content: "\ea2b";
}
.ent-music:before {
  content: "\ea2c";
}
.ent-network:before {
  content: "\ea2d";
}
.ent-new-message:before {
  content: "\ea2e";
}
.ent-new:before {
  content: "\ea2f";
}
.ent-news:before {
  content: "\ea30";
}
.ent-newsletter:before {
  content: "\ea31";
}
.ent-note:before {
  content: "\ea32";
}
.ent-notification:before {
  content: "\ea33";
}
.ent-notifications-off:before {
  content: "\ea34";
}
.ent-old-mobile:before {
  content: "\ea35";
}
.ent-old-phone:before {
  content: "\ea36";
}
.ent-open-book:before {
  content: "\ea37";
}
.ent-palette:before {
  content: "\ea38";
}
.ent-paper-plane:before {
  content: "\ea39";
}
.ent-pencil:before {
  content: "\ea3a";
}
.ent-phone:before {
  content: "\ea3b";
}
.ent-pie-chart:before {
  content: "\ea3c";
}
.ent-pin:before {
  content: "\ea3d";
}
.ent-plus:before {
  content: "\ea3e";
}
.ent-popup:before {
  content: "\ea3f";
}
.ent-power-plug:before {
  content: "\ea40";
}
.ent-price-ribbon:before {
  content: "\ea41";
}
.ent-price-tag:before {
  content: "\ea42";
}
.ent-print:before {
  content: "\ea43";
}
.ent-progress-empty:before {
  content: "\ea44";
}
.ent-progress-full:before {
  content: "\ea45";
}
.ent-progress-one:before {
  content: "\ea46";
}
.ent-progress-two:before {
  content: "\ea47";
}
.ent-publish:before {
  content: "\ea48";
}
.ent-quote:before {
  content: "\ea49";
}
.ent-radio:before {
  content: "\ea4a";
}
.ent-remove-user:before {
  content: "\ea4b";
}
.ent-reply-all:before {
  content: "\ea4c";
}
.ent-reply:before {
  content: "\ea4d";
}
.ent-resize-100:before {
  content: "\ea4e";
}
.ent-resize-full-screen:before {
  content: "\ea4f";
}
.ent-retweet:before {
  content: "\ea50";
}
.ent-rocket:before {
  content: "\ea51";
}
.ent-round-brush:before {
  content: "\ea52";
}
.ent-rss:before {
  content: "\ea53";
}
.ent-ruler:before {
  content: "\ea54";
}
.ent-save:before {
  content: "\ea55";
}
.ent-scissors:before {
  content: "\ea56";
}
.ent-select-arrows:before {
  content: "\ea57";
}
.ent-share-alternative:before {
  content: "\ea58";
}
.ent-share:before {
  content: "\ea59";
}
.ent-shareable:before {
  content: "\ea5a";
}
.ent-shield:before {
  content: "\ea5b";
}
.ent-shop:before {
  content: "\ea5c";
}
.ent-shopping-bag:before {
  content: "\ea5d";
}
.ent-shopping-basket:before {
  content: "\ea5e";
}
.ent-shopping-cart:before {
  content: "\ea5f";
}
.ent-shuffle:before {
  content: "\ea60";
}
.ent-signal:before {
  content: "\ea61";
}
.ent-sound-mix:before {
  content: "\ea62";
}
.ent-sound-mute:before {
  content: "\ea63";
}
.ent-sound:before {
  content: "\ea64";
}
.ent-sports-club:before {
  content: "\ea65";
}
.ent-spreadsheet:before {
  content: "\ea66";
}
.ent-squared-cross:before {
  content: "\ea67";
}
.ent-squared-minus:before {
  content: "\ea68";
}
.ent-squared-plus:before {
  content: "\ea69";
}
.ent-star-outlined:before {
  content: "\ea6a";
}
.ent-star:before {
  content: "\ea6b";
}
.ent-stopwatch:before {
  content: "\ea6c";
}
.ent-suitcase:before {
  content: "\ea6d";
}
.ent-swap:before {
  content: "\ea6e";
}
.ent-sweden:before {
  content: "\ea6f";
}
.ent-switch:before {
  content: "\ea70";
}
.ent-tablet-mobile-combo:before {
  content: "\ea71";
}
.ent-tablet:before {
  content: "\ea72";
}
.ent-tag:before {
  content: "\ea73";
}
.ent-text-document-inverted:before {
  content: "\ea74";
}
.ent-text-document:before {
  content: "\ea75";
}
.ent-text:before {
  content: "\ea76";
}
.ent-thermometer:before {
  content: "\ea77";
}
.ent-thumbs-down:before {
  content: "\ea78";
}
.ent-thumbs-up:before {
  content: "\ea79";
}
.ent-thunder-cloud:before {
  content: "\ea7a";
}
.ent-ticket:before {
  content: "\ea7b";
}
.ent-time-slot:before {
  content: "\ea7c";
}
.ent-tools:before {
  content: "\ea7d";
}
.ent-traffic-cone:before {
  content: "\ea7e";
}
.ent-trash:before {
  content: "\ea7f";
}
.ent-tree:before {
  content: "\ea80";
}
.ent-triangle-down:before {
  content: "\ea81";
}
.ent-triangle-left:before {
  content: "\ea82";
}
.ent-triangle-right:before {
  content: "\ea83";
}
.ent-triangle-up:before {
  content: "\ea84";
}
.ent-trophy:before {
  content: "\ea85";
}
.ent-tv:before {
  content: "\ea86";
}
.ent-typing:before {
  content: "\ea87";
}
.ent-uninstall:before {
  content: "\ea88";
}
.ent-unread:before {
  content: "\ea89";
}
.ent-untag:before {
  content: "\ea8a";
}
.ent-upload-to-cloud:before {
  content: "\ea8b";
}
.ent-upload:before {
  content: "\ea8c";
}
.ent-user:before {
  content: "\ea8d";
}
.ent-users:before {
  content: "\ea8e";
}
.ent-v-card:before {
  content: "\ea8f";
}
.ent-video-camera:before {
  content: "\ea90";
}
.ent-video:before {
  content: "\ea91";
}
.ent-vinyl:before {
  content: "\ea92";
}
.ent-voicemail:before {
  content: "\ea93";
}
.ent-wallet:before {
  content: "\ea94";
}
.ent-warning:before {
  content: "\ea95";
}
.ent-water:before {
  content: "\ea96";
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 48px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  line-height: 36px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 74px;
}
.btn-social.btn-lg > :first-child {
  line-height: 54px;
  width: 54px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 33px;
}
.btn-social.btn-sm > :first-child {
  line-height: 25px;
  width: 25px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 27px;
}
.btn-social.btn-xs > :first-child {
  line-height: 19px;
  width: 19px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 48px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  width: 36px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  line-height: 36px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 74px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 54px;
  width: 54px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 33px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 25px;
  width: 25px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 27px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 19px;
  width: 19px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%!important;
}
.btn-social-icon.btn-lg {
  height: 54px;
  width: 54px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 27px;
  width: 27px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 21px;
  width: 21px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-adn:focus,
.btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-adn.focus,
.btn-adn:focus {
  color: #fff;
  background-color: #d67360;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover {
  color: #fff;
  background-color: #d67360;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn.active,
.btn-adn:active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #d67360;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn.active.focus,
.btn-adn:active.focus,
.open > .dropdown-toggle.btn-adn.focus,
.btn-adn.active:focus,
.btn-adn:active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn.active:hover,
.btn-adn:active:hover,
.open > .dropdown-toggle.btn-adn:hover {
  color: #fff;
  background-color: #d46c58;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-bitbucket.focus,
.btn-bitbucket:focus {
  color: #fff;
  background-color: #1e4b79;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #1e4b79;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket.active,
.btn-bitbucket:active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #1e4b79;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket.active.focus,
.btn-bitbucket:active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus,
.btn-bitbucket.active:focus,
.btn-bitbucket:active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket.active:hover,
.btn-bitbucket:active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover {
  color: #fff;
  background-color: #1c4671;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open > .dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-dropbox.focus,
.btn-dropbox:focus {
  color: #fff;
  background-color: #0f81d3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0f81d3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox.active,
.btn-dropbox:active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0f81d3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox.active.focus,
.btn-dropbox:active.focus,
.open > .dropdown-toggle.btn-dropbox.focus,
.btn-dropbox.active:focus,
.btn-dropbox:active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox.active:hover,
.btn-dropbox:active:hover,
.open > .dropdown-toggle.btn-dropbox:hover {
  color: #fff;
  background-color: #0f7bca;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-facebook.focus,
.btn-facebook:focus {
  color: #fff;
  background-color: #385591;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
  color: #fff;
  background-color: #385591;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook.active,
.btn-facebook:active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #385591;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook.active.focus,
.btn-facebook:active.focus,
.open > .dropdown-toggle.btn-facebook.focus,
.btn-facebook.active:focus,
.btn-facebook:active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook.active:hover,
.btn-facebook:active:hover,
.open > .dropdown-toggle.btn-facebook:hover {
  color: #fff;
  background-color: #355089;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-flickr.focus,
.btn-flickr:focus {
  color: #fff;
  background-color: #f5007f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover {
  color: #fff;
  background-color: #f5007f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr.active,
.btn-flickr:active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #f5007f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr.active.focus,
.btn-flickr:active.focus,
.open > .dropdown-toggle.btn-flickr.focus,
.btn-flickr.active:focus,
.btn-flickr:active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr.active:hover,
.btn-flickr:active:hover,
.open > .dropdown-toggle.btn-flickr:hover {
  color: #fff;
  background-color: #eb0079;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open > .dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-foursquare.focus,
.btn-foursquare:focus {
  color: #fff;
  background-color: #f93e70;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f93e70;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare.active,
.btn-foursquare:active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f93e70;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare.active.focus,
.btn-foursquare:active.focus,
.open > .dropdown-toggle.btn-foursquare.focus,
.btn-foursquare.active:focus,
.btn-foursquare:active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare.active:hover,
.btn-foursquare:active:hover,
.open > .dropdown-toggle.btn-foursquare:hover {
  color: #fff;
  background-color: #f83468;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github {
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover,
.btn-github.active:hover,
.open > .dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}
.btn-github.focus,
.btn-github:focus {
  color: #fff;
  background-color: #3f3f3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
  color: #fff;
  background-color: #3f3f3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github.active,
.btn-github:active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #3f3f3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github.active.focus,
.btn-github:active.focus,
.open > .dropdown-toggle.btn-github.focus,
.btn-github.active:focus,
.btn-github:active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github.active:hover,
.btn-github:active:hover,
.open > .dropdown-toggle.btn-github:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active:hover,
.btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-google.focus,
.btn-google:focus {
  color: #fff;
  background-color: #dc4330;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
  color: #fff;
  background-color: #dc4330;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google.active,
.btn-google:active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #dc4330;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google.active.focus,
.btn-google:active.focus,
.open > .dropdown-toggle.btn-google.focus,
.btn-google.active:focus,
.btn-google:active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google.active:hover,
.btn-google:active:hover,
.open > .dropdown-toggle.btn-google:hover {
  color: #fff;
  background-color: #da3b28;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open > .dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-instagram.focus,
.btn-instagram:focus {
  color: #fff;
  background-color: #3c6d94;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
  color: #fff;
  background-color: #3c6d94;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram.active,
.btn-instagram:active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #3c6d94;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram.active.focus,
.btn-instagram:active.focus,
.open > .dropdown-toggle.btn-instagram.focus,
.btn-instagram.active:focus,
.btn-instagram:active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram.active:hover,
.btn-instagram:active:hover,
.open > .dropdown-toggle.btn-instagram:hover {
  color: #fff;
  background-color: #39678c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-linkedin.focus,
.btn-linkedin:focus {
  color: #fff;
  background-color: #0074ac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #0074ac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin.active,
.btn-linkedin:active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #0074ac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin.active.focus,
.btn-linkedin:active.focus,
.open > .dropdown-toggle.btn-linkedin.focus,
.btn-linkedin.active:focus,
.btn-linkedin:active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin.active:hover,
.btn-linkedin:active:hover,
.open > .dropdown-toggle.btn-linkedin:hover {
  color: #fff;
  background-color: #006da2;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-microsoft.focus,
.btn-microsoft:focus {
  color: #fff;
  background-color: #1d6ceb;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #1d6ceb;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft.active,
.btn-microsoft:active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #1d6ceb;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft.active.focus,
.btn-microsoft:active.focus,
.open > .dropdown-toggle.btn-microsoft.focus,
.btn-microsoft.active:focus,
.btn-microsoft:active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft.active:hover,
.btn-microsoft:active:hover,
.open > .dropdown-toggle.btn-microsoft:hover {
  color: #fff;
  background-color: #1466e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active:hover,
.btn-odnoklassniki.active:hover,
.open > .dropdown-toggle.btn-odnoklassniki:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki.active:focus,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active.focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}
.btn-odnoklassniki.focus,
.btn-odnoklassniki:focus {
  color: #fff;
  background-color: #f46d12;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #f46d12;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki.active,
.btn-odnoklassniki:active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #f46d12;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki.active.focus,
.btn-odnoklassniki:active.focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus,
.btn-odnoklassniki.active:focus,
.btn-odnoklassniki:active:focus,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki.active:hover,
.btn-odnoklassniki:active:hover,
.open > .dropdown-toggle.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #f0680c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-openid:focus,
.btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active:hover,
.btn-openid.active:hover,
.open > .dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-openid.focus,
.btn-openid:focus {
  color: #fff;
  background-color: #f78e14;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover {
  color: #fff;
  background-color: #f78e14;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid.active,
.btn-openid:active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #f78e14;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid.active.focus,
.btn-openid:active.focus,
.open > .dropdown-toggle.btn-openid.focus,
.btn-openid.active:focus,
.btn-openid:active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid.active:hover,
.btn-openid:active:hover,
.open > .dropdown-toggle.btn-openid:hover {
  color: #fff;
  background-color: #f68a0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-pinterest.focus,
.btn-pinterest:focus {
  color: #fff;
  background-color: #c21f25;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #c21f25;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest.active,
.btn-pinterest:active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #c21f25;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest.active.focus,
.btn-pinterest:active.focus,
.open > .dropdown-toggle.btn-pinterest.focus,
.btn-pinterest.active:focus,
.btn-pinterest:active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest.active:hover,
.btn-pinterest:active:hover,
.open > .dropdown-toggle.btn-pinterest:hover {
  color: #fff;
  background-color: #b91d24;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-reddit:focus,
.btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open > .dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-reddit.focus,
.btn-reddit:focus {
  color: #000;
  background-color: #e5f2ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover {
  color: #000;
  background-color: #e5f2ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit.active,
.btn-reddit:active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #e5f2ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit.active.focus,
.btn-reddit:active.focus,
.open > .dropdown-toggle.btn-reddit.focus,
.btn-reddit.active:focus,
.btn-reddit:active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit.active:hover,
.btn-reddit:active:hover,
.open > .dropdown-toggle.btn-reddit:hover {
  color: #000;
  background-color: #dbedff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud {
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #cc4400;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}
.btn-soundcloud.focus,
.btn-soundcloud:focus {
  color: #fff;
  background-color: #f55200;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #f55200;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud.active,
.btn-soundcloud:active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #f55200;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud.active.focus,
.btn-soundcloud:active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus,
.btn-soundcloud.active:focus,
.btn-soundcloud:active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud.active:hover,
.btn-soundcloud:active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover {
  color: #fff;
  background-color: #eb4e00;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-tumblr.focus,
.btn-tumblr:focus {
  color: #fff;
  background-color: #29425b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #29425b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr.active,
.btn-tumblr:active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #29425b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr.active.focus,
.btn-tumblr:active.focus,
.open > .dropdown-toggle.btn-tumblr.focus,
.btn-tumblr.active:focus,
.btn-tumblr:active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr.active:hover,
.btn-tumblr:active:hover,
.open > .dropdown-toggle.btn-tumblr:hover {
  color: #fff;
  background-color: #263d54;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-twitter.focus,
.btn-twitter:focus {
  color: #fff;
  background-color: #4ca7ed;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
  color: #fff;
  background-color: #4ca7ed;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter.active,
.btn-twitter:active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #4ca7ed;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter.active.focus,
.btn-twitter:active.focus,
.open > .dropdown-toggle.btn-twitter.focus,
.btn-twitter.active:focus,
.btn-twitter:active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter.active:hover,
.btn-twitter:active:hover,
.open > .dropdown-toggle.btn-twitter:hover {
  color: #fff;
  background-color: #42a3ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open > .dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vimeo.focus,
.btn-vimeo:focus {
  color: #fff;
  background-color: #15b2e5;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #15b2e5;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo.active,
.btn-vimeo:active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #15b2e5;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo.active.focus,
.btn-vimeo:active.focus,
.open > .dropdown-toggle.btn-vimeo.focus,
.btn-vimeo.active:focus,
.btn-vimeo:active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo.active:hover,
.btn-vimeo:active:hover,
.open > .dropdown-toggle.btn-vimeo:hover {
  color: #fff;
  background-color: #14abdb;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-vk.focus,
.btn-vk:focus {
  color: #fff;
  background-color: #54799c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover {
  color: #fff;
  background-color: #54799c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk.active,
.btn-vk:active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #54799c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk.active.focus,
.btn-vk:active.focus,
.open > .dropdown-toggle.btn-vk.focus,
.btn-vk.active:focus,
.btn-vk:active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk.active:hover,
.btn-vk:active:hover,
.open > .dropdown-toggle.btn-vk:hover {
  color: #fff;
  background-color: #517496;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
.btn-yahoo.focus,
.btn-yahoo:focus {
  color: #fff;
  background-color: #6b0d95;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #6b0d95;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo.active,
.btn-yahoo:active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #6b0d95;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo.active.focus,
.btn-yahoo:active.focus,
.open > .dropdown-toggle.btn-yahoo.focus,
.btn-yahoo.active:focus,
.btn-yahoo:active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo.active:hover,
.btn-yahoo:active:hover,
.open > .dropdown-toggle.btn-yahoo:hover {
  color: #fff;
  background-color: #640c8b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing {
  color: #fff;
  background-color: #1F6768;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-xing:focus,
.btn-xing.focus {
  color: #fff;
  background-color: #134041;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing:hover {
  color: #fff;
  background-color: #134041;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing:active,
.btn-xing.active,
.open > .dropdown-toggle.btn-xing {
  color: #fff;
  background-color: #134041;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing:active:hover,
.btn-xing.active:hover,
.open > .dropdown-toggle.btn-xing:hover,
.btn-xing:active:focus,
.btn-xing.active:focus,
.open > .dropdown-toggle.btn-xing:focus,
.btn-xing:active.focus,
.btn-xing.active.focus,
.open > .dropdown-toggle.btn-xing.focus {
  color: #fff;
  background-color: #0b2525;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing.disabled:hover,
.btn-xing[disabled]:hover,
fieldset[disabled] .btn-xing:hover,
.btn-xing.disabled:focus,
.btn-xing[disabled]:focus,
fieldset[disabled] .btn-xing:focus,
.btn-xing.disabled.focus,
.btn-xing[disabled].focus,
fieldset[disabled] .btn-xing.focus {
  background-color: #1F6768;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing .badge {
  color: #1F6768;
  background-color: #fff;
}
.btn-xing.focus,
.btn-xing:focus {
  color: #fff;
  background-color: #1d5f60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing:hover {
  color: #fff;
  background-color: #1d5f60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing.active,
.btn-xing:active,
.open > .dropdown-toggle.btn-xing {
  color: #fff;
  background-color: #1d5f60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-xing.active.focus,
.btn-xing:active.focus,
.open > .dropdown-toggle.btn-xing.focus,
.btn-xing.active:focus,
.btn-xing:active:focus,
.open > .dropdown-toggle.btn-xing:focus,
.btn-xing.active:hover,
.btn-xing:active:hover,
.open > .dropdown-toggle.btn-xing:hover {
  color: #fff;
  background-color: #1a5758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp {
  color: #fff;
  background-color: #128C7E;
  border-color: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-whatsapp:focus,
.btn-whatsapp.focus {
  color: #fff;
  background-color: #0c5f55;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #0c5f55;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp:active,
.btn-whatsapp.active,
.open > .dropdown-toggle.btn-whatsapp {
  color: #fff;
  background-color: #0c5f55;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp:active:hover,
.btn-whatsapp.active:hover,
.open > .dropdown-toggle.btn-whatsapp:hover,
.btn-whatsapp:active:focus,
.btn-whatsapp.active:focus,
.open > .dropdown-toggle.btn-whatsapp:focus,
.btn-whatsapp:active.focus,
.btn-whatsapp.active.focus,
.open > .dropdown-toggle.btn-whatsapp.focus {
  color: #fff;
  background-color: #083f39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp.disabled:hover,
.btn-whatsapp[disabled]:hover,
fieldset[disabled] .btn-whatsapp:hover,
.btn-whatsapp.disabled:focus,
.btn-whatsapp[disabled]:focus,
fieldset[disabled] .btn-whatsapp:focus,
.btn-whatsapp.disabled.focus,
.btn-whatsapp[disabled].focus,
fieldset[disabled] .btn-whatsapp.focus {
  background-color: #128C7E;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp .badge {
  color: #128C7E;
  background-color: #fff;
}
.btn-whatsapp.focus,
.btn-whatsapp:focus {
  color: #fff;
  background-color: #118376;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #118376;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp.active,
.btn-whatsapp:active,
.open > .dropdown-toggle.btn-whatsapp {
  color: #fff;
  background-color: #118376;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp.active.focus,
.btn-whatsapp:active.focus,
.open > .dropdown-toggle.btn-whatsapp.focus,
.btn-whatsapp.active:focus,
.btn-whatsapp:active:focus,
.open > .dropdown-toggle.btn-whatsapp:focus,
.btn-whatsapp.active:hover,
.btn-whatsapp:active:hover,
.open > .dropdown-toggle.btn-whatsapp:hover {
  color: #fff;
  background-color: #107a6e;
  border-color: rgba(0, 0, 0, 0.2);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('assets/js/vendor/slick-slider/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 100%;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #E2DCDA;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  transition: all ease-in-out 0.15s, all ease-in-out 0.15s;
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: #ded7d4;
  color: #585250;
  opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "entypo";
  font-size: 20px;
  line-height: 1;
  color: #585250;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -1.75rem;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -1.75rem;
}
.slick-prev:before {
  content: "\e98c";
}
[dir="rtl"] .slick-prev:before {
  content: "\e98d";
}
.slick-next {
  right: -1.75rem;
}
[dir="rtl"] .slick-next {
  left: -1.75rem;
  right: auto;
}
.slick-next:before {
  content: "\e98d";
}
[dir="rtl"] .slick-next:before {
  content: "\e98c";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -1rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e9ad";
  width: 20px;
  height: 20px;
  font-family: "entypo";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.slick-slide > div {
  height: 100% !important;
}
.slick-center .slick-track {
  padding-top: 30px;
}
.slick-center .slick-slide {
  transition: all ease-in-out 0.15s, all ease-in-out 0.15s;
  opacity: 0.85;
}
.slick-center .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1.15);
}
.slick-center .slick-slide.slick-current .card {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.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;
  -moz-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: #969392;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #d2d1d0;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #969392;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #ddedf0;
  border-color: #96c7d1;
  transition: all ease-in-out .1s, all ease-in-out .1s;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #badae0;
  border-color: #4792a1;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #badae0;
  border-color: #6cb0be;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #badae0;
  background-image: none;
  border-color: #6cb0be;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #a1cdd5;
  border-color: #4792a1;
}
.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: #ddedf0;
  border-color: #96c7d1;
}
.datepicker table tr td.highlighted .badge {
  color: #ddedf0;
  background-color: #000;
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #d6e9ed;
  border-color: #8fc3ce;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #d6e9ed;
  border-color: #8fc3ce;
}
.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d6e9ed;
  border-color: #8fc3ce;
}
.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted:active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #cfe5ea;
  border-color: #88bfcb;
}
.datepicker table tr td.highlighted.focused {
  background: #badae0;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #ddedf0;
  color: #969392;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.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,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  background-image: none;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.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 .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffd78f;
  border-color: #ffb329;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffd78f;
  border-color: #ffb329;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffd78f;
  border-color: #ffb329;
}
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today:active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffd485;
  border-color: #ffb01f;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #969392;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #d2d1d0;
  border-color: #a09d9c;
  transition: all ease-in-out .1s, all ease-in-out .1s;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #b9b7b6;
  border-color: #605d5c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #b9b7b6;
  border-color: #827e7d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #b9b7b6;
  background-image: none;
  border-color: #827e7d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #a8a5a4;
  border-color: #605d5c;
}
.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: #d2d1d0;
  border-color: #a09d9c;
}
.datepicker table tr td.range .badge {
  color: #d2d1d0;
  background-color: #000;
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  color: #000;
  background-color: #cdcbcb;
  border-color: #9b9897;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #cdcbcb;
  border-color: #9b9897;
}
.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #cdcbcb;
  border-color: #9b9897;
}
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range:active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover {
  color: #000;
  background-color: #c8c6c6;
  border-color: #969392;
}
.datepicker table tr td.range.focused {
  background: #b9b7b6;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #d2d1d0;
  color: #969392;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #d8dfe0;
  border-color: #9eb0b3;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #bbc7ca;
  border-color: #5c7276;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #bbc7ca;
  border-color: #7c9498;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #bbc7ca;
  background-image: none;
  border-color: #7c9498;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a7b7ba;
  border-color: #5c7276;
}
.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: #d8dfe0;
  border-color: #9eb0b3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #d8dfe0;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #d2dadc;
  border-color: #99abaf;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #d2dadc;
  border-color: #99abaf;
}
.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #d2dadc;
  border-color: #99abaf;
}
.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted:active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #ccd5d7;
  border-color: #93a7aa;
}
.datepicker table tr td.range.highlighted.focused {
  background: #bbc7ca;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #d8dfe0;
  color: #969392;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #e9bb68;
  border-color: #cc8e1e;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #e2a73c;
  border-color: #5d410e;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #e2a73c;
  border-color: #976916;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #e2a73c;
  background-image: none;
  border-color: #976916;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #d99820;
  border-color: #5d410e;
}
.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: #e9bb68;
  border-color: #cc8e1e;
}
.datepicker table tr td.range.today .badge {
  color: #e9bb68;
  background-color: #000;
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #e7b75f;
  border-color: #c3881d;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #e7b75f;
  border-color: #c3881d;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #e7b75f;
  border-color: #c3881d;
}
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today:active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #e6b356;
  border-color: #ba821c;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #e9bb68;
  color: #969392;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #969392;
  border-color: hsl(14, 3%, 40%);
  transition: all ease-in-out .1s, all ease-in-out .1s;
  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: #7d7978;
  border-color: hsl(14, 3%, 15%);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #7d7978;
  border-color: hsl(14, 3%, 28%);
}
.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,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #7d7978;
  background-image: none;
  border-color: hsl(14, 3%, 28%);
}
.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,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted: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,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted: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,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #6b6766;
  border-color: hsl(14, 3%, 15%);
}
.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: #969392;
  border-color: hsl(14, 3%, 40%);
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #969392;
  background-color: #fff;
}
.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: #918e8d;
  border-color: hsl(14, 3%, 38%);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #918e8d;
  border-color: hsl(14, 3%, 38%);
}
.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,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #918e8d;
  border-color: hsl(14, 3%, 38%);
}
.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,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.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,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.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,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #8c8887;
  border-color: hsl(14, 3%, 36%);
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #49535b;
  border-color: #444e56;
  transition: all ease-in-out .1s, all ease-in-out .1s;
  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: #32393f;
  border-color: #0c0d0f;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #32393f;
  border-color: #292f34;
}
.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,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #32393f;
  background-image: none;
  border-color: #292f34;
}
.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,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted: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,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted: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,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #22272b;
  border-color: #0c0d0f;
}
.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: #49535b;
  border-color: #444e56;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #49535b;
  background-color: #fff;
}
.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: #444e56;
  border-color: #404850;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #444e56;
  border-color: #404850;
}
.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,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #444e56;
  border-color: #404850;
}
.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,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.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,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.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,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #404850;
  border-color: #3b434a;
}
.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: #d2d1d0;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #969392;
  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: #49535b;
  border-color: #444e56;
  transition: all ease-in-out .1s, all ease-in-out .1s;
  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: #32393f;
  border-color: #0c0d0f;
}
.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: #32393f;
  border-color: #292f34;
}
.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,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #32393f;
  background-image: none;
  border-color: #292f34;
}
.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,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover: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,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover: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,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #22272b;
  border-color: #0c0d0f;
}
.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: #49535b;
  border-color: #444e56;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #49535b;
  background-color: #fff;
}
.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: #444e56;
  border-color: #404850;
}
.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: #444e56;
  border-color: #404850;
}
.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,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #444e56;
  border-color: #404850;
}
.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,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.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,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.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,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #404850;
  border-color: #3b434a;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #969392;
}
.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: #d2d1d0;
}
.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.5;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/*
Variables that begin with $var- should NEVER be used directly in CSS rules.
they should only be included via the "@include var(property, var-name)"
mechanism.
*/
/* Border styles */
/* Cookie notice positioning */
/* Text colors */
/* Font Families */
/* White */
/* Differently shaded colors */
/*
Use @include var(property, varname) to include a variable, e.g.

	@include var(background-color, white1);

to create a white background.
*/
/* Spacing */
/* Breakpoints */
.klaro button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #4a4645;
  background-color: #e1e0e0;
  border-color: #dcdbdb;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.klaro button:focus,
.klaro button:active:focus,
.klaro button.active:focus,
.klaro button.focus,
.klaro button:active.focus,
.klaro button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.klaro button:hover,
.klaro button:focus,
.klaro button.focus {
  color: #4a4645;
  text-decoration: none;
}
.klaro button:active,
.klaro button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.klaro button.disabled,
.klaro button[disabled],
fieldset[disabled] .klaro button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.klaro button.disabled,
fieldset[disabled] a.klaro button {
  pointer-events: none;
}
.klaro button-text {
  padding: 0;
}
.klaro button-lg {
  font-size: 18px;
}
.klaro button.btn-link {
  box-shadow: none;
}
.klaro button:focus,
.klaro button.focus {
  color: #4a4645;
  background-color: #c8c6c6;
  border-color: #9e9a9a;
}
.klaro button:hover {
  color: #4a4645;
  background-color: #c8c6c6;
  border-color: #bebcbb;
}
.klaro button:active,
.klaro button.active,
.open > .dropdown-toggle.klaro button {
  color: #4a4645;
  background-color: #c8c6c6;
  background-image: none;
  border-color: #bebcbb;
}
.klaro button:active:hover,
.klaro button.active:hover,
.open > .dropdown-toggle.klaro button:hover,
.klaro button:active:focus,
.klaro button.active:focus,
.open > .dropdown-toggle.klaro button:focus,
.klaro button:active.focus,
.klaro button.active.focus,
.open > .dropdown-toggle.klaro button.focus {
  color: #4a4645;
  background-color: #b7b4b4;
  border-color: #9e9a9a;
}
.klaro button.disabled:hover,
.klaro button[disabled]:hover,
fieldset[disabled] .klaro button:hover,
.klaro button.disabled:focus,
.klaro button[disabled]:focus,
fieldset[disabled] .klaro button:focus,
.klaro button.disabled.focus,
.klaro button[disabled].focus,
fieldset[disabled] .klaro button.focus {
  background-color: #e1e0e0;
  border-color: #dcdbdb;
}
.klaro button .badge {
  color: #e1e0e0;
  background-color: #4a4645;
}
.klaro button.focus,
.klaro button:focus {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.klaro button:hover {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.klaro button.active,
.klaro button:active,
.open > .dropdown-toggle.klaro button {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.klaro button.active.focus,
.klaro button:active.focus,
.open > .dropdown-toggle.klaro button.focus,
.klaro button.active:focus,
.klaro button:active:focus,
.open > .dropdown-toggle.klaro button:focus,
.klaro button.active:hover,
.klaro button:active:hover,
.open > .dropdown-toggle.klaro button:hover {
  color: #4a4645;
  background-color: #d7d6d5;
  border-color: #d2d1d0;
}
.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.klaro .cookie-modal .h3,
.klaro .context-notice .h3,
.klaro .cookie-notice .h3 {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch-container,
.klaro .context-notice .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-color: #c8c8c8;
  border-bottom-color: var(--light2, #c8c8c8);
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}
.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}
.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch-container p,
.klaro .context-notice .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch,
.klaro .context-notice .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: hsl(14, 83%, 54%);
  background-color: var(--green1, hsl(14, 83%, 54%));
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: hsl(14, 83%, 54%);
  background-color: var(--green1, hsl(14, 83%, 54%));
  opacity: 0.6;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
  cursor: not-allowed;
}
.klaro .cookie-modal .cm-list-input,
.klaro .context-notice .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 40px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-title,
.klaro .context-notice .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: 0.9em;
  font-weight: 600;
}
.klaro .cookie-modal .cm-list-description,
.klaro .context-notice .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  color: #7c7c7c;
  color: var(--dark3, #7c7c7c);
  font-size: 0.9em;
  padding-top: 4px;
}
.klaro .cookie-modal .cm-list-label,
.klaro .context-notice .cm-list-label,
.klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}
.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}
.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color: #d2d1d0;
  background-color: var(--white2, #d2d1d0);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  width: 40px;
  display: inline-block;
}
.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #fff;
  background-color: var(--white3, #fff);
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2.5px;
  transition: 0.4s;
}
.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}
.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}
.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .context-notice .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px var(color, green3);
}
.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  transform: translateX(20px);
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  transform: translateX(20px);
}
.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a {
  color: hsl(14, 83%, 54%);
  color: var(--green1, hsl(14, 83%, 54%));
  text-decoration: none;
}
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #fafafa;
  color: var(--light1, #fafafa);
}
.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3,
.klaro .cookie-modal h4,
.klaro .cookie-modal h5,
.klaro .cookie-modal h6,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice h3,
.klaro .context-notice h4,
.klaro .context-notice h5,
.klaro .context-notice h6,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice h3,
.klaro .cookie-notice h4,
.klaro .cookie-notice h5,
.klaro .cookie-notice h6 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
}
.klaro .cookie-modal .cm-link,
.klaro .context-notice .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}
.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.klaro .cookie-modal .cm-btn:focus,
.klaro .context-notice .cm-btn:focus,
.klaro .cookie-notice .cm-btn:focus,
.klaro .cookie-modal .cm-btn:active:focus,
.klaro .context-notice .cm-btn:active:focus,
.klaro .cookie-notice .cm-btn:active:focus,
.klaro .cookie-modal .cm-btn.active:focus,
.klaro .context-notice .cm-btn.active:focus,
.klaro .cookie-notice .cm-btn.active:focus,
.klaro .cookie-modal .cm-btn.focus,
.klaro .context-notice .cm-btn.focus,
.klaro .cookie-notice .cm-btn.focus,
.klaro .cookie-modal .cm-btn:active.focus,
.klaro .context-notice .cm-btn:active.focus,
.klaro .cookie-notice .cm-btn:active.focus,
.klaro .cookie-modal .cm-btn.active.focus,
.klaro .context-notice .cm-btn.active.focus,
.klaro .cookie-notice .cm-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.klaro .cookie-modal .cm-btn:hover,
.klaro .context-notice .cm-btn:hover,
.klaro .cookie-notice .cm-btn:hover,
.klaro .cookie-modal .cm-btn:focus,
.klaro .context-notice .cm-btn:focus,
.klaro .cookie-notice .cm-btn:focus,
.klaro .cookie-modal .cm-btn.focus,
.klaro .context-notice .cm-btn.focus,
.klaro .cookie-notice .cm-btn.focus {
  color: #4a4645;
  text-decoration: none;
}
.klaro .cookie-modal .cm-btn:active,
.klaro .context-notice .cm-btn:active,
.klaro .cookie-notice .cm-btn:active,
.klaro .cookie-modal .cm-btn.active,
.klaro .context-notice .cm-btn.active,
.klaro .cookie-notice .cm-btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.klaro .cookie-modal .cm-btn.disabled,
.klaro .context-notice .cm-btn.disabled,
.klaro .cookie-notice .cm-btn.disabled,
.klaro .cookie-modal .cm-btn[disabled],
.klaro .context-notice .cm-btn[disabled],
.klaro .cookie-notice .cm-btn[disabled],
fieldset[disabled] .klaro .cookie-modal .cm-btn,
fieldset[disabled] .klaro .context-notice .cm-btn,
fieldset[disabled] .klaro .cookie-notice .cm-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.klaro .cookie-modal .cm-btn.disabled,
a.klaro .context-notice .cm-btn.disabled,
a.klaro .cookie-notice .cm-btn.disabled,
fieldset[disabled] a.klaro .cookie-modal .cm-btn,
fieldset[disabled] a.klaro .context-notice .cm-btn,
fieldset[disabled] a.klaro .cookie-notice .cm-btn {
  pointer-events: none;
}
.klaro .cookie-modal .cm-btn-text,
.klaro .context-notice .cm-btn-text,
.klaro .cookie-notice .cm-btn-text {
  padding: 0;
}
.klaro .cookie-modal .cm-btn-lg,
.klaro .context-notice .cm-btn-lg,
.klaro .cookie-notice .cm-btn-lg {
  font-size: 18px;
}
.klaro .cookie-modal .cm-btn.btn-link,
.klaro .context-notice .cm-btn.btn-link,
.klaro .cookie-notice .cm-btn.btn-link {
  box-shadow: none;
}
.klaro .cookie-modal .cm-btn:disabled,
.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all {
  color: #fff;
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 52%);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.focus {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  border-color: hsl(14, 83%, 27%);
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  border-color: hsl(14, 83%, 40%);
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.active,
.open > .dropdown-toggle.klaro .cookie-modal .cm-btn.cm-btn-accept-all {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  background-image: none;
  border-color: hsl(14, 83%, 40%);
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.active:hover,
.open > .dropdown-toggle.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.active:focus,
.open > .dropdown-toggle.klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active.focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.active.focus,
.open > .dropdown-toggle.klaro .cookie-modal .cm-btn.cm-btn-accept-all.focus {
  color: #fff;
  background-color: hsl(14, 83%, 37%);
  border-color: hsl(14, 83%, 27%);
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.disabled:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all[disabled]:hover,
fieldset[disabled] .klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.disabled:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all[disabled]:focus,
fieldset[disabled] .klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.disabled.focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all[disabled].focus,
fieldset[disabled] .klaro .cookie-modal .cm-btn.cm-btn-accept-all.focus {
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 52%);
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all .badge {
  color: hsl(14, 83%, 54%);
  background-color: #fff;
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.active,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active,
.open > .dropdown-toggle.klaro .cookie-modal .cm-btn.cm-btn-accept-all {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.active.focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active.focus,
.open > .dropdown-toggle.klaro .cookie-modal .cm-btn.cm-btn-accept-all.focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.active:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active:focus,
.open > .dropdown-toggle.klaro .cookie-modal .cm-btn.cm-btn-accept-all:focus,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all.active:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:active:hover,
.open > .dropdown-toggle.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover {
  color: #fff;
  background-color: hsl(14, 83%, 50%);
  border-color: hsl(14, 83%, 48%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success {
  color: #fff;
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 52%);
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success.focus {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  border-color: hsl(14, 83%, 27%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success:hover {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  border-color: hsl(14, 83%, 40%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success:active,
.klaro .cookie-notice .cm-btn.cm-btn-success.active,
.open > .dropdown-toggle.klaro .cookie-notice .cm-btn.cm-btn-success {
  color: #fff;
  background-color: hsl(14, 83%, 44%);
  background-image: none;
  border-color: hsl(14, 83%, 40%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success:active:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success.active:hover,
.open > .dropdown-toggle.klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:active:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success.active:focus,
.open > .dropdown-toggle.klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success:active.focus,
.klaro .cookie-notice .cm-btn.cm-btn-success.active.focus,
.open > .dropdown-toggle.klaro .cookie-notice .cm-btn.cm-btn-success.focus {
  color: #fff;
  background-color: hsl(14, 83%, 37%);
  border-color: hsl(14, 83%, 27%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success.disabled:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success[disabled]:hover,
fieldset[disabled] .klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success.disabled:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success[disabled]:focus,
fieldset[disabled] .klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success.disabled.focus,
.klaro .cookie-notice .cm-btn.cm-btn-success[disabled].focus,
fieldset[disabled] .klaro .cookie-notice .cm-btn.cm-btn-success.focus {
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 52%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success .badge {
  color: hsl(14, 83%, 54%);
  background-color: #fff;
}
.klaro .cookie-notice .cm-btn.cm-btn-success.focus,
.klaro .cookie-notice .cm-btn.cm-btn-success:focus {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success:hover {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success.active,
.klaro .cookie-notice .cm-btn.cm-btn-success:active,
.open > .dropdown-toggle.klaro .cookie-notice .cm-btn.cm-btn-success {
  color: #fff;
  background-color: hsl(14, 83%, 52%);
  border-color: hsl(14, 83%, 50%);
}
.klaro .cookie-notice .cm-btn.cm-btn-success.active.focus,
.klaro .cookie-notice .cm-btn.cm-btn-success:active.focus,
.open > .dropdown-toggle.klaro .cookie-notice .cm-btn.cm-btn-success.focus,
.klaro .cookie-notice .cm-btn.cm-btn-success.active:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success:active:focus,
.open > .dropdown-toggle.klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success.active:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:active:hover,
.open > .dropdown-toggle.klaro .cookie-notice .cm-btn.cm-btn-success:hover {
  color: #fff;
  background-color: hsl(14, 83%, 50%);
  border-color: hsl(14, 83%, 48%);
}
.klaro .context-notice {
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  border-style: solid;
  border-style: var(--border-style, solid);
  border-width: 1px;
  border-width: var(--border-width, 1px);
  border-color: #c8c8c8;
  border-color: var(--light2, #c8c8c8);
  background-color: #fafafa;
  background-color: var(--light1, #fafafa);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 100%;
}
.klaro .context-notice.cm-dark {
  background-color: #333;
  background-color: var(--dark1, #333);
  border-color: #5c5c5c;
  border-color: var(--dark2, #5c5c5c);
}
.klaro .context-notice.cm-dark p {
  color: #fafafa;
  color: var(--light1, #fafafa);
}
.klaro .context-notice.cm-dark p a {
  color: #459cdc;
  color: var(--blue2, #459cdc);
}
.klaro .context-notice p {
  color: #333;
  color: var(--dark1, #333);
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
.klaro .context-notice p a {
  color: #24cc9a;
  color: var(--green2, #24cc9a);
}
.klaro .context-notice p.cm-buttons {
  margin-top: 12px;
}
.klaro .context-notice p.cm-buttons .cm-btn + .cm-btn {
  margin-left: 5px;
}
.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1050;
}
.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}
.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  transform: none;
}
.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 95%;
  transform: translateY(-95%);
  position: fixed;
  overflow: auto;
}
@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0.5;
}
.klaro .cookie-modal .cm-modal .hide:hover {
  opacity: 1;
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #000;
  stroke: var(--light1, #000);
}
.klaro .cookie-modal .cm-modal .hide svg line {
  stroke-width: 2;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  padding: 1em;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .klaro .cookie-modal .cm-modal .cm-footer-buttons {
    flex-flow: column;
    align-items: normal;
  }
  .klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn + .cm-btn {
    margin-left: 0;
  }
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
}
.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  padding: 1em;
  padding-right: 24px;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #4a4645;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 20px;
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-header h1 small,
.klaro .cookie-modal .cm-modal .cm-header h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #969392;
}
.klaro .cookie-modal .cm-modal .cm-header h1 small,
.klaro .cookie-modal .cm-modal .cm-header h1 .small {
  font-size: 65%;
}
.section > .klaro .cookie-modal .cm-modal .cm-header h1:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left: 0;
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 10px;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 50px;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
  font-size: 0.8em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-color: rgba(0, 0, 0, 0.1);
  padding-top: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
  padding-left: 0.2em;
  font-size: 0.8em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #333;
  background-color: var(--dark1, #333);
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: fixed;
    position: var(--notice-position, fixed);
    right: 20px;
    right: var(--notice-right, 20px);
    left: auto;
    left: var(--notice-left, auto);
    bottom: 20px;
    bottom: var(--notice-bottom, 20px);
    top: auto;
    top: var(--notice-top, auto);
    max-width: 600px;
    max-width: var(--notice-max-width, 600px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  }
}
@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-lern-more {
  display: inline-block;
  flex-grow: 1;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}
@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
}
@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}
.klaro .cookie-notice .cn-buttons .cm-btn + .cm-btn {
  margin-left: 5px;
}
@media (max-width: 384px) {
  .klaro .cookie-notice .cn-buttons .cm-btn {
    width: 100%;
    display: block;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
}
.klaro .cookie-modal-notice {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 95%;
  transform: translateY(-95%);
  position: fixed;
  overflow: auto;
  padding: 1.5em;
  padding-top: 0.75em;
}
@media (min-width: 600px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5em;
}
@media (max-width: 430px) {
  .klaro .cookie-modal-notice .cn-ok {
    flex-flow: column;
    align-items: normal;
  }
  .klaro .cookie-modal-notice .cn-ok .cm-btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .klaro .cookie-modal-notice .cn-ok .cm-btn + .cm-btn {
    margin-left: 0;
  }
}
.klaro .cookie-notice-hidden {
  display: none !important;
}
.klaro .cookie-modal .cm-modal .hide {
  display: block !important;
  box-shadow: none;
}
@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('/assets/fonts/Roboto-Regular-webfont.eot');
  src: url('/assets/fonts/Roboto-Regular-webfont.eot?iefix') format('eot'), url('/assets/fonts/Roboto-Regular-webfont.woff') format('woff'), url('/assets/fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('/assets/fonts/Roboto-Regular-webfont.svg#webfont') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('/assets/fonts/Roboto-Bold-webfont.eot');
  src: url('/assets/fonts/Roboto-Bold-webfont.eot?iefix') format('eot'), url('/assets/fonts/Roboto-Bold-webfont.woff') format('woff'), url('/assets/fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('/assets/fonts/Roboto-Bold-webfont.svg#webfont') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*!
 * Bootstrap Grid Flexbox v1.1.2 (https://github.com/ngengs/bootstrap-grid-flexbox)
 * Copyright 2016 Rizky Kharisma @ngengs (http://ngengs.com).
 * Licensed under MIT (https://github.com/ngengs/bootstrap-grid-flexbox/blob/master/LICENSE)
 */
.row-flex {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row-flex.reverse {
  flex-direction: row-reverse;
}
.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 {
  box-sizing: border-box;
  flex: 0 0 auto;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.start-xs {
  justify-content: flex-start;
}
.start-xs.text-start {
  text-align: start;
}
.center-xs {
  justify-content: center;
}
.center-xs.text-center {
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
}
.end-xs.text-end {
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.col-xs-12 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
  flex-basis: 8.33333333%;
  max-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) {
  .start-sm {
    justify-content: flex-start;
  }
  .start-sm.text-start {
    text-align: start;
  }
  .center-sm {
    justify-content: center;
  }
  .center-sm.text-center {
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
  }
  .end-sm.text-end {
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .col-sm-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
    flex-basis: 8.33333333%;
    max-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) {
  .start-md {
    justify-content: flex-start;
  }
  .start-md.text-start {
    text-align: start;
  }
  .center-md {
    justify-content: center;
  }
  .center-md.text-center {
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
  }
  .end-md.text-end {
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .col-md-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
    flex-basis: 8.33333333%;
    max-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) {
  .start-lg {
    justify-content: flex-start;
  }
  .start-lg.text-start {
    text-align: start;
  }
  .center-lg {
    justify-content: center;
  }
  .center-lg.text-center {
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
  }
  .end-lg.text-end {
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .col-lg-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    flex-basis: 8.33333333%;
    max-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%;
  }
}
.h-100 {
  height: 100% !important;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 18px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 5.5px;
}
label {
  font-weight: 600;
}
.form-control {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
.has-error .form-control {
  box-shadow: none;
}
.form-group-sm .form-control-static {
  padding-top: 4px;
  padding-bottom: 4px;
}
.form-group-heading {
  border-bottom: 1px solid #eee;
  margin-top: 27px;
  margin-bottom: 9px;
}
.input-group-btn > .btn,
.input-group-btn > .btn-group {
  z-index: 2;
}
.input-group > .form-control:focus {
  z-index: 3;
}
/*
// adds required asterisk after label
form:not(.form-horizontal) {
    label.required::after {
        position: relative;
        content: "*";
        color: @state-danger-text;
        left: 4px;
        font-size: @font-size-base - 1;
    }
}

// adds required asterisk before label
.form-horizontal {
    @media(min-width: @screen-sm) {
        label.required::before {
            position: relative;
            content: "*";
            color: @state-danger-text;
            left: -4px;
            font-size: @font-size-base - 1;
        }
    }
    @media(max-width: (@screen-sm - 1)) {
        label.required::after {
            position: relative;
            content: "*";
            color: @state-danger-text;
            left: 4px;
            font-size: @font-size-base - 1;
        }
    }
}
*/
.input-search {
  border-radius: 100px;
}
.input-icon {
  position: absolute;
  pointer-events: none;
  margin-top: 7px;
  margin-left: 9px;
  opacity: 0.35;
}
.input-icon + input {
  padding-left: 28px;
}
.form-control-width-xs {
  max-width: 75px;
}
.form-control-width-sm {
  max-width: 150px;
}
.form-control-width-md {
  max-width: 250px;
}
.form-control-width-lg {
  max-width: 350px;
}
.form-control-width-fill {
  max-width: 100%;
}
.switch {
  padding-left: 84px;
  overflow: hidden;
  position: relative;
}
.switch > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  left: 0;
  top: 0;
}
.switch > label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
}
.switch > label:before {
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  height: 25px;
  width: 68px;
  color: #4a4645;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  background: #e1e0e0;
  transition: 0.2s background-color ease-out;
  margin-left: -64px;
  margin-right: 6px;
}
.switch > input:checked + label:before {
  background: hsl(14, 83%, 54%);
  color: #fff;
}
.switch > input:disabled + label:before {
  background: #777474;
}
.switch > input:checked:disabled + label:before {
  background: #f9ccbf;
}
.switch > label:before {
  content: attr(data-off);
  padding-left: 20px;
  padding-right: 0;
}
.switch > input:checked + label:before {
  content: attr(data-on);
  padding-right: 20px;
  padding-left: 0;
}
.switch > label:after {
  cursor: pointer;
  content: "";
  margin: 1px;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  display: block;
  background: #fff;
  position: absolute;
  top: 3px;
  left: -62px;
  z-index: 2;
  transition: 0.2s left ease-out;
}
.switch > input:checked + label:after {
  left: -19px;
}
.input-group-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group-flex .input-group-prepend {
  display: flex;
  margin-right: -1px;
  max-width: 35%;
}
.input-group-flex .input-group-prepend .form-control:last-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group-flex .input-group-text {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group-flex .input-group-text {
  border-right-width: 0;
}
.input-group-flex .input-group-append {
  display: flex;
  margin-left: -1px;
}
.input-group-flex .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.card {
  position: relative;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.card-block {
  padding: 16px;
}
.card-title {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 15px;
}
.card-hr {
  margin-top: 16px;
  margin-bottom: 16px;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 4px 4px 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 4px 4px;
}
.card-header {
  padding: 12px 16px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card-header:first-child {
  border-radius: 3px 3px 0 0;
}
.card-footer {
  padding: 12px 16px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}
.card-primary {
  background-color: #49535b;
  border-color: #49535b;
}
.card-success {
  background-color: #508A05;
  border-color: #508A05;
}
.card-info {
  background-color: #55a4b4;
  border-color: #55a4b4;
}
.card-warning {
  background-color: #f5ab00;
  border-color: #f5ab00;
}
.card-danger {
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 54%);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff !important;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:hover,
.card-inverse .card-link:focus {
  color: #fff;
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img {
  border-radius: 4px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s linear all;
}
.card-img-overlay:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.card-img-top {
  border-radius: 4px 4px 0 0;
}
.card-img-bottom {
  border-radius: 0 0 4px 4px;
}
.card-deck {
  display: table;
  table-layout: fixed;
  border-spacing: 15px 0;
}
.card-deck .card {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}
.card-deck-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.card-group {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.card-group .card {
  display: table-cell;
  vertical-align: top;
}
.card-group .card + .card {
  margin-left: 0;
  border-left: 0;
}
.card-group .card:first-child .card-img-top {
  border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
  border-bottom-right-radius: 0;
}
.card-group .card:last-child .card-img-top {
  border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
  border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
  border-radius: 0;
}
@media (min-width: 768px) {
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.border-0 {
  border: none !important;
}
.shadow-0 {
  box-shadow: none !important;
}
.custom-checkbox-card {
  position: relative;
  height: 100%;
  padding-left: 0;
  margin-right: 0;
}
.custom-checkbox-card.card {
  border-width: 0;
}
.custom-checkbox-card-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox-card-label {
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #d2d1d0;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
}
.custom-checkbox-card-label > .card > .card-block {
  margin-left: 26.25px;
}
.custom-checkbox-card-label::after {
  position: absolute;
  display: block;
  top: 19.6875px;
  left: 18.75px;
  width: 16px;
  height: 16px;
  z-index: 1;
  content: "";
  color: #fff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
  border: 1px solid #d2d1d0;
  border-radius: 4px;
  transition: 0.15s opacity;
}
.custom-checkbox-card-input[type="radio"] + .custom-checkbox-card-label::after {
  border-radius: 50%;
}
.custom-checkbox-card-label-stretched {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-checkbox-card-label-stretched::after {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 110 110' fill='%23e7eaf3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55,110L55,110C24.6,110,0,85.4,0,55v0C0,24.6,24.6,0,55,0h0c30.4,0,55,24.6,55,55v0C110,85.4,85.4,110,55,110zM81.6,31c-1.5-1.4-3.9-1.4-5.4,0.1L43.7,64.3l-8-9.6c-1.8-2.2-4.9-2.6-6.9-0.9c-1.8,1.5-2.1,4.1-0.9,6.2l10.2,17.3c2,3.3,6.7,3.6,9,0.5L82,36.2C83.3,34.7,83.1,32.4,81.6,31z'/%3E%3C/svg%3E") no-repeat right center / 1rem 1rem;
}
.custom-checkbox-card-img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  opacity: 0.5;
  transition: 0.15s opacity;
}
.custom-checkbox-card-input:checked ~ .custom-checkbox-card-label img {
  opacity: 1;
}
.custom-checkbox-card-input:checked ~ .custom-checkbox-card-label::after {
  background-color: hsl(14, 83%, 54%);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
  border-color: hsl(14, 83%, 54%);
}
.custom-checkbox-card-input[type="radio"]:checked ~ .custom-checkbox-card-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-checkbox-card-input:checked ~ .custom-checkbox-card-label,
.custom-checkbox-card-input:checked ~ .custom-checkbox-card-label-stretched {
  border-color: hsl(14, 83%, 54%);
}
.custom-checkbox-card.checked .custom-checkbox-card-btn {
  color: #fff;
  background-color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 54%);
}
.custom-checkbox-card-input:disabled ~ .custom-checkbox-card-label {
  opacity: 0.5;
}
.custom-checkbox-card.disabled .custom-checkbox-card-btn {
  cursor: default;
  opacity: 0.5;
}
/*------------------------------------
Checkbox Switch
------------------------------------*/
.custom-checkbox-switch {
  display: inline-block;
  padding-left: 0;
}
.custom-checkbox-switch-label {
  cursor: pointer;
  color: #4a4645;
  background-color: #fff;
  border: 1px solid #d2d1d0;
  margin-bottom: 0;
}
.custom-checkbox-switch-label:hover {
  color: hsl(14, 83%, 54%);
}
.custom-checkbox-switch-label-btn-dashed {
  border: 1px dashed #d2d1d0;
}
.custom-checkbox-switch-input ~ .custom-checkbox-switch-label .custom-checkbox-switch-default {
  display: block;
}
.custom-checkbox-switch-input ~ .custom-checkbox-switch-label .custom-checkbox-switch-active {
  display: none;
}
.custom-checkbox-switch-input:checked ~ .custom-checkbox-switch-label {
  color: #fff;
  border-style: solid;
  background-color: hsl(14, 83%, 54%);
}
.custom-checkbox-switch-input:checked ~ .custom-checkbox-switch-label .custom-checkbox-switch-default {
  display: none;
}
.custom-checkbox-switch-input:checked ~ .custom-checkbox-switch-label .custom-checkbox-switch-active {
  display: block;
}
.custom-checkbox-switch-input:disabled ~ .custom-checkbox-switch-label {
  color: #969392;
  background-color: #d2d1d0;
}
.panel-group[role="tablist"] > .panel > .panel-heading {
  padding: 0;
}
.panel-group[role="tablist"] > .panel > .panel-heading a {
  display: block;
  padding: 16px;
  text-decoration: none;
  position: relative;
}
.panel-group[role="tablist"] > .panel > .panel-heading a:hover,
.panel-group[role="tablist"] > .panel > .panel-heading a:focus,
.panel-group[role="tablist"] > .panel > .panel-heading a:active {
  text-decoration: none;
}
.panel-group[role="tablist"] > .panel > .panel-heading a::before {
  position: absolute;
  top: 16px;
  right: 16px;
  left: auto;
  font-family: FontAwesome;
  font-weight: normal;
  color: #4a4645;
  content: '\f105';
  transition: transform 0.2s ease-in-out;
  transform: rotate(90deg);
}
.panel-group[role="tablist"] > .panel > .panel-heading a[aria-expanded="false"]::before {
  transform: rotate(90deg);
}
.panel-group[role="tablist"] > .panel > .panel-heading a[aria-expanded="true"]::before {
  transform: rotate(-90deg);
}
.panel-group[role="tablist"] .panel-body {
  padding-right: 32px;
  padding-left: 16px;
}
.panel-group[role="tablist"] .panel:not(.panel-default) .panel-body {
  padding-top: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.panel-group > .panel + .panel {
  margin-top: -1px;
}
.panel-group .panel:not(.panel-default) > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel:not(.panel-default) {
  box-shadow: none;
}
.panel-group .panel:not(.panel-default) + .panel {
  border-top: 1px solid #eee;
}
.breadcrumb {
  padding: 0;
  margin: 0 0 12px;
  background: transparent none;
  border: none;
  box-shadow: none;
}
.breadcrumb > li {
  font-size: 14px;
}
.breadcrumb > li a {
  color: hsl(14, 3%, 40%);
}
.breadcrumb > li a:hover {
  color: hsl(14, 83%, 54%);
}
.breadcrumb > li::after {
  content: "\f105";
  padding: 0 12px;
  font-family: 'FontAwesome';
  color: rgba(150, 147, 146, 0.5);
}
.breadcrumb > li + li::before {
  content: none;
}
.breadcrumb > li:last-child::after {
  content: none;
}
.breadcrumb-steps > li {
  font-size: 16px;
  color: #969392;
}
.breadcrumb-steps > li.done {
  color: #4a4645;
}
.breadcrumb-steps > li.active {
  font-weight: bold;
  color: #4a4645;
}
.custom-select {
  /*
    display: inline-block;
    width: 100%;
    padding-right: 28px;
    line-height: 1.5;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


    display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    */
  padding-right: 2.5rem !important;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.1s linear background;
}
.custom-select.bg-muted {
  background-color: #f0f0ef;
}
.custom-select.bg-muted:hover {
  background-color: #e6e5e5;
}
.tag {
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f0f0ef;
  border: none;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.tag:hover,
.tag:focus {
  background: #e4e3e2;
  cursor: pointer;
}
.tag:hover i,
.tag:focus i {
  opacity: 1;
}
.tag i {
  margin-left: 5px;
}
a.tag {
  color: #4a4645;
}
a.tag:hover,
a.tag:focus {
  color: hsl(14, 83%, 46%);
}
/*------------------------------------
Step
------------------------------------*/
/*
@step-avatar-width    : @step-icon-width;
@step-avatar-height   : @step-avatar-width;
@step-avatar-width-sm : @step-icon-width-sm;
@step-avatar-height-sm: @step-avatar-width-sm;
@step-avatar-width-lg : @step-icon-width-lg;
@step-avatar-height-lg: @step-avatar-width-lg;
*/
/*
@step-avatar-font-weight : @step-icon-font-weight;
@step-avatar-font-size   : @step-icon-font-size;
@step-avatar-font-size-sm: @step-icon-font-size-sm;
@step-avatar-font-size-lg: @step-icon-font-size-lg;
*/
.step {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-right: calc(1.5rem / -2);
  margin-left: calc(1.5rem / -2);
}
.step.step-dashed .step-icon::after {
  border-left-style: dashed;
}
.step-icon-border {
  border: 0.125rem solid rgba(0, 0, 0, 0.15);
}
.step-title {
  display: block;
  color: #4a4645;
  font-weight: 700;
}
.step-text:last-child {
  margin-bottom: 0;
}
.step-border-last-0 .step-item:last-child .step-icon::after {
  display: none;
}
.step .step-item {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: calc(1.5rem / 2);
  padding-left: calc(1.5rem / 2);
  margin-bottom: 2.25rem;
}
.step-item-between .step-item:last-child {
  flex: 0 0 auto;
  width: auto;
}
.step .step-content-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.step .step-content {
  flex: 1;
}
.step-item.collapse:not(.show) {
  display: none;
}
.step-item .step-title-description {
  display: none;
}
.step-item.focus .step-title-description {
  display: block;
}
/*------------------------------------
Step Divider
------------------------------------*/
.step-divider {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  height: 1rem;
  font-weight: 700;
}
.step-divider::after {
  position: absolute;
  top: calc(1rem + (1.5rem / 2));
  left: calc(4.25rem / 2);
  height: calc(100% - (1rem + (1.5rem / 2) - 1.5rem));
  border-left: 0.125rem solid rgba(0, 0, 0, 0.15);
  content: "";
}
/*------------------------------------
Step Colors
------------------------------------*/
.step-icon-danger {
  color: #fff;
  background-color: hsl(14, 83%, 54%);
}
.step-icon-dark {
  color: #fff;
  background-color: hsl(14, 3%, 40%);
}
.step-icon-soft-danger {
  color: hsl(14, 83%, 54%);
  background-color: rgba(235, 86, 40, 0.1);
  font-weight: bold !important;
}
.step-icon-soft-dark {
  color: hsl(14, 3%, 40%);
  background-color: rgba(105, 100, 99, 0.1);
  font-weight: bold !important;
}
/*------------------------------------
Step Icon
------------------------------------*/
.step .step-icon {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.step .step-icon::after {
  position: absolute;
  top: calc(4.25rem + 1.5rem / 2);
  left: calc(4.25rem / 2);
  height: calc(100% - (4.25rem + (1.5rem / 2) - 1.5rem));
  border-left: 0.125rem solid rgba(0, 0, 0, 0.15);
  content: "";
}
.step .step-icon.step-icon-border-0::after {
  border-left: none;
}
.step .step-icon-pseudo::before {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
}
.step-dark .step-icon::after {
  border-left-color: rgba(255, 255, 255, 0.15);
}
/*------------------------------------
Step Icon Sizes
------------------------------------*/
.step-icon-sm .step-icon,
.step-icon-sm.step-icon {
  font-size: 14px;
  width: 2.875rem;
  height: 2.875rem;
}
.step-icon-sm .step-icon::after,
.step-icon-sm.step-icon::after {
  top: calc(2.875rem + 1.5rem / 2);
  left: calc((2.875rem / 2) - (0.125rem / 2));
  width: calc(0.125rem + 1.5rem);
  height: calc(100% - (2.875rem + (1.5rem / 2) - 1.5rem));
}
.step-icon-sm .step-divider::after {
  left: calc(2.875rem / 2);
}
.step-icon-lg .step-icon,
.step-icon-lg.step-icon {
  font-size: 20px;
  width: 6.4rem;
  height: 6.4rem;
}
.step-icon-lg .step-icon::after,
.step-icon-lg.step-icon::after {
  top: calc(6.4rem + 1.5rem / 2);
  left: calc((6.4rem / 2) - (0.125rem / 2));
  width: calc(0.125rem + 1.5rem);
  height: calc(100% - (6.4rem + (1.5rem / 2) - 1.5rem));
}
.step-icon-lg .step-divider::after {
  left: calc(6.4rem / 2);
}
/*------------------------------------
Step Breakpoints
------------------------------------*/
@media (min-width: 768px) {
  .step-sm.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .step-sm .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .step-sm:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .step-sm .step-icon {
    margin-bottom: 1rem;
  }
  .step-sm .step-icon::after {
    top: 2.125rem;
    left: calc(1.5rem + 4.25rem);
    width: calc(100% - (1.5rem + 4.25rem));
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
    border-left: none;
  }
  .step-sm.step-icon-sm .step-icon::after,
  .step-sm .step-icon.step-icon-sm::after {
    top: calc(2.875rem / 2);
    left: calc(1.5rem + 2.875rem);
    width: calc(100% - (1.5rem + 2.875rem));
  }
  .step-sm.step-icon-lg .step-icon::after,
  .step-sm .step-icon.step-icon-lg::after {
    top: calc(6.4rem / 2);
    left: calc(1.5rem + 6.4rem);
    width: calc(100% - (1.5rem + 6.4rem));
  }
}
@media (min-width: 992px) {
  .step-md.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .step-md .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .step-md:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .step-md .step-icon {
    margin-bottom: 1rem;
  }
  .step-md .step-icon::after {
    top: calc(4.25rem / 2);
    left: calc(1.5rem + 4.25rem);
    width: calc(100% - (1.5rem + 4.25rem));
    height: calc(0.125rem + 1.5rem);
    border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
    border-left: none;
  }
  .step-md.step-icon-sm .step-icon::after,
  .step-md .step-icon.step-icon-sm::after {
    top: calc(2.875rem / 2);
    left: calc(1.5rem + 2.875rem);
    width: calc(100% - (1.5rem + 2.875rem));
  }
  .step-md.step-icon-lg .step-icon::after,
  .step-md .step-icon.step-icon-lg::after {
    top: calc(6.4rem / 2);
    left: calc(1.5rem + 6.4rem);
    width: calc(100% - (1.5rem + 6.4rem));
  }
}
@media (min-width: 1200px) {
  .step-lg.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .step-lg .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .step-lg:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .step-lg .step-icon {
    margin-bottom: 1rem;
  }
  .step-lg .step-icon::after {
    top: calc(4.25rem / 2);
    left: calc(1.5rem + 4.25rem);
    width: calc(100% - (1.5rem + 4.25rem));
    height: calc(0.125rem + 1.5rem);
    border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
    border-left: none;
  }
  .step-lg.step-icon-sm .step-icon::after,
  .step-lg .step-icon.step-icon-sm::after {
    top: calc(2.875rem / 2);
    left: calc(1.5rem + 2.875rem);
    width: calc(100% - (1.5rem + 2.875rem));
  }
  .step-lg.step-icon-lg .step-icon::after,
  .step-lg .step-icon.step-icon-lg::after {
    top: calc(6.4rem / 2);
    left: calc(1.5rem + 6.4rem);
    width: calc(100% - (1.5rem + 6.4rem));
  }
}
/*------------------------------------
Step Inline
------------------------------------*/
.step-inline .step-content-wrapper {
  align-items: center;
}
.step-inline .step-item:last-child .step-title::after {
  display: none;
}
.step-inline .step-title {
  display: inline-block;
}
@media (min-width: 768px) {
  .step-sm.step-inline.step-dashed .step-title::after {
    border-top-style: dashed;
  }
  .step-sm.step-inline .step-item {
    overflow: hidden;
  }
  .step-sm.step-inline .step-icon {
    margin-bottom: 0;
  }
  .step-sm.step-inline .step-icon::after {
    display: none;
  }
  .step-sm.step-inline .step-title::after {
    position: absolute;
    top: 2.125rem;
    width: 100%;
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
    margin-left: 1.5rem;
    content: "";
  }
  .step-sm.step-inline.step-icon-sm .step-content .step-title::after,
  .step-sm.step-inline .step-icon-sm + .step-content .step-title::after {
    top: calc(2.875rem / 2);
  }
  .step-sm.step-inline.step-icon-lg .step-content .step-title::after,
  .step-sm.step-inline .step-icon-lg + .step-content .step-title::after {
    top: calc(6.4rem / 2);
  }
}
@media (min-width: 992px) {
  .step-md.step-inline.step-dashed .step-title::after {
    border-top-style: dashed;
  }
  .step-md.step-inline .step-item {
    overflow: hidden;
  }
  .step-md.step-inline .step-icon {
    margin-bottom: 0;
  }
  .step-md.step-inline .step-icon::after {
    display: none;
  }
  .step-md.step-inline .step-title::after {
    position: absolute;
    top: 2.125rem;
    width: 100%;
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
    margin-left: 1.5rem;
    content: "";
  }
  .step-md.step-inline.step-icon-sm .step-content .step-title::after,
  .step-md.step-inline .step-icon-sm + .step-content .step-title::after {
    top: calc(2.875rem / 2);
  }
  .step-md.step-inline.step-icon-lg .step-content .step-title::after,
  .step-md.step-inline .step-icon-lg + .step-content .step-title::after {
    top: calc(6.4rem / 2);
  }
}
@media (min-width: 1200px) {
  .step-lg.step-inline.step-dashed .step-title::after {
    border-top-style: dashed;
  }
  .step-lg.step-inline .step-item {
    overflow: hidden;
  }
  .step-lg.step-inline .step-icon {
    margin-bottom: 0;
  }
  .step-lg.step-inline .step-icon::after {
    display: none;
  }
  .step-lg.step-inline .step-title::after {
    position: absolute;
    top: 2.125rem;
    width: 100%;
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
    margin-left: 1.5rem;
    content: "";
  }
  .step-lg.step-inline.step-icon-sm .step-content .step-title::after,
  .step-lg.step-inline .step-icon-sm + .step-content .step-title::after {
    top: calc(2.875rem / 2);
  }
  .step-lg.step-inline.step-icon-lg .step-content .step-title::after,
  .step-lg.step-inline .step-icon-lg + .step-content .step-title::after {
    top: calc(6.4rem / 2);
  }
}
/*------------------------------------
Step Timeline
------------------------------------*/
/*
// Small Devices
@media (min-width: @screen-sm-min) {
	.step-timeline-sm {
		margin-left: 0;
		margin-right: 0;

		.step-item {
			flex: 0 0 50%;
			max-width: 50%;
			padding-left: 0;
			padding-right: 0;
			margin-left: 50%;

			&:nth-child(even) {
				flex-direction: row-reverse;
				text-align: right;
				margin-left: auto;
				margin-right: 50%;

				.step-content-wrapper {
					flex-direction: row-reverse;
				}

				.step-icon {
					margin-left: 0;
					margin-right: -(@step-timeline-icon-margin-x);
				}

				.step-icon-xs {
									}

				.step-icon-sm {
					margin-right: -(@step-timeline-icon-sm-margin-x);
				}

				.step-icon-lg {
					margin-right: -(@step-timeline-icon-lg-margin-x);
				}

				.step-content {
					margin-right: @step-timeline-content-margin-x;
				}
			}
		}

		.step-icon {
			margin-left: -(@step-timeline-icon-margin-x);

			&::after {
				left: auto;
				width: auto;
			}
		}

		.step-icon-xs {
					}

		.step-icon-sm {
			margin-left: -(@step-timeline-icon-sm-margin-x);
		}

		.step-icon-lg {
			margin-left: -(@step-timeline-icon-lg-margin-x);
		}
	}
}

// Medium Devices
@media (min-width: @screen-md-min) {
	.step-timeline-md {
		margin-left: 0;
		margin-right: 0;

		.step-item {
			flex: 0 0 50%;
			max-width: 50%;
			padding-left: 0;
			padding-right: 0;
			margin-left: 50%;

			&:nth-child(even) {
				flex-direction: row-reverse;
				text-align: right;
				margin-left: auto;
				margin-right: 50%;

				.step-content-wrapper {
					flex-direction: row-reverse;
				}

				.step-icon {
					margin-left: 0;
					margin-right: -(@step-timeline-icon-margin-x);
				}

				.step-icon-xs {
									}

				.step-icon-sm {
					margin-right: -(@step-timeline-icon-sm-margin-x);
				}

				.step-icon-lg {
					margin-right: -(@step-timeline-icon-lg-margin-x);
				}

				.step-content {
					margin-right: @step-timeline-content-margin-x;
				}
			}
		}

		.step-icon {
			margin-left: -(@step-timeline-icon-margin-x);

			&::after {
				left: auto;
				width: auto;
			}
		}

		.step-icon-xs {
					}

		.step-icon-sm {
			margin-left: -(@step-timeline-icon-sm-margin-x);
		}

		.step-icon-lg {
			margin-left: -(@step-timeline-icon-lg-margin-x);
		}
	}
}

// Large Devices
@media (min-width: @screen-lg-min) {
	.step-timeline-lg {
		margin-left: 0;
		margin-right: 0;

		.step-item {
			flex: 0 0 50%;
			max-width: 50%;
			padding-left: 0;
			padding-right: 0;
			margin-left: 50%;

			&:nth-child(even) {
				flex-direction: row-reverse;
				text-align: right;
				margin-left: auto;
				margin-right: 50%;

				.step-content-wrapper {
					flex-direction: row-reverse;
				}

				.step-icon {
					margin-left: 0;
					margin-right: -(@step-timeline-icon-margin-x);
				}

				.step-icon-xs {
									}

				.step-icon-sm {
					margin-right: -(@step-timeline-icon-sm-margin-x);
				}

				.step-icon-lg {
					margin-right: -(@step-timeline-icon-lg-margin-x);
				}

				.step-content {
					margin-right: @step-timeline-content-margin-x;
				}
			}
		}

		.step-icon {
			margin-left: -(@step-timeline-icon-margin-x);

			&::after {
				left: auto;
				width: auto;
			}
		}

		.step-icon-xs {
					}

		.step-icon-sm {
			margin-left: -(@step-timeline-icon-sm-margin-x);
		}

		.step-icon-lg {
			margin-left: -(@step-timeline-icon-lg-margin-x);
		}
	}
}
*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (max-width: 480px) {
  .text-xxs-left {
    text-align: left;
  }
  .text-xxs-right {
    text-align: right;
  }
  .text-xxs-center {
    text-align: center;
  }
  .text-xxs-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-1 {
  margin: 6px !important;
}
.m-t-1 {
  margin-top: 6px !important;
}
.m-r-1 {
  margin-right: 6px !important;
}
.m-b-1 {
  margin-bottom: 6px !important;
}
.m-l-1 {
  margin-left: 6px !important;
}
.m-x-1 {
  margin-right: 6px !important;
  margin-left: 6px !important;
}
.m-y-1 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.m-a-2 {
  margin: 12px !important;
}
.m-t-2 {
  margin-top: 12px !important;
}
.m-r-2 {
  margin-right: 12px !important;
}
.m-b-2 {
  margin-bottom: 12px !important;
}
.m-l-2 {
  margin-left: 12px !important;
}
.m-x-2 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.m-y-2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.m-a-3 {
  margin: 24px !important;
}
.m-t-3 {
  margin-top: 24px !important;
}
.m-r-3 {
  margin-right: 24px !important;
}
.m-b-3 {
  margin-bottom: 24px !important;
}
.m-l-3 {
  margin-left: 24px !important;
}
.m-x-3 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.m-y-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.m-a-4 {
  margin: 48px !important;
}
.m-t-4 {
  margin-top: 48px !important;
}
.m-r-4 {
  margin-right: 48px !important;
}
.m-b-4 {
  margin-bottom: 48px !important;
}
.m-l-4 {
  margin-left: 48px !important;
}
.m-x-4 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.m-y-4 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.m-x-a {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-t-n1 {
  margin-top: -6px !important;
}
.m-t-n2 {
  margin-top: -12px !important;
}
.m-t-n3 {
  margin-top: -24px !important;
}
.m-t-n4 {
  margin-top: -48px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
@media (max-width: 480px) {
  .p-r-0.col-xxs-12 {
    padding-right: 15px !important;
  }
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
@media (max-width: 480px) {
  .p-l-0.col-xxs-12 {
    padding-left: 15px !important;
  }
}
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-1 {
  padding: 6px !important;
}
.p-t-1 {
  padding-top: 6px !important;
}
.p-r-1 {
  padding-right: 6px !important;
}
.p-b-1 {
  padding-bottom: 6px !important;
}
.p-l-1 {
  padding-left: 6px !important;
}
.p-x-1 {
  padding-right: 6px !important;
  padding-left: 6px !important;
}
.p-y-1 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.p-a-2 {
  padding: 12px !important;
}
.p-t-2 {
  padding-top: 12px !important;
}
.p-r-2 {
  padding-right: 12px !important;
}
.p-b-2 {
  padding-bottom: 12px !important;
}
.p-l-2 {
  padding-left: 12px !important;
}
.p-x-2 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.p-y-2 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.p-a-3 {
  padding: 24px !important;
}
.p-t-3 {
  padding-top: 24px !important;
}
.p-r-3 {
  padding-right: 24px !important;
}
.p-b-3 {
  padding-bottom: 24px !important;
}
.p-l-3 {
  padding-left: 24px !important;
}
.p-x-3 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.p-y-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.p-a-4 {
  padding: 48px !important;
}
.p-t-4 {
  padding-top: 48px !important;
}
.p-b-4 {
  padding-bottom: 48px !important;
}
.p-x-4 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.p-y-4 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.w-100 {
  width: 100%;
}
html,
body {
  height: 100% !important;
}
@media (min-width: 768px) {
  html,
  body {
    margin: 0;
    width: 100%;
  }
}
body {
  background-repeat: repeat;
  background-position: top center;
  flex-direction: column !important;
  display: flex !important;
}
body.body-tpl-widget {
  background-color: #fff;
}
#page {
  flex-shrink: 0 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.section > h1:first-child,
.section > .h1:first-child,
.section > h2:first-child,
.section > .h2:first-child,
.section > h3:first-child,
.section > .h3:first-child,
.section > h4:first-child,
.section > .h4:first-child,
.section > h5:first-child,
.section > .h5:first-child,
.section > h6:first-child,
.section > .h6:first-child {
  margin-top: 0;
}
.display-heading {
  font-weight: normal;
}
.entry-title {
  margin-top: 0;
}
.p {
  font-weight: normal;
  color: #4a4645;
  font-size: 16px;
}
.lead {
  font-weight: normal;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  body,
  .dropdown-menu {
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 19.5px;
  }
  h3,
  .h3 {
    font-size: 17.5px;
  }
  h4,
  .h4 {
    font-size: 16.875px;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h6,
  .h6 {
    font-size: 14.0625px;
  }
  .lead,
  .jumbotron .lead {
    font-size: 18.75px;
  }
  blockquote {
    font-size: 15px;
  }
}
.blockquote-unstyled {
  padding: 0 0 24px;
  margin-left: 0;
  margin-bottom: 0;
  border-left: none;
}
.heading {
  margin-bottom: 48px;
}
.text-default,
.text-default:hover {
  color: #4a4645;
}
.text-inverse,
.text-inverse:hover {
  color: #d2d1d0;
}
.text-primary,
.text-primary:hover {
  color: #49535b;
}
.text-success,
.text-success:hover {
  color: #508A05;
}
.text-danger,
.text-danger:hover {
  color: hsl(14, 83%, 54%);
}
.text-warning,
.text-warning:hover {
  color: #f5ab00;
}
.text-info,
.text-info:hover {
  color: #55a4b4;
}
.text-light,
.text-light:hover {
  color: #f0f0ef;
}
.text-white,
.text-white:hover {
  color: #fff;
}
.text-normal {
  font-weight: normal !important;
}
.text-inline {
  display: inline;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-block {
  font-size: 14px;
  margin-bottom: 0;
}
.text-wrap-balance {
  text-wrap: balance;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.hover-arrow:after {
  display: inline-block;
  margin-left: 7.5px;
  transition: all ease-in-out .1s, all ease-in-out .1s;
  content: '\e968';
  font-family: 'entypo';
  vertical-align: middle;
}
.hover-arrow:hover {
  text-decoration: none;
}
.hover-arrow:hover:after {
  transform: translate3d(3.75px, 0, 0);
}
.text-strikethrough {
  text-decoration: line-through;
}
.list-narrow {
  padding-left: 28px;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    text-align: left;
  }
}
.dl-with-divider dd:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ol.ol-numbered,
ol.ol-numbered ol {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
}
ol.ol-numbered {
  padding-left: 48px;
}
ol.ol-numbered ol {
  padding-left: 0;
}
ol.ol-numbered > li {
  page-break-after: avoid;
}
ol.ol-numbered li,
ol.ol-numbered ol li {
  counter-increment: section;
  position: relative;
}
ol.ol-numbered ol li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
ol.ol-numbered li:before,
ol.ol-numbered ol li:before {
  content: counters(section, ".") ". ";
  position: absolute;
  left: -48px;
}
ol.ol-numbered > li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.375;
  font-weight: bold;
  color: #4a4645;
  padding-top: 1em;
}
@media (max-width: 767px) {
  ol.ol-numbered > li {
    font-size: 18px;
  }
}
ol.ol-numbered > li > ol > li {
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 0;
}
ol.ol-numbered ul.list-plain {
  margin-top: 0.5em;
}
ol.ol-numbered ul.list-plain > li {
  padding-left: 0;
  list-style-type: disc !important;
  counter-increment: none;
}
ol.ol-numbered ul.list-plain > li:before {
  content: none;
}
ol.ol-circled {
  counter-reset: item;
  margin: 0 0 24px 0;
  padding-left: 0;
}
ol.ol-circled > li {
  counter-increment: item;
  list-style: none inside;
  margin: 0;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 1.5;
}
ol.ol-circled > li:before {
  content: counter(item);
  margin-right: 16px;
  margin-bottom: 36px;
  padding: 8px;
  display: block;
  border-radius: 50%;
  width: 48px;
  background: hsl(14, 83%, 54%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  float: left;
}
ol.ol-circled-primary > li:before {
  background: #49535b;
}
.hr-divider {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.hr-divider:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.hr-divider-content {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  color: #969392;
  vertical-align: middle;
  background-color: #f0f0ef;
}
.hr-divider-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
/* Make equal height with table styles */
@media (min-width: 992px) {
  .table-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
  }
  .table-cell {
    display: table-cell;
    float: none !important;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .row-centered {
    display: flex;
    align-items: center;
  }
}
.row-wide-gutter.row,
.row-wide-gutter.row-flex {
  margin-left: -30px;
}
.row-wide-gutter.row > [class^="col-"],
.row-wide-gutter.row-flex > [class^="col-"],
.row-wide-gutter.row > [class^=" col-"],
.row-wide-gutter.row-flex > [class^=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.row-narrow-gutter.row,
.row-narrow-gutter.row-flex {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row-narrow-gutter.row > [class^="col-"],
.row-narrow-gutter.row-flex > [class^="col-"],
.row-narrow-gutter.row > [class^=" col-"],
.row-narrow-gutter.row-flex > [class^=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row-no-gutter.row,
.row-no-gutter.row-flex {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutter.row > [class^="col-"],
.row-no-gutter.row-flex > [class^="col-"],
.row-no-gutter.row > [class*=" col-"],
.row-no-gutter.row-flex > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-masonry {
  -moz-column-width: 18em;
  column-width: 18em;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.row-masonry > .col-masonry {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.container-overflow-wrap {
  overflow: hidden;
}
.container,
.container-fluid {
  max-width: 1170px;
}
@media (max-width: 479px) {
  .col-xxs-6 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .col-xxs-12 {
    float: none;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: auto;
    flex-basis: 100%;
  }
}
@media (max-width: 479px) {
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-2-5 {
    width: 20%;
  }
}
.d-flex {
  display: flex;
}
.row.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.d-flex > [class*='col-'] {
  flex-grow: 0;
}
@media (min-width: 480px) {
  .row.d-flex > .col-xs-2 {
    max-width: 16.66666667%;
  }
}
@media (min-width: 480px) {
  .row.d-flex > .col-xs-3 {
    max-width: 25%;
  }
}
@media (min-width: 480px) {
  .row.d-flex > .col-xs-4 {
    max-width: 33.33333333%;
  }
}
@media (min-width: 480px) {
  .row.d-flex > .col-xs-6 {
    max-width: 50%;
  }
}
@media (min-width: 480px) {
  .row.d-flex > .col-xs-7 {
    max-width: 58.33333333%;
  }
}
@media (min-width: 480px) {
  .row.d-flex > .col-xs-8 {
    max-width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .row.d-flex > .col-sm-2 {
    max-width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .row.d-flex > .col-sm-3 {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .row.d-flex > .col-sm-4 {
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .row.d-flex > .col-sm-6 {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .row.d-flex > .col-sm-7 {
    max-width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .row.d-flex > .col-sm-8 {
    max-width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .row.d-flex > .col-md-2 {
    max-width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .row.d-flex > .col-md-3 {
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .row.d-flex > .col-md-4 {
    max-width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .row.d-flex > .col-md-6 {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .row.d-flex > .col-md-7 {
    max-width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .row.d-flex > .col-md-8 {
    max-width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .grid-group-wrapper.row {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-group-wrapper.row:after,
  .grid-group-wrapper.row:before {
    display: flex;
  }
  .grid-group-wrapper.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 768px) {
  .pull-sm-right {
    float: right;
    padding-left: 30px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
    padding-right: 30px;
    padding-bottom: 15px;
  }
}
.w-sm-33 img {
  width: 100% !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  .w-sm-33 {
    width: 33%;
  }
}
.w-sm-50 img {
  width: 100% !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  .w-sm-50 {
    width: 50%;
  }
}
.table-plain > thead > tr > th,
.table-plain > tbody > tr > th,
.table-plain > tfoot > tr > th,
.table-plain > thead > tr > td,
.table-plain > tbody > tr > td,
.table-plain > tfoot > tr > td {
  border: none;
  padding-right: 16px;
  padding-left: 0;
}
.table-plain > thead > tr > th,
.table-plain > tbody > tr > th,
.table-plain > tfoot > tr > th {
  font-weight: normal;
}
.table-wide > thead > tr > th,
.table-wide > tbody > tr > th,
.table-wide > tfoot > tr > th,
.table-wide > thead > tr > td,
.table-wide > tbody > tr > td,
.table-wide > tfoot > tr > td {
  padding-top: 16px;
  padding-bottom: 16px;
}
legend {
  border-width: 5px;
}
.form-control,
input {
  box-shadow: none;
  padding: 2px 8px;
}
.form-control:focus,
input:focus {
  box-shadow: none;
  border-color: #d2d1d0;
  outline: thin dotted #4a4645 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -1px;
}
@media (max-width: 767px) {
  .form-group [class*='col-'] + [class*='col-'] > .form-control {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .form-horizontal-left .control-label {
    text-align: left;
  }
}
label {
  margin-bottom: 0;
}
label.control-label + .form-control {
  margin-top: 5px;
}
label:not(.required) {
  font-weight: normal;
}
label.error {
  color: hsl(14, 83%, 54%);
  display: none;
  margin-top: 5px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: normal;
}
label.error span {
  display: block;
}
label.valid {
  margin-top: -5px;
  margin-bottom: 10px;
  display: block;
}
label.inline {
  display: inline;
}
select.form-control:invalid {
  color: #aaa;
}
select.form-control option {
  color: hsl(14, 3%, 40%);
}
.btn {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn-text {
  padding: 0;
}
.btn-lg {
  font-size: 18px;
}
.btn.btn-link {
  box-shadow: none;
}
.btn-inverse {
  color: #edeeef;
  background-color: #5b646c;
  border-color: #565f66;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #edeeef;
  background-color: #434a50;
  border-color: #1c1f21;
}
.btn-inverse:hover {
  color: #edeeef;
  background-color: #434a50;
  border-color: #3a4045;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #edeeef;
  background-color: #434a50;
  background-image: none;
  border-color: #3a4045;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #edeeef;
  background-color: #33383d;
  border-color: #1c1f21;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #5b646c;
  border-color: #565f66;
}
.btn-inverse .badge {
  color: #5b646c;
  background-color: #edeeef;
}
.btn-inverse.focus,
.btn-inverse:focus {
  color: #edeeef;
  background-color: #565f66;
  border-color: #515a61;
}
.btn-inverse:hover {
  color: #edeeef;
  background-color: #565f66;
  border-color: #515a61;
}
.btn-inverse.active,
.btn-inverse:active,
.open > .dropdown-toggle.btn-inverse {
  color: #edeeef;
  background-color: #565f66;
  border-color: #515a61;
}
.btn-inverse.active.focus,
.btn-inverse:active.focus,
.open > .dropdown-toggle.btn-inverse.focus,
.btn-inverse.active:focus,
.btn-inverse:active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse.active:hover,
.btn-inverse:active:hover,
.open > .dropdown-toggle.btn-inverse:hover {
  color: #edeeef;
  background-color: #515a61;
  border-color: #4d555b;
}
@media (max-width: 479px) {
  .btn-xxs-block {
    display: block !important;
    width: 100% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 479px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 5px 14px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
  }
}
.btn-outline {
  background-color: transparent;
  transition: all linear 0.1s;
}
.btn-outline.btn-default {
  color: #e1e0e0;
  border-color: #e1e0e0;
}
.btn-outline.btn-primary {
  color: #49535b;
  border-color: #444e56;
}
.btn-outline.btn-success {
  color: #508A05;
  border-color: #4a8005;
}
.btn-outline.btn-info {
  color: #55a4b4;
  border-color: #4ea0b1;
}
.btn-outline.btn-warning {
  color: #f5ab00;
  border-color: #eba400;
}
.btn-outline.btn-danger {
  color: hsl(14, 83%, 54%);
  border-color: hsl(14, 83%, 52%);
}
.btn-outline.btn-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline.btn-default:hover,
.btn-outline.btn-primary:hover,
.btn-outline.btn-success:hover,
.btn-outline.btn-info:hover,
.btn-outline.btn-warning:hover,
.btn-outline.btn-danger:hover {
  color: #fff;
}
.btn-outline.btn-default:hover {
  color: #4a4645;
  background-color: #e1e0e0;
}
.btn-rounded {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  line-height: 1.875;
}
.btn-rounded {
  border-radius: 50px;
}
.btn:active {
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.more-link {
  white-space: nowrap;
}
@media (max-width: 479px) {
  .block-xs {
    display: block;
  }
  .block-xs.btn {
    margin-bottom: 12px;
  }
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: inherit;
}
.btn-group-sm .dropdown-menu {
  font-size: 14px;
}
.tab-content > .tab-pane {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px;
  display: inherit;
}
.tab-content > .tab-pane.active {
  visibility: visible;
  position: static;
  left: auto;
  top: auto;
  display: inherit;
}
.tab-content.tab-content-white {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #d2d1d0;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-content p:last-child {
  margin-bottom: 0;
}
.nav-centered {
  text-align: center;
}
.nav-centered > li {
  float: none;
  display: inline-block;
}
.nav-tabs.nav-tabs-light {
  border-bottom: 1px solid #d2d1d0;
}
.nav-tabs.nav-tabs-light > li {
  margin-bottom: -1px;
}
.nav-tabs.nav-tabs-light > li > a {
  border: none;
  background: transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.15s ease;
}
.nav-tabs.nav-tabs-light > li.disabled > a:hover {
  border-bottom-color: transparent;
}
.nav-tabs.nav-tabs-light > li > a:hover {
  border: none;
  background: transparent;
  border-bottom: 2px solid hsl(14, 83%, 54%);
}
.nav-tabs.nav-tabs-light > li.active > a,
.nav-tabs.nav-tabs-light > li.active > a:hover,
.nav-tabs.nav-tabs-light > li.active > a:focus,
.nav-tabs.nav-tabs-light > li.active > a:active,
.nav-tabs.nav-tabs-light > li.open > a {
  border: none;
  background: transparent;
  border-bottom: 2px solid #4a4645;
  color: #4a4645;
}
.nav-pills {
  margin-bottom: 24px;
}
.nav-pills > li {
  float: none;
}
.nav-pills > li > a {
  color: #4a4645;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li + li > a {
  margin-top: 2px;
}
.nav-pills .open > a,
.nav-pills .open > a:hover,
.nav-pills .open > a:focus {
  background-color: #f0f0ef;
}
.nav-pills.nav-pills-bordered > li > a,
.nav-pills.nav-pills-toolbar > li > a,
.nav-pills.nav-pills-bordered > .open > a,
.nav-pills.nav-pills-toolbar > .open > a {
  border: 1px solid #d2d1d0;
}
.nav-pills.nav-pills-bordered > .active > a,
.nav-pills.nav-pills-toolbar > .active > a,
.nav-pills.nav-pills-bordered > .active > a:hover,
.nav-pills.nav-pills-toolbar > .active > a:hover,
.nav-pills.nav-pills-bordered > .active > a:focus,
.nav-pills.nav-pills-toolbar > .active > a:focus {
  border-color: hsl(14, 83%, 54%);
}
@media (min-width: 480px) {
  .nav-pills.nav-pills-toolbar {
    display: flex;
    justify-content: center;
  }
  .nav-pills.nav-pills-toolbar.nav-fill > li {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-pills.nav-pills-toolbar > li > a {
    border: 1px solid #d2d1d0;
    border-radius: 0;
  }
  .nav-pills.nav-pills-toolbar > li:first-child > a {
    border-radius: 4px 0 0 4px;
  }
  .nav-pills.nav-pills-toolbar > li:last-child > a {
    border-radius: 0 4px 4px 0;
  }
  .nav-pills.nav-pills-toolbar > li + li > a {
    margin-top: 0;
    margin-left: 0;
    border-left: 0;
  }
}
@media (min-width: 480px) {
  .nav-pills {
    font-size: 0;
  }
  .nav-pills > li {
    font-size: 16px;
  }
  .nav-pills > li + li > a {
    margin-top: 0;
    margin-left: 2px;
  }
  .nav-pills.nav-justified > li {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .nav-pills > li > a .position-right[class*=icon-] {
    float: right;
    margin-top: 4px;
  }
  .nav-pills > li > a .position-right.label,
  .nav-pills > li > a .position-right.badge {
    float: right;
  }
}
/*
.nav-steps {
	width: 100%;
	display: table;
	table-layout: fixed;
	word-wrap: break-word;
	margin-left: 0;
	padding: 0;
	> li {
		display: table-cell;
		max-width: 150px;
		min-width: 75px;
		text-align: center;
		padding: 0 10px;

		> a, > span {
			display: block;
			font-weight: 600;
			outline: none;
			padding-top: 25px;
			position: relative;
		}

		> a:before, > span:before {
			background: @brand-danger;
			border-radius: 100%;
			content: "";
			box-shadow: 0 0 0 3px @gray-lighter;
			height: 10px;
			left: 50%;
			margin-left: -5px;
			position: absolute;
			top: 3px;
			width: 10px;
		}
	}

	li + li > span:after,
	li + li > a:after {
		background: @brand-danger;
		border: solid @gray-lighter;
		border-width: 2px 0;
		box-shadow: -5px 0 0 -2px @brand-danger, 5px 0 0 -2px @brand-danger;
		content: "";
		height: 8px;
		left: -50%;
		margin-left: -14px;
		margin-right: 6px;
		position: absolute;
		right: 50%;
		top: 4px;
	}

	.active ~ li {
		color: #707070;
	}

	.active ~ li > span:before,
	.active ~ li > a:before {
		background-color: #cccccc;
	}

	.active ~ li > span:after,
	.active ~ li > a:after {
		background-color: @gray-lighter;
		box-shadow: none;
	}
}
*/
#table-of-contents {
  margin: 0.5rem 0rem 0.5rem 1.5rem;
}
#table-of-contents > .nav {
  margin-bottom: 0;
}
#table-of-contents > .nav > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
}
#table-of-contents > .nav > li.active > a {
  background-color: rgba(235, 86, 40, 0.1);
  color: inherit;
}
@media (min-width: 768px) and (max-width: 868px) {
  .navbar .navbar-nav > li > a {
    padding-right: 10.66666667px;
    padding-left: 10.66666667px;
  }
}
@media (min-width: 768px) {
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  #navbar-ex-collapse > .navbar-nav > li:first-child > a {
    padding-left: 0;
  }
}
.divider-vertical {
  float: left;
  margin: 0 0.5em;
  border-left: 1px solid #dfdddd;
  border-right: 1px solid #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #32383e;
  border-right-color: #515c66;
}
#navbar-top {
  background-color: #2c3237;
  border: none;
  transition: 0.2s linear all;
}
#navbar-top .navbar-header {
  float: left;
}
@media (max-width: 767px) {
  .body-cat-home #navbar-top .navbar-header {
    display: inline-block;
  }
}
#navbar-top .list-inline {
  float: right;
  font-size: 14px;
}
@media (min-width: 768px) {
  #navbar-top .list-inline {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#navbar-top .list-inline > li {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  #navbar-top .list-inline > li {
    display: inline-block;
  }
  #navbar-top .list-inline > li a {
    padding-right: 8px;
    padding-left: 8px;
  }
}
#navbar-top .list-inline > li > a {
  color: #c8cbce;
}
#navbar-top .list-inline > li > a:hover,
#navbar-top .list-inline > li > a:focus,
#navbar-top .list-inline > li > a:active {
  color: #fff;
}
#navbar-top .list-inline > li .badge {
  background-color: hsl(14, 83%, 54%);
  font-size: 10px;
  font-weight: normal;
  padding: 3px 6px;
}
#navbar-top .list-inline > .dropdown .dropdown-toggle {
  white-space: nowrap;
}
#navbar-top .list-inline > .dropdown .dropdown-menu {
  margin-top: -1px;
}
@media (max-width: 767px) {
  #navbar-top .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: right;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    right: 10px;
  }
  #navbar-top .navbar-nav .open .dropdown-menu > li {
    text-align: left;
  }
}
@media (max-width: 479px) {
  #navbar-top #wunschliste-dropdown > a span {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  #navbar-top #wunschliste-dropdown > a span {
    display: none;
  }
}
#navbar-top #wunschliste-menu {
  right: 10px;
}
#navbar-top #wunschliste-menu .dropdown-header {
  padding-right: 25px;
  padding-left: 15px;
}
#navbar-top .navbar-brand {
  padding-right: 5px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #navbar-top .navbar-brand {
    padding-right: 15px;
  }
}
#navbar-top .navbar-brand:before {
  filter: alpha(opacity=90);
  opacity: 0.9;
  transition: all 0.2s;
  width: 167px;
  height: 40px;
  background: transparent url("/assets/img/logo-name-claim-invers.png") 0 0 no-repeat;
  display: inline-block;
  overflow: hidden;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #navbar-top .navbar-brand:before {
    background-image: url("/assets/img/logo-name-claim-invers@2x.png");
    background-size: 167px 40px;
  }
}
#navbar-top .navbar-brand:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(1.025) rotate(0deg);
}
#navbar-top .navbar-form {
  float: left;
  border: none;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (max-width: 767px) {
  #navbar-top .navbar-form {
    margin-top: inherit;
    margin-bottom: inherit;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 70px;
    left: 15px;
  }
}
#navbar-top .navbar-form .input-group {
  width: 100%;
}
@media (max-width: 1199px) {
  #navbar-top .navbar-form .input-group {
    max-width: 400px;
  }
}
#navbar-top .navbar-form .input-group input {
  border-top-right-radius: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  border-right: none;
  padding-left: 16px;
  width: 50%;
}
#navbar-top .navbar-form .input-group select {
  width: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  #navbar-top .navbar-form .input-group .input-group-btn {
    width: auto;
  }
}
@media (max-width: 479px) {
  #navbar-top .navbar-form .input-group .input-group-btn {
    width: 120px;
  }
}
#navbar-top .navbar-form .input-group #form-suchen-submit {
  border-top-right-radius: 0;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#navbar-top .navbar-form .input-group #form-suchen-submit [class*=" ent-"],
#navbar-top .navbar-form .input-group #form-suchen-submit [class^=ent-] {
  filter: alpha(opacity=100);
  opacity: 1;
}
#navbar-top .navbar-form .input-group-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#navbar-top .navbar-form .input-group-flex .input-group-prepend {
  display: flex;
  margin-right: -1px;
}
#navbar-top .navbar-form .input-group-flex .input-group-prepend > .form-control:last-child {
  width: 150px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#navbar-top .navbar-form .input-group-flex .input-group-text {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
  border-right-width: 0;
}
#navbar-top .navbar-form .input-group-flex .input-group-append {
  display: flex;
  margin-left: -1px;
}
#navbar-top .navbar-form .input-group-flex .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
#navbar-top .navbar-nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -7px;
  left: 9px;
}
#navbar-top .navbar-nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
#navbar-top .navbar-right > li > .dropdown-menu {
  left: auto;
  right: 0;
}
#navbar-top .navbar-right > li > .dropdown-menu:before {
  left: auto;
  right: 12px;
}
#navbar-top .navbar-right > li > .dropdown-menu:after {
  left: auto;
  right: 13px;
}
#navbar-top .navbar-right > li > .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-top-right-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media (max-width: 767px) {
  #site-navigation {
    position: relative;
  }
}
#site-navigation .navbar-toggle {
  border-color: transparent;
  background-color: transparent;
  color: #c8cbce;
}
@media (max-width: 767px) {
  #site-navigation .navbar-right {
    position: absolute;
    top: 0;
    right: 15px;
    left: auto;
  }
}
@media (min-width: 768px) {
  #site-navigation .navbar-right {
    margin-right: 0;
  }
}
.breadcrumbs {
  padding: 48px 0 0 !important;
  color: #969392;
}
.breadcrumbs a {
  color: #b4b2b1;
}
.breadcrumbs .fa {
  color: #d2d1d0;
}
.breadcrumbs + article > .entry-header > .section {
  padding-top: 24px;
}
.breadcrumb > li::after {
  padding-right: 8px;
  padding-left: 8px;
}
.body-name-index.body-cat-fundus  .breadcrumb > li::after {
  padding-right: 5px;
  padding-left: 5px;
}
.pagination > li a {
  margin-right: 2px;
  margin-left: 1px;
}
.pagination > li a[rel="prev"] {
  margin-right: 15px;
}
.pagination > li a[rel="next"] {
  color: #fff !important;
  background-color: hsl(14, 83%, 54%) !important;
  border-color: hsl(14, 83%, 52%) !important;
  transition: all ease-in-out .1s, all ease-in-out .1s !important;
  margin-left: 15px;
}
.pagination > li a[rel="next"]:focus,
.pagination > li a[rel="next"].focus {
  color: #fff !important;
  background-color: hsl(14, 83%, 44%) !important;
  border-color: hsl(14, 83%, 27%) !important;
}
.pagination > li a[rel="next"]:hover {
  color: #fff !important;
  background-color: hsl(14, 83%, 44%) !important;
  border-color: hsl(14, 83%, 40%) !important;
}
.pagination > li a[rel="next"]:active,
.pagination > li a[rel="next"].active,
.open > .dropdown-toggle.pagination > li a[rel="next"] {
  color: #fff !important;
  background-color: hsl(14, 83%, 44%) !important;
  background-image: none !important;
  border-color: hsl(14, 83%, 40%) !important;
}
.pagination > li a[rel="next"]:active:hover,
.pagination > li a[rel="next"].active:hover,
.open > .dropdown-toggle.pagination > li a[rel="next"]:hover,
.pagination > li a[rel="next"]:active:focus,
.pagination > li a[rel="next"].active:focus,
.open > .dropdown-toggle.pagination > li a[rel="next"]:focus,
.pagination > li a[rel="next"]:active.focus,
.pagination > li a[rel="next"].active.focus,
.open > .dropdown-toggle.pagination > li a[rel="next"].focus {
  color: #fff !important;
  background-color: hsl(14, 83%, 37%) !important;
  border-color: hsl(14, 83%, 27%) !important;
}
.pagination > li a[rel="next"].disabled:hover,
.pagination > li a[rel="next"][disabled]:hover,
fieldset[disabled] .pagination > li a[rel="next"]:hover,
.pagination > li a[rel="next"].disabled:focus,
.pagination > li a[rel="next"][disabled]:focus,
fieldset[disabled] .pagination > li a[rel="next"]:focus,
.pagination > li a[rel="next"].disabled.focus,
.pagination > li a[rel="next"][disabled].focus,
fieldset[disabled] .pagination > li a[rel="next"].focus {
  background-color: hsl(14, 83%, 54%) !important;
  border-color: hsl(14, 83%, 52%) !important;
}
.pagination > li a[rel="next"] .badge {
  color: hsl(14, 83%, 54%) !important;
  background-color: #fff !important;
}
.pagination > li a[rel="next"].focus,
.pagination > li a[rel="next"]:focus {
  color: #fff !important;
  background-color: hsl(14, 83%, 52%) !important;
  border-color: hsl(14, 83%, 50%) !important;
}
.pagination > li a[rel="next"]:hover {
  color: #fff !important;
  background-color: hsl(14, 83%, 52%) !important;
  border-color: hsl(14, 83%, 50%) !important;
}
.pagination > li a[rel="next"].active,
.pagination > li a[rel="next"]:active,
.open > .dropdown-toggle.pagination > li a[rel="next"] {
  color: #fff !important;
  background-color: hsl(14, 83%, 52%) !important;
  border-color: hsl(14, 83%, 50%) !important;
}
.pagination > li a[rel="next"].active.focus,
.pagination > li a[rel="next"]:active.focus,
.open > .dropdown-toggle.pagination > li a[rel="next"].focus,
.pagination > li a[rel="next"].active:focus,
.pagination > li a[rel="next"]:active:focus,
.open > .dropdown-toggle.pagination > li a[rel="next"]:focus,
.pagination > li a[rel="next"].active:hover,
.pagination > li a[rel="next"]:active:hover,
.open > .dropdown-toggle.pagination > li a[rel="next"]:hover {
  color: #fff !important;
  background-color: hsl(14, 83%, 50%) !important;
  border-color: hsl(14, 83%, 48%) !important;
}
.pagination > li:not([class]) a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #4a4645;
  background-color: #e1e0e0;
  border-color: #dcdbdb;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
.pagination > li:not([class]) a:focus,
.pagination > li:not([class]) a:active:focus,
.pagination > li:not([class]) a.active:focus,
.pagination > li:not([class]) a.focus,
.pagination > li:not([class]) a:active.focus,
.pagination > li:not([class]) a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagination > li:not([class]) a:hover,
.pagination > li:not([class]) a:focus,
.pagination > li:not([class]) a.focus {
  color: #4a4645;
  text-decoration: none;
}
.pagination > li:not([class]) a:active,
.pagination > li:not([class]) a.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pagination > li:not([class]) a.disabled,
.pagination > li:not([class]) a[disabled],
fieldset[disabled] .pagination > li:not([class]) a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.pagination > li:not([class]) a.disabled,
fieldset[disabled] a.pagination > li:not([class]) a {
  pointer-events: none;
}
.pagination > li:not([class]) a-text {
  padding: 0;
}
.pagination > li:not([class]) a-lg {
  font-size: 18px;
}
.pagination > li:not([class]) a.btn-link {
  box-shadow: none;
}
.pagination > li:not([class]) a:focus,
.pagination > li:not([class]) a.focus {
  color: #4a4645;
  background-color: #c8c6c6;
  border-color: #9e9a9a;
}
.pagination > li:not([class]) a:hover {
  color: #4a4645;
  background-color: #c8c6c6;
  border-color: #bebcbb;
}
.pagination > li:not([class]) a:active,
.pagination > li:not([class]) a.active,
.open > .dropdown-toggle.pagination > li:not([class]) a {
  color: #4a4645;
  background-color: #c8c6c6;
  background-image: none;
  border-color: #bebcbb;
}
.pagination > li:not([class]) a:active:hover,
.pagination > li:not([class]) a.active:hover,
.open > .dropdown-toggle.pagination > li:not([class]) a:hover,
.pagination > li:not([class]) a:active:focus,
.pagination > li:not([class]) a.active:focus,
.open > .dropdown-toggle.pagination > li:not([class]) a:focus,
.pagination > li:not([class]) a:active.focus,
.pagination > li:not([class]) a.active.focus,
.open > .dropdown-toggle.pagination > li:not([class]) a.focus {
  color: #4a4645;
  background-color: #b7b4b4;
  border-color: #9e9a9a;
}
.pagination > li:not([class]) a.disabled:hover,
.pagination > li:not([class]) a[disabled]:hover,
fieldset[disabled] .pagination > li:not([class]) a:hover,
.pagination > li:not([class]) a.disabled:focus,
.pagination > li:not([class]) a[disabled]:focus,
fieldset[disabled] .pagination > li:not([class]) a:focus,
.pagination > li:not([class]) a.disabled.focus,
.pagination > li:not([class]) a[disabled].focus,
fieldset[disabled] .pagination > li:not([class]) a.focus {
  background-color: #e1e0e0;
  border-color: #dcdbdb;
}
.pagination > li:not([class]) a .badge {
  color: #e1e0e0;
  background-color: #4a4645;
}
.pagination > li:not([class]) a.focus,
.pagination > li:not([class]) a:focus {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.pagination > li:not([class]) a:hover {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.pagination > li:not([class]) a.active,
.pagination > li:not([class]) a:active,
.open > .dropdown-toggle.pagination > li:not([class]) a {
  color: #4a4645;
  background-color: #dcdbdb;
  border-color: #d7d6d5;
}
.pagination > li:not([class]) a.active.focus,
.pagination > li:not([class]) a:active.focus,
.open > .dropdown-toggle.pagination > li:not([class]) a.focus,
.pagination > li:not([class]) a.active:focus,
.pagination > li:not([class]) a:active:focus,
.open > .dropdown-toggle.pagination > li:not([class]) a:focus,
.pagination > li:not([class]) a.active:hover,
.pagination > li:not([class]) a:active:hover,
.open > .dropdown-toggle.pagination > li:not([class]) a:hover {
  color: #4a4645;
  background-color: #d7d6d5;
  border-color: #d2d1d0;
}
.pagination > li.active a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.label {
  font-weight: normal;
  font-size: 14px;
  padding: 0.3em 0.75em 0.3em;
}
.label-inverse {
  background-color: #4a4645;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  background-color: #2f2d2d;
}
.jumbotron {
  margin-bottom: 0;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron h2,
.jumbotron .h2,
.jumbotron h3,
.jumbotron .h3,
.jumbotron h4,
.jumbotron .h4,
.jumbotron h5,
.jumbotron .h5,
.jumbotron h6,
.jumbotron .h6 {
  color: #4a4645;
}
@media (min-width: 768px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 36px;
  }
}
.jumbotron .lead {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .jumbotron .lead {
    font-size: 22px;
  }
}
.alert {
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.alert .alert-link {
  text-decoration: underline;
}
.alert > p + p {
  margin-top: 12px;
}
.img-thumbnail {
  padding: 0;
}
.img-rounded {
  border-radius: 4px;
}
.img-illustration {
  margin-bottom: 16px;
}
.img-illustration.pull-right {
  margin-top: 8px;
  margin-left: 24px;
  padding-right: 0;
}
.img-illustration.pull-left {
  margin-top: 8px;
  margin-right: 24px;
  padding-left: 0;
}
.img-placeholder {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.media .media-left {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .media .media-left {
    padding-right: 30px;
  }
}
.media .media-right {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media .media-right {
    padding-left: 30px;
  }
}
.media.media-iconized .media-left {
  padding-right: 24px;
}
.media.media-iconized .media-heading {
  padding-bottom: 6px;
}
@media (max-width: 479px) {
  .media-news .media-left {
    width: 100%;
    display: block;
  }
}
.media-news .media-object {
  height: auto;
}
@media (max-width: 479px) {
  .media-news .media-object {
    width: 100%;
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .media-news .media-object {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .media-news .media-object {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .media-news .media-object {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .img-overflow {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.bg-img-stretch {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.figure-gradient-caption {
  position: relative;
}
.figure-gradient-caption figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 36px 14px 12px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.75) 66%, rgba(255, 255, 255, 0.95) 100%);
}
.figure-gradient-caption a {
  color: #fff;
}
.img-responsive.lazyload {
  display: initial;
}
a.list-group-item {
  transition: all ease-in-out .15s, all ease-in-out .15s;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
a.list-group-item-success.active {
  background-color: #dce8cd;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background-color: #d0dfbc;
}
a.list-group-item-warning.active {
  background-color: #fdeecc;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  background-color: #fce6b3;
}
a.list-group-item-danger.active {
  background-color: #fbddd4;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  background-color: #f9cbbd;
}
a.list-group-item .list-group-item-text {
  margin-bottom: 0;
}
li.list-group-item.active a {
  color: #fff;
}
.panel {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.panel.panel-default > .panel-heading {
  border: none;
}
.panel .panel-footer {
  border-top: none;
}
.panel-inverse {
  border-color: #4a4645;
}
.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #4a4645;
  border-color: #4a4645;
}
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4a4645;
}
.panel-inverse > .panel-heading .badge {
  color: #4a4645;
  background-color: #fff;
}
.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4a4645;
}
.panel-outline {
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-outline > .panel-heading {
  color: #4a4645;
  background-color: transparent;
  border-color: #4a4645;
}
.panel-outline > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.panel-outline > .panel-heading .badge {
  color: transparent;
  background-color: #4a4645;
}
.panel-outline > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-responsive-3by2 {
  padding-bottom: 66.67%;
}
.embed-responsive > img.embed-responsive-item {
  -o-object-fit: cover;
  object-fit: cover;
}
.embed-responsive > img.embed-responsive-item.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.well {
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.well-huge {
  padding: 48px;
}
.well-light {
  background-color: #fff;
}
.modal h1 {
  margin-top: 0;
}
.tooltip {
  font-size: 14px;
}
.tooltip-inner {
  padding: 7px;
}
.popover {
  color: #4a4645;
  font-size: 14px;
}
.popover .popover-title {
  color: #4a4645;
  font-size: 14px;
}
.visually-hidden {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
}
.vertically-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.site-header {
  /*
	@media (min-width: @screen-sm-min) {
		display: table-row;
	}
	*/
}
.site-header .site-banner {
  background-color: transparent;
}
@media (min-width: 768px) {
  .site-header .site-branding {
    padding: 24px 0 24px;
  }
}
.site-header .site-menu {
  margin-bottom: 0;
  transition: 0.2s linear margin;
}
@media (min-width: 768px) {
  .site-header .site-menu .nav > .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .site-header .site-menu .nav > .dropdown:hover > .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #site-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .site-cta .btn {
    padding: 12px 20px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 5px;
  }
}
@media (min-width: 992px) and (max-width: 479px) {
  .site-cta .btn {
    padding: 5px 14px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
  }
}
.site-footer {
  /*
	@media (min-width: @screen-sm-min) {
		display: table-row;
	}
	*/
  margin-top: auto !important;
}
.site-footer .footer-nav {
  margin-bottom: 0;
}
.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-condensed {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .section-condensed {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-intro {
  padding-top: 0;
  padding-bottom: 0;
}
.entry-header .section-intro .lead {
  margin-bottom: 0;
  line-height: 1.375;
}
@media (min-width: 992px) {
  .entry-header .section-intro.text-center p {
    margin: 0 auto;
  }
}
.section-parallax {
  background-color: transparent;
}
.section-muted {
  background-color: #e4e3e2;
}
.section-white {
  background-color: #fff;
}
.section-inverse {
  background-color: #2c3237;
  color: #92989d;
}
.section-inverse h1,
.section-inverse .h1,
.section-inverse h2,
.section-inverse .h2,
.section-inverse h3,
.section-inverse .h3,
.section-inverse h4,
.section-inverse .h4,
.section-inverse h5,
.section-inverse .h5,
.section-inverse h6,
.section-inverse .h6 {
  color: #edeeef;
}
.section-inverse a:not([class]) {
  color: #92989d;
}
.section-inverse a:not([class]):hover,
.section-inverse a:not([class]):focus,
.section-inverse a:not([class]):active {
  color: #edeeef;
}
.section-inverse li.active a {
  color: #edeeef;
}
.section-inverse hr {
  border-top-color: #92989d;
  opacity: 0.25;
}
.section-gray {
  background-color: #3a4249;
  color: #a4a9ad;
}
.section-gray h1,
.section-gray .h1,
.section-gray h2,
.section-gray .h2,
.section-gray h3,
.section-gray .h3,
.section-gray h4,
.section-gray .h4,
.section-gray h5,
.section-gray .h5,
.section-gray h6,
.section-gray .h6 {
  color: #dbddde;
}
.section-gray a:not([class]) {
  color: #a4a9ad;
}
.section-gray a:not([class]):hover,
.section-gray a:not([class]):focus,
.section-gray a:not([class]):active {
  color: #dbddde;
}
.section-gray li.active a {
  color: #dbddde;
}
.section-gray .well {
  background-color: #333a41;
}
.section-breadcrumbs {
  padding-top: 24px;
  padding-bottom: 24px;
}
.section-breadcrumbs + .section,
#entry-header-wrapper + .section {
  padding-top: 0;
}
.entry-header {
  margin-bottom: 30px;
}
.entry-header .lead {
  margin-top: 0;
}
.section-heading {
  margin-top: 0;
  margin-bottom: 48px;
  padding-bottom: 24px;
  position: relative;
}
.section-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  margin-left: 0;
  height: 4px;
  background: hsl(14, 83%, 54%) none;
}
.section-heading.text-center:after {
  left: 50%;
  margin-left: -40px;
}
.section-heading + .lead {
  margin-top: -36px;
  margin-bottom: 48px;
}
#section-intro-home {
  background-color: #000;
  padding-top: 24px;
  padding-bottom: 24px;
}
#section-intro-home::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
  background-color: #070809;
  background-image: url("/assets/img/illustration/szenenfoto_09@sm.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 992px) {
  #section-intro-home::before {
    background-image: url("/assets/img/illustration/szenenfoto_09@md.webp");
  }
}
@media (min-width: 1200px) {
  #section-intro-home::before {
    background-image: url("/assets/img/illustration/szenenfoto_09@lg.webp");
  }
}
@media (min-width: 768px) {
  #section-intro-home {
    padding-top: 8%;
    padding-bottom: 10%;
  }
}
@media (min-width: 1400px) {
  #section-intro-home {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#section-intro-home h1,
#section-intro-home .lead {
  color: #fff;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
#section-intro-home #form-suchen .input-group {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
#section-intro-home #form-suchen .input-group #top-stichwoerter {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
#section-intro-home #form-suchen .input-group #top-standort {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#section-intro-home #form-suchen .input-group #form-suchen-submit {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
@media (min-width: 768px) {
  #section-intro-home #form-suchen .input-group .form-control,
  #section-intro-home #form-suchen .input-group .input-group-addon,
  #section-intro-home #form-suchen .input-group .input-group-btn > .btn {
    height: 51px;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 5px;
  }
  select#section-intro-home #form-suchen .input-group .form-control,
  select#section-intro-home #form-suchen .input-group .input-group-addon,
  select#section-intro-home #form-suchen .input-group .input-group-btn > .btn {
    height: 51px;
    line-height: 51px;
  }
  textarea#section-intro-home #form-suchen .input-group .form-control,
  textarea#section-intro-home #form-suchen .input-group .input-group-addon,
  textarea#section-intro-home #form-suchen .input-group .input-group-btn > .btn,
  select[multiple]#section-intro-home #form-suchen .input-group .form-control,
  select[multiple]#section-intro-home #form-suchen .input-group .input-group-addon,
  select[multiple]#section-intro-home #form-suchen .input-group .input-group-btn > .btn {
    height: auto;
  }
}
@media (min-width: 480px) {
  #section-intro-home #form-suchen .input-group {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  #section-intro-home #form-suchen .input-group {
    max-width: 768px;
  }
}
#section-intro-home #form-suchen .input-group input {
  border-top-right-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-width: 0;
  width: 50%;
}
#section-intro-home #form-suchen .input-group select {
  width: 50%;
}
#section-intro-home #form-suchen .input-group .input-group-btn {
  width: auto;
}
#section-intro-home #form-suchen .input-group #form-suchen-submit [class*=" ent-"],
#section-intro-home #form-suchen .input-group #form-suchen-submit [class^=ent-] {
  filter: alpha(opacity=100);
  opacity: 1;
}
.fundus-results-wrapper {
  display: grid;
  /* Oder 'display: flex;' je nach benötigtem Layout */
}
.fundus-results-heading {
  order: 1;
  /* Bleibt zuerst */
}
.fundus-results-list {
  order: 2;
  /* Verschiebt die Liste nach oben, vor die Beschreibung */
}
.fundus-results-description {
  order: 3;
  /* Verschiebt die Beschreibung nach unten */
}
#fundus-sidebar .small.text-muted h2 {
  margin-top: 0;
  font-size: 16px;
  color: #969392;
}
#fundus-sidebar .small.text-muted h3 {
  font-size: 15px;
  color: #969392;
}
#fundus-sidebar .small.text-muted a {
  color: #969392;
}
@media (max-width: 479px) {
  #search-results-header .pull-left,
  #search-results-header .pull-right {
    float: none !important;
  }
}
.fundus-items {
  margin: 0;
  padding: 0;
}
.fundus-items.list-view .fundus-item {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding: 0;
  transition: 0.1s linear box-shadow;
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item {
    padding: 12px;
  }
}
.fundus-items.list-view .fundus-item:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
.fundus-items.list-view .fundus-item .fundus-item-figure {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 399px) {
  .fundus-items.list-view .fundus-item .fundus-item-figure {
    width: 120px;
    overflow: hidden;
  }
  .fundus-items.list-view .fundus-item .fundus-item-figure img {
    width: 160px;
    height: auto;
    margin-left: -20px;
  }
}
@media (min-width: 400px) and (max-width: 479px) {
  .fundus-items.list-view .fundus-item .fundus-item-figure {
    width: 160px;
  }
}
@media (min-width: 480px) {
  .fundus-items.list-view .fundus-item .fundus-item-figure {
    width: 230px;
  }
}
.fundus-items.list-view .fundus-item .fundus-item-figure img {
  cursor: url("assets/img/icons/zoom.ico"), pointer;
}
@media (min-width: 400px) {
  .fundus-items.list-view .fundus-item .fundus-item-figure img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-figure img {
    border-radius: 4px;
  }
}
.fundus-items.list-view .fundus-item .fundus-item-caption {
  overflow: hidden;
  text-align: left;
  padding-right: 16px;
  padding-left: 16px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption {
    display: flex;
  }
}
@media (min-width: 992px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption {
    padding-left: 24px;
  }
}
.fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details {
  text-align: left;
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details {
    display: inline-block;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details {
    width: 77%;
  }
}
.fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-title {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-title {
    margin-bottom: 3px;
  }
}
@media (min-width: 992px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-title {
    font-size: 20px;
  }
}
.fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-origin {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-origin {
    margin-bottom: 3px;
  }
}
@media (max-width: 379px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-origin .fundus-item-origin-name {
    display: none;
  }
}
@media (min-width: 380px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-origin .fundus-item-origin-var {
    display: none;
  }
}
.fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags {
  font-size: 14px;
  margin-bottom: 0;
  color: #969392;
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags {
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags .fundus-item-type {
    display: none;
  }
}
@media (max-width: 479px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags .fundus-item-color {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags .fundus-item-color {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 640px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags .fundus-item-comma {
    display: none;
  }
}
@media (max-width: 479px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags .fundus-item-interior {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags .fundus-item-interior {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 767px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-tags .fundus-item-condition {
    display: none;
  }
}
.fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-location {
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-location {
    margin-bottom: 3px;
  }
}
@media (max-width: 479px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-location {
    color: #969392;
  }
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-details .fundus-item-location i {
    display: none;
  }
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-price {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-price {
    width: 23%;
  }
}
.fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-price p {
  display: block;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fundus-items.list-view .fundus-item .fundus-item-caption .fundus-item-price p {
    margin-bottom: 4px;
  }
}
.fundus-items-header.list-view .fundus-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
}
#fundus-item-header {
  padding-top: 12px;
}
@media (max-width: 991px) {
  #fundus-item-header {
    padding-top: 24px;
    padding-bottom: 0;
  }
  #fundus-item-header #fundus-detail-slider .img-rounded {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #fundus-item-header #fundus-item-cta-container .well {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
#thema-description img {
  margin-bottom: 2rem;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  #thema-description img {
    float: inline-end;
    max-width: 50%;
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  #thema-description img {
    min-width: 100%;
    max-width: 20vw;
  }
}
@media (min-width: 992px) {
  #thema-description p {
    clear: both;
  }
}
.card {
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards-grid-items #cards-grid-item-5,
  .cards-grid-items #cards-grid-item-6 {
    display: none;
  }
}
@media (min-width: 992px) {
  .cards-grid-items #cards-grid-item-6 {
    display: none;
  }
}
.epoche-items .card .card-img-wrapper {
  position: relative;
  display: block;
}
.epoche-items .card .img-overlay {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .standort-more {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .standort-more a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 5px 14px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    background-color: hsl(14, 83%, 54%);
    border-color: hsl(14, 83%, 52%);
    transition: all ease-in-out .1s, all ease-in-out .1s;
    display: block;
    width: 100%;
  }
  .standort-more a:focus,
  .standort-more a:active:focus,
  .standort-more a.active:focus,
  .standort-more a.focus,
  .standort-more a:active.focus,
  .standort-more a.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .standort-more a:hover,
  .standort-more a:focus,
  .standort-more a.focus {
    color: #4a4645;
    text-decoration: none;
  }
  .standort-more a:active,
  .standort-more a.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .standort-more a.disabled,
  .standort-more a[disabled],
  fieldset[disabled] .standort-more a {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
  }
  a.standort-more a.disabled,
  fieldset[disabled] a.standort-more a {
    pointer-events: none;
  }
  .standort-more a-text {
    padding: 0;
  }
  .standort-more a-lg {
    font-size: 18px;
  }
  .standort-more a.btn-link {
    box-shadow: none;
  }
  .standort-more a:focus,
  .standort-more a.focus {
    color: #fff;
    background-color: hsl(14, 83%, 44%);
    border-color: hsl(14, 83%, 27%);
  }
  .standort-more a:hover {
    color: #fff;
    background-color: hsl(14, 83%, 44%);
    border-color: hsl(14, 83%, 40%);
  }
  .standort-more a:active,
  .standort-more a.active,
  .open > .dropdown-toggle.standort-more a {
    color: #fff;
    background-color: hsl(14, 83%, 44%);
    background-image: none;
    border-color: hsl(14, 83%, 40%);
  }
  .standort-more a:active:hover,
  .standort-more a.active:hover,
  .open > .dropdown-toggle.standort-more a:hover,
  .standort-more a:active:focus,
  .standort-more a.active:focus,
  .open > .dropdown-toggle.standort-more a:focus,
  .standort-more a:active.focus,
  .standort-more a.active.focus,
  .open > .dropdown-toggle.standort-more a.focus {
    color: #fff;
    background-color: hsl(14, 83%, 37%);
    border-color: hsl(14, 83%, 27%);
  }
  .standort-more a.disabled:hover,
  .standort-more a[disabled]:hover,
  fieldset[disabled] .standort-more a:hover,
  .standort-more a.disabled:focus,
  .standort-more a[disabled]:focus,
  fieldset[disabled] .standort-more a:focus,
  .standort-more a.disabled.focus,
  .standort-more a[disabled].focus,
  fieldset[disabled] .standort-more a.focus {
    background-color: hsl(14, 83%, 54%);
    border-color: hsl(14, 83%, 52%);
  }
  .standort-more a .badge {
    color: hsl(14, 83%, 54%);
    background-color: #fff;
  }
  .standort-more a.focus,
  .standort-more a:focus {
    color: #fff;
    background-color: hsl(14, 83%, 52%);
    border-color: hsl(14, 83%, 50%);
  }
  .standort-more a:hover {
    color: #fff;
    background-color: hsl(14, 83%, 52%);
    border-color: hsl(14, 83%, 50%);
  }
  .standort-more a.active,
  .standort-more a:active,
  .open > .dropdown-toggle.standort-more a {
    color: #fff;
    background-color: hsl(14, 83%, 52%);
    border-color: hsl(14, 83%, 50%);
  }
  .standort-more a.active.focus,
  .standort-more a:active.focus,
  .open > .dropdown-toggle.standort-more a.focus,
  .standort-more a.active:focus,
  .standort-more a:active:focus,
  .open > .dropdown-toggle.standort-more a:focus,
  .standort-more a.active:hover,
  .standort-more a:active:hover,
  .open > .dropdown-toggle.standort-more a:hover {
    color: #fff;
    background-color: hsl(14, 83%, 50%);
    border-color: hsl(14, 83%, 48%);
  }
}
#search-filter .label {
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: 0.5em;
  color: #d2d1d0;
}
#search-filter .label a {
  color: #d2d1d0;
  margin-left: 0.25em;
  font-size: 16px;
}
#search-filter .label span {
  color: #a09d9c;
}
#search-filter hr {
  margin-top: 12px;
  margin-bottom: 12px;
}
#search-filter a[data-toggle="collapse"] {
  text-decoration: none;
}
#search-filter p.list-header {
  text-transform: uppercase;
  color: hsl(14, 3%, 40%);
  font-size: 14px;
}
#search-filter .list-check li {
  margin-left: 13.71428571px;
  list-style: none;
  position: relative;
  padding-left: 8px;
  padding-bottom: 6px;
  font-size: 14px;
}
#search-filter .list-check li > a:before {
  position: absolute;
  top: -1px;
  left: -12px;
  font-family: 'FontAwesome';
  content: "\f096";
  font-size: 16px;
  vertical-align: middle;
  color: #8b8584;
}
#search-filter .list-check li.active > a {
  color: #4a4645;
}
#search-filter .list-check li.active > a:before {
  content: "\f14a";
  color: #4a4645;
}
#search-filter .list-check li > ul {
  margin-left: 0;
  padding-left: 0;
  padding-top: 3px;
}
.star-container {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.star-base {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: 5em;
  color: #ddd;
  color: rgba(128, 128, 128, 0.15);
  font-size: 1.4375em;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.star-base i {
  width: 0.5em;
  font-family: entypo;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.star-base i:before {
  content: "\ea6b";
}
.star-base .star-count {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f5ab00;
}
.star-base.small {
  font-size: 16px;
  vertical-align: middle;
}
.body-popup {
  background-color: #fff;
}
.body-popup .section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.body-popup .section-intro {
  background-color: transparent;
  padding-top: 48px;
  padding-bottom: 0;
}
.body-popup .container {
  width: 100%;
}
.list-default {
  list-style-type: disc;
}
.list-inline {
  margin-left: -12px;
}
.list-inline > li {
  padding-left: 12px;
  padding-right: 12px;
}
.list-inline-separator {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}
.list-inline-separator > li {
  padding-left: 0;
  padding-right: 0.375rem;
  margin-right: 0;
  margin-left: 0;
}
.list-inline-separator > li:after {
  content: ", ";
}
.list-inline-separator > li:nth-last-child(2):after {
  content: "";
}
.list-inline-separator > li:last-child:after {
  content: "";
}
.list-inline-separator > li:last-child:before {
  content: " und ";
}
.list-extended li {
  padding-bottom: 6px;
}
dl.list-extended dd {
  padding-bottom: 6px;
}
.list-extended-more li {
  padding-bottom: 12px;
}
dl.list-extended-more dd {
  padding-bottom: 12px;
}
#showcase-ent-icons li {
  width: 18%;
  padding-bottom: 24px;
}
#showcase-ent-icons li i {
  font-size: 32px;
}
#showcase-ent-icons li div,
#showcase-ent-icons li p {
  font-size: 12px;
}
#showcase-ent-icons li p {
  color: #969392;
}
.nobr {
  white-space: nowrap;
}
.crop {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.display-inline-block {
  display: inline-block;
}
.body-kontakt #map {
  width: 100%;
  height: 320px;
}
@media (min-width: 768px) {
  .body-kontakt #map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .pull-xs-left {
    float: left;
  }
  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
li.dropdown-submenu > a {
  padding-right: 35px;
}
#item-detail-cta-sticky-wrapper .well {
  transition: 1s box-shadow ease-out;
}
#item-detail-cta-sticky-wrapper.is-sticky .well {
  box-shadow: 0 0 10px hsla(14, 3%, 40%, 0.33);
}
#datepicker.form-control {
  padding: 0;
  border: none;
}
#datepicker .input-group-addon-inside {
  border-right: none;
  border-left: none;
}
.bs-docs-section + .bs-docs-section {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 72px;
  padding-top: 24px;
}
.bg-primary-alt {
  background-color: #e9e9e9;
}
.bg-success-alt {
  background-color: #eaebe6;
}
.bg-info-alt {
  background-color: #eaeded;
}
.bg-warning-alt {
  background-color: #f0ede6;
}
.bg-danger-alt {
  background-color: #f0e9e7;
}
.bg-white {
  background-color: #fff;
}
/* Lift
-------------------------------------------------- */
.lift {
  transition: box-shadow 0.15s ease;
}
.lift:hover,
.lift:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
/* Slick
-------------------------------------------------- */
#fundus-items-slider .slick-prev,
#themen-slider .slick-prev {
  left: -0.75rem;
}
#fundus-items-slider .slick-next,
#themen-slider .slick-next {
  right: -0.75rem;
}
#fundus-detail-thumbs-slider .slick-track {
  margin-left: 0;
}
#fundus-detail-thumbs-slider .slick-active {
  opacity: 0.5;
  transition: all ease-in-out .1s, all ease-in-out .1s;
}
#fundus-detail-thumbs-slider .slick-current {
  opacity: 1;
}
.color-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 13px;
  border-color: transparent;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  margin-right: 2px;
}
a[data-toggle="collapse"] .ent-chevron-down {
  transition: transform 0.3s ease;
}
a[data-toggle="collapse"][aria-expanded="true"] .ent-chevron-down {
  transform: rotate(180deg);
}
.navbar a[data-toggle="dropdown"] .ent-chevron-down {
  transition: transform 0.3s ease !important;
}
.navbar a[data-toggle="dropdown"][aria-expanded="true"] .ent-chevron-down {
  transform: rotate(180deg) !important;
}
.navbar .dropdown:hover > a[data-toggle="dropdown"] .ent-chevron-down {
  transform: rotate(180deg) !important;
}
.navbar a[data-toggle="dropdown"]:hover .ent-chevron-down {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease !important;
}
.navbar .dropdown:hover a .ent-chevron-down {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease !important;
}
