/*

Pagebuilder/aG Mixins

*/
.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #ffffff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #ffffff;
}
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.card-block {
  padding: 1.25rem;
}
.card-block:before,
.card-block:after {
  content: " ";
  display: table;
}
.card-block:after {
  clear: both;
}
.card-block:before,
.card-block:after {
  content: " ";
  display: table;
}
.card-block:after {
  clear: both;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0 0 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0 0;
}
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
}
.card-header:before,
.card-header:after {
  content: " ";
  display: table;
}
.card-header:after {
  clear: both;
}
.card-header:before,
.card-header:after {
  content: " ";
  display: table;
}
.card-header:after {
  clear: both;
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #eeeeee;
}
.card-footer:before,
.card-footer:after {
  content: " ";
  display: table;
}
.card-footer:after {
  clear: both;
}
.card-footer:before,
.card-footer:after {
  content: " ";
  display: table;
}
.card-footer:after {
  clear: both;
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-primary {
  background-color: #00b0f0;
  border-color: #00b0f0;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}
.card-primary-outline {
  background-color: transparent;
  border-color: #00b0f0;
}
.card-secondary-outline {
  background-color: transparent;
  border-color: #6a737b;
}
.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de;
}
.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c;
}
.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e;
}
.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f;
}
.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #ffffff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #ffffff;
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img {
  border-radius: .25rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img-top {
  border-radius: 0 0 0 0;
}
.card-img-bottom {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) {
  .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0.75rem;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 768px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card {
    display: table-cell;
    vertical-align: top;
  }
  .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card:first-child {
    border-right-radius: 0;
  }
  .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card:last-child {
    border-left-radius: 0;
  }
  .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card:not(:first-child):not(:last-child) .card-img-top,
  .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00b0f0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0078a3;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a[onclick] {
  cursor: pointer;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
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: 12.5px;
  margin-bottom: 12.5px;
}
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: 45px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 27px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00b0f0;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #008bbd;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00b0f0;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #008bbd;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.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: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #00b0f0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #00b0f0;
}
.form-control::-webkit-input-placeholder {
  color: #00b0f0;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  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: 36px;
  }
  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: 52px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 52px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 47px;
  padding: 11px 20px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  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: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #00b0f0;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #00b0f0;
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default:focus,
.btn-default.focus {
  color: #00b0f0;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn-default:hover {
  color: #00b0f0;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #00b0f0;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.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: #00b0f0;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #00b0f0;
}
.btn-primary {
  color: #ffffff;
  background-color: #00b0f0;
  border-color: #009dd7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #008bbd;
  border-color: #004057;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #008bbd;
  border-color: #007099;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #008bbd;
  border-color: #007099;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #007099;
  border-color: #004057;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00b0f0;
  border-color: #009dd7;
}
.btn-primary .badge {
  color: #00b0f0;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #00b0f0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0078a3;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.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%;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: generic
Template: bb-theme
*/
body {
  font-weight: normal;
}
p {
  margin-bottom: 10px;
}
div.fl-node-59614a433d5c3 .col-sm-7 .fl-rich-text p,
div.fl-node-59614a433d5c3 .col-sm-8 .fl-rich-text p,
div.fl-node-59614a433d5c3 .col-sm-9 .fl-rich-text p,
div.fl-node-59614a433d5c3 .col-sm-10 .fl-rich-text p,
div.fl-node-59614a433d5c3 .col-sm-11 .fl-rich-text p,
div.fl-node-59614a433d5c3 .col-sm-12 .fl-rich-text p {
  max-width: 509px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
p strong,
p b,
li strong,
li b,
a strong,
a b {
  font-weight: bold;
}
small,
.small {
  font-size: 90%;
}
.fl-rich-text ul:not(.nav),
#section-details ul:not(.nav) {
  list-style: disc;
  padding-left: 20px;
}
.fl-rich-text ul:not(.nav) li,
#section-details ul:not(.nav) li {
  display: list-item;
  margin-bottom: 0;
  list-style-type: none;
}
.fl-rich-text ul:not(.nav) li:before,
#section-details ul:not(.nav) li:before {
  content: "\2022";
  color: rgba(0, 176, 240, 0.7);
  font-weight: 700;
  margin-left: -10px;
  padding-right: .8rem;
}
@media (max-width: 767px) {
  .list-col .fl-col-group-nested .fl-module-content {
    margin: 0;
  }
}
ul.list-ticked,
ul.list-arrow-right {
  list-style: none;
  padding-left: 1.5em;
}
.list-ticked > li,
.list-arrow-right > li {
  position: relative;
  margin-left: 0;
  list-style: none;
}
.list-ticked > li:before,
.list-arrow-right > li:before {
  content: "\002714" !important;
  left: -1.3em;
  position: absolute;
  color: #00b0f0 !important;
  font-size: 90%;
}
ul.list-arrow-right > li:before {
  content: "\2192" !important;
}
p,
p span,
h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
li {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.fl-rich-text p a:not(.btn),
.fl-widget #section-details a:not(.btn),
.uabb-content a:not(.btn) {
  border-bottom: 1px solid #cccccc;
}
.fl-rich-text p a:not(.btn):hover,
.fl-widget #section-details a:not(.btn):hover,
.uabb-content a:not(.btn):hover,
.fl-rich-text p a:not(.btn):focus,
.fl-widget #section-details a:not(.btn):focus,
.uabb-content a:not(.btn):focus {
  text-decoration: none;
  border-color: #00b0f0;
  background-color: #f2f2f2;
}
.mimick-link {
  border-bottom: 1px solid #cccccc;
}
.page-id-282 .card-footer .line-through {
  display: block;
  color: #999999;
}
.print-only {
  display: none;
}
@media print {
  .print-only {
    display: block;
  }
  span.print-only {
    display: inline-block;
  }
}
body.print-preview .print-only {
  display: block;
}
body.print-preview span.print-only {
  display: inline-block;
}
@media screen {
  .screen-only {
    display: block;
  }
  span.screen-only {
    display: inline-block;
  }
  span.inline.screen-only {
    display: inline !important;
  }
}
body.print-preview .screen-only {
  display: none;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
form.form-row-fixed-width {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  form.form-row-fixed-width {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  form.form-row-fixed-width {
    margin-left: 16.66666667%;
  }
}
form.form-row-fixed-width * {
  text-align: center;
}
form.form-row-fixed-width input {
  font-size: 18px;
}
form.form-row-fixed-width label {
  font-size: 90%;
  font-weight: 400;
}
form.form-row-fixed-width .form-group:focus label {
  color: #00b0f0;
}
.form-group {
  margin-bottom: 30px;
}
.help-block {
  color: #999999;
  font-size: 16px;
}
.form-horizontal.question label + .form-group {
  margin-top: 10px;
}
.form-horizontal.question .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-horizontal.question .form-group label {
    line-height: 1.25;
    margin-bottom: 0;
  }
}
.form-horizontal.question + .question {
  margin-top: 20px;
}
.form-horizontal.question.bike-types h4 {
  margin-bottom: 0;
}
hr.gradient,
.fl-separator {
  border-top: 0 !important;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, #00b0f0 50%, transparent);
  background-image: -o-linear-gradient(left, transparent, #00b0f0 50%, transparent);
  background-image: linear-gradient(to right, transparent, #00b0f0 50%, transparent);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
hr.gradient.gray-lighten-80,
.fl-separator.gray-lighten-80 {
  background-image: -webkit-linear-gradient(left, transparent, #cccccc 50%, transparent);
  background-image: -o-linear-gradient(left, transparent, #cccccc 50%, transparent);
  background-image: linear-gradient(to right, transparent, #cccccc 50%, transparent);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
body,
.fl-row-full-width,
.fl-row-fixed-width {
  overflow-x: hidden;
}
body.fl-builder-edit body,
body.fl-builder-edit .fl-row-full-width,
body.fl-builder-edit .fl-row-fixed-width {
  overflow-x: inherit;
}
@media (max-width: 509px) {
  .fl-col-small.col-sm-6 {
    width: 100%;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .fl-col-small.col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .fl-col-small.col-sm-6 .fl-module {
    margin-bottom: 0;
  }
}
@media (max-width: 509px) {
  .fl-col-small.col-sm-4 {
    width: 100%;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .fl-col-small.col-sm-4 {
    width: 60%;
    margin-left: 20%;
  }
}
@media (max-width: 767px) {
  .fl-col-small.col-sm-4 .fl-module {
    margin-bottom: 0;
  }
}
@media (max-width: 509px) {
  .fl-col-small.col-sm-3 {
    width: 50%;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .fl-col-small.col-sm-3 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .fl-col-small.col-sm-3 .fl-module {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .fl-node-595414494393a.col-sm-12,
  .fl-node-595528053345d.col-sm-12,
  .fl-node-59553b44b8d90.col-sm-12,
  .fl-node-59554ce44bce3.col-sm-12,
  .fl-node-595555cf2c0d6.col-sm-12,
  .fl-node-5978c451da553.col-sm-12,
  .fl-node-5978b474c15da.col-sm-12,
  .fl-node-597afc04c4a26.col-sm-12,
  .fl-node-59786cb28eeef.col-sm-12,
  .fl-node-5988e56b6014c.col-sm-12,
  .fl-node-598b73428eef1.col-sm-12,
  .fl-node-59554c531c74f.col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fl-col-group.row > .fl-col.col-sm-12,
  .force-width-100 .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fl-node-5954e774e8c24.col-sm-4 {
    text-align: center;
  }
}
.float-none {
  float: none !important;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1039;
}
.header .fl-row-content-wrap {
  padding: 0;
}
.header .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header .fl-col.fl-col-small.col-sm-2 {
    width: 16.66666667%;
  }
}
@media (max-width: 509px) {
  .header .fl-col:first-child {
    min-width: 121px;
  }
}
@media (min-width: 768px) AND (max-width: 1199px) {
  .header .fl-col:first-child {
    min-width: 212px;
  }
}
.header .fl-col:first-child img {
  max-width: 91px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .header .fl-col:first-child img {
    max-width: 182px;
    margin-left: auto;
  }
}
@media (max-width: 509px) {
  .header .fl-col-small.col-sm-8 {
    width: 60%;
    margin-left: -15px;
  }
}
@media (min-width: 510px) AND (max-width: 767px) {
  .header .fl-col-small.col-sm-8 {
    width: 66.66666667%;
  }
}
.header .fl-col-small.col-sm-8 .nav > li > a {
  margin-top: 15px;
  background-color: #ffffff;
}
@media (max-width: 509px) {
  .header .fl-col-small.col-sm-8 .nav > li > a {
    padding: 5px 10px;
    margin-top: 0;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .header .fl-col-small.col-sm-8 .nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .header .fl-col-small.col-sm-8 .nav > li > a {
    margin-top: 60px;
  }
}
@media (max-width: 509px) {
  .header .fl-col:last-child {
    min-width: 95px;
  }
}
@media (max-width: 767px) {
  .header .fl-col:last-child {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 768px) {
  .header .fl-col:last-child {
    position: absolute;
    right: 30px;
  }
}
@media (min-width: 768px) AND (max-width: 1199px) {
  .header .fl-col:last-child {
    min-width: 160px;
  }
}
.header .fl-col:last-child img {
  max-width: 65px;
  margin-top: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .header .fl-col:last-child img {
    max-width: 130px;
    margin-top: 30px;
    margin-right: auto;
  }
}
.jumbo {
  text-align: center;
  color: #ffffff;
}
.jumbo > .fl-row-content-wrap {
  height: 82vh;
}
@media (min-width: 768px) {
  .jumbo > .fl-row-content-wrap {
    height: 73vh;
  }
}
.jumbo > .fl-row-content-wrap > .fl-row-fixed-width {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
}
.jumbo > .fl-row-content-wrap .fl-col-content {
  margin-bottom: 0;
}
.jumbo .col-sm-12 {
  width: 100%;
}
.jumbo .row {
  margin-left: 0;
  margin-right: 0;
}
.jumbo.is-overlapped > .fl-row-content-wrap {
  height: 85vh;
}
.jumbo.is-overlapped > .fl-row-content-wrap > .fl-row-fixed-width {
  bottom: 75px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .jumbo.is-overlapped > .fl-row-content-wrap > .fl-row-fixed-width {
    bottom: 15px;
  }
}
.jumbo .fl-module-rich-text:first-child .fl-module-content {
  margin-top: 0;
}
.jumbo .fl-module-rich-text:first-child .fl-module-content p {
  position: absolute;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  font-size: 16px;
  background-color: #ffffff;
  color: #00b0f0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .jumbo .fl-module-rich-text:first-child .fl-module-content p {
    width: 180px;
    margin-left: -90px;
    font-size: 18px;
  }
}
.jumbo .fl-module-heading h1.fl-heading {
  font-size: 36px;
  text-align: center !important;
  color: #ffffff;
}
@media (max-width: 767px) {
  .jumbo .fl-module-heading h1.fl-heading {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
}
@media (min-width: 768px) {
  .jumbo .fl-module-heading h1.fl-heading {
    font-size: 81px;
  }
}
.jumbo .fl-module-heading + .fl-module-rich-text {
  width: 100%;
}
@media (min-width: 510px) and (max-width: 767px) {
  .jumbo .fl-module-heading + .fl-module-rich-text {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .jumbo .fl-module-heading + .fl-module-rich-text {
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
.jumbo .fl-module-heading + .fl-module-rich-text .fl-module-content {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .jumbo .fl-module-heading + .fl-module-rich-text .fl-module-content {
    font-size: 27px;
  }
}
.jumbo .fl-module-heading + .fl-module-rich-text p {
  margin-bottom: 0;
}
.fl-row.brand-primary {
  color: #00b0f0;
}
.fl-row.brand-primary-background {
  background-color: #00b0f0;
  color: #ffffff !important;
}
.fl-row.gray-lighten-93-5-background {
  background-color: #eeeeee;
}
.row-sm-8 .fl-heading {
  text-align: center !important;
}
.row-sm-8 .fl-module-content {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .row-sm-8 .row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.fl-row.lead {
  font-size: 18px;
  text-align: center;
  color: #222222;
  margin-bottom: 0;
}
.fl-row.lead .fl-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 510px) {
  .fl-row.lead .fl-col {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .fl-row.lead .fl-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .fl-row.lead .fl-col {
    margin-left: 16.66666667%;
  }
}
.fl-row.lead p:first-child {
  font-size: 22px;
  line-height: 1.333333;
  color: #008bbd;
}
.fl-row.lead p:last-child {
  margin-bottom: 0;
}
.fl-row.lead .fl-separator {
  background-image: -webkit-linear-gradient(left, transparent, #cccccc 50%, transparent);
  background-image: -o-linear-gradient(left, transparent, #cccccc 50%, transparent);
  background-image: linear-gradient(to right, transparent, #cccccc 50%, transparent);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
@media (min-width: 768px) {
  .fl-row.lead {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .fl-row.lead p:first-child {
    font-size: 27px;
  }
}
.fl-row.overlap.top {
  margin-top: -90px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .fl-row.overlap.top {
    margin-top: -45px;
  }
}
.fl-row.overlap .fl-module-video {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .fl-row.overlap .fl-module-video {
    margin-bottom: 45px;
  }
}
.fl-module-video {
  margin-bottom: 15px;
}
.fl-module-video .fl-module-content {
  margin: 0;
}
.fl-module-video .fl-video {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 0 3px 0 #000000;
  box-shadow: 0 0 3px 0 #000000;
  background-color: #000000;
}
.label {
  border-radius: 0;
}
.alert h4 {
  margin-bottom: 5px;
}
.alert > ul + p {
  margin-top: 5px;
}
.alert-mega {
  text-align: center;
  font-size: 22px;
}
.alert-mega .label {
  background-color: #00b0f0;
}
.alert-mega .emphasis {
  font-size: 450%;
  line-height: 1.1;
  margin-bottom: -0.1em;
  letter-spacing: -.009em;
}
@media (min-width: 992px) {
  .alert-mega .emphasis {
    font-size: 650%;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .route-sketch .fl-photo-content {
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .route-sketch .fl-photo-content {
    width: 46vw;
  }
}
.mountainscape {
  max-width: 1020px;
  margin-top: 60px;
}
.mountainscape .fl-row-content-wrap {
  padding: 0;
}
.mountainscape .fl-module-content {
  margin: 0;
}
.mountainscape p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #00b0f0;
  margin-bottom: 30px;
}
.mountainscape .contact p {
  font-size: 18px;
}
.mountainscape .contact i {
  font-size: 36px;
  margin-bottom: 10px;
}
.mountainscape .fl-node-5984a7b2735e3 p,
.mountainscape .fl-node-5dc4014898569 p,
.mountainscape .voices p {
  font-weight: normal;
  color: #333333;
}
.mountainscape .fl-node-5984a7b2735e3 span,
.mountainscape .fl-node-5dc4014898569 span,
.mountainscape .voices span {
  text-transform: uppercase;
  font-size: 80%;
  color: #555555;
}
.mountainscape .fl-node-5984a7b2735e3 .fl-col:nth-child(2) p:before,
.mountainscape .fl-node-5dc4014898569 .fl-col:nth-child(2) p:before,
.mountainscape .voices .fl-col:nth-child(2) p:before,
.mountainscape .fl-node-5984a7b2735e3 .fl-col:nth-child(2) p:after,
.mountainscape .fl-node-5dc4014898569 .fl-col:nth-child(2) p:after,
.mountainscape .voices .fl-col:nth-child(2) p:after {
  content: "“";
  font-size: 99px;
  color: #e6e6e6;
  position: absolute;
  top: -40px;
  left: -10px;
  right: -10px;
  text-align: right;
  pointer-events: none;
}
.mountainscape .fl-node-5984a7b2735e3 .fl-col:nth-child(2) p:after,
.mountainscape .fl-node-5dc4014898569 .fl-col:nth-child(2) p:after,
.mountainscape .voices .fl-col:nth-child(2) p:after {
  content: "„";
  text-align: left;
  top: auto;
  bottom: -20px;
}
@media (min-width: 768px) {
  .mountainscape .fl-node-5984a7b2735e3,
  .mountainscape .fl-node-5dc4014898569,
  .mountainscape .voices {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mountainscape .fl-node-5984a7b2735e3 .fl-col:first-child p,
  .mountainscape .fl-node-5dc4014898569 .fl-col:first-child p,
  .mountainscape .voices .fl-col:first-child p,
  .mountainscape .fl-node-5984a7b2735e3 .fl-col:last-child p,
  .mountainscape .fl-node-5dc4014898569 .fl-col:last-child p,
  .mountainscape .voices .fl-col:last-child p {
    font-size: 14px;
    color: #555555;
  }
  .mountainscape .fl-node-5984a7b2735e3 .fl-col:first-child span,
  .mountainscape .fl-node-5dc4014898569 .fl-col:first-child span,
  .mountainscape .voices .fl-col:first-child span,
  .mountainscape .fl-node-5984a7b2735e3 .fl-col:last-child span,
  .mountainscape .fl-node-5dc4014898569 .fl-col:last-child span,
  .mountainscape .voices .fl-col:last-child span {
    color: #777777;
  }
  .mountainscape .fl-node-5984a7b2735e3 .fl-col:first-child,
  .mountainscape .fl-node-5dc4014898569 .fl-col:first-child,
  .mountainscape .voices .fl-col:first-child {
    padding-left: 30px;
  }
  .mountainscape .fl-node-5984a7b2735e3 .fl-col:first-child p,
  .mountainscape .fl-node-5dc4014898569 .fl-col:first-child p,
  .mountainscape .voices .fl-col:first-child p {
    text-align: left;
  }
  .mountainscape .fl-node-5984a7b2735e3 .fl-col:last-child,
  .mountainscape .fl-node-5dc4014898569 .fl-col:last-child,
  .mountainscape .voices .fl-col:last-child {
    padding-right: 30px;
  }
  .mountainscape .fl-node-5984a7b2735e3 .fl-col:last-child p,
  .mountainscape .fl-node-5dc4014898569 .fl-col:last-child p,
  .mountainscape .voices .fl-col:last-child p {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .mountainscape .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .mountainscape .fl-module-photo .fl-module-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.fl-row.stoneman-facts {
  background-color: #eeeeee;
}
.stoneman-facts .fl-row-content-wrap {
  max-width: 1020px;
  margin: 0 auto;
  background: #00b0f0;
}
.stoneman-facts img {
  max-height: 81px;
  width: auto;
}
.stoneman-facts .full img {
  max-height: inherit !important;
  height: inherit !important;
}
.stoneman-facts-v2 a {
  color: #fff;
}
.stoneman-facts-v2 a:hover {
  background: none !important;
}
.stoneman-facts-v2 img {
  max-height: inherit;
}
.stoneman-facts-v2 .facts-img img {
  max-height: 60px;
  width: auto;
}
.stoneman-facts-v2 .fl-node-5dc421884aca1 .fl-module-content {
  margin: 0;
  margin-top: 50px;
}
.stoneman-facts-v2 .fl-node-5dc421884aca1 .fl-module-content h4 {
  color: #fff;
}
.stoneman-facts-v2 .footer_link_reserve,
.stoneman-facts-v2 .footer_link_shop {
  color: #fff;
  font-size: 14px;
}
.stoneman-facts-v2 .footer_link_reserve {
  text-align: center;
}
.stoneman-facts-v2 .footer_link_shop {
  text-align: center;
  left: 50%;
}
.stoneman-facts-v2 .fa.fa-instagram {
  margin-left: 40px;
}
.stoneman-facts-v2 .fa.fa-instagram,
.stoneman-facts-v2 .fa.fa-facebook-f {
  margin-right: 5px;
}
body.smqm .stoneman-facts-v2 .fl-row-content-wrap {
  background-image: url(/wp-content/uploads/sites/30/2019/11/SMQm_Mountainscape_BG.jpg);
  background-position: top;
  background-size: cover;
}
body.smam .stoneman-facts-v2 .fl-row-content-wrap {
  background-image: url(/wp-content/uploads/sites/38/2020/07/SMAm_Mountainscape_BG.jpg);
  background-position: top;
  background-size: cover;
}
body.smam .stoneman-facts-v2 .facts-img img {
  max-height: 80px;
  width: auto;
}
.five-star-mtb-experience {
  margin-top: 30px;
  font-size: 90%;
  text-align: center;
  color: #ffffff;
}
.five-star-mtb-experience i.fa-star {
  font-size: 90%;
}
.five-star-mtb-experience span.label.label-default {
  display: inline-block;
  background-color: #ffffff;
  margin-top: 15px;
  padding-top: 5px;
}
.five-star-mtb-experience span.label.label-default a {
  color: #00b0f0;
}
.partner-grants .small {
  font-size: 70%;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .partner-grants h6 {
    text-align: center !important;
  }
  .partner-grants .col-sm-4 > .fl-col-content {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.partner-grants p.freestate-saxony {
  margin-top: 4px;
}
.partner-grants .saxony-state-of-arts {
  display: block;
  max-width: 280px;
  color: #33683c;
}
@media (max-width: 767px) {
  .partner-grants .saxony-state-of-arts {
    margin-left: -10px;
    max-width: 290px;
  }
}
.footer-destination img {
  max-width: 200px !important;
}
@media (max-width: 767px) {
  .fl-module-uabb-countdown {
    margin-left: -20px;
    margin-right: -20px;
  }
  .fl-module-content {
    margin-left: 0;
    margin-right: 0;
  }
  .uabb-countdown h2 {
    font-size: 21px;
  }
  .uabb-countdown-digit-wrapper.square {
    width: 50px !important;
    height: 50px !important;
  }
}
.fl-module-progress-bar li {
  line-height: 1;
}
.fl-module-progress-bar .uabb-bar-bg {
  stroke: #eeeeee;
  fill: #fafafa;
}
.fl-module-progress-bar .uabb-bar {
  stroke: #00b0f0 !important;
}
.fl-module-progress-bar .uabb-percent-counter {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 1px;
}
.fl-module-progress-bar .uabb-ba-text {
  font-size: 14px;
}
@media (max-width: 320px) {
  .fl-module-progress-bar li {
    width: 130px;
    height: 130px;
  }
}
.fl-module-progress-bar.surface li:first-child .uabb-bar {
  stroke: #afb0b2 !important;
}
.fl-module-progress-bar.surface li:first-child .uabb-percent-counter,
.fl-module-progress-bar.surface li:first-child .uabb-ba-text {
  color: #afb0b2;
}
.fl-module-progress-bar.surface li:nth-child(2) .uabb-bar {
  stroke: #777777 !important;
}
.fl-module-progress-bar.surface li:nth-child(2) .uabb-percent-counter,
.fl-module-progress-bar.surface li:nth-child(2) .uabb-ba-text {
  color: #777777;
}
.fl-module-progress-bar.surface li:nth-child(3) .uabb-bar {
  stroke: #654f49 !important;
}
.fl-module-progress-bar.surface li:nth-child(3) .uabb-percent-counter,
.fl-module-progress-bar.surface li:nth-child(3) .uabb-ba-text {
  color: #654f49;
}
.fl-module-progress-bar.surface li:nth-child(4) .uabb-bar {
  stroke: #9fc20a !important;
}
.fl-module-progress-bar.surface li:nth-child(4) .uabb-percent-counter,
.fl-module-progress-bar.surface li:nth-child(4) .uabb-ba-text {
  color: #9fc20a;
}
.fl-module-progress-bar.surface li:nth-child(5) .uabb-bar {
  stroke: #bbcd1f !important;
}
.fl-module-progress-bar.surface li:nth-child(5) .uabb-percent-counter,
.fl-module-progress-bar.surface li:nth-child(5) .uabb-ba-text {
  color: #bbcd1f;
}
.fl-module-progress-bar.surface li:last-child .uabb-bar {
  stroke: #8E9750 !important;
}
.fl-module-progress-bar.surface li:last-child .uabb-percent-counter,
.fl-module-progress-bar.surface li:last-child .uabb-ba-text {
  color: #8E9750;
}
.fl-module-Logis-Partner-List > .fl-module-content {
  margin: 0px;
}
.fl-module-Logis-Partner-List h3 {
  color: #999999;
  margin-bottom: 27px;
}
.fl-module-Logis-Partner-List h3 span {
  background-color: #ffffff;
  padding: 0 15px;
}
.fl-module-Logis-Partner-List h3:after {
  display: block;
  content: "";
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, #999999 50%, transparent);
  background-image: -o-linear-gradient(left, transparent, #999999 50%, transparent);
  background-image: linear-gradient(to right, transparent, #999999 50%, transparent);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  margin-top: -13px;
}
.fl-module-Logis-Partner-List .fl-col-group + h3,
.fl-module-Logis-Partner-List .fl-col-group h3 {
  margin-top: 60px;
}
.fl-module-Logis-Partner-List .row.fl-col-group + .row.fl-col-group {
  margin-top: 30px;
}
.fl-module-Logis-Partner-List .fa-star {
  font-size: 80%;
  margin-left: 0.25rem;
}
.fl-module-Logis-Partner-List span.stars {
  display: inline-block;
}
.fl-module-Logis-Partner-List .card-img-top {
  width: 100%;
}
form label.control-label {
  color: #00b0f0;
}
html,
body {
  margin: 0;
  padding: 0;
}
.print-preview form#register-ride .form-group-country,
.print-preview form#register-ride .form-group-subcountry {
  float: left;
  width: 50%;
}
form#register-ride hr {
  margin-top: 0px !important;
}
form#register-ride select {
  font-size: inherit;
  line-height: inherit;
  height: auto;
  color: #808080;
}
form#register-ride select:focus {
  border-width: 1px !important;
}
@media screen and (min-width: 768px) {
  body:not(.print-preview) form#register-ride .fl-col.col-sm-6,
  body:not(.print-preview) form#register-ride .fl-col.col-sm-12 {
    margin-left: 15%;
    width: 70%;
    margin-right: 15%;
  }
}
@media screen and (min-width: 992px) {
  body:not(.print-preview) form#register-ride .fl-col.col-sm-6,
  body:not(.print-preview) form#register-ride .fl-col.col-sm-12 {
    margin-left: 25%;
    width: 50%;
    margin-right: 25%;
  }
}
@media print {
  form#register-ride .fl-module-content {
    margin: 0;
  }
  form#register-ride h3 {
    margin-top: 0;
  }
}
form#register-ride hr {
  margin-top: 45px;
}
@media print {
  form#register-ride h1,
  form#register-ride .h1,
  form#register-ride h2,
  form#register-ride .h2,
  form#register-ride h3,
  form#register-ride .h3,
  form#register-ride h4,
  form#register-ride .h4,
  form#register-ride h5,
  form#register-ride .h5,
  form#register-ride h6,
  form#register-ride .h6,
  form#register-ride label.control-label,
  form#register-ride a {
    color: #00b0f0 !important;
  }
  form#register-ride span.brand-tertiary,
  form#register-ride label.brand-tertiary,
  form#register-ride .form-group.brand-tertiary * {
    color: #6a737b !important;
  }
}
form#register-ride .for-partner {
  display: none;
}
form#register-ride.is-partner .for-partner {
  display: inherit;
}
form#register-ride .on-return {
  border: 1px dotted #e6e6e6;
  padding: 10px;
  display: none;
}
body.print-preview form#register-ride .on-return,
form#register-ride .on-return.checked-in,
form#register-ride .on-return.full {
  display: block;
  background-color: #eeeeee;
}
@media print {
  form#register-ride .on-return {
    display: block;
  }
}
@media print {
  form#register-ride a.js-mail:after {
    content: "";
  }
}
form#register-ride .alert {
  margin-top: 45px;
}
form#register-ride .submit-message {
  display: none;
}
@media print {
  .page-id-359 .fl-module-content,
  .page-id-19524 .fl-module-content {
    margin: 0;
  }
  .page-id-359 form#register-ride,
  .page-id-19524 form#register-ride {
    min-height: 270mm;
  }
  .page-id-359 form#register-ride h3,
  .page-id-19524 form#register-ride h3 {
    margin-top: 0;
  }
}
body.print-preview,
body.print-preview div {
  overflow: hidden;
}
.print-page {
  background-color: #fff;
  width: 21cm;
  height: 29.7cm;
  padding: 2.7cm 2cm 2cm 2.5cm;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.print-page.full {
  padding: 0 !important;
}
.print-page.a4 {
  width: 21cm;
  height: 29.7cm;
}
.print-page.a5 {
  width: 1748px;
  height: 2480px;
}
@media print {
  body,
  .print-page {
    margin: 0;
    padding: 0;
  }
  #register-ride a[href]:after {
    content: none !important;
  }
  html,
  body {
    width: 210mm;
    font-size: 90%;
  }
  .fl-col.col-sm-2 {
    width: 16.66666667%;
  }
  .fl-col.col-sm-3 {
    width: 25%;
  }
  .fl-col.col-sm-4 {
    width: 33.33333333%;
  }
  .fl-col.col-sm-6 {
    width: 50%;
  }
  .fl-col.col-sm-8 {
    width: 66.66666667%;
  }
  .fl-col.col-sm-10 {
    width: 83.33333333%;
  }
}
.print-page .inner {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.print-page .inner.absolute {
  position: absolute;
  top: 0px;
}
#subcountry option {
  display: none;
}
.is-de #subcountry option[data-country='DE'],
.is-at #subcountry option[data-country='AT'],
.is-it #subcountry option[data-country='IT'],
.is-be #subcountry option[data-country='BE'],
.is-ch #subcountry option[data-country='CH'] {
  display: block;
}
label[for="subcountry"] {
  display: none;
}
.is-de label[for="subcountry"].de-only,
.is-at label[for="subcountry"].at-only,
.is-it label[for="subcountry"].it-only,
.is-be label[for="subcountry"].be-only,
.is-ch label[for="subcountry"].ch-only {
  display: block;
}
.is-de #subcountry.de-only,
.is-at #subcountry.at-only,
.is-be #subcountry.be-only,
.is-it #subcountry.it-only,
.is-ch #subcountry.ch-only {
  display: block;
}
span.medal {
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-right: 5px;
  background-color: #00b0f0;
}
span.medal:first-child {
  margin-left: 5px;
}
.heroes.heroes-1,
.heroes.heroes-2,
.heroes.heroes-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.heroes.heroes-1 span.medal,
.heroes.heroes-2 span.medal,
.heroes.heroes-3 span.medal {
  opacity: 0.4;
}
.heroes.heroes-1 .card,
.heroes.heroes-2 .card,
.heroes.heroes-3 .card {
  background: rgba(255, 255, 255, 0.9);
  font-size: 90%;
}
.heroes.heroes-1 h4,
.heroes.heroes-2 h4,
.heroes.heroes-3 h4 {
  font-size: 90%;
  margin-bottom: 3px !important;
}
.heroes.heroes-1 h4 span,
.heroes.heroes-2 h4 span,
.heroes.heroes-3 h4 span {
  display: none;
}
.heroes.heroes-1 span.medal,
.heroes.heroes-2 span.medal,
.heroes.heroes-3 span.medal {
  height: 11px !important;
  width: 11px !important;
}
.heroes.heroes-1 .card-block,
.heroes.heroes-2 .card-block,
.heroes.heroes-3 .card-block {
  line-height: 16px;
}
.heroes.all .card-block {
  line-height: 18px;
}
.heroes.all h4 {
  margin-bottom: 5px !important;
}
.heroes.all h4 span {
  font-weight: normal;
  font-size: 80%;
}
.heroes.all h3 {
  color: #00b0f0;
}
.heroes.heroes-1 span.medal.gold {
  opacity: 1;
}
.heroes.heroes-2 span.medal.silver {
  opacity: 1;
}
.heroes.heroes-3 span.medal.bronze {
  opacity: 1;
}
span.medal.gold {
  background-color: #deb408;
}
span.medal.silver {
  background-color: #6a737b;
}
span.medal.bronze {
  background-color: #c88a12;
}
.stoneman-finisher-full {
  background-color: #eeeeee;
}
.stoneman-finisher-full .fl-row-content-wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.stoneman-finisher-full .fl-module-content {
  margin: 0;
}
.fl-module-Finisher-Count {
  text-align: center;
  color: #00b0f0;
}
.fl-module-Finisher-Count p {
  font-weight: bold;
}
.fl-module-Finisher-Count p:last-child {
  margin-bottom: 0;
}
.fl-module-Finisher-Count .number-rides small {
  color: #777777;
}
.fl-module-Finisher-Count.complex .number-finisher {
  display: table;
}
@media (max-width: 509px) {
  .fl-module-Finisher-Count.complex .number-finisher {
    width: 100%;
  }
}
@media (min-width: 510px) {
  .fl-module-Finisher-Count.complex .number-finisher {
    border-right: 1px solid #cccccc;
  }
}
.fl-module-Finisher-Count.complex .number-finisher > div {
  float: right;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 509px) {
  .fl-module-Finisher-Count.complex .number-finisher > div {
    float: none;
    padding: 0;
  }
}
.fl-module-Finisher-Count.complex .number-finisher p:first-child {
  font-size: 144px;
  line-height: .75;
}
@media (max-width: 509px) {
  .fl-module-Finisher-Count.complex .number-finisher p:first-child {
    font-size: 108px;
  }
}
.fl-module-Finisher-Count.complex .number-rides {
  display: table;
}
@media (max-width: 509px) {
  .fl-module-Finisher-Count.complex .number-rides {
    width: 100%;
  }
}
.fl-module-Finisher-Count.complex .number-rides > div {
  float: left;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 509px) {
  .fl-module-Finisher-Count.complex .number-rides > div {
    float: none;
  }
}
.fl-module-Finisher-Count.complex .number-rides p {
  line-height: 1;
}
.fl-module-Finisher-Count.complex .number-rides p:first-child {
  font-size: 72px;
  line-height: .75;
  margin-bottom: 15px;
}
.fl-module-Finisher-Count.complex body.page-id-6 {
  margin-bottom: 0;
}
.stoneman-finisher-full {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .stoneman-finisher-full {
    overflow: visible;
  }
  .stoneman-finisher-full .fl-row-content {
    overflow: visible;
  }
}
.fl-module-Starter-List h3,
.fl-module-Starter-List-Test h3 {
  font-size: 21px;
  color: #222222;
  text-align: center;
  border-bottom: 7px solid #00b0f0;
}
.fl-module-Starter-List h3.gold,
.fl-module-Starter-List-Test h3.gold {
  border-bottom-color: #deb408;
}
.fl-module-Starter-List h3.silver,
.fl-module-Starter-List-Test h3.silver {
  border-bottom-color: #6a737b;
}
.fl-module-Starter-List h3.bronze,
.fl-module-Starter-List-Test h3.bronze {
  border-bottom-color: #c88a12;
}
@media (min-width: 768px) {
  .fl-module-Starter-List h3,
  .fl-module-Starter-List-Test h3 {
    margin-top: -59px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .fl-module-Starter-List .col-sm-4,
  .fl-module-Starter-List-Test .col-sm-4 {
    width: 80%;
    margin-left: 10%;
  }
}
.fl-module-Starter-List .card,
.fl-module-Starter-List-Test .card {
  border-radius: 3px;
}
@media (min-width: 768px) {
  .fl-module-Starter-List .card,
  .fl-module-Starter-List-Test .card {
    display: block;
  }
}
.fl-module-Starter-List .card .card-block,
.fl-module-Starter-List-Test .card .card-block {
  padding: 1rem;
}
.fl-module-Starter-List .card .card-block.in-team,
.fl-module-Starter-List-Test .card .card-block.in-team {
  padding-top: 0;
}
.fl-module-Starter-List .card .highlight.gold h4,
.fl-module-Starter-List-Test .card .highlight.gold h4,
.fl-module-Starter-List .card .active.gold h4,
.fl-module-Starter-List-Test .card .active.gold h4 {
  color: #deb408 !important;
}
.fl-module-Starter-List .card .highlight.silver h4,
.fl-module-Starter-List-Test .card .highlight.silver h4,
.fl-module-Starter-List .card .active.silver h4,
.fl-module-Starter-List-Test .card .active.silver h4 {
  color: #6a737b !important;
}
.fl-module-Starter-List .card .highlight.bronze h4,
.fl-module-Starter-List-Test .card .highlight.bronze h4,
.fl-module-Starter-List .card .active.bronze h4,
.fl-module-Starter-List-Test .card .active.bronze h4 {
  color: #c88a12 !important;
}
.fl-module-Starter-List .card.highlight.team,
.fl-module-Starter-List-Test .card.highlight.team {
  border: 0;
  margin-bottom: 0;
}
.fl-module-Starter-List .card.in-team,
.fl-module-Starter-List-Test .card.in-team {
  border-top: 0;
}
.fl-module-Starter-List .card .team-header.card-block,
.fl-module-Starter-List-Test .card .team-header.card-block {
  padding-bottom: 0;
}
.fl-module-Starter-List .card .active,
.fl-module-Starter-List-Test .card .active {
  border-left: solid 3px;
}
.fl-module-Starter-List .card .active.gold,
.fl-module-Starter-List-Test .card .active.gold {
  border-left-color: #deb408;
}
.fl-module-Starter-List .card .active.gold h4,
.fl-module-Starter-List-Test .card .active.gold h4 {
  color: #deb408 !important;
}
.fl-module-Starter-List .card .active.silver,
.fl-module-Starter-List-Test .card .active.silver {
  border-left-color: #6a737b;
}
.fl-module-Starter-List .card .active.silver h4,
.fl-module-Starter-List-Test .card .active.silver h4 {
  color: #6a737b !important;
}
.fl-module-Starter-List .card .active.bronze,
.fl-module-Starter-List-Test .card .active.bronze {
  border-left-color: #c88a12;
}
.fl-module-Starter-List .card .active.bronze h4,
.fl-module-Starter-List-Test .card .active.bronze h4 {
  color: #c88a12 !important;
}
.fl-module-Starter-List .card .emtb.card-block,
.fl-module-Starter-List-Test .card .emtb.card-block {
  opacity: .7;
  font-size: 90%;
}
.fl-module-Starter-List .card .card-subtitle,
.fl-module-Starter-List-Test .card .card-subtitle {
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 13px;
  color: #00b0f0;
  text-transform: uppercase;
  display: block;
}
.fl-module-Starter-List .card .card-subtitle.day-one,
.fl-module-Starter-List-Test .card .card-subtitle.day-one {
  color: #000000;
  font-weight: bold;
}
.fl-module-Starter-List .card h4,
.fl-module-Starter-List-Test .card h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.fl-module-Starter-List .card small,
.fl-module-Starter-List-Test .card small {
  font-size: 85%;
}
.fl-module-Starter-List .card small.ride-team,
.fl-module-Starter-List-Test .card small.ride-team {
  color: #555555;
  display: block;
  line-height: 18px;
}
.fl-module-Starter-List .card small.ride-team + hr,
.fl-module-Starter-List-Test .card small.ride-team + hr {
  margin: 0.5rem 80% 1rem -1rem;
  border-top-color: #eeeeee;
}
.fl-module-Starter-List .card small.ride-date,
.fl-module-Starter-List-Test .card small.ride-date {
  color: #999999;
}
.fl-module-Starter-List .card span.medal,
.fl-module-Starter-List-Test .card span.medal {
  border-radius: 50% 50%;
  height: 13px;
  width: 13px;
  vertical-align: baseline;
  margin-bottom: -1px;
}
.fl-module-Starter-List .czloop,
.fl-module-Starter-List-Test .czloop {
  margin: -10px;
  margin-top: 10px;
  box-shadow: inset 0 -8px 4px 4px #ffffff, inset 0 2px 4px 0px rgba(50, 50, 50, 0.25);
}
.fl-module-Starter-List .czloop.gold,
.fl-module-Starter-List-Test .czloop.gold {
  color: #deb408;
}
.fl-module-Starter-List .czloop.silver,
.fl-module-Starter-List-Test .czloop.silver {
  color: #6a737b;
}
.fl-module-Starter-List .czloop small,
.fl-module-Starter-List-Test .czloop small {
  padding: 10px;
}
#sections .fl-tabs-label.fl-tab-active {
  font-weight: bold;
}
#sections .fl-tabs-label.fl-tab-active:first-child {
  color: #deb408;
}
#sections .fl-tabs-label.fl-tab-active:nth-child(2) {
  color: #6a737b;
}
#sections .fl-tabs-label.fl-tab-active:last-child {
  color: #c88a12;
}
@media (max-width: 509px) {
  #sections .fl-tabs-label {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
#sections .fl-tabs-panel:first-child .list-ticked > li:before {
  color: #deb408 !important;
}
#sections .fl-tabs-panel:nth-child(2) .list-ticked > li:before {
  color: #6a737b !important;
}
#sections .fl-tabs-panel:last-child .list-ticked > li:before {
  color: #c88a12 !important;
}
#sections .fl-tabs-panel ul {
  margin-bottom: 0;
  padding-left: 20px;
}
#sections .fl-tabs-panel ul + p {
  margin-top: 10px;
}
#sections .fl-tabs-panel p + ul {
  margin-top: -10px;
}
@media (max-width: 509px) {
  #sections .fl-tabs-panel {
    font-size: 14px;
  }
  #sections .fl-tabs-panel ul {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 768px) {
  #sections {
    width: 84%;
    margin-left: 8%;
  }
}
.news-item-dated p:first-child {
  font-size: 18px !important;
  display: inline-block;
  background-color: #999999;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 10px;
  border: 3px solid #ffffff;
  border-top: none;
  border-bottom: none;
}
.news-item-dated p:first-child + hr {
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, #999999 50%, transparent);
  background-image: -o-linear-gradient(left, transparent, #999999 50%, transparent);
  background-image: linear-gradient(to right, transparent, #999999 50%, transparent);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  margin-top: -13px;
  border: none;
}
.news-item-dated span.brand-primary {
  color: #00b0f0;
  font-size: 18px;
}
.news-item-dated.voices {
  font-size: 16px;
}
.news-item-dated.voices hr + p:before,
.news-item-dated.voices hr + p:after {
  content: "“";
  font-size: 99px;
  color: #e6e6e6;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  text-align: right;
  pointer-events: none;
}
.news-item-dated.voices hr + p:after {
  content: "„";
  text-align: left;
  top: auto;
  bottom: 0;
}
.news-item-dated.voices span:not(.brand-primary) {
  text-transform: uppercase;
  font-size: 80%;
  color: #555555;
}
body.page-id-567 .news-item-dated .fl-module-content {
  margin-bottom: 0;
}
.uabb-photo-gallery .uabb-photo-gallery-content a {
  padding-top: 100%;
}
@media (max-width: 509px) {
  .uabb-photo-gallery .uabb-photo-gallery-item {
    padding: 5px;
  }
}
.uabb-photo-gallery img.uabb-gallery-img {
  width: 200% !important;
  max-width: 200% !important;
  position: absolute;
  top: -10%;
  left: -50%;
  right: 0;
  bottom: 0;
}
.only-lang {
  display: none;
}
body.lang-de .only-lang-de {
  display: block;
}
body.lang-fr .only-lang-fr {
  display: block;
}
body.lang-it .only-lang-it {
  display: block;
}
body.lang-en .only-lang-en {
  display: block;
}
body.lang-cs .only-lang-cs {
  display: block;
}
body.lang-nl .only-lang-nl {
  display: block;
}
.callout {
  display: block;
  border-left: 3px solid #00b0f0;
  padding-left: 5px;
  margin-top: 5px;
  max-width: 90%;
}
.callout .callout-warning {
  border-left-color: #00b0f0;
}
.card-block p.small,
.symbols p.small {
  font-size: 14px;
  color: #6a737b;
}
.datepicker--day-name,
.datepicker--button,
.datepicker--cell.-current- {
  color: #00b0f0 !important;
}
body:not(.smq) .smq-only,
body:not(.smqm) .smqm-only,
body:not(.smqr) .smqr-only,
body:not(.smg) .smg-only,
body:not(.smt) .smt-only,
body:not(.sma) .sma-only,
body:not(.is-mtb) .mtb-only,
body:not(.is-road) .road-only {
  display: none;
}
body.is-mobile .browser-only {
  display: none;
}
body.is-mobile .fl-page-content {
  overflow-x: hidden;
}
.modal-body {
  font-size: 16px;
}
.modal .btn {
  font-size: 14px;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 768px !important;
  }
}
.welcome {
  text-align: center;
  position: relative;
}
.welcome .alert {
  text-align: left;
}
#stoneman-type-switch {
  position: absolute;
  top: 0;
  right: 0;
}
#stoneman-type-switch a {
  padding: 5px;
}
body.dashboard .alert hr {
  margin: 10px 20%;
}
.table-filter {
  padding-top: 30px;
  padding-bottom: 15px;
}
.table-filter a {
  font-size: 13px;
  padding-left: 10px;
}
#starter-table tr.selected {
  background: rgba(0, 176, 240, 0.3);
}
#starter-table tr:hover {
  background: rgba(0, 176, 240, 0.2);
}
#starter-table tr:hover .name {
  font-weight: bold;
}
#starter-table .payment .to-pay {
  font-weight: bold;
  color: #dc3545;
}
#starter-table .payment .nothing-to-pay,
#starter-table .payment .payed-checkin,
#starter-table .payment .payed-checkout {
  color: #28a745;
}
#starter-table .payment .payed-online,
#starter-table .payment .payed-voucher {
  color: #6c757d;
}
#starter-table td {
  line-height: 1.3 !important;
}
#starter-table td.cp {
  color: #00b0f0;
}
#starter-table td.cp.start {
  color: #ff9900;
}
.uabb-module-content.uabb-tabs.uabb-tabs-style-bar li.uabb-tab-current a {
  background: #f2f2f2 !important;
}
.uabb-module-content.uabb-tabs.uabb-tabs-style-bar .uabb-tab-title,
.uabb-module-content.uabb-tabs.uabb-tabs-style-bar .uabb-acc-icon {
  color: #00b0f0;
}
.uabb-module-content.uabb-tabs.uabb-tabs-style-bar .uabb-text-editor {
  color: #000000;
}
#dashboard-faq {
  display: none;
  margin-top: 30px;
}
.silver.fl-module-advanced-accordion.planning-place .uabb-adv-accordion-button {
  background-color: rgba(106, 115, 123, 0.1);
}
.fl-module-advanced-accordion.planning-place .mountainscape {
  margin-top: 15px;
}
.fl-module-advanced-accordion.planning-place .label {
  font-size: 10px !important;
}
.fl-module-advanced-accordion.planning-place .label + .label {
  margin-left: 1rem;
}
.fl-module-advanced-accordion.planning-place h4 {
  color: #00b0f0 !important;
}
.fl-module-advanced-accordion.planning-place .tour-facts,
.fl-module-advanced-accordion.planning-place .tour-feeder {
  padding: 0;
}
.fl-module-advanced-accordion.planning-place .tour-facts li,
.fl-module-advanced-accordion.planning-place .tour-feeder li {
  display: inline-block;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.tour-distance,
.fl-module-advanced-accordion.planning-place .tour-feeder li.tour-distance,
.fl-module-advanced-accordion.planning-place .tour-facts li.tour-altitude,
.fl-module-advanced-accordion.planning-place .tour-feeder li.tour-altitude {
  line-height: 1;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.tour-distance i,
.fl-module-advanced-accordion.planning-place .tour-feeder li.tour-distance i,
.fl-module-advanced-accordion.planning-place .tour-facts li.tour-altitude i,
.fl-module-advanced-accordion.planning-place .tour-feeder li.tour-altitude i {
  font-size: 14px;
  margin-right: 10px;
  color: #00b0f0;
  border-color: #00b0f0;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.tour-distance,
.fl-module-advanced-accordion.planning-place .tour-feeder li.tour-distance {
  margin-right: 20px;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.tour-distance i,
.fl-module-advanced-accordion.planning-place .tour-feeder li.tour-distance i {
  border-width: 0 1px;
  border-style: solid;
  padding-right: 1px;
}
.fl-module-advanced-accordion.planning-place .tour-facts ul,
.fl-module-advanced-accordion.planning-place .tour-feeder ul {
  padding: 0;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.legs,
.fl-module-advanced-accordion.planning-place .tour-feeder li.legs {
  margin: 0;
  display: block;
  line-height: 3px;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.legs li,
.fl-module-advanced-accordion.planning-place .tour-feeder li.legs li {
  margin: 0;
  height: 3px;
  background: #00b0f0;
  width: 50%;
  display: inline-block;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.legs li.leg-inactive,
.fl-module-advanced-accordion.planning-place .tour-feeder li.legs li.leg-inactive {
  background: #e6e6e6;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.checkpoints,
.fl-module-advanced-accordion.planning-place .tour-feeder li.checkpoints {
  font-size: 14px;
  margin-top: 5px;
  color: #6a737b;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.checkpoints ul,
.fl-module-advanced-accordion.planning-place .tour-feeder li.checkpoints ul {
  display: inline;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.checkpoints ul li,
.fl-module-advanced-accordion.planning-place .tour-feeder li.checkpoints ul li {
  line-height: 1;
}
.fl-module-advanced-accordion.planning-place .tour-facts li.checkpoints ul li:after,
.fl-module-advanced-accordion.planning-place .tour-feeder li.checkpoints ul li:after {
  content: "\00a0\00bb\00a0";
}
.fl-module-advanced-accordion.planning-place .tour-facts li.checkpoints ul li:last-child:after,
.fl-module-advanced-accordion.planning-place .tour-feeder li.checkpoints ul li:last-child:after {
  content: "";
}
.fl-module-advanced-accordion.planning-place .tour-feeder {
  font-size: 14px !important;
}
.label + h3,
.label + h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.silver .label,
.label.silver {
  background: #6a737b;
  color: #ffffff !important;
}
.bronze .label,
.label.bronze {
  background: #c88a12;
  color: #ffffff;
}
.action-bar .btn {
  font-weight: bold;
}
.action-bar .btn span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.action-bar .btn:hover,
.action-bar .btn:active {
  background: #eeeeee;
}
.action-bar .btn.gold {
  color: #deb408;
  border-color: rgba(222, 180, 8, 0.4);
}
.action-bar .btn.silver {
  color: #6a737b;
  border-color: rgba(106, 115, 123, 0.4);
}
.action-bar .btn.bronze {
  color: #c88a12;
  border-color: rgba(200, 138, 18, 0.4);
}
@media (max-width: 767px) {
  .action-bar .col-sm-2,
  .action-bar .col-sm-3,
  .action-bar .col-sm-4,
  .action-bar .col-sm-5,
  .action-bar .col-sm-6 {
    margin-bottom: 15px;
  }
  .action-bar .col-sm-2:last-child,
  .action-bar .col-sm-3:last-child,
  .action-bar .col-sm-4:last-child,
  .action-bar .col-sm-5:last-child,
  .action-bar .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
.voices p {
  font-weight: normal;
  color: #333333;
  position: relative;
}
.voices span {
  text-transform: uppercase;
  font-size: 80%;
  color: #555555;
}
.fl-module-advanced-tabs.option-bar .uabb-tabs-nav li:first-child {
  display: none;
}
.fl-module-advanced-tabs.option-bar .uabb-tabs-nav li .uabb-tabs-icon {
  font-size: 175%;
  margin-bottom: 0;
}
.fl-module-advanced-tabs.option-bar .uabb-tabs-nav li a {
  border: 1px solid #00b0f0;
}
.fl-module-advanced-tabs.option-bar .uabb-tabs-nav li.uabb-tab-current a {
  border-color: #dddddd;
}
.fl-module-advanced-tabs.option-bar .uabb-tabs-nav li.uabb-tab-current .uabb-tabs-icon i {
  color: #00b0f0;
}
.fl-module-advanced-tabs.option-bar #section-bar-0 > div {
  display: none;
}
.fl-module-advanced-tabs.option-bar div.section + div.section {
  margin-top: 15px;
}
.fl-module-advanced-tabs.option-bar .uabb-tab-acc-title {
  border: 1px solid #00b0f0;
}
.fl-module-advanced-tabs.option-bar .section.uabb-content-current > .uabb-tab-acc-title {
  background-color: #ffffff;
}
.fl-module-advanced-tabs.option-bar .section.uabb-content-current > .uabb-tab-acc-title .uabb-tabs-icon i {
  color: #00b0f0;
}
.fl-module-advanced-tabs.option-bar .uabb-tab-acc-content .fl-row-content-wrap {
  padding-left: 0;
  padding-right: 0;
}
.clear-both {
  clear: both;
}
thead tr.first th {
  border: none;
}
thead tr.second th {
  border-top: none;
}
.Taurista .open,
.MiriquidiRoad .open {
  display: none;
}
.slick-wrapper .slick-prev {
  left: 5px;
  background: none;
}
.slick-wrapper .slick-prev:hover {
  background: none !important;
}
.slick-wrapper .slick-next {
  right: 5px;
  background: none;
}
.slick-wrapper .slick-next:hover {
  background: none !important;
}
.no-padding {
  padding: 0;
}
#menu-footer a {
  font-weight: bold;
}
#smi-footer-know {
  font-size: smaller;
}
#smi-footer-know > div {
  padding: 0 20px;
}
#smi-footer-know .fl-col {
  padding: 0;
}
.smi-bg {
  background-color: #058ca1;
  color: #fff;
}
#Footer_SMD_Types img {
  width: 200px;
}
#Footer_SMD_Types .fl-col,
#Footer_SMD_Types .fl-row-content-wrap {
  padding: 0;
}
#Footer_SMD_Types .row {
  margin: 0;
}
@media (max-width: 767px) {
  .xs-clearfix {
    clear: both;
  }
}
@media (max-width: 767px) and (min-width: 510px) {
  #Footer_SMD_Types .fl-col-small.col-sm-4 {
    width: 100%;
    margin: 0;
  }
}
#partner-social,
#Footer_SMD_Types,
#footer-smi,
#smi-footer-spirit,
#smi-footer-know {
  max-width: 1020px;
}
#footer-smi {
  background: #eeeeee;
  max-width: none;
  margin-bottom: 51px;
}
#footer-smi > .fl-row-content-wrap {
  background-image: url(/wp-content/uploads/sites/30/2019/04/Stoneman_Footer_SMI_BG.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
#footer-smi .fl-module-rich-text .fl-module-content {
  color: #fff;
  text-align: center;
  font-size: smaller;
}
@media (min-width: 768px) {
  #footer-smi .fl-row-content-wrap {
    padding: 0;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-smi .fl-module-rich-text .fl-module-content {
    margin: 0px;
    margin-top: 10px;
  }
  #footer-smi .fl-module-photo .fl-module-content {
    margin-top: 0;
  }
}
#footer-spirit-stoneman h3 {
  display: inline-block;
  color: #000;
}
#footer-spirit-stoneman i {
  color: #058ca1;
}
.table-legs th:nth-child(2),
.table-legs td:nth-child(2),
.table-legs th:nth-child(3),
.table-legs td:nth-child(3) {
  text-align: right;
}
.table-legs div {
  height: 5px;
}
.table-legs div > div {
  float: left;
}
.table-legs div.leg-0 {
  width: 37.25%;
}
.table-legs div.leg-0 .tarmac {
  width: 20%;
}
.table-legs div.leg-0 .forest-road {
  width: 70%;
}
.table-legs div.leg-0 .path {
  width: 5%;
}
.table-legs div.leg-1 {
  width: 38.25%;
}
.table-legs div.leg-1 .tarmac {
  width: 20%;
}
.table-legs div.leg-1 .forest-road {
  width: 70%;
}
.table-legs div.leg-1 .path {
  width: 5%;
}
.table-legs div.leg-2 {
  width: 38.25%;
}
.table-legs div.leg-2 .tarmac {
  width: 49%;
}
.table-legs div.leg-2 .forest-road {
  width: 10%;
}
.table-legs div.leg-2 .path {
  width: 41%;
}
.table-legs div.leg-3 {
  width: 42.25%;
}
.table-legs div.leg-3 .tarmac {
  width: 20%;
}
.table-legs div.leg-3 .forest-road {
  width: 39%;
}
.table-legs div.leg-3 .path {
  width: 41%;
}
.table-legs div.leg-4 {
  width: 93.5%;
}
.table-legs div.leg-4 .tarmac {
  width: 33%;
}
.table-legs div.leg-4 .forest-road {
  width: 60%;
}
.table-legs div.leg-4 .path {
  width: 7%;
}
.table-legs div.leg-5 {
  width: 41.5%;
}
.table-legs div.leg-5 .tarmac {
  width: 33%;
}
.table-legs div.leg-5 .forest-road {
  width: 60%;
}
.table-legs div.leg-5 .path {
  width: 7%;
}
.table-legs div.leg-6 {
  width: 49.5%;
}
.table-legs div.leg-6 .tarmac {
  width: 33%;
}
.table-legs div.leg-6 .forest-road {
  width: 60%;
}
.table-legs div.leg-6 .path {
  width: 7%;
}
.table-legs div.leg-7 {
  width: 24.75%;
}
.table-legs div.leg-7 .tarmac {
  width: 33%;
}
.table-legs div.leg-7 .forest-road {
  width: 60%;
}
.table-legs div.leg-7 .path {
  width: 7%;
}
.table-legs div.leg-8 {
  width: 63.75%;
}
.table-legs div.leg-8 .tarmac {
  width: 33%;
}
.table-legs div.leg-8 .forest-road {
  width: 60%;
}
.table-legs div.leg-8 .path {
  width: 7%;
}
.table-legs div.leg-9 {
  width: 18.5%;
}
.table-legs div.leg-9 .tarmac {
  width: 33%;
}
.table-legs div.leg-9 .forest-road {
  width: 60%;
}
.table-legs div.leg-9 .path {
  width: 7%;
}
.table-legs .tarmac {
  background: #c2c2c2;
}
.table-legs .forest-road {
  background: #654f49;
}
.table-legs .path {
  background: #9fc20a;
}
.table-legs caption {
  caption-side: bottom;
  text-align: left;
  font-size: 85%;
  margin-top: 10px;
}
.table-legs .key {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px 0 16px;
  line-height: 1;
}
.table-legs .key:first-child {
  margin-left: 8px;
}
#planning-warning h5 {
  color: #8a6d3b;
}
#planning-warning li:before {
  color: #8a6d3b;
}
.pack-starter {
  margin-top: -45px;
}
@media (min-width: 768px) {
  .pack-starter {
    margin-top: -15px;
  }
}
.pack-starter .label + h2 {
  margin-top: .35em;
}
.pack-starter .btn-group .btn-default {
  color: #000000;
}
@media (min-width: 768px) {
  .pack-starter .btn-group .btn-default {
    border-right: none;
  }
}
.pack-starter .btn-group .btn-default.disabled {
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pack-starter .pack-card {
  font-size: 95%;
}
.pack-starter .pack-card h2 {
  font-size: 32px;
}
.pack-starter .pack-card .btn-primary {
  background: #eeeeee;
  border-color: #999999;
  color: #000000;
}
.pack-starter .pack-classic {
  margin: 4px;
  box-shadow: 0 0 3px #555555;
}
@media (max-width: 767px) {
  .pack-starter .pack-classic .fl-module-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.fl-row.pack-reaffirm .fl-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 510px) {
  .fl-row.pack-reaffirm .fl-col {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .fl-row.pack-reaffirm .fl-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .fl-row.pack-reaffirm .fl-col {
    margin-left: 16.66666667%;
  }
}
.fl-row.pack-reaffirm .uabb-photo-gallery img.uabb-gallery-img {
  width: 100% !important;
  max-width: 150px !important;
  position: unset;
}
.fl-row.pack-reaffirm .fl-separator {
  background-image: -webkit-linear-gradient(left, transparent, #cccccc 50%, transparent);
  background-image: -o-linear-gradient(left, transparent, #cccccc 50%, transparent);
  background-image: linear-gradient(to right, transparent, #cccccc 50%, transparent);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
@media (min-width: 992px) {
  .trophy-pic img {
    margin-top: -100px;
    margin-right: 0;
  }
}
.trophy-subtitle {
  line-height: 1.15;
  text-align: left;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .trophy-subtitle {
    margin-top: 10px;
  }
}
.random-voice p::before,
.random-voice p::after {
  content: "“";
  font-size: 99px;
  color: #e6e6e6;
  position: absolute;
  top: -40px;
  left: -10px;
  right: -10px;
  text-align: right;
  pointer-events: none;
}
.random-voice p::after {
  content: "„";
  text-align: left;
  top: auto;
  bottom: -20px;
}
#christmas-break {
  position: absolute;
  height: 300px;
  width: 300px;
  right: 0;
  top: 0;
  margin-top: -171px;
}
@media (max-width: 768px) {
  #christmas-break {
    height: 150px;
    width: 150px;
  }
}
.page-id-6 .jumbo > .fl-row-content-wrap > .fl-row-content {
  overflow: visible;
}
span.c-edition {
  font-size: smaller;
}
.card .checkpoints {
  font-size: 16px;
}
.card .checkpoints hr {
  margin: 5px;
}
.alert-superdanger {
  color: #f2dede;
  border-color: #a94442;
  background-color: #a94442;
}
.heading-anchor {
  position: absolute;
  margin-top: -50px;
}
.lp-link {
  font-size: 16px !important;
}
.flex .row {
  display: flex;
  align-items: flex-start;
}
.flex .row > .fl-col {
  display: grid;
}
.flex.center .row {
  align-items: center;
}
.col-xs-order-1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.col-xs-order-2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.col-xs-order-3 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.col-xs-order-4 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.col-xs-order-5 {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.col-xs-order-6 {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.col-xs-order-7 {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
.col-xs-order-8 {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
.col-xs-order-9 {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}
.col-xs-order-10 {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.col-xs-order-11 {
  -webkit-box-ordinal-group: 11;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}
.col-xs-order-12 {
  -webkit-box-ordinal-group: 12;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}
@media (min-width: 768px) {
  .col-sm-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .col-sm-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .col-sm-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .col-sm-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .col-sm-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .col-sm-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .col-sm-order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .col-sm-order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .col-sm-order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .col-sm-order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .col-sm-order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .col-sm-order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-md-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .col-md-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .col-md-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .col-md-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .col-md-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .col-md-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .col-md-order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .col-md-order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .col-md-order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .col-md-order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .col-md-order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .col-md-order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-lg-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .col-lg-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .col-lg-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .col-lg-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .col-lg-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .col-lg-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .col-lg-order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .col-lg-order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .col-lg-order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .col-lg-order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .col-lg-order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .col-lg-order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
}
.img-size-warning {
  border: solid 4px red;
}
.img-size-info {
  border: solid 4px blue;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.card-columns.feature-list {
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.card-columns.feature-list .card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  min-height: 160px;
  display: inline-block;
  width: 100%;
}
.card-columns.feature-list .card-body {
  padding: 1.25rem;
}
#stoneplan .card-body {
  padding: 1.25rem;
}
#door-2 {
  width: 100%;
  display: none;
}
#door-2 .card-body {
  padding: 2.5rem;
}
#door-2 .d-none.alert {
  display: none;
}
/*
Theme Name: smi-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: generic
Template: bb-theme
*/
body {
  color: #000000;
}
.text-gold {
  color: #deb408;
}
.text-silver {
  color: #6a737b;
}
.text-bronze {
  color: #c88a12;
}
.text-snow {
  color: #00b0f0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #00b0f0;
}
.brand-primary-background h1,
.brand-primary-background .h1,
.brand-primary-background h2,
.brand-primary-background .h2,
.brand-primary-background h3,
.brand-primary-background .h3,
.brand-primary-background h4,
.brand-primary-background .h4,
.brand-primary-background h5,
.brand-primary-background .h5,
.brand-primary-background h6,
.brand-primary-background .h6 {
  color: #ffffff;
}
h1.gold,
.h1.gold,
.gold h1,
h2.gold,
.h2.gold,
.gold h2,
h3.gold,
.h3.gold,
.gold h3,
h4.gold,
.h4.gold,
.gold h4,
h5.gold,
.h5.gold,
.gold h5,
h6.gold,
.h6.gold,
.gold h6 {
  color: #deb408;
}
h1.silver,
.h1.silver,
.silver h1,
h2.silver,
.h2.silver,
.silver h2,
h3.silver,
.h3.silver,
.silver h3,
h4.silver,
.h4.silver,
.silver h4,
h5.silver,
.h5.silver,
.silver h5,
h6.silver,
.h6.silver,
.silver h6 {
  color: #6a737b;
}
h1.bronze,
.h1.bronze,
.bronze h1,
h2.bronze,
.h2.bronze,
.bronze h2,
h3.bronze,
.h3.bronze,
.bronze h3,
h4.bronze,
.h4.bronze,
.bronze h4,
h5.bronze,
.h5.bronze,
.bronze h5,
h6.bronze,
.h6.bronze,
.bronze h6 {
  color: #c88a12;
}
p.brand-tertiary,
label.brand-tertiary,
span.brand-tertiary,
.form-group.brand-tertiary {
  color: #6a737b;
}
.color-brand-primary {
  color: #00b0f0;
}
.color-gray-lighten-90 {
  color: #e6e6e6;
}
.brand-primary-background .fl-module {
  color: #ffffff;
}
.list-ticked li:before {
  margin-left: 0 !important;
}
.gold .list-ticked li:before,
.list-ticked.gold li:before {
  color: #deb408 !important;
}
.silver .list-ticked li:before,
.list-ticked.silver li:before {
  color: #6a737b !important;
}
.bronze .list-ticked li:before,
.list-ticked.bronze li:before {
  color: #c88a12 !important;
}
ul.list-arrow-right > li {
  margin-bottom: 10px !important;
}
ul.list-arrow-right > li:before {
  content: "\21AA" !important;
  margin-left: 0 !important;
}
ul.list-star-right > li {
  margin-bottom: 10px !important;
}
ul.list-star-right > li:before {
  color: #00b0f0 !important;
  font-family: FontAwesome;
  content: "\f005" !important;
  margin-left: -25px !important;
}
abbr {
  text-decoration: none;
}
.brand-primary-background .with-links a {
  color: #fff;
  text-decoration: underline;
}
.single-faq-answer {
  font-size: 23px;
}
.card-faq .answer a {
  text-decoration: underline;
}
.btn-sm {
  font-size: 14px;
}
.btn-xs {
  font-size: 13px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.btn-subtle {
  background-color: #e6e6e6;
}
.btn-subtle:hover,
.btn-subtle:focus {
  background-color: #dddddd;
  color: #008bbd;
  border-color: transparent;
}
/*
Theme Name: smi
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
@media (max-width: 767px) {
  .form-horizontal.question.bike-types .form-group {
    margin-bottom: 45px;
  }
}
.form-horizontal.question.bike-types h4 {
  margin-bottom: 0;
}
.form-horizontal.question.bike-types p:last-child {
  margin-bottom: 20px;
}
.radio-inline,
.checkbox-inline {
  margin-left: 5px !important;
  margin-right: 5px;
}
#checkout .radio-inline,
#checkout .checkbox-inline {
  margin-left: 0 !important;
  margin-right: 0;
}
#checkout .checkbox label,
#checkout .radio-inline {
  padding-left: 40px;
}
#checkout .radio-inline + .radio-inline,
#checkout .checkbox-inline + .checkbox-inline {
  margin-left: 10px !important;
}
td > .gradient {
  width: 80%;
  margin-left: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#checkout small {
  display: block;
  line-height: 1.3333333;
}
#checkout span.separator,
#product-description span.separator {
  display: none;
}
#mtb-survey label {
  font-weight: inherit;
}
#mtb-survey label.control-label {
  font-weight: bold;
}
#mtb-survey .row.fl-col-group.cta {
  margin-top: 60px;
}
body.page-id-3163.no-footer .fl-node-59a698343a7d6,
body.page-id-3163.no-footer .fl-node-59a697f2058a0,
body.page-id-3163.no-footer footer {
  display: none;
}
body.page-id-3163.no-header .fl-node-59a699d059442,
body.page-id-3163.no-header .fl-node-596f10e40fd3c {
  display: none;
}
.print-preview .fl-row-content-wrap {
  padding-bottom: 0;
}
.print-preview .form-group {
  margin-bottom: 8px;
  font-size: 12px;
}
.print-preview input,
.print-preview .on-return {
  font-size: 12px !important;
}
.print-preview .on-return .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.print-preview h3 {
  font-size: 15px;
}
#register-ride input[type="checkbox"],
#register-ride input[type="radio"] {
  margin-top: 6px;
}
@media print {
  #register-ride input[type="checkbox"] {
    margin-top: 2px;
  }
  #register-ride input[type="radio"] {
    margin-top: 1px;
  }
}
#register-ride .smaller {
  font-size: 80%;
}
#start_time_h,
#start_time_m {
  border-color: #e6e6e6;
}
#starter-table {
  font-size: 14px;
}
#starter-table tr.today {
  border-top: solid 2px #ff9900;
}
#starter-table tr.new {
  border-left: solid 3px #00b0f0;
  border-right: solid 3px #00b0f0;
}
#starter-table tr.new .start-date {
  font-weight: bold;
}
#starter-table td.ride-cb {
  cursor: pointer;
}
#starter-table td.ride-cb input {
  cursor: pointer;
}
#starter-table td.emtb {
  padding-right: 0 !important;
}
#starter-table tr.c-1 td.category {
  background-color: #deb408 !important;
}
#starter-table tr.c-2 td.category {
  background-color: #6a737b !important;
}
#starter-table tr.c-3 td.category {
  background-color: #c88a12 !important;
}
#starter-table tr.late {
  background-color: #fff3cd;
}
#starter-table tr.is-start .start-date,
#starter-table tr.is-finish .finish-date {
  border-bottom: lawngreen solid 2px !important;
}
#starter-table tr.finished,
#starter-table tr.cancel {
  opacity: 0.6;
}
#starter-table tr.trash {
  opacity: 0.5;
  background-color: #f8d7da;
}
#ajax-starter-table {
  color: #404040;
  font-size: 15px;
  background: #fcfcfc;
}
#ajax-starter-table input,
#ajax-starter-table select {
  color: #404040;
  border: solid 1px #eeeeee;
  background: white;
  width: 100%;
}
#ajax-starter-table select {
  height: 34px;
  font-size: 14px;
}
#ajax-starter-table .col-xs-6,
#ajax-starter-table .col-xs-3 {
  padding: 0 !important;
}
#ajax-starter-table td {
  padding: 2px;
  border: none;
}
#ajax-starter-table select.warning {
  background: #ffc107 !important;
}
#ajax-starter-table select:focus {
  border-width: 1px !important;
}
#table-functions {
  font-size: 90%;
  padding-bottom: 5px;
}
#table-functions .btn {
  padding: 5px;
}
#faqmedia-modal-content {
  display: none;
}
body.fl-builder-edit #faqmedia-modal-content {
  display: block;
}
@media (max-width: 767px) {
  .timecol p {
    display: none;
  }
}
.sib-form-block {
  padding-left: 0 !important;
}
#sib-container {
  background: none !important;
}
#sib-form input.input {
  padding: 8px;
}
body.smg .brand-primary-background #sib-form input.input {
  color: #333;
}
body.smg .brand-primary-background .btn-primary {
  background-color: #ffffff;
  color: #801315;
  border-color: #610f10;
}
#sib-form .form__entry label {
  max-width: 100%;
  padding: 10px;
  display: none;
}
#better-biking {
  margin-top: 0px !important;
}
#better-biking .pill {
  border-radius: 20px;
  padding: 2px 10px;
  margin: 2px;
  border: solid 1px #3c763d;
  cursor: pointer;
}
#better-biking .pill.active {
  background: #3c763d;
  color: #dff0d8;
  border-color: #dff0d8;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00b0f0;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00b0f0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 510px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1080;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 22px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@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: 25px;
  }
  .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: 12.5px;
    padding-bottom: 12.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #00b0f0;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #00b0f0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: 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: #00b0f0;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00b0f0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00b0f0;
  border-color: #00b0f0;
}
.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: #ffffff;
  background-color: #00b0f0;
  border-color: #00b0f0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #eeeeee;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #00b0f0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #008bbd;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
.jumbotron.map-only .container {
  width: 100%;
}
.jumbotron.map-only .main-content {
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .jumbotron.map-only .main-content {
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.jumbotron .map-is-large .slick-arrow,
.jumbotron .map-is-large .main-content {
  display: none;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background-color: #00b0f0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00b0f0;
  border-color: #00b0f0;
}
.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: #bdedff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
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: #3c763d;
  background-color: #d0e9c6;
}
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: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
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: #31708f;
  background-color: #c4e3f3;
}
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: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
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: #8a6d3b;
  background-color: #faf2cc;
}
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: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
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: #a94442;
  background-color: #ebcccc;
}
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: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.panel {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #00b0f0;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00b0f0;
  border-color: #00b0f0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00b0f0;
}
.panel-primary > .panel-heading .badge {
  color: #00b0f0;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00b0f0;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme


Jumbotron



* Table of contents
* ======================================================================================================
*
*		0.		Variables
*		........contains used variables for: jumbo min-height, preview gutter width
*
*		1.		Ratio Trick
*		........contains: .ratio-wrapper, .ratio-inner
*
*		........ .ratio-wrapper -  wrapping element, padding-bottom defines height
*		........ .ratio-inner -  is the element that will be streched
*
*		2.		Jumbotron itself
*		........jumbo styling
*
*		3.		Jumbo Overlay
*		........is needed for the e.g. headline to be placed
*
*		4.		Jumbo Slick slider
*		........not used ToDo: kill?
*
*		5.		Slider
*		........is widely used class for sliders
*		........not only used in jumbo ToDo: place in other less file?
*		........contains: height adjustment / blur,contain styling / arrows
*
*		6.		POI Preview top - with gallery underneath
*		........ToDo: this doesn't belong here cause its not inside a jumbo?
*		........contains: MarkUp hint / height adjustment / Left & Right side structure / Preview Image Styling
*
*		7.		POI Preview top - no gallery underneath
*		........ToDo: this doesn't belong here cause its not inside a jumbo?
*		........ToDo: name other, cause it is no preview to anything?
*		........contains: MarkUp hint / Positioning and Gutter / Child DIVs Styling
*
*		8.		Jumbotron-Thumbs
*		........controls the thumb slider
*
*		9.		Jumbotron-Thumbs old style
*		........old style ToDo: kill?
*
*
*
* ======================================================================================================

*/
/* 0. Variables */
/* -------------------------------------------------------------- */
/* 1. Ratio Trick */
/* -------------------------------------------------------------- */
.ratio-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
.ratio-wrapper.ratio-23 {
  padding-bottom: 23%;
}
.ratio-wrapper.ratio-32 {
  padding-bottom: 32%;
}
.ratio-wrapper.ratio-36 {
  padding-bottom: 36%;
}
.ratio-wrapper.ratio-46 {
  padding-bottom: 46%;
}
.ratio-wrapper.ratio-55 {
  padding-bottom: 55%;
}
.ratio-wrapper.ratio-56 {
  padding-bottom: 56%;
}
.ratio-wrapper.ratio-63 {
  padding-bottom: 63%;
}
.ratio-wrapper.ratio-67 {
  padding-bottom: 67%;
}
.ratio-wrapper > div.jumbotron {
  min-height: inherit;
  position: absolute;
  height: 100%;
}
.ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
@media all and (max-width: 767px) {
  body.single-agps_poi .ratio-inner {
    margin-top: 15px;
  }
}
/* 2. Jumbotron itself */
/* -------------------------------------------------------------- */
.jumbotron {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  .jumbotron {
    margin-top: 15px;
  }
}
.jumbotron .fl-row-content {
  max-width: 976px;
}
.jumbotron .fl-row-content .fl-col-group.row {
  position: absolute;
  bottom: 30px;
  width: 66%;
}
@media (max-width: 509px) {
  .jumbotron .fl-row-content .fl-col-group.row {
    width: 100% !important;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .jumbotron .fl-row-content .fl-col-group.row {
    width: 80% !important;
  }
}
@media (max-width: 767px) {
  .jumbotron .fl-row-content .fl-col-group.row h1 {
    font-size: 45px;
  }
}
.jumbotron p.section {
  font-size: 16px;
  margin-left: 4px;
  margin-bottom: 0;
  color: #ffffff;
}
.jumbotron p.section + h1 {
  margin-top: 5px;
}
.jumbotron h1 {
  font-size: 81px;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 509px) {
  .jumbotron h1 {
    font-size: 27px;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .jumbotron h1 {
    font-size: 36px;
  }
}
/* Control Height */
.jumbotron,
.jumbotron > .fl-row-content-wrap,
.jumbotron > .fl-row-content-wrap > .fl-row-content {
  min-height: 420px;
}
@media (min-width: 1200px) {
  .jumbotron,
  .jumbotron > .fl-row-content-wrap,
  .jumbotron > .fl-row-content-wrap > .fl-row-content {
    min-height: 540px;
  }
}
/* 3. Jumbo overlay */
/* -------------------------------------------------------------- */
.jumbo-overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.jumbo-overlay .container {
  height: 100%;
  position: relative;
  pointer-events: none;
}
.jumbo-overlay .container > * {
  pointer-events: all;
}
.jumbo-overlay .main-content {
  position: absolute;
  left: 20px;
  bottom: 30px;
  margin: 0;
}
/* 4. Jumbo Slick slider */
/* -------------------------------------------------------------- */
.jumbo-overlay ~ .js-slider-jumbo {
  height: 420px;
}
/* 5.  Slider */
/* ------------------------------------ */
.slider {
  height: 100%;
  margin-bottom: 0;
}
.slider .slick-list {
  height: 100%;
}
.slider .slick-list .slick-track {
  height: 100%;
}
.slider .slick-list .slick-track .slick-slide {
  height: 100%;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 70;
  overflow: hidden;
}
.slider .slick-list .slick-track .slick-slide.contain {
  background-size: contain;
}
.slider .contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 70;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 10px #ffffff);
  filter: drop-shadow(0px 0px 10px #ffffff);
}
.slider .blur {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.8;
}
.js-slider-prev,
.js-slider-next {
  width: 50px;
  max-width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.js-slider-prev::before,
.js-slider-next::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 100px;
  line-height: .5;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
}
@media all and (max-width: 767px) {
  .js-slider-prev::before,
  .js-slider-next::before {
    font-size: 70px;
  }
}
.js-slider-prev:hover,
.js-slider-next:hover,
.js-slider-prev:active,
.js-slider-next:active {
  opacity: 1;
}
.js-slider-prev.small::before,
.js-slider-next.small::before {
  right: 10px;
  font-size: 70px;
}
.js-slider-prev.extra-small,
.js-slider-next.extra-small {
  background: #00b0f0;
  z-index: 2;
  opacity: 1;
  right: -49px !important;
}
@media all and (min-width: 992px) {
  .js-slider-prev.extra-small,
  .js-slider-next.extra-small {
    display: none;
  }
}
.js-slider-prev.extra-small:hover::before,
.js-slider-next.extra-small:hover::before,
.js-slider-prev.extra-small:active::before,
.js-slider-next.extra-small:active::before,
.js-slider-prev.extra-small:focus::before,
.js-slider-next.extra-small:focus::before {
  opacity: 1;
}
.js-slider-prev.extra-small.js-slider-prev,
.js-slider-next.extra-small.js-slider-prev {
  left: -49px;
}
.js-slider-prev.extra-small.js-slider-prev::before,
.js-slider-next.extra-small.js-slider-prev::before {
  right: 10px;
}
.js-slider-prev.extra-small::before,
.js-slider-next.extra-small::before {
  font-size: 40px;
  line-height: 40px;
  top: 0;
  margin-top: 0;
  right: 0;
  left: 10px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
div.container .js-slider-prev,
div.container .js-slider-next {
  left: -50px;
}
.js-slider-next {
  left: auto;
  right: 0;
}
.js-slider-next::before {
  content: "\f105";
  right: auto;
  left: 0;
}
.js-slider-next.small::before {
  left: 10px;
}
div.container .js-slider-next {
  left: auto;
  right: -50px;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 40px;
  z-index: 80;
  border-radius: 0;
}
.slick-prev::before,
.slick-next::before {
  font-size: 30px;
}
.slick-prev {
  left: -29px;
  background: #00b0f0;
}
.slick-next {
  right: -30px;
}
button.slick-arrow:active,
button.slick-arrow:focus,
button.slick-arrow:hover {
  position: absolute;
  top: 50%;
  border: none;
  background: #00b0f0;
}
/*  6. POI Preview top - with gallery underneath */
/* -------------------------------------------------------------- */
.js-poi-preview {
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.js-poi-preview.hidden {
  display: none;
}
.js-poi-preview > div {
  height: 100%;
}
.js-poi-preview > div > div {
  height: 100%;
}
.js-poi-preview > div > div > div {
  cursor: pointer;
}
.js-poi-preview .preview-left {
  padding-right: 0;
}
@media all and (max-width: 991px) {
  .js-poi-preview .preview-left {
    padding-left: 0;
  }
}
.js-poi-preview .preview-right {
  padding-left: 6px;
}
.js-poi-preview .preview-right .side {
  height: 50%;
  padding: 0;
}
.js-poi-preview .preview-right .side:nth-of-type(1) {
  padding-bottom: 3px;
}
.js-poi-preview .preview-right .side:nth-of-type(2) {
  margin-top: 3px;
  position: relative;
}
@media all and (max-width: 991px) {
  .js-poi-preview .preview-right {
    padding-right: 0;
  }
}
.js-poi-preview .js-preview-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.js-poi-preview .js-preview-image > div {
  display: table;
  width: 100%;
  height: 100%;
}
.js-poi-preview .js-preview-image > div > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 35px;
  font-weight: bold;
}
/*  7. POI Preview top - no gallery underneath */
/* -------------------------------------------------------------- */
.poi-preview .preview-image {
  position: absolute;
  height: 100%;
  padding: 0;
}
.poi-preview .preview-image.one-pic {
  left: 0;
}
.poi-preview .preview-image.two-pics {
  background: #ffffff;
}
.poi-preview .preview-image.two-pics:nth-of-type(1) {
  left: 0;
  padding-right: 3px;
}
.poi-preview .preview-image.two-pics:nth-of-type(2) {
  right: 0;
  padding-left: 3px;
}
.poi-preview .preview-image.two-pics:nth-of-type(2) .blur + div.contain {
  left: 3px;
  right: 0;
}
.poi-preview .preview-image > div {
  height: 100%;
  opacity: 0.85;
}
.poi-preview .preview-image .cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.poi-preview .preview-image .blur + div.contain {
  width: calc(100% - 3px);
  left: 0;
  -webkit-filter: drop-shadow(0px 0px 10px #ffffff);
  filter: drop-shadow(0px 0px 10px #ffffff);
}
/* 8. Jumbotron-Thumbs */
/* -------------------------------------------------------------- */
.jumbotron-thumbs {
  height: 55px;
  margin-bottom: 30px;
}
.jumbotron-thumbs .js-slider-jumbo-nav {
  height: 55px;
  overflow: hidden;
}
.jumbotron-thumbs .js-slider-jumbo-nav .slick-list {
  height: 100%;
  overflow: visible;
  width: 90%;
  margin: 0 auto;
}
.jumbotron-thumbs .js-slider-jumbo-nav .slick-list .slick-track {
  height: 100%;
}
.jumbotron-thumbs .js-slider-jumbo-nav .slick-list .slick-track .slick-slide {
  height: 100%;
  outline: none;
  border-right: 1px solid #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .jumbotron-thumbs {
    display: none;
  }
}
/* 9. Jumbotron-Thumbs old style */
/* -------------------------------------------------------------- */
#jumbotron-thumbs {
  overflow: hidden;
  height: 60px !important;
}
#jumbotron-thumbs .fl-gallery-item {
  width: 60px;
  height: 60px;
  top: 0 !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(1) {
  left: 0 !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(2) {
  left: 61px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(3) {
  left: 122px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(4) {
  left: 183px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(5) {
  left: 244px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(6) {
  left: 305px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(7) {
  left: 366px !important;
}
/* 10. POI Sonstige Jumbo*/
/* -------------------------------------------------------------- */
#poi-else-jumbo {
  height: 360px;
  position: relative;
}
@media (max-width: 991px) {
  #poi-else-jumbo {
    margin-top: 15px;
  }
}
#poi-else-jumbo .cover {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#jumbo-map,
#jumbo-image {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: #f2f2f2;
}
#jumbo-map.small,
#jumbo-image.small {
  z-index: 2;
  height: 75px;
  width: 75px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border: solid 2px #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
#jumbo-map.small > div,
#jumbo-image.small > div {
  pointer-events: none;
}
#jumbo-map.small .leaflet-control-attribution.leaflet-control,
#jumbo-image.small .leaflet-control-attribution.leaflet-control {
  left: -200px;
}
@media (max-width: 509px) {
  body.single-agps_place #jumbo-map.small,
  body.single-agps_place #jumbo-image.small {
    height: 50px;
    width: 50px;
    top: 10px;
    bottom: auto;
    left: 10px;
    right: auto;
  }
}
.progress {
  padding: 0;
}
.progress-bar[aria-valuenow="0"] {
  color: #00b0f0;
  margin-left: 15px;
}
.card .fl-module-content {
  margin: 0;
}
@media (max-width: 767px) {
  .fl-col-small.col-sm-4 .fl-module.card {
    margin-bottom: 30px;
  }
}
.card .btn-sm {
  line-height: 1.42857143;
}
img.card-img-top + .card-header {
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-top: 2rem;
}
img.card-img-top + .card-header + .card-block {
  padding-top: 0;
}
@media (min-width: 768px) {
  .card-deck {
    border-spacing: 0;
  }
}
.card-deck .fl-row-fixed-width {
  overflow-x: inherit;
}
@media (min-width: 768px) {
  .card-deck.align-bottom div[class^="fl-col"],
  .card-deck.align-bottom div[class^="col-"] {
    display: table-cell;
    vertical-align: bottom;
    float: none;
  }
}
.card-deck[class*="cards-ratio"] {
  width: 100%;
}
.card-deck[class*="cards-ratio"] .card {
  overflow: hidden;
}
.card-deck[class*="cards-ratio"] .card:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.card-deck[class*="cards-ratio"] .card-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-deck.cards-ratio-1-1 .card:before {
  padding-top: 100%;
}
.card-deck.cards-ratio-4-3 .card:before {
  padding-top: 75%;
}
.card-deck.cards-ratio-3-2 .card:before {
  padding-top: 66.66%;
}
.card-deck.cards-ratio-16-9 .card:before {
  padding-top: 56.25%;
}
.card-deck.cards-ratio-2-1 .card:before {
  padding-top: 50%;
}
.card-deck.cards-ratio-5-2 .card:before {
  padding-top: 40%;
}
.card-deck.cards-ratio-3-1 .card:before {
  padding-top: 33.33%;
}
.card-deck + .card-deck {
  margin-top: 1.25rem;
}
.card[style*="background-image:"],
.card-block.card-img-overlay,
.card-img-top[style*="background-image:"] {
  background-size: cover;
  background-position: 50% 50%;
}
.experience-cards {
  text-align: center;
}
.experience-cards .card {
  border: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.experience-cards .label[class*="category-"] {
  font-size: 14px;
  padding: .2em .4em;
}
.experience-cards h4.card-title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
  text-shadow: 0px 0px 8px #000000;
  word-wrap: break-word;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  top: 30%;
  margin: 0;
}
@media (max-width: 767px) {
  .experience-cards h4.card-title {
    font-size: 27px;
  }
}
.experience-cards .highlight-more {
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.experience-cards .highlight-more span {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding: 3px 5px;
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
}
.experience-cards.experience-cards-subtle .card {
  -webkit-filter: saturate(0.2);
  filter: saturate(0.2);
  opacity: .8;
}
.experience-cards.experience-cards-subtle .card:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  opacity: 1;
}
.experience-cards.experience-cards-subtle .cards-ratio-1-1 .card:before {
  padding-top: 56.25%;
}
.experience-cards.experience-cards-subtle .cards-ratio-1-1 h4.card-title {
  top: 28%;
}
.experience-cards.experience-cards-subtle .highlight-more {
  display: none;
}
@media (min-width: 510px) AND (max-width: 767px) {
  .experience-cards .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .experience-cards .card {
    width: 50% !important;
    max-width: 50% !important;
  }
}
.card-deck-wrapper:after {
  display: table;
  content: " ";
  clear: both;
}
@media (min-width: 768px) {
  .card-deck-wrapper.accommodation-cards,
  .card-deck-wrapper.fl-card-deck {
    margin-left: -26px;
    margin-right: -26px;
  }
}
.accommodation-cards .card-deck,
.fl-card-deck .card-deck,
.accommodation-cards > .fl-row-content > .fl-col-group,
.fl-card-deck > .fl-row-content > .fl-col-group {
  padding-bottom: 31px;
}
.accommodation-cards .card-deck + .card-deck,
.fl-card-deck .card-deck + .card-deck,
.accommodation-cards > .fl-row-content > .fl-col-group + .card-deck,
.fl-card-deck > .fl-row-content > .fl-col-group + .card-deck,
.accommodation-cards .card-deck > .fl-row-content > .fl-col-group,
.fl-card-deck .card-deck > .fl-row-content > .fl-col-group,
.accommodation-cards > .fl-row-content > .fl-col-group > .fl-row-content > .fl-col-group,
.fl-card-deck > .fl-row-content > .fl-col-group > .fl-row-content > .fl-col-group {
  margin-top: 30px;
}
.accommodation-cards .card,
.fl-card-deck .card,
.accommodation-cards .fl-col-content,
.fl-card-deck .fl-col-content {
  position: relative;
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#fffafafa', GradientType=0);
}
.accommodation-cards .card.is-empty,
.fl-card-deck .card.is-empty,
.accommodation-cards .fl-col-content.is-empty,
.fl-card-deck .fl-col-content.is-empty {
  background: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .accommodation-cards .card,
  .fl-card-deck .card,
  .accommodation-cards .fl-col-content,
  .fl-card-deck .fl-col-content {
    width: 25%;
  }
}
.accommodation-cards .card:hover,
.fl-card-deck .card:hover,
.accommodation-cards .fl-col-content:hover,
.fl-card-deck .fl-col-content:hover,
.accommodation-cards .card:focus,
.fl-card-deck .card:focus,
.accommodation-cards .fl-col-content:focus,
.fl-card-deck .fl-col-content:focus {
  text-decoration: none;
}
.accommodation-cards .card.selected:after,
.fl-card-deck .card.selected:after,
.accommodation-cards .fl-col-content.selected:after,
.fl-card-deck .fl-col-content.selected:after {
  content: "\f058";
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 180px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #c88a12;
  opacity: 0.5;
  text-shadow: 0 0 1px #ffffff;
}
.accommodation-cards .card.selected .card-footer,
.fl-card-deck .card.selected .card-footer,
.accommodation-cards .fl-col-content.selected .card-footer,
.fl-card-deck .fl-col-content.selected .card-footer {
  background-color: #cccccc;
}
.accommodation-cards .card.selected .card-footer span.order,
.fl-card-deck .card.selected .card-footer span.order,
.accommodation-cards .fl-col-content.selected .card-footer span.order,
.fl-card-deck .fl-col-content.selected .card-footer span.order {
  display: none;
}
.accommodation-cards .card.selected .card-footer span.reserved,
.fl-card-deck .card.selected .card-footer span.reserved,
.accommodation-cards .fl-col-content.selected .card-footer span.reserved,
.fl-card-deck .fl-col-content.selected .card-footer span.reserved {
  display: inline-block;
}
.accommodation-cards .card.selected .fa-cart-plus:before,
.fl-card-deck .card.selected .fa-cart-plus:before,
.accommodation-cards .fl-col-content.selected .fa-cart-plus:before,
.fl-card-deck .fl-col-content.selected .fa-cart-plus:before {
  content: "\f07a";
}
.accommodation-cards .card span.reserved,
.fl-card-deck .card span.reserved,
.accommodation-cards .fl-col-content span.reserved,
.fl-card-deck .fl-col-content span.reserved {
  display: none;
}
.accommodation-cards .card span.maximum,
.fl-card-deck .card span.maximum,
.accommodation-cards .fl-col-content span.maximum,
.fl-card-deck .fl-col-content span.maximum {
  display: none;
}
.accommodation-cards .card-empty,
.fl-card-deck .card-empty {
  display: none;
}
.accommodation-cards .card-empty body.logged-in,
.fl-card-deck .card-empty body.logged-in {
  display: block;
}
.accommodation-cards .card-deck:nth-child(odd) a.card:nth-child(2n),
.fl-card-deck .card-deck:nth-child(odd) a.card:nth-child(2n),
.accommodation-cards .card-deck:nth-child(even) a.card:nth-child(2n+1),
.fl-card-deck .card-deck:nth-child(even) a.card:nth-child(2n+1) {
  background: none;
}
.accommodation-cards .card-head,
.fl-card-deck .card-head {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #00b0f0;
}
.accommodation-cards .card-head > li,
.fl-card-deck .card-head > li {
  float: left;
  margin: 0;
  padding-top: 5.5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.accommodation-cards .card-head span,
.fl-card-deck .card-head span {
  line-height: 1;
  padding: .2em .4em;
  -webkit-box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px #cccccc;
}
.accommodation-cards .card-head .map-number,
.fl-card-deck .card-head .map-number {
  width: 15%;
  text-align: right;
}
.accommodation-cards .card-head .map-number span,
.fl-card-deck .card-head .map-number span {
  background: rgba(255, 255, 255, 0.7);
}
.accommodation-cards .card-head .card-type,
.fl-card-deck .card-head .card-type {
  width: 70%;
  text-align: center;
}
.accommodation-cards .card-head .card-type span,
.fl-card-deck .card-head .card-type span {
  background: rgba(255, 255, 255, 0.8);
}
.accommodation-cards .card-head .card-delete,
.fl-card-deck .card-head .card-delete {
  width: 15%;
}
.accommodation-cards .card-head .card-delete span,
.fl-card-deck .card-head .card-delete span {
  background: rgba(255, 255, 255, 0.7);
}
.accommodation-cards h4.card-title,
.fl-card-deck h4.card-title {
  margin: 0;
  line-height: 1.3;
}
.accommodation-cards p,
.fl-card-deck p {
  color: #222222;
  font-size: 16px;
}
.accommodation-cards p:last-child,
.fl-card-deck p:last-child {
  margin-bottom: 0;
}
.accommodation-cards p.serif,
.fl-card-deck p.serif,
.card-serif.accommodation-cards p,
.card-serif.fl-card-deck p {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.accommodation-cards .card-serif p,
.fl-card-deck .card-serif p {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.accommodation-cards .highlight-more,
.fl-card-deck .highlight-more {
  display: block;
  background-color: white;
  color: #00b0f0;
  -webkit-box-shadow: 0 0 9px #ffffff;
  box-shadow: 0 0 9px #ffffff;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  position: absolute;
  bottom: -13px;
  right: 10px;
  text-align: center;
  line-height: 26px;
  font-size: 30px;
}
.accommodation-cards .card-footer,
.fl-card-deck .card-footer {
  background-color: #00b0f0;
  font-size: 90%;
  color: #ffffff;
  border-top: 0;
  padding: 5px 10px;
  height: 31px;
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
}
.accommodation-cards .card-footer ul,
.fl-card-deck .card-footer ul {
  margin-bottom: 0;
  text-align: center;
}
.accommodation-cards .card-footer li,
.fl-card-deck .card-footer li {
  display: inline;
}
.accommodation-cards .card-footer li:after,
.fl-card-deck .card-footer li:after {
  content: " · ";
}
.accommodation-cards .card-footer li:last-child:after,
.fl-card-deck .card-footer li:last-child:after {
  content: "";
}
.accommodation-cards .card-footer li *[class^="fa"],
.fl-card-deck .card-footer li *[class^="fa"] {
  font-size: 14px;
}
.accommodation-cards .card-footer.maximum,
.fl-card-deck .card-footer.maximum {
  opacity: 0.5;
}
.accommodation-cards .card-footer.maximum span.order,
.fl-card-deck .card-footer.maximum span.order,
.accommodation-cards .card-footer.maximum span.reserved,
.fl-card-deck .card-footer.maximum span.reserved,
.accommodation-cards .card-footer.maximum i,
.fl-card-deck .card-footer.maximum i {
  display: none;
}
.accommodation-cards .card-footer.maximum span.maximum,
.fl-card-deck .card-footer.maximum span.maximum {
  display: inline-block;
}
.accommodation-cards a.card-footer,
.fl-card-deck a.card-footer {
  font-weight: 400;
  text-align: center;
}
.accommodation-cards a.card-footer:hover,
.fl-card-deck a.card-footer:hover,
.accommodation-cards a.card-footer:focus,
.fl-card-deck a.card-footer:focus {
  text-decoration: none;
}
.accommodation-cards a.card.is-subtle,
.fl-card-deck a.card.is-subtle {
  opacity: .8;
  border-bottom: 1px solid rgba(0, 176, 240, 0.5);
}
.accommodation-cards a.card.is-subtle .highlight-more,
.fl-card-deck a.card.is-subtle .highlight-more,
.accommodation-cards a.card.is-subtle .card-footer,
.fl-card-deck a.card.is-subtle .card-footer {
  display: none;
}
.accommodation-cards .card-trash,
.fl-card-deck .card-trash {
  background: none;
}
.accommodation-cards .card-trash ul.list-group,
.fl-card-deck .card-trash ul.list-group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.accommodation-cards .card-trash a,
.fl-card-deck .card-trash a {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 55px;
}
.accommodation-cards .card-trash a:first-child,
.fl-card-deck .card-trash a:first-child {
  opacity: 1;
}
.accommodation-cards .card-trash a:nth-child(2),
.fl-card-deck .card-trash a:nth-child(2) {
  opacity: .9;
}
.accommodation-cards .card-trash a:nth-child(3),
.fl-card-deck .card-trash a:nth-child(3) {
  opacity: .8;
}
.accommodation-cards .card-trash a:nth-child(4),
.fl-card-deck .card-trash a:nth-child(4) {
  opacity: .7;
}
.accommodation-cards .card-trash a:nth-child(5),
.fl-card-deck .card-trash a:nth-child(5) {
  opacity: .6;
}
.accommodation-cards .card-trash a:nth-child(6),
.fl-card-deck .card-trash a:nth-child(6) {
  opacity: .5;
}
.accommodation-cards .card-trash div.img,
.fl-card-deck .card-trash div.img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45px;
  background-size: cover;
  background-position: center;
}
.accommodation-cards .card-trash .card-footer,
.fl-card-deck .card-trash .card-footer {
  background-color: #cccccc;
  text-align: center;
}
@media (min-width: 510px) AND (max-width: 767px) {
  .accommodation-cards .card-deck,
  .fl-card-deck .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .accommodation-cards .card,
  .fl-card-deck .card {
    width: 50% !important;
    max-width: 50% !important;
  }
  .accommodation-cards .is-empty,
  .fl-card-deck .is-empty {
    display: none;
  }
}
.accommodation-cards .card-img-top,
.fl-card-deck .card-img-top,
#section-highlights .card-deck .card-img-top {
  width: 100%;
  padding-bottom: 66.67%;
  position: relative;
}
.accommodation-cards .card-img-top > div,
.fl-card-deck .card-img-top > div,
#section-highlights .card-deck .card-img-top > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00b0f0;
  background-size: cover;
  background-image: url(img/logo-elberadweg-soft-blue-800x740.png);
  background-position: center;
}
.fl-card-deck {
  margin-bottom: 30px;
}
.fl-card-deck:nth-child(even) .fl-col:nth-child(odd) .fl-col-content,
.fl-card-deck:nth-child(odd) .fl-col:nth-child(even) .fl-col-content {
  background: none;
}
.fl-card-deck .fl-col-group {
  padding-top: 1px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .fl-card-deck .fl-col-content {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .fl-card-deck .card {
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  .fl-card-deck .fl-col-group > .col-sm-3 {
    width: 50%;
    margin-bottom: 30px;
  }
}
.fl-card-deck .card-header {
  background-color: #ffffff;
}
.fl-card-deck .card-img-top.fl-module-photo > .fl-module-content > .fl-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
.fl-card-deck .card-img-top.fl-module-photo.whitespace > .fl-module-content > .fl-photo {
  padding: 1.25rem;
}
.fl-card-deck .card-block {
  padding-top: 0;
}
.fl-card-deck .card-header + .card-block,
.fl-card-deck .card-img-top + .card-block,
.fl-card-deck .card-block:first-child {
  padding-top: 1.25rem;
}
.fl-card-deck h4 {
  color: #00b0f0;
  line-height: 1.3;
  margin-bottom: 0;
}
.fl-card-deck h4:first-child {
  margin-top: 0;
}
.fl-card-deck ul li {
  margin-bottom: 0;
  font-size: 16px;
}
.fl-card-deck h4 + ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.fl-card-deck .card-footer p {
  color: #ffffff;
}
.fl-card-deck + .row-free .fl-heading {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  .leaflet-cards .card {
    width: inherit;
    max-width: inherit;
    float: none;
    margin-bottom: 10rem;
  }
  .leaflet-cards .card.is-empty {
    display: none;
  }
}
.leaflet-cards.card-deck-wrapper + h2 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .leaflet-cards.card-deck-wrapper + h2 {
    margin-top: 0;
  }
}
.leaflet-cards .card-img-top > div {
  top: -10px;
  left: 10px;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.leaflet-cards .card:nth-child(even) .card-img-top > div {
  top: -7px;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.leaflet-cards .card-head .card-type {
  width: 100%;
  display: none;
}
.leaflet-cards .card-deck {
  position: relative;
}
@media (max-width: 767px) {
  .leaflet-cards .card-deck + .card-deck {
    margin-top: -3rem;
  }
}
#leaflets h2 {
  margin-bottom: 30px !important;
}
@media (max-width: 509px) {
  #leaflets a.btn + button.btn {
    margin-top: 20px;
  }
}
.page-id-45020 .row.highlight-controls {
  display: none;
}
@media (min-width: 768px) {
  .fl-row.fl-card-deck-wrapper > .fl-row-content-wrap {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .fl-row.fl-card-deck-wrapper > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0.75rem;
    border-spacing: 1.25rem 0;
  }
  .fl-row.fl-card-deck-wrapper > .fl-row-content-wrap > .fl-row-content > .fl-col-group .card,
  .fl-row.fl-card-deck-wrapper > .fl-row-content-wrap > .fl-row-content > .fl-col-group .fl-col {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
}
.card ul.list-group {
  margin-bottom: 0;
}
.card ul.list-group + .card-footer {
  margin-top: -1px;
}
.card ul.list-group.list-ticked {
  font-size: 16px;
  padding-left: 0;
}
.card ul.list-group.list-ticked > li {
  padding-left: 30px;
}
.card ul.list-group.list-ticked > li:before {
  left: 15px;
}
.card-featured {
  -webkit-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000;
}
.nav.text-center > li {
  float: none;
  display: inline-block;
  font-size: 16px;
}
.header .nav > li.active > a {
  background-color: #00b0f0;
  color: #ffffff;
}
body.smt,
body.smq,
body.smd,
body.smg,
body.smi,
body.sma {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.smt,
  body.smq,
  body.smd,
  body.smg,
  body.smi,
  body.sma {
    margin-top: 40px;
  }
}
body.smt #top-bar .fl-row-content-wrap,
body.smq #top-bar .fl-row-content-wrap,
body.smd #top-bar .fl-row-content-wrap,
body.smg #top-bar .fl-row-content-wrap,
body.smi #top-bar .fl-row-content-wrap,
body.sma #top-bar .fl-row-content-wrap {
  padding: 0;
}
body.smt #top-bar .fl-module-content,
body.smq #top-bar .fl-module-content,
body.smd #top-bar .fl-module-content,
body.smg #top-bar .fl-module-content,
body.smi #top-bar .fl-module-content,
body.sma #top-bar .fl-module-content {
  margin: 0 !important;
}
body.smt #top-bar .col-sm-12,
body.smq #top-bar .col-sm-12,
body.smd #top-bar .col-sm-12,
body.smg #top-bar .col-sm-12,
body.smi #top-bar .col-sm-12,
body.sma #top-bar .col-sm-12 {
  min-height: 0;
}
body.smt #top-bar .navbar,
body.smq #top-bar .navbar,
body.smd #top-bar .navbar,
body.smg #top-bar .navbar,
body.smi #top-bar .navbar,
body.sma #top-bar .navbar {
  overflow: hidden;
  min-height: 30px;
  margin-bottom: 0;
  border-width: 0;
  font-size: 15px;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  body.smt #top-bar .navbar .visible-xs,
  body.smq #top-bar .navbar .visible-xs,
  body.smd #top-bar .navbar .visible-xs,
  body.smg #top-bar .navbar .visible-xs,
  body.smi #top-bar .navbar .visible-xs,
  body.sma #top-bar .navbar .visible-xs {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  body.smt #top-bar .navbar,
  body.smq #top-bar .navbar,
  body.smd #top-bar .navbar,
  body.smg #top-bar .navbar,
  body.smi #top-bar .navbar,
  body.sma #top-bar .navbar {
    min-height: 40px;
    font-size: 18px;
  }
}
body.smt #top-bar .navbar .container-fluid,
body.smq #top-bar .navbar .container-fluid,
body.smd #top-bar .navbar .container-fluid,
body.smg #top-bar .navbar .container-fluid,
body.smi #top-bar .navbar .container-fluid,
body.sma #top-bar .navbar .container-fluid {
  opacity: 0.8;
}
body.smt #top-bar .navbar p,
body.smq #top-bar .navbar p,
body.smd #top-bar .navbar p,
body.smg #top-bar .navbar p,
body.smi #top-bar .navbar p,
body.sma #top-bar .navbar p {
  margin-bottom: 0;
  text-align: center;
  line-height: 30px;
}
@media (min-width: 768px) {
  body.smt #top-bar .navbar p,
  body.smq #top-bar .navbar p,
  body.smd #top-bar .navbar p,
  body.smg #top-bar .navbar p,
  body.smi #top-bar .navbar p,
  body.sma #top-bar .navbar p {
    line-height: 40px;
  }
}
body.smt #top-bar .navbar p.animated,
body.smq #top-bar .navbar p.animated,
body.smd #top-bar .navbar p.animated,
body.smg #top-bar .navbar p.animated,
body.smi #top-bar .navbar p.animated,
body.sma #top-bar .navbar p.animated {
  display: none;
}
body.smg.page-id-308 .header .nav.menu > li:first-child > a,
body.smg.page-id-282 .header .nav.menu > li:first-child > a,
body.smg.page-id-413 .header .nav.menu > li:first-child > a,
body.smg.page-id-329 .header .nav.menu > li:first-child > a,
body.smg.page-id-342 .header .nav.menu > li:first-child > a,
body.smg.page-id-60 .header .nav > li > a[href*="uebernachten"],
body.smg.page-id-402 .header .nav > li > a[href*="news"],
body.smg.page-id-567 .header .nav > li > a[href*="news"],
body.smg.page-id-404 .header .nav > li > a[href*="shop"] {
  background-color: #00b0f0;
  color: #ffffff;
}
body.smg .nav-section {
  width: 100%;
}
body.smg.page-id-308 .nav-section .nav > li:first-child > a,
body.smg.page-id-282 .nav-section .nav > li > a[href*="starterpaket"],
body.smg.page-id-342 .nav-section .nav > li > a[href*="starterpaket"],
body.smg.page-id-413 .nav-section .nav > li > a[href*="planen"],
body.smg.page-id-402 .nav-section .nav > li:first-child > a,
body.smg.page-id-567 .nav-section .nav > li > a[href*="bilder-"] {
  color: #ffffff;
  background-color: #00b0f0;
}
body.smg.page-id-402 .nav-section,
body.smg.page-id-759 .nav-section {
  display: none;
}
body.smt.page-id-308 .header .nav.menu > li:first-child > a,
body.smt.root-page-id-308 .header .nav.menu > li:first-child > a,
body.smt.page-id-282 .header .nav.menu > li:first-child > a,
body.smt.page-id-413 .header .nav.menu > li:first-child > a,
body.smt.page-id-329 .header .nav.menu > li:first-child > a,
body.smt.page-id-342 .header .nav.menu > li:first-child > a,
body.smt.page-id-60 .header .nav > li > a[href*="uebernachten"],
body.smt.root-page-id-60 .header .nav > li > a[href*="uebernachten"],
body.smt.page-id-402 .header .nav > li > a[href*="news"],
body.smt.page-id-567 .header .nav > li > a[href*="news"],
body.smt.page-id-691 .header .nav > li > a[href*="shop"],
body.smt.parent-pageid-691 .header .nav > li > a[href*="shop"] {
  background-color: #00b0f0;
  color: #ffffff;
}
body.smt .nav-section {
  width: 100%;
}
body.smt.page-id-308 .nav-section .nav > li:first-child > a,
body.smt.page-id-282 .nav-section .nav > li > a[href*="starterpaket"],
body.smt.page-id-342 .nav-section .nav > li > a[href*="starterpaket"],
body.smt.page-id-413 .nav-section .nav > li > a[href*="planen"],
body.smt.parent-pageid-413 .nav-section .nav > li > a[href*="planen"],
body.smt.page-id-402 .nav-section .nav > li:first-child > a,
body.smt.page-id-567 .nav-section .nav > li > a[href*="bilder-"] {
  color: #ffffff;
  background-color: #00b0f0;
}
body.smt.page-id-402 .nav-section,
body.smt.page-id-759 .nav-section {
  display: none;
}
.nav > li a.active {
  color: #ffffff;
  background-color: #00b0f0;
}
body.admin-bar #top-bar .navbar-fixed-top {
  top: 32px;
}
body.fl-builder-edit #top-bar .navbar-fixed-top {
  top: 48px;
}
.navbar-fixed-bottom {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
}
.navbar-fixed-bottom a i {
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .navbar-fixed-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-bottom a {
    font-size: 0.7em;
    text-transform: uppercase;
  }
  .navbar-fixed-bottom a i {
    display: block;
    margin: 0 0 0.1em;
    font-size: 1.45em;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  margin: 10px;
  margin-top: 60px !important;
}
.fl-module-Shop .modal-dialog,
.fl-module-ShopHQ .modal-dialog,
.fl-module-ShopPartner .modal-dialog {
  width: auto !important;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 255px;
  padding: 1px;
  font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -9px;
}
.popover.right {
  margin-left: 9px;
}
.popover.bottom {
  margin-top: 9px;
}
.popover.left {
  margin-left: -9px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 10px;
}
.popover > .arrow:after {
  border-width: 9px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -10px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -9px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -10px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -9px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*
// Skeleton: Components
// (extending/derived from Bootstrap)
// --------------------------------------
// @import "../g../eoSportsTec/less/skeleton/pb-skeleton-modals.less";
// @import "../../geoSportsTec/less/skeleton/pb-skeleton-tooltip.less";
@import "../../geoSportsTec/less/skeleton/pb-skeleton-popovers.less";
//@import "../../geoSportsTec/less/skeleton/pb-skeleton-carousel.less";
*/
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme


* Table of contents
* ======================================================================================================
*
*		0.		Variables | Mixins | Standard classes
*		........contains used variables for: color, breakpoints
*		........mixins
*		........standard classes
*
*		1.		POI detail page
*		........contains out of 5 parts
*		........parts: head / box / features / further info / photo
*
*		........ .experience-head contains - name, stars, text
*		........ .experience-box contains -  price, highlighted features, booking button
*		........ .experience-features contains -  list of features, divided into 4 feature groups
*		........ .experience-further contains -  address, map, pois near by
*		........ .experience-photo contains -  preview photos, (slider is done by .slider), spinner
*		........ .experience-map contains -  map
*
*		2.		Section detail page
*		........contains out of 5 parts
*		........parts: details / facts / map / parallax / highlights
*
*		........ #section-details - section name, section headline, teaser text, text, list of infos with links to POIs
*		........ #section-facts - numerical facts
*		........ #section-map - section name, section headline, sketch of map, satellite map, list of other sections
*		........ .parallax.experiences-count
*		........ #section-highlights - cards of highlights nearby, control switch to only show "nature, culture, gusto", pagination
*
*
*
* ======================================================================================================

*/
/*  ====================================================================================================== */
/* 0. Variables
/*  ====================================================================================================== */
/* Variables */
/* -------------------------------------------------------------- */
/* Mixins */
/* -------------------------------------------------------------- */
/* Standard Classes */
/* -------------------------------------------------------------- */
.inner-shadow {
  -moz-box-shadow: inset 0 0 16px 0 #292929;
  -webkit-box-shadow: inset 0 0 16px 0 #292929;
  box-shadow: inset 0 0 16px 0 #292929;
}
.low-quality .experience-box > div:nth-of-type(2) {
  display: none;
}
/*  ====================================================================================================== */
/* 1. POI detail page
/*  ====================================================================================================== */
.experience {
  position: relative;
  margin-bottom: 90px;
  /* 0. Layout */
  /* -------------------------------------------------------------- */
}
.experience .row .row {
  margin-bottom: 0;
}
/* Color Experiences */
/* -------------------------------------------------------------- */
body[class*="experience-nature"] h1.fl-heading,
body[class*="experience-nature"] .content-with-more-outer .more button,
body[class*="experience-nature"] .experience-feature h3,
body[class*="experience-nature"] .experience-further a,
body[class*="experience-nature"] .experience-address .panel-heading,
body[class*="experience-nature"] .list-group.further-info .fa,
body[class*="experience-nature"] #section-highlights h2,
body[class*="experience-nature"] #section-highlights .highlight-controls a {
  color: #c88a12;
}
body[class*="experience-culture"] h1.fl-heading,
body[class*="experience-culture"] .content-with-more-outer .more button,
body[class*="experience-culture"] .experience-feature h3,
body[class*="experience-culture"] .experience-further a,
body[class*="experience-culture"] .experience-address .panel-heading,
body[class*="experience-culture"] .list-group.further-info .fa,
body[class*="experience-culture"] #section-highlights h2,
body[class*="experience-culture"] #section-highlights .highlight-controls a,
body[class*="experience-else"] h1.fl-heading,
body[class*="experience-else"] .content-with-more-outer .more button,
body[class*="experience-else"] .experience-feature h3,
body[class*="experience-else"] .experience-further a,
body[class*="experience-else"] .experience-address .panel-heading,
body[class*="experience-else"] .list-group.further-info .fa,
body[class*="experience-else"] #section-highlights h2,
body[class*="experience-else"] #section-highlights .highlight-controls a {
  color: #00b0f0;
}
body[class*="experience-gusto"] h1.fl-heading,
body[class*="experience-gusto"] .content-with-more-outer .more button,
body[class*="experience-gusto"] .experience-feature h3,
body[class*="experience-gusto"] .experience-further a,
body[class*="experience-gusto"] .experience-address .panel-heading,
body[class*="experience-gusto"] .list-group.further-info .fa,
body[class*="experience-gusto"] #section-highlights h2,
body[class*="experience-gusto"] #section-highlights .highlight-controls a {
  color: rgba(106, 115, 123, 0.9);
}
body[class*="experience-nature"] .experience-address .carousel-indicators li {
  border-color: #c88a12;
}
body[class*="experience-culture"] .experience-address .carousel-indicators li {
  border-color: #00b0f0;
}
body[class*="experience-gusto"] .experience-address .carousel-indicators li {
  border-color: #6a737b;
}
body[class*="experience-nature"] .experience-address .carousel-indicators .active {
  background-color: #c88a12;
}
body[class*="experience-culture"] .experience-address .carousel-indicators .active {
  background-color: #00b0f0;
}
body[class*="experience-gusto"] .experience-address .carousel-indicators .active {
  background-color: #6a737b;
}
/* 1. experience head */
/* -------------------------------------------------------------- */
.experience-head {
  margin-bottom: 30px;
  min-height: 390px;
}
@media (max-width: 991px) {
  .experience-head {
    padding-left: 0;
    padding-right: 0;
  }
  .experience-head > .row > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
body.low-quality .experience-head {
  min-height: 330px;
}
.experience-head h1 {
  margin-top: 45px;
  margin-bottom: 10px !important;
  color: #00b0f0;
}
@media all and (max-width: 767px) {
  .experience-head h1 {
    margin-top: 30px;
  }
}
.experience-head hr {
  margin: 5px 0;
}
.experience-head .experience-stars {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .experience-head .experience-stars {
    padding-left: 0;
  }
}
.experience-head .experience-stars i {
  color: #00b0f0;
}
body[class*="experience-"] h1.fl-heading {
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}
.experience-position {
  font-size: 90%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #777777 !important;
}
body[class*="experience-"] .experience-position {
  margin-bottom: 0;
  text-align: center;
}
body[class*="experience-"] .experience-position + .experience-position:last-child {
  margin-bottom: 30px;
}
body[class*="experience-accommodation"] .experience-position,
body[class*="experience-catering"] .experience-position {
  text-align: left;
  margin-bottom: 30px;
}
.experience-position a {
  color: #777777;
}
@media (max-width: 767px) {
  .experience-position {
    text-align: center;
  }
}
.content-with-more-outer {
  max-height: 390px;
  overflow: hidden;
}
.content-with-more-outer .more {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  padding-top: 60px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=0);
  text-align: center;
  display: none;
}
@media all and (max-width: 991px) {
  .content-with-more-outer .more {
    bottom: 0px;
    left: 0;
    right: 0;
  }
}
.content-with-more-outer .more button {
  color: #00b0f0;
  background: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
.content-with-more-outer .more hr {
  margin: -17px 30px 0;
}
.content-with-more-outer.has-more {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .content-with-more-outer.has-more {
    margin-bottom: 45px;
  }
}
.content-with-more-outer.has-more .content-with-more-inner {
  max-height: 300px;
  overflow: hidden;
}
.content-with-more-outer.has-more .more {
  display: block;
}
.content-with-more-outer.is-open {
  max-height: inherit;
}
/* 2. experience box */
/* -------------------------------------------------------------- */
@media (min-width: 767px) {
  .experience-box {
    position: absolute;
    top: 180px;
    right: 0;
    padding-right: 0;
    padding-left: 20px;
  }
}
.experience-box > div {
  background-color: #deb408;
  margin-bottom: 3px;
  text-align: center;
  font-size: 85%;
}
.experience-box > div:nth-of-type(1) {
  padding: 12.5px 25px;
}
.experience-box > div:nth-of-type(1) > div.hidden {
  display: none;
}
@media all and (max-width: 991px) {
  .experience-box > div:nth-of-type(1) {
    padding: 12.5px;
  }
}
.experience-box > div:nth-of-type(2) {
  background-color: rgba(222, 180, 8, 0.5);
  padding: 10px 20px;
}
.experience-box h3 {
  margin-bottom: 0;
  color: #01576e;
  font-size: 130%;
}
.experience-box ul {
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 767px) and (min-width: 509px) {
  .experience-box ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.experience-box ul li {
  margin-bottom: 0;
  position: relative;
  margin-left: 20px;
}
.experience-box ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #01576e;
  display: inline;
  position: absolute;
  top: -3px;
  margin-left: -20px;
}
.experience-box .btn-default {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* 3. experience feature */
/* -------------------------------------------------------------- */
.features-col  {
  min-height: 315px;
}
@media (max-width: 991px) {
  .features-col  {
    padding-left: 0;
    padding-right: 0;
  }
}
.experience-feature {
  margin-bottom: 20px;
}
.experience-feature .col-xs-4 {
  color: #999999;
}
@media all and (max-width: 509px) {
  .experience-feature .col-xs-4 {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 509px) {
  .experience-feature .col-sm-6 {
    padding-left: 0;
  }
}
@media all and (min-width: 509px) {
  .experience-feature .col-sm-6 {
    width: 50%;
    float: left;
  }
}
.experience-feature ul li.read-more {
  color: #027d9d;
  cursor: pointer;
}
.experience-feature ul li.read-more::after {
  content: "+";
  padding-left: 3px;
}
.experience-feature ul li.read-more:hover {
  text-decoration: underline;
}
.experience-feature ul:nth-of-type(2) {
  display: none;
}
.experience-feature .teaser {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #777777;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .experience-feature .teaser {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .experience-feature .teaser {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .experience-feature .teaser {
    margin-left: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .features-col .experience-feature > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 767px) {
  .experience-feature hr {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }
}
/* 4. experience further */
/* -------------------------------------------------------------- */
.experience-further > div {
  margin-bottom: 12.5px;
}
@media all and (max-width: 509px) {
  .experience-further > div:last-of-type .row {
    margin-left: -15px;
  }
}
@media all and (max-width: 509px) {
  .experience-further > .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .experience-further > .col-xs-6:first-child {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .experience-further > .col-xs-6:nth-child(2) {
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .experience-further .experience-highlights .row {
    margin-left: 0;
  }
}
@media all and (max-width: 509px) {
  .experience-further .experience-highlights .col-xs-6 {
    width: 100%;
  }
}
.experience-further span {
  font-weight: 400;
}
.experience-further a {
  display: block;
  color: #00b0f0;
  line-height: 170%;
  position: relative;
}
.experience-further a i {
  padding-right: 5px;
  width: 25px;
  position: relative;
}
.experience-address {
  font-size: 16px;
}
@media all and (max-width: 509px) {
  .experience-address .col-xs-6 {
    width: 100%;
  }
}
.experience-address h4 {
  margin: 0;
  background: #00b0f0;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
}
.experience-address h4 + hr {
  margin: -15px 0 0 0;
  border-top-color: #488ea8;
  border-style: dotted;
}
.experience-address div.panel-heading {
  font-weight: 600;
  color: #00b0f0;
}
.experience-address .panel-body {
  padding-top: 10px;
}
.experience-address .carousel-inner > div {
  min-height: 80px;
}
.experience-address .carousel-indicators {
  position: relative;
  margin: 10px 0 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.experience-address .carousel-indicators li {
  border-color: #00b0f0;
}
.experience-address .carousel-indicators .active {
  background-color: #00b0f0;
  border-width: 0;
}
.experience-address p {
  margin-bottom: 0;
}
.experience-address p a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.experience-address p a:hover,
.experience-address p a:focus {
  text-decoration: none;
}
.experience-address p span {
  width: 20px;
  display: inline-block;
  padding-left: 1px;
}
.experience-address .nav-action li {
  width: 25%;
  margin-bottom: 0;
}
.experience-address .nav-action li + li {
  margin-left: 0;
}
.experience-address .nav-action li > a {
  border-radius: 0;
  text-align: center;
  padding: 10px 5px;
}
.experience-address .nav-action li span {
  display: block;
}
.experience-address .nav-action li .fa {
  font-size: 22px;
  margin-bottom: 8px;
}
.experience-address .nav-action li .text-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.05;
}
@media all and (min-width: 509px) and (max-width: 767px) {
  .experience-address .nav-action li .text-label {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) and (max-width: 799px) {
  .experience-address .nav-action li .text-label {
    font-size: 10px;
  }
}
@media all and (min-width: 800px) and (max-width: 859px) {
  .experience-address .nav-action li .text-label {
    font-size: 11px;
  }
}
@media all and (min-width: 860px) and (max-width: 909px) {
  .experience-address .nav-action li .text-label {
    font-size: 12px;
  }
}
@media all and (min-width: 910px) and (max-width: 969px) {
  .experience-address .nav-action li .text-label {
    font-size: 13px;
  }
}
/* 5. experience photo */
/* -------------------------------------------------------------- */
.experience-photo {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 400ms ease;
  -moz-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  transition: height 400ms ease;
}
.experience-photo .slider {
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}
.experience-photo .poi-content-preview {
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 100;
}
.experience-photo .poi-content-preview .photo-row {
  height: 100%;
  padding: 0;
}
.experience-photo .poi-content-preview .photo-row.two-rows {
  height: 50%;
}
.experience-photo .poi-content-preview .photo-row.two-rows:nth-of-type(2) {
  margin-top: 6px;
}
.experience-photo .poi-content-preview .photo-row.one-pic > div:nth-of-type(1) {
  padding: 0;
}
.experience-photo .poi-content-preview .photo-row.two-pics > div:nth-of-type(1) {
  padding: 0 3px 0 0;
}
.experience-photo .poi-content-preview .photo-row.two-pics > div:nth-of-type(2) {
  padding: 0 0 0 3px;
}
.experience-photo .poi-content-preview .photo-row.three-pics > div:nth-of-type(1) {
  padding: 0 3px 0 0;
}
.experience-photo .poi-content-preview .photo-row.three-pics > div:nth-of-type(2) {
  padding: 0 3px 0 3px;
}
.experience-photo .poi-content-preview .photo-row.three-pics > div:nth-of-type(3) {
  padding: 0 0 0 3px;
}
.experience-photo .poi-content-preview .photo-row > div {
  height: 100%;
  cursor: pointer;
}
.experience-photo .poi-content-preview .photo-row > div > div {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.experience-photo .poi-content-preview .photo-row > div > div.contain {
  width: calc(100% - 3px);
}
.experience-photo .poi-content-preview .photo-row .count-container {
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.experience-photo .poi-content-preview .photo-row .count-container > div {
  display: table;
  width: 100%;
  height: 100%;
}
.experience-photo .poi-content-preview .photo-row .count-container > div > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 35px;
  font-weight: bold;
}
.spinner-wrapper {
  display: block;
  position: static;
  min-height: 140px;
  margin-top: 40px;
}
.spinner-wrapper .spinner-inner {
  position: absolute;
  left: 0;
  right: 0;
}
.spinner-wrapper .spinner-inner .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 50px auto;
}
.spinner-wrapper .spinner-inner .double-bounce1,
.spinner-wrapper .spinner-inner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #555555;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner-wrapper .spinner-inner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* 6. experience map */
/* -------------------------------------------------------------- */
.experience-map-wrapper {
  height: 210px;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .experience-map-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .experience-map-wrapper .experience-map {
    left: 0;
  }
}
@media all and (min-width: 768px) {
  .experience-map-wrapper {
    position: absolute;
    top: -69px;
    right: 0;
  }
}
@media all and (max-width: 509px) {
  .experience-map-wrapper {
    width: 100%;
  }
}
.experience-map-wrapper img {
  height: 210px;
  width: 100%;
}
.experience-map {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 768px) {
  .experience-map {
    left: 20px;
  }
}
.experience-map a {
  display: inline;
  line-height: 1.42857143;
}
#experience-map {
  height: 100%;
}
/*  ====================================================================================================== */
/* 2. Section detail page
/*  ====================================================================================================== */
/* 1. #section-details */
/* -------------------------------------------------------------- */
#section-details {
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  #section-details {
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
#section-details h3 {
  font-size: 18px;
  font-weight: 400;
}
#section-details h3 span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
/* 2. #section-facts */
/* -------------------------------------------------------------- */
#section-facts {
  font-size: 15px;
}
#section-facts ul li {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 30px;
}
#section-facts ul li:last-child {
  padding-right: 0;
}
#section-facts ul li i {
  width: 20px;
  margin-left: -20px;
  color: #00b0f0;
}
#section-facts ul li .abbrev {
  border-bottom: 1px dotted #00b0f0;
}
/* 3. #section-map */
/* -------------------------------------------------------------- */
#section-map-wrapper {
  color: #ffffff;
  text-align: center;
  position: relative;
  background-color: #007fa0;
}
#section-map-wrapper #section-map {
  height: 300px;
}
#section-map-wrapper p:first-child {
  margin-bottom: 0;
}
#section-map-wrapper h1 {
  margin-top: 0;
  font-size: 45px;
  color: #ffffff;
}
#section-map-wrapper .js-map-switcher {
  position: absolute;
  z-index: 90;
  right: 0;
  border: 2px solid #fff;
  top: 10px;
  cursor: pointer;
}
#section-map-wrapper .js-map-switcher img.switch-to-satellite {
  display: block;
}
#section-map-wrapper .js-map-switcher img.switch-to-sketch {
  display: none;
}
#section-map-wrapper .map-sketch {
  position: relative;
  padding-top: 25px;
}
#section-map-wrapper .js-map-satellite {
  position: absolute;
  z-index: 80;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-transition: display 300ms ease;
  -moz-transition: display 300ms ease;
  -o-transition: display 300ms ease;
  transition: display 300ms ease;
}
#section-map-wrapper .js-map-satellite.visible {
  display: block;
}
#section-map-wrapper .js-map-satellite iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#section-map-wrapper h4 {
  color: #fff;
  font-weight: 300;
  margin: 30px 0 3px;
}
#section-map-wrapper h2 {
  color: #fff;
  margin: 0 0 30px;
}
#section-map-wrapper ul {
  text-align: center;
  font-size: 16px;
  height: 35px;
  margin: 0 auto;
  width: 840px;
}
@media all and (max-width: 992px) {
  #section-map-wrapper ul {
    width: 360px;
  }
}
@media all and (max-width: 509px) {
  #section-map-wrapper ul {
    width: 200px;
  }
}
#section-map-wrapper ul li {
  display: inline-block;
  margin-bottom: 0;
}
#section-map-wrapper ul li:last-of-type a > span > span {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-right-color 200ms ease;
  -moz-transition: border-right-color 200ms ease;
  -o-transition: border-right-color 200ms ease;
  transition: border-right-color 200ms ease;
}
#section-map-wrapper ul li:last-of-type:hover a > span > span,
#section-map-wrapper ul li:last-of-type:active a > span > span {
  border-right-color: transparent;
}
#section-map-wrapper ul li:hover a > span,
#section-map-wrapper ul li:active a > span {
  background-color: #01576e;
}
#section-map-wrapper ul li:hover a > span > span,
#section-map-wrapper ul li:active a > span > span {
  border-left: 1px solid transparent;
}
#section-map-wrapper ul li:hover + li a > span > span,
#section-map-wrapper ul li:active + li a > span > span {
  border-left-color: transparent;
}
#section-map-wrapper ul li.active a > span {
  background-color: #01576e;
}
#section-map-wrapper ul li.active a > span > span {
  border-left-color: transparent;
  border-right-color: transparent;
}
#section-map-wrapper ul li.active + li a > span > span {
  border-left-color: transparent;
}
#section-map-wrapper ul li a {
  display: table;
  line-height: 35px;
  height: 35px;
  width: 35px;
  color: #fff;
}
#section-map-wrapper ul li a:hover,
#section-map-wrapper ul li a:active {
  text-decoration: none;
}
#section-map-wrapper ul li a > span {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
#section-map-wrapper ul li a > span > span {
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-left-color 200ms ease;
  -moz-transition: border-left-color 200ms ease;
  -o-transition: border-left-color 200ms ease;
  transition: border-left-color 200ms ease;
  line-height: 20px;
  height: 20px;
}
/* 4. Experience Count & Line (Parallax) */
/* -------------------------------------------------------------- */
.parallax.experiences-count h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 27px;
  font-weight: normal;
  text-align: center !important;
  color: white;
  text-shadow: 0 0 2px #777777;
  max-width: 620px;
  margin: 340px auto 0 !important;
  height: 145px;
}
body[class*="single-agps_place"] .parallax.experiences-count h3,
body[class*="single-agps_area"] .parallax.experiences-count h3 {
  margin-top: 425px !important;
  height: 60px;
}
#experiences-line > .fl-module-content.fl-node-content {
  position: absolute;
  bottom: -18px;
  margin-left: 50%;
  left: -468px;
}
#places #experiences-line ul {
  margin-bottom: 0;
  text-align: center;
}
#places #experiences-line li {
  display: inline-block;
  margin-bottom: 0;
}
#places #experiences-line .btn {
  background: #ffffff;
  font-size: 16px;
  border-radius: 0;
  font-weight: 100;
  padding: .15em .6em;
}
#places #experiences-line .btn.step {
  font-weight: 300;
}
/* 5. #section-highlights */
/* -------------------------------------------------------------- */
.label[class*="category-"] {
  font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 400;
}
.label.category-nature,
body[class*="experience-nature"] .experience-category .label {
  background-color: #c88a12;
}
.label.category-culture,
.label.category-event,
body[class*="experience-culture"] .experience-category .label {
  background-color: #00b0f0;
}
.label.category-gusto,
body[class*="experience-gusto"] .experience-category .label {
  background-color: #6a737b;
}
.label.category-else,
body[class*="experience-else"] .experience-category .label {
  background-color: #eeeeee;
  color: #00b0f0;
}
body[class*="experience-"] .experience-category {
  margin-top: -13px;
  text-align: center;
}
body[class*="experience-"] .experience-category > div {
  z-index: 100;
}
body[class*="experience-"] .experience-category .label {
  font-size: 90%;
  border: 5px solid #ffffff;
}
.section-highlights {
  margin-top: 90px;
  margin-bottom: 90px;
}
body[class*="experience"] .section-highlights,
.headline-teaser-top-center ~ .section-highlights,
.section-highlights ~ .section-highlights,
.fl-module-heading + .section-highlights,
.parallax.experiences-count + div .section-highlights {
  margin-top: 0;
}
body[class*="single-agps_tour"] .section-highlights,
body[class*="single-agps_area"] .section-highlights {
  margin-top: 45px;
}
body[class*="single-agps_place"] .section-highlights {
  margin-top: 30px;
}
.section-highlights h2 {
  margin-top: 0;
}
.section-highlights .row:nth-of-type(1) {
  margin-left: -5px;
  margin-right: -5px;
}
@media all and (max-width: 767px) {
  .section-highlights .row:nth-of-type(1) {
    margin: 0 -5px;
  }
}
.section-highlights .row:nth-of-type(1) > div {
  padding: 0 5px;
}
.section-highlights .row:nth-of-type(1) > div.col-xs-6 {
  margin-bottom: 10px;
}
@media all and (max-width: 509px) {
  .section-highlights .row:nth-of-type(1) > div.col-xs-6 {
    width: 100%;
    margin-bottom: 5px;
  }
}
.section-highlights .row:nth-of-type(2) {
  margin-left: 0;
  margin-right: 0;
}
.section-highlights a:hover .card .card-inner .highlight-more span,
.section-highlights a:active .card .card-inner .highlight-more span {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-highlights a .card {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.section-highlights a .card .card-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.section-highlights a .card h4 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 10px;
  color: #fff;
  margin: 0 auto;
}
.section-highlights a .card h4 span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #c88a12;
  padding: 5px 5px 3px;
}
.section-highlights a .card.category-nature h4 span {
  background-color: #c88a12;
}
.section-highlights a .card.category-culture h4 span {
  background-color: #00b0f0;
}
.section-highlights a .card.category-gusto h4 span {
  background-color: #fff;
  color: #c88a12;
}
.section-highlights a .card .headline {
  width: 85%;
  margin: 15px auto;
  display: table-cell;
  vertical-align: middle;
}
.section-highlights a .card .headline h3 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.05;
  max-width: 180px;
  display: inline-block;
  text-shadow: 6px 6px 8px #00151B;
  word-wrap: break-word;
}
@media all and (max-width: 767px) {
  .section-highlights a .card .headline h3 {
    max-width: 200px;
  }
}
@media all and (max-width: 509px) {
  .section-highlights a .card .headline h3 {
    max-width: 250px;
    font-size: 36px;
  }
}
.section-highlights a .card .highlight-more {
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.section-highlights a .card .highlight-more span {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  border: 1px solid #ffffff;
  padding: 3px 5px;
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
}
.section-highlights.subtle .card {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #777777;
}
@media (min-width: 768px) {
  .section-highlights.subtle .card {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .section-highlights.subtle .card {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-highlights.subtle .highlight-image {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-highlights.subtle .highlight-details {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-highlights .pagination {
  color: #999999;
  margin: 0;
  text-align: right;
}
@media all and (max-width: 992px) {
  .section-highlights .pagination {
    text-align: center;
  }
}
.section-highlights .pagination p {
  line-height: 2;
  padding: 0 15px 0 0;
  margin: 0;
}
@media all and (max-width: 992px) {
  .section-highlights .pagination p {
    padding-right: 0;
    margin-bottom: 6px;
  }
}
.section-highlights .pagination ul li {
  display: inline-block;
}
.section-highlights .pagination ul li.current a {
  background-color: #c88a12;
  border-color: #c88a12;
  color: #fff;
}
.section-highlights .pagination ul li a {
  text-decoration: none;
  padding: 0 11px;
  border: 1px solid #dddddd;
  background-color: #fff;
  line-height: 2;
  color: #999999;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section-highlights .pagination ul li a:hover,
.section-highlights .pagination ul li a:active {
  background-color: #c88a12;
  border-color: #c88a12;
  color: #fff;
}
body[class*="experience"] .section-highlights .pagination {
  display: none;
}
.highlight-controls {
  margin-top: 20px;
}
.highlight-controls a {
  display: block;
}
.highlight-controls a.btn {
  font-size: 90%;
}
@media all and (max-width: 992px) {
  .highlight-controls {
    text-align: center;
  }
}
.footer-content .highlight-controls {
  margin-top: 0;
}
.highlight-controls .filter ul,
.highlight-controls.filter ul {
  padding: 0;
  text-align: center;
}
.highlight-controls .filter ul li,
.highlight-controls.filter ul li {
  list-style-type: none;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .highlight-controls .filter ul li,
  .highlight-controls.filter ul li {
    padding-bottom: 15px;
  }
  .highlight-controls .filter ul li:first-child,
  .highlight-controls.filter ul li:first-child,
  .highlight-controls .filter ul li:nth-child(3),
  .highlight-controls.filter ul li:nth-child(3) {
    padding-left: 0;
    padding-right: 7.5px;
  }
  .highlight-controls .filter ul li:nth-child(2),
  .highlight-controls.filter ul li:nth-child(2),
  .highlight-controls .filter ul li:last-child,
  .highlight-controls.filter ul li:last-child {
    padding-left: 7.5px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .highlight-controls .filter ul li,
  .highlight-controls.filter ul li {
    float: left;
    width: 25%;
  }
}
.highlight-controls .filter ul li:before,
.highlight-controls.filter ul li:before {
  content: "";
  margin-left: 0;
  display: none;
}
.highlight-controls .filter ul li a,
.highlight-controls.filter ul li a {
  padding: 0 20px 0 4px;
  border: 1px solid #c88a12;
  background-color: #c88a12;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
#host-search-filter .highlight-controls .filter ul li a,
#host-search-filter .highlight-controls.filter ul li a {
  font-size: 90%;
  font-weight: 300;
}
@media (max-width: 767px) {
  #host-search-filter .highlight-controls .filter ul li a,
  #host-search-filter .highlight-controls.filter ul li a {
    padding: 0 5px;
  }
}
#host-search-filter .highlight-controls .filter ul li a:before,
#host-search-filter .highlight-controls.filter ul li a:before {
  opacity: .8;
}
@media (max-width: 509px) {
  #host-search-filter .highlight-controls .filter ul li a:before,
  #host-search-filter .highlight-controls.filter ul li a:before {
    display: none;
  }
}
#host-search-filter .highlight-controls .filter ul li a.active,
#host-search-filter .highlight-controls.filter ul li a.active,
#host-search-filter .highlight-controls .filter ul li a.active:before,
#host-search-filter .highlight-controls.filter ul li a.active:before {
  opacity: 1;
  font-weight: 400;
}
.footer-content .highlight-controls .filter ul li a,
.footer-content .highlight-controls.filter ul li a {
  font-size: 14px;
  background-color: #ffffff !important;
  border: none !important;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-content .highlight-controls .filter ul li a,
  .footer-content .highlight-controls.filter ul li a {
    font-size: 16px;
  }
}
.highlight-controls .filter ul li a.category-nature,
.highlight-controls.filter ul li a.category-nature {
  border-color: #c88a12;
  background-color: #c88a12;
}
.footer-content .highlight-controls .filter ul li a.category-nature,
.footer-content .highlight-controls.filter ul li a.category-nature {
  color: #c88a12;
}
.highlight-controls .filter ul li a.category-culture,
.highlight-controls.filter ul li a.category-culture {
  border-color: #00b0f0;
  background-color: #00b0f0;
}
.footer-content .highlight-controls .filter ul li a.category-culture,
.footer-content .highlight-controls.filter ul li a.category-culture {
  color: #00b0f0;
}
.highlight-controls .filter ul li a.category-gusto,
.highlight-controls.filter ul li a.category-gusto {
  border-color: #6a737b;
  background-color: #6a737b;
}
.footer-content .highlight-controls .filter ul li a.category-gusto,
.footer-content .highlight-controls.filter ul li a.category-gusto {
  color: #6a737b;
}
.highlight-controls .filter ul li a.category-event,
.highlight-controls.filter ul li a.category-event {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #00b0f0;
}
.highlight-controls .filter ul li a:hover,
.highlight-controls.filter ul li a:hover,
.highlight-controls .filter ul li a:active,
.highlight-controls.filter ul li a:active {
  text-decoration: none;
}
.highlight-controls .filter ul li a::before,
.highlight-controls.filter ul li a::before {
  content: "\f10c";
  font-family: FontAwesome;
  padding-right: 10px;
}
body[class*="experience"] .fl-builder-content .highlight-controls .filter,
body[class*="experience"] .fl-builder-content .highlight-controls.filter {
  display: none;
}
.fl-node-58b562f7c303d,
.fl-node-58b57212acaaf {
  height: 150px;
  opacity: 0;
}
/* /#section-highlights */
#section-highlights.calendar {
  margin-top: 30px;
}
#section-highlights.calendar h2 {
  text-align: center;
  margin-bottom: 30px !important;
}
#section-highlights.calendar .card-block {
  text-align: center;
  margin-top: -23.1px;
  position: relative;
}
#section-highlights.calendar h4.card-title.label {
  font-size: 21px;
  text-transform: uppercase;
  background-color: #00b0f0;
  border: 5px solid #ffffff;
  z-index: 100;
}
#section-highlights.calendar div.card-img-top {
  width: 100%;
  height: 210px;
}
@media (min-width: 510px) {
  #section-highlights.calendar .card + .card {
    border-left: 1px solid #eeeeee;
  }
}
@media (min-width: 510px) {
  #section-highlights.calendar .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
}
#section-highlights.calendar .list-group-flush {
  font-size: 16px;
}
#section-highlights.calendar .list-group-flush .list-group-item {
  color: #00b0f0;
}
#section-highlights.calendar .list-group-flush .list-group-item:first-child {
  border-top: 0;
}
#section-highlights.calendar .list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}
#section-highlights.calendar .card-deck-wrapper + h2 {
  margin-top: 90px;
}
/*
@import "../../geoSportsTec/less/skeleton/pb-skeleton-sharing";
@import "../../geoSportsTec/less/skeleton/pb-skeleton-footer";
@import "../../geoSportsTec/less/skeleton/pb-skeleton-filter";                       // Image Filters
@import "../../geoSportsTec/less/skeleton/pb-skeleton-parallax";
@import "../../geoSportsTec/less/skeleton/pb-skeleton-catcher";
@import "../../geoSportsTec/less/skeleton/pb-skeleton-documentation";
@import "../../geoSportsTec/less/skeleton/pb-skeleton-map";
*/
.fl-module-Shop .row-free {
  margin-bottom: 60px;
}
.card.product {
  border: none;
  margin-bottom: 20px;
  scroll-margin-top: 100px;
}
#product-attributes-individual .form-inline .form-control {
  font-size: 16px;
  height: 34px;
  padding: 6px 12px;
}
#attributes-wrapper .attributes label {
  min-width: 150px;
}
#attributes-wrapper .attributes select {
  min-width: 240px;
}
#checkout .nav-tabs {
  margin-bottom: 45px;
}
.ch-only {
  display: none;
}
.is-ch .ch-only {
  display: block;
}
.wc-item-rabatt {
  display: inline-block;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #00b0f0;
}
.fl-module-ShopHQ .badge {
  border-radius: 50%;
}
#cart-nav {
  display: none;
  width: 260px;
  left: 50%;
  margin-left: -130px;
  border-radius: 40px;
  height: 20px;
  border: 5px #00b0f0 solid;
  box-shadow: 0 0 10px #555;
  bottom: 5%;
  z-index: 10300;
  cursor: pointer;
}
body.logged-in #cart-nav.active {
  display: block;
}
#cart-nav .container {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
}
#product-attributes .content-with-more-outer .more button {
  color: #00b0f0;
  background: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  font-size: 15px;
}
.card.product .card-img-top {
  cursor: pointer;
}
table.trikot-size {
  width: 100%;
  text-align: center;
}
table.trikot-size tr:first-child td {
  background: #00b0f0;
  color: white;
}
table.trikot-size tr:first-child td:first-child {
  background-color: white;
  border-left: none;
}
table.trikot-size tr:first-child td:last-child {
  border-right: solid 1px #00b0f0;
}
table.trikot-size tr td {
  padding: 5px;
  border: none;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
table.trikot-size tr td:first-child {
  text-align: left;
  border-left: 1px solid #dedede;
}
b.price span {
  font-weight: normal;
}
h2.categorie-headline {
  clear: both;
  text-align: center;
  margin: 0px;
  padding: 10px;
}
hr.categorie-hr-top {
  margin-top: 30px;
  margin-bottom: 0px;
}
hr.categorie-hr-bottom {
  margin-top: 0px;
  margin-bottom: 30px;
}
.shop-new .card-img-top {
  background-size: cover !important;
}
.shop-new .card-inner {
  position: relative;
  box-shadow: 0px 0px 7px #ccc;
}
.shop-new .card-inner:hover {
  box-shadow: 0px 0px 20px #ccc;
}
.shop-new .card-text.short_description {
  font-size: 16px;
}
body.smq .banner_label {
  background-image: url(/wp-content/uploads/sites/23/2020/11/SMI-Sale_smq.png);
}
body.smt .banner_label {
  background-image: url(/wp-content/uploads/sites/23/2020/11/SMI-Sale_smt.png);
}
body.sma .banner_label {
  background-image: url(/wp-content/uploads/sites/23/2020/11/SMI-Sale_sma.png);
}
body.smg .banner_label {
  background-image: url(/wp-content/uploads/sites/23/2020/11/SMI-Sale_smg.png);
}
.banner_label {
  background-image: url(/wp-content/uploads/sites/30/2020/11/SMI-Sale.png);
  position: absolute;
  top: -7px;
  left: -7px;
  width: 150px;
  height: 150px;
  background-size: contain;
  color: #fff;
  background-repeat: no-repeat;
}
.banner_label span {
  transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  display: block;
  margin-top: 40px;
  margin-left: -46px;
  text-align: center;
  width: 200px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #shop-header-nav.navbar-sticky {
    top: 0px;
    background: #fff;
    z-index: 2000;
    position: fixed;
    right: 0;
    left: 0;
  }
  .admin-bar #shop-header-nav.navbar-sticky {
    top: 32px;
  }
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle !important;
  width: auto !important;
}
#register-ride ul.payments {
  display: inline;
  list-style: none;
  padding: 0px;
}
#register-ride ul.payments li {
  display: inline;
  text-decoration: underline;
}
#register-ride ul.payments li::after {
  content: ", ";
}
#register-ride ul.payments li:last-child::after,
#register-ride ul.payments li.last::after {
  content: "";
}
#register-ride ul.payments li:not([data-country="*"]) {
  display: none;
}
#register-ride .payment-text-country {
  display: none;
}
html.woocommerce-order-pay {
  height: 100%;
}
body.woocommerce-order-pay {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
}
body.woocommerce-order-pay #order_review {
  background-color: rgba(0, 0, 0, 0);
}
body.woocommerce-order-pay.smq {
  background-image: url(/wp-content/uploads/sites/30/2017/07/Mountainbike-Tour-Stoneman-Miriquidi-MTB-Abenteuer-Erzgebirge-Ore-Mountains-4-panorama-2736x1824.jpg);
}
body.woocommerce-order-pay.smq header {
  display: none;
}
body.woocommerce-order-pay.sma {
  background-image: url(/wp-content/uploads/stoneman/images/payment/SAA_Checkout.jpg);
}
body.woocommerce-order-pay .fl-page-content {
  background-color: rgba(0, 0, 0, 0);
}
.modal {
  z-index: 2000;
}
.with-overflow,
.with-overflow .fl-row-fixed-width {
  overflow-x: visible;
}
.card.product.col-xs-6 .card-img-top {
  position: relative;
  padding-top: 100%;
  height: auto !important;
}
@media (max-width: 767px) {
  .card.product {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .card.product .card-bottom .btn {
    width: 100%;
  }
}
html {
  scroll-behavior: smooth;
}
.product-row-container.inactive .card.product {
  opacity: 0.8;
  cursor: initial;
}
.product-row-container.inactive .card.product .card-img-top {
  cursor: initial;
}
hr.for-finisher {
  background-image: -webkit-linear-gradient(left, transparent, #f39200 50%, transparent);
}
h2.for-finisher,
.for-finisher h4,
.for-finisher .btn.details {
  color: #f39200;
}
.for-finisher .btn-primary {
  background-color: #f39200;
  border-color: #fde9cc;
}
.for-finisher .badge {
  background-color: #f39200;
}
.for-finisher .label {
  background-color: #f39200;
}
.for-finisher ~ .alert {
  border-color: #f39200;
  background-color: #fde9cc;
}
body.smq .for-finisher .banner_label {
  background-image: url(/wp-content/uploads/sites/23/2020/11/SMI-Sale_smq_finish.png);
}
body.smg .for-finisher .banner_label {
  background-image: url(/wp-content/uploads/sites/23/2020/11/SMI-Sale_smg_finish.png);
}
body.smt .for-finisher .banner_label {
  background-image: url(/wp-content/uploads/sites/23/2020/11/SMI-Sale_smt_finish.png);
}
body.smt .for-finisher ~ .alert {
  color: #fff;
}
body.sma .for-finisher .banner_label {
  background-image: url(/wp-content/uploads/sites/23/2020/11/SMI-Sale_sma_finish.png);
}
a[href="#c-Finisher-Shop"] {
  color: #f39200;
}
/*
// Skeleton: Backend & Pagebuilder
// ----------------------
@import "../../geoSportsTec/less/skeleton/pb-skeleton-pagebuilder";                  // aG-Pagebuilder (Skeleton)
@import "../../geoSportsTec/less/skeleton/pb-skeleton-plugin-mla";                   // Plugin Media Library Assistant (Skeleton)
*/
.fl-module-Logis-Partner-List > .fl-module-content {
  margin: 0px;
}
body.page-id-6 table.programm td:nth-child(odd) {
  width: 70px;
  font-weight: bold;
  vertical-align: top;
}
.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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
  Icon Font: fontcustom
*/
@font-face {
  font-family: "fontcustom";
  src: url("/wp-content/themes/stoneman/less/fontcustom/fontcustom_cebb1af2eebcb38509847e33989cf8ae.eot");
  src: url("/wp-content/themes/stoneman/less/fontcustom/fontcustom_cebb1af2eebcb38509847e33989cf8ae.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/stoneman/less/fontcustom/fontcustom_cebb1af2eebcb38509847e33989cf8ae.woff") format("woff"), url("/wp-content/themes/stoneman/less/fontcustom/fontcustom_cebb1af2eebcb38509847e33989cf8ae.ttf") format("truetype"), url("/wp-content/themes/stoneman/less/fontcustom/fontcustom_cebb1af2eebcb38509847e33989cf8ae.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url("/wp-content/themes/stoneman/less/fontcustom/fontcustom_cebb1af2eebcb38509847e33989cf8ae.svg#fontcustom") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icon-breakfast:before,
.icon-kitchen-time:before,
.icon-starter-service:before,
.icon-stoneman-dish:before,
.icon-vegan:before,
.icon-vegetarian:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-kitchen-time:before {
  content: "\f100" !important;
}
.icon-starter-service:before {
  content: "\f101" !important;
}
.icon-stoneman-dish:before {
  content: "\f102" !important;
}
.icon-vegan:before {
  content: "\f103" !important;
}
.icon-vegetarian:before {
  content: "\f104" !important;
}
.icon-breakfast:before {
  content: "\f105" !important;
}
/* -- Roboto-Family -- */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
#mail-body {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background: #fcfcfc;
  font-size: 18px;
  line-height: 1.42857143;
}
#mail-body td.main {
  padding: 25px 25px 0 25px;
}
#mail-body td.main2 {
  padding: 0 25px;
}
#mail-body .reply {
  font-size: 80%;
  color: #878787;
}
hr.footer {
  border-color: #00b0f0;
  margin: 50px;
}
p.footer {
  font-size: 60%;
}
p.footer-line {
  margin-top: 50px;
}
.bike24offers {
  color: #343d46;
}
.bike24offers p {
  clear: left;
}
.bike24offers.card-deck {
  text-align: center;
}
.bike24offers.card-deck img {
  width: 160px;
}
.bike24offers.card-deck table tr {
  border: none;
}
.bike24offers.card-deck table td {
  width: 33.3333%;
  border: none;
  text-align: center;
  background: #fff;
}
.bike24offers .card {
  height: 270px;
  padding: 0;
  border: none;
}
.bike24offers .img {
  margin-top: 15px;
}
.bike24offers .title {
  font-weight: bold;
  color: #333;
  font-size: 15px;
  margin-top: 5px;
}
.bike24offers .teaser {
  color: #333;
  font-size: 15px;
  margin-top: 5px;
}
li.lsn {
  list-style: none;
}
#stoneman-map {
  height: 600px;
  z-index: 2;
}
#stoneman-map.smam .marker-checkpoint {
  background: #fbbb21;
}
#stoneman-map.smam .marker-checkpoint .circle-inner {
  background: #fbbb21;
}
#stoneman-map.smam span.title {
  color: #fbbb21;
}
#stoneman-map.smqm .marker-checkpoint {
  background: #00b0f0;
}
#stoneman-map.smqm .marker-checkpoint .circle-inner {
  background: #00b0f0;
}
#stoneman-map.smqm span.title {
  color: #00b0f0;
}
#stoneman-map .marker-checkpoint {
  width: 15px;
  height: 15px;
  border-radius: 20px;
}
#stoneman-map .marker-checkpoint .circle-outer {
  border-radius: 20px;
  background: #fff;
  width: 11px;
  height: 11px;
  margin-left: 2px;
  margin-top: 2px;
  position: relative;
}
#stoneman-map .marker-checkpoint .circle-inner {
  position: absolute;
  border-radius: 20px;
  width: 3px;
  height: 3px;
  left: 4px;
  top: 4px;
}
#stoneman-map span.title {
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  font-weight: bold;
  width: 800px;
  position: absolute;
  left: -394px;
  top: -18px;
  color: #333;
  text-align: center;
}
#map-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10000;
  border-radius: 4px;
  background: white;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
#map-menu .map-menu-item {
  text-align: center;
  height: 29px;
  width: 29px;
  line-height: 29px;
}
#map-menu span {
  display: none;
}
.difficultyBtn {
  background: #ebedee;
  color: #b5b7b6;
  font-weight: bold;
}
#stoneman-map-wrapper {
  position: relative;
}
#stoneman-map-wrapper .badge {
  background-color: #f39200;
}
.suggestionsField > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.suggestionsField {
  position: absolute;
  z-index: 1000;
  background: white;
  padding: 20px;
  box-shadow: 0px 15px 10px -15px #111111;
  margin: 0;
  width: 90%;
  left: 5%;
}
.suggestionsField .btn {
  width: 33%;
  background: #ebedee;
  color: #3e3e3f;
}
.suggestionsField .btn:hover {
  background: #3e3e3f;
  color: #fff;
}
#suggestionField-gold h4 {
  color: #deb408;
}
#suggestionField-silver h4 {
  color: #6a737b;
}
#suggestionField-bronze h4 {
  color: #c88a12;
}
#difficultyBtn-gold:hover {
  color: #deb408;
}
#difficultyBtn-gold.active {
  background: #deb408;
  color: white;
}
#difficultyBtn-silver:hover {
  color: #6a737b;
}
#difficultyBtn-silver.active {
  background: #6a737b;
  color: white;
}
#difficultyBtn-bronze:hover {
  color: #c88a12;
}
#difficultyBtn-bronze.active {
  background: #c88a12;
  color: white;
}
.segmentInfo {
  color: #939598;
}
.segmentInfo strong {
  color: #231f21;
  width: 40px;
  display: inline-block;
  text-align: right;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-top-left {
  display: none;
}
.suggestionsField .fl-separator {
  margin: 15px;
}
.suggestionsField .fl-separator.gold {
  background-image: linear-gradient(to right, transparent, #deb408 50%, transparent);
}
.suggestionsField .fl-separator.silver {
  background-image: linear-gradient(to right, transparent, #6a737b 50%, transparent);
}
.suggestionsField .fl-separator.bronze {
  background-image: linear-gradient(to right, transparent, #c88a12 50%, transparent);
}
.card-event {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: left;
}
@media (min-width: 768px) {
  .card-event .row {
    display: flex;
  }
}
.card-event .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.card-event .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-event .card-title {
  font-size: 25px !important;
}
.card-event .type {
  color: #212529 !important;
  font-size: 22px !important;
}
.card-event .teaser {
  font-size: 18px !important;
}
.card-event .img {
  min-height: 250px;
}
.fl-module-SMI-Dates-List .mb-3,
.fl-module-SMI-Dates-List .my-3 {
  margin-bottom: 2em !important;
}
.fl-module-SMI-Dates-List .col:has(.card-event) {
  display: flex;
  justify-content: center;
}
@charset "UTF-8";
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.table-packages th {
  text-align: center;
}
.table-packages th > small {
  font-weight: normal;
}
.table-packages td {
  text-align: center;
}
.table-packages tbody th {
  text-align: right;
}
.table-packages tbody th[colspan="2"] {
  text-align: center;
}
.table-packages tbody th[colspan="3"] {
  text-align: center;
}
.table-packages > thead > tr > th {
  border-bottom: 1px solid #00b0f0;
}
.table-packages col.gold {
  background-color: #fdf4ce;
}
.table-packages col.silver {
  background-color: #e3e5e7;
}
.table-packages col.bronze {
  background-color: #fae8c6;
}
.table-packages td[colspan="1"] {
  background-color: #ffffff;
}
.table-packages td[colspan="2"] {
  background-color: #ffffff;
}
.table-packages td[colspan="3"] {
  background-color: #ffffff;
}
.table-packages th[colspan="1"] {
  background-color: #ffffff;
}
.table-packages th[colspan="2"] {
  background-color: #ffffff;
}
.table-packages th[colspan="3"] {
  background-color: #ffffff;
}
.table-packages h4 {
  margin-top: 36px;
  margin-bottom: 0;
}
.table-packages .h4 {
  margin-top: 36px;
  margin-bottom: 0;
}
.table-packages tr.starts th {
  padding-top: 48px;
}
.table-packages tr.starts td {
  background-color: #ffffff;
  text-align: left;
  padding-top: 36px;
}
.table-packages tr.starts td ul {
  padding-top: 12px;
}
.table-packages tr.starts + tr > td {
  border-top: 0;
  padding-top: 24px;
}
.table-packages tr.starts + tr > th {
  border-top: 0;
  padding-top: 24px;
}
#stock-history-table {
  font-size: 14px;
}
#stock-history-table tr td:first-child {
  font-weight: bold;
  border-right: none !important;
}
#stock-history-table td {
  border-right: solid 1px #ccc;
}
#stock-history-table td.no-border {
  border-right: none !important;
}
#stock-history-table td.diff-warning {
  background-color: #d1ecf1;
}
#stock-history-table tr.end {
  font-weight: bold;
}
.week-counts span {
  display: inline-block;
}
.week-counts span.label {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
}
.week-counts b {
  display: inline-block;
  width: 160px;
}
#evaluation-table.fixed thead,
#evaluation-table.fixed tfoot {
  display: block;
  width: 100%;
}
#monitoring-table thead .th1 th {
  border-bottom: none;
}
#monitoring-table thead .th2 th {
  border-top: none;
  font-weight: normal;
  font-size: smaller;
}
#monitoring-table thead .center {
  text-align: center;
}
#monitoring-table .bold {
  font-weight: bold;
}
#monitoring-table .partly {
  font-size: 12px;
  line-height: 14px;
  display: block;
}
#monitoring-table .bl {
  border-left: 1px solid #dddddd;
}
#monitoring-table tfoot th {
  border-top: 2px solid #dddddd;
}
#monitoring-table tfoot .bl {
  border-left: none !important;
}
