/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/bootstrap/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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
* {
  -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: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.125;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a3d109;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.125;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: 19px;
  margin-bottom: 9.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: 9.5px;
  margin-bottom: 9.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: 44px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 29px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.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: 19px;
}
dt,
dd {
  line-height: 1.125;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 767px) {
  .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: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 21.25px;
  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.125;
  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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.125;
}
.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;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.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.125;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table 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;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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: 19px;
  font-size: 25.5px;
  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: 7px;
  font-size: 17px;
  line-height: 1.125;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 58px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.125;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-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: #a3d109;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(163, 209, 9, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(163, 209, 9, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(163, 209, 9, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 58px;
  line-height: 1.125 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 34px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 52px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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 {
  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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 72.5px;
}
.form-control-feedback {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  -moz-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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  -moz-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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  -moz-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.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 .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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.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: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.125;
  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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  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);
  -moz-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;
  pointer-events: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #a3d109;
  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 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-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: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.125;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.125;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: #333333;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.125;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.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 #ddd;
  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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  background-color: #428bca;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: 130px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
@media (min-width: 767px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 767px) {
  .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: 767px) {
  .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-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 767px) {
  .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: 767px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 767px) {
  .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: 15.5px 15px;
  font-size: 22px;
  line-height: 19px;
  height: 130px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 767px) {
  .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: 48px;
  margin-bottom: 48px;
  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: 767px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 766px) {
  .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: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 767px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 767px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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);
  -moz-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: 36px;
  margin-bottom: 36px;
}
@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 .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: 766px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 767px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 36px;
  margin-bottom: 36px;
}
.navbar-btn.btn-sm {
  margin-top: 48px;
  margin-bottom: 48px;
}
.navbar-btn.btn-xs {
  margin-top: 54px;
  margin-bottom: 54px;
}
.navbar-text {
  margin-top: 55.5px;
  margin-bottom: 55.5px;
}
@media (min-width: 767px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 766px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
}
@media (max-width: 766px) {
  .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: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.125;
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  border: 1px solid #ddd;
  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 {
  color: #a3d109;
  background-color: transparent;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #a3d109;
  background-color: transparent;
  border-color: transparent;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
}
.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: 15px;
}
.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;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.125;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #333333;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 19px;
  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;
}
.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-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: #000;
}
.modal-backdrop.fade {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.125px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.125;
}
.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);
    -moz-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;
  visibility: visible;
  font-size: 15px;
  line-height: 1.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  font-weight: normal;
  line-height: 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: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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,
.modal-footer:before,
.modal-footer:after,
#packlistModal .modal-dialog:before,
#packlistModal .modal-dialog:after,
.Content__Layout--container:before,
.Content__Layout--container: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,
.modal-footer:after,
#packlistModal .modal-dialog:after,
.Content__Layout--container: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;
}
@media (min-width: 767px) {
  .invisible-lg {
    visibility: hidden;
  }
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/** Horizontaler Margin bei figures **/
/** Vertikaler Margin bei figures **/
/** Pfad zu den File-Icons **/
/** Google Maps Seitenverhältnis **/
/** Video Seitenverhältnis **/
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox .modal-body {
  padding: 0px;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 15px;
  width: auto;
  color: #fff;
  background-color: #333;
  font-size: 14px;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
  background: none !important;
}
.bootstrap-datetimepicker-widget table th.prev .glyphicon:before,
.bootstrap-datetimepicker-widget table th.next .glyphicon:before {
  color: white;
}
.bootstrap-datetimepicker-widget table th.prev:hover .glyphicon:before,
.bootstrap-datetimepicker-widget table th.next:hover .glyphicon:before {
  color: #a3d109;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: rgba(163, 209, 9, 0.5);
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #888;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: rgba(163, 209, 9, 0.5);
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #888;
}
.bootstrap-datetimepicker-widget table td.old:hover,
.bootstrap-datetimepicker-widget table td.new:hover {
  color: white;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #a3d109;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #a3d109;
  color: #ffffff;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: rgba(163, 209, 9, 0.5);
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #a3d109;
  color: #ffffff;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #888;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2018 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2018 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
div.img-placeholder {
  display: block;
  overflow: hidden;
  min-width: 16px;
  min-height: 16px;
}
div.img-placeholder-resizer {
  position: relative;
}
div.img-placeholder-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
div.img-placeholder-container img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0px auto;
}
div.img-placeholder-container:after {
  content: url(../img/loading.gif);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0px 0px -8px;
}
div.img-placeholder-container.done:after {
  display: none;
}
.no-margin {
  margin: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.no-margin-left {
  margin-left: 0px !important;
}
.no-margin-right {
  margin-right: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-block {
  display: block !important;
}
.valign-middle {
  vertical-align: middle !important;
}
.align-center {
  margin: 0 auto;
}
.no-float {
  float: none !important;
}
.col-inline {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}
.col-inline-top {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}
.col-inline-middle {
  display: inline-block;
  float: none !important;
  vertical-align: top;
  vertical-align: middle;
}
.col-inline-bottom {
  display: inline-block;
  float: none !important;
  vertical-align: top;
  vertical-align: bottom;
}
.col-margin-vertical {
  margin-top: calc(30px / 2) !important;
  margin-bottom: calc(30px / 2) !important;
}
.col-margin-bottom {
  margin-bottom: calc(30px / 2) !important;
}
.col-margin-top {
  margin-top: calc(30px / 2);
}
.col-margin-bottom-doubled {
  margin-bottom: 30px;
}
.col-margin-top-doubled {
  margin-top: 30px;
}
.col-margin-bottom-3 {
  margin-bottom: calc(30px * 1.5);
}
.col-margin-top-3 {
  margin-top: calc(30px * 1.5);
}
.col-margin-right {
  margin-right: 30px;
}
.col-margin-left {
  margin-left: 30px;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-top-auto {
  margin-top: auto;
}
.marign-bottom-auto {
  margin-bottom: auto;
}
.col-padding-bottom {
  padding-bottom: 30px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.no-wrap {
  white-space: nowrap;
}
.translate-vertical-center {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.translate-center {
  top: 50%;
  left: 50%;
  transform: translateY(-50%, -50%);
}
.bg-gray {
  width: 100%;
  background-color: #333333;
}
.sticky {
  position: fixed;
  top: 0;
}
.overflow-hidden {
  position: relative;
  overflow: hidden;
}
.columns--2 {
  columns: 2;
}
@media (max-width: 767px) {
  .columns--2 {
    columns: 1;
  }
}
.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 591.44px / 1127.34px * 100%;
  background: white;
  position: relative;
}
.aspect-ratio-box .aspect-ratio-box-inside,
.aspect-ratio-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-small {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .text-md-center {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .text-lg-center {
    text-align: center;
  }
}
.background-dark {
  background-color: #333333;
  color: #fff;
}
.background-transparent {
  background-color: transparent;
}
.background-white {
  background-color: #ffffff;
  color: #333333;
}
.no-border {
  border: none !important;
}
.list-reset {
  display: block;
  margin: 0px;
  padding: 0px;
}
.list-reset ul,
.list-reset ol,
.list-reset li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.list-reset ul,
.list-reset ol,
.list-reset li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.width-full {
  width: 100% !important;
  max-width: 100% !important;
}
.width-25 {
  width: 25px;
}
.width-50 {
  display: inline-block;
  width: 50px;
}
.width-100 {
  width: 100px;
}
.width-150 {
  width: 150px;
}
.width-200 {
  width: 200px;
}
.width-250 {
  width: 250px !important;
}
.width-300 {
  width: 300px !important;
}
.width-400 {
  width: 400px;
}
.height-50 {
  height: 50px;
}
.height-100 {
  height: 100px;
}
.height-200 {
  height: 200px;
}
.height-300 {
  height: 300px;
}
.height-400 {
  height: 400px;
}
.row--equalHeight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row--equalHeight > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.flex-noGrow {
  flex-grow: 0;
}
@media (max-width: 767px) {
  .no-margin-xs {
    margin: 0 !important;
  }
}
.font-large {
  font-size: 1.6em;
}
.font-larger {
  font-size: 2em;
}
.font-bolder {
  font-weight: bolder !important;
}
.font-lighter {
  font-weight: lighter !important;
}
.font-black {
  font-weight: 900 !important;
}
.font-smaller {
  font-size: 0.9em;
}
.position-relative {
  position: relative !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.fw400 {
  font-weight: 400;
}
.cursor-pointer {
  cursor: pointer;
}
.highlight-link {
  color: #a3d109;
  font-weight: 400;
}
.highlight-link:hover {
  opacity: 0.8;
}
.social-media {
  display: inline-block !important;
  vertical-align: middle !important;
}
.social-media > * {
  display: block !important;
}
figure.pull-left {
  margin-right: 19px;
  margin-bottom: 19px;
}
figure.pull-right {
  margin-left: 19px;
  margin-bottom: 19px;
}
figure.img-center {
  width: 100%;
  text-align: center;
}
figure.img-center img {
  display: inline-block;
}
figcaption {
  vertical-align: middle !important;
  min-height: 19px;
  font-size: 15px;
  line-height: 1.125;
  margin-top: 4px;
}
span.media-link i {
  font-size: 15px;
}
span.media-link i:before {
  content: ' (';
}
span.media-link i:after {
  content: ')';
}
@media (max-width: 767px) {
  figure.figure-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    float: none !important;
    margin: 0px !important;
  }
  figure.figure-responsive img {
    display: block !important;
    width: 100%;
  }
}
span.media-link a[data-ext]:before {
  content: '';
  background-image: url(../img/sprite-filetypes.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 19px;
  vertical-align: -5px;
  display: inline-block;
  margin-right: 4px;
}
span.media-link a[data-ext=".doc"]:before {
  background-position: -26px -1px;
}
span.media-link a[data-ext=".docx"]:before {
  background-position: -26px -1px;
}
span.media-link a[data-ext=".gpx"]:before {
  background-position: -1px -1px;
}
span.media-link a[data-ext=".gif"]:before {
  background-position: -151px -1px;
}
span.media-link a[data-ext=".bmp"]:before {
  background-position: -101px -1px;
}
span.media-link a[data-ext=".jpg"]:before {
  background-position: -76px -1px;
}
span.media-link a[data-ext=".jpeg"]:before {
  background-position: -76px -1px;
}
span.media-link a[data-ext=".mp3"]:before {
  background-position: -1px -22px;
}
span.media-link a[data-ext=".mp4"]:before {
  background-position: -26px -22px;
}
span.media-link a[data-ext=".avi"]:before {
  background-position: -51px -22px;
}
span.media-link a[data-ext=".mkv"]:before {
  background-position: -126px -22px;
}
span.media-link a[data-ext=".ogg"]:before {
  background-position: -151px -22px;
}
span.media-link a[data-ext=".wav"]:before {
  background-position: -176px -22px;
}
span.media-link a[data-ext=".pdf"]:before {
  background-position: -176px -1px;
}
span.media-link a[data-ext=".png"]:before {
  background-position: -126px -1px;
}
span.media-link a[data-ext=".ppt"]:before {
  background-position: -76px -22px;
}
span.media-link a[data-ext=".pptx"]:before {
  background-position: -76px -22px;
}
span.media-link a[data-ext=".xls"]:before {
  background-position: -51px -1px;
}
span.media-link a[data-ext=".xlsx"]:before {
  background-position: -51px -1px;
}
span.media-link a[data-ext=".exe"]:before {
  background-position: -101px -22px;
}
span.media-link a[data-ext=".zip"]:before {
  background-position: -1px -43px;
}
span.media-link a[data-ext=".rar"]:before {
  background-position: -26px -43px;
}
body.cke_editable {
  background-color: #FFF;
}
.table-responsive table[style="width:100%"] {
  min-width: 500px;
}
.google-site-search .no-result {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.google-site-search .spelling {
  margin-top: 20px;
  color: #dd4b39;
  font-size: 18px;
  float: left;
  width: 100%;
}
.google-site-search .rc {
  margin-top: 20px;
}
.google-site-search .total {
  color: #808080;
}
.google-site-search .rc h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.google-site-search a {
  color: #1a0dab !important;
  border: 0px !important;
}
.google-site-search .rc .f {
  color: #006621;
}
.google-site-search .rc .st {
  color: #545454;
}
.google-site-search .search-nav {
  text-align: center;
}
.google-site-search .search-nav ul {
  margin-top: 20px;
  display: inline-block;
}
.google-site-search .search-nav li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}
.google-site-search .search-nav span.active {
  font-weight: bold;
}
.google-site-search em {
  font-style: normal;
  font-weight: bold;
  display: inline !important;
  font-size: 100% !important;
}
form.form-horizontal div.col-sm-offset-2 input[type="submit"] {
  margin-left: -10px;
}
.has-error .g-recaptcha > div {
  border: 1px solid #d9534f;
}
.agb-button {
  position: relative;
  margin: 30px 0;
}
.agb-button a {
  border: none;
}
.agb-button .agb-text {
  padding-top: 90px;
}
.popover {
  border-radius: 0;
  border: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.popover .arrow {
  top: 0 !important;
  transform: translateY(-104%);
}
.popover .popover-content {
  padding: 15px;
}
.popover.bottom > .arrow:after {
  margin-left: -11px;
}
.popover > .arrow:after {
  border-width: 11px;
}
@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}
.leaflet-gesture-handling-scroll-warning:after,
.leaflet-gesture-handling-touch-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
  animation: leaflet-gestures-fadein 0.8s forwards;
}
.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}
.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}
[data-src] {
  opacity: 0;
  transition: opacity 200ms;
}
img[src] {
  opacity: 1;
}
.iti {
  display: block !important;
}
.iti__flag {
  background-image: url("../img/icons/flags.png") !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/icons/flags@2x.png") !important;
  }
}
#js-overlay,
#js-overlay-price {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
#js-overlay .cv-spinner,
#js-overlay-price .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#js-overlay .spinner,
#js-overlay-price .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #a3d109 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
#js-overlay .is-hide,
#js-overlay-price .is-hide {
  display: none;
}
#js-overlay-price {
  backdrop-filter: blur(2px);
  background: #a3d109;
}
#js-overlay-price .spinner {
  width: 20px;
  height: 20px;
}
.elevationProfile {
  text-align: center;
  margin-top: 24px;
}
.elevationProfile img {
  display: inline-block;
}
.ticket-rail-fly-icon {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
}
.ticket-rail-fly-icon img {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 4px;
  height: 18px;
}
#flugreisedaten sup {
  font-size: 60%;
  font-weight: bold;
  top: -4px;
  cursor: default;
}
.modal {
  z-index: 1081;
}
#packlistModal .modal-dialog {
  width: auto !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #packlistModal .modal-dialog {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  #packlistModal .modal-dialog {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  #packlistModal .modal-dialog {
    width: 1170px !important;
  }
}
@media (max-width: 767px) {
  #packlistModal .modal-dialog {
    flex-direction: column;
  }
}
#packlistModal .close {
  position: absolute;
  right: 10px;
  font-size: 42px;
  color: #000;
  z-index: 1;
}
#packlistModal .modal-content {
  overflow: hidden;
}
#packlistModal .modal-body {
  padding: 0;
}
#packlistModal .popover-container {
  display: flex;
}
@media (max-width: 767px) {
  #packlistModal .popover-container {
    flex-direction: column;
  }
}
#packlistModal .popover-container .popover-image {
  display: flex;
  flex: 0 1 50%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#packlistModal .popover-container .popover-image img {
  width: 100%;
}
#packlistModal .popover-container .popover-image div.img-placeholder {
  width: 100%;
  max-width: 500px;
}
#packlistModal .popover-container .popover-description {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  padding: 15px;
  background-color: #f2f2f2;
}
#packlistModal .popover-container .popover-buttons {
  padding-top: 15px;
  text-align: center;
  margin-top: auto;
}
.CookieBar {
  position: fixed;
  height: 320px;
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  font-size: 17px;
  z-index: 999999999999;
  background-color: white;
  box-shadow: 0 0 10px #2a2a2a;
  color: #444;
}
.CookieBar a {
  color: #2B7B39;
  text-decoration: none;
}
.CookieBar a:hover {
  text-decoration: underline;
}
.CookieBar p {
  margin: 0 0 8px;
}
.CookieBarSentinel {
  height: 320px;
}
.CookieBar__TextContainer {
  height: 210px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 20px;
}
.CookieBar__Container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .CookieBar {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .CookieBar__Container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .CookieBar__Container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .CookieBar__Container {
    width: 1170px;
  }
}
.CookieBar__ButtonContainer {
  position: relative;
  text-decoration: none !important;
  margin: 10px 0 0;
  text-align: right;
  padding-bottom: 10px;
}
.CookieBar__Button {
  margin: 0 20px 10px 0;
}
@media (max-width: 767px) {
  .CookieBar__Button {
    width: 100%;
  }
}
.CookieBar__Button-decline {
  background: #f2f2f2 !important;
  color: #828282 !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
}
.CookieBar__Button-decline:before {
  display: none;
}
.CookieBar__Button-decline:hover {
  color: #bfbfbf !important;
}
.CookieBar__Button-accept {
  background: #2B7B39;
}
.CookieBar__Heading {
  color: #484747;
  text-align: left;
  text-transform: none;
  margin: 20px 0 10px 0;
  font-size: 32px;
}
.CookieBar__Heading:before,
.CookieBar__Heading:after {
  display: none;
}
html.cookieBar-Overlay-open,
html.cookieBar-Overlay-open body {
  height: 100vh;
  overflow: hidden;
}
.CookieBarOuter--overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
.CookieBarOuter--overlay .CookieBar {
  position: relative;
  margin: 2rem auto;
  max-width: 960px;
  width: 100%;
  height: auto !important;
  padding: 40px;
  max-height: 80%;
}
@media (max-width: 767px) {
  .CookieBarOuter--overlay .CookieBar {
    padding: 0;
    height: auto;
    max-height: none;
  }
}
.CookieBarOuter--overlay .CookieBar__Container {
  width: 100%;
}
.CookieBarOuter--overlay .CookieBar__TextContainer {
  height: auto !important;
}
@media (max-height: 650px) {
  .CookieBarOuter--overlay .CookieBar__TextContainer {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .CookieBarOuter--overlay .CookieBar__ButtonContainer {
    text-align: left;
  }
}
#dataProtectionModal {
  background: rgba(0, 0, 0, 0.9);
}
#dataProtectionModal .modal-content {
  padding: 20px 10px;
  margin-top: 10px;
  background: white !important;
  color: black !important;
}
#dataProtectionModal h1,
#dataProtectionModal h2,
#dataProtectionModal h3,
#dataProtectionModal a {
  color: black !important;
}
#dataProtectionModal .container {
  width: 100% !important;
}
.CookieBarOuter--onlyOptOut .CookieBar {
  height: 154px;
}
.CookieBarOuter--onlyOptOut .CookieBarSentinel {
  height: 154px;
}
.CookieBarOuter--onlyOptOut .CookieBar__TextContainer {
  height: 60px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
ul.thumbnails.image_picker_selector {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin-left: -5px;
    margin-right: -5px;
}

ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.thumbnails.image_picker_selector li.group_title {
    float: none;
}

ul.thumbnails.image_picker_selector li {
    padding: 0 4px;
    display: inline-block;
    width: 25%;
}

ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 6px;
    border: 1px solid #DDD;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #a3d109;
}

.prettydropdown {
  position: relative;
  display: block;
  width: 100%;
  min-width: auto !important;
  margin: 0 auto;
  max-width: 100%;
}
.prettydropdown .glyphicon {
  line-height: 1px;
  vertical-align: -5px;
  font-size: 25px;
  margin-left: 10px;
}
.prettydropdown * {
  outline: none !important;
}
@media (max-width: 767px) {
  .prettydropdown {
    width: 100% !important;
    max-width: 350px;
  }
  .prettydropdown select {
    width: 100%;
  }
}
.prettydropdown.loading {
  min-width: 0;
}
.prettydropdown > ul {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #b0b0b0;
  max-height: 55px;
  box-sizing: content-box;
  color: #333;
  cursor: pointer;
  font: inherit;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  z-index: 1;
}
.prettydropdown.loading > ul {
  visibility: hidden;
  white-space: nowrap;
}
.prettydropdown > ul:focus,
.prettydropdown:not(.disabled) > ul:hover {
  border-color: #7f7f7f;
}
.prettydropdown:not(.disabled) > ul.active {
  width: auto;
  max-height: none !important;
  border-color: #a3d109;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
}
.prettydropdown > ul.active:focus {
  outline: none;
}
.prettydropdown > ul.active.reverse {
  top: auto;
  bottom: 0;
}
.prettydropdown > ul > li {
  position: relative;
  min-width: 70px;
  line-height: 18px !important;
  box-sizing: border-box;
  display: none;
  margin: 0;
  padding: 18px 25px 12px 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prettydropdown.loading > ul > li {
  min-width: 0;
  display: block;
  padding-right: 0.8rem;
}
.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
  visibility: hidden;
  /* Prevent FOUC */
}
.prettydropdown > ul > li:first-child,
.prettydropdown > ul.active > li {
  display: block;
}
.prettydropdown > ul.active > li:not(.label):hover,
.prettydropdown > ul.active > li.hover:not(.label),
.prettydropdown > ul.active > li:first-child:hover:after {
  background: #a3d109;
  color: #fff;
}
.prettydropdown > ul.active > li:not(.label):hover .tour-date__status--places-free:before,
.prettydropdown > ul.active > li.hover:not(.label) .tour-date__status--places-free:before,
.prettydropdown > ul.active > li:first-child:hover:after .tour-date__status--places-free:before {
  color: #ffffff;
}
.prettydropdown > ul.active > li.hover:before,
.prettydropdown > ul.active > li.nohover:after {
  border-top-color: #fff !important;
}
.prettydropdown > ul.active > li.hover:after,
.prettydropdown > ul.active > li.nohover:before {
  border-top-color: #a3d109 !important;
}
.prettydropdown > ul.active > li.hover:after .tour-date__status--places-free:before,
.prettydropdown > ul.active > li.nohover:before .tour-date__status--places-free:before {
  color: #ffffff;
}
.prettydropdown.arrow > ul > li.selected:before,
.prettydropdown.arrow > ul > li.selected:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 15px;
  height: 16px;
  border: 8px solid transparent;
  /* Arrow size */
  box-sizing: border-box;
  content: '';
  display: block;
  margin: auto;
}
.prettydropdown.arrow.small > ul > li.selected:before,
.prettydropdown.arrow.small > ul > li.selected:after {
  top: 4px;
  height: 8px;
  border-width: 4px;
}
.prettydropdown.arrow > ul > li.selected:before {
  border-top-color: #a9a9a9;
  /* Arrow color */
}
.prettydropdown.arrow > ul > li.selected:after {
  top: 4px;
  /* Chevron thickness */
  border-top-color: #f9f9f9;
  /* Match background colour */
}
.prettydropdown.arrow > ul > li:first-of-type.selected:after {
  border-top-color: #a3d109;
  /* Match background colour */
}
.prettydropdown.arrow.small > ul > li.selected:after {
  top: 2px;
  /* Chevron thickness */
}
.prettydropdown.arrow.triangle > ul > li.selected:after {
  content: none;
}
.prettydropdown > ul:hover > li.selected:before {
  border-top-color: #7f7f7f;
}
.prettydropdown.arrow > ul > li:first-of-type.selected:before {
  border-top-color: #fff;
  /* Match background colour */
}
.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
  border: none;
}
.prettydropdown > ul:not(.active) > li > span.checked {
  display: none;
}
/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
  overflow: hidden;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prettydropdown > ul > li > span.checked {
  clear: both;
  float: right;
  font-weight: bold;
  margin-right: 0.8rem;
}
/* Option Groups */
.prettydropdown > ul > li.label {
  cursor: default;
  font-weight: bold;
}
.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected {
  border-top: none;
}
.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
  padding-left: 1.6rem;
}
/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
  position: absolute;
  top: 0;
  display: block;
}
/* Disabled */
.prettydropdown.disabled,
.prettydropdown > ul > li.disabled {
  opacity: 0.3;
}
.prettydropdown.disabled > ul > li,
.prettydropdown > ul > li.disabled {
  cursor: not-allowed;
}
/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li,
.prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label,
.prettydropdown > ul > li.label ~ li.selected {
  border-top-color: #dedede;
}
li.hover i:before {
  color: #ffffff;
}
.prettydropdown .glyphicon:before {
  color: #ffffff;
}
.prettydropdown > ul {
  border: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
.prettydropdown > ul > li:first-of-type,
.prettydropdown > ul > li:first-of-type.selected,
.prettydropdown > ul > li:first-of-type.nohover,
.prettydropdown > ul > li:first-of-type:hover,
.prettydropdown > ul.active > li:first-of-type.nohover {
  background-color: #a3d109;
  color: #fff;
  font-weight: 400;
}
.prettydropdown > ul > li.selected {
  background-color: #f9f9f9;
}
.prettydropdown > ul > li > i {
  position: absolute;
  width: auto;
  margin-top: 22px;
  left: 25px;
  right: 25px;
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading {
  border: none !important;
  box-shadow: none !important;
  transition: opacity 200ms;
}
img.slick-loading {
  opacity: 0;
  transition: opacity 200ms;
}
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 140px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
        float: left;
    }

    .daterangepicker {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }

    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

/*! lightgallery - v1.7.1 - 2020-06-13
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
  padding-right: 400px !important;
}

.lg-outer.fb-comments .fb-comments {
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  z-index: 99999;
  background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
  background-image: none;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .lg-toolbar {
  right: 420px;
  width: auto;
}

.lg-outer.fb-comments .lg-actions .lg-next {
  right: 420px;
}

.lg-outer.fb-comments .lg-item {
  background-image: none;
}

.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont {
  background-image: none;
}

.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
  background: url("../img/loading.gif") no-repeat scroll transparent;
  background-position: center center;
  background-position: calc((100% - 400px) / 2) center;
}

.lg-outer.fb-comments .lg-sub-html {
  padding: 0;
  position: static;
}

.lg-outer.fb-comments .lg-video-cont {
  max-width: 1250px !important;
}

/*! lightgallery - v1.7.1 - 2020-06-13
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  .lg-css3.lg-zoom-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  .lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7); }
  .lg-css3.lg-zoom-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7); }
  .lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0; }
  .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  .lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  .lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-scale-up .lg-item {
  opacity: 0; }
  .lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }
  .lg-css3.lg-scale-up .lg-item.lg-next-slide {
    -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }
  .lg-css3.lg-scale-up .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
  .lg-css3.lg-slide-circular .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }
  .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }
  .lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }
  .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }
  .lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0); }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0); }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -moz-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg); }
  .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
    -moz-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg); }
  .lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg); }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg); }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg); }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg); }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg); }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg); }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-lollipop .lg-item {
  opacity: 0; }
  .lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-lollipop .lg-item.lg-next-slide {
    -moz-transform: translate3d(0, 0, 0) scale(0.5);
    -o-transform: translate3d(0, 0, 0) scale(0.5);
    -ms-transform: translate3d(0, 0, 0) scale(0.5);
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5); }
  .lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -moz-transform: translate3d(0, 0, 0) scale(0.5);
    -o-transform: translate3d(0, 0, 0) scale(0.5);
    -ms-transform: translate3d(0, 0, 0) scale(0.5);
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5); }
  .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-rotate .lg-item {
  opacity: 0; }
  .lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  .lg-css3.lg-rotate .lg-item.lg-next-slide {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .lg-css3.lg-rotate .lg-item.lg-current {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  .lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  .lg-css3.lg-rotate-rev .lg-item.lg-current {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-tube .lg-item {
  opacity: 0; }
  .lg-css3.lg-tube .lg-item.lg-prev-slide {
    -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0); }
  .lg-css3.lg-tube .lg-item.lg-next-slide {
    -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(100%, 0, 0); }
  .lg-css3.lg-tube .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lg-transitions.css.map */

/*! lightgallery - v1.7.1 - 2020-06-13
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../../fonts/lg.eot?n1z373");
  src: url("../../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../fonts/lg.woff?n1z373") format("woff"), url("../../fonts/lg.ttf?n1z373") format("truetype"), url("../../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}
.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
  animation: leaflet-gestures-fadein 0.8s forwards;
}
.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}
.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

/*! jQuery UI - v1.12.1 - 2017-11-22
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
/*! jQuery UI - v1.12.1 - 2017-11-22
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
/*! jQuery UI - v1.12.1 - 2018-05-03
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #044777;background:#0069B4;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#044777;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/iconfont.eot?1ybl4o');
  src: url('../fonts/iconfont.eot?1ybl4o#iefix') format('embedded-opentype'), url('../fonts/iconfont.ttf?1ybl4o') format('truetype'), url('../fonts/iconfont.woff?1ybl4o') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../../fonts/roboto/roboto-v30-latin-100.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-100.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../../fonts/roboto/roboto-v30-latin-100italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-100italic.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-100italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/roboto/roboto-v30-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../../fonts/roboto/roboto-v30-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-300italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto/roboto-v30-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/roboto/roboto-v30-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/roboto/roboto-v30-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../../fonts/roboto/roboto-v30-latin-500italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-500italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto/roboto-v30-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../../fonts/roboto/roboto-v30-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-700italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/roboto/roboto-v30-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-900.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../../fonts/roboto/roboto-v30-latin-900italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/roboto/roboto-v30-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/roboto/roboto-v30-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('../../fonts/roboto/roboto-v30-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/roboto/roboto-v30-latin-900italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* kreon-300 - latin */
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/kreon/kreon-v32-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/kreon/kreon-v32-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/kreon/kreon-v32-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/kreon/kreon-v32-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../fonts/kreon/kreon-v32-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/kreon/kreon-v32-latin-300.svg#Kreon') format('svg');
  /* Legacy iOS */
}
/* kreon-regular - latin */
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/kreon/kreon-v32-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/kreon/kreon-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/kreon/kreon-v32-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/kreon/kreon-v32-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../fonts/kreon/kreon-v32-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/kreon/kreon-v32-latin-regular.svg#Kreon') format('svg');
  /* Legacy iOS */
}
/* kreon-700 - latin */
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/kreon/kreon-v32-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/kreon/kreon-v32-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/kreon/kreon-v32-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/kreon/kreon-v32-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../fonts/kreon/kreon-v32-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/kreon/kreon-v32-latin-700.svg#Kreon') format('svg');
  /* Legacy iOS */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flash-animation {
  animation: blink 1s;
  animation-iteration-count: 1;
  background-color: white;
}
@keyframes blink {
  0% {
    background-color: white;
  }
  50% {
    background-color: #edfac0;
  }
  100% {
    background-color: white;
  }
}
body:not(.cke_editable) {
  min-width: 320px;
  overflow-x: hidden;
  background-color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 767px) {
  body:not(.cke_editable) {
    font-size: 15px;
    line-height: 21px;
  }
}
td > p {
  margin: 0px;
}
p.decorated {
  line-height: 1.5em;
  text-align: justify;
}
@media (min-width: 992px) {
  p.decorated {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 900;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h1 i,
.h1 i,
h2 i,
.h2 i,
h3 i,
.h3 i,
h4 i,
.h4 i,
h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em {
  font-style: normal;
  color: inherit;
  line-height: 1.2;
  display: block;
  font-weight: 300;
}
h1.decorated,
.h1.decorated,
h2.decorated,
.h2.decorated,
h3.decorated,
.h3.decorated,
h4.decorated,
.h4.decorated {
  text-align: center;
}
h1.decorated:after,
.h1.decorated:after,
h2.decorated:after,
.h2.decorated:after,
h3.decorated:after,
.h3.decorated:after,
h4.decorated:after,
.h4.decorated:after {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e911 \e911 \e911";
  font-weight: normal;
  display: block;
  color: #999;
  margin: 40px 0px;
  font-size: 0.8em;
}
h1.decorated:after:before,
.h1.decorated:after:before,
h2.decorated:after:before,
.h2.decorated:after:before,
h3.decorated:after:before,
.h3.decorated:after:before,
h4.decorated:after:before,
.h4.decorated:after:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
h1.decorated:after[data-toggle="popover"],
.h1.decorated:after[data-toggle="popover"],
h2.decorated:after[data-toggle="popover"],
.h2.decorated:after[data-toggle="popover"],
h3.decorated:after[data-toggle="popover"],
.h3.decorated:after[data-toggle="popover"],
h4.decorated:after[data-toggle="popover"],
.h4.decorated:after[data-toggle="popover"] {
  cursor: pointer;
}
h1,
.h1 {
  font-size: 50px;
  line-height: 65px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
h2,
.h2 {
  font-size: 40px;
  line-height: 65px;
}
h2 small,
.h2 small,
h2 i,
.h2 i,
h2 em,
.h2 em {
  font-size: 25px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 27px;
    line-height: 32px;
  }
  h2 small,
  .h2 small,
  h2 i,
  .h2 i,
  h2 em,
  .h2 em {
    font-size: 18px;
  }
}
h3,
.h3 {
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 21px;
    line-height: 25px;
  }
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 700;
}
a {
  outline: none !important;
  color: inherit;
  text-decoration: none !important;
  border-bottom: 1px dotted #333333;
}
a:hover {
  color: #a3d109;
  border-bottom-color: #a3d109;
}
button {
  outline: none !important;
}
ul,
ol {
  padding-left: 18px;
}
input,
select {
  box-shadow: none !important;
}
label {
  font-weight: inherit !important;
  color: #b0b0b0;
}
.radio label,
.checkbox label {
  color: #333333;
}
td,
th {
  padding: 15px !important;
}
.datepicker td,
.datepicker th {
  padding: 10px !important;
}
.table > thead > tr > th {
  border-bottom: 4px solid #ddd;
}
iframe {
  border: 0px;
}
blockquote {
  display: block;
  margin: 40px 0px;
  border: 0px;
  padding: 0px;
  font-style: italic;
  text-align: center;
  font-size: 1.5em;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
blockquote p {
  display: inline;
}
.login__method + .login__method {
  margin-top: 50px;
  padding-top: 49px;
  border-top: 1px solid #d1d1d1;
}
.login__container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
}
.login svg {
  width: 100px;
  margin: 0 10px;
  height: 100px;
}
.login svg .svg-logo-alpine-welten__st2 {
  fill: #444444;
}
.gmap {
  position: relative;
  padding-bottom: 9 / 16 * 100%;
  width: 100%;
  z-index: 1;
}
.gmap > div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.Faq {
  margin-bottom: 30px;
}
.Faq--open {
  background: linear-gradient(0deg, rgba(163, 209, 9, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.Faq--open .Faq__Answer:after {
  display: none;
}
.Faq--noExpand .Faq__Expand {
  display: none;
}
.Faq--noExpand .Faq__Answer:after {
  display: none;
}
.Faq__Answer {
  overflow-y: hidden;
  max-height: 132px;
  position: relative;
  padding-bottom: 7px;
}
.Faq__Answer:after {
  content: '';
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 0, 0) 100%);
}
.Faq__Expand {
  margin-top: 15px;
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  padding-left: 0;
  border-width: 0;
  color: #a3d109;
}
.Faq__Expand,
.Faq__Expand:active,
.Faq__Expand[disabled],
fieldset[disabled] .Faq__Expand {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.Faq__Expand,
.Faq__Expand:hover,
.Faq__Expand:focus,
.Faq__Expand:active {
  border-color: transparent;
}
.Faq__Expand:hover,
.Faq__Expand:focus {
  color: #a3d109;
  text-decoration: underline;
  background-color: transparent;
}
.Faq__Expand[disabled]:hover,
fieldset[disabled] .Faq__Expand:hover,
.Faq__Expand[disabled]:focus,
fieldset[disabled] .Faq__Expand:focus {
  color: #777777;
  text-decoration: none;
}
.Faq__Expand:focus {
  text-decoration: none;
}
.Faq__Expand:hover {
  text-decoration: underline;
}
.Faq__Categories img {
  height: 50px;
  margin-right: 5px;
}
.Faq__Search {
  width: 100%;
  height: 65px;
  background: #d1d1d1;
  border: none;
  padding-left: 25px;
  padding-right: 130px;
}
.Faq__SearchButton {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 63px;
  height: 63px;
  background: #a3d109;
  border: none;
}
.Faq__SearchButton svg {
  width: 45px;
  height: 45px;
  vertical-align: middle;
}
.Faq__SearchReset {
  position: absolute;
  right: 70px;
  top: 7px;
  height: 50px;
  background: #b32424;
  border: none;
  width: 50px;
}
.Faq__SearchContainer {
  width: 100%;
  position: relative;
}
.Faq__Container {
  margin-top: 20px;
}
.PopupNotification {
  position: fixed;
  bottom: 0;
  right: 10%;
  background-color: #a3d109;
  padding: 30px;
  color: white;
  text-align: center;
  transform: translateY(100%);
  transition: all 1s linear;
  z-index: 9998;
}
@media (max-width: 480px) {
  .PopupNotification {
    right: auto;
    width: 100%;
  }
}
.PopupNotification a {
  border-bottom: none;
  margin-top: 8px;
  display: inline-block;
}
.PopupNotification a:before {
  margin-right: 4px;
  font-family: icomoon;
  line-height: 1em !important;
  content: "\e902";
}
.PopupNotification a:hover {
  color: #e6e6e6;
}
.PopupNotification--show {
  transform: translateY(0%);
  transition: all 1s linear 3s;
}
.PopupNotification__Close {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 24px;
  cursor: pointer;
}
.PopupNotification__Close:hover {
  color: #e6e6e6;
}
.PopupNotification__Close:hover img {
  opacity: 0.6;
}
.Header {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1081;
  color: #ffffff;
  background-color: #333333;
}
.Header__Nav {
  position: relative;
  width: 100%;
  transition: background-color 200ms;
  padding-top: 30px;
}
.Header__NavBar {
  padding-bottom: 15px;
}
.Header__NavWrapper {
  position: relative;
  width: 100%;
  z-index: 9;
}
.Header__Brand {
  border: none;
  float: left;
}
.Header__Brand svg {
  transition: all 200ms;
  height: 90px;
  width: 90px;
}
@media (max-width: 767px) {
  .Header__Brand svg {
    height: 75px;
    width: 75px;
  }
}
.Header__Brand--pullback {
  display: none;
}
.Header__Navigation {
  text-align: right;
}
@media (max-width: 767px) {
  .Header__Navigation {
    align-items: normal;
  }
}
.Header__Row {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}
@media (min-width: 768px) AND (max-height: 870px) {
  .Header__Row {
    min-height: 440px;
  }
}
@media (min-width: 992px) AND (max-height: 870px) {
  .Header__Row {
    min-height: 340px;
  }
}
@media (min-width: 1200px) AND (max-height: 870px) {
  .Header__Row {
    min-height: 250px;
  }
}
.Header__Row--footer {
  margin: auto 0 30px 0;
}
@media (max-width: 991px) {
  .Header__Row {
    width: 100%;
  }
}
.Header__Background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-position: center center;
  background-color: #333333;
}
.Header__Background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.Header__Background--fixed {
  position: fixed;
  top: 0;
  height: 100vh;
  background-position: top center;
}
.Header__Background--fixed:after {
  display: none;
}
.Header__Extension {
  display: block;
  height: 80px;
  color: #ffffff;
  background: #333333;
  width: 100%;
  z-index: 6;
  border-top: 1px solid #4e4e4e;
  transition: top 0ms;
  align-items: center;
}
.Header__Extension .Grid {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .Header__Extension .Grid .container {
    width: 100%;
  }
}
.Header__Extension .navbar-toggle {
  display: none !important;
  float: none !important;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .Header__Extension .collapse {
    display: none !important;
  }
  .Header__Extension .collapse.in {
    display: block !important;
  }
  .Header__Extension .navbar-collapse {
    margin: 0;
    display: none !important;
    top: 79px;
    background-color: #333333;
    position: absolute !important;
    z-index: 98;
    right: 0;
    left: 0;
  }
  .Header__Extension .navbar-collapse.in,
  .Header__Extension .navbar-collapse.collapsing {
    display: block !important;
  }
  .Header__Extension .navbar-toggle {
    position: absolute;
    display: inline-block !important;
    right: auto;
    z-index: 98;
  }
  .Header__Extension .navbar-toggle * {
    background: transparent !important;
  }
  .Header__Extension .navbar-toggle.collapsed * {
    fill: #333333 !important;
    border-color: #fff !important;
  }
  .Header__Extension .navbar-toggle.collapsed .Icon {
    background-color: #ffffff !important;
  }
  .Header__Extension .navbar-toggle.collapsed:hover * {
    color: #a3d109 !important;
    border-color: #a3d109 !important;
    background: transparent !important;
  }
}
@media (max-width: 991px) {
  .Header__Extension {
    display: block;
  }
}
@media (max-width: 767px) {
  .Header__Extension .navbar-collapse {
    padding: 0;
    width: 100%;
  }
}
.Header__ExtensionWrapper {
  background: white;
  position: absolute;
  top: 100vh;
  width: 100%;
  height: 80px;
  transition: top 0ms;
}
@media (max-width: 991px) {
  .Header__ExtensionWrapper {
    height: auto;
  }
}
.Header__ExtensionLinkWrapper {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
}
.Header__ExtensionLinkWrapper.active {
  border-color: #a3d109;
}
@media (max-width: 766px) {
  .Header__ExtensionLinkWrapper {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .Header__ExtensionLinkWrapper {
    padding: 0 4px;
  }
}
.Header__ExtensionLinkWrapper:not(:last-child) {
  border-right: 1px solid #4e4e4e;
}
.Header__ExtensionLink {
  font-weight: bold;
  height: 45px;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  display: table;
  border-bottom: none;
}
.Header__ExtensionLink > * {
  display: table-cell;
  vertical-align: middle;
}
.Header__ExtensionLink span {
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .Header__ExtensionLink span {
    display: none;
  }
}
.Header__ExtensionLink img,
.Header__ExtensionLink svg {
  height: 45px;
  width: auto;
}
@media (max-width: 766px) {
  .Header__ExtensionLink img,
  .Header__ExtensionLink svg {
    height: 35px;
  }
}
.Header__ExtensionCategories {
  line-height: 80px;
}
@media (max-width: 767px) {
  .Header__ExtensionCategories {
    padding-left: 0;
    padding-right: 0;
  }
}
.Header__RingMenu {
  position: relative;
  flex: 1 1 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.Header__ToursLink {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #333333;
  font-weight: 600;
}
.Header__ToursLink:hover {
  color: #a3d109;
}
.Header__Video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.Header__OverlayImage {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .Header__OverlayImage {
    max-width: 300px;
  }
}
.Header--fullscreen {
  width: 100%;
  min-height: 100vh;
  height: auto;
  padding-bottom: 30px;
}
.Header--fullscreen .Header__Brand svg {
  height: 130px;
  width: 130px;
}
.Header--fullscreen .Navigation__Dropdown {
  background: transparent;
}
.Header--fullscreen .Navigation__Item.open:after {
  display: none;
}
.Header--pullback .Header__Nav {
  background-color: #333333;
  position: fixed;
  transform: translateY(-100%);
  top: 0;
  transition: transform 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.Header--pullback .Header__Brand {
  height: 90px;
}
.Header--pullback .Header__Brand svg {
  height: 90px;
  width: 90px;
}
@media (max-width: 767px) {
  .Header--pullback .Header__Brand {
    height: 75px;
  }
  .Header--pullback .Header__Brand svg {
    height: 75px;
    width: 75px;
  }
}
.Header--pullback .Header__ExtensionWrapper {
  top: auto !important;
}
@media (min-width: 767px) {
  .Header--pullback:not(.Header--isPulledBack) .Navigation__Dropdown {
    transition: opacity 0.2s, visibility 0s linear 0.2s;
    opacity: 0;
    visibility: hidden;
  }
}
.Header--pullback-no-animation .Header__Nav {
  transition: transform 0s;
}
.Header--small .Header__ExtensionWrapper {
  top: auto;
}
.Header--has-extension-bar {
  margin-bottom: 80px;
}
.Header--has-extension-bar:after {
  content: '';
  background: #fff;
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: -80px;
}
.Header--isPulledBack .Header__Nav {
  transform: translateY(0%);
}
.Header__Extension--sticky {
  position: fixed;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
.Header__Extension--stickyAnimated {
  position: fixed;
  top: 0;
  transform: translateY(0%);
  animation: slideDown 200ms;
}
.Header--login .Header__Extension {
  border-bottom: 1px solid #4e4e4e;
}
@media (max-width: 767px) {
  .Header--login .Header__Extension .Icon--full,
  .Header--login .Header__Extension .Icon--logout,
  .Header--login .Header__Extension .Icon--circle {
    width: 30px;
    height: 30px;
  }
  .Header--login .Header__Extension .Icon--full img,
  .Header--login .Header__Extension .Icon--logout img,
  .Header--login .Header__Extension .Icon--circle img {
    width: 30px;
    height: 30px;
  }
  .Header--login .Header__Extension .Icon--full:before,
  .Header--login .Header__Extension .Icon--logout:before,
  .Header--login .Header__Extension .Icon--circle:before {
    line-height: 30px;
  }
  .Header--login .Header__Extension .Navigation__Link {
    margin-right: 0 !important;
    margin-left: 15px;
  }
}
.Header--cover {
  width: 100%;
  min-height: 94vh;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .Header--cover {
    min-height: auto;
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.Header__Nav--dark {
  background-color: #333333;
}
.Header__Nav--dark .svg-logo-alpine-welten__st2 {
  fill: white !important;
}
.Header__Nav--dark .Hamburger__Box:after {
  border-color: white !important;
}
.Header__Nav--dark .Hamburger__Inner,
.Header__Nav--dark .Hamburger__Inner:after,
.Header__Nav--dark .Hamburger__Inner:before {
  background-color: white !important;
}
.Header--landingPage {
  background-color: transparent;
}
@media (max-width: 767px) {
  .Header--landingPage {
    min-height: 100vh;
    height: 100vh;
  }
}
.Header--landingPage .svg-logo-alpine-welten__st2 {
  fill: #333333;
}
.Header--landingPage .Hamburger {
  position: absolute;
  right: 30px;
  top: 30px;
}
.Header--landingPage .Hamburger__Box:after {
  border-color: #333333;
}
.Header--landingPage .Hamburger__Inner,
.Header--landingPage .Hamburger__Inner:after,
.Header--landingPage .Hamburger__Inner:before {
  background-color: #333333;
}
.Header--landingPage.Header--pullback .svg-logo-alpine-welten__st2 {
  fill: white;
}
.Header--landingPage.Header--pullback .Hamburger__Box:after {
  border-color: white;
}
.Header--landingPage.Header--pullback .Hamburger__Inner,
.Header--landingPage.Header--pullback .Hamburger__Inner:after,
.Header--landingPage.Header--pullback .Hamburger__Inner:before {
  background-color: white;
}
.Header--landingPage .Header__Nav {
  padding: 0;
  min-height: 130px;
}
@media (max-width: 767px) {
  .Header--landingPage .Header__Nav {
    min-height: 110px;
  }
}
.Header--landingPage .Header__NavBar {
  padding: 0;
}
.Header--landingPage .Header__Brand {
  position: relative;
  top: 15px;
  left: 30px;
}
@media (max-width: 767px) {
  .Header--landingPage .Header__Brand {
    top: 24px;
    left: 10px;
  }
  .Header--landingPage .Header__Brand path:not(:first-of-type) {
    display: none;
  }
}
.Header--landingPage .NavigationWrapper {
  padding: 15px 100px 15px 30px;
}
@media (max-width: 767px) {
  .Header--landingPage .NavigationWrapper {
    padding: 15px;
  }
}
.Header--landingPage .navbar-header {
  float: none;
}
.Header--landingPage .navbar-left,
.Header--landingPage .navbar-right {
  float: none !important;
}
.Header--landingPage .navbar-toggle {
  position: absolute;
  right: 30px;
  display: block;
  top: 45px;
  margin: 0;
}
@media (max-width: 767px) {
  .Header--landingPage .navbar-toggle {
    top: 30px;
    right: 15px;
  }
}
.Header--landingPage .navbar-collapse {
  padding: 0 !important;
}
.Header--landingPage .navbar-collapse.collapse {
  display: none !important;
}
.Header--landingPage .navbar-nav > li {
  float: none;
}
.Header--landingPage .collapse.in {
  display: block !important;
}
.Header--landingPageSmall {
  min-height: 740px;
  height: 740px;
}
@media (max-width: 767px) {
  .Header--landingPageSmall {
    min-height: 100vh;
    height: 100vh;
  }
}
.Header--landingPageSmall {
  min-height: auto;
  height: 540px;
}
.Header--landingPageSmall .RingMenu {
  top: 24%;
  z-index: 9;
}
@media (max-width: 767px) {
  .Header--landingPageSmall {
    height: 90vh;
  }
  .Header--landingPageSmall .RingMenu {
    padding-top: 0;
    top: 0 !important;
  }
  .Header--landingPageSmall .RingMenu__Item--tourfinder {
    margin-bottom: 10px;
  }
}
.Header--landingPageSmall.Header--isPulledBack .RingMenu {
  z-index: 8;
}
.Navigation {
  display: block;
  margin: 0px;
  padding: 0px;
}
.Navigation ul,
.Navigation ol,
.Navigation li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.Navigation ul,
.Navigation ol,
.Navigation li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.Navigation__List {
  display: block;
  margin: 0px;
  padding: 0px;
}
.Navigation__List ul,
.Navigation__List ol,
.Navigation__List li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.Navigation__List ul,
.Navigation__List ol,
.Navigation__List li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.Navigation__Item--active .Navigation__Link {
  color: #a3d109;
}
.Navigation__Item--active svg * {
  fill: #a3d109;
}
.Navigation__Item.open:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  bottom: 0;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, transparent 0%, #333333 100%);
  background: -moz-linear-gradient(top, transparent 0%, #333333 100%);
  background: -ms-linear-gradient(top, transparent 0%, #333333 100%);
  background: -o-linear-gradient(top, transparent 0%, #333333 100%);
  z-index: -1;
}
.Navigation__Link {
  position: relative;
  border: none;
  cursor: pointer;
  font-size: inherit;
  width: 100%;
}
.Navigation__Link:hover {
  color: #a3d109;
}
.Navigation__Link:hover * {
  fill: #a3d109;
}
.Navigation__Link:hover .Button--caretCard {
  box-shadow: inset 0 0 0 1px #a3d109;
}
.Navigation__Link:hover .Button--caretCard:after {
  border-bottom-color: #a3d109;
}
.Navigation__Dropdown {
  padding-top: 15px;
  width: 100%;
  margin: 0;
  font-weight: normal;
  border: none;
  transition: background-color 200ms;
  box-shadow: none;
  background-color: #333333;
  z-index: 999;
}
.Header--pullback .Navigation__Dropdown {
  background-color: #333333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.2);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  border-bottom: 1px solid #4e4e4e;
}
.Navigation__Dropdown .Navigation__List {
  border: 1px solid #ffffff;
  padding: 30px 45px;
  display: flex;
  flex-wrap: wrap;
}
.Navigation__Dropdown .Navigation__List > .Navigation__Item {
  margin: 30px 0 !important;
}
@media (max-width: 767px) {
  .Navigation__Dropdown .Navigation__List > .Navigation__Item {
    margin: 15px 0 !important;
  }
}
.Navigation__Dropdown .Navigation__List > .Navigation__Item > .Navigation__Link {
  position: relative;
  line-height: 21px;
}
.Navigation__DropdownContainer {
  position: relative;
}
@media (min-width: 767px) {
  .Navigation__DropdownContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .Navigation__DropdownContainer > .navbar-header,
  .Navigation__DropdownContainer > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 767px) and (min-width: 768px) {
  .Navigation__DropdownContainer {
    width: 750px;
  }
}
@media (min-width: 767px) and (min-width: 992px) {
  .Navigation__DropdownContainer {
    width: 970px;
  }
}
@media (min-width: 767px) and (min-width: 1200px) {
  .Navigation__DropdownContainer {
    width: 1170px;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .Navigation__DropdownContainer > .navbar-header,
  .Navigation__DropdownContainer > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.Navigation__DropdownFooter {
  text-align: right;
  padding: 10px 0;
}
.Navigation--primary {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.Navigation--secondary {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}
.Navigation--tour {
  font-size: 16px;
  font-weight: 400;
  text-align: left !important;
  height: 74px;
  display: inline-block;
}
.Navigation--tour .Navigation__Item {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.Navigation--tour .Navigation__Item:before {
  position: absolute;
  content: '';
  width: 1px;
  left: 0;
  top: 15px;
  bottom: 15px;
  background-color: #4e4e4e;
  z-index: 1;
}
.Navigation--tour .Navigation__Item:first-of-type {
  padding-left: 0;
}
.Navigation--tour .Navigation__Item:first-of-type:before {
  display: none;
}
.Navigation--tour .Navigation__Link {
  display: inline-block;
  line-height: 75px;
}
@media (max-width: 1199px) {
  .Navigation--tour .Navigation__Item {
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .Navigation--tour .Navigation__Item:before {
    display: none;
  }
  .Navigation--tour .Button {
    display: none;
  }
  .Navigation--tour .navbar-collapse {
    width: 200px;
  }
  .Navigation--tour .Navigation__Item {
    display: block;
    padding: 0 30px !important;
  }
  .Navigation--tour .Navigation__Item:not(:last-of-type) {
    border-bottom: 1px solid #4e4e4e;
  }
}
@media (max-width: 767px) {
  .Navigation--tour .navbar-collapse {
    width: 100%;
  }
}
.Navigation--inline .Navigation__Item {
  display: inline-block;
}
@media (max-width: 767px) {
  .Navigation--inline .Navigation__Item {
    display: block;
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .Navigation--inline .Navigation__Item:not(:first-of-type) {
    margin: 15px 0 0 30px;
  }
}
.Navigation__Item--active .Navigation__Link {
  color: #a3d109;
}
.Navigation--tertiary li {
  margin-bottom: 7px;
}
.Navigation--tertiary li a {
  border: none;
}
.Navigation--flex .Navigation__List {
  display: flex;
  flex-wrap: wrap;
}
.Navigation--flex .Navigation__List .Navigation__Item {
  flex: 0 0 auto;
}
.Navigation--flex .Navigation__List .Navigation__Item.col-xs-12 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .navbar-toggle {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 0;
  }
  .navbar-collapse {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    align-self: normal;
    background-color: #333333;
  }
  .navbar-collapse.in {
    overflow-y: unset;
  }
  .NavigationWrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Navigation__Dropdown {
    padding-top: 0;
    position: static;
    margin-top: 15px;
  }
  .Navigation__Dropdown .Navigation__List {
    padding: 30px/2 30px;
  }
  .Navigation__Dropdown .Navigation__List > .Navigation__Item {
    flex: 0 0 100%;
  }
  .Navigation--primary,
  .Navigation--secondary {
    text-align: left;
  }
  .Navigation--primary {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .Navigation__Dropdown > .Navigation__List > .Navigation__Item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  input[name="q"] {
    width: 100%;
  }
  .NavigationWrapper {
    padding-top: 0;
  }
  .Navigation {
    text-align: center;
  }
  .Navigation--secondary {
    text-align: left;
    margin-top: 0;
    height: 120px;
  }
  .Navigation--secondary .Navigation__Item {
    display: inline-block !important;
    margin-bottom: 0;
  }
  .Navigation--secondary .Navigation__Item:not(:last-of-type) {
    margin-right: 15px !important;
  }
  .Navigation--secondary .Navigation__Item:last-of-type {
    max-width: 200px;
    width: 100% !important;
  }
  .Navigation--secondary .Navigation__Item:last-of-type:before {
    content: '';
    clear: both;
  }
  .Navigation--secondary .Navigation__Item:last-of-type .form--search,
  .Navigation--secondary .Navigation__Item:last-of-type .form-group,
  .Navigation--secondary .Navigation__Item:last-of-type input[name="q"] {
    width: 100%;
  }
  .Navigation__Dropdown {
    box-shadow: none !important;
    border: none !important;
  }
  .Navigation__Dropdown > .Navigation__List > .Navigation__Item {
    flex: 0 0 100%;
  }
  .Navigation__Dropdown > .Navigation__List > .Navigation__Item .Button {
    padding-right: 0 !important;
  }
}
.Navigation .dropdown {
  position: static;
}
.navbar-collapse {
  border: none;
  box-shadow: none;
  z-index: 100;
}
.navbar-toggle {
  z-index: 101;
}
.Hamburger {
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  opacity: 0.9;
  height: 13px;
  margin-right: 0;
}
.Hamburger:hover {
  opacity: 1;
}
.Hamburger--active .Hamburger__Inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.Hamburger--active .Hamburger__Inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.Hamburger--active .Hamburger__Inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.Hamburger__Box {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 13px;
}
.Hamburger__Box:after {
  content: '';
  position: absolute;
  left: -11px;
  top: -14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.Hamburger__Inner {
  position: absolute;
  width: 17px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
  top: 50%;
  display: block;
  margin-top: -2px;
}
.Hamburger__Inner:before,
.Hamburger__Inner:after {
  display: block;
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}
.Hamburger__Inner:before {
  top: -6px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.Hamburger__Inner:after {
  bottom: -6px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.Slider {
  overflow: hidden;
}
.Slider__Item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.Slider__Dots {
  height: 4px;
  padding: 0;
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .Slider__Dots {
    margin-top: 5px;
  }
}
.Slider__Dots li {
  display: inline-block;
  height: 4px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .Slider__Dots li {
    padding: 0 3px;
  }
}
.Slider__Dots li.slick-active button {
  background-color: #a3d109;
}
.Slider__Dots button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
  text-indent: -9999px;
  width: 60px;
  height: 4px;
}
@media (max-width: 767px) {
  .Slider__Dots button {
    width: 40px;
  }
}
.Slider__Icon {
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #a3d109;
  text-align: center;
}
@media (max-width: 767px) {
  .Slider__Icon {
    width: 70px;
    height: 70px;
  }
  .Slider__Icon .Button {
    width: 50px !important;
    height: 50px !important;
  }
}
.Slider__Icon .Icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.Slider__Content {
  position: relative;
  z-index: 2;
}
.Slider__Title {
  margin-top: 0;
  margin-bottom: 30px;
}
.Slider__Footer {
  min-height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  text-align: center;
  z-index: 2;
}
.Slider__Item--prev,
.Slider__Item--next {
  position: absolute;
  display: inline-block;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.Slider__Item--prev.slick-disabled .Button,
.Slider__Item--next.slick-disabled .Button {
  opacity: 0.5;
  cursor: not-allowed;
}
.Slider__Item--prev.slick-disabled .Button:hover svg *,
.Slider__Item--next.slick-disabled .Button:hover svg * {
  fill: #ffffff !important;
}
.Slider__Item--prev {
  left: 30px;
}
.Slider__Item--next {
  right: 30px;
}
.Slider--micro {
  padding: 30px;
  height: 500px;
  background-color: #333;
}
@media (max-width: 767px) {
  .Slider--micro {
    padding: 30px 15px;
    height: auto;
  }
}
.Slider--micro .Slider__DotContainer {
  margin-bottom: 0;
}
.Slider--micro .Slider__DotContainer ul.Slider__Dots li {
  padding: 0 3px;
}
.Slider--micro .Slider__DotContainer ul.Slider__Dots li button {
  width: 40px;
  height: 4px;
}
@media (max-width: 767px) {
  .Slider--micro .Slider__DotContainer ul.Slider__Dots li button {
    width: 30px;
  }
}
.Slider--hidden {
  opacity: 0 !important;
}
.Slider--headerHighlightsBackground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -2;
}
.Slider--headerHighlightsBackground:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.Slider--headerHighlightsBackground .Slider__Item {
  min-height: 100vh;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: none;
}
.Slider--headerHighlightsBackground .Slider__Item:first-of-type {
  display: block;
}
.Slider--headerHighlightsBackground.slick-initialized .Slider__Item {
  display: block;
}
.Slider--headerHighlightsBackground .slick-list,
.Slider--headerHighlightsBackground .slick-track {
  height: 100% !important;
}
.Slider--headerHighlights {
  position: relative;
  text-align: center;
  z-index: 1;
  max-height: 420px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 100ms linear;
}
.Slider--headerHighlights.slick-initialized {
  opacity: 1;
}
.Slider--lastMinuteTours {
  position: relative;
  color: #ffffff;
}
.Slider--lastMinuteTours .TourDate {
  min-height: 130px;
}
.Slider--lastMinuteTours .Slider__Item {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .Slider--lastMinuteTours .Slider__Item {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
.Slider--lastMinuteTours .Slider__Item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.Slider--lastMinuteTours .Slider__Item .Slider__Content {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .Slider--lastMinuteTours .Slider__Item .Slider__Content {
    padding-bottom: 30px;
    max-height: 325px;
  }
}
.Slider--lastMinuteTours .Slider__Footer {
  position: relative;
  display: block;
  margin: 0;
}
.Slider--lastMinuteTours .Slider__FooterContent {
  padding-top: 60px;
}
.Slider--lastMinuteTours .Slider__Item--prev {
  margin-right: 20px;
}
.Slider--lastMinuteTours .Slider__Item--next {
  margin-left: 20px;
}
.Slider--lastMinuteTours .Slider__Item--prev,
.Slider--lastMinuteTours .Slider__Item--next {
  position: relative;
  white-space: nowrap;
  z-index: 9;
  width: auto;
  height: 60px;
  top: unset !important;
  transform: unset !important;
  left: unset;
  right: unset;
  cursor: pointer;
}
.Slider--lastMinuteTours .Slider__Item--prev.slick-disabled .Icon__Label,
.Slider--lastMinuteTours .Slider__Item--next.slick-disabled .Icon__Label {
  opacity: 0.5;
}
.Slider--lastMinuteTours .Slider__Item--prev.slick-disabled:hover .Button path,
.Slider--lastMinuteTours .Slider__Item--next.slick-disabled:hover .Button path {
  fill: #333 !important;
}
.Slider--lastMinuteTours .Slider__Item--prev:hover .Button path,
.Slider--lastMinuteTours .Slider__Item--next:hover .Button path {
  fill: #a3d109 !important;
}
.Slider--lastMinuteTours .Slider__Item--prev .Button,
.Slider--lastMinuteTours .Slider__Item--next .Button {
  vertical-align: middle;
}
.Slider--lastMinuteTours .Slider__Item--prev .Icon__Label,
.Slider--lastMinuteTours .Slider__Item--next .Icon__Label {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .Slider--lastMinuteTours .Slider__Item--prev .Icon__Label,
  .Slider--lastMinuteTours .Slider__Item--next .Icon__Label {
    display: none;
  }
}
@media (max-width: 767px) {
  .Slider--lastMinuteTours .Slider__Item--prev,
  .Slider--lastMinuteTours .Slider__Item--next {
    top: 100% !important;
  }
}
.Slider--lastMinuteTours .Slider__Item--prev .TeaserSlider__Item,
.Slider--lastMinuteTours .Slider__Item--next .TeaserSlider__Item {
  padding: 0;
}
.Slider--lastMinuteTours .Slider__Item--prev .Button,
.Slider--lastMinuteTours .Slider__Item--next .Button {
  position: relative;
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.Slider--lastMinuteTours .Slider__Item--prev .Button .Button__Icon,
.Slider--lastMinuteTours .Slider__Item--next .Button .Button__Icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.Slider--lastMinuteTours .Slider__Item--prev .Icon svg *,
.Slider--lastMinuteTours .Slider__Item--next .Icon svg * {
  fill: #333333;
}
.Slider--lastMinuteTours .TeaserSlider__Item--navAll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.Slider--lastMinuteTours .Slider__Item--prev.slick-disabled .Button:hover svg *,
.Slider--lastMinuteTours .Slider__Item--next.slick-disabled .Button:hover svg * {
  fill: #333 !important;
}
.Slider--lastMinuteTours .Slider__Item--next {
  right: 0;
}
.Slider--lastMinuteTours .Slider__Content a {
  border-color: #ffffff;
}
.Slider--lastMinuteTours .Icon[data-toggle="tooltip"].Icon--inverted {
  background: #fff !important;
}
.Slider--lastMinuteTours .Icon[data-toggle="tooltip"].Icon--inverted svg * {
  fill: #333 !important;
}
@media (max-width: 767px) {
  .Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .Slider__Item {
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .Slider__Item .TourDate {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .Slider__Content {
    margin-bottom: 30px;
  }
}
.Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .Slider__Item--prev,
.Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .Slider__Item--next {
  position: relative;
  bottom: 30px;
}
@media (max-width: 767px) {
  .Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .Slider__Item--prev,
  .Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .Slider__Item--next {
    bottom: 0;
  }
}
.Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .TeaserSlider__Item--navAll {
  position: relative;
  top: auto !important;
  transform: none !important;
  left: auto !important;
  bottom: 35px;
}
@media (max-width: 767px) {
  .Content__Template--last_minute_tour_slider .Slider--lastMinuteTours .TeaserSlider__Item--navAll {
    bottom: 10px;
  }
}
.Slider--travelReports {
  position: relative;
  text-align: center;
  color: #ffffff;
  max-height: 100vh;
}
.Slider--travelReports .Slider__Item {
  position: relative;
  padding-top: 300px;
  padding-bottom: 210px;
  height: 100%;
}
@media (max-width: 767px) {
  .Slider--travelReports .Slider__Item {
    padding: 210px 30px 100px;
  }
}
.Slider--travelReports .Slider__Item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.Slider--travelReports .Slider__Icon .Button {
  left: auto;
  transform: translateY(-50%);
}
.Slider--travelReports .Slider__Icon .Button svg {
  max-width: 36px !important;
}
@media (max-width: 767px) {
  .Slider--travelReports .Slider__Icon .Button svg {
    max-width: 26px !important;
  }
}
.Slider--travelReports .Slider__Title {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .Slider--travelReports .Slider__Title {
    top: 90px;
  }
}
.Slider--travelReports .Slider__Content {
  display: inline-block;
  width: 800px;
}
@media (max-width: 991px) {
  .Slider--travelReports .Slider__Content {
    width: 100%;
  }
}
.Slider--travelReports .Slider__Footer {
  margin: 0;
  bottom: 15px;
}
.Slider--travelReports .Slider__Item--next {
  right: 0;
}
.Slider--travelReports .slick-track {
  display: flex !important;
}
.Slider--travelReports .slick-slide {
  height: auto !important;
}
.Slider--travelReports .slick-slide > div {
  height: 100%;
}
.Slider--microsites .slick-slide {
  padding: 0 15px;
}
.Slider--inverted .Slider__Item {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  color: #ffffff;
}
.Slider--inverted .Slider__Item svg * {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .Slider--inverted .Slider__Item {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
.Slider--inverted .Slider__Item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.Jumbotron {
  text-align: center;
  z-index: 2;
}
.Jumbotron__Header {
  padding: 15px;
}
@media (max-width: 767px) {
  .Jumbotron__Header {
    padding-bottom: 5px;
  }
}
.Jumbotron__Body {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}
.Jumbotron__Footer {
  padding: 15px;
}
@media (max-width: 767px) {
  .Jumbotron__Footer {
    padding-top: 5px;
  }
}
.Jumbotron__Title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 900;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .Jumbotron__Title {
    font-size: 25px;
    line-height: 30px;
  }
}
.Jumbotron__Title small,
.Jumbotron__Title i,
.Jumbotron__Title em {
  font-style: normal;
  color: inherit;
  line-height: 1.2;
  display: block;
  font-weight: 300;
}
@media (max-width: 767px) {
  .Jumbotron__Title small,
  .Jumbotron__Title i,
  .Jumbotron__Title em {
    margin-top: 7px;
  }
}
.Jumbotron__Subline {
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .Jumbotron__Subline {
    font-size: 14px;
    line-height: 16px;
  }
}
.Jumbotron__Text {
  margin-top: 30px;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .Jumbotron__Text {
    margin-top: 15px;
  }
}
.Jumbotron--inverted {
  color: #ffffff;
}
.Jumbotron--flex .Jumbotron__Body {
  display: flex;
  flex-direction: column;
}
.Jumbotron--flex .Jumbotron__Title {
  margin-top: auto !important;
  margin-bottom: auto;
}
.Jumbotron--flex .Jumbotron__Footer {
  margin-top: auto;
  padding-bottom: 30px;
}
.Jumbotron__Subline--large {
  font-size: 32px;
}
.Button {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  background: none;
  display: inline-block;
  border: none;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
}
.Button:hover,
.Button:focus {
  color: #a3d109;
}
.Button:hover .Icon svg *,
.Button:focus .Icon svg * {
  fill: #a3d109 !important;
}
.Button:hover .Icon,
.Button:focus .Icon {
  border-color: #a3d109;
}
.Button:hover .Icon--circle,
.Button:focus .Icon--circle {
  background-color: #a3d109;
}
.Button:hover .Icon--ring,
.Button:focus .Icon--ring {
  border-color: #a3d109;
  background-color: transparent;
}
.Button small {
  font-weight: normal;
  font-size: 60%;
  white-space: normal;
  display: block;
}
button.Button.Button--flat {
  color: #fff;
}
button.Button.Button--flat:hover,
button.Button.Button--flat:focus,
button.Button.Button--flat:active {
  color: #a3d109;
}
span.Button > a,
span.Button > .route > a {
  border: none;
}
.Button__Icon {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.Button__Icon .Icon {
  vertical-align: sub;
}
.Button__Title {
  position: relative;
  display: inline-block;
}
.Button--ghost {
  height: auto;
  font-weight: 500;
  font-size: 18px;
  padding: 25px 40px;
  border-width: 3px;
  border-style: solid;
  border-color: #333333;
}
.Button--ghost:hover,
.Button--ghost:focus {
  color: #a3d109;
  border-color: #a3d109 !important;
}
.Button--ghost .Button__Icon {
  vertical-align: middle;
  margin-right: 5px;
}
.Button--ghost.Button--inverted {
  border-color: #fff;
}
.Button--ghost.Button--gray {
  border-color: #b0b0b0;
}
.Button--ghost.Button--small {
  padding: 7px 10px;
}
.Button--flat {
  padding: 17px 40px;
  text-align: center;
  color: #ffffff;
  background-color: #a3d109;
  border: 3px solid transparent;
  font-weight: bold;
}
.Button--flat:hover,
.Button--flat:focus {
  color: #a3d109;
  background-color: transparent;
  border: 3px solid #a3d109;
}
.Button--flat.Button--small {
  padding: 7px 10px;
}
.Button--flat.Button--danger {
  background-color: #cc3c2e;
}
.Button--flat.Button--inverted:hover {
  color: #a3d109;
  background-color: #fff;
}
.Button--flatHover:hover {
  padding: 17px 40px;
  text-align: center;
  color: #ffffff;
  background-color: #a3d109;
  border: 3px solid transparent;
  font-weight: bold;
}
.Button--flatHover:hover:hover,
.Button--flatHover:hover:focus {
  color: #a3d109;
  background-color: transparent;
  border: 3px solid #a3d109;
}
.Button--flatHover:hover.Button--small {
  padding: 7px 10px;
}
.Button--flatHover:hover.Button--danger {
  background-color: #cc3c2e;
}
.Button--flatHover:hover.Button--inverted:hover {
  color: #a3d109;
  background-color: #fff;
}
.Button--multiline {
  padding-left: 50px;
  padding-right: 15px;
  height: 40px;
}
.Button--multiline .Button__Title {
  top: 50%;
  transform: translateY(-50%);
}
.Button--multiline .Button__Icon {
  position: absolute;
  left: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.Button--link {
  border-bottom: 1px dotted #333333;
  padding-bottom: 5px;
}
.Button--link:hover {
  border-bottom-color: #a3d109;
}
.Button--outlined {
  border: 1px solid #4e4e4e !important;
  background: transparent;
  padding: 15px 5px 15px 15px;
  font-weight: bold;
  text-align: left !important;
  height: 75px;
}
.Button--outlined:hover {
  border-color: #a3d109 !important;
}
.Button--outlined .Button__Icon {
  position: absolute;
}
.Button--outlined .Button__Title {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .Button--outlined .Button__Title {
    white-space: normal;
  }
}
.Button--outlined .Button__Icon,
.Button--outlined .Button__Title {
  top: 50%;
  transform: translateY(-50%);
}
.Button--vertical {
  text-align: center;
}
.Button--vertical .Button__Icon {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
}
.Button--vertical .Button__Title {
  display: block;
}
.Button--caretCard {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px #333333;
  padding: 30px 15px;
}
.Button--caretCard:hover,
.Button--caretCard:focus,
.Button--caretCard:active,
.Navigation__Item--active .Button--caretCard,
.Button--caretCard .Icon:focus {
  box-shadow: inset 0 0 0 1px #a3d109;
}
.Button--caretCard:hover svg,
.Button--caretCard:focus svg,
.Button--caretCard:active svg,
.Navigation__Item--active .Button--caretCard svg,
.Button--caretCard .Icon:focus svg,
.Button--caretCard:hover svg *,
.Button--caretCard:focus svg *,
.Button--caretCard:active svg *,
.Navigation__Item--active .Button--caretCard svg *,
.Button--caretCard .Icon:focus svg * {
  fill: #a3d109 !important;
}
.Button--caretCard:hover:after,
.Button--caretCard:focus:after,
.Button--caretCard:active:after,
.Navigation__Item--active .Button--caretCard:after,
.Button--caretCard .Icon:focus:after {
  border-bottom-color: #a3d109;
}
.Button--caretCard:after,
.Button--caretCard:before {
  content: '';
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  transform: translate(0%, -100%);
  border-style: solid;
  border-color: transparent;
  border-width: 15px;
  border-bottom-color: #333333;
  position: absolute;
  z-index: 2;
  background-color: transparent;
}
.Button--caretCard:before {
  border-bottom-color: #ffffff;
  top: 2px;
  z-index: 3;
}
.Button--caretCard svg,
.Button--caretCard svg * {
  fill: #333333 !important;
}
.Button--active {
  color: #a3d109;
  border-color: #a3d109;
}
.Button--active:hover {
  opacity: 0.8;
}
.Button--active .Icon {
  border-color: #a3d109;
}
.Button--active .Icon svg * {
  fill: #a3d109 !important;
}
.Button--bookingButton {
  border: 3px solid #a3d109;
  color: #ffffff !important;
  min-width: 272px;
}
.Button--bookingButton:hover,
.Button--bookingButton:focus,
.Button--bookingButton:active {
  background-color: #fff;
  color: #a3d109 !important;
}
.Button--bookingButtonHover {
  border: 3px solid #a3d109;
  background-color: #fff;
  color: #a3d109 !important;
}
.Button--bookingButtonHover:hover,
.Button--bookingButtonHover:focus,
.Button--bookingButtonHover:active {
  color: #a3d109 !important;
  background-color: #fff;
}
@media (max-width: 767px) {
  .Button--bookingButton {
    min-width: auto;
  }
}
.Button--noHover:hover,
.Button--noHover:focus,
.Button--noHover:active {
  color: inherit !important;
}
.Button--noHover:hover *,
.Button--noHover:focus *,
.Button--noHover:active * {
  color: inherit !important;
  fill: #333333 !important;
}
.Button--noHover.Button--inverted:hover,
.Button--noHover.Button--inverted:focus,
.Button--noHover.Button--inverted:active {
  color: #ffffff !important;
}
.Button--noHover.Button--inverted:hover svg *,
.Button--noHover.Button--inverted:focus svg *,
.Button--noHover.Button--inverted:active svg * {
  fill: #ffffff !important;
}
.Button--disabled,
.Button[disabled] {
  cursor: not-allowed;
}
.Button--disabled:hover,
.Button[disabled]:hover,
.Button--disabled:focus,
.Button[disabled]:focus,
.Button--disabled:active,
.Button[disabled]:active {
  color: inherit !important;
}
.Button--disabled:hover *,
.Button[disabled]:hover *,
.Button--disabled:focus *,
.Button[disabled]:focus *,
.Button--disabled:active *,
.Button[disabled]:active * {
  color: inherit !important;
  fill: #333333 !important;
}
.Button--disabled.Button--inverted:hover,
.Button[disabled].Button--inverted:hover,
.Button--disabled.Button--inverted:focus,
.Button[disabled].Button--inverted:focus,
.Button--disabled.Button--inverted:active,
.Button[disabled].Button--inverted:active {
  color: #ffffff !important;
}
.Button--disabled.Button--inverted:hover svg *,
.Button[disabled].Button--inverted:hover svg *,
.Button--disabled.Button--inverted:focus svg *,
.Button[disabled].Button--inverted:focus svg *,
.Button--disabled.Button--inverted:active svg *,
.Button[disabled].Button--inverted:active svg * {
  fill: #ffffff !important;
}
.Button--disabled.Button--inverted:hover svg,
.Button[disabled].Button--inverted:hover svg,
.Button--disabled.Button--inverted:hover svg *,
.Button[disabled].Button--inverted:hover svg * {
  fill: #4e4e4e !important;
}
.Button--disabled.Button--inverted svg,
.Button[disabled].Button--inverted svg,
.Button--disabled.Button--inverted svg *,
.Button[disabled].Button--inverted svg * {
  fill: #4e4e4e;
}
.Button--disabled.Button--flat,
.Button[disabled].Button--flat {
  color: #d1d1d1 !important;
  background-color: #4e4e4e;
}
.Button--disabled.Button--flat:hover,
.Button[disabled].Button--flat:hover {
  border-color: transparent !important;
}
.Button--block {
  display: block;
  width: 100%;
  text-align: center;
}
.Button--small {
  height: auto;
  font-size: 14px;
  white-space: nowrap;
}
.Button--medium {
  height: auto;
  font-size: 16px;
}
.Button--large {
  height: auto;
  font-size: 18px;
}
.Button--bold {
  font-weight: 600;
}
.Button--black {
  font-size: 26px;
  font-weight: 900;
  padding: 24px 60px;
}
@media (max-width: 767px) {
  .Button--black {
    padding: 25px 30px;
  }
}
.Button--box {
  padding: 30px 15px;
}
.Button--narrow {
  padding: 30px 10px;
}
.Button--gray {
  color: #b0b0b0;
}
.Button--gray svg * {
  fill: #b0b0b0 !important;
}
.Button--gray:hover svg * {
  fill: #a3d109 !important;
}
.Button--danger {
  color: #cc3c2e;
  border-color: #cc3c2e;
}
.Button--danger svg * {
  fill: #cc3c2e;
}
.Button--inverted {
  color: #ffffff;
  border-color: #ffffff;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.12));
}
.Button--inverted svg * {
  fill: #ffffff;
}
.Button--darkgray {
  border-color: #333333;
  color: #333333;
}
.Button--darkgray.Button--ghost:hover {
  color: #CCC8BB;
  border-color: #333333 !important;
  background-color: #333333;
}
.Icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
}
.Icon svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  fill: #333333;
}
.Icon__Label {
  font-weight: 500;
  margin-left: 5px;
  vertical-align: -3px;
}
.Icon--ring {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #333333;
}
.Icon--ring svg {
  top: 50%;
  transform: translateY(-50%);
  max-width: 60%;
  max-height: 60%;
}
.Icon--ring img {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Icon--ring.Icon--large img {
  width: 46px;
  height: 40px;
}
.Icon--ring.Icon--active {
  border-color: #a3d109;
}
.Icon--circle {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}
.Icon--circle svg {
  top: 50%;
  transform: translateY(-50%);
  max-width: 65%;
  max-height: 65%;
}
.Icon--circle.Icon--inverted svg * {
  fill: #ffffff;
}
.Icon--circle.Icon--small {
  width: 24px;
  height: 24px;
}
.Icon--circle.Icon--small img {
  width: 24px;
  height: 24px;
}
.Icon--circle.Icon--small svg {
  top: 0;
  transform: none;
}
.Icon--circle.Icon--large {
  width: 64px;
  height: 64px;
}
.Icon--circle.Icon--large img {
  width: 64px;
  height: 64px;
}
.Icon--circle.Icon--large svg {
  top: 0;
  transform: none;
}
.Icon--circle.Icon--ring:hover svg *,
.Icon--circle.Icon--ring:focus svg *,
.Icon--circle.Icon--ring:active svg * {
  fill: #a3d109 !important;
}
.Icon--circle img {
  position: relative;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.Icon--inverted {
  color: #ffffff;
  border-color: #ffffff;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}
.Icon--inverted svg * {
  fill: #ffffff;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}
.Icon--inverted .st0 {
  fill: #ffffff;
}
.Icon--inverted .Icon__Label {
  color: #ffffff;
}
.Icon--gray {
  color: #333333;
  border-color: #333333;
}
.Icon--gray svg * {
  fill: #333333;
}
.Icon--small {
  width: 24px;
  height: 24px;
}
.Icon--32 {
  width: 32px;
  height: 32px;
}
.Icon--tiny {
  width: 15px;
  height: 15px;
}
.Icon--medium {
  width: 40px;
  height: 40px;
  vertical-align: -6px;
}
.Icon--medium.Icon--circle,
.Icon--medium.Icon--ring {
  width: 50px;
  height: 50px;
}
.Icon--medium img {
  width: 40px;
  height: 40px;
}
.Icon--mediumLarge {
  width: 55px;
  height: 55px;
}
.Icon--mediumLarge > img {
  width: 55px;
  height: 55px;
}
.Icon--large {
  width: 64px;
  height: 64px;
}
.Icon--larger {
  width: 160px;
  height: 160px;
}
.Icon--noSize {
  width: auto;
  height: auto;
}
.Icon--transparent {
  background-color: transparent;
}
.Icon--flag {
  overflow: hidden;
  background-color: transparent !important;
}
.Icon--flag svg {
  position: relative;
  width: auto;
  max-width: 200%;
  min-height: 40px;
  max-height: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Icon--vertical .Icon__Label,
.Icon--vertical + .Icon__Label {
  max-width: 125px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  word-break: break-word;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.Icon__Label--inverted {
  color: #ffffff;
}
.Icon__Label--small {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.Icon__Label--medium {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.Icon__Label--highlighted {
  font-weight: 900;
  background-color: #FFDC00;
  padding: 3px 5px;
  vertical-align: middle;
}
.Icon--currency {
  font-weight: 900;
  position: relative;
  width: auto;
}
.Icon--currency > span {
  position: relative;
  top: 25%;
  padding: 2px 11px;
  transform: translateY(-50%);
  border: 3px solid #333333;
}
.Icon--currency > span:before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -3px;
  top: -3px;
  border-radius: 10px;
  border: 2px #333333 solid;
}
.Icon--currency > span:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  border-width: 0 11px 11px 0;
  border-style: solid;
  border-color: #333 #fff;
  background-color: #ffffff;
}
.Icon__Label--vertical {
  max-width: 125px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  word-break: break-word;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.Icon--active {
  fill: #a3d109;
}
.Icon--active:hover {
  opacity: 0.8;
}
.Icon--active * {
  fill: #a3d109;
}
.Icon--logout {
  overflow: hidden;
  background-color: #fff;
}
.Icon--logout:before {
  content: "\e163";
  line-height: 40px;
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  transition: all 200ms;
}
.Icon--logout:hover {
  background-color: #AC2C28;
}
.Icon--logout:hover:before {
  opacity: 1;
  color: #ffffff;
}
.Icon--background {
  background-size: cover;
  background-position: center;
}
.Icon--top {
  vertical-align: top;
}
.Icon--middle {
  vertical-align: middle !important;
}
.Icon--middle2 {
  vertical-align: -13px !important;
}
.Icon--bottom {
  vertical-align: bottom !important;
}
.Icon--textTop {
  vertical-align: text-top !important;
}
.Icon--fill {
  background-color: #ffffff;
}
.Icon--fill:hover {
  background-color: transparent !important;
}
.Icon--fill.Icon--ring {
  border-color: #333333;
}
.Icon--filterWhite {
  filter: brightness(100%);
}
.Icon--filterWhite img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(51deg) brightness(109%) contrast(101%);
}
.Icon--full svg {
  max-width: 100%;
  max-height: 100%;
}
.Icon--add {
  position: relative;
  top: -6px;
  margin-right: 7px;
}
.Icon--add:before {
  content: '';
  background-image: url(../img/icons/ic-plus.svg);
  background-size: 55%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #333333;
}
.Icon--danger svg * {
  fill: #a94442;
}
.Icon--hoverScale {
  transition: transform 0.2s ease-in-out;
}
.Icon--hoverScale:hover {
  transform: scale(1.1);
}
.glyphicon {
  color: #333333;
}
.glyphicon:before {
  color: #333333;
}
.icon:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon[data-toggle="popover"] {
  cursor: pointer;
}
.icon--tour-finder:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e907";
}
.icon--tour-finder:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--tour-finder:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--tour-list:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e908";
}
.icon--tour-list:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--tour-list:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--clock:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e906";
}
.icon--clock:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--clock:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--user:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e904";
}
.icon--user:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--user:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--map-marker:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e903";
}
.icon--map-marker:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--map-marker:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--experience:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e909";
}
.icon--experience:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--experience:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--next:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e902";
}
.icon--next:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--next:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--prev:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e90a";
}
.icon--prev:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--prev:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--calendar:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e905";
}
.icon--calendar:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--calendar:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--requirements:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e900";
}
.icon--requirements:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--requirements:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--check:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e901";
}
.icon--check:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--check:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--error:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e90e";
}
.icon--error:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--error:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--info:before {
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e91d";
}
.icon--info:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.icon--info:before[data-toggle="popover"] {
  cursor: pointer;
}
.icon--smaller:before {
  font-size: 0.75em;
}
.icon--top {
  vertical-align: top;
}
.icon--baseline {
  vertical-align: baseline;
}
.Form {
  position: relative;
}
.Form__Group {
  margin-bottom: 15px;
  width: 100%;
}
.Form__Control {
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 15px;
  font-size: inherit;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: none;
  font-weight: 400;
}
.Form__Control:hover,
.Form__Control:focus,
.Form__Control:active {
  outline: none;
}
@media (max-width: 767px) {
  .Form__Control {
    font-size: 13px;
    height: 50px;
  }
}
.Form__Caret,
.Form__Group--multiselect .caret {
  position: relative;
  top: -3px;
  display: inline-block;
  border: none !important;
  cursor: pointer;
}
.Form__Caret:before,
.Form__Group--multiselect .caret:before,
.Form__Caret:after,
.Form__Group--multiselect .caret:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.Form__Caret:before,
.Form__Group--multiselect .caret:before {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.Form__Caret:after,
.Form__Group--multiselect .caret:after {
  left: 1px;
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.dropup .Form__Caret:before,
.dropup.Form__Multiselect .caret:before {
  top: -6px;
  border-top: 5px solid transparent;
  border-bottom: 6px solid #fff;
}
.dropup .Form__Caret:after,
.dropup.Form__Multiselect .caret:after {
  top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #333;
}
.Form__Addon {
  position: absolute;
  right: 0;
  margin: 0 5px;
  color: #4e4e4e;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.Form__Placeholder {
  display: block;
  position: relative;
  line-height: 1;
  padding-right: 10px;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.Form--dark {
  color: #fff;
  background-color: #333333;
}
.Form--dark a {
  color: #fff;
}
.Form--dark .Form__Control {
  color: #ffffff;
  background-color: transparent;
}
.Form--dark .Form__Control::-webkit-input-placeholder {
  color: #ffffff;
}
.Form--dark .Form__Control::-moz-placeholder {
  color: #ffffff;
}
.Form--dark .Form__Control:-ms-input-placeholder {
  color: #ffffff;
}
.Form--dark .Form__Control:-moz-placeholder {
  color: #ffffff;
}
.Form--dark input:-webkit-autofill,
.Form--dark input:-webkit-autofill:hover,
.Form--dark input:-webkit-autofill:focus,
.Form--dark input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px #333 inset !important;
  background: #333;
  font-size: 18px !important;
  caret-color: white;
}
.Form--dark input:-webkit-autofill {
  font-size: 18px !important;
  -webkit-text-fill-color: #a3d109 !important;
}
.Form--dark .Form__Multiselect * {
  color: #ffffff !important;
}
.Form--inline .Form__Group {
  display: inline-block;
  white-space: nowrap;
}
.Form--inline .Form__Group .Form__Control {
  max-width: 100%;
}
.Form--flex {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .Form--flex {
    flex-direction: column;
  }
}
.Form--flex .Form__Group {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 0;
}
.Form--flex .Form__Group:not(:first-of-type):after {
  position: absolute;
  content: '';
  width: 1px;
  left: 0;
  top: 15px;
  bottom: 15px;
  background-color: #4e4e4e;
  z-index: 1;
}
@media (max-width: 767px) {
  .Form--flex .Form__Group:not(:first-of-type):after {
    height: 1px;
    width: auto;
    top: 0;
    bottom: auto;
    right: 15px;
    left: 15px;
  }
}
.Form--flex .Form__Control {
  padding: 7px 30px;
}
@media (max-width: 767px) {
  .Form--flex .Form__Control {
    padding: 7px 15px;
  }
}
.Form__Group--multiselect {
  position: relative;
  flex-grow: 0 !important;
}
@media (max-width: 991px) {
  .Form__Group--multiselect .multiselect-native-select {
    width: 100%;
    display: inline-block;
  }
}
.Form__Group--multiselect .Form__Multiselect.open .multiselect-selected-text {
  color: #a3d109;
}
.Form__Group--multiselect .Form__Multiselect.open .caret:before {
  border-top-color: #a3d109;
}
.Form__Group--multiselect .Form__Multiselect.open.dropup .caret:before {
  border-top-color: transparent;
  border-bottom-color: #a3d109;
}
.Form__Group--multiselect .Form__Control {
  height: 75px !important;
  text-align: left;
  overflow: hidden;
  padding-right: 45px;
}
.Form__Group--multiselect .Form__Control option {
  display: none;
}
.Form__Group--multiselect .Form__Control:hover,
.Form__Group--multiselect .Form__Control:focus,
.Form__Group--multiselect .Form__Control:active {
  color: #a3d109;
}
.Form__Group--multiselect .multiselect-selected-text {
  display: inline-block;
  padding-right: 10px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
@media (max-width: 991px) {
  .Form__Group--multiselect .multiselect-selected-text {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .Form__Group--multiselect .multiselect-selected-text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .Form__Group--multiselect .caret {
    position: absolute;
    right: 30px;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
.Form__Group--multiselect .multiselect-container {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #333333;
  border: none;
  top: 0;
  margin-top: 75px;
  margin-bottom: 0;
  overflow-y: hidden !important;
}
@media (max-width: 767px) {
  .Form__Group--multiselect .multiselect-container {
    width: 100%;
    margin-top: 50px;
  }
}
.Form__Group--multiselect .multiselect-container > li.active a {
  background-color: transparent;
}
.Form__Group--multiselect .multiselect-container > li.active a label {
  color: #a3d109;
}
.Form__Group--multiselect .multiselect-container > li > a:hover,
.Form__Group--multiselect .multiselect-container > li > a:focus,
.Form__Group--multiselect .multiselect-container > li > a:active {
  background-color: #3f3f3f;
}
.Form__Group--multiselect .multiselect-container > li > a > label {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 5px 40px 5px 50px;
}
@media (max-width: 767px) {
  .Form__Group--multiselect .multiselect-container > li > a > label {
    white-space: normal;
  }
}
.Form__Group--multiselect .multiselect-container > li > a > label input[type=checkbox] {
  margin-top: 2px;
  margin-bottom: 0;
}
.Form__Group--multiselect .dropup .multiselect-container {
  top: auto !important;
  margin-top: 0;
}
.Form__Group--dateRangePicker input:focus .multiselect-selected-text {
  color: #a3d109;
}
.Form__Group--dateRangePicker input:focus + .Form__Caret:before {
  border-top-color: #a3d109;
}
.Form__Group--dateRangePicker.dropup input:focus + .Form__Caret:before {
  border-top-color: transparent;
  border-bottom-color: #a3d109;
}
.Form__Group--dateRangePicker .Form__Control {
  cursor: pointer;
  padding-right: 50px !important;
  text-overflow: ellipsis;
}
.Form__Group--dateRangePicker .Form__Control:hover,
.Form__Group--dateRangePicker .Form__Control:focus,
.Form__Group--dateRangePicker .Form__Control:active {
  color: #a3d109;
}
.Form__Group--dateRangePicker .Form__Caret {
  position: absolute;
  right: 25px;
  top: 48%;
  transform: translateY(-80%);
}
@media (max-width: 767px) {
  .Form__Group--dateRangePicker .Form__Caret {
    right: 30px;
  }
}
.Form__Group--submit {
  justify-content: flex-end;
}
.Form__Group--dropdown > .Form__Control {
  cursor: pointer;
}
.Form__Group--dropdown .dropdown-menu {
  margin: 0 !important;
  background-color: #333333;
  padding: 20px 15px;
  border: none;
  min-width: 120px;
}
.Form__Group--dropdown .dropdown-menu .Form__Control {
  height: auto !important;
}
.Form__Group--underlined {
  position: relative;
}
.Form__Group--underlined .Form__Control {
  height: auto;
  border-bottom: 1px solid #4e4e4e;
  transition: border-bottom-color 150ms;
}
.Form__Group--underlined .Form__Control + .Form__Addon {
  transition: color 150ms;
}
.Form__Group--underlined .Form__Control:focus {
  border-bottom-color: #b0b0b0;
}
.Form__Group--underlined .Form__Control:focus + .Form__Addon {
  color: #b0b0b0;
}
.Form__Multiselect--columns .multiselect-container {
  column-count: 3;
}
@media (max-width: 1199px) {
  .Form__Multiselect--columns .multiselect-container {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .Form__Multiselect--columns .multiselect-container {
    column-count: unset;
    max-height: 100%;
  }
}
.Form__Multiselect--columns .multiselect-container label {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .Form__Multiselect--columns .multiselect-container label {
    max-width: 100%;
  }
}
.Form__Multiselect--right {
  position: relative;
}
.Form__Multiselect--right .multiselect-container {
  left: auto;
  right: 0;
}
.Form__Multiselect--flex.open .multiselect-container {
  display: flex !important;
}
.Form__Multiselect--flex .multiselect-container {
  flex-wrap: wrap;
  max-height: 55vh;
  overflow: auto !important;
}
.Form__Multiselect--flex .multiselect-container > li {
  flex: 0 0 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Form__Multiselect--flex .multiselect-container > li:first-of-type {
  flex: 0 0 100%;
  min-width: 220px;
}
.Form__Multiselect--flex .multiselect-container > li > a > label {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px !important;
}
.Form__Control--large {
  height: 80px;
}
.Form__Group--flex {
  display: flex !important;
  width: 100%;
}
.Form__Group--flex > button,
.Form__Group--flex .Form__Control {
  display: inline-block !important;
  flex: 1 1 auto;
  width: auto;
}
.Form__Group--flex .radio {
  margin: 0;
}
.Form__Group--radioRows .radio {
  padding: 15px 0;
}
.Form__Group--radioRows .radio:not(:last-of-type) {
  border-bottom: 1px solid #d1d1d1;
}
.Form__Group--radioRows .radio label {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .Form__Group--radioRows .radio label {
    flex-direction: column;
  }
  .Form__Group--radioRows .radio label > span {
    align-self: normal !important;
    margin-bottom: 10px;
  }
}
.Form__Group--radioRows .radio label > div {
  align-self: center;
  flex: 1 0 auto;
}
.Form__Group--radioRows .radio label > div:first-of-type {
  align-self: flex-start;
}
.Form--inverted {
  color: #fff;
}
.Form--inverted a {
  color: #fff;
}
.Form--search {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.Form--search .form-group {
  position: relative;
  margin: 0;
  top: 2px;
  height: 25px;
  display: inline-block;
}
.Form--search .form-group:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 35px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 200ms;
}
.Form--search .Button {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  left: 10px;
}
.Form--search .Button .Button__Icon .Icon {
  width: 18px;
  height: 18px;
}
.Form--search input[name="q"] {
  position: relative;
  width: 120px;
  height: 25px;
  font-size: 16px;
  padding: 0 10px 0 35px;
  border: none;
  color: #ffffff;
  background: none !important;
  transition: width 200ms;
}
.Form--search input[name="q"]:-webkit-autofill,
.Form--search input[name="q"]:-webkit-autofill:hover,
.Form--search input[name="q"]:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.Form--search input[name="q"]::-webkit-input-placeholder {
  color: #ffffff;
}
.Form--search input[name="q"]:-ms-input-placeholder {
  color: #ffffff;
}
.Form--search input[name="q"]::placeholder {
  color: #ffffff;
}
.Form--searchActive .form-group:after {
  background-color: rgba(255, 255, 255, 0.4);
}
.Form--searchActive input[name="q"] {
  width: 180px;
}
@media (max-width: 991px) {
  .Form--searchActive input[name="q"] {
    width: 140px;
  }
}
.Form--filter {
  font-size: 16px;
}
.Form--filter input::-webkit-outer-spin-button,
.Form--filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.Form--filter input[type=number] {
  -moz-appearance: textfield;
}
.Form--filter .Form__Group.js-multiselectTours {
  min-width: 150px;
}
@media (max-width: 991px) {
  .Form--filter .Form__Group {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Form--filter .Form__Group:after {
    top: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .Form--filter .Form__Group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .Form--filter .Form__Group:after {
    top: 0;
    bottom: auto;
  }
}
.Form--filter .Form__Control {
  height: 75px;
  padding: 7px 25px 7px 15px;
}
@media (max-width: 767px) {
  .Form--filter .Form__Control {
    height: 50px !important;
  }
}
.Form--filter .Form__Group--submit {
  display: flex;
  flex-grow: 0 !important;
  flex-basis: 50px;
}
.Form--filter .Form__Group--submit:after {
  display: none;
}
@media (max-width: 991px) {
  .Form--filter .Form__Group--submit {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .Form--filter .Form__Group--submit {
    border-bottom: none !important;
  }
  .Form--filter .Form__Group--submit:after {
    display: none;
  }
}
.Form--filter .Form__Group--submit button.Button {
  margin-left: 30px;
  margin-right: 15px;
  padding: 0;
}
.Form--filter .Form__Group--submit button.Button .Button__Icon {
  transform: none;
  margin: 0;
}
@media (max-width: 767px) {
  .Form--filter .Form__Group--submit button.Button .Button__Icon {
    top: 0;
  }
}
@media (max-width: 767px) {
  .Form--filter .Form__Group--submit {
    text-align: center;
    padding: 15px 0;
  }
}
.Form--filter .daterangepicker {
  order: 5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none;
  border-radius: 0;
  background-color: #333;
  color: #ffffff;
  margin: 0;
  width: 570px !important;
}
.Header .Form--filter .daterangepicker {
  order: 3;
}
@media (max-width: 991px) {
  .Form--filter .daterangepicker {
    width: auto;
  }
}
@media (max-width: 767px) {
  .Form--filter .daterangepicker {
    position: relative;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    text-align: center;
  }
  .Form--filter .daterangepicker .left,
  .Form--filter .daterangepicker .right {
    display: inline-block;
    float: none;
  }
}
.Form--filter .daterangepicker:before,
.Form--filter .daterangepicker:after {
  display: none;
}
.Form--filter .daterangepicker .calendar-table {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.Form--filter .daterangepicker .calendar-table table {
  border-spacing: 0;
  border-collapse: separate;
}
.Form--filter .daterangepicker .drp-calendar {
  max-width: none;
}
.Form--filter .daterangepicker .drp-calendar.left {
  padding-left: 15px;
}
.Form--filter .daterangepicker .drp-calendar.right {
  padding-right: 15px;
}
.Form--filter .daterangepicker td,
.Form--filter .daterangepicker th {
  border-radius: 0 !important;
  padding: 10px !important;
  width: auto;
  height: auto;
  min-width: auto;
  line-height: normal;
}
.Form--filter .daterangepicker td.off,
.Form--filter .daterangepicker th.off {
  color: #888;
  background-color: #333;
}
.Form--filter .daterangepicker td:hover,
.Form--filter .daterangepicker td:focus,
.Form--filter .daterangepicker td:active {
  background-color: #3f3f3f;
}
.Form--filter .daterangepicker td.in-range:not(.off) {
  background-color: rgba(163, 209, 9, 0.5);
  color: #ffffff;
}
.Form--filter .daterangepicker td.active:not(.off),
.Form--filter .daterangepicker td.start-date:not(.off),
.Form--filter .daterangepicker td.end-date:not(.off) {
  background-color: #a3d109;
  color: #ffffff;
}
.Form--filter .daterangepicker th.available:hover,
.Form--filter .daterangepicker th.available:focus,
.Form--filter .daterangepicker th.available:active {
  background-color: #3f3f3f;
}
.Form--filter .daterangepicker th.next:hover,
.Form--filter .daterangepicker th.prev:hover,
.Form--filter .daterangepicker th.next:focus,
.Form--filter .daterangepicker th.prev:focus,
.Form--filter .daterangepicker th.next:active,
.Form--filter .daterangepicker th.prev:active {
  background-color: transparent;
}
.Form--filter .daterangepicker th.next:hover span,
.Form--filter .daterangepicker th.prev:hover span,
.Form--filter .daterangepicker th.next:focus span,
.Form--filter .daterangepicker th.prev:focus span,
.Form--filter .daterangepicker th.next:active span,
.Form--filter .daterangepicker th.prev:active span {
  border-color: #a3d109;
}
.Form--filter .daterangepicker th.next span,
.Form--filter .daterangepicker th.prev span {
  border-color: #fff;
}
.Form--filter .daterangepicker .drp-buttons {
  position: relative;
  padding: 15px 15px;
  border-color: transparent;
}
@media (max-width: 767px) {
  .Form--filter .daterangepicker .drp-buttons {
    padding-top: 5px;
    text-align: center;
  }
}
.Form--filter .daterangepicker .drp-selected {
  color: #a3d109;
}
@media (max-width: 767px) {
  .Form--filter .daterangepicker .drp-selected {
    display: block;
    margin-bottom: 10px;
  }
}
.Form--filter .daterangepicker .cancelBtn {
  margin: 0 15px;
}
.Form--filter .daterangepicker .cancelBtn,
.Form--filter .daterangepicker .applyBtn {
  border-color: transparent !important;
}
.Form--filter .daterangepicker .cancelBtn:hover,
.Form--filter .daterangepicker .applyBtn:hover {
  color: #333;
}
@media (max-width: 767px) {
  .Form--filter .daterangepicker .cancelBtn,
  .Form--filter .daterangepicker .applyBtn {
    display: inline-block;
    margin: 8px;
  }
}
.Form--filter .caret,
.Form--filter .Form__Caret {
  margin-left: 0;
  position: absolute;
  right: 25px;
  margin-top: -2px;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.Form--filter .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .Form--filter .dropdown-menu {
    margin: 0 0 30px 0;
    position: relative !important;
    outline: none !important;
  }
}
@media (max-width: 1199px) {
  .Form--filter {
    border-top: 1px solid #4e4e4e;
    justify-content: space-between;
  }
  .Form--filter .dropdown-menu {
    outline: 1px solid #4e4e4e;
    right: 0;
  }
  .Form--filter.Form--flex {
    flex-wrap: wrap;
  }
  .Form--filter .Form__Control {
    padding-left: 30px !important;
    padding-right: 30px;
  }
  .Form--filter .Form__Caret,
  .Form--filter .caret {
    right: 45px;
  }
  .Form--filter .Form__Group {
    max-width: unset;
    flex: 0 0 25%;
    border-bottom: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
  }
  .Form--filter .Form__Group:after {
    display: none;
  }
  .Form--filter .Form__Group:nth-of-type(5n):after {
    display: none;
  }
  .Form--filter .Form__Group--submit {
    justify-content: center;
    border-right: none;
    padding: 17px 0;
    margin-left: auto;
  }
  .Form--filter .Form__Group--submit .Button {
    margin: 0 !important;
  }
  .Form--filter .Form__Group--multiselect .multiselect-native-select {
    display: block;
    width: 100%;
  }
  .Form--filter .Form__Group--multiselect .multiselect-container {
    top: 1px;
    left: 0;
    right: 0;
    outline: 1px solid #4e4e4e;
  }
  .Form--filter .Form__Group--multiselect .multiselect-container > li > a > label {
    white-space: normal;
    padding: 5px 20px 5px 50px;
  }
  .Form--filter .Form__Multiselect--columns .multiselect-container {
    width: 200%;
  }
  .Form--filter .daterangepicker {
    width: 580px !important;
    outline: 1px solid #4e4e4e;
  }
}
@media (max-width: 991px) {
  .Form--filter {
    flex-wrap: wrap;
  }
  .Form--filter .Form__Group {
    flex: 0 0 33.3333%;
  }
  .Form--filter .Form__Multiselect--columns .multiselect-container {
    width: 200%;
    left: auto;
  }
}
@media (max-width: 767px) {
  .Form--filter {
    font-size: 14px;
  }
  .Form--filter .Form__Control {
    font-size: 14px;
  }
  .Form--filter .Form__Group {
    border-right: none;
  }
  .Form--filter .multiselect-container {
    padding-top: 0;
    border: none;
    margin: 0;
  }
  .Form--filter .dropdown-menu {
    padding-top: 0;
    box-shadow: none;
  }
  .Form--filter .daterangepicker {
    margin: 0;
    box-shadow: none;
    outline: none;
    width: 100% !important;
  }
  .Form--filter .daterangepicker .drp-calendar {
    display: block;
    padding-right: 15px;
    max-width: 300px;
    margin: 0 auto;
  }
  .Form--filter .Form__Multiselect--columns .multiselect-container {
    width: 100%;
  }
  .Form--filter .Form__Group--multiselect .multiselect-container > li > a > label {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .Form--filterMinimized {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .Form--filterMinimized {
    padding-top: 10px;
  }
}
.Form--filterMinimized .Form__Group {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 1199px) {
  .Form--filterMinimized .Form__Group {
    flex-basis: 0;
    border: none !important;
  }
  .Form--filterMinimized .Form__Group.js-multiselectTours {
    min-width: 250px !important;
  }
  .Form--filterMinimized .Form__Group:after {
    display: block;
  }
}
.Form--filterMinimized .Form__Group--submit {
  flex-basis: 50px;
  flex-grow: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .Form--filterMinimized .dropdown-menu {
    border: none !important;
    outline: none !important;
    top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .Form--filterMinimized .daterangepicker {
    border: none !important;
    outline: none !important;
  }
}
#TourFinder .Form__Group:nth-of-type(1) {
  order: 1;
}
#TourFinder .Form__Group:nth-of-type(1) .Form__Control {
  padding-right: 10px;
  padding-left: 5px;
}
.Header #TourFinder .Form__Group:nth-of-type(1) .Form__Control {
  padding-left: 20px;
}
@media (max-width: 991px) {
  #TourFinder .Form__Group:nth-of-type(1) .Form__Control {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #TourFinder .Form__Group:nth-of-type(1) .Form__Control {
    padding: 7px 25px 7px 15px;
  }
}
#TourFinder .Form__Group:nth-of-type(2) {
  order: 2;
}
#TourFinder .Form__Group:nth-of-type(3) {
  order: 3;
}
#TourFinder .Form__Group:nth-of-type(4) {
  order: 4;
}
#TourFinder .Form__Group:nth-of-type(5) {
  order: 6;
}
@media (max-width: 991px) {
  #TourFinder .Form__Group:nth-of-type(5):after {
    display: none;
  }
}
#TourFinder .Form__Group:nth-of-type(6) {
  order: 7;
}
#TourFinder .Form__Group:nth-of-type(7) {
  order: 8;
}
#TourFinder .Form__Group:nth-of-type(8) {
  order: 9;
}
@media (max-width: 1199px) {
  .navbar-collapse#tour-filter {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .navbar-collapse#tour-filter {
    padding: 0 15px;
    height: 88vh;
    overflow: auto;
  }
}
#TravelReportFinder .Form__Multiselect--columns .multiselect-container {
  column-count: unset !important;
}
@media (max-width: 1199px) {
  #TravelReportFinder .Form__Multiselect--columns .multiselect-container {
    width: 100% !important;
    left: 0;
    right: 0;
  }
}
#AccomodationFinder .Form__Multiselect--columns .multiselect-container {
  column-count: 3;
}
.multiselect-filter {
  position: relative;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 10px;
}
.multiselect-filter .input-group {
  margin: 0;
}
.multiselect-filter .input-group-addon {
  position: absolute;
  bottom: 4px;
}
.multiselect-filter .glyphicon:before {
  font-size: 14px;
  color: #555;
}
.multiselect-filter .multiselect-search {
  display: inline-block;
  color: #ffffff;
  height: auto;
  background: none;
  border: navajowhite;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 25px;
  padding-bottom: 6px;
  font-size: 16px;
  border-bottom: 2px solid #555;
}
.multiselect-filter .multiselect-search:focus {
  border-bottom: 2px solid #a3d109;
}
.multiselect-filter .multiselect-search + .input-group-btn {
  display: none;
}
.dropup.daterangepicker {
  transform: translateY(-100%);
  margin-top: -75px !important;
}
@media (max-width: 767px) {
  .dropup.daterangepicker {
    margin-top: -50px !important;
  }
}
.slick-now {
  border: 50px solid red;
}
#BookingTourdate {
  height: 55px;
  width: 420px;
  background-color: #efefef;
  border: none;
  margin: 0 auto;
  text-indent: -999999px;
}
@media (max-width: 767px) {
  #BookingTourdate {
    width: 100%;
  }
}
label[for^="BookingTourDateId"]:after {
  display: none;
}
.Slider--lastMinuteTours .radio {
  /* Customize the label (the container) */
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.Slider--lastMinuteTours .radio label {
  padding: 0;
}
.Slider--lastMinuteTours .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.Slider--lastMinuteTours .radio .radio__checkmark {
  position: absolute;
  top: 2px;
  left: 6px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 2px solid #333;
  border-radius: 50%;
}
.Slider--lastMinuteTours .radio:hover input ~ .radio__checkmark {
  background-color: rgba(255, 255, 255, 0.3);
}
.Slider--lastMinuteTours .radio input:checked ~ .radio__checkmark {
  background-color: transparent;
}
.Slider--lastMinuteTours .radio .radio__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.Slider--lastMinuteTours .radio input:checked ~ .radio__checkmark:after {
  display: block;
}
.Slider--lastMinuteTours .radio .radio__checkmark:after {
  background: -moz-radial-gradient(46% 50%, circle contain, #333 82%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-radial-gradient(46% 50%, circle contain, #333 82%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(46% 50%, circle contain, #333 82%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-radial-gradient(46% 50%, circle contain, #333 82%, transparent 100%);
  /* IE10+ */
  background: radial-gradient(46% 50%, circle contain, #333 82%, transparent 100%);
  /* W3C */
  top: 50%;
  left: 50%;
  transform: translate(-46%, -50%);
  width: 8px;
  height: 8px;
}
.Slider--lastMinuteTours .radio .radio__checkmark {
  border: 2px solid #ffffff;
}
.Slider--lastMinuteTours .radio:hover input ~ .radio__checkmark {
  background-color: rgba(255, 255, 255, 0.3);
}
.Slider--lastMinuteTours .radio input:checked ~ .radio__checkmark {
  background-color: transparent;
}
.Slider--lastMinuteTours .radio .radio__checkmark:after {
  background: -moz-radial-gradient(46% 50%, circle contain, #FFFFFF 82%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-radial-gradient(46% 50%, circle contain, #FFFFFF 82%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(46% 50%, circle contain, #FFFFFF 82%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-radial-gradient(46% 50%, circle contain, #FFFFFF 82%, transparent 100%);
  /* IE10+ */
  background: radial-gradient(46% 50%, circle contain, #FFFFFF 82%, transparent 100%);
  /* W3C */
}
.Form__VoucherCheck .voucher-valid,
.Form__VoucherCheck .voucher-invalid {
  display: none;
}
.Form__VoucherCheck .form-group.has-success .voucher-valid {
  display: inline;
}
.Form__VoucherCheck .form-group.has-success .voucher-valid .glyphicon:before {
  color: #3c763d !important;
}
.Form__VoucherCheck .form-group.has-error .voucher-invalid {
  display: inline;
}
.Form__VoucherCheck .form-group.has-error .voucher-invalid .glyphicon:before {
  color: #a94442 !important;
}
.form-group-append {
  display: flex;
}
.form-group-append .input-append {
  height: 58px;
  padding: 6px 12px;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
}
label[for="BookingClimateContributionToggle"] {
  margin: 20px 0;
  padding: 10px 15px;
  background-color: #a3d109;
  font-size: 24px;
  font-weight: 500 !important;
  color: white;
}
label[for="BookingClimateContributionToggle"] input[type="checkbox"] {
  position: relative;
  margin: 0 3px 0 0;
  vertical-align: 2px;
}
.TeaserSlider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.TeaserSlider__Body {
  position: relative;
  display: flex;
  width: 100%;
}
.TeaserSlider__Body > .TeaserSlider__Item {
  flex: 1 1 auto;
}
.TeaserSlider__Footer {
  position: relative;
  padding: 15px 0;
  margin-top: 20px;
  background: #333333;
  text-align: center;
  min-height: 70px;
}
.TeaserSlider__Footer .tooltip.top {
  margin-top: -15px;
  opacity: 1;
}
.TeaserSlider__Footer .tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.TeaserSlider__Footer .tooltip.top .tooltip-inner {
  background-color: #333;
}
.TeaserSlider__Item {
  padding: 0 15px;
}
.TeaserSlider--centerMode {
  /**
  CenterMode simulieren (angeschnittene Teaser)
  Slick option slideToShow = 3.5
   */
}
.TeaserSlider--centerMode .TeaserSlider__Body .slick-track {
  left: -7.1vw;
}
@media (max-width: 1199px) {
  .TeaserSlider--centerMode .TeaserSlider__Body .slick-track {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .TeaserSlider--flexCenter .TeaserSlider__Body .slick-track {
    display: flex;
    justify-content: center;
    transform: none !important;
  }
  .TeaserSlider--flexCenter .TeaserSlider__Body .slick-track > div {
    flex: 0 0 33%;
    width: 33% !important;
  }
}
@media (min-width: 861px) and (max-width: 1199px) {
  .TeaserSlider--flexCenter .TeaserSlider__Body .slick-track {
    display: flex;
    justify-content: center;
    transform: none !important;
  }
  .TeaserSlider--flexCenter .TeaserSlider__Body .slick-track > div {
    flex: 0 0 50%;
    width: 50% !important;
  }
}
.TeaserSlider__Item--nav {
  flex: 0;
  padding: 0 7px;
  width: auto;
}
@media (max-width: 767px) {
  .TeaserSlider__Item--nav {
    display: none;
  }
}
.TeaserSlider__Item--navAll a.Button .Icon {
  background-color: #ffffff;
  vertical-align: top;
}
.TeaserSlider__Item--navAll a.Button svg * {
  fill: #333333 !important;
}
.TeaserSlider__Item--navAll a.Button:hover .Icon,
.TeaserSlider__Item--navAll a.Button:focus .Icon {
  background-color: transparent;
}
@media (max-width: 767px) {
  .TeaserSlider__Item--navAll {
    display: inline-block;
  }
}
.TeaserSlider__Item--prev,
.TeaserSlider__Item--next {
  flex: 0;
  width: auto;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.TeaserSlider__Item--prev {
  left: 30px;
}
.TeaserSlider__Item--next {
  right: 30px;
}
.TeaserSlider__Footer--inverted {
  background-color: #ffffff;
  margin-top: 10px;
}
.TeaserSlider__Footer--inverted .TeaserSlider__Item .Button--inverted .Icon--inverted {
  filter: none;
}
.TeaserSlider__Footer--inverted .TeaserSlider__Item .Button--inverted .Icon--inverted svg * {
  fill: #333333;
}
.TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button .Icon {
  background-color: #333333 !important;
}
.TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button .Icon svg * {
  fill: #fff !important;
}
.TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button:hover .Icon,
.TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button:focus .Icon,
.TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button:active .Icon {
  background-color: transparent !important;
}
.TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button:hover .Icon svg *,
.TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button:focus .Icon svg *,
.TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button:active .Icon svg * {
  fill: #a3d109 !important;
}
.TeaserSlider__Footer--inverted svg *,
.TeaserSlider__Footer--inverted .Button,
.TeaserSlider__Footer--inverted .Icon {
  filter: none !important;
}
.slick-list,
.slick-track {
  width: 100%;
  min-width: 100%;
}
.js-micrositesSlider + .TeaserSlider__Footer--inverted {
  opacity: 0;
}
@media (max-width: 1600px) {
  .js-micrositesSlider + .TeaserSlider__Footer--inverted {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .js-micrositesSlider .Foil--small {
    height: 350px;
  }
}
.TeaserSlider .slick-dots {
  position: absolute;
  bottom: 50px;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.TeaserSlider .slick-dots li {
  flex: 1 1 auto;
  padding: 0 5px;
}
.TeaserSlider .slick-dots li button {
  -webkit-appearance: none;
  width: 70px;
  height: 5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  text-indent: -9999px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
.TeaserSlider .slick-dots li.slick-active button {
  background-color: #a3d109;
}
@media (max-width: 767px) {
  .TeaserSlider .slick-dots {
    bottom: 0;
  }
}
.TeaserSlider__Body[class*="js-"],
[class*="js-"] .TeaserSlider__Body {
  justify-content: center;
  height: 580px;
  overflow: hidden;
  transition: height 100ms;
  --card-width: 26.5298vw;
  --card-gutter: 30px;
  --card-gutter-vertical: 30px;
  --highlight-height: 480px;
  --highlight-width: calc(var(--card-width) * 1);
  --highlight-skeleton: linear-gradient(95deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 80%);
  --header-height: 300px;
  --header-skeleton: linear-gradient(lightgray var(--header-height), transparent 0);
  --title-height: 30px;
  --title-width: 150px;
  --title-skeleton: linear-gradient(lightgray var(--title-height), transparent 0);
  --line-height: 20px;
  --line-width-1: var(--card-width);
  --line-width-2: calc(var(--card-width) * 0.8);
  --line-width-3: calc(var(--card-width) * 0.6);
  --line-skeleton: linear-gradient(lightgray var(--line-height), transparent 0);
}
@media (max-width: 767px) {
  .TeaserSlider__Body[class*="js-"],
  [class*="js-"] .TeaserSlider__Body {
    height: auto;
  }
}
.TeaserSlider__Body[class*="js-"] > .TeaserSlider__Item,
[class*="js-"] .TeaserSlider__Body > .TeaserSlider__Item {
  position: relative;
  overflow: hidden;
  width: 33vw;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .TeaserSlider__Body[class*="js-"] > .TeaserSlider__Item,
  [class*="js-"] .TeaserSlider__Body > .TeaserSlider__Item {
    width: 100vw;
  }
}
@media (max-width: 1199px) {
  .TeaserSlider__Body[class*="js-"],
  [class*="js-"] .TeaserSlider__Body {
    --card-width: 47.1699vw;
  }
}
@media (max-width: 767px) {
  .TeaserSlider__Body[class*="js-"],
  [class*="js-"] .TeaserSlider__Body {
    --card-width: calc(100vw - 45px);
    --header-height: 200px;
  }
}
.TeaserSlider__Body[class*="js-"]:before,
[class*="js-"] .TeaserSlider__Body:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  transition: opacity 200ms linear 0ms, visibility 0ms linear 200ms;
  visibility: visible;
  z-index: 3;
}
.TeaserSlider__Body[class*="js-"]:after,
[class*="js-"] .TeaserSlider__Body:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  animation: shine 1s infinite;
  background-repeat: no-repeat;
  transition: opacity 200ms linear 0ms, visibility 0ms linear 200ms;
  z-index: 4;
  left: -20.4vw;
  background-image: var(--highlight-skeleton), var(--header-skeleton), var(--title-skeleton), var(--line-skeleton), var(--line-skeleton), var(--line-skeleton), var(--highlight-skeleton), var(--header-skeleton), var(--title-skeleton), var(--line-skeleton), var(--line-skeleton), var(--line-skeleton), var(--highlight-skeleton), var(--header-skeleton), var(--title-skeleton), var(--line-skeleton), var(--line-skeleton), var(--line-skeleton), var(--highlight-skeleton), var(--header-skeleton), var(--title-skeleton), var(--line-skeleton), var(--line-skeleton), var(--line-skeleton), var(--highlight-skeleton), var(--header-skeleton), var(--title-skeleton), var(--line-skeleton), var(--line-skeleton), var(--line-skeleton);
  background-size: var(--highlight-width) var(--highlight-height) /* highlight */, var(--card-width) var(--header-height) /* header */, var(--title-width) var(--title-height) /* title */, var(--line-width-1) var(--line-height) /* line 1 */, var(--line-width-2) var(--line-height) /* line 2 */, var(--line-width-3) var(--line-height) /* line 3 */, var(--highlight-width) var(--highlight-height) /* highlight */, var(--card-width) var(--header-height) /* header */, var(--title-width) var(--title-height) /* title */, var(--line-width-1) var(--line-height) /* line 1 */, var(--line-width-2) var(--line-height) /* line 2 */, var(--line-width-3) var(--line-height) /* line 3 */, var(--highlight-width) var(--highlight-height) /* highlight */, var(--card-width) var(--header-height) /* header */, var(--title-width) var(--title-height) /* title */, var(--line-width-1) var(--line-height) /* line 1 */, var(--line-width-2) var(--line-height) /* line 2 */, var(--line-width-3) var(--line-height) /* line 3 */, var(--highlight-width) var(--highlight-height) /* highlight */, var(--card-width) var(--header-height) /* header */, var(--title-width) var(--title-height) /* title */, var(--line-width-1) var(--line-height) /* line 1 */, var(--line-width-2) var(--line-height) /* line 2 */, var(--line-width-3) var(--line-height) /* line 3 */, var(--highlight-width) var(--highlight-height) /* highlight */, var(--card-width) var(--header-height) /* header */, var(--title-width) var(--title-height) /* title */, var(--line-width-1) var(--line-height) /* line 1 */, var(--line-width-2) var(--line-height) /* line 2 */, var(--line-width-3) var(--line-height) /* line 3 */;
  background-position: 0 0 /* highlight */, 0 0 /* header */, 0 calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, 0 calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, 0 calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, 0 calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */, calc(1 * (var(--card-width) + var(--card-gutter))) 0 /* highlight */, calc(1 * (var(--card-width) + var(--card-gutter))) 0 /* header */, calc(1 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, calc(1 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, calc(1 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, calc(1 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */, calc(2 * (var(--card-width) + var(--card-gutter))) 0 /* highlight */, calc(2 * (var(--card-width) + var(--card-gutter))) 0 /* header */, calc(2 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, calc(2 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, calc(2 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, calc(2 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */, calc(3 * (var(--card-width) + var(--card-gutter))) 0 /* highlight */, calc(3 * (var(--card-width) + var(--card-gutter))) 0 /* header */, calc(3 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, calc(3 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, calc(3 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, calc(3 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */, calc(4 * (var(--card-width) + var(--card-gutter))) 0 /* highlight */, calc(4 * (var(--card-width) + var(--card-gutter))) 0 /* header */, calc(4 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, calc(4 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, calc(4 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, calc(4 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */;
}
@media (max-width: 1199px) {
  .TeaserSlider__Body[class*="js-"]:after,
  [class*="js-"] .TeaserSlider__Body:after {
    left: 15px;
  }
}
.TeaserSlider__Body[class*="js-"].slick-initialized,
[class*="js-"] .TeaserSlider__Body.slick-initialized {
  height: auto;
}
.TeaserSlider__Body[class*="js-"].slick-initialized:after,
[class*="js-"] .TeaserSlider__Body.slick-initialized:after,
.TeaserSlider__Body[class*="js-"].slick-initialized:before,
[class*="js-"] .TeaserSlider__Body.slick-initialized:before {
  opacity: 0;
  visibility: hidden;
}
.TeaserSlider__Body.js-magazineTravelReportsTeaserSlider:before {
  background: transparent;
}
@keyframes shine {
  to {
    background-position: calc(1 * (var(--card-width) + var(--card-gutter))) 0 /* highlight move to right */, 0 0 /* header */, 0 calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, 0 calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, 0 calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, 0 calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */, calc(2 * (var(--card-width) + var(--card-gutter))) 0 /*  highlight move to right  */, calc(1 * (var(--card-width) + var(--card-gutter))) 0 /* header */, calc(1 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, calc(1 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, calc(1 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, calc(1 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */, calc(3 * (var(--card-width) + var(--card-gutter))) 0 /*  highlight move to right  */, calc(2 * (var(--card-width) + var(--card-gutter))) 0 /* header */, calc(2 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, calc(2 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, calc(2 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, calc(2 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */, calc(4 * (var(--card-width) + var(--card-gutter))) 0 /*  highlight move to right  */, calc(3 * (var(--card-width) + var(--card-gutter))) 0 /* header */, calc(3 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, calc(3 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, calc(3 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, calc(3 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */, calc(5 * (var(--card-width) + var(--card-gutter))) 0 /*  highlight move to right  */, calc(4 * (var(--card-width) + var(--card-gutter))) 0 /* header */, calc(4 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + var(--card-gutter-vertical)) /* title */, calc(4 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + var(--title-height)) /* line 1 */, calc(4 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(1 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 2 */, calc(4 * (var(--card-width) + var(--card-gutter))) calc(var(--header-height) + (var(--card-gutter-vertical) * 2.3) + (var(--title-height) + calc(2 * (var(--line-height) + (var(--card-gutter-vertical) / 3))))) /* line 3 */;
  }
}
.Foil {
  display: flex;
  flex-direction: column;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .Foil {
    height: auto;
  }
}
.Foil p {
  margin-bottom: 0;
}
.Foil__Footer {
  margin-top: auto;
  padding: 30px;
  display: flex;
}
@media (max-width: 991px) {
  .Foil__Footer {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .Foil__Footer {
    padding: 15px;
  }
}
.Foil__Text {
  margin-right: 30px;
  flex: 0 1 auto;
}
.Foil__Button {
  flex: 1 0 auto;
  margin-top: auto;
}
@media (max-width: 991px) {
  .Foil__Button {
    margin-top: 30px;
  }
}
.Foil__Icon {
  position: absolute;
  left: 30px;
  top: 40px;
}
.Foil__Body {
  position: relative;
}
.Foil__Jumbotron {
  position: relative;
  z-index: 2;
}
.Foil__Overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .Foil--dimmed,
  .Foil--dimmedGreen,
  .Foil--dimmedBlue {
    height: 680px;
  }
}
.Foil--dimmed:after,
.Foil--dimmedGreen:after,
.Foil--dimmedBlue:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.Foil--dimmed .Foil__Footer,
.Foil--dimmedGreen .Foil__Footer,
.Foil--dimmedBlue .Foil__Footer {
  z-index: 2;
  padding-top: 15px;
  text-align: center;
}
.Foil--dimmed .Foil__Footer .Button,
.Foil--dimmedGreen .Foil__Footer .Button,
.Foil--dimmedBlue .Foil__Footer .Button {
  margin: 0 auto;
}
.Foil--dimmedGreen,
.Foil--dimmedBlue {
  padding: 60px 45px;
}
@media (max-width: 991px) {
  .Foil--dimmedGreen,
  .Foil--dimmedBlue {
    padding: 30px;
    height: auto;
  }
}
.Foil--dimmedBlue:after {
  background-color: rgba(14, 71, 128, 0.5);
}
.Foil--dimmedGreen:after {
  background-color: rgba(116, 145, 16, 0.5);
}
.Foil--dimmed:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.Foil--coloredBackground:after {
  display: none;
}
.Foil--large {
  position: relative;
  padding: 60px 45px;
  height: auto;
}
@media (max-width: 1199px) {
  .Foil--large {
    padding: 30px 15px;
  }
}
.Foil--medium {
  position: relative;
  padding: 15px 15px 30px 15px;
  height: auto;
}
@media (max-width: 1199px) {
  .Foil--medium {
    height: auto;
  }
}
.Foil--medium .Foil__Footer {
  position: relative;
  z-index: 2;
  padding: 0;
}
.Foil--medium .Jumbotron__Title {
  font-size: 35px;
  line-height: 42px;
  margin-top: 0;
}
.Foil--medium .Jumbotron__Body {
  height: 370px;
  overflow: hidden;
}
.Foil--medium .Jumbotron__Text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
}
.Foil--small {
  position: relative;
  padding: 15px 15px 30px 15px;
  height: 400px;
}
@media (max-width: 1199px) {
  .Foil--small {
    height: auto;
  }
}
.Foil--small .Foil__Footer {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: auto;
}
.Foil--small .Jumbotron__Title {
  font-size: 35px;
  line-height: 42px;
  margin-top: 0;
}
.Foil--small .Jumbotron__Text {
  font-size: 18px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.Foil--inverted {
  position: relative;
  color: #fff;
}
.Foil--inverted:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.Foil--inverted > * {
  z-index: 2;
}
@media (max-width: 767px) {
  .Foil--coupons {
    padding-top: 90px;
  }
}
.Foil--fullHeight {
  height: 100%;
  min-height: 592px;
}
.Foil--fullHeight .Foil__Jumbotron {
  margin-top: auto;
}
.Foil--fullHeight .Jumbotron,
.Foil--fullHeight .Jumbotron__Body {
  height: 100%;
}
.Foil--fullHeight .Jumbotron__Subline {
  margin-top: auto;
  margin-bottom: 15px;
}
.Foil--fullHeight .Jumbotron__Title {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.Foil--fullHeight .Jumbotron__Text {
  margin-top: 0;
  margin-bottom: auto;
}
.Foil--autoHeight {
  height: auto;
}
.Foil--autoHeight .Foil__Body {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .Foil--autoHeight .Foil__Body {
    padding: 60px 0;
  }
}
.Author {
  position: relative;
  display: inline-block;
  font-style: italic;
  text-align: left;
  min-width: 160px;
}
.Card__Footer .Author {
  padding-bottom: 15px;
}
.Author__Image {
  display: inline-block;
  height: 65px;
  width: 65px;
  margin-right: 15px;
  float: left;
  background-size: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .Author__Image {
    height: 55px;
    width: 55px;
  }
}
.Author__Body {
  position: relative;
  display: inline-block;
  padding-top: 5px;
}
.Author__PublishingDate {
  padding-top: 5px;
  white-space: nowrap;
}
.Author__Name {
  white-space: nowrap;
}
.Author--vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-style: normal;
}
.Author--vertical .Author__Image {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.Author--vertical .Author__Name {
  margin-bottom: 10px;
}
.Author--vertical .Author__Text {
  height: 125px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .Author--vertical .Author__Text {
    height: 175px;
  }
}
@media (max-width: 767px) {
  .Author--vertical .Author__Text {
    height: auto;
  }
}
.Author--inverted {
  color: #ffffff;
}
.Author__Image--large {
  width: 225px;
  height: 225px;
}
@media (max-width: 991px) {
  .Author__Image--large {
    width: 160px;
    height: 160px;
  }
}
.Author__Name--large {
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .Author__Name--large {
    font-size: 21px;
    line-height: 25px;
  }
}
.ContactWidget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1009;
}
.ContactWidget__Trigger {
  padding: 5px 0;
}
.ContactWidget__Trigger .ContactWidget__Button > span {
  display: none;
}
.ContactWidget__List {
  transition: transform 200ms;
}
.ContactWidget__Item {
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 300ms;
}
.ContactWidget__Item:nth-of-type(1) {
  transition-delay: 100ms;
}
.ContactWidget__Item:nth-of-type(1) .ContactWidget__Button {
  transition-delay: 150ms;
}
.ContactWidget__Item:nth-of-type(2) {
  transition-delay: 50ms;
}
.ContactWidget__Item:nth-of-type(2) .ContactWidget__Button {
  transition-delay: 100ms;
}
.ContactWidget__Item .ContactWidget__Button {
  transform: scale(0.01);
  opacity: 0;
  transition: all 200ms;
}
.ContactWidget__Button {
  cursor: pointer;
}
.ContactWidget__Button .Icon--circle {
  background-color: #a3d109;
  border-color: #a3d109;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  transition: all 200ms;
}
.ContactWidget__Button .Icon--circle svg * {
  transition: all 200ms;
}
.ContactWidget__Button:hover .Icon--circle {
  background-color: #ffffff;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.ContactWidget__Button:hover svg * {
  fill: #a3d109;
}
.ContactWidget--open .ContactWidget__Trigger .ContactWidget__Item > .Icon {
  background-color: #ffffff;
  display: none;
}
.ContactWidget--open .ContactWidget__Trigger .ContactWidget__Item > span {
  display: block;
}
.ContactWidget--open .ContactWidget__Trigger .ContactWidget__Item > span .Icon {
  background-color: #fff;
}
.ContactWidget--open .ContactWidget__Trigger .ContactWidget__Item > span svg * {
  fill: #a3d109;
}
.ContactWidget--open .ContactWidget__Item {
  opacity: 1;
}
.ContactWidget--open .ContactWidget__Item:nth-of-type(1) {
  transform: translateY(-300%);
}
.ContactWidget--open .ContactWidget__Item:nth-of-type(2) {
  transform: translateY(-200%);
}
.ContactWidget--open .ContactWidget__Item:nth-of-type(3) {
  transform: translateY(-100%);
}
.ContactWidget--open .ContactWidget__Item .ContactWidget__Button {
  transform: scale(1);
  opacity: 1;
}
.TourPrice {
  font-size: 20px;
  font-weight: 500;
}
.TourPrice b {
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  display: block;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .TourPrice {
    font-size: 16px;
  }
  .TourPrice b {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .TourPrice {
    font-size: 16px;
  }
  .TourPrice b {
    font-size: 24px;
    line-height: 24px;
  }
}
.TourPrice__From {
  display: inline-block;
}
.TourPrice__From--green {
  color: #a3d109;
}
.TourPrice__From--green * {
  fill: #a3d109;
}
.TourPrice__From + .TourPrice__InclFlight {
  margin-left: 30px;
}
.TourPrice__InclFlight {
  display: inline-block;
  color: #a3d109;
}
.TourPrice__InclFlight svg,
.TourPrice__InclFlight img {
  fill: #a3d109;
}
.TourPrice__InclFlight + .TourPrice__From {
  margin-left: 15px;
  color: #333333;
}
@media (max-width: 991px) {
  .TourPrice__InclFlight + .TourPrice__From {
    margin-left: 10px;
  }
}
.TourPrice__InclFlight + .TourPrice__From svg,
.TourPrice__InclFlight + .TourPrice__From img {
  fill: #333333;
}
.TourPrice__FlightIcon {
  vertical-align: inherit;
}
.TourPrice__FlightIcon svg,
.TourPrice__FlightIcon img {
  width: 25px;
  height: 25px;
  transform: translateY(25%);
}
.TourPrice__FlightIcon--small {
  width: 26px;
}
.TourPrice--vertical .TourPrice__From svg,
.TourPrice--vertical .TourPrice__From img {
  width: 18px;
  height: 18px;
}
.TourPrice--vertical .TourPrice__InclFlight + .TourPrice__From {
  font-size: 12px;
}
.TourPrice--vertical .TourPrice__InclFlight + .TourPrice__From b {
  font-size: 21px;
}
.TourPrice--vertical .TourPrice__From,
.TourPrice--vertical .TourPrice__InclFlight {
  font-size: 17px;
  display: block;
  margin: 5px 0;
  font-weight: 500;
}
.TourPrice--vertical .TourPrice__From b,
.TourPrice--vertical .TourPrice__InclFlight b {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  margin-top: 5px;
  white-space: nowrap;
}
.infinite-scroll-item .TourPrice--vertical .TourPrice__From,
.infinite-scroll-item .TourPrice--vertical .TourPrice__InclFlight {
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .infinite-scroll-item .TourPrice--vertical .TourPrice__From,
  .infinite-scroll-item .TourPrice--vertical .TourPrice__InclFlight {
    white-space: normal;
  }
}
.infinite-scroll-item .TourPrice--vertical .TourPrice__From > div.margin-top-5,
.infinite-scroll-item .TourPrice--vertical .TourPrice__InclFlight > div.margin-top-5 {
  display: inline-block;
}
.TourPrice--horizontal .TourPrice__InclFlight + .TourPrice__From {
  position: relative;
  margin-left: 0;
}
.TourPrice--horizontal .TourPrice__InclFlight + .TourPrice__From:before {
  content: '•';
  left: 0;
}
@media (max-width: 1199px) {
  .TourPrice--horizontal .TourPrice__InclFlight + .TourPrice__From {
    display: block;
  }
  .TourPrice--horizontal .TourPrice__InclFlight + .TourPrice__From:before {
    display: none;
  }
}
.TourPrice--horizontal .TourPrice__From b,
.TourPrice--horizontal .TourPrice__InclFlight b {
  display: inline-block;
}
.TourPrice--bookingButton {
  position: absolute;
  padding-top: 55px;
  padding-bottom: 15px;
  bottom: -1px;
  transform: translateY(100%);
  text-align: right;
  right: 15px;
  border: 3px solid transparent;
  border-top: none;
  transition: color 0ms, fill 0ms, padding-top 200ms ease;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(0%, transparent));
  background: -webkit-linear-gradient(top, #fff 0%, transparent 0%);
  background: -moz-linear-gradient(top, #fff 0%, transparent 0%);
  background: -ms-linear-gradient(top, #fff 0%, transparent 0%);
  background: -o-linear-gradient(top, #fff 0%, transparent 0%);
}
.TourPrice--bookingButton .TourPrice__InclFlight {
  font-size: 21px;
}
.TourPrice--bookingButton .TourPrice__InclFlight b {
  font-size: 36px;
}
.TourPrice--bookingButton .TourPrice__InclFlight + .TourPrice__From {
  font-size: 14px;
}
.TourPrice--bookingButton .TourPrice__InclFlight + .TourPrice__From b {
  font-size: 22px;
  font-weight: 300;
}
.TourPrice--bookingButton * {
  transition: color 0ms, fill 0ms, padding-top 200ms ease;
}
@media (max-width: 1199px) {
  .TourPrice--bookingButton {
    padding-top: 0;
    bottom: 8px;
    text-align: center;
    width: 272px;
    color: #ffffff !important;
    border: 3px solid transparent;
    fill: #ffffff !important;
    background: #a3d109;
    transition: color 0ms, background-color 0ms ease, text-align 0ms, fill 0ms, font-size 200ms ease, padding-top 300ms;
    cursor: pointer;
  }
  .TourPrice--bookingButton.TourPrice--serviceEvent {
    width: 279px;
  }
  .TourPrice--bookingButton * {
    color: #ffffff !important;
    fill: #ffffff !important;
    transition: color 0ms, background-color 3000ms ease, text-align 0ms, fill 0ms, font-size 200ms ease, padding-top 300ms;
  }
  .TourPrice--bookingButton .TourPrice__InclFlight {
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }
  .TourPrice--bookingButton .TourPrice__InclFlight b {
    margin: 0;
    font-size: 17px;
  }
  .TourPrice--bookingButton .TourPrice__From {
    font-size: 16px;
    line-height: 1;
    margin: 0;
  }
  .TourPrice--bookingButton .TourPrice__From b {
    margin: 0;
    font-size: 21px;
  }
  .TourPrice--bookingButton .TourPrice__InclFlight + .TourPrice__From {
    font-size: 12px;
    line-height: 1;
    margin: 0;
  }
  .TourPrice--bookingButton .TourPrice__InclFlight + .TourPrice__From b {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .TourPrice--bookingButton {
    width: 212px;
  }
  .TourPrice--bookingButton.TourPrice--serviceEvent {
    width: 219px;
  }
}
.TourPrice--bookingButtonSticky {
  padding-top: 0;
  bottom: 8px;
  text-align: center;
  width: 272px;
  color: #ffffff !important;
  border: 3px solid transparent;
  fill: #ffffff !important;
  background: #a3d109;
  transition: color 0ms, background-color 0ms ease, text-align 0ms, fill 0ms, font-size 200ms ease, padding-top 300ms;
  cursor: pointer;
}
.TourPrice--bookingButtonSticky.TourPrice--serviceEvent {
  width: 279px;
}
@media (max-width: 767px) {
  .TourPrice--bookingButtonSticky {
    width: 212px;
  }
  .TourPrice--bookingButtonSticky.TourPrice--serviceEvent {
    width: 219px;
  }
}
.TourPrice--bookingButtonSticky * {
  color: #ffffff !important;
  fill: #ffffff !important;
  transition: color 0ms, background-color 3000ms ease, text-align 0ms, fill 0ms, font-size 200ms ease, padding-top 300ms;
}
.TourPrice--bookingButtonSticky .TourPrice__InclFlight {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.TourPrice--bookingButtonSticky .TourPrice__InclFlight b {
  margin: 0;
  font-size: 17px;
}
.TourPrice--bookingButtonSticky .TourPrice__From {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.TourPrice--bookingButtonSticky .TourPrice__From b {
  margin: 0;
  font-size: 21px;
}
.TourPrice--bookingButtonSticky .TourPrice__InclFlight + .TourPrice__From {
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
.TourPrice--bookingButtonSticky .TourPrice__InclFlight + .TourPrice__From b {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.TourPrice--bookingButtonHoverCSS {
  border-color: #a3d109;
  border-bottom-width: 3px;
  border-top: none !important;
  background: #ffffff;
  color: #a3d109;
}
.TourPrice--bookingButtonHoverCSS * {
  color: #a3d109 !important;
  fill: #a3d109 !important;
}
@media (max-width: 1199px) {
  .TourPrice--bookingButtonHover {
    border-color: #a3d109;
    border-bottom-width: 3px;
    border-top: none !important;
    background: #ffffff;
    color: #a3d109;
  }
  .TourPrice--bookingButtonHover * {
    color: #a3d109 !important;
    fill: #a3d109 !important;
  }
}
.Header--pullback .TourPrice--bookingButtonHover {
  border-color: #a3d109;
  border-bottom-width: 3px;
  border-top: none !important;
  background: #ffffff;
  color: #a3d109;
}
.Header--pullback .TourPrice--bookingButtonHover * {
  color: #a3d109 !important;
  fill: #a3d109 !important;
}
.TourPrice--small .TourPrice__FlightIcon {
  vertical-align: 3px;
}
.TourPrice--small .TourPrice__FlightIcon svg,
.TourPrice--small .TourPrice__FlightIcon img {
  width: 15px;
  height: 15px;
}
.TourPrice--small * {
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 300 !important;
}
.TourPrice--inverted * {
  color: #fff !important;
  fill: #ffffff !important;
}
.TourPrice--viewportSize b {
  font-size: 1.8vw;
}
@media screen and (min-width: 1600px) {
  .TourPrice--viewportSize b {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .TourPrice--viewportSize b {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .TourPrice--viewportSize b {
    font-size: 24px;
  }
}
.Mosaic {
  position: relative;
}
@media (max-width: 991px) {
  .Mosaic .col-sm-6 {
    padding-right: 7.5px;
  }
  .Mosaic .col-xs-6:first-of-type {
    padding-left: 7.5px;
  }
  .Mosaic .col-xs-6:nth-of-type(2) {
    padding-left: 0;
  }
  .Mosaic .col-xs-6:nth-of-type(3) {
    padding-left: 7.5px;
  }
  .Mosaic .col-xs-6:nth-of-type(4) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .Mosaic {
    margin-bottom: 45px;
  }
  .Mosaic .col-sm-6 {
    padding-right: 15px;
  }
  .Mosaic .col-xs-6:first-of-type {
    padding-left: 15px;
    padding-right: 7.5px;
  }
  .Mosaic .col-xs-6:nth-of-type(2) {
    padding-left: 7.5px;
    padding-right: 15px;
  }
  .Mosaic .col-xs-6:nth-of-type(3) {
    padding-left: 15px;
    padding-right: 7.5px;
  }
  .Mosaic .col-xs-6:nth-of-type(4) {
    padding-left: 7.5px;
  }
}
.Mosaic__Element {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  transition: all 400ms ease;
  border: none;
}
.Mosaic__Element:hover::before {
  transform: scale(1.04);
}
.Mosaic__Element:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.Mosaic__Main {
  height: 555px;
  width: 100%;
}
@media (max-width: 1199px) {
  .Mosaic__Main {
    height: 455px;
  }
}
@media (max-width: 991px) {
  .Mosaic__Main {
    height: 352px;
  }
}
@media (max-width: 767px) {
  .Mosaic__Main {
    margin-bottom: 15px;
  }
}
.Mosaic__Side {
  height: 555px / 2 - 15px;
  width: 100%;
}
@media (max-width: 1199px) {
  .Mosaic__Side {
    height: 455px / 2 - 15px;
  }
}
@media (max-width: 991px) {
  .Mosaic__Side {
    height: 352px / 2 - 7.5px;
  }
}
@media (max-width: 767px) {
  .Mosaic__Side {
    height: 140px;
    margin-bottom: -15px;
  }
}
.Mosaic__Last {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .Mosaic__Last {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .Mosaic__Last {
    margin-top: 30px;
  }
}
.Mosaic__Button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
@media (max-width: 991px) {
  .Mosaic__Button {
    background-color: rgba(51, 51, 51, 0.85);
  }
}
.ShortInfos {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.ShortInfos .tooltip {
  position: fixed;
}
.ShortInfos__Item {
  flex: 0 0 auto;
  white-space: nowrap;
}
.ShortInfos__Item:not(:last-of-type) {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .ShortInfos__Item {
    padding: 5px 0;
    margin: 5px 0;
  }
  .ShortInfos__Item:not(:last-of-type) {
    padding-right: 10px;
  }
  .ShortInfos__Item:last-of-type.ShortInfos__Item.ShortInfos__Item--narrow {
    padding-right: 0;
  }
  .ShortInfos__Item .Icon__Label {
    margin-left: 0;
  }
}
.ShortInfos--center {
  justify-content: center;
}
.ShortInfos--center .ShortInfos__Item {
  flex-grow: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .ShortInfos--center .ShortInfos__Item {
    flex-grow: 1;
  }
}
.ShortInfos--inline {
  width: auto;
}
.ShortInfos--alignRight {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .ShortInfos--alignRight {
    justify-content: center;
  }
}
.ShortInfos--columned {
  flex-wrap: wrap;
}
.ShortInfos--columned .ShortInfos__Item {
  flex: 0 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .ShortInfos--columned .ShortInfos__Item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ShortInfos--columned .ShortInfos__Item {
    flex: 0 0 100%;
  }
}
.ShortInfos--columned3 {
  flex-wrap: wrap;
}
.ShortInfos--columned3 .ShortInfos__Item {
  flex: 0 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .ShortInfos--columned3 .ShortInfos__Item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ShortInfos--columned3 .ShortInfos__Item {
    flex: 0 0 100%;
  }
}
.ShortInfos--columned3 .ShortInfos__Item {
  flex: 0 0 33%;
}
@media (max-width: 767px) {
  .ShortInfos--columned3 .ShortInfos__Item {
    flex: 0 0 100%;
    padding: 0 15px !important;
  }
}
.ShortInfos--columned4 {
  flex-wrap: wrap;
}
.ShortInfos--columned4 .ShortInfos__Item {
  flex: 0 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .ShortInfos--columned4 .ShortInfos__Item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ShortInfos--columned4 .ShortInfos__Item {
    flex: 0 0 100%;
  }
}
.ShortInfos--columned4 .ShortInfos__Item {
  flex: 0 0 25%;
}
.ShortInfos--columned4 .ShortInfos__Item:nth-of-type(1n) {
  padding-left: 0;
}
.ShortInfos--columned4 .ShortInfos__Item:nth-of-type(4n) {
  padding-right: 0;
}
.ShortInfos--columned5 {
  flex-wrap: wrap;
}
.ShortInfos--columned5 .ShortInfos__Item {
  flex: 0 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .ShortInfos--columned5 .ShortInfos__Item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ShortInfos--columned5 .ShortInfos__Item {
    flex: 0 0 100%;
  }
}
.ShortInfos--columned5 .ShortInfos__Item {
  flex: 0 1 20%;
}
.ShortInfos--columned5 .ShortInfos__Item:nth-of-type(1n) {
  padding-left: 0;
}
.ShortInfos--columned5 .ShortInfos__Item:nth-of-type(4n) {
  padding-right: 0;
}
@media (max-width: 991px) {
  .ShortInfos--columned5 .ShortInfos__Item {
    flex: 0 0 33%;
  }
}
.ShortInfos--columned6 {
  flex-wrap: wrap;
}
.ShortInfos--columned6 .ShortInfos__Item {
  flex: 0 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .ShortInfos--columned6 .ShortInfos__Item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ShortInfos--columned6 .ShortInfos__Item {
    flex: 0 0 100%;
  }
}
.ShortInfos--columned6 .ShortInfos__Item {
  flex: 0 1 16.667%;
}
@media (max-width: 991px) {
  .ShortInfos--columned6 .ShortInfos__Item {
    flex-basis: 33%;
  }
}
@media (max-width: 767px) {
  .ShortInfos--columned6 .ShortInfos__Item {
    flex-basis: 50%;
  }
}
.ShortInfos--accomodation .ShortInfos__Item {
  flex: 0 0 auto;
}
.ShortInfos__Item--last {
  margin-left: auto;
  justify-self: flex-end;
}
.ShortInfos__Item--narrow {
  flex: 0 0 auto !important;
  padding: 0 7px !important;
}
@media (max-width: 767px) {
  .ShortInfos__Item--narrow {
    padding: 5px 7px !important;
  }
}
.ShortInfos--grid .ShortInfos__Item {
  padding: 25px 0;
  flex: 1 0 auto;
  text-align: center;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.ShortInfos--grid .ShortInfos__Item:first-of-type {
  border-left: 1px solid #d1d1d1;
}
.ShortInfos--grid .ShortInfos__Item--active {
  color: white;
  background: #333333;
}
.ShortInfos--grid .ShortInfos__Item--disabled {
  color: #d1d1d1;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .ShortInfos--openingHours .ShortInfos__Item {
    flex: 1 1 15%;
  }
  .ShortInfos--openingHours .ShortInfos__Item--break {
    border-left: 1px solid #b0b0b0 !important;
  }
}
.FirmBanner {
  display: flex;
  flex-direction: row;
  border: 1px solid #d1d1d1;
  position: relative;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.FirmBanner__Logo {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.infinite-scroll-item .FirmBanner__Logo {
  max-height: 65px;
  display: inline-flex;
}
.FirmBanner__Text {
  font-size: 13px;
  line-height: 16px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.FirmBanner--inverted {
  color: #ffffff;
  background-color: #333333;
}
.FirmBanner--horizontal {
  font-size: 18px;
  flex-direction: row-reverse;
  margin: 60px 0;
}
@media (max-width: 991px) {
  .FirmBanner--horizontal {
    margin: 30px 0;
  }
}
.FirmBanner--horizontal .FirmBanner__Text {
  font-size: 18px;
  line-height: 20px;
}
.FirmBanner__Logo--hoverColor {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: filter 200ms ease-in-out;
}
.FirmBanner__Logo--hoverColor:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.TourDayInfo {
  display: flex;
  margin: 15px 0;
  vertical-align: text-bottom;
  font-weight: 400;
  justify-content: center;
  flex-wrap: wrap;
}
.TourDayInfo br {
  display: none;
}
.TourDayInfo_Element {
  min-width: 50px;
  padding: 0 15px;
}
[class*="--inverted"] .TourDayInfo_Element {
  filter: brightness(1000%);
}
@media (max-width: 767px) {
  .TourDayInfo_Element {
    padding: 7px;
  }
}
.TourDayInfo_Element:before {
  background-size: cover;
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: -11px;
  content: "";
}
.TouDayInfo_Element-altitude-difference-ascent:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCiAgICAgeT0iMHB4IgogICAgIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpyZ2IoNjgsIDY4LCA2OCk7fQo8L3N0eWxlPgogICAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LDI3YzAuNCwwLjQsMC40LDEsMCwxLjRjLTAuNCwwLjQtMSwwLjQtMS40LDBMMTIuMiwyNXYxNi41YzAsMC41LTAuNCwxLTEsMWMtMC41LDAtMS0wLjQtMS0xVjI1bC0zLjQsMy40CgljLTAuMiwwLjItMC40LDAuMy0wLjcsMC4zcy0wLjUtMC4xLTAuNy0wLjNDNSwyOCw1LDI3LjQsNS40LDI3bDUuOC01LjhMMTcsMjd6IE00NC45LDM0LjdIMjQuMWMtMC41LDAtMS0wLjQtMS0xYzAtMC41LDAuNC0xLDEtMQoJaDE3LjNsLTkuOC0xNi41bC0xLjEsMC45TDI4LjgsMTZsLTEuNSwyLjdsLTEuNy0yLjJsLTUuMiw4LjhjLTAuMywwLjUtMC45LDAuNi0xLjQsMC4zYy0wLjUtMC4zLTAuNi0wLjktMC4zLTEuNGwxLjYtMi44TDE3LjYsMTcKCWwtMiwzLjRjLTAuMywwLjUtMC45LDAuNi0xLjQsMC4zYy0wLjUtMC4zLTAuNi0wLjktMC4zLTEuNGwzLjctNi4ybDMuOSw2LjVsNy4yLTEyLjFMNDQuOSwzNC43eiBNMzEuMSwxNS40bC0yLjQtNGwtMi42LDQuM2wxLDEuMwoJbDEuMy0yLjRsMiwxLjRMMzEuMSwxNS40eiIvPgo8L3N2Zz4=');
}
.TouDayInfo_Element-altitude-difference-descent:before {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <style type="text/css"> .st1{fill:rgb(68, 68, 68);} </style> <path class="st1" d="M17,35.5c0.4,0.4,0.4,1,0,1.4l-5.8,5.8l-5.8-5.8c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l3.4,3.4V22.4 c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1v16.5l3.4-3.4C16,35.1,16.6,35.1,17,35.5z M44.9,34.5H24.1c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h17.3 L31.6,16L30.5,17l-1.7-1.2l-1.5,2.7l-1.7-2.2L19,27.4c-0.3,0.5-0.9,0.6-1.4,0.3c-0.5-0.3-0.6-0.9-0.3-1.4l3-5.1l-2.7-4.6l-2.3,3.8 c-0.3,0.5-0.9,0.6-1.4,0.3c-0.5-0.3-0.6-0.9-0.3-1.4l4-6.7l3.9,6.5l7.2-12.1L44.9,34.5z M31.1,15.2l-2.4-4l-2.6,4.3l1,1.3l1.3-2.4 l2,1.4L31.1,15.2z"/> </svg>');
}
.TouDayInfo_Element-altitude-difference:before {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <style type="text/css"> .st2{fill:rgb(68, 68, 68);} </style> <path class="st2" d="M8.7,23.5V40c0,0.5-0.4,1-1,1s-1-0.4-1-1V23.5l-3.4,3.4c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l5.8-5.8 l5.8,5.8c0.4,0.4,0.4,1,0,1.4c-0.2,0.2-0.4,0.3-0.7,0.3s-0.5-0.1-0.7-0.3L8.7,23.5z M22.6,34.2l-3.4,3.4V21.1c0-0.5-0.4-1-1-1 s-1,0.4-1,1v16.5l-3.4-3.4c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l5.8,5.8l5.8-5.8c0.4-0.4,0.4-1,0-1.4C23.6,33.9,23,33.9,22.6,34.2z M48.3,35.8H27.5c-0.5,0-1-0.4-1-1s0.4-1,1-1h17.3l-9.8-16.5l-1.1,0.9l-1.7-1.2l-1.5,2.7l-1.7-2.2l-5.8,9.7 c-0.3,0.5-0.9,0.6-1.4,0.3c-0.5-0.3-0.6-0.9-0.3-1.4l2.2-3.7L21,18L21,18.2c-0.3,0.5-0.9,0.6-1.4,0.3c-0.5-0.3-0.6-0.9-0.3-1.4 l1.8-3l3.9,6.5l7.2-12.1L48.3,35.8z M34.5,16.4l-2.4-4l-2.6,4.3l1,1.3l1.3-2.4l2,1.4L34.5,16.4z"/> </svg>');
}
.TouDayInfo_Element-hiking-time:before {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <style type="text/css"> .st3{fill:rgb(68, 68, 68);} </style> <path class="st3" d="M13.4,19.1c-6.7,0-12.2,5.5-12.2,12.2s5.5,12.2,12.2,12.2S25.6,38,25.6,31.3S20.1,19.1,13.4,19.1z M13.4,41.5 c-5.6,0-10.2-4.6-10.2-10.2s4.6-10.2,10.2-10.2s10.2,4.6,10.2,10.2S19,41.5,13.4,41.5z M17.9,33c-0.1,0.4-0.5,0.7-0.9,0.7 c-0.1,0-0.2,0-0.3-0.1l-3.6-1.2c-0.2-0.1-0.3-0.1-0.4-0.2c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0c-0.1-0.2-0.2-0.4-0.2-0.6v-5.2 c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1v4.5l2.9,1C17.8,31.9,18.1,32.4,17.9,33z M32.6,6.6l-7.2,12.1l-3.9-6.5l-3.1,5.2 c-0.3,0.5-0.1,1.1,0.3,1.4c0.5,0.3,1.1,0.1,1.4-0.3l1.4-2.4l2.7,4.6L24,21c-0.3,0.5-0.1,1.1,0.3,1.4c0.5,0.3,1.1,0.1,1.4-0.3 l3.8-6.4l1.7,2.2l1.5-2.7l1.7,1.2l1.1-0.9l9.8,16.5H27.9c-0.5,0-1,0.4-1,1c0,0.5,0.4,1,1,1h20.8L32.6,6.6z M34.3,15l-2-1.4L31,16 l-1-1.3l2.6-4.3l2.4,4L34.3,15z"/> </svg>');
}
.TouDayInfo_Element-difficulty:before {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <style type="text/css"> .st4{fill:rgb(68, 68, 68);} </style> <path class="st4" d="M16.7,21.1c-1.9,0-3.4,1.5-3.4,3.4v12.9c0,1.9,1.5,3.4,3.4,3.4s3.4-1.5,3.4-3.4V24.5C20.1,22.6,18.6,21.1,16.7,21.1z M17.6,37.4c0,0.5-0.4,0.9-0.9,0.9s-0.9-0.4-0.9-0.9V24.5c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9V37.4z M25,15.3 c-1.9,0-3.4,1.5-3.4,3.4v18.7c0,1.9,1.5,3.4,3.4,3.4c1.9,0,3.4-1.5,3.4-3.4V18.7C28.4,16.8,26.9,15.3,25,15.3z M25.9,37.4 c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9V18.7c0-0.5,0.4-0.9,0.9-0.9c0.5,0,0.9,0.4,0.9,0.9V37.4z M33.3,9.2 c-1.9,0-3.4,1.5-3.4,3.4v24.7c0,1.9,1.5,3.4,3.4,3.4c1.9,0,3.4-1.5,3.4-3.4V12.6C36.8,10.7,35.2,9.2,33.3,9.2z M34.3,37.4 c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9V12.6c0-0.5,0.4-0.9,0.9-0.9c0.5,0,0.9,0.4,0.9,0.9V37.4z"/> </svg>');
}
.TouDayInfo_Element-accommodation:before {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <style type="text/css"> .st5{fill:rgb(68, 68, 68);} </style> <path class="st5" d="M42.8,24.9l-16-16.7c-0.5-0.5-1.1-0.7-1.7-0.7s-1.3,0.3-1.7,0.7l-16,16.7c-0.8,0.8-0.6,1.6-0.5,1.8c0.1,0.3,0.5,0.9,1.6,0.9 h2.3V40c0,1.4,1.1,2.5,2.4,2.5h23.8c1.3,0,2.4-1.1,2.4-2.5V27.7h2.3c1.1,0,1.5-0.6,1.6-0.9C43.4,26.5,43.6,25.8,42.8,24.9z M27.1,40.5h-4.1v-6.3c0-0.3,0.3-0.5,0.6-0.5h2.9c0.3,0,0.6,0.2,0.6,0.5V40.5z M37.4,25.7V40c0,0.3-0.2,0.5-0.5,0.5h-7.9v-6.3 c0-1.4-1.2-2.5-2.6-2.5h-2.9c-1.5,0-2.6,1.1-2.6,2.5v6.3h-7.9c-0.2,0-0.5-0.2-0.5-0.5V25.7H9.3l15.4-16c0.1-0.1,0.2-0.1,0.3-0.1 s0.2,0,0.3,0.1l15.4,16H37.4z"/> </svg> ');
}
.TouDayInfo_Element-board:before {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <style type="text/css"> .st6{fill:rgb(68, 68, 68);} </style> <path class="st6"  d="M14.4,13.9v16.7h6.1v11.1c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V7.5l-1.1,0.1C19,7.8,14.4,9.4,14.4,13.9z M20.5,28.5h-4.1V13.9 c0-2.7,2.6-3.8,4.1-4.1V28.5z M35.6,8.3V15c0,0.8-0.3,1.6-0.9,2.1c-0.8,0.7-2.1,0.9-2.9,0.9c0,0-0.1,0-0.1,0v23.7c0,0.6-0.4,1-1,1 c-0.6,0-1-0.4-1-1V18c-0.8,0-2-0.2-2.8-0.9C26.3,16.6,26,15.9,26,15V8.3c0-0.6,0.4-1,1-1c0.6,0,1,0.4,1,1V15c0,0.3,0.1,0.5,0.2,0.6 c0.3,0.3,1,0.4,1.5,0.4V8.3c0-0.6,0.4-1,1-1c0.6,0,1,0.4,1,1V16c0.6,0,1.4-0.1,1.7-0.4c0.1-0.1,0.2-0.2,0.2-0.6V8.3c0-0.6,0.4-1,1-1 C35.2,7.3,35.6,7.8,35.6,8.3z"/> </svg> ');
}
.simplebox-title {
  margin: 0 0 8px;
  padding: 5px 8px;
}
.simplebox-content {
  padding: 0 8px;
}
.TravelProgram {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.TravelProgram > div:first-of-type {
  height: 10px;
}
.TravelProgram > div:first-of-type > div > div.col-md-12:last-of-type {
  text-align: right;
}
@media (max-width: 1199px) {
  .TravelProgram > div:first-of-type > div > div.col-md-12:last-of-type {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .TravelProgram > div:first-of-type {
    height: 30px;
  }
}
.TravelProgram h3 {
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid #4e4e4e;
}
.TravelProgram h3:first-of-type {
  margin-top: 30px;
}
.TravelProgram h3 strong:first-line {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 60px;
  white-space: nowrap;
}
.TravelProgram p,
.TravelProgram ul {
  text-align: left;
}
.TravelProgram .TourDate {
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding-left: 0;
}
.TravelProgram .TourDate:empty:before {
  display: none;
}
.TravelProgram .TourDate:first-of-type:before {
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Glyphicons Halflings';
  font-size: 20px;
  content: "\e109";
  vertical-align: -3px;
}
.AlpineExperience {
  display: table;
  width: 100%;
}
.AlpineExperience h4 {
  margin-top: 0;
}
.AlpineExperience small {
  display: block;
}
.AlpineExperience__1 {
  opacity: 0.2;
  height: 70px;
  display: table-cell;
  border-top: 5px solid #97e2af;
  line-height: 10px;
}
.AlpineExperience--1 .AlpineExperience__1 {
  opacity: 1;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.AlpineExperience--1 .AlpineExperience__1:first-of-type {
  border-left: 1px solid #eee;
}
.AlpineExperience--1 .Rating .Rating__Value:before {
  color: #97e2af;
}
.AlpineExperience--1 .Rating--number .Rating__Value {
  background-color: #97e2af;
}
.AlpineExperience__2 {
  opacity: 0.2;
  height: 70px;
  display: table-cell;
  border-top: 5px solid #a3d109;
  line-height: 10px;
}
.AlpineExperience--2 .AlpineExperience__2 {
  opacity: 1;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.AlpineExperience--2 .AlpineExperience__2:first-of-type {
  border-left: 1px solid #eee;
}
.AlpineExperience--2 .Rating .Rating__Value:before {
  color: #a3d109;
}
.AlpineExperience--2 .Rating--number .Rating__Value {
  background-color: #a3d109;
}
.AlpineExperience__3 {
  opacity: 0.2;
  height: 70px;
  display: table-cell;
  border-top: 5px solid #f3ba0a;
  line-height: 10px;
}
.AlpineExperience--3 .AlpineExperience__3 {
  opacity: 1;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.AlpineExperience--3 .AlpineExperience__3:first-of-type {
  border-left: 1px solid #eee;
}
.AlpineExperience--3 .Rating .Rating__Value:before {
  color: #f3ba0a;
}
.AlpineExperience--3 .Rating--number .Rating__Value {
  background-color: #f3ba0a;
}
.AlpineExperience__4 {
  opacity: 0.2;
  height: 70px;
  display: table-cell;
  border-top: 5px solid #ed720e;
  line-height: 10px;
}
.AlpineExperience--4 .AlpineExperience__4 {
  opacity: 1;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.AlpineExperience--4 .AlpineExperience__4:first-of-type {
  border-left: 1px solid #eee;
}
.AlpineExperience--4 .Rating .Rating__Value:before {
  color: #ed720e;
}
.AlpineExperience--4 .Rating--number .Rating__Value {
  background-color: #ed720e;
}
.AlpineExperience__5 {
  opacity: 0.2;
  height: 70px;
  display: table-cell;
  border-top: 5px solid #cc3c2e;
  line-height: 10px;
}
.AlpineExperience--5 .AlpineExperience__5 {
  opacity: 1;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.AlpineExperience--5 .AlpineExperience__5:first-of-type {
  border-left: 1px solid #eee;
}
.AlpineExperience--5 .Rating .Rating__Value:before {
  color: #cc3c2e;
}
.AlpineExperience--5 .Rating--number .Rating__Value {
  background-color: #cc3c2e;
}
div[class^="AlpineExperience__"] {
  padding: 5px 15px 0 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  div[class^="AlpineExperience__"] {
    padding: 10px 10px 0 10px;
  }
}
@media (max-width: 991px) {
  div[class^="AlpineExperience__"] {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 767px) {
  div[class^="AlpineExperience__"] {
    width: 20%;
    height: 0;
    overflow: hidden;
  }
  div[class^="AlpineExperience__"] .Icon,
  div[class^="AlpineExperience__"] small {
    display: none;
  }
}
.AlpineExperience--inverted [class^="AlpineExperience__"] {
  opacity: 0.8;
}
.AlpineExperience--inverted .Icon[data-toggle="tooltip"] svg g:last-of-type path {
  fill: #333333 !important;
}
.AlpineExperience--inverted.AlpineExperience--1 .AlpineExperience__1 {
  background-color: #97e2af;
  opacity: 1;
  border-right-color: #97e2af;
  border-left-color: #97e2af;
  color: #333333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.AlpineExperience--inverted.AlpineExperience--1 .AlpineExperience__1 svg path {
  fill: #333333;
}
.AlpineExperience--inverted.AlpineExperience--2 .AlpineExperience__2 {
  background-color: #a3d109;
  opacity: 1;
  border-right-color: #a3d109;
  border-left-color: #a3d109;
  color: #333333;
}
.AlpineExperience--inverted.AlpineExperience--2 .AlpineExperience__2 svg path {
  fill: #333333;
}
.AlpineExperience--inverted.AlpineExperience--3 .AlpineExperience__3 {
  background-color: #f3ba0a;
  opacity: 1;
  border-right-color: #f3ba0a;
  border-left-color: #f3ba0a;
  color: #333333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.AlpineExperience--inverted.AlpineExperience--3 .AlpineExperience__3 svg path {
  fill: #333333;
}
.AlpineExperience--inverted.AlpineExperience--4 .AlpineExperience__4 {
  background-color: #ed720e;
  opacity: 1;
  border-right-color: #ed720e;
  border-left-color: #ed720e;
  color: #333333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.AlpineExperience--inverted.AlpineExperience--4 .AlpineExperience__4 svg path {
  fill: #333333;
}
.AlpineExperience--inverted.AlpineExperience--5 .AlpineExperience__5 {
  background-color: #cc3c2e;
  opacity: 1;
  border-right-color: #cc3c2e;
  border-left-color: #cc3c2e;
  color: #333333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.AlpineExperience--inverted.AlpineExperience--5 .AlpineExperience__5 svg path {
  fill: #333333;
}
.AlpineExperience--inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.AlpineExperience--inline .Rating {
  display: inline-block;
  line-height: 1;
}
.AlpineExperience--inline .Rating--number .Rating__Value {
  padding: 3px 5px;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.popover .AlpineExperience h4,
.popover .AlpineExperience .difficulty,
.popover .AlpineExperience .margin-bottom-10 {
  display: none !important;
}
.Rating {
  display: flex;
}
.Rating__Label {
  flex: 1 0 auto;
  align-self: center;
}
.popover .Rating__Label {
  padding-right: 10px;
}
.Rating__Value {
  flex: 0 1 auto;
  display: inline-block;
  white-space: nowrap;
  font-size: 20px;
  letter-spacing: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Rating__Value {
    letter-spacing: 0;
    font-size: 18px;
  }
}
.Rating__Value:before,
.Rating__Value:after {
  font-family: "icomoon";
  line-height: 1em !important;
}
.Rating__Value:before:before,
.Rating__Value:after:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.Rating__Value:before[data-toggle="popover"],
.Rating__Value:after[data-toggle="popover"] {
  cursor: pointer;
}
.Rating__Value:after {
  color: #d1d1d1;
}
.Rating__Tooltip .tooltip {
  position: fixed;
}
.Rating--0 .Rating__Value:before {
  display: none;
}
.Rating--0 .Rating__Value:after {
  content: "\e911 \e911 \e911 \e911 \e911";
}
.Rating--1 .Rating__Value:before {
  content: "\e911";
}
.Rating--1 .Rating__Value:after {
  content: "\e911 \e911 \e911 \e911";
}
.Rating--2 .Rating__Value:before {
  content: "\e911 \e911";
}
.Rating--2 .Rating__Value:after {
  content: "\e911 \e911 \e911";
}
.Rating--3 .Rating__Value:before {
  content: "\e911 \e911 \e911";
}
.Rating--3 .Rating__Value:after {
  content: "\e911 \e911";
}
.Rating--4 .Rating__Value:before {
  content: "\e911 \e911 \e911 \e911";
}
.Rating--4 .Rating__Value:after {
  content: "\e911";
}
.Rating--5 .Rating__Value:before {
  content: "\e911 \e911 \e911 \e911 \e911";
}
.Rating--5 .Rating__Value:after {
  display: none;
}
.Rating--number .Rating__Label {
  flex: 0 1 auto;
  margin-right: 13px;
}
.popover .Rating--number .Rating__Label {
  margin-right: 10px;
}
.Rating--number .Rating__Value {
  letter-spacing: 0px;
  display: inline-block;
  background: #a3d109;
  padding: 2px 4px;
  color: #ffffff;
  font-weight: bold;
}
.Rating--number .Rating__Value:before,
.Rating--number .Rating__Value:after {
  display: none;
}
.Content {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .Content {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
#content {
  background-color: #ffffff;
}
.Content__Layout {
  position: relative;
  display: block;
  margin-bottom: 60px;
  margin-top: 60px;
}
.Content__Layout:first-of-type {
  margin-top: 0;
}
.Content__Layout:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .Content__Layout {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.Content__Layout--container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .Content__Layout--container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .Content__Layout--container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .Content__Layout--container {
    width: 1170px;
  }
}
.Content__Layout--container > .navbar-header,
.Content__Layout--container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 767px) {
  .Content__Layout--container > .navbar-header,
  .Content__Layout--container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.Content__Layout--bordered {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.Content__Layout--bordered:not(:last-of-type) {
  border-bottom: 1px solid #d1d1d1;
}
.Content__Layout:not(.container) .Content__Template {
  padding-left: 0;
  padding-right: 0;
}
.Content__Layout:not(.container) .Content__Template--image {
  padding: 0;
}
.Content__Template {
  margin: 15px 0;
  display: inline-block;
  float: none !important;
  vertical-align: top;
}
.Content__Template--tour_search {
  font-size: 16px;
}
.Content__Template--tour_search .form-group {
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.Content__Template--tour_search #qorder {
  height: auto;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.Content__Template--tour_search #qorder option {
  padding-right: 10px;
}
.Content__Template--tour_search h3 em,
.Content__Template--tour_search h2 em,
.Content__Template--tour_search h3 small,
.Content__Template--tour_search h2 small {
  font-weight: 600;
}
.Content__Template--tour_search .infinite-scroll-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
}
.Content__Template--tour_search .infinite-scroll-item .popover {
  max-width: 300px !important;
}
.Content__Template--tour_search .infinite-scroll-item .popover > .arrow {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .Content__Template--tour_search .infinite-scroll-item .js-collapseTourDates {
    display: block;
    margin-top: 20px;
  }
}
.Content__Template--tour_search .infinite-scroll-item .if-not-collapsed,
.Content__Template--tour_search .infinite-scroll-item .if-collapsed {
  cursor: pointer;
}
.Content__Template--tour_search .infinite-scroll-item .if-not-collapsed .Icon,
.Content__Template--tour_search .infinite-scroll-item .if-collapsed .Icon {
  height: 15px;
  width: 15px;
  vertical-align: -2px;
}
.Content__Template--tour_search .infinite-scroll-item .if-not-collapsed .Icon svg,
.Content__Template--tour_search .infinite-scroll-item .if-collapsed .Icon svg {
  transform: rotate(-90deg);
}
.Content__Template--tour_search .infinite-scroll-item .if-not-collapsed .Icon *,
.Content__Template--tour_search .infinite-scroll-item .if-collapsed .Icon * {
  fill: #a3d109;
}
.Content__Template--tour_search .infinite-scroll-item .if-collapsed {
  display: none;
}
.Content__Template--tour_search .infinite-scroll-item .if-collapsed .Icon svg {
  transform: rotate(90deg) scaleY(-100%);
}
@media (max-width: 767px) {
  .Content__Template--tour_search .infinite-scroll-item .requirements .no-wrap {
    white-space: normal !important;
  }
  .Content__Template--tour_search .infinite-scroll-item .requirements .no-wrap > span:first-of-type {
    display: block;
    margin-bottom: 4px;
  }
}
.Content__Template--tour_search .font-black i.Icon {
  margin-right: 5px;
}
.Content__Flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.Content__Flex > div {
  flex: 1 1 auto;
}
.Content__Flex--2 > div {
  flex: 1 1 50%;
}
@media (max-width: 991px) {
  .Content__Flex--2 > div {
    flex: 1 1 100%;
  }
}
.Content--tourDetail {
  position: relative;
}
@media (max-width: 991px) {
  .Content--tourDetail {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .Content--tourDetail {
    padding-top: 80px;
  }
}
.Content--tourDetail h1 {
  font-size: 36px;
  line-height: 42px;
}
.Content--tourDetail h1 small {
  font-size: 25px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .Content--tourDetail .Slider__Item {
    padding-bottom: 90px;
  }
}
.Content__Layout--services h3 {
  text-align: center;
}
.Content__Layout--services ul.List--ckEditor {
  display: inline-block;
  margin: 0;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .Content__Layout--services ul.List--ckEditor {
    height: auto;
  }
}
.Content__Layout--services ul.List--ckEditor:before {
  transform: translate(-50%, 0%);
  top: 0;
}
.Content__Layout--services ul.List--ckEditor:after {
  content: '';
  position: absolute;
  width: 110%;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  height: 16px;
  background-color: #fff;
}
.Content__Layout--services div.List--ckEditor ul {
  display: inline-block;
  margin-top: 0;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .Content__Layout--services div.List--ckEditor ul {
    height: auto;
  }
}
.Content__Layout--services div.List--ckEditor ul:before {
  transform: translate(-50%, 0%);
  top: 0;
}
.Content__Layout--services div.List--ckEditor ul:after {
  content: '';
  position: absolute;
  width: 110%;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  height: 16px;
  background-color: #fff;
}
.Content__Layout--services .Content__Flex > div {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  margin: 15px 0;
}
.Content__Layout--replacePlaceholder h3 {
  text-align: center;
}
.Content__Layout--replacePlaceholder .tooltip {
  position: fixed;
}
.Content__Layout--replacePlaceholder ul.List--ckEditor {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding: 45px;
  box-shadow: inset 0 0 0 1px #333333;
}
@media (max-width: 991px) {
  .Content__Layout--replacePlaceholder ul.List--ckEditor {
    padding: 30px 15px;
  }
  .Content__Layout--replacePlaceholder ul.List--ckEditor li {
    width: 100%;
    padding: 5px 15px 5px 35px;
  }
}
@media (max-width: 767px) {
  .Content__Layout--replacePlaceholder ul.List--ckEditor li {
    padding: 2px 15px 5px 28px;
  }
}
.Content__Layout--replacePlaceholder ul.List--ckEditor:before {
  content: '';
  background-image: url("../img/arrow-line.svg");
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  display: inline-block;
  animation: fadeIn 200ms;
  z-index: 5;
  height: 16px;
  width: 4000px;
}
.Content__Layout--replacePlaceholder div.List--ckEditor ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding: 45px;
  box-shadow: inset 0 0 0 1px #333333;
}
.Content__Layout--replacePlaceholder div.List--ckEditor ul:before {
  content: '';
  background-image: url("../img/arrow-line.svg");
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 1px;
  display: inline-block;
  animation: fadeIn 200ms;
  z-index: 5;
  height: 16px;
  width: 4000px;
}
@media (max-width: 991px) {
  .Content__Layout--replacePlaceholder div.List--ckEditor ul {
    padding: 30px 15px;
  }
  .Content__Layout--replacePlaceholder div.List--ckEditor ul li {
    padding: 5px 15px 5px 35px;
  }
}
@media (max-width: 767px) {
  .Content__Layout--replacePlaceholder div.List--ckEditor ul li {
    padding: 0 15px 5px 28px;
  }
}
.Content__Layout--replacePlaceholder .TourDayInfo {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
}
.Content__Layout--replacePlaceholder .TourDayInfo + p {
  margin: 0;
}
.Content__Layout--replacePlaceholder .TourDayInfo .TourDayInfo_Element {
  white-space: nowrap;
  margin: 10px 0;
}
.Content__Layout--replacePlaceholder .TourDayInfo .TourDayInfo_Element:before {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  vertical-align: -6px;
}
@media (max-width: 991px) {
  .Content__Layout--replacePlaceholder .TourDayInfo {
    margin: 15px 0;
  }
}
.Content__Layout--replacePlaceholder.Content__Layout--inverted ul {
  margin-top: 30px !important;
  border-bottom: 1px inset #ffffff;
  border-right: 1px inset #ffffff;
  border-left: 1px inset #ffffff;
  box-shadow: none !important;
  overflow: initial;
}
.Content__Layout--replacePlaceholder.Content__Layout--inverted ul:before {
  top: -15px !important;
  background-image: url("../img/arrow-line-white.svg") !important;
}
.Content__Layout--replacePlaceholder.Content__Layout--inverted ul:after {
  background-color: transparent;
}
.Content__Layout--replacePlaceholder.Content__Layout--inverted li:before {
  background-image: url("../img/icons/ic-haken-white.svg") !important;
  border: 1px solid #ffffff;
}
.Content__Layout--replacePlaceholder .Slider--inverted .Icon[data-toggle="tooltip"] svg g:nth-of-type(2) path {
  fill: #333 !important;
}
.Content__Layout--importantInstructions {
  margin-top: 0;
  text-align: left;
}
.Content__Layout--importantInstructions h3 {
  text-align: left;
}
.Content__Layout--grey {
  background-color: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}
.Content--travelReportDetail .Content__Template {
  margin-bottom: 15px;
}
.Content--travelReportDetail .Content__Layout.container .Content__Template--foil .Foil__Body .container {
  width: 100% !important;
}
.Content--travelReportDetail .Content__Layout:not(.container) .Content__Template--image img {
  width: 100%;
}
.Content--travelReportDetail .Content__Layout:not(.container) .Content__Template--foil.col-sm-6 .Foil__Body .container {
  width: 100% !important;
}
.Content--accomodationDetail h1 > div {
  line-height: 22px;
  font-size: 18px;
  font-weight: 900;
}
.Content--accomodationDetail h1 > div .Icon {
  vertical-align: -9px;
}
.Content--accomodationDetail h1 > div .Icon__Label {
  font-weight: 900;
  vertical-align: 0;
}
.Content__Template--account_invoices h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
}
.Content__Template--account_invoices .Card {
  padding-top: 30px;
  padding-bottom: 30px;
}
.Content__Template--account_invoices hr {
  border-top: 1px solid #d1d1d1;
}
.Content--mountainGuideDetail h1 .Icon img {
  vertical-align: 2px;
}
.Content--about_landingpage .CaretCard:after {
  background-color: #cac5b8;
}
.Content__Template--destination {
  margin: 0;
}
.Content__Layout:not(.container) .Content__Template--mosaic_gallery > .MediaGrid:not(.MediaGrid--gutter) {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
#news-finder-result {
  display: flex;
  flex-wrap: wrap;
}
.isLandingPage hr {
  border-top: 1px solid #b1aea3;
}
.isLandingPage .Content__Template--article .Button--ghost,
.isLandingPage .CaretCard__Footer .Button--ghost {
  border-color: #333 !important;
  background-color: #333 !important;
  color: #CCC8BB !important;
}
.isLandingPage .Content__Template--article .Button--ghost:hover,
.isLandingPage .CaretCard__Footer .Button--ghost:hover {
  background-color: transparent !important;
  color: #333 !important;
  border-color: #333 !important;
}
.isLandingPage .Content__Template--article .Button--ghost .route a:hover,
.isLandingPage .CaretCard__Footer .Button--ghost .route a:hover {
  color: #333 !important;
}
.isLandingPage .Card:not(.Card--framed) .Card__Header {
  height: auto !important;
  aspect-ratio: 1/1;
}
.isLandingPage .Content--about_landingpage {
  padding-top: 0;
}
.isLandingPage .Content--about_landingpage .Button.infinite-scroll-next:hover,
.isLandingPage .Content--about_landingpage .Button.infinite-scroll-next:focus,
.isLandingPage .Content--about_landingpage .Button.infinite-scroll-next:active {
  color: #ccc8bb;
  background-color: #333333;
  border-color: #333333 !important;
}
.isLandingPage #content {
  background-color: rgba(204, 200, 187, 0.95);
}
.isLandingPage .Breadcrumb {
  background-color: rgba(255, 255, 255, 0.95);
}
.isLandingPage .Breadcrumb__List {
  text-align: center;
}
.isLandingPage .Content__Template--travel_report_teaser_topic_slider {
  margin-top: 0;
}
.isLandingPage span[style="background-color:white"] {
  background-color: transparent !important;
}
.isLandingPage .CaretCard {
  box-shadow: none;
}
.isLandingPage .CaretCard:after {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #333333;
  padding: 45px 30px 30px 30px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: none;
  clip-path: inset(16px 0 0 0);
}
.isLandingPage .TeaserSlider .slick-slide:nth-child(n+2) .Card__Body:before {
  display: none;
}
.isLandingPage .TeaserSlider .slick-slide .Card__Body {
  position: relative;
}
.isLandingPage .TeaserSlider .slick-slide .Card__Body:before,
.isLandingPage .TeaserSlider .slick-slide .Card__Body:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #bbb6ad;
}
.isLandingPage .TeaserSlider .slick-slide .Card__Body:before {
  left: 0;
}
.isLandingPage .TeaserSlider .slick-slide .Card__Body:after {
  right: 0;
}
.isLandingPage .js-newsSlider .slick-slide .Card__Body:before,
.isLandingPage .js-newsSlider .slick-slide .Card__Body:after {
  display: none !important;
}
.isLandingPage .Card__Title {
  height: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.isLandingPage .TeaserSlider__Footer {
  margin: 0 !important;
}
.isLandingPage .Content__Template--travel_report_teaser_topic_slider .Card__Footer .Button {
  color: #CCC8BB;
  border-color: #333333 !important;
  background-color: #333333;
}
.isLandingPage .Content__Template--travel_report_teaser_topic_slider .Card__Footer .Button:hover,
.isLandingPage .Content__Template--travel_report_teaser_topic_slider .Card__Footer .Button:focus,
.isLandingPage .Content__Template--travel_report_teaser_topic_slider .Card__Footer .Button:active {
  color: #333;
  background-color: transparent;
}
.isLandingPage .TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button .Button__Icon svg * {
  fill: #333333 !important;
}
.isLandingPage .TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button .Button__Icon .Icon--ring {
  background-color: transparent !important;
}
.isLandingPage .TeaserSlider__Footer--inverted .TeaserSlider__Item--navAll .Button:hover .Button__Icon svg * {
  fill: #a3d109 !important;
}
.isLandingPage .TourPrice__From--green {
  color: #41413d;
}
.isLandingPage .TourPrice__InclFlight {
  color: #8ea100 !important;
}
.isLandingPage .TourPrice__InclFlight svg * {
  fill: #8ea100 !important;
}
.isLandingPage .Card--framed {
  box-shadow: 2px 1px 15px 0 rgba(0, 0, 0, 0.05);
}
.isLandingPage .Card--framed .Card__Header {
  border: none;
}
.isLandingPage .Card--framed .Card__Layout {
  border-right: 1px solid #c1b7b2;
  border-left: 1px solid #c1b7b2;
  border-bottom: 1px solid #c1b7b2;
  backdrop-filter: saturate(1.25);
}
.isLandingPage .Content__Template--news_slider .Card__Header {
  height: 300px !important;
  aspect-ratio: unset;
}
@media (max-width: 767px) {
  .isLandingPage .Content__Template--travel_reports_index {
    max-width: 100%;
    overflow: hidden;
  }
  .isLandingPage .Content__Template--travel_reports_index .infinite-scroll-item.col-margin-vertical {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .isLandingPage .Content__Template--travel_reports_index .clearfix.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .dl-horizontal dd.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .container.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .container-fluid.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .row.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .form-horizontal .form-group.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .nav.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .navbar.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .navbar-header.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .navbar-collapse.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .modal-footer.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index #packlistModal .modal-dialog.col-margin-bottom-doubled,
  .isLandingPage .Content__Template--travel_reports_index .Content__Layout--container.col-margin-bottom-doubled {
    margin-bottom: 12px !important;
  }
  .isLandingPage .Pagination {
    padding: 15px 0;
  }
  .isLandingPage .Pagination--sticky {
    top: 0;
  }
  .isLandingPage .Content--isPulledBack .Pagination {
    top: 109px;
  }
}
.Content__Layout:not(.container) .Content__Template--article.col-xs-12 .img-responsive {
  width: 100%;
}
.List .tooltip {
  position: fixed !important;
}
ul.List--ckEditor {
  flex-direction: column;
}
ul.List--ckEditor > li {
  position: relative;
  flex: 0 0 auto;
  list-style: none;
  line-height: 26px;
  padding: 10px 0px 10px 40px;
}
@media (max-width: 991px) {
  ul.List--ckEditor > li {
    flex: 0 0 auto;
  }
}
ul.List--ckEditor > li:before {
  content: '+';
  top: 8px;
  background-image: url("../img/icons/ic-help-mark.svg");
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #333333;
}
@media (max-width: 991px) {
  ul.List--ckEditor > li:before {
    top: 3px;
  }
}
div.List--ckEditor > ul {
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.List--ckEditor > ul:after {
  content: '';
  position: absolute;
  width: 110%;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  height: 16px;
  background-color: #fff;
}
div.List--ckEditor > ul > li {
  position: relative;
  flex: 0 0 auto;
  list-style: none;
  line-height: 26px;
  padding: 10px 30px 10px 40px;
}
@media (max-width: 991px) {
  div.List--ckEditor > ul > li {
    flex: 0 0 auto;
  }
}
div.List--ckEditor > ul > li:before {
  content: '+';
  top: 7px;
  background-image: url("../img/icons/ic-help-mark.svg");
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #333333;
}
@media (max-width: 991px) {
  div.List--ckEditor > ul > li:before {
    top: 3px;
  }
}
ul.List--plus > li:before {
  content: '';
  background-image: url("../img/icons/ic-plus.svg");
  background-size: 55%;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 27px;
}
@media (max-width: 767px) {
  ul.List--plus > li:before {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
  }
}
ul.List--minus > li:before {
  content: '';
  background-image: url("../img/icons/ic-minus.svg");
  background-size: 55%;
  background-repeat: no-repeat;
  font-weight: 900;
  text-align: center;
  font-size: 23px;
  line-height: 29px;
}
@media (max-width: 767px) {
  ul.List--minus > li:before {
    width: 21px;
    height: 21px;
    line-height: 21px;
    top: 2px;
    font-size: 16px;
  }
}
div.List--minus > ul > li:before {
  content: '';
  background-image: url("../img/icons/ic-minus.svg");
  background-size: 55%;
  background-repeat: no-repeat;
  font-weight: 900;
  text-align: center;
  font-size: 23px;
  line-height: 29px;
}
@media (max-width: 767px) {
  div.List--minus > ul > li:before {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    top: 2px;
  }
}
ul.List--check > li:before {
  content: '';
  background-image: url("../img/icons/ic-haken.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  line-height: 31px;
}
@media (max-width: 767px) {
  ul.List--check > li:before {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
  }
}
div.List--check > ul > li:before {
  content: '';
  background-image: url("../img/icons/ic-haken.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  line-height: 31px;
}
@media (max-width: 767px) {
  div.List--check > ul > li:before {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
  }
}
ul.List--columned {
  flex-direction: initial;
}
ul.List--columned > li {
  flex: 0 0 50%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  ul.List--columned > li {
    flex: 0 0 auto;
  }
}
div.List--columned > ul {
  flex-direction: initial;
}
div.List--columned > ul > li {
  flex: 0 0 50%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  div.List--columned > ul > li {
    flex: 0 0 100%;
  }
}
.Content__Layout--replacePlaceholder.Content__Layout--inverted li.List__Item--highlight a {
  color: #cc3c2e !important;
  border-bottom: 1px dotted #cc3c2e !important;
}
.Content__Layout--replacePlaceholder.Content__Layout--inverted li.List__Item--highlight a:hover {
  color: #f56d60 !important;
  border-bottom: 1px dotted #f56d60 !important;
}
.Content__Layout--replacePlaceholder.Content__Layout--inverted li.List__Item--highlight:before {
  top: 8px;
  background-image: url("/img/icons/ic-rufzeichen-versicherungen-red.svg") !important;
  background-size: 90%;
  border: none;
}
.CaretCard {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #333333;
  padding: 45px 30px 30px 30px;
}
@media (max-width: 767px) {
  .CaretCard {
    padding: 45px 15px 30px 15px;
  }
}
.CaretCard:before {
  content: '';
  background-image: url("../img/arrow-line.svg");
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  display: inline-block;
  animation: fadeIn 200ms;
  z-index: 5;
  height: 16px;
  width: 4000px;
}
.CaretCard:after {
  content: '';
  position: absolute;
  width: 110%;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  height: 16px;
  background-color: #fff;
}
.CaretCard__Bar {
  position: absolute;
  background-color: #a3d109;
  height: 15px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.CaretCard__Footer .Button {
  position: relative;
  z-index: 6;
}
.CaretCard--filled {
  box-shadow: inset 0 0 0 1px #ffffff;
  overflow: visible;
}
.CaretCard--filled:before {
  display: none;
}
.CaretCard--filled:after {
  content: '';
  width: 1px;
  height: 1px;
  top: 1px;
  margin: 0 auto;
  transform: translate(-50%, -100%);
  border-style: solid;
  border-color: transparent;
  border-width: 15px;
  border-bottom-color: #fff;
  display: inline-block;
  position: absolute;
  z-index: 5;
  background-color: transparent;
}
.CaretCard--narrow {
  padding: 15px 15px;
}
.CaretCard--teaser {
  padding: 30px;
}
.Card__Header {
  height: 300px;
}
.Card__Title {
  font-size: 25px;
  line-height: 30px;
  height: 60px;
  margin: 0;
}
.Card__Text {
  font-size: 18px;
  padding-top: calc(30px / 2);
  display: block;
  display: -webkit-box;
  height: 90px;
  line-height: 25px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Card__Body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.Card__Footer {
  height: 70px;
}
.Card__Sidebar {
  padding-top: 30px;
  height: calc(30px + (2 * 30px) + (3 * 25px + (30px / 2)) + 70px);
}
@media (max-width: 767px) {
  .Card__Header {
    height: 200px;
  }
  .Card__Title {
    font-size: 25px;
    line-height: 30px;
    height: 90px;
    margin: 0;
  }
  .Card__Text {
    font-size: 18px;
    padding-top: calc(15px / 2);
    display: block;
    display: -webkit-box;
    height: 82.5px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .Card__Body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .Card__Footer {
    height: 70px;
  }
  .Card__Sidebar {
    padding-top: 15px;
    height: calc(15px + (3 * 30px) + (3 * 25px + (15px / 2)) + 70px);
  }
}
.Card {
  display: block;
  position: relative;
}
.Card .tooltip {
  position: fixed;
}
.row--equalHeight .Card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.row--equalHeight .Card .Card__Header {
  flex: 1 0 auto;
}
.row--equalHeight .Card .Card__Layout {
  height: 100%;
}
a.Card {
  border: none;
}
a.Card .Card__Icon {
  transition: opacity 200ms;
}
a.Card:focus {
  color: inherit;
}
a.Card:hover {
  color: inherit;
}
a.Card:hover .Card__Icon {
  opacity: 0;
}
a.Card:hover .Card__Header:before {
  opacity: 1;
}
a.Card:hover .Card__Header .Card__Button {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Card__Header {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.Card__Header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(163, 209, 9, 0.5);
  opacity: 0;
  transition: opacity 200ms linear;
  z-index: 1;
}
.Card__Header.slick-loading {
  background-color: lightgray;
}
.Card__Body li {
  white-space: nowrap;
}
.Card__Footer {
  overflow: hidden;
}
.Card__Title {
  font-size: 25px;
  font-weight: 900;
  overflow: hidden;
}
.Card__Text {
  overflow: hidden;
}
.Card__Text p {
  margin-bottom: 0;
}
.Card__Header .Card__Icon,
.Card__Image .Card__Icon {
  position: absolute;
  top: calc(30px/2);
  left: calc(30px/2);
  z-index: 1;
}
.Card__Button {
  font-weight: 900;
  position: absolute;
  top: 100%;
  left: 50%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 0%);
  transition: all 200ms linear;
  z-index: 2;
  color: #ffffff;
  border-color: #ffffff;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}
.Card__Button svg * {
  fill: #ffffff;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}
.Card__Button .st0 {
  fill: #ffffff;
}
.Card__Button .Icon__Label {
  color: #ffffff;
}
.Card__Button .Icon {
  display: inline-block;
}
.Card__Image {
  position: relative;
  overflow: hidden;
}
.Card__Layout {
  display: flex;
}
@media (max-width: 767px) {
  .Card__Layout {
    flex-direction: column;
  }
}
.Card__Main {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .Card__Main {
    order: 2;
  }
}
.Card__Sidebar {
  flex: 0 0 auto;
  overflow: hidden;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .Card__Sidebar {
    order: 1;
    height: auto;
    margin-top: 10px;
    padding: 0 !important;
  }
  .Card__Sidebar .Grid--vertical,
  .Card__Sidebar .Grid--vertical .Grid__Row {
    flex-direction: row;
    margin: 0;
  }
}
.Card__Disturber {
  position: absolute;
  width: 100px;
  right: 10px;
  top: 10px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  opacity: 0.8 !important;
  z-index: 2;
}
.Card__Latest {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  font-size: 15px;
  color: white;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  background-color: #a3d109;
  z-index: 2;
}
.Card__Latest:before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 18px solid #a3d109;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.Card--people .Card__Latest {
  background-color: #6fbbe2;
}
.Card--people .Card__Latest:before {
  border-left-color: #6fbbe2;
}
.Card--knowledge .Card__Latest {
  background-color: #be3968;
}
.Card--knowledge .Card__Latest:before {
  border-left-color: #be3968;
}
.Card--news .Card__Latest {
  background-color: #e2a239;
}
.Card--news .Card__Latest:before {
  border-left-color: #e2a239;
}
.Card__SubTitle {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
}
.Card--horizontal .Card__Title {
  height: auto !important;
}
.Card--horizontal .Card__Title em,
.Card--horizontal .Card__Title small {
  font-weight: 600;
}
.Card--framed .Card__Header {
  border: 1px solid #d1d1d1;
}
.Card--framed .Card__Body {
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding-right: 15px;
  padding-left: 15px;
}
.Card--framed .Card__Footer {
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .Card--framed .Card__Footer {
    height: 75px;
  }
}
.Card--framed .Card__Layout {
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.Card--framed .Card__Layout .Card__Sidebar {
  padding-right: 15px;
  padding-left: 0;
}
.Card--framed .Card__Layout .Card__Body,
.Card--framed .Card__Layout .Card__Footer {
  border: none;
}
@media (max-width: 767px) {
  .Card--framed .Card__Sidebar {
    padding: 0 10px !important;
  }
}
.Card--expandTitle .Card__Title {
  height: calc(3 * 30px);
}
.Card--collapseTitle .Card__Title {
  height: calc(1 * 30px);
}
.Card__Header--bar {
  height: 95px;
  background: #333333;
}
.Card__Body--end {
  border-bottom: 1px solid #d1d1d1;
}
.Card__Body--end + .Card__Footer {
  display: none;
}
.Card__Body--padding {
  padding-left: 15px;
  padding-right: 15px;
}
.Card__Text--autoHeight {
  height: auto;
  display: block;
  -webkit-line-clamp: auto;
  -webkit-box-orient: vertical;
  text-overflow: initial;
}
.Card__Image--cover {
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 57%;
}
.Card__Footer--large {
  height: 80px;
}
.Card--cell {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.Card--borderBottom {
  border-bottom: 1px solid #eaeaea;
}
.Card--borderBottom:last-of-type {
  border: none;
}
.Card--flex {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .Card--flex {
    flex-direction: column;
  }
  .Card--flex > div:nth-of-type(1) {
    order: 1;
  }
  .Card--flex > div:nth-of-type(2) {
    order: 2;
  }
  .Card--flex > div:nth-of-type(3) {
    order: 3;
  }
  .Card--flex > div:nth-of-type(4) {
    order: 5;
  }
  .Card--flex > div:nth-of-type(5) {
    order: 4;
  }
}
.Card--people .Card__Header {
  padding-bottom: 100%;
  height: auto;
  margin: 0 !important;
}
@media (max-width: 860px) {
  .Card--people .Card__Header {
    padding-bottom: unset;
  }
}
.Card--people:hover .Card__Header:before {
  background-color: rgba(111, 187, 226, 0.5);
}
.Card--knowledge:hover .Card__Header:before {
  background-color: rgba(190, 57, 104, 0.5);
}
.Card--news .Card__Header {
  height: 200px;
  width: 100%;
}
.Card--news:hover .Card__Header:before {
  background-color: rgba(226, 162, 57, 0.5);
}
.Card--travel:hover .Card__Header:before {
  background-color: rgba(162, 198, 15, 0.5);
}
.Card--landscape {
  display: flex;
  height: 100vh;
}
.Card--landscape .Card__Header {
  flex: 1 1 auto;
  height: 100%;
}
.Card--landscape .Card__Body {
  display: flex;
  flex-direction: column;
  flex: 0 0 33%;
  justify-content: center;
  height: 100%;
  padding: 30px;
  text-align: center;
  background-color: #CCC8BB;
}
.Card--landscape .Card__Icon {
  display: inline-block;
  width: 81px;
  height: 81px;
  margin: 0 auto 10px auto;
}
.Card--landscape .Card__Subline {
  font-style: italic;
  font-size: 25px;
  margin-bottom: 45px;
}
.Card--landscape .Card__Tag,
.Card--landscape .Card__Date {
  display: inline-block;
}
.Card--landscape .Card__Title {
  font-size: 40px;
  font-weight: 900;
  line-height: 54px;
  height: auto;
  margin-bottom: 30px;
}
.Card--landscape .Card__Text {
  font-size: 25px;
  line-height: 33px;
  height: auto;
  padding-top: 0;
  margin-bottom: 30px;
  -webkit-line-clamp: 5;
}
.Card--landscape .Card__Tag {
  margin-right: 10px;
}
.Card--landscape .Card__Footer {
  height: auto;
}
@media (max-width: 767px) {
  .Card--landscape {
    height: 800px;
    flex-direction: column;
  }
}
.Card--destination {
  display: flex;
}
@media (max-width: 767px) {
  .Card--destination {
    flex-direction: column;
  }
}
.Card--destination .Card__Header {
  aspect-ratio: 1;
  flex: 0 0 50%;
  height: auto;
  border: none;
}
.Card--destination .Card__Header:hover:before {
  opacity: 1;
}
.Card--destination .Card__Header:hover .Card__Button {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Card--destination .Card__Main {
  aspect-ratio: 1;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  padding: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  color: white;
}
@media (max-width: 991px) {
  .Card--destination .Card__Main {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .Card--destination .Card__Main {
    padding: 30px 15px;
    aspect-ratio: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: auto !important;
  }
}
.Card--destination .Card__Main .Card__Body {
  padding: 0;
}
@media (max-width: 767px) {
  .Card--destination .Card__Main .Card__Body {
    min-width: auto;
  }
}
.Card--destination .Card__Main .Card__Body .Card__Title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
  height: auto;
}
@media (max-width: 767px) {
  .Card--destination .Card__Main .Card__Body .Card__Title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .Card--destination .Card__Main .Card__Body .Card__SubTitle {
    font-size: 25px;
    line-height: 1.2;
  }
}
.Card--destination .Card__Main .Card__Body .Card__Text {
  padding-top: 0;
  height: auto;
  -webkit-line-clamp: none;
  -webkit-box-orient: unset;
  overflow: hidden;
  text-overflow: unset;
}
@media (max-width: 767px) {
  .Card--destination .Card__Main .Card__Body .Card__Text {
    font-size: 18px;
    line-height: 1.2;
  }
}
.Card--destination .Card__Main hr {
  width: 100%;
  border-color: #fff;
  opacity: 0.2;
  margin: 30px 0;
}
.Card--destination .Card__Main .Card__Footer {
  height: auto;
}
.Card--destination .Card__Main .Card__Footer .Card__FooterTitle {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .Card--destination .Card__Main .Card__Footer .Card__FooterTitle {
    font-size: 18px;
  }
}
.Card--destination .Card__Main .Card__Footer .Grid__Item {
  padding: 5px;
}
.Content--tourDetail .Card--destination .Card__Header .Card__Button {
  opacity: 1 !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.Card--right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .Card--right {
    flex-direction: column;
  }
}
.Card .elevationProfile {
  margin: 0;
  padding: 15px;
}
.sm-card {
  margin: 0;
  width: 100%;
  text-align: start;
  border-width: 10px;
}
.sm-card__header {
  margin-bottom: 10px;
}
.sm-card__image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.SocialMediaWall .grid {
  margin-left: -24px;
}
.grid-item {
  padding: 0;
}
.grid-item a {
  text-decoration: none;
}
.facebook::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/ic-social-media-facebook-gruen.png);
  height: 30px;
  width: 30px;
}
.instagram::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 28px;
  top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/ic-social-media-instagram-gruen.png);
  height: 30px;
  width: 30px;
}
.filter-container {
  display: flex;
  justify-content: space-between;
}
.Media__Inner > * {
  width: 100%;
  height: auto;
}
.Media--circle {
  border-radius: 50%;
  overflow: hidden;
}
.Media--cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Media--video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.Media--video iframe,
.Media--video object,
.Media--video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Media--aspectRatio {
  padding-top: 56.25%;
  /* 16:9 */
}
.Media--aspectRatio-4-3 {
  padding-top: 75%;
  /* 4:3 */
}
.Media--aspectRatio-1-1 {
  padding-top: 100%;
  /* 1:1 */
}
.Media--50 {
  display: inline-block;
  width: 50px;
  max-height: 50px;
}
.Media--100 {
  display: inline-block;
  width: 100px;
  max-height: 100px;
}
.Media--200 {
  display: inline-block;
  width: 200px;
  max-height: 200px;
}
.Media--300 {
  display: inline-block;
  width: 300px;
  height: 300px;
}
.Footer {
  color: #ffffff;
  background-color: #333333;
}
.Footer__Row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.Footer__Row--socialMediaLogos svg[id^="svg-logo-"] [class*="__st"],
.Footer__Row--familyLogos svg[id^="svg-logo-"] [class*="__st"],
.Footer__Row--partnerLogos svg[id^="svg-logo-"] [class*="__st"] {
  transition: fill 250ms;
}
.Footer__Row--socialMediaLogos svg[id^="svg-logo-"]:not(:hover) *,
.Footer__Row--familyLogos svg[id^="svg-logo-"]:not(:hover) *,
.Footer__Row--partnerLogos svg[id^="svg-logo-"]:not(:hover) * {
  fill: #FFF;
}
.Footer__Row--socialMediaLogos #svg-logo-diamir:not(:hover) .svg-logo-diamir-turn-transparent,
.Footer__Row--familyLogos #svg-logo-diamir:not(:hover) .svg-logo-diamir-turn-transparent,
.Footer__Row--partnerLogos #svg-logo-diamir:not(:hover) .svg-logo-diamir-turn-transparent,
.Footer__Row--socialMediaLogos #svg-logo-youtube:not(:hover) .svg-logo-youtube__st0,
.Footer__Row--familyLogos #svg-logo-youtube:not(:hover) .svg-logo-youtube__st0,
.Footer__Row--partnerLogos #svg-logo-youtube:not(:hover) .svg-logo-youtube__st0,
.Footer__Row--socialMediaLogos #svg-logo-pieps:not(:hover) .svg-logo-pieps__st0,
.Footer__Row--familyLogos #svg-logo-pieps:not(:hover) .svg-logo-pieps__st0,
.Footer__Row--partnerLogos #svg-logo-pieps:not(:hover) .svg-logo-pieps__st0,
.Footer__Row--socialMediaLogos #svg-logo-alpine-welten:not(:hover) .svg-logo-alpine-welten__st1,
.Footer__Row--familyLogos #svg-logo-alpine-welten:not(:hover) .svg-logo-alpine-welten__st1,
.Footer__Row--partnerLogos #svg-logo-alpine-welten:not(:hover) .svg-logo-alpine-welten__st1 {
  fill: transparent;
}
.Footer__Row--socialMediaLogos #svg-logo-zugspitze:hover .svg-logo-zugspitze__st0,
.Footer__Row--familyLogos #svg-logo-zugspitze:hover .svg-logo-zugspitze__st0,
.Footer__Row--partnerLogos #svg-logo-zugspitze:hover .svg-logo-zugspitze__st0,
.Footer__Row--socialMediaLogos #svg-logo-watzmann:hover .svg-logo-watzmann__st0,
.Footer__Row--familyLogos #svg-logo-watzmann:hover .svg-logo-watzmann__st0,
.Footer__Row--partnerLogos #svg-logo-watzmann:hover .svg-logo-watzmann__st0 {
  fill: #FFF !important;
}
.Footer__Row--socialMediaLogos {
  padding-top: 60px;
}
.Footer__Row--socialMediaLogos svg {
  max-width: 120px;
  max-height: 50px;
}
@media (max-width: 767px) {
  .Footer__Row--socialShare .Button {
    margin: 0 !important;
  }
}
.Footer__Row--familyLogos svg {
  max-height: 80px;
  max-width: 90px;
  margin-top: 10px;
}
.Footer__Row--partnerLogos {
  position: relative;
  text-align: center;
}
.Footer__Row--partnerLogos .Grid__Item:first-of-type {
  flex: 1 1 100%;
  width: 100%;
}
.Footer__Row--partnerLogos .Grid__Item:hover img {
  filter: grayscale(0%) drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
  -webkit-filter: grayscale(0%) drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
  -moz-filter: grayscale(0%) drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
}
.Footer__Row--partnerLogos img {
  width: auto;
  max-height: 100px;
  max-width: 450px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: filter 200ms ease-in-out;
}
.Footer__Row--partnerLogos a span {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 13px;
  position: relative;
}
.Footer__Row--partnerLogos a span svg {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.Footer__Row--partnerLogos a span:after {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(19px);
  background: rgba(255, 255, 255, 0.08);
  transition: opacity linear 0.15s;
}
.Footer__Row--partnerLogos a span:hover img {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
.Footer__Row--app {
  padding-top: 90px;
}
.Footer__Row--white {
  background-color: #fff;
}
.Footer--aboutLandingPage {
  position: relative;
  z-index: 1009;
}
.Footer--aboutLandingPage .Footer__Row {
  padding: 30px 0;
}
#mc-embedded-subscribe-form #mce-success-response {
  margin-top: 5px;
  font-size: 16px;
  color: #a3d109;
}
#mc-embedded-subscribe-form .mce_inline_error[for="mce-EMAIL"] {
  background: none;
  color: #cc3c2e;
  font-size: 16px;
  font-weight: normal;
  white-space: normal;
}
#mc-embedded-subscribe-form .Form__Group:first-of-type {
  max-width: 300px;
}
#mc-embedded-subscribe-form .Form__Group:after {
  display: none;
}
#mc-embedded-subscribe-form .mc-field-group {
  white-space: normal !important;
}
@media (max-width: 767px) {
  #mc-embedded-subscribe-form .mc-field-group {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.myclimate {
  display: inline-block;
  width: 200px;
  height: 65px;
}
.logoflag {
  position: absolute;
  top: 30px;
  right: 0;
}
.logoflag img {
  max-height: 100%;
  width: auto;
}
#svg-logo-ivbv {
  max-width: 100px;
  max-height: 100px;
}
.Grid {
  display: flex;
  flex-flow: row wrap;
}
.Grid__Item {
  flex: 1 1 0;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.Grid__Row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.Grid--vertical {
  flex-direction: column;
}
.Grid--vertical .Grid__Row {
  flex-direction: column;
}
.Grid--center {
  justify-content: center;
}
.Grid--middle {
  align-items: center;
}
.Grid--2 .Grid__Row {
  flex-wrap: wrap;
}
.Grid--2 .Grid__Item {
  flex: 1 0 50%;
}
.Grid__Item--divider {
  position: relative;
}
.Grid__Item--divider:after {
  position: absolute;
  font-weight: bold;
  content: "|";
  right: 7px;
}
@media (max-width: 1199px) {
  .Grid__Item--divider:after {
    display: none;
  }
}
.Grid__Item--noGrow {
  flex-grow: 0;
}
.Grid__Item--grow {
  flex-grow: 1;
}
.Grid__Item--noSkrink {
  flex-shrink: 0;
}
.Grid__Item--skrink {
  flex-shrink: 1;
}
.Grid__Item--noWrap {
  flex-wrap: nowrap;
}
.Grid__Item--auto {
  flex-basis: auto;
}
.Grid__Row--narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.Grid__Row--narrow .Grid__Item {
  padding-left: 5px;
  padding-right: 5px;
}
.MediaGrid {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.MediaGrid .MediaGrid {
  flex: 1;
}
.MediaGrid__Item {
  position: relative;
  flex: 1;
  overflow: hidden;
  border: none;
}
.MediaGrid__Image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.MediaGrid__Image > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: all 400ms ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.MediaGrid__Image > div:hover {
  transform: scale(1.04);
}
.MediaGrid__Button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
@media (max-width: 991px) {
  .MediaGrid__Button {
    background-color: rgba(51, 51, 51, 0.85);
  }
}
.MediaGrid--aspectRatio .MediaGrid__Item {
  padding-top: 46.25%;
}
.MediaGrid--aspectRatio .MediaGrid__Item .MediaGrid__Image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MediaGrid--vertical {
  flex-direction: column;
}
.MediaGrid--gutter {
  margin: calc(-1 * 30px) 0 0 calc(-1 * 30px);
  width: calc(100% + 30px);
}
.MediaGrid--gutter .MediaGrid__Item {
  margin: 30px 0 0 30px;
}
@media (max-width: 991px) {
  .MediaGrid--gutter {
    margin: calc(-1 * (30px / 2)) 0 0 calc(-1 * (30px / 2));
    width: calc(100% + (30px / 2));
  }
  .MediaGrid--gutter .MediaGrid__Item {
    margin: 15px 0 0 15px;
  }
}
.MediaGrid--mosaic .MediaGrid__Item:nth-child(n+6) {
  display: none;
}
@media (max-width: 767px) {
  .MediaGrid--mosaic {
    flex-direction: column;
  }
  .MediaGrid--mosaic .MediaGrid__Item {
    padding-top: 50%;
  }
  .MediaGrid--mosaic > .MediaGrid__Item {
    flex-basis: 100%;
  }
}
.MediaGrid--mosaic.MediaGrid--mosaic3 > .MediaGrid__Item:nth-of-type(1) {
  flex-grow: 2;
}
.MediaGrid--mosaic.MediaGrid--mosaic3 > .MediaGrid:last-of-type {
  flex-direction: column;
}
@media (max-width: 767px) {
  .MediaGrid--mosaic.MediaGrid--mosaic3 > .MediaGrid:last-of-type {
    flex-direction: row;
  }
}
.MediaGrid--row .MediaGrid__Item {
  padding-top: 33%;
}
@media (max-width: 767px) {
  .MediaGrid--row {
    flex-direction: column;
  }
  .MediaGrid--row .MediaGrid__Item {
    padding-top: 50%;
  }
}
.MediaGrid--tileHorizontal {
  flex-direction: column;
}
.MediaGrid--tileHorizontal .MediaGrid__Item {
  padding-top: 38.25%;
}
.MediaGrid--tileHorizontal > .MediaGrid__Item:last-of-type {
  flex-basis: 100%;
}
.MediaGrid--tileVertical > .MediaGrid__Item {
  padding-top: 66vh;
}
@media (max-width: 767px) {
  .MediaGrid--tileHorizontal .MediaGrid__Item {
    flex-basis: 100%;
    padding-top: 50%;
  }
  .MediaGrid--tileVertical {
    flex-direction: column;
  }
  .MediaGrid--tileVertical .MediaGrid__Item {
    flex-basis: 100%;
    padding-top: 50%;
  }
}
.Breadcrumb {
  list-style: none;
  border-radius: 0;
  padding: 30px 0;
  background: #FFF;
  color: #ccc;
  border-bottom: 1px solid #d1d1d1;
}
.Breadcrumb__List {
  padding: 0;
  margin: 0;
  display: block;
  margin: 0px;
  padding: 0px;
}
.Breadcrumb__List ul,
.Breadcrumb__List ol,
.Breadcrumb__List li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.Breadcrumb__List ul,
.Breadcrumb__List ol,
.Breadcrumb__List li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.Breadcrumb__List > li {
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
}
.Breadcrumb__List > li + li:before {
  padding: 0 5px;
  color: #ccc;
  font-family: "icomoon";
  line-height: 1em !important;
  content: "\e902";
  margin-right: 10px;
}
.Breadcrumb__List > li + li:before:before {
  font-family: "icomoon";
  line-height: 1em !important;
}
.Breadcrumb__List > li + li:before[data-toggle="popover"] {
  cursor: pointer;
}
.Breadcrumb__List > li a {
  color: #ccc;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.Breadcrumb__List > li a:hover {
  color: #777777;
  border-bottom: 1px solid #777777;
}
.Breadcrumb__List > .active {
  color: #777777;
  font-weight: 500;
}
.Breadcrumb__List > .active:before {
  font-weight: 300;
}
.TourDate {
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
  font-size: 18px;
}
.TourDate + .TourDate {
  margin-top: 20px;
}
.TourDate__Status {
  position: relative;
  margin-top: 15px;
  padding-top: 5px;
  font-weight: 500;
  border-top: 4px solid #efefef;
  width: 270px;
}
.TourDate__Status:before {
  content: '';
  position: absolute;
  height: 4px;
  top: -4px;
  left: 0;
  right: 0;
  width: 0;
  background-color: transparent;
}
.TourDate__Status--inline {
  display: inline-block;
  position: static;
  vertical-align: -1px;
}
.TourDate__Title {
  font-size: 18px;
  font-weight: 500;
}
.TourDate__Title .tooltip {
  position: fixed;
}
.TourDate__Status--places-none,
.TourDate__Status--places-free {
  color: #A2C60F;
}
.TourDate__Status--places-none:before,
.TourDate__Status--places-free:before {
  background-color: #A2C60F;
  width: 5%;
}
.TourDate__Status--bookings-present {
  color: #6ADBCF;
}
.TourDate__Status--bookings-present:before {
  background-color: #6ADBCF;
  width: 30%;
}
.TourDate__Status--few-places-free {
  color: #FFDC00;
}
.TourDate__Status--few-places-free:before {
  background-color: #FFDC00;
  width: 50%;
}
.TourDate__Status--one-place-free {
  color: #FF8800;
}
.TourDate__Status--one-place-free:before {
  background-color: #FF8800;
  width: 80%;
}
.TourDate__Status--booked-up {
  color: #E90101;
}
.TourDate__Status--booked-up:before {
  background-color: #E90101;
  width: 100%;
}
.TourDate__Status--select {
  position: relative;
  margin-right: 15px;
  font-style: normal;
}
.TourDate--inverted {
  color: #ffffff;
}
.TourDate--inverted .TourDate__Content,
.TourDate--inverted .TourDate__Title {
  color: #ffffff;
}
.TourDate--inverted .TourDate__Status {
  border-top-color: #ffffff;
}
.TourDate--listItem {
  display: flex;
  padding-left: 0;
  margin: 15px -15px;
  align-items: center;
}
.TourDate--listItem > div {
  padding: 0 15px;
}
.TourDate--listItem .TourDate__Title {
  flex: 0 0 25%;
  font-size: 20px;
  font-weight: 900;
}
.TourDate--listItem .TourDate__SubTitle {
  font-size: 16px;
  font-weight: normal;
}
.TourDate--listItem .TourDate__StatusContainer {
  flex: 0 0 auto;
}
.TourDate--listItem .TourDate__Status {
  margin: 0;
}
.TourDate--listItem .TourDate__Status div {
  font-size: 16px;
  margin-top: 5px;
  font-weight: normal;
  color: #333333;
}
.TourDate--listItem .TourPrice {
  flex: 1 1 auto;
  text-align: center;
  font-size: 16px;
}
.TourDate--listItem .TourPrice b {
  display: inline-block;
  margin-top: 0;
  font-size: 20px;
}
.TourDate--listItem .TourPrice .TourPrice__FlightIcon svg {
  width: 18px;
  height: 18px;
}
.TourDate--listItem .TourPrice .TourPrice__InclFlight,
.TourDate--listItem .TourPrice .TourPrice__From {
  display: block;
  white-space: nowrap;
  margin: 0;
}
.TourDate--listItem .Button {
  padding: 10px 40px;
}
@media (max-width: 767px) {
  .TourDate--listItem {
    flex-direction: column;
    align-items: normal;
    text-align: left;
  }
  .TourDate--listItem .TourDate__Title {
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
  }
  .TourDate--listItem .TourDate__Status {
    margin-bottom: 10px;
  }
  .TourDate--listItem .TourPrice {
    text-align: left;
    margin-bottom: 15px;
  }
}
.WizardSteps {
  display: block;
  margin: 0px;
  padding: 0px;
}
.WizardSteps ul,
.WizardSteps ol,
.WizardSteps li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.WizardSteps ul,
.WizardSteps ol,
.WizardSteps li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.WizardSteps > li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 30px;
  display: inline-block;
  color: #b0b0b0;
}
.WizardSteps > li a {
  border-color: #b0b0b0;
}
.WizardSteps > li span {
  left: 0px;
  display: block;
  position: absolute;
  border: 1px solid #b0b0b0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
}
.WizardSteps > li.active {
  color: #a3d109;
  font-weight: 400;
}
.WizardSteps > li.active span {
  border-color: #a3d109;
}
.WizardSteps > li.complete {
  color: #333333;
}
.WizardSteps > li.complete a {
  border-color: #333333;
}
.WizardSteps > li.complete span {
  border-color: #333333;
}
.WizardSteps > li.complete:hover {
  color: #a3d109;
}
.WizardSteps > li.complete:hover span {
  border-color: #a3d109;
}
.WizardSteps > li.complete:hover a {
  color: #a3d109;
  border-color: #a3d109;
}
@media (max-width: 767px) {
  .WizardSteps {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
  }
  .WizardSteps > li {
    padding: 5px 20px;
    font-size: 0px;
  }
  .WizardSteps > li span {
    left: 50%;
    margin-left: -10px;
  }
}
.Frame {
  border: 1px solid #d1d1d1;
  position: relative;
  display: block;
}
.Frame--box {
  padding: 15px 10px;
}
.Frame--fullHeight {
  height: 100%;
}
.Highlight--success,
.green {
  color: #a3d109 !important;
}
.Highlight--success.Highlight--background,
.green.Highlight--background {
  background: rgba(163, 209, 9, 0.1) !important;
}
.Highlight--danger,
.red {
  color: #cc3c2e !important;
}
.Highlight--danger.Highlight--background,
.red.Highlight--background {
  background: rgba(204, 60, 46, 0.1) !important;
}
.Highlight--notice,
.yellow {
  color: #f3ba0a !important;
}
.Highlight--notice.Highlight--background,
.yellow.Highlight--background {
  background: rgba(243, 186, 10, 0.1) !important;
}
.Highlight--warning,
.orange {
  color: #ed720e !important;
}
.Highlight--warning.Highlight--background,
.orange.Highlight--background {
  background: rgba(237, 114, 14, 0.1) !important;
}
.Highlight--badge {
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 25px;
  margin-left: 16px;
  color: #fff !important;
  height: 32px;
  text-transform: uppercase;
}
.Highlight--badge:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
  background-color: #fff;
}
.Highlight--badge i {
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-color: #fff !important;
  border-radius: 50%;
  color: #a3d109;
  border: 1px solid #a3d109;
}
.Highlight--badge i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Highlight--badge.Highlight--success,
.Highlight--badge .green {
  background-color: #a3d109;
}
.Highlight--badge.Highlight--success i,
.Highlight--badge .green i {
  color: #a3d109;
  border: 1px solid #a3d109;
}
.Highlight--badge.Highlight--danger,
.Highlight--badge .red {
  background-color: #cc3c2e;
}
.Highlight--badge.Highlight--danger i,
.Highlight--badge .red i {
  color: #cc3c2e;
  border: 1px solid #cc3c2e;
}
.Highlight--badge.Highlight--notice,
.Highlight--badge .yellow {
  background-color: #f3ba0a;
}
.Highlight--badge.Highlight--notice i,
.Highlight--badge .yellow i {
  color: #f3ba0a;
  border: 1px solid #f3ba0a;
}
.Highlight--badge.Highlight--warning,
.Highlight--badge .orange {
  background-color: #ed720e;
}
.Highlight--badge.Highlight--warning i,
.Highlight--badge .orange i {
  color: #ed720e;
  border: 1px solid #ed720e;
}
.Banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.Banner:before {
  content: '';
  display: block;
  border-top: 4px double #333333;
  border-bottom: 4px double #333333;
  color: #333333;
  position: absolute;
  padding: 20px;
  font-weight: bold;
  font-size: 110%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  text-align: center;
  width: 1000px;
  margin-top: 50px;
  margin-left: 45px;
  transform-origin: top center;
  transform: translateX(-500px) rotateZ(-45deg);
}
.Banner--cancelled:before {
  content: 'STORNIERT';
  border-color: #cc3c2e;
  color: #cc3c2e;
}
.Banner--calledOff:before {
  content: 'ABGESAGT';
  border-color: #cc3c2e;
  color: #cc3c2e;
}
.Accordion {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  display: block;
  margin-bottom: 30px/2;
}
.Accordion__Title {
  font-size: inherit;
  display: block;
  text-overflow: ellipsis;
  padding: 15px;
  margin: 0;
}
.Accordion--expandable > .Accordion__Title {
  cursor: pointer;
}
.Accordion--expandable > .Accordion__Title:before {
  position: relative;
  top: 5px;
  font-weight: normal;
  float: right;
  content: '';
  background-image: url("../img/icons/ic-pfeil-down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.Accordion--expanded > .Accordion__Title {
  color: #a3d109;
}
.Accordion--expanded > .Accordion__Title:before {
  transform: scaleY(-1);
  background-image: url("../img/icons/ic-pfeil-down-green.svg");
}
.Accordion--expanded > .Accordion__Title .Accordion__Title {
  border-bottom: 1px solid #ddd;
}
.Accordion__Title span {
  display: block;
}
.Accordion__Content {
  padding: 25px 15px;
}
.Accordion--expandable > .Accordion__Content {
  padding: 0 0 15px 15px;
  display: none;
}
.Accordion--expandable > .Accordion__Content:not(:last-of-type) tr:last-of-type td {
  border-bottom: none;
}
.Accordion--slim > .Accordion--expandable > .Accordion__Content {
  padding-left: 37px;
}
.Accordion__Content + .Accordion__Content {
  padding-top: 0;
}
.Accordion__Content.Accordion__Content--table {
  padding: 0 0 1px 0;
}
.Accordion__Content.Accordion__Content--table > div {
  margin: -1px !important;
}
.Accordion__Content.Accordion__Content--table > div > table {
  margin: 0 !important;
}
.Accordion__Content.Accordion__Content--table > div > table tr:last-of-type td {
  border-bottom: none;
}
.Accordion__Content.Accordion__Content--table > div > table td {
  border-left: none;
  border-right: none;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.Accordion__Content.Accordion__Content--table > div > table td:nth-of-type(3) {
  padding: 0 5px !important;
}
.Accordion__Content.Accordion__Content--table > div > table td:nth-of-type(3) .popover {
  min-width: 275px;
}
.Accordion__Content.Accordion__Content--table > div > table td:nth-of-type(4) {
  padding: 0 10px 0 5px !important;
}
.Accordion__Content.Accordion__Content--table > div > table td p {
  display: inline;
}
.Accordion__Content.Accordion__Content--table > div > table td span {
  display: inline;
}
.Accordion__Content.Accordion__Content--table > div > table td .popover {
  min-width: 180px;
}
.Accordion__Content.Accordion__Content--table > div > table td .popover-content {
  padding: 0;
}
.Accordion__Content.Accordion__Content--table > div > table td .popover-content .Button {
  margin-top: 15px;
}
.Accordion__Content.Accordion__Content--table > div > table td .equip-row {
  display: flex;
}
.Accordion__Content.Accordion__Content--table > div > table td .equip-row-content {
  display: flex;
  line-height: 1;
  align-items: center;
}
.Accordion__Content.Accordion__Content--table > div > table td .equip-row-content .Highlight {
  margin-left: 10px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .Accordion__Content.Accordion__Content--table > div > table td .equip-row-content {
    flex: 1 1 auto;
  }
}
.Accordion__Content.Accordion__Content--table > div > table td .icon-flex {
  display: inline-flex;
  align-content: center;
  align-items: center;
  margin-left: 7px;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .Accordion__Content.Accordion__Content--table > div > table td .icon-flex {
    float: right;
  }
}
.Accordion__Content.Accordion__Content--table > div > table td .fa-external-link {
  cursor: pointer;
}
.Accordion__Content.Accordion__Content--table > div > table td .icon-flex-item {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .Accordion__Content.Accordion__Content--table > div > table td .icon-flex-item {
    width: 24px;
    height: 24px;
  }
  .Accordion__Content.Accordion__Content--table > div > table td .icon-flex-item .Icon {
    width: 26px;
    height: 26px;
  }
}
.Accordion__Content.Accordion__Content--table > div > table td .icon-flex-item:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.TwoClickSolution {
  background: center center / cover no-repeat #333333;
  position: relative;
  max-width: 100%;
}
.TwoClickSolution__video {
  padding-bottom: 56.25%;
  height: 200px;
}
.TwoClickSolution__video:after {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2030.051%2030.051%22%20style%3D%22enable-background%3Anew%200%200%2030.051%2030.051%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffffffb8%22%20d%3D%22M19.982%2C14.438l-6.24-4.536c-0.229-0.166-0.533-0.191-0.784-0.062c-0.253%2C0.128-0.411%2C0.388-0.411%2C0.669v9.069%0A%09%09c0%2C0.284%2C0.158%2C0.543%2C0.411%2C0.671c0.107%2C0.054%2C0.224%2C0.081%2C0.342%2C0.081c0.154%2C0%2C0.31-0.049%2C0.442-0.146l6.24-4.532%0A%09%09c0.197-0.145%2C0.312-0.369%2C0.312-0.607C20.295%2C14.803%2C20.177%2C14.58%2C19.982%2C14.438z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffffffb8%22%20d%3D%22M15.026%2C0.002C6.726%2C0.002%2C0%2C6.728%2C0%2C15.028c0%2C8.297%2C6.726%2C15.021%2C15.026%2C15.021c8.298%2C0%2C15.025-6.725%2C15.025-15.021%0A%09%09C30.052%2C6.728%2C23.324%2C0.002%2C15.026%2C0.002z%20M15.026%2C27.542c-6.912%2C0-12.516-5.601-12.516-12.514c0-6.91%2C5.604-12.518%2C12.516-12.518%0A%09%09c6.911%2C0%2C12.514%2C5.607%2C12.514%2C12.518C27.541%2C21.941%2C21.937%2C27.542%2C15.026%2C27.542z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 18%;
  height: 0;
  padding-bottom: 18%;
}
.TwoClickSolution a {
  color: white;
  text-decoration: underline;
}
.TwoClickSolution iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.TwoClickSolution:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 0 20px;
}
.TwoClickSolution__TextOverlay {
  position: relative;
  z-index: 1;
  color: white;
  padding: 15px;
  box-shadow: inset 0 0 100px #000000;
  text-align: center;
}
#voucher__container {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative;
}
#voucher__img {
  width: 100%;
}
@keyframes SpinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Spinner > div > div {
  transform-origin: 150px 150px;
  animation: SpinnerAnimation 4.34782609s linear infinite;
  opacity: 0.9;
}
.Spinner > div > div > div {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 90px;
  height: 90px;
  border-radius: 90px 0 0 0;
  transform-origin: 150px 150px;
}
.Spinner > div div:nth-child(1) {
  animation-duration: 1.08695652s;
}
.Spinner > div div:nth-child(1) > div {
  background: #333333;
  transform: rotate(0deg);
}
.Spinner > div div:nth-child(2) {
  animation-duration: 1.44927536s;
}
.Spinner > div div:nth-child(2) > div {
  background: #a3d109;
  transform: rotate(0deg);
}
.Spinner > div div:nth-child(3) {
  animation-duration: 2.17391304s;
}
.Spinner > div div:nth-child(3) > div {
  background: #a3d109;
  transform: rotate(0deg);
}
.Spinner > div div:nth-child(4) {
  animation-duration: 4.34782609s;
}
.Spinner > div div:nth-child(4) > div {
  background: #333333;
  transform: rotate(0deg);
}
.Spinner__Container {
  width: 300px;
  height: 300px;
  display: inline-block;
  overflow: hidden;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.Spinner__Overlay {
  display: none;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.Spinner__Overlay--show {
  display: block;
}
.Spinner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.Spinner div {
  box-sizing: content-box;
}
.Pagination {
  display: flex;
  font-weight: bold;
  padding: 60px 0 30px 0;
  border-top: 1px solid #d1d1d1;
  margin-top: 30px;
  transition: all 500ms;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
@media (max-width: 767px) {
  .Pagination {
    display: flex;
    position: sticky;
    top: 79px;
    margin-top: 15px;
    padding: 30px 0 0 0;
    background-color: white;
    z-index: 99;
  }
  .Content--isPulledBack .Pagination {
    top: 199px;
  }
}
.Content__Template--tour_search .Pagination {
  padding-left: 15px;
  padding-right: 15px;
}
.Pagination__Counter {
  flex: 1 1 auto;
  text-align: center;
  line-height: 60px;
  transition: all 500ms;
}
.Pagination__Counter > span {
  display: none;
}
.Pagination__Button {
  flex: 0 0 auto;
  border: none;
  line-height: 60px;
  transition: all 500ms;
}
.Pagination__Button .Icon {
  position: relative;
  width: 60px;
  height: 60px;
  background: #a3d109;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 500ms;
}
.Pagination__Button .Icon svg {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Pagination__Button .Icon svg * {
  fill: white;
}
@media (max-width: 767px) {
  .Pagination__ButtonText {
    display: none;
  }
}
.Pagination--end {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .Pagination--end {
    opacity: 0;
    position: relative;
    top: auto;
    margin-top: 0;
    padding: 30px 0 ;
  }
  .Content--isPulledBack .Pagination--end {
    top: auto;
  }
}
.Pagination__Button--next .Icon {
  margin-right: 0;
  margin-left: 5px;
}
.Pagination__Button--disabled .Icon {
  background: #d1d1d1;
}
@media (max-width: 767px) {
  .Pagination--sticky {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    padding: 15px;
  }
  .Pagination--sticky .Pagination__Counter {
    line-height: 40px;
  }
  .Pagination--sticky .Pagination__Counter > span {
    display: inline-block;
  }
  .Pagination--sticky .Pagination__Button {
    line-height: 40px;
  }
  .Pagination--sticky .Pagination__Button .Icon {
    width: 40px;
    height: 40px;
  }
}
#pagination-container-top {
  height: 1px;
}
.RingMenu {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  color: #333;
}
.RingMenu--openFirstLevel > .RingMenu__List > .RingMenu__Item:nth-of-type(1) {
  transform: translate(-50%, -260%);
  height: 80px;
  width: 80px;
}
.RingMenu--openFirstLevel > .RingMenu__List > .RingMenu__Item:nth-of-type(1) .RingMenu__ButtonIcon {
  width: 80px;
  height: 80px;
}
.RingMenu--openFirstLevel > .RingMenu__List > .RingMenu__Item:nth-of-type(1) .RingMenu__ButtonLabel {
  font-size: 16px;
  padding: 0;
  line-height: 1;
}
.RingMenu--openFirstLevel .RingMenu__Item:not(.RingMenu__Item--active):not(:first-of-type) {
  opacity: 0;
  pointer-events: none;
}
.RingMenu__List {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.RingMenu__Item {
  position: absolute;
  height: 180px;
  width: 230px;
  transition: all 400ms ease-in-out;
}
.RingMenu__Item:nth-of-type(1) {
  transform: translate(-50%, -50%);
}
.RingMenu__Item:nth-of-type(1) .RingMenu__ButtonIcon {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  background-color: #a3d109;
}
.RingMenu__Item:nth-of-type(1) .RingMenu__ButtonIcon > .RingMenu__ButtonLabel {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto !important;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: white;
  background: none;
  box-shadow: none;
  transform: translate(-50%, -50%);
}
.RingMenu__Item:nth-of-type(1) .RingMenu__ButtonIcon > .RingMenu__ButtonLabel > span {
  display: block;
  font-size: 140%;
  font-weight: 800;
}
.RingMenu__Item:nth-of-type(2) {
  transform: translate(-180%, -50%);
}
.RingMenu__Item:nth-of-type(2) .RingMenu__ButtonIcon {
  background-color: #D57437;
}
.RingMenu__Item:nth-of-type(2) a:hover,
.RingMenu__Item:nth-of-type(2) a:focus,
.RingMenu__Item:nth-of-type(2) .AccordionMenu li[class*="--active"] > a,
.RingMenu__Item:nth-of-type(2) .AccordionMenu li[class*="--open"] > a,
.RingMenu__Item:nth-of-type(2) .AccordionMenu li[class*="--active"] svg *,
.RingMenu__Item:nth-of-type(2) .AccordionMenu li[class*="--open"] svg * {
  color: #D57437;
  fill: #D57437;
}
.RingMenu__Item:nth-of-type(2) .RingMenu__SubItem--active .RingMenu__SubButton,
.RingMenu__Item:nth-of-type(2) .RingMenu__SubItem--open .RingMenu__SubButton {
  background-color: #D57437;
  color: white !important;
}
.RingMenu__Item:nth-of-type(3) {
  transform: translate(-130%, 80%);
}
.RingMenu__Item:nth-of-type(3) .RingMenu__ButtonIcon {
  background-color: #6FBBE2;
}
.RingMenu__Item:nth-of-type(3) a:hover,
.RingMenu__Item:nth-of-type(3) a:focus,
.RingMenu__Item:nth-of-type(3) .AccordionMenu li[class*="--active"] > a,
.RingMenu__Item:nth-of-type(3) .AccordionMenu li[class*="--open"] > a,
.RingMenu__Item:nth-of-type(3) .AccordionMenu li[class*="--active"] svg *,
.RingMenu__Item:nth-of-type(3) .AccordionMenu li[class*="--open"] svg * {
  color: #6FBBE2;
  fill: #6FBBE2;
}
.RingMenu__Item:nth-of-type(3) .RingMenu__SubItem--active .RingMenu__SubButton,
.RingMenu__Item:nth-of-type(3) .RingMenu__SubItem--open .RingMenu__SubButton {
  background-color: #6FBBE2;
  color: white !important;
}
.RingMenu__Item:nth-of-type(4) {
  transform: translate(30%, 80%);
}
.RingMenu__Item:nth-of-type(4) .RingMenu__ButtonIcon {
  background-color: #E2A239;
}
.RingMenu__Item:nth-of-type(4) a:hover,
.RingMenu__Item:nth-of-type(4) a:focus,
.RingMenu__Item:nth-of-type(4) .AccordionMenu li[class*="--active"] > a,
.RingMenu__Item:nth-of-type(4) .AccordionMenu li[class*="--open"] > a,
.RingMenu__Item:nth-of-type(4) .AccordionMenu li[class*="--active"] svg *,
.RingMenu__Item:nth-of-type(4) .AccordionMenu li[class*="--open"] svg * {
  color: #E2A239;
  fill: #E2A239;
}
.RingMenu__Item:nth-of-type(4) .RingMenu__SubItem--active .RingMenu__SubButton,
.RingMenu__Item:nth-of-type(4) .RingMenu__SubItem--open .RingMenu__SubButton {
  background-color: #E2A239;
  color: white !important;
}
.RingMenu__Item:nth-of-type(4) .RingMenu__SubItem--active .RingMenu__SubButton .Icon,
.RingMenu__Item:nth-of-type(4) .RingMenu__SubItem--open .RingMenu__SubButton .Icon {
  max-height: 35%;
}
.RingMenu__Item:nth-of-type(4).RingMenu__Item--active .Icon,
.RingMenu__Item:nth-of-type(4).RingMenu__Item--open .Icon {
  max-height: 35%;
}
.RingMenu__Item:nth-of-type(5) {
  transform: translate(80%, -50%);
}
.RingMenu__Item:nth-of-type(5) .RingMenu__ButtonIcon {
  background-color: #BE3968;
}
.RingMenu__Item:nth-of-type(5) a:hover,
.RingMenu__Item:nth-of-type(5) a:focus,
.RingMenu__Item:nth-of-type(5) .AccordionMenu li[class*="--active"] > a,
.RingMenu__Item:nth-of-type(5) .AccordionMenu li[class*="--open"] > a,
.RingMenu__Item:nth-of-type(5) .AccordionMenu li[class*="--active"] svg *,
.RingMenu__Item:nth-of-type(5) .AccordionMenu li[class*="--open"] svg * {
  color: #BE3968;
  fill: #BE3968 !important;
}
.RingMenu__Item:nth-of-type(5) .RingMenu__SubItem--active .RingMenu__SubButton,
.RingMenu__Item:nth-of-type(5) .RingMenu__SubItem--open .RingMenu__SubButton {
  background-color: #BE3968;
  color: white !important;
}
.RingMenu__Item--active {
  transform: translate(-50%, -50%) !important;
}
.RingMenu__Item--active .RingMenu__ButtonIcon {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  background-color: #a3d109;
}
.RingMenu__Item--active .RingMenu__ButtonIcon .Icon {
  max-width: 60%;
  max-height: 45%;
  top: 40%;
  height: 100%;
  width: auto;
}
.RingMenu__Item--active .RingMenu__ButtonLabel {
  bottom: 30px;
  padding: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  color: white;
}
.RingMenu__Item--active .RingMenu__Close {
  display: block;
}
.RingMenu__Item--active .RingMenu__Sub {
  display: block;
}
.RingMenu__Button {
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: all 400ms ease-in-out;
  border: none !important;
  font-size: 20px;
}
.RingMenu__Button:hover {
  color: #333333;
}
.RingMenu__ButtonIcon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 2px solid white;
  background: #333;
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  transition: all 400ms ease-in-out;
  overflow: hidden;
}
.RingMenu__ButtonIcon .Icon {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 60%;
  max-height: 45%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease-in-out;
}
.RingMenu__ButtonLabel {
  position: absolute;
  width: 100%;
  bottom: 40px;
  border-radius: 15px;
  padding: 15px;
  background: #ffffff;
  font-weight: 500;
  transition: all 0ms;
}
.RingMenu__Close {
  display: none;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.RingMenu__Close .Icon {
  width: 56%;
  height: auto;
  top: 8px;
  position: absolute;
  left: 8px;
}
.RingMenu__Sub {
  position: relative;
  top: -30px;
  display: none;
  transition: all 400ms ease-in-out;
}
@media (max-width: 767px) {
  .RingMenu__Sub {
    top: 15px;
  }
}
.RingMenu__SubList {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.RingMenu__SubItem {
  position: absolute;
  width: 230px;
}
.RingMenu__SubItem--active .RingMenu__SubButton,
.RingMenu__SubItem--open .RingMenu__SubButton {
  color: white;
  background-color: #333;
}
.RingMenu__SubItem--active .RingMenu__SubDropdown {
  display: block;
}
.RingMenu__SubItemWrapper {
  position: relative;
  width: 100%;
}
.RingMenu__SubItemContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: white;
  border-radius: 15px;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .RingMenu__SubItemContent {
    position: relative;
  }
}
.RingMenu__SubButton {
  display: block;
  padding: 15px;
  text-align: center;
  width: 100%;
  background-color: white;
  color: #333333;
  border-radius: 15px;
  border: none !important;
  font-size: 20px;
  font-weight: 500;
  transition: all 200ms ease-in-out;
}
.RingMenu__SubDropdown {
  display: none;
  position: relative !important;
  width: 100%;
  margin: 0;
}
.RingMenu__SubClose {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.RingMenu__SubItem--open .RingMenu__SubClose,
.RingMenu__SubItem--active .RingMenu__SubClose {
  display: inline-block;
}
.RingMenu__SubClose .Icon {
  vertical-align: -8px;
}
.RingMenu__Sub--1 .RingMenu__SubItem:nth-of-type(1) {
  left: 0;
  margin-top: 60%;
}
.RingMenu__Sub--2 .RingMenu__SubItem:nth-of-type(1) {
  left: -100%;
  margin-top: 45%;
}
.RingMenu__Sub--2 .RingMenu__SubItem:nth-of-type(2) {
  left: 100%;
  margin-top: 45%;
}
.RingMenu__Sub--3 .RingMenu__SubItem:nth-of-type(1) {
  left: -130%;
}
.RingMenu__Sub--3 .RingMenu__SubItem:nth-of-type(2) {
  left: 0;
  margin-top: 90%;
}
.RingMenu__Sub--3 .RingMenu__SubItem:nth-of-type(3) {
  left: 130%;
}
.RingMenu__Sub--4 .RingMenu__SubItem:nth-of-type(1) {
  left: -150%;
}
.RingMenu__Sub--4 .RingMenu__SubItem:nth-of-type(2) {
  left: -100%;
  margin-top: 45%;
}
.RingMenu__Sub--4 .RingMenu__SubItem:nth-of-type(3) {
  left: 100%;
  margin-top: 45%;
  z-index: 1;
}
.RingMenu__Sub--4 .RingMenu__SubItem:nth-of-type(4) {
  left: 150%;
}
.RingMenu__Sub--5 .RingMenu__SubItem:nth-of-type(1) {
  left: -150%;
}
.RingMenu__Sub--5 .RingMenu__SubItem:nth-of-type(2) {
  left: -100%;
  margin-top: 45%;
}
.RingMenu__Sub--5 .RingMenu__SubItem:nth-of-type(3) {
  left: 0;
  margin-top: 90%;
}
.RingMenu__Sub--5 .RingMenu__SubItem:nth-of-type(4) {
  left: 100%;
  margin-top: 45%;
}
.RingMenu__Sub--5 .RingMenu__SubItem:nth-of-type(5) {
  left: 150%;
}
@media (max-width: 767px) {
  .RingMenu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 15px 0 30px 0;
  }
  .RingMenu .RingMenu__Item,
  .RingMenu .RingMenu__Item * {
    transition: all 0ms !important;
  }
  .RingMenu--openFirstLevel > .RingMenu__List > .RingMenu__Item:nth-of-type(1) {
    height: 80px;
    width: 80px;
  }
  .RingMenu--openFirstLevel > .RingMenu__List > .RingMenu__Item:nth-of-type(1) .RingMenu__ButtonIcon {
    width: 80px;
    height: 80px;
  }
  .RingMenu--openFirstLevel > .RingMenu__List > .RingMenu__Item:nth-of-type(1) .RingMenu__ButtonLabel {
    font-size: 16px !important;
  }
  .RingMenu--openFirstLevel .RingMenu__Item:not(.RingMenu__Item--active):not(:first-of-type) {
    display: none;
  }
  .RingMenu * {
    font-size: 15px;
  }
  .RingMenu__List {
    display: flex;
    flex-wrap: wrap;
  }
  .RingMenu__Item {
    position: relative;
    display: inline-block;
    width: 50vw;
    padding: 10px;
    height: auto;
    transform: none !important;
  }
  .RingMenu__Item:nth-of-type(1) {
    transform: translate(0%, -50%);
    width: 100vw !important;
    height: 140px;
    padding: 0;
    order: 1;
    text-align: center;
  }
  .RingMenu__Item:nth-of-type(1) .RingMenu__ButtonLabel {
    width: 100%;
    font-size: 21px !important;
  }
  .RingMenu__Item:nth-of-type(1) .RingMenu__Button {
    width: auto;
  }
  .RingMenu__Item:nth-of-type(1) .RingMenu__ButtonIcon {
    width: 120px;
    height: 120px;
  }
  .RingMenu__Item:nth-of-type(2) {
    transform: translate(0%, 70%);
    order: 2;
  }
  .RingMenu__Item:nth-of-type(3) {
    transform: translate(0%, 170%);
    order: 4;
  }
  .RingMenu__Item:nth-of-type(4) {
    transform: translate(100%, 170%);
    order: 5;
  }
  .RingMenu__Item:nth-of-type(5) {
    transform: translate(100%, 70%);
    order: 3;
  }
  .RingMenu__Item--active,
  .RingMenu__Item--open {
    transform: translate(0%, 0%) !important;
    width: 100vw !important;
  }
  .RingMenu__Item--active .RingMenu__ButtonLabel,
  .RingMenu__Item--open .RingMenu__ButtonLabel {
    position: absolute;
    bottom: auto;
    top: 76px;
  }
  .RingMenu__Item--active,
  .RingMenu__Item--open {
    top: 15px;
  }
  .RingMenu__Item--active .RingMenu__ButtonIcon,
  .RingMenu__Item--open .RingMenu__ButtonIcon {
    width: 128px;
    height: 128px;
  }
  .RingMenu__Item--active .RingMenu__ButtonLabel,
  .RingMenu__Item--open .RingMenu__ButtonLabel {
    bottom: 10px;
    margin: 0 auto;
    width: auto;
  }
  .RingMenu__ButtonIcon {
    width: 60px;
    height: 60px;
  }
  .RingMenu__ButtonLabel {
    position: relative;
    bottom: auto;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
  }
  .RingMenu__Close {
    top: -5px;
  }
  .RingMenu__Close .Icon {
    top: 7px;
  }
  .RingMenu__SubList {
    padding-bottom: 15px;
  }
  .RingMenu__SubItem {
    position: relative;
    width: 100%;
    left: auto !important;
    right: auto !important;
    margin-top: auto !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .RingMenu__SubItem {
    margin: 5px 0;
  }
}
#tourFinderModal .modal-dialog {
  top: 50%;
  left: 50%;
  width: 700px;
  margin: 0;
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  #tourFinderModal .modal-dialog {
    width: 100%;
    padding: 10px;
  }
}
#tourFinderModal .modal-content {
  border: none;
  box-shadow: 0 0 14px #000000;
}
#tourFinderModal #TourFinder {
  padding-left: 30px;
}
@media (max-width: 767px) {
  #tourFinderModal #TourFinder {
    padding-left: 0;
  }
}
#tourFinderModal .RingMenu__Close {
  display: block;
  top: -60px;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
#tourFinderModal .RingMenu__Close .Icon {
  left: 9px;
  top: 10px;
}
.modal-backdrop--light {
  background-color: #EFEFEF;
  opacity: 0.95;
}
.AccordionMenu__List {
  padding: 0;
  margin: 0;
}
.AccordionMenu__Item {
  padding: 5px 10px;
}
.AccordionMenu__Button {
  border: none !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.AccordionMenu__Sub {
  display: none;
  padding-left: 10px;
}
.AccordionMenu__Item--active .AccordionMenu__Sub {
  display: block;
}
.AccordionMenu__SubList {
  list-style-type: none;
  padding-left: 0;
}
.AccordionMenu__SubItem {
  padding: 2px 0;
}
.AccordionMenu__SubItem--active .AccordionMenu__SubButton {
  font-weight: 500;
}
.AccordionMenu__SubButton {
  border: none;
  font-size: 14px;
  line-height: 1;
}
.AccordionMenu__Toggle {
  cursor: pointer;
  float: right;
}
.AccordionMenu__ToggleOpen {
  vertical-align: text-top;
}
.AccordionMenu__ToggleOpen svg * {
  fill: #333333 !important;
}
.AccordionMenu__Item--open .AccordionMenu__ToggleOpen,
.AccordionMenu__Item--active .AccordionMenu__ToggleOpen {
  display: none;
}
.AccordionMenu__ToggleClose {
  display: none;
}
.AccordionMenu__ToggleClose svg * {
  fill: inherit !important;
}
.AccordionMenu__Item--open .AccordionMenu__ToggleClose,
.AccordionMenu__Item--active .AccordionMenu__ToggleClose {
  display: block;
}
@media (max-width: 767px) {
  .AccordionMenu * {
    font-size: 14px;
  }
  .AccordionMenu__SubButton {
    font-size: 13px;
  }
}
.Co2Slider {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px !important;
}
.Co2Slider:before {
  content: '';
  width: 1px;
  height: 70px;
  color: #dedede;
  position: absolute;
  border-right: 2px dashed #818181;
  left: 14%;
  top: -15px;
  z-index: 1;
}
@media (max-width: 767px) {
  .Co2Slider {
    width: 100% !important;
    transform: scale(0.9);
  }
}
.Co2Slider__Input {
  outline: 0;
  border: 0;
  border-radius: 500px;
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  transition: box-shadow 0.2s ease-in-out, 200ms -webkit-filter linear;
  filter: saturate(0.7);
}
.Co2Slider__Input[disabled],
.Co2Slider__Input[disabled] + .Co2Slider__LeafContainer {
  cursor: not-allowed;
  user-select: none;
  filter: saturate(0);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .Co2Slider__Input {
    overflow: hidden;
    height: 40px;
    -webkit-appearance: none;
    background-color: #a3d109;
  }
  .Co2Slider__Input::-webkit-slider-runnable-track {
    height: 40px;
    -webkit-appearance: none;
    color: #444;
    transition: box-shadow 0.2s ease-in-out;
  }
  .Co2Slider__Input::-webkit-slider-thumb {
    width: 40px;
    -webkit-appearance: none;
    height: 40px;
    cursor: ew-resize;
    background: #a3d109;
    border-radius: 50%;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
  }
  .Co2Slider__Input:active::-webkit-slider-thumb {
    background: #a3d109;
  }
}
.Co2Slider__Input::-moz-range-progress {
  background-color: #a3d109;
}
.Co2Slider__Input::-moz-range-track {
  background-color: #a3d109;
}
.Co2Slider__Input::-ms-fill-lower {
  background-color: #a3d109;
}
.Co2Slider__Input::-ms-fill-upper {
  background-color: #a3d109;
}
.Co2Slider__LeafContainer {
  width: 400px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  transition: 200ms -webkit-filter linear;
}
.Co2Slider__LeafContainer .Co2Slider__LeafSubcontainer {
  width: 100%;
  position: relative;
}
.Co2Slider__LeafContainer .Co2Slider__LeafSubcontainer .Co2Slider__Leaf {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20%;
  bottom: 20px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  font-size: 12px;
  transform-origin: center;
  transform: translateX(-50%) scale(1.2);
  transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out;
  z-index: 2;
}
.Co2Slider__LeafContainer .Co2Slider__LeafSubcontainer .Co2Slider__Leaf:after {
  content: "€";
  padding-left: 1px;
}
.Co2Slider__LeafContainer .Co2Slider__LeafSubcontainer .Co2Slider__Leaf > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #a3d109;
  border-radius: 50% 50% 0 50%;
  transform: rotate(45deg);
  z-index: -1;
  border: 2px solid #576f05;
  filter: saturate(0.7);
}
.Co2Slider__LeafContainer .Co2Slider__LeafSubcontainer .Co2Slider__Leaf > span > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-135deg, rgba(255, 255, 255, 0.2) 0 50%, transparent 50% 100%);
  border-radius: 50% 50% 0 50%;
}
.Co2Slider__Input:not(:active) + .Co2Slider__LeafContainer .Co2Slider__Leaf {
  pointer-events: none;
}
.js-co2Slider {
  transition: 200ms -webkit-filter linear, 200ms opacity;
}
.js-co2Slider.disabled {
  cursor: not-allowed;
  user-select: none;
  filter: saturate(0) blur(2px);
  opacity: 0.5;
}
.js-co2SliderPerPerson {
  opacity: 0.6;
}
.DonutChart {
  position: relative;
  width: 500px;
  height: 500px;
  padding-top: 45px;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .DonutChart {
    width: 100%;
    padding: 0;
    height: 420px;
  }
}
.DonutChart__Total {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.DonutChart__Total .Icon {
  width: 100%;
  height: 88px;
}
.DonutChart__Total .Icon svg {
  width: 88px;
}
.DonutChart__Total .Icon__Label {
  margin-top: 5px;
  margin-left: 0;
  max-width: 100%;
  font-weight: 300;
  font-size: 60px;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .DonutChart__Total .Icon__Label {
    font-size: 40px;
  }
}
.DonutChart__Item {
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .DonutChart__Item {
    display: block;
  }
}
.DonutChart__ItemIcon {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #2c2c2c;
  margin-bottom: 5px;
}
.DonutChart__ItemIcon--accommodation {
  background-color: #6dd7ff;
}
.DonutChart__ItemIcon--flight {
  background-color: #ec4544;
}
.DonutChart__ItemIcon--transport {
  background-color: #ffdc00;
}
.DonutChart__ItemIcon--activity {
  background-color: #a2c60f;
}
.DonutChart__ItemIcon .Icon {
  top: 50%;
  transform: translateY(-50%);
}
.DonutChart__ItemIcon .Icon svg * {
  fill: #333;
}
.DonutChart__ItemLabel {
  font-size: 16px;
  font-weight: 900;
  margin-top: 7px;
  margin-bottom: 10px;
}
.DonutChart__ItemValue {
  font-size: 35px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .DonutChart__ItemValue {
    font-size: 28px;
  }
}
.DonutChart--inverted .DonutChart__Total .Icon {
  filter: none;
}
.DonutChart--inverted .DonutChart__Total .Icon * {
  fill: #333;
  filter: none;
}
.DonutChart--small {
  margin-top: 30px;
  width: 250px;
  height: 300px;
}
@media (max-width: 767px) {
  .DonutChart--small {
    width: 250px;
    height: 300px;
  }
}
.DonutChart--small .DonutChart__Total {
  top: 50%;
}
.DonutChart--small .DonutChart__Total .Icon {
  height: 50px;
}
.DonutChart--small .DonutChart__Total .Icon__Label {
  font-size: 42px;
}
.DonutChart--small + .DonutChart__Legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.DonutChart--small + .DonutChart__Legend .DonutChart__Item {
  min-width: 170px;
}
@media (max-width: 767px) {
  .DonutChart--small + .DonutChart__Legend .DonutChart__Item {
    flex: 1 1 50%;
  }
}
.Captcha img,
.Captcha svg,
.Captcha input {
  display: inline-block;
}
.Captcha .Captcha__Container {
  position: relative;
  width: 140px;
  height: 60px;
  display: inline-block;
}
.Captcha .Captcha__Container img {
  width: 140px;
  height: 60px;
  z-index: 1;
}
.Captcha .Captcha__Reload {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
  text-decoration: none !important;
}
.Captcha .Captcha__Spinner,
.Captcha .Captcha__Spinner:before,
.Captcha .Captcha__Spinner:after {
  background: #cecece;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.4em;
  height: 1em;
}
.Captcha .Captcha__Spinner {
  color: #cecece;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.Captcha .Captcha__Spinner:before,
.Captcha .Captcha__Spinner:after {
  position: absolute;
  top: 0;
  content: '';
}
.Captcha .Captcha__Spinner:before {
  left: -0.8em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.Captcha .Captcha__Spinner:after {
  left: 0.8em;
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -1em;
    height: 1.3em;
  }
}
.Captcha svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: all 300ms;
}
.Captcha svg:hover {
  transform: rotate(-45deg);
}
.Captcha input {
  display: inline-block !important;
  width: auto !important;
}
.Arrival {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
}
.Arrival__Step {
  display: flex !important;
  height: 100%;
  flex-direction: column;
  flex: 1 1 25%;
  padding: 25px 30px 30px;
}
@media (max-width: 767px) {
  .Arrival__Step {
    text-align: center;
    padding-bottom: 5px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.Arrival__Header {
  position: relative;
}
.Arrival__Header .Icon--large {
  width: 100px;
  height: 100px;
}
.Arrival__Header .Icon--arrow {
  opacity: 0.1;
  position: absolute;
  right: -20px;
}
@media (max-width: 767px) {
  .Arrival__Header .Icon--arrow {
    display: none;
  }
}
.Arrival__Title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .Arrival__Title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.Arrival__Body {
  min-height: 35px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .Arrival__Body {
    min-height: 31px;
  }
}
.Arrival__StepNumber {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 28px;
  top: -3px;
  right: 0;
  font-size: 21px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #a3d109;
  text-align: center;
  color: white;
  border: 3px solid white;
}
@media (max-width: 767px) {
  .Arrival__StepNumber {
    top: 0;
    margin-bottom: 10px;
    position: relative;
  }
}
.Content__Layout--grey .Arrival__StepNumber {
  border-color: #f6f6f6;
  color: #f6f6f6;
}
.Arrival__Footer {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.Arrival__Dots {
  position: relative;
  top: -15px;
  padding: 0;
  text-align: center;
}
.Arrival__Dots ul {
  padding: 0;
  margin: 0;
}
.Arrival__Dots li {
  display: inline-block;
  height: 4px;
  padding: 0 5px;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .Arrival__Dots li {
    padding: 0 3px;
  }
}
.Arrival__Dots li.slick-active button {
  background-color: #a3d109;
}
.Arrival__Dots button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background-color: #dfdfdf;
  text-indent: -9999px;
  width: 60px;
  height: 4px;
}
@media (max-width: 767px) {
  .Arrival__Dots button {
    width: 40px;
  }
}
.Arrival__Arrow {
  cursor: pointer;
  vertical-align: center;
}
.Arrival__Arrow .Icon--medium {
  width: 28px;
  height: 28px;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .Arrival__Arrow .Icon--medium {
    width: 21px;
    height: 21px;
  }
}
.Arrival__Arrow .Icon--mediumLarge {
  width: 36px;
  height: 36px;
  vertical-align: -11px;
}
.Arrival__Arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.Arrival__Arrow--next {
  float: right;
}
.Arrival.slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.Arrival.slick-slider.slick-initialized {
  opacity: 1;
}
.Arrival.slick-slider .slick-track {
  display: flex !important;
  justify-content: center;
}
.Arrival.slick-slider .slick-list {
  overflow: hidden;
}
.Arrival.slick-slider .slick-slide {
  height: inherit !important;
}
.Arrival.slick-slider .slick-slide > div {
  height: 100%;
}
.Arrival.slick-slider .slick-slide:not(:last-child) {
  border-right: 1px dotted #333333;
}
@media (max-width: 767px) {
  .Arrival.slick-slider .slick-slide:not(:last-child) {
    border: none;
  }
}
.Arrival.slick-slider .slick-slide:first-of-type .Arrival__Step {
  padding-left: 0;
}
.Arrival.slick-slider .slick-slide:last-of-type .Arrival__Step {
  padding-right: 0;
}
.Arrival.slick-slider .slick-disabled:before {
  display: none;
}
.alert.alert-username-changed {
  padding: 25px 25px 25px 120px;
  position: relative;
}
.alert.alert-username-changed:before {
  position: absolute;
  top: 23px;
  left: 22px;
  font-size: 75px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e107";
}
.tooltip-inner {
  max-width: 300px;
  text-align: left;
  font-weight: 300;
}
.tooltip.top .tooltip-arrow {
  margin-top: 13px;
}
.tooltip.top .tooltip-inner > *:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 766px) {
  .navbar-collapse {
    height: 100vh;
    overflow-y: scroll !important;
  }
}
@media (max-width: 766px) {
  .mobile-navigation-opened {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
  .mobile-navigation-opened body {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
}
.dropdown-backdrop {
  display: none;
}
div.required label:after {
  content: ' *';
}
.modal-open {
  padding-right: 0 !important;
}
button.multiselect {
  height: auto;
  padding: 9px;
  box-shadow: none;
}
.multiselect-container > li > a {
  border: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: rgba(163, 209, 9, 0.18);
}
.multiselect-apply {
  margin: 10px 0 0;
}
/*# sourceMappingURL=alpinewelten.css.map */