@charset "UTF-8";
/* BOOTSTRAP OVERRIDE AND FIXES */
/*directory up only. Needs to be changed in partner themes*/
/* height = width * aspect-ratio */
/* mixin for multiline http://dev.mobify.com/blog/multiline-ellipsis-in-pure-css/  */
/* Discount badge */
/*$brand-primary:         darken(#428bca, 6.5%) !default; // #337ab7*/
/* === Custom animod variables, based on bootstrap vars === */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

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

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fbfbfb; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #515151;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2b2b2b;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, #searchBar form#searchForm table.search-parameters td div.dropdown-menu {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, #searchBar form#searchForm table.search-parameters td div.dropdown-menu:before, .container:after, #searchBar form#searchForm table.search-parameters td div.dropdown-menu:after {
    content: " ";
    display: table; }
  .container:after, #searchBar form#searchForm table.search-parameters td div.dropdown-menu:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, #searchBar form#searchForm table.search-parameters td div.dropdown-menu {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, #searchBar form#searchForm table.search-parameters td div.dropdown-menu {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, #searchBar form#searchForm table.search-parameters td div.dropdown-menu {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fbfbfb; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #a4a4a4; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #a4a4a4;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #a4a4a4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(164, 164, 164, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(164, 164, 164, 0.6); }
  .form-control::-moz-placeholder {
    color: rgba(164, 164, 164, 0.7);
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: rgba(164, 164, 164, 0.7); }
  .form-control::-webkit-input-placeholder {
    color: rgba(164, 164, 164, 0.7); }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .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);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #FFFFFF;
  background-color: #FF8933;
  border-color: #ff7a1a; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #ff6c00;
    border-color: #994100; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #ff6c00;
    border-color: #db5c00; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ff6c00;
    border-color: #db5c00; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #db5c00;
      border-color: #994100; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #FF8933;
    border-color: #ff7a1a; }
  .btn-primary .badge {
    color: #FF8933;
    background-color: #FFFFFF; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #515151;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2b2b2b;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    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: #337ab7; }

.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: 12px;
  line-height: 1.42857;
  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 dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #a4a4a4;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dfdfdf;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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: #515151; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 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: #fbfbfb;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fbfbfb; } }

.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: auto;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, #searchBar form#searchForm table.search-parameters td div.dropdown-menu > .navbar-header,
.container > .navbar-collapse,
#searchBar form#searchForm table.search-parameters td div.dropdown-menu > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, #searchBar form#searchForm table.search-parameters td div.dropdown-menu > .navbar-header,
    .container > .navbar-collapse,
    #searchBar form#searchForm table.search-parameters td div.dropdown-menu > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: auto-20px/2 15px;
  font-size: 18px;
  line-height: 20px;
  height: auto; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, #searchBar form#searchForm table.search-parameters td .navbar > div.dropdown-menu .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: auto-20px/2/2 -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: auto-20px/2;
          padding-bottom: auto-20px/2; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: auto-30px/2;
    margin-bottom: auto-30px/2; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: auto-22/2;
    margin-bottom: auto-22/2; }

.navbar-text {
  margin-top: auto-20px/2;
  margin-bottom: auto-20px/2; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #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: 767px) {
    .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, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #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: #090909; }
    .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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #515151;
      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: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #2b2b2b;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    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: 18px;
  line-height: 1.33333; }

.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: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #515151;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, #searchBar form#searchForm table.search-parameters td div.dropdown-menu .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container, .jumbotron #searchBar form#searchForm table.search-parameters td div.dropdown-menu, #searchBar form#searchForm table.search-parameters td .jumbotron div.dropdown-menu {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, #searchBar form#searchForm table.search-parameters td div.dropdown-menu .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #515151; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  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; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #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);
  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 {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #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);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 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; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*! jQuery UI - v1.11.4 - 2016-02-22
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.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-clearfix {
  min-height: 0; }

.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; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.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 {
  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; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../css/lightGallery/fonts/lg.eot?n1z373");
  src: url("../css/lightGallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../css/lightGallery/fonts/lg.woff?n1z373") format("woff"), url("../css/lightGallery/fonts/lg.ttf?n1z373") format("truetype"), url("../css/lightGallery/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; }

.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;
  -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; }

.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-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-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;
  -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"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  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("../css/lightGallery/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 */
/*!
 * shariff - v3.1.1 - Tue, 29 Jan 2019 07:11:05 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2019 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border-radius: .1em;
  border: .08em solid #eee;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.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); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\F26E"; }

.fa-accessible-icon:before {
  content: "\F368"; }

.fa-accusoft:before {
  content: "\F369"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-card:before {
  content: "\F2BB"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-adn:before {
  content: "\F170"; }

.fa-adversal:before {
  content: "\F36A"; }

.fa-affiliatetheme:before {
  content: "\F36B"; }

.fa-algolia:before {
  content: "\F36C"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-allergies:before {
  content: "\F461"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-amazon-pay:before {
  content: "\F42C"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-amilia:before {
  content: "\F36D"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-android:before {
  content: "\F17B"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angrycreative:before {
  content: "\F36E"; }

.fa-angular:before {
  content: "\F420"; }

.fa-app-store:before {
  content: "\F36F"; }

.fa-app-store-ios:before {
  content: "\F370"; }

.fa-apper:before {
  content: "\F371"; }

.fa-apple:before {
  content: "\F179"; }

.fa-apple-pay:before {
  content: "\F415"; }

.fa-archive:before {
  content: "\F187"; }

.fa-arrow-alt-circle-down:before {
  content: "\F358"; }

.fa-arrow-alt-circle-left:before {
  content: "\F359"; }

.fa-arrow-alt-circle-right:before {
  content: "\F35A"; }

.fa-arrow-alt-circle-up:before {
  content: "\F35B"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-arrows-alt-h:before {
  content: "\F337"; }

.fa-arrows-alt-v:before {
  content: "\F338"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-asymmetrik:before {
  content: "\F372"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-audible:before {
  content: "\F373"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-autoprefixer:before {
  content: "\F41C"; }

.fa-avianex:before {
  content: "\F374"; }

.fa-aviato:before {
  content: "\F421"; }

.fa-aws:before {
  content: "\F375"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-band-aid:before {
  content: "\F462"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-bars:before {
  content: "\F0C9"; }

.fa-baseball-ball:before {
  content: "\F433"; }

.fa-basketball-ball:before {
  content: "\F434"; }

.fa-bath:before {
  content: "\F2CD"; }

.fa-battery-empty:before {
  content: "\F244"; }

.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-bed:before {
  content: "\F236"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bimobject:before {
  content: "\F378"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitcoin:before {
  content: "\F379"; }

.fa-bity:before {
  content: "\F37A"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-blackberry:before {
  content: "\F37B"; }

.fa-blender:before {
  content: "\F517"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-blogger:before {
  content: "\F37C"; }

.fa-blogger-b:before {
  content: "\F37D"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-bold:before {
  content: "\F032"; }

.fa-bolt:before {
  content: "\F0E7"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-book:before {
  content: "\F02D"; }

.fa-book-open:before {
  content: "\F518"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-bowling-ball:before {
  content: "\F436"; }

.fa-box:before {
  content: "\F466"; }

.fa-box-open:before {
  content: "\F49E"; }

.fa-boxes:before {
  content: "\F468"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-briefcase-medical:before {
  content: "\F469"; }

.fa-broadcast-tower:before {
  content: "\F519"; }

.fa-broom:before {
  content: "\F51A"; }

.fa-btc:before {
  content: "\F15A"; }

.fa-bug:before {
  content: "\F188"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-burn:before {
  content: "\F46A"; }

.fa-buromobelexperte:before {
  content: "\F37F"; }

.fa-bus:before {
  content: "\F207"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-calendar:before {
  content: "\F133"; }

.fa-calendar-alt:before {
  content: "\F073"; }

.fa-calendar-check:before {
  content: "\F274"; }

.fa-calendar-minus:before {
  content: "\F272"; }

.fa-calendar-plus:before {
  content: "\F271"; }

.fa-calendar-times:before {
  content: "\F273"; }

.fa-camera:before {
  content: "\F030"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-capsules:before {
  content: "\F46B"; }

.fa-car:before {
  content: "\F1B9"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-caret-square-down:before {
  content: "\F150"; }

.fa-caret-square-left:before {
  content: "\F191"; }

.fa-caret-square-right:before {
  content: "\F152"; }

.fa-caret-square-up:before {
  content: "\F151"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cc-amazon-pay:before {
  content: "\F42D"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-apple-pay:before {
  content: "\F416"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-centercode:before {
  content: "\F380"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-chalkboard:before {
  content: "\F51B"; }

.fa-chalkboard-teacher:before {
  content: "\F51C"; }

.fa-chart-area:before {
  content: "\F1FE"; }

.fa-chart-bar:before {
  content: "\F080"; }

.fa-chart-line:before {
  content: "\F201"; }

.fa-chart-pie:before {
  content: "\F200"; }

.fa-check:before {
  content: "\F00C"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-chess:before {
  content: "\F439"; }

.fa-chess-bishop:before {
  content: "\F43A"; }

.fa-chess-board:before {
  content: "\F43C"; }

.fa-chess-king:before {
  content: "\F43F"; }

.fa-chess-knight:before {
  content: "\F441"; }

.fa-chess-pawn:before {
  content: "\F443"; }

.fa-chess-queen:before {
  content: "\F445"; }

.fa-chess-rook:before {
  content: "\F447"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-church:before {
  content: "\F51D"; }

.fa-circle:before {
  content: "\F111"; }

.fa-circle-notch:before {
  content: "\F1CE"; }

.fa-clipboard:before {
  content: "\F328"; }

.fa-clipboard-check:before {
  content: "\F46C"; }

.fa-clipboard-list:before {
  content: "\F46D"; }

.fa-clock:before {
  content: "\F017"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-closed-captioning:before {
  content: "\F20A"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-cloud-download-alt:before {
  content: "\F381"; }

.fa-cloud-upload-alt:before {
  content: "\F382"; }

.fa-cloudscale:before {
  content: "\F383"; }

.fa-cloudsmith:before {
  content: "\F384"; }

.fa-cloudversify:before {
  content: "\F385"; }

.fa-code:before {
  content: "\F121"; }

.fa-code-branch:before {
  content: "\F126"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cog:before {
  content: "\F013"; }

.fa-cogs:before {
  content: "\F085"; }

.fa-coins:before {
  content: "\F51E"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-comment:before {
  content: "\F075"; }

.fa-comment-alt:before {
  content: "\F27A"; }

.fa-comment-dots:before {
  content: "\F4AD"; }

.fa-comment-slash:before {
  content: "\F4B3"; }

.fa-comments:before {
  content: "\F086"; }

.fa-compact-disc:before {
  content: "\F51F"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-compress:before {
  content: "\F066"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-copy:before {
  content: "\F0C5"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-couch:before {
  content: "\F4B8"; }

.fa-cpanel:before {
  content: "\F388"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-creative-commons-by:before {
  content: "\F4E7"; }

.fa-creative-commons-nc:before {
  content: "\F4E8"; }

.fa-creative-commons-nc-eu:before {
  content: "\F4E9"; }

.fa-creative-commons-nc-jp:before {
  content: "\F4EA"; }

.fa-creative-commons-nd:before {
  content: "\F4EB"; }

.fa-creative-commons-pd:before {
  content: "\F4EC"; }

.fa-creative-commons-pd-alt:before {
  content: "\F4ED"; }

.fa-creative-commons-remix:before {
  content: "\F4EE"; }

.fa-creative-commons-sa:before {
  content: "\F4EF"; }

.fa-creative-commons-sampling:before {
  content: "\F4F0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1"; }

.fa-creative-commons-share:before {
  content: "\F4F2"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-crop:before {
  content: "\F125"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-crow:before {
  content: "\F520"; }

.fa-crown:before {
  content: "\F521"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-css3-alt:before {
  content: "\F38B"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-cut:before {
  content: "\F0C4"; }

.fa-cuttlefish:before {
  content: "\F38C"; }

.fa-d-and-d:before {
  content: "\F38D"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-deaf:before {
  content: "\F2A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-deploydog:before {
  content: "\F38E"; }

.fa-deskpro:before {
  content: "\F38F"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-diagnoses:before {
  content: "\F470"; }

.fa-dice:before {
  content: "\F522"; }

.fa-dice-five:before {
  content: "\F523"; }

.fa-dice-four:before {
  content: "\F524"; }

.fa-dice-one:before {
  content: "\F525"; }

.fa-dice-six:before {
  content: "\F526"; }

.fa-dice-three:before {
  content: "\F527"; }

.fa-dice-two:before {
  content: "\F528"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-digital-ocean:before {
  content: "\F391"; }

.fa-discord:before {
  content: "\F392"; }

.fa-discourse:before {
  content: "\F393"; }

.fa-divide:before {
  content: "\F529"; }

.fa-dna:before {
  content: "\F471"; }

.fa-dochub:before {
  content: "\F394"; }

.fa-docker:before {
  content: "\F395"; }

.fa-dollar-sign:before {
  content: "\F155"; }

.fa-dolly:before {
  content: "\F472"; }

.fa-dolly-flatbed:before {
  content: "\F474"; }

.fa-donate:before {
  content: "\F4B9"; }

.fa-door-closed:before {
  content: "\F52A"; }

.fa-door-open:before {
  content: "\F52B"; }

.fa-dot-circle:before {
  content: "\F192"; }

.fa-dove:before {
  content: "\F4BA"; }

.fa-download:before {
  content: "\F019"; }

.fa-draft2digital:before {
  content: "\F396"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-dribbble-square:before {
  content: "\F397"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-dumbbell:before {
  content: "\F44B"; }

.fa-dyalog:before {
  content: "\F399"; }

.fa-earlybirds:before {
  content: "\F39A"; }

.fa-ebay:before {
  content: "\F4F4"; }

.fa-edge:before {
  content: "\F282"; }

.fa-edit:before {
  content: "\F044"; }

.fa-eject:before {
  content: "\F052"; }

.fa-elementor:before {
  content: "\F430"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-ember:before {
  content: "\F423"; }

.fa-empire:before {
  content: "\F1D1"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-envira:before {
  content: "\F299"; }

.fa-equals:before {
  content: "\F52C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-erlang:before {
  content: "\F39D"; }

.fa-ethereum:before {
  content: "\F42E"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-euro-sign:before {
  content: "\F153"; }

.fa-exchange-alt:before {
  content: "\F362"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-expand:before {
  content: "\F065"; }

.fa-expand-arrows-alt:before {
  content: "\F31E"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-external-link-alt:before {
  content: "\F35D"; }

.fa-external-link-square-alt:before {
  content: "\F360"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-dropper:before {
  content: "\F1FB"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-facebook:before {
  content: "\F09A"; }

.fa-facebook-f:before {
  content: "\F39E"; }

.fa-facebook-messenger:before {
  content: "\F39F"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-feather:before {
  content: "\F52D"; }

.fa-female:before {
  content: "\F182"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-alt:before {
  content: "\F15C"; }

.fa-file-archive:before {
  content: "\F1C6"; }

.fa-file-audio:before {
  content: "\F1C7"; }

.fa-file-code:before {
  content: "\F1C9"; }

.fa-file-excel:before {
  content: "\F1C3"; }

.fa-file-image:before {
  content: "\F1C5"; }

.fa-file-medical:before {
  content: "\F477"; }

.fa-file-medical-alt:before {
  content: "\F478"; }

.fa-file-pdf:before {
  content: "\F1C1"; }

.fa-file-powerpoint:before {
  content: "\F1C4"; }

.fa-file-video:before {
  content: "\F1C8"; }

.fa-file-word:before {
  content: "\F1C2"; }

.fa-film:before {
  content: "\F008"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-first-aid:before {
  content: "\F479"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-first-order-alt:before {
  content: "\F50A"; }

.fa-firstdraft:before {
  content: "\F3A1"; }

.fa-flag:before {
  content: "\F024"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-flipboard:before {
  content: "\F44D"; }

.fa-fly:before {
  content: "\F417"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-font:before {
  content: "\F031"; }

.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-font-awesome-alt:before {
  content: "\F35C"; }

.fa-font-awesome-flag:before {
  content: "\F425"; }

.fa-font-awesome-logo-full:before {
  content: "\F4E6"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-fonticons-fi:before {
  content: "\F3A2"; }

.fa-football-ball:before {
  content: "\F44E"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-fort-awesome-alt:before {
  content: "\F3A3"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-freebsd:before {
  content: "\F3A4"; }

.fa-frog:before {
  content: "\F52E"; }

.fa-frown:before {
  content: "\F119"; }

.fa-fulcrum:before {
  content: "\F50B"; }

.fa-futbol:before {
  content: "\F1E3"; }

.fa-galactic-republic:before {
  content: "\F50C"; }

.fa-galactic-senate:before {
  content: "\F50D"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-gas-pump:before {
  content: "\F52F"; }

.fa-gavel:before {
  content: "\F0E3"; }

.fa-gem:before {
  content: "\F3A5"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-github:before {
  content: "\F09B"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-gitkraken:before {
  content: "\F3A6"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-gitter:before {
  content: "\F426"; }

.fa-glass-martini:before {
  content: "\F000"; }

.fa-glasses:before {
  content: "\F530"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-gofore:before {
  content: "\F3A7"; }

.fa-golf-ball:before {
  content: "\F450"; }

.fa-goodreads:before {
  content: "\F3A8"; }

.fa-goodreads-g:before {
  content: "\F3A9"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-google-drive:before {
  content: "\F3AA"; }

.fa-google-play:before {
  content: "\F3AB"; }

.fa-google-plus:before {
  content: "\F2B3"; }

.fa-google-plus-g:before {
  content: "\F0D5"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-gratipay:before {
  content: "\F184"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-greater-than:before {
  content: "\F531"; }

.fa-greater-than-equal:before {
  content: "\F532"; }

.fa-gripfire:before {
  content: "\F3AC"; }

.fa-grunt:before {
  content: "\F3AD"; }

.fa-gulp:before {
  content: "\F3AE"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-hacker-news-square:before {
  content: "\F3AF"; }

.fa-hand-holding:before {
  content: "\F4BD"; }

.fa-hand-holding-heart:before {
  content: "\F4BE"; }

.fa-hand-holding-usd:before {
  content: "\F4C0"; }

.fa-hand-lizard:before {
  content: "\F258"; }

.fa-hand-paper:before {
  content: "\F256"; }

.fa-hand-peace:before {
  content: "\F25B"; }

.fa-hand-point-down:before {
  content: "\F0A7"; }

.fa-hand-point-left:before {
  content: "\F0A5"; }

.fa-hand-point-right:before {
  content: "\F0A4"; }

.fa-hand-point-up:before {
  content: "\F0A6"; }

.fa-hand-pointer:before {
  content: "\F25A"; }

.fa-hand-rock:before {
  content: "\F255"; }

.fa-hand-scissors:before {
  content: "\F257"; }

.fa-hand-spock:before {
  content: "\F259"; }

.fa-hands:before {
  content: "\F4C2"; }

.fa-hands-helping:before {
  content: "\F4C4"; }

.fa-handshake:before {
  content: "\F2B5"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-hdd:before {
  content: "\F0A0"; }

.fa-heading:before {
  content: "\F1DC"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-heart:before {
  content: "\F004"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-helicopter:before {
  content: "\F533"; }

.fa-hips:before {
  content: "\F452"; }

.fa-hire-a-helper:before {
  content: "\F3B0"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-hockey-puck:before {
  content: "\F453"; }

.fa-home:before {
  content: "\F015"; }

.fa-hooli:before {
  content: "\F427"; }

.fa-hospital:before {
  content: "\F0F8"; }

.fa-hospital-alt:before {
  content: "\F47D"; }

.fa-hospital-symbol:before {
  content: "\F47E"; }

.fa-hotjar:before {
  content: "\F3B1"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-start:before {
  content: "\F251"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-hubspot:before {
  content: "\F3B2"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-id-card:before {
  content: "\F2C2"; }

.fa-id-card-alt:before {
  content: "\F47F"; }

.fa-image:before {
  content: "\F03E"; }

.fa-images:before {
  content: "\F302"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-industry:before {
  content: "\F275"; }

.fa-infinity:before {
  content: "\F534"; }

.fa-info:before {
  content: "\F129"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-italic:before {
  content: "\F033"; }

.fa-itunes:before {
  content: "\F3B4"; }

.fa-itunes-note:before {
  content: "\F3B5"; }

.fa-java:before {
  content: "\F4E4"; }

.fa-jedi-order:before {
  content: "\F50E"; }

.fa-jenkins:before {
  content: "\F3B6"; }

.fa-joget:before {
  content: "\F3B7"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-js:before {
  content: "\F3B8"; }

.fa-js-square:before {
  content: "\F3B9"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-key:before {
  content: "\F084"; }

.fa-keybase:before {
  content: "\F4F5"; }

.fa-keyboard:before {
  content: "\F11C"; }

.fa-keycdn:before {
  content: "\F3BA"; }

.fa-kickstarter:before {
  content: "\F3BB"; }

.fa-kickstarter-k:before {
  content: "\F3BC"; }

.fa-kiwi-bird:before {
  content: "\F535"; }

.fa-korvue:before {
  content: "\F42F"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-laravel:before {
  content: "\F3BD"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-lemon:before {
  content: "\F094"; }

.fa-less:before {
  content: "\F41D"; }

.fa-less-than:before {
  content: "\F536"; }

.fa-less-than-equal:before {
  content: "\F537"; }

.fa-level-down-alt:before {
  content: "\F3BE"; }

.fa-level-up-alt:before {
  content: "\F3BF"; }

.fa-life-ring:before {
  content: "\F1CD"; }

.fa-lightbulb:before {
  content: "\F0EB"; }

.fa-line:before {
  content: "\F3C0"; }

.fa-link:before {
  content: "\F0C1"; }

.fa-linkedin:before {
  content: "\F08C"; }

.fa-linkedin-in:before {
  content: "\F0E1"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-lira-sign:before {
  content: "\F195"; }

.fa-list:before {
  content: "\F03A"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-lock:before {
  content: "\F023"; }

.fa-lock-open:before {
  content: "\F3C1"; }

.fa-long-arrow-alt-down:before {
  content: "\F309"; }

.fa-long-arrow-alt-left:before {
  content: "\F30A"; }

.fa-long-arrow-alt-right:before {
  content: "\F30B"; }

.fa-long-arrow-alt-up:before {
  content: "\F30C"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-lyft:before {
  content: "\F3C3"; }

.fa-magento:before {
  content: "\F3C4"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-male:before {
  content: "\F183"; }

.fa-mandalorian:before {
  content: "\F50F"; }

.fa-map:before {
  content: "\F279"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-map-marker-alt:before {
  content: "\F3C5"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mastodon:before {
  content: "\F4F6"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-medapps:before {
  content: "\F3C6"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-medium-m:before {
  content: "\F3C7"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-medrt:before {
  content: "\F3C8"; }

.fa-meetup:before {
  content: "\F2E0"; }

.fa-meh:before {
  content: "\F11A"; }

.fa-memory:before {
  content: "\F538"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-alt:before {
  content: "\F3C9"; }

.fa-microphone-alt-slash:before {
  content: "\F539"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-microsoft:before {
  content: "\F3CA"; }

.fa-minus:before {
  content: "\F068"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-mix:before {
  content: "\F3CB"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-mizuni:before {
  content: "\F3CC"; }

.fa-mobile:before {
  content: "\F10B"; }

.fa-mobile-alt:before {
  content: "\F3CD"; }

.fa-modx:before {
  content: "\F285"; }

.fa-monero:before {
  content: "\F3D0"; }

.fa-money-bill:before {
  content: "\F0D6"; }

.fa-money-bill-alt:before {
  content: "\F3D1"; }

.fa-money-bill-wave:before {
  content: "\F53A"; }

.fa-money-bill-wave-alt:before {
  content: "\F53B"; }

.fa-money-check:before {
  content: "\F53C"; }

.fa-money-check-alt:before {
  content: "\F53D"; }

.fa-moon:before {
  content: "\F186"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-music:before {
  content: "\F001"; }

.fa-napster:before {
  content: "\F3D2"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-newspaper:before {
  content: "\F1EA"; }

.fa-nintendo-switch:before {
  content: "\F418"; }

.fa-node:before {
  content: "\F419"; }

.fa-node-js:before {
  content: "\F3D3"; }

.fa-not-equal:before {
  content: "\F53E"; }

.fa-notes-medical:before {
  content: "\F481"; }

.fa-npm:before {
  content: "\F3D4"; }

.fa-ns8:before {
  content: "\F3D5"; }

.fa-nutritionix:before {
  content: "\F3D6"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-old-republic:before {
  content: "\F510"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-osi:before {
  content: "\F41A"; }

.fa-outdent:before {
  content: "\F03B"; }

.fa-page4:before {
  content: "\F3D7"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-palette:before {
  content: "\F53F"; }

.fa-palfed:before {
  content: "\F3D8"; }

.fa-pallet:before {
  content: "\F482"; }

.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-parachute-box:before {
  content: "\F4CD"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-parking:before {
  content: "\F540"; }

.fa-paste:before {
  content: "\F0EA"; }

.fa-patreon:before {
  content: "\F3D9"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-pen-square:before {
  content: "\F14B"; }

.fa-pencil-alt:before {
  content: "\F303"; }

.fa-people-carry:before {
  content: "\F4CE"; }

.fa-percent:before {
  content: "\F295"; }

.fa-percentage:before {
  content: "\F541"; }

.fa-periscope:before {
  content: "\F3DA"; }

.fa-phabricator:before {
  content: "\F3DB"; }

.fa-phoenix-framework:before {
  content: "\F3DC"; }

.fa-phoenix-squadron:before {
  content: "\F511"; }

.fa-phone:before {
  content: "\F095"; }

.fa-phone-slash:before {
  content: "\F3DD"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-phone-volume:before {
  content: "\F2A0"; }

.fa-php:before {
  content: "\F457"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-pied-piper-hat:before {
  content: "\F4E5"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-piggy-bank:before {
  content: "\F4D3"; }

.fa-pills:before {
  content: "\F484"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-plane:before {
  content: "\F072"; }

.fa-play:before {
  content: "\F04B"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-playstation:before {
  content: "\F3DF"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-plus:before {
  content: "\F067"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-poo:before {
  content: "\F2FE"; }

.fa-portrait:before {
  content: "\F3E0"; }

.fa-pound-sign:before {
  content: "\F154"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-prescription-bottle:before {
  content: "\F485"; }

.fa-prescription-bottle-alt:before {
  content: "\F486"; }

.fa-print:before {
  content: "\F02F"; }

.fa-procedures:before {
  content: "\F487"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-project-diagram:before {
  content: "\F542"; }

.fa-pushed:before {
  content: "\F3E1"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-python:before {
  content: "\F3E2"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-question:before {
  content: "\F128"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-quidditch:before {
  content: "\F458"; }

.fa-quinscape:before {
  content: "\F459"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-r-project:before {
  content: "\F4F7"; }

.fa-random:before {
  content: "\F074"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-react:before {
  content: "\F41B"; }

.fa-readme:before {
  content: "\F4D5"; }

.fa-rebel:before {
  content: "\F1D0"; }

.fa-receipt:before {
  content: "\F543"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-red-river:before {
  content: "\F3E3"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-redo:before {
  content: "\F01E"; }

.fa-redo-alt:before {
  content: "\F2F9"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-rendact:before {
  content: "\F3E4"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-reply:before {
  content: "\F3E5"; }

.fa-reply-all:before {
  content: "\F122"; }

.fa-replyd:before {
  content: "\F3E6"; }

.fa-researchgate:before {
  content: "\F4F8"; }

.fa-resolving:before {
  content: "\F3E7"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-ribbon:before {
  content: "\F4D6"; }

.fa-road:before {
  content: "\F018"; }

.fa-robot:before {
  content: "\F544"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-rocketchat:before {
  content: "\F3E8"; }

.fa-rockrms:before {
  content: "\F3E9"; }

.fa-rss:before {
  content: "\F09E"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-ruble-sign:before {
  content: "\F158"; }

.fa-ruler:before {
  content: "\F545"; }

.fa-ruler-combined:before {
  content: "\F546"; }

.fa-ruler-horizontal:before {
  content: "\F547"; }

.fa-ruler-vertical:before {
  content: "\F548"; }

.fa-rupee-sign:before {
  content: "\F156"; }

.fa-safari:before {
  content: "\F267"; }

.fa-sass:before {
  content: "\F41E"; }

.fa-save:before {
  content: "\F0C7"; }

.fa-schlix:before {
  content: "\F3EA"; }

.fa-school:before {
  content: "\F549"; }

.fa-screwdriver:before {
  content: "\F54A"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-search:before {
  content: "\F002"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-searchengin:before {
  content: "\F3EB"; }

.fa-seedling:before {
  content: "\F4D8"; }

.fa-sellcast:before {
  content: "\F2DA"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-server:before {
  content: "\F233"; }

.fa-servicestack:before {
  content: "\F3EC"; }

.fa-share:before {
  content: "\F064"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-shekel-sign:before {
  content: "\F20B"; }

.fa-shield-alt:before {
  content: "\F3ED"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-shipping-fast:before {
  content: "\F48B"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-shoe-prints:before {
  content: "\F54B"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-sign:before {
  content: "\F4D9"; }

.fa-sign-in-alt:before {
  content: "\F2F6"; }

.fa-sign-language:before {
  content: "\F2A7"; }

.fa-sign-out-alt:before {
  content: "\F2F5"; }

.fa-signal:before {
  content: "\F012"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-sistrix:before {
  content: "\F3EE"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-sith:before {
  content: "\F512"; }

.fa-skull:before {
  content: "\F54C"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-slack:before {
  content: "\F198"; }

.fa-slack-hash:before {
  content: "\F3EF"; }

.fa-sliders-h:before {
  content: "\F1DE"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-smile:before {
  content: "\F118"; }

.fa-smoking:before {
  content: "\F48D"; }

.fa-smoking-ban:before {
  content: "\F54D"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-snowflake:before {
  content: "\F2DC"; }

.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-alpha-down:before {
  content: "\F15D"; }

.fa-sort-alpha-up:before {
  content: "\F15E"; }

.fa-sort-amount-down:before {
  content: "\F160"; }

.fa-sort-amount-up:before {
  content: "\F161"; }

.fa-sort-down:before {
  content: "\F0DD"; }

.fa-sort-numeric-down:before {
  content: "\F162"; }

.fa-sort-numeric-up:before {
  content: "\F163"; }

.fa-sort-up:before {
  content: "\F0DE"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-speakap:before {
  content: "\F3F3"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-square-full:before {
  content: "\F45C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-staylinked:before {
  content: "\F3F5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-steam-symbol:before {
  content: "\F3F6"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-sticker-mule:before {
  content: "\F3F7"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stopwatch:before {
  content: "\F2F2"; }

.fa-store:before {
  content: "\F54E"; }

.fa-store-alt:before {
  content: "\F54F"; }

.fa-strava:before {
  content: "\F428"; }

.fa-stream:before {
  content: "\F550"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-stripe:before {
  content: "\F429"; }

.fa-stripe-s:before {
  content: "\F42A"; }

.fa-stroopwafel:before {
  content: "\F551"; }

.fa-studiovinari:before {
  content: "\F3F8"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-subway:before {
  content: "\F239"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-sun:before {
  content: "\F185"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-supple:before {
  content: "\F3F9"; }

.fa-sync:before {
  content: "\F021"; }

.fa-sync-alt:before {
  content: "\F2F1"; }

.fa-syringe:before {
  content: "\F48E"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-table-tennis:before {
  content: "\F45D"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-tablet-alt:before {
  content: "\F3FA"; }

.fa-tablets:before {
  content: "\F490"; }

.fa-tachometer-alt:before {
  content: "\F3FD"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-tape:before {
  content: "\F4DB"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-taxi:before {
  content: "\F1BA"; }

.fa-teamspeak:before {
  content: "\F4F9"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-telegram-plane:before {
  content: "\F3FE"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-thermometer:before {
  content: "\F491"; }

.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbtack:before {
  content: "\F08D"; }

.fa-ticket-alt:before {
  content: "\F3FF"; }

.fa-times:before {
  content: "\F00D"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-tint:before {
  content: "\F043"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-toolbox:before {
  content: "\F552"; }

.fa-trade-federation:before {
  content: "\F513"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-train:before {
  content: "\F238"; }

.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-trash-alt:before {
  content: "\F2ED"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-trello:before {
  content: "\F181"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-truck-loading:before {
  content: "\F4DE"; }

.fa-truck-moving:before {
  content: "\F4DF"; }

.fa-tshirt:before {
  content: "\F553"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-tv:before {
  content: "\F26C"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-typo3:before {
  content: "\F42B"; }

.fa-uber:before {
  content: "\F402"; }

.fa-uikit:before {
  content: "\F403"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-undo:before {
  content: "\F0E2"; }

.fa-undo-alt:before {
  content: "\F2EA"; }

.fa-uniregistry:before {
  content: "\F404"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-university:before {
  content: "\F19C"; }

.fa-unlink:before {
  content: "\F127"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-untappd:before {
  content: "\F405"; }

.fa-upload:before {
  content: "\F093"; }

.fa-usb:before {
  content: "\F287"; }

.fa-user:before {
  content: "\F007"; }

.fa-user-alt:before {
  content: "\F406"; }

.fa-user-alt-slash:before {
  content: "\F4FA"; }

.fa-user-astronaut:before {
  content: "\F4FB"; }

.fa-user-check:before {
  content: "\F4FC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-clock:before {
  content: "\F4FD"; }

.fa-user-cog:before {
  content: "\F4FE"; }

.fa-user-edit:before {
  content: "\F4FF"; }

.fa-user-friends:before {
  content: "\F500"; }

.fa-user-graduate:before {
  content: "\F501"; }

.fa-user-lock:before {
  content: "\F502"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-user-minus:before {
  content: "\F503"; }

.fa-user-ninja:before {
  content: "\F504"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-user-shield:before {
  content: "\F505"; }

.fa-user-slash:before {
  content: "\F506"; }

.fa-user-tag:before {
  content: "\F507"; }

.fa-user-tie:before {
  content: "\F508"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-users:before {
  content: "\F0C0"; }

.fa-users-cog:before {
  content: "\F509"; }

.fa-ussunnah:before {
  content: "\F407"; }

.fa-utensil-spoon:before {
  content: "\F2E5"; }

.fa-utensils:before {
  content: "\F2E7"; }

.fa-vaadin:before {
  content: "\F408"; }

.fa-venus:before {
  content: "\F221"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-vial:before {
  content: "\F492"; }

.fa-vials:before {
  content: "\F493"; }

.fa-viber:before {
  content: "\F409"; }

.fa-video:before {
  content: "\F03D"; }

.fa-video-slash:before {
  content: "\F4E2"; }

.fa-vimeo:before {
  content: "\F40A"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-vimeo-v:before {
  content: "\F27D"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-vk:before {
  content: "\F189"; }

.fa-vnv:before {
  content: "\F40B"; }

.fa-volleyball-ball:before {
  content: "\F45F"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-vuejs:before {
  content: "\F41F"; }

.fa-walking:before {
  content: "\F554"; }

.fa-wallet:before {
  content: "\F555"; }

.fa-warehouse:before {
  content: "\F494"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-weight:before {
  content: "\F496"; }

.fa-weixin:before {
  content: "\F1D7"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-whatsapp-square:before {
  content: "\F40C"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-whmcs:before {
  content: "\F40D"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-window-close:before {
  content: "\F410"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-wine-glass:before {
  content: "\F4E3"; }

.fa-wolf-pack-battalion:before {
  content: "\F514"; }

.fa-won-sign:before {
  content: "\F159"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-wordpress-simple:before {
  content: "\F411"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-x-ray:before {
  content: "\F497"; }

.fa-xbox:before {
  content: "\F412"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-y-combinator:before {
  content: "\F23B"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-yandex:before {
  content: "\F413"; }

.fa-yandex-international:before {
  content: "\F414"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-yen-sign:before {
  content: "\F157"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-youtube-square:before {
  content: "\F431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(/css/fa-brands-400.eot);
  src: url(/css/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/css/fa-brands-400.woff2) format("woff2"), url(/css/fa-brands-400.woff) format("woff"), url(/css/fa-brands-400.ttf) format("truetype"), url(/css/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: Font Awesome\ 5 Brands; }

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(fa-regular-400.eot);
  src: url(fa-regular-400.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.woff2) format("woff2"), url(fa-regular-400.woff) format("woff"), url(fa-regular-400.ttf) format("truetype"), url(fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-weight: 400; }

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(fa-solid-900.eot);
  src: url(fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.woff2) format("woff2"), url(fa-solid-900.woff) format("woff"), url(fa-solid-900.ttf) format("truetype"), url(fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free; }

.fa, .fas {
  font-weight: 900; }

.shariff:after, .shariff:before {
  content: " ";
  display: table; }

.shariff:after {
  clear: both; }

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.shariff li {
  overflow: hidden; }

.shariff li, .shariff li a {
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none; }

.shariff li .share_count, .shariff li .share_text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px; }

.shariff li .fab, .shariff li .far, .shariff li .fas {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle; }

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px; }

.shariff .orientation-horizontal li {
  -webkit-box-flex: 1; }

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0; }

.shariff .orientation-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shariff .orientation-horizontal li {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px; }

.shariff .orientation-horizontal li:last-child {
  margin-right: 0; }

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px; }

.shariff .orientation-horizontal li .share_count {
  display: none; }

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0; }

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333; }

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd; }

.shariff .theme-white .shariff-button a {
  background-color: #fff; }

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee; }

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999; }

.shariff .orientation-vertical.button-style-icon {
  min-width: 35px; }

.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px; }

.shariff .orientation-vertical.button-style-standard {
  min-width: 110px; }

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0; }

.shariff .orientation-vertical.button-style-icon-count li .share_count, .shariff .orientation-vertical.button-style-standard li .share_count {
  width: 24px;
  text-align: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%; }
  .shariff .orientation-horizontal.button-style-icon-count li, .shariff .orientation-horizontal.button-style-standard li {
    min-width: 80px; }
  .shariff .orientation-horizontal.button-style-icon-count li .share_count, .shariff .orientation-horizontal.button-style-standard li .share_count {
    display: block; }
  .shariff .orientation-horizontal.button-style-standard li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
    min-width: 110px;
    max-width: 160px; }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
    text-indent: 0;
    display: inline; }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; } }

@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px; }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
    text-indent: 0;
    display: inline; } }

@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px; }
  .shariff .orientation-horizontal.button-style-standard li .share_text {
    text-indent: 0;
    display: inline; }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

@media only screen and (min-width: 1024px) {
  .shariff li, .shariff li a {
    height: 30px; }
  .shariff li .fab, .shariff li .far, .shariff li .fas {
    width: 30px;
    line-height: 30px; }
  .shariff li .share_count, .shariff li .share_text {
    line-height: 30px; }
  .shariff li .share_count {
    height: 28px; } }

.shariff .addthis a {
  background-color: #f8694d; }

.shariff .addthis a:hover {
  background-color: #f75b44; }

.shariff .addthis .fa-plus {
  font-size: 14px; }

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0; }

.shariff .theme-white .addthis a {
  color: #f8694d; }

@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px; } }

.shariff .diaspora a {
  background-color: #999; }

.shariff .diaspora a:hover {
  background-color: #b3b3b3; }

.shariff .diaspora .fa-times-circle {
  font-size: 17px; }

.shariff .theme-white .diaspora a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px; } }

.shariff .facebook a {
  background-color: #3b5998; }

.shariff .facebook a:hover {
  background-color: #4273c8; }

.shariff .facebook .fa-facebook-f {
  font-size: 22px; }

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf; }

.shariff .theme-white .facebook a {
  color: #3b5998; }

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 19px; } }

.shariff .flattr a {
  background-color: #7ea352; }

.shariff .flattr a:hover {
  background-color: #f67c1a; }

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c; }

.shariff .flattr .fa-money-bill-alt {
  font-size: 22px; }

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893; }

.shariff .theme-white .flattr a {
  color: #f67c1a; }

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money-bill-alt {
    font-size: 19px; } }

.shariff .flipboard a {
  background-color: #e12828; }

.shariff .flipboard a:hover {
  background-color: #ff2e2e; }

.shariff .flipboard .fa-flipboard {
  font-size: 22px; }

.shariff .theme-white .flipboard a {
  color: #e12828; }

@media only screen and (min-width: 600px) {
  .shariff .flipboard .fa-flipboard {
    font-size: 19px; } }

.shariff .info {
  border: 1px solid #ccc; }

.shariff .info a {
  color: #666;
  background-color: #fff; }

.shariff .info a:hover {
  background-color: #efefef; }

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px; }

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important; }

.shariff .theme-grey .info a {
  background-color: #fff; }

.shariff .theme-grey .info a:hover {
  background-color: #efefef; }

.shariff .orientation-vertical .info {
  width: 35px;
  float: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important; } }

@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px; }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important; }
  .shariff .orientation-vertical .info {
    width: 25px; } }

.shariff .linkedin a {
  background-color: #0077b5; }

.shariff .linkedin a:hover {
  background-color: #0369a0; }

.shariff .linkedin .fa-linkedin-in {
  font-size: 22px; }

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33aae8; }

.shariff .theme-white .linkedin a {
  color: #0077b5; }

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin-in {
    font-size: 19px; } }

.shariff .mail a {
  background-color: #999; }

.shariff .mail a:hover {
  background-color: #a8a8a8; }

.shariff .mail .fa-envelope {
  font-size: 21px; }

.shariff .theme-white .mail a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px; } }

.shariff .print a {
  background-color: #999; }

.shariff .print a:hover {
  background-color: #a8a8a8; }

.shariff .print .fa-print {
  font-size: 21px; }

.shariff .theme-white .print a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .print .fa-print {
    font-size: 18px; } }

.shariff .pinterest a {
  background-color: #bd081c; }

.shariff .pinterest a:hover {
  background-color: #d50920; }

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px; }

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .pinterest a {
  color: #bd081c; }

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px; } }

.shariff .pocket a {
  background-color: #ef4056; }

.shariff .pocket a:hover {
  background-color: #ff5066; }

.shariff .pocket .fa-get-pocket {
  font-size: 22px; }

.shariff .theme-white .pocket a {
  color: #ef4056; }

@media only screen and (min-width: 600px) {
  .shariff .pocket .fa-get-pocket {
    font-size: 19px; } }

.shariff .reddit a {
  background-color: #ff4500; }

.shariff .reddit a:hover {
  background-color: #ff6a33; }

.shariff .reddit .fa-reddit {
  font-size: 17px; }

.shariff .theme-white .reddit a {
  color: #ff4500; }

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px; } }

.shariff .stumbleupon a {
  background-color: #eb4924; }

.shariff .stumbleupon a:hover {
  background-color: #ef7053; }

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px; }

.shariff .theme-white .stumbleupon a {
  color: #eb4924; }

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px; } }

.shariff .twitter a {
  background-color: #55acee; }

.shariff .twitter a:hover {
  background-color: #32bbf5; }

.shariff .twitter .fa-twitter {
  font-size: 28px; }

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96d4ee; }

.shariff .theme-white .twitter a {
  color: #55acee; }

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px; } }

.shariff .whatsapp a {
  background-color: #5cbe4a; }

.shariff .whatsapp a:hover {
  background-color: #34af23; }

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px; }

.shariff .theme-white .whatsapp a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px; } }

.shariff .xing a {
  background-color: #126567; }

.shariff .xing a:hover {
  background-color: #29888a; }

.shariff .xing .fa-xing {
  font-size: 22px; }

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7; }

.shariff .theme-white .xing a {
  color: #126567; }

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px; } }

.shariff .tumblr a {
  background-color: #36465d; }

.shariff .tumblr a:hover {
  background-color: #44546b; }

.shariff .tumblr .fa-tumblr {
  font-size: 28px; }

.shariff .theme-white .tumblr a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px; } }

.shariff .threema a {
  background-color: #333; }

.shariff .threema a:hover {
  background-color: #1f1f1f; }

.shariff .threema .fa-lock {
  font-size: 28px; }

.shariff .theme-white .threema a {
  color: #333; }

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px; } }

.shariff .weibo a {
  background-color: #f56770; }

.shariff .weibo a:hover {
  background-color: #fa7f8a; }

.shariff .weibo .fa-weibo {
  font-size: 28px; }

.shariff .weibo .share_count {
  color: #0174a4;
  background-color: #f56770; }

.shariff .theme-white .weibo a {
  color: #f56770; }

@media only screen and (min-width: 600px) {
  .shariff .weibo .fa-weibo {
    font-size: 24px; } }

.shariff .tencent-weibo a {
  background-color: #26ace0; }

.shariff .tencent-weibo a:hover {
  background-color: #38bbeb; }

.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px; }

.shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ace0; }

.shariff .theme-white .tencent-weibo a {
  color: #26ace0; }

@media only screen and (min-width: 600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 24px; } }

.shariff .telegram a {
  background-color: #08c; }

.shariff .telegram a:hover {
  background-color: #007dbb; }

.shariff .telegram .fa-telegram {
  font-size: 28px; }

.shariff .theme-white .telegram a {
  color: #08c; }

@media only screen and (min-width: 600px) {
  .shariff .telegram .fa-telegram {
    font-size: 22px; } }

.shariff .qzone a {
  background-color: #2b82d9; }

.shariff .qzone a:hover {
  background-color: #398fe6; }

.shariff .qzone .fa-qq {
  font-size: 28px; }

.shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2b82d9; }

.shariff .theme-white .qzone a {
  color: #2b82d9; }

@media only screen and (min-width: 600px) {
  .shariff .qzone .fa-qq {
    font-size: 24px; } }

.shariff .vk a {
  background-color: #5d7fa4; }

.shariff .vk a:hover {
  background-color: #678eb4; }

.shariff .vk .fa-vk {
  font-size: 22px; }

.shariff .vk .share_count {
  color: #55677d;
  background-color: #fff; }

.shariff .theme-white .vk a {
  color: #3b5998; }

@media only screen and (min-width: 600px) {
  .shariff .vk .fa-vk {
    font-size: 19px; } }

.sprites {
  background-repeat: no-repeat;
  display: inline-block;
  /* &.sprite-icon-star {
         @include webshop-sprite(-298px, -63px, 18px, 17px);
     }*/
  /* MISSING SPRITES */ }
  .sprites.sprite-protection_on_1 {
    background-position: -5px -5px;
    width: 23px;
    height: 28px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-protection_on_1 {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-protection_on_1 {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-logo {
    background-position: -38px -5px;
    width: 116px;
    height: 37px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-logo {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-logo {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-sofortu_berweisung_logo {
    background-position: -164px -5px;
    width: 66px;
    height: 21px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-sofortu_berweisung_logo {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-sofortu_berweisung_logo {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-arrow-down {
    background-position: -240px -5px;
    width: 10px;
    height: 6px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-arrow-down {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-arrow-down {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-ec-logo {
    background-position: -164px -36px;
    width: 26px;
    height: 32px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-ec-logo {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-ec-logo {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-addtobasket {
    background-position: -200px -36px;
    width: 51px;
    height: 27px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-addtobasket {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-addtobasket {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-arrow-left {
    background-position: -5px -73px;
    width: 13px;
    height: 10px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-arrow-left {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-arrow-left {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-arrow-right {
    background-position: -28px -73px;
    width: 13px;
    height: 10px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-arrow-right {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-arrow-right {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-barrierefrei, .sprites.feature-barrier-free {
    background-position: -51px -73px;
    width: 21px;
    height: 22px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-barrierefrei, .sprites.feature-barrier-free {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-barrierefrei, .sprites.feature-barrier-free {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-facebook {
    background-position: -82px -73px;
    width: 10px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-facebook {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-facebook {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-filter {
    background-position: -102px -73px;
    width: 23px;
    height: 23px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-filter {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-filter {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-fitness, .sprites.feature-fitness-area {
    background-position: -200px -73px;
    width: 24px;
    height: 16px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-fitness, .sprites.feature-fitness-area {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-fitness, .sprites.feature-fitness-area {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-fotowechseln {
    background-position: -234px -73px;
    width: 26px;
    height: 26px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-fotowechseln {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-fotowechseln {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-golf {
    background-position: -5px -109px;
    width: 23px;
    height: 24px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-golf {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-golf {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-golf2 {
    background-position: -135px -73px;
    width: 15px;
    height: 24px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-golf2 {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-golf2 {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-google_ {
    background-position: -160px -99px;
    width: 31px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-google_ {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-google_ {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-tick {
    background-position: -38px -109px;
    width: 17px;
    height: 16px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-tick {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-tick {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-tick-green {
    background-position: -65px -109px;
    width: 17px;
    height: 16px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-tick-green {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-tick-green {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-haustiere-erlaubt, .sprites.feature-pets-welcome {
    background-position: -92px -109px;
    width: 24px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-haustiere-erlaubt, .sprites.feature-pets-welcome {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-haustiere-erlaubt, .sprites.feature-pets-welcome {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-internet-kostenlos, .sprites.feature-internet-included {
    background-position: -126px -109px;
    width: 22px;
    height: 17px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-internet-kostenlos, .sprites.feature-internet-included {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-internet-kostenlos, .sprites.feature-internet-included {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-calendar {
    background-position: -201px -109px;
    width: 22px;
    height: 24px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-calendar {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-calendar {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-mapsearch {
    background-position: -5px -143px;
    width: 91px;
    height: 47px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-mapsearch {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-mapsearch {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-oepnv-in-500m-entfernung, .sprites.feature-public-transport-near {
    background-position: -233px -109px;
    width: 17px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-oepnv-in-500m-entfernung, .sprites.feature-public-transport-near {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-oepnv-in-500m-entfernung, .sprites.feature-public-transport-near {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-parkplatz, .sprites.feature-parking {
    background-position: -106px -139px;
    width: 20px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-parkplatz, .sprites.feature-parking {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-parkplatz, .sprites.feature-parking {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-pinterest {
    background-position: -136px -139px;
    width: 20px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-pinterest {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-pinterest {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-pool-innen {
    background-position: -166px -139px;
    width: 24px;
    height: 23px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-pool-innen {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-pool-innen {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-pricewarranty {
    background-position: -200px -143px;
    width: 38px;
    height: 36px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-pricewarranty {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-pricewarranty {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-discount {
    background-position: -106px -172px;
    width: 75px;
    height: 32px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-discount {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-discount {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-restaurant, .sprites.feature-restaurant-engl {
    background-position: -191px -189px;
    width: 21px;
    height: 22px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-restaurant, .sprites.feature-restaurant-engl {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-restaurant, .sprites.feature-restaurant-engl {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-risk {
    background-position: -222px -189px;
    width: 37px;
    height: 37px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-risk {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-risk {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-sauna, .sprites.feature-sauna-engl {
    background-position: -5px -236px;
    width: 23px;
    height: 23px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-sauna, .sprites.feature-sauna-engl {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-sauna, .sprites.feature-sauna-engl {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-slideshow-right {
    background-position: -261px -5px;
    width: 46px;
    height: 48px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-slideshow-right {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-slideshow-right {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-location {
    background-position: -270px -63px;
    width: 18px;
    height: 24px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-location {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-location {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-star2 {
    background-position: -270px -97px;
    width: 29px;
    height: 28px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-star2 {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-star2 {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-star-yellow {
    background-position: -260px -135px;
    width: 22px;
    height: 21px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-star-yellow {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-star-yellow {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-phone {
    background-position: -292px -135px;
    width: 18px;
    height: 18px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-phone {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-phone {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-tennis {
    background-position: -292px -163px;
    width: 23px;
    height: 23px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-tennis {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-tennis {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-thumbsup {
    background-position: -269px -196px;
    width: 17px;
    height: 17px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-thumbsup {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-thumbsup {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-twitter {
    background-position: -38px -223px;
    width: 25px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-twitter {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-twitter {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.feature-whirlpool {
    background-position: -73px -223px;
    width: 23px;
    height: 24px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.feature-whirlpool {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.feature-whirlpool {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-mastercard-logo {
    background-position: -106px -223px;
    width: 36px;
    height: 28px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-mastercard-logo {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-mastercard-logo {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-paydirekt-logo {
    background-position: -152px -236px;
    width: 70px;
    height: 25px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-paydirekt-logo {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-paydirekt-logo {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-paypal-logo {
    background-position: -232px -236px;
    width: 74px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-paypal-logo {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-paypal-logo {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-ueberweisung-logo {
    background-position: -38px -266px;
    width: 43px;
    height: 33px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-ueberweisung-logo {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-ueberweisung-logo {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-visa-logo {
    background-position: -232px -266px;
    width: 62px;
    height: 20px;
    background-image: url(../img/sprite_new.png);
    background-size: 321px 304px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-visa-logo {
        background-image: url(../img/sprite_new@2x.png); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-visa-logo {
        background-image: url(../img/sprite_new@3x.png); } }
  .sprites.sprite-icon-calendar-orange {
    background-image: url("../img/missing sprite icons/icon-kalender orange.png");
    width: 22px;
    height: 24px; }
  .sprites.sprite-icon-filter-orange {
    background-image: url("../img/missing sprite icons/icon-filter orange.png");
    width: 23px;
    height: 23px; }
  .sprites.sprite-icon-group-orange {
    background-image: url("../img/missing sprite icons/icon-group.png");
    width: 40px;
    height: 31px; }
  .sprites.sprite-icon-search {
    background-image: url("../img/missing sprite icons/icon-search.png");
    width: 18px;
    height: 18px; }
  .sprites.sprite-icon-star {
    background-image: url("../img/missing sprite icons/icon-star.png");
    width: 15px;
    height: 14px;
    background-size: 15px 14px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
      .sprites.sprite-icon-star {
        background-image: url("../img/missing sprite icons/icon-star@2x.png"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .sprites.sprite-icon-star {
        background-image: url("../img/missing sprite icons/icon-star@3x.png"); } }
  .sprites.sprite-icon-arrow-right-grey {
    background-image: url("../img/missing sprite icons/icon-arrow-right-grey.png");
    width: 7px;
    height: 10px; }
  .sprites.sprite-icon-arrow-expand {
    background-image: url("../img/missing sprite icons/icon-arrow-expand.png");
    width: 25px;
    height: 25px; }
  .sprites.top-offers {
    background-image: url("../img/missing sprite icons/top-offers.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.top-offers-active {
    background-image: url("../img/missing sprite icons/top-offers-active.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.profile {
    background-image: url("../img/missing sprite icons/profile.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.profile-active {
    background-image: url("../img/missing sprite icons/profile-active.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.specials {
    background-image: url("../img/missing sprite icons/specials.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.specials-active {
    background-image: url("../img/missing sprite icons/specials-active.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.discover {
    background-image: url("../img/missing sprite icons/discover.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.discover-active {
    background-image: url("../img/missing sprite icons/discover-active.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.categories {
    background-image: url("../img/missing sprite icons/categories.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.categories-active {
    background-image: url("../img/missing sprite icons/categories-active.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.share-grey {
    background-image: url("../img/missing sprite icons/share__grey.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.share-white {
    background-image: url("../img/missing sprite icons/share__white.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.back-grey {
    background-image: url("../img/missing sprite icons/back__grey.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .sprites.back-white {
    background-image: url("../img/missing sprite icons/back__white.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .sprites.top-offers {
      background-image: url("../img/missing sprite icons/top-offers@2x.png"); }
    .sprites.top-offers-active {
      background-image: url("../img/missing sprite icons/top-offers-active@2x.png"); }
    .sprites.profile {
      background-image: url("../img/missing sprite icons/profile@2x.png"); }
    .sprites.profile-active {
      background-image: url("../img/missing sprite icons/profile-active@2x.png"); }
    .sprites.specials {
      background-image: url("../img/missing sprite icons/specials@2x.png"); }
    .sprites.specials-active {
      background-image: url("../img/missing sprite icons/specials-active@2x.png"); }
    .sprites.discover {
      background-image: url("../img/missing sprite icons/discover@2x.png"); }
    .sprites.discover-active {
      background-image: url("../img/missing sprite icons/discover-active@2x.png"); }
    .sprites.categories {
      background-image: url("../img/missing sprite icons/categories@2x.png"); }
    .sprites.categories-active {
      background-image: url("../img/missing sprite icons/categories-active@2x.png"); }
    .sprites.share-grey {
      background-image: url("../img/missing sprite icons/share__grey@2x.png"); }
    .sprites.share-white {
      background-image: url("../img/missing sprite icons/share__white@2x.png"); }
    .sprites.back-grey {
      background-image: url("../img/missing sprite icons/back__grey@2x.png"); }
    .sprites.back-white {
      background-image: url("../img/missing sprite icons/back__white@2x.png"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .sprites.top-offers {
      background-image: url("../img/missing sprite icons/top-offers@3x.png"); }
    .sprites.top-offers-active {
      background-image: url("../img/missing sprite icons/top-offers-active@3x.png"); }
    .sprites.profile {
      background-image: url("../img/missing sprite icons/profile@3x.png"); }
    .sprites.profile-active {
      background-image: url("../img/missing sprite icons/profile-active@3x.png"); }
    .sprites.specials {
      background-image: url("../img/missing sprite icons/specials@3x.png"); }
    .sprites.specials-active {
      background-image: url("../img/missing sprite icons/specials-active@3x.png"); }
    .sprites.discover {
      background-image: url("../img/missing sprite icons/discover@3x.png"); }
    .sprites.discover-active {
      background-image: url("../img/missing sprite icons/discover-active@3x.png"); }
    .sprites.categories {
      background-image: url("../img/missing sprite icons/categories@3x.png"); }
    .sprites.categories-active {
      background-image: url("../img/missing sprite icons/categories-active@3x.png"); }
    .sprites.share-grey {
      background-image: url("../img/missing sprite icons/share__grey@3x.png"); }
    .sprites.share-white {
      background-image: url("../img/missing sprite icons/share__white@3x.png"); }
    .sprites.back-grey {
      background-image: url("../img/missing sprite icons/back__grey@3x.png"); }
    .sprites.back-white {
      background-image: url("../img/missing sprite icons/back__white@3x.png"); } }

.sprite-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  font-size: inherit;
  vertical-align: middle;
  line-height: normal;
  color: inherit; }
  .sprite-svg.icon-hund {
    width: 25px;
    height: 20px;
    color: #FF8933; }
  .sprite-svg.icon-internet {
    width: 20px;
    height: 15px;
    color: #FF8933; }
  .sprite-svg.icon-kalender {
    width: 22px;
    height: 24px; }
  .sprite-svg.icon-kartensuche {
    width: 91px;
    height: 47px;
    color: rgba(255, 255, 255, 0.5);
    --color4: rgba(darkgray, 0.5); }
  .sprite-svg.icon-opnv {
    width: 17px;
    height: 20px;
    color: #FF8933; }
  .sprite-svg.icon-parkplatz {
    width: 20px;
    height: 20px;
    color: #FF8933; }
  .sprite-svg.icon-pool {
    width: 24px;
    height: 23px;
    color: #FF8933; }
  .sprite-svg.icon-pool2 {
    width: 1.388671875em;
    color: #FF8933; }
  .sprite-svg.icon-preisgarantie {
    width: 38px;
    height: 36px;
    color: #FF8933; }
  .sprite-svg.icon-rabatt {
    width: 75px;
    height: 32px;
    color: #FF8933; }
  .sprite-svg.icon-restaurant {
    width: 21px;
    height: 22px;
    color: #FF8933; }
  .sprite-svg.icon-risiko {
    width: 37px;
    height: 37px;
    color: #FF8933; }
  .sprite-svg.icon-sauna {
    width: 21px;
    height: 21px;
    color: #FF8933; }
  .sprite-svg.icon-slideshow-right {
    width: 0.9580078125em; }
  .sprite-svg.icon-standort {
    width: 18px;
    height: 24px;
    color: #FF8933; }
  .sprite-svg.icon-star2 {
    width: 29px;
    height: 28px; }
  .sprite-svg.icon-stargelb {
    width: 22px;
    height: 21px; }
  .sprite-svg.icon-stern {
    width: 1em;
    height: 1em; }
  .sprite-svg.icon-telefon {
    color: #FF8933;
    width: 18px;
    height: 18px; }
  .sprite-svg.icon-tennis {
    color: #FF8933;
    width: 23px;
    height: 23px; }
  .sprite-svg.icon-thumbsup {
    color: #FF8933;
    width: 17px;
    height: 17px; }
  .sprite-svg.icon-twitter {
    width: 1.25em; }
  .sprite-svg.icon-whirlpool {
    width: 23px;
    height: 24px;
    color: #FF8933; }
  .sprite-svg.icon-Logo {
    width: 3.134765625em; }
  .sprite-svg.icon-mastercard-logo {
    height: 28px;
    width: 36px; }
  .sprite-svg.icon-Path-2-Copy-2 {
    width: 1.111328125em; }
  .sprite-svg.icon-paydirekt-logo {
    width: 100px;
    height: 45px; }
  .sprite-svg.icon-paypal-logo {
    width: 74px;
    height: 20px; }
  .sprite-svg.icon-wirecard-logo {
    width: 90px;
    height: 50px; }
  .sprite-svg.icon-sofortueberweisung-logo {
    width: 66px;
    height: 21px; }
  .sprite-svg.icon-ueberweisung-logo {
    width: 45px;
    height: 35px;
    margin-top: -5px; }
  .sprite-svg.icon-visa-logo {
    width: 60px; }
  .sprite-svg.icon-protection {
    width: 20px;
    height: 26px; }
  .sprite-svg.icon-arrow-down {
    width: 8px;
    height: 4px;
    /*color: $checkout-gray;*/ }
  .sprite-svg.icon-ec-logo {
    width: 26px;
    height: 31px; }
  .sprite-svg.icon-addtobasket {
    color: #FF8933;
    width: 51px;
    height: 27px; }
  .sprite-svg.icon-arrow-left {
    width: 1.2998046875em; }
  .sprite-svg.icon-arrow-right {
    color: #FF8933;
    width: 13px;
    height: 10px; }
  .sprite-svg.icon-barrierefrei {
    color: #FF8933;
    width: 19px;
    height: 20px; }
  .sprite-svg.icon-facebook {
    width: 0.5em; }
  .sprite-svg.icon-instagram {
    height: 1.25rem;
    width: 1.25rem; }
  .sprite-svg.icon-fitness {
    color: #FF8933;
    width: 24px;
    height: 16px; }
  .sprite-svg.icon-golf {
    color: #FF8933;
    width: 23px;
    height: 24px; }
  .sprite-svg.icon-golf2 {
    width: 15px;
    height: 24px;
    color: #FF8933; }
  .sprite-svg.icon-google-plus {
    width: 1.5498046875em; }
  .sprite-svg.icon-tick {
    height: 15px;
    width: 16px;
    color: #FF8933; }
  .sprite-svg.icon-dropdown {
    width: 12px;
    height: 6px; }
  .sprite-svg.icon-directbooking {
    width: 22px;
    height: 22px; }
  .sprite-svg.icon-users {
    width: 49px;
    height: 25px; }
  .sprite-svg.icon-alarm {
    width: 31px;
    height: 36px; }
  .sprite-svg.icon-close {
    width: 17px;
    height: 16px; }
  .sprite-svg.icon-search {
    width: 18px;
    height: 18px; }
  .sprite-svg.icon-top-offers, .sprite-svg.icon-specials, .sprite-svg.icon-profile, .sprite-svg.icon-discover, .sprite-svg.icon-categories, .sprite-svg.icon-arrow-left, .sprite-svg.icon-share {
    width: 25px;
    height: 25px;
    fill: transparent;
    stroke: #a5a5a5; }
  .sprite-svg.icon-gift {
    width: 25px;
    height: 25px;
    fill: #a5a5a5;
    stroke: transparent; }
  .sprite-svg.icon-arrow-left, .sprite-svg.icon-share {
    fill: currentColor;
    stroke: currentColor; }
  .sprite-svg.icon-clock {
    height: 32px;
    width: 32px; }
  .sprite-svg.icon-logout {
    height: 24px;
    width: 24px; }
  .sprite-svg.icon-mail {
    height: 25px;
    width: 25px; }
  .sprite-svg.icon-expand, .sprite-svg.icon-heart {
    height: 32px;
    width: 32px; }
  .sprite-svg.icon-arrow-back {
    height: 25px;
    width: 25px; }
  .sprite-svg.icon-chevron {
    height: 50px;
    width: 13px; }
  .sprite-svg.icon-animod-star {
    width: 20px;
    height: 20px;
    overflow: visible; }
  .sprite-svg.icon-pdffile {
    width: 32px;
    height: 32px; }
  .sprite-svg.icon-holidaycheck-star {
    width: 20px;
    height: 20px; }

#main-header {
  position: relative;
  z-index: 999;
  background-color: #fff; }
  #main-header #benefits {
    height: 40px;
    background-color: #484848;
    color: #fff;
    white-space: nowrap; }
    #main-header #benefits > div {
      line-height: 40px;
      font-size: 0; }
      #main-header #benefits > div > * {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        margin-left: 4px; }
        #main-header #benefits > div > *.sprite-svg {
          margin-right: 10px; }
    #main-header #benefits > div.customercare {
      padding-top: 0;
      margin-right: 0;
      background-color: #515151; }
      #main-header #benefits > div.customercare > * {
        font-size: 15px;
        /* I know, this is even bigger, but we shortened the office times :) */
        /*font-size: 13px;  14px text doesn't fit into the line! */ }
      #main-header #benefits > div.customercare > .working-hours {
        font-style: italic;
        color: #939393;
        margin-left: 6px; }
    #main-header #benefits > div:not(.customercare) {
      text-transform: uppercase; }
      #main-header #benefits > div:not(.customercare).separate {
        position: relative; }
        #main-header #benefits > div:not(.customercare).separate:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 20px;
          left: 0;
          top: 50%;
          margin-top: -10px;
          border-left: 1px solid #fff;
          opacity: 0.5; }
  #main-header .row.head {
    color: #515151;
    border-bottom: 1px solid #EAEAEA; }
    #main-header .row.head div.pull-left, #main-header .row.head div.pull-right {
      line-height: 77px; }
      #main-header .row.head div.pull-left > *, #main-header .row.head div.pull-right > * {
        display: inline-block;
        line-height: normal;
        vertical-align: middle; }
    #main-header .row.head > div.pull-right {
      /*margin-right:-$grid-padding;*/ }
      #main-header .row.head > div.pull-right > * {
        padding: 0 15px; }
      #main-header .row.head > div.pull-right .user-actions {
        float: none !important;
        padding-left: 0; }
        #main-header .row.head > div.pull-right .user-actions .caret {
          margin-left: 10px; }
        #main-header .row.head > div.pull-right .user-actions .dropdown-menu {
          border-radius: 0; }
    #main-header .row.head .animod-logo > img {
      width: 163px;
      height: 50px; }
    #main-header .row.head .heading {
      font-size: 17px;
      margin: 0 0 0 12px; }
    #main-header .row.head .trustami-badge {
      height: 52px;
      padding: 0 10px; }
      #main-header .row.head .trustami-badge > p {
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.7;
        margin: 0 0 2px;
        padding: 0; }
      #main-header .row.head .trustami-badge .widget_container_badge {
        display: inline-block;
        vertical-align: top;
        margin: 0 2px 0 auto; }
      #main-header .row.head .trustami-badge .custom_content {
        display: inline-block;
        text-align: center;
        width: auto;
        font-size: 10px;
        line-height: 11px;
        text-align: center;
        margin-top: 2px;
        margin-left: 2px; }
        #main-header .row.head .trustami-badge .custom_content p {
          font-size: 10px;
          margin: 1px 0;
          text-align: center; }
    #main-header .row.head #btn-login, #main-header .row.head .avatar-block {
      /*@include horizontal-separator(54px, #eaeaea, 0.5);*/
      font-size: 14px; }
    #main-header .row.head .avatar-block img {
      border-radius: 20px;
      border: 1px solid #EAEAEA;
      margin-right: 5px; }
    #main-header .row.head .avatar-block a {
      margin-left: 5px;
      color: #515151; }
      #main-header .row.head .avatar-block a .sprite-svg {
        opacity: 0.5; }
    #main-header .row.head .tvlogos {
      overflow: hidden;
      padding-left: 10px; }
      #main-header .row.head .tvlogos p {
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 0 10px;
        opacity: 0.7; }
      #main-header .row.head .tvlogos p img {
        margin: 0 5px; }
    #main-header .row.head .customercare {
      font-size: 14px;
      line-height: 20px;
      width: 210px;
      text-align: center; }
      #main-header .row.head .customercare p {
        margin-bottom: 0; }
      #main-header .row.head .customercare .phonenumber {
        vertical-align: middle;
        margin-left: 4px;
        font-size: 20px;
        font-weight: 600; }

@media screen and (max-width: 1200px) {
  #main-header .container.logo-header, #main-header #searchBar form#searchForm table.search-parameters td div.logo-header.dropdown-menu, #searchBar form#searchForm table.search-parameters td #main-header div.logo-header.dropdown-menu {
    width: 100%; } }

@media screen and (max-width: 1040px) {
  #main-header .container.logo-header .tvlogos, #main-header #searchBar form#searchForm table.search-parameters td div.logo-header.dropdown-menu .tvlogos, #searchBar form#searchForm table.search-parameters td #main-header div.logo-header.dropdown-menu .tvlogos {
    display: none !important; } }

@media screen and (max-width: 1199px) {
  #main-header .row.head .heading {
    font-size: 16px; }
  #main-header .row.head .animod-logo {
    padding-left: 15px; }
    #main-header .row.head .animod-logo > img {
      width: auto;
      height: 40px; } }

@media screen and (min-width: 768px) {
  #mainHeaderMobile, #productHeaderMobile {
    display: none; } }

@media screen and (max-width: 767px) {
  #drawerToggle {
    position: absolute;
    left: -99999px;
    opacity: 0;
    visibility: hidden;
    /*&:checked ~ *:not(footer#footer) {
            margin-left: $drawer-menu-width;
        }*/ }
    #drawerToggle:checked ~ footer#footer {
      transform: translateX(0); }
      #drawerToggle:checked ~ footer#footer + #drawerOverlay {
        display: block; }
  #mainHeaderMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
    justify-content: flex-start;
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    background: #fff; }
    #mainHeaderMobile .header-item {
      height: 50px;
      line-height: 50px;
      margin: 0;
      padding: 0 15px;
      border-radius: 50%;
      font-size: 0; }
      #mainHeaderMobile .header-item > * {
        vertical-align: middle;
        display: inline-block;
        line-height: normal; }
      #mainHeaderMobile .header-item a {
        color: inherit; }
      #mainHeaderMobile .header-item .sprite-svg {
        color: #a5a5a5; }
      #mainHeaderMobile .header-item:first-child, #mainHeaderMobile .header-item:last-child {
        flex: 1 1 0; }
    #mainHeaderMobile.transparent {
      background: transparent;
      box-shadow: none;
      transition: background-color 0.3s ease;
      color: #fff; }
      #mainHeaderMobile.transparent > .header-item {
        flex: none; }
      #mainHeaderMobile.transparent .sprite-svg {
        color: #fff; }
      #mainHeaderMobile.transparent.sticked {
        background-color: #fff;
        box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.1);
        color: #a5a5a5; }
        #mainHeaderMobile.transparent.sticked .sprite-svg {
          color: #a5a5a5; }
    #mainHeaderMobile .heading {
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 200px; }
    #mainHeaderMobile .burger-menu {
      border: 1px solid #EAEAEA;
      background: rgba(234, 234, 234, 0.7);
      padding: 10px;
      border-radius: 5px;
      margin: 0; }
      #mainHeaderMobile .burger-menu .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #888; }
        #mainHeaderMobile .burger-menu .icon-bar + .icon-bar {
          margin-top: 4px; }
    #mainHeaderMobile .mobile-toggle {
      width: 54px;
      text-align: right; }
      #mainHeaderMobile .mobile-toggle .clear-button {
        font-size: 25px;
        text-align: center;
        color: #515151;
        float: none;
        font-weight: normal;
        opacity: 1;
        text-shadow: none;
        width: 24px; }
    #mainHeaderMobile .title-mobile {
      margin: 0;
      font-size: 16px; }
    #mainHeaderMobile .mobile-search {
      margin: auto !important;
      min-width: 200px;
      text-align: center; }
      #mainHeaderMobile .mobile-search .animod-logo {
        padding-left: 0; }
      #mainHeaderMobile .mobile-search input {
        font-size: 16px;
        border: none;
        caret-color: #FF8933; }
        #mainHeaderMobile .mobile-search input:active, #mainHeaderMobile .mobile-search input:focus {
          outline: none; }
    #mainHeaderMobile .animod-logo img {
      height: 30px; } }

body.noscroll {
  overflow: hidden; }

@media print {
  #animod-c, #benefits, #mainHeaderMobile, #productHeaderMobile {
    display: none !important; }
  #main-header .row.head .heading, #main-header .row.head .tvlogos, div#toTop {
    display: none; }
  .revocation-info {
    background-color: #eeedea !important; }
  .info-media {
    display: none; }
  #footer {
    display: none; } }

/* NAVBAR */
#navigation {
  border: none;
  margin-bottom: 0;
  background-color: #fff;
  /*.nav.navbar-nav > li.dropdown.open > .dropdown-menu:before {
        content: ' ';
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #FFF;
        position: absolute;
        top:-10px;
        left:30px;
    }*/
  /* NEW NAV */ }
  #navigation #navbar {
    padding: 0; }
  #navigation .nav.navbar-nav.navbar-right {
    margin-right: 0; }
  #navigation .nav.navbar-nav > li > a {
    color: #515151;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s ease; }
    #navigation .nav.navbar-nav > li > a:after {
      display: block;
      content: '';
      border-bottom: 2px solid #FF8933;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
    #navigation .nav.navbar-nav > li > a:hover, #navigation .nav.navbar-nav > li > a:focus {
      background-color: #EAEAEA; }
    #navigation .nav.navbar-nav > li > a:active:after, #navigation .nav.navbar-nav > li > a:hover:after {
      transform: scaleX(1); }
  #navigation .nav.navbar-nav > li:not(:first-child) > a {
    position: relative; }
    #navigation .nav.navbar-nav > li:not(:first-child) > a:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 22px;
      left: 0;
      top: 50%;
      margin-top: -11px;
      border-left: 1px solid #EAEAEA;
      opacity: 1; }
  #navigation .nav.navbar-nav > li.open:before {
    content: ' ';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FF8933;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    z-index: 10000; }
  #navigation .nav.navbar-nav > li.open > a:after {
    transform: scaleX(1); }
  #navigation .nav.navbar-nav > li.open > .dropdown-menu {
    z-index: 1050;
    padding: 0 0 15px;
    position: absolute;
    border-radius: 0; }
    #navigation .nav.navbar-nav > li.open > .dropdown-menu > li {
      /*&.divider + li:last-child {
                            margin-bottom: -7px;
                        }*/ }
      #navigation .nav.navbar-nav > li.open > .dropdown-menu > li > a {
        font-size: 16px;
        color: #333;
        display: inline-block;
        width: 100%;
        padding: 4px 15px;
        margin: 0; }
  #navigation .nav.navbar-nav > li.open .dropdown-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #fff;
    padding: 10px; }
  #navigation .nav.navbar-nav.user-actions .caret {
    margin-left: 10px; }
  #navigation .nav.navbar-nav.user-actions .dropdown-menu {
    padding: 5px 0 !important; }
    #navigation .nav.navbar-nav.user-actions .dropdown-menu > li > a {
      padding: 3px 20px !important;
      font-size: 14px  !important; }
  @media (max-width: 767px) {
    #navigation {
      position: fixed;
      bottom: 0;
      width: 100%;
      background-color: #fff;
      z-index: 999;
      box-shadow: 0 -1px 5px 3px rgba(0, 0, 0, 0.1); }
      #navigation .mobile-nav {
        margin: 0 -15px;
        display: flex !important;
        justify-content: space-between;
        height: 60px; }
        #navigation .mobile-nav > a.nav-link {
          margin: auto;
          font-size: 14px; }
          #navigation .mobile-nav > a.nav-link .sprite-svg {
            display: block;
            margin: 0 auto; }
          #navigation .mobile-nav > a.nav-link.active, #navigation .mobile-nav > a.nav-link:active {
            color: #FF8933; }
            #navigation .mobile-nav > a.nav-link.active .sprite-svg, #navigation .mobile-nav > a.nav-link:active .sprite-svg {
              fill: currentColor;
              stroke: currentColor; } }
  @media (max-width: 991px) {
    #navigation .nav.navbar-nav > li.dropdown.open .dropdown-sub-menu {
      position: relative;
      padding: 0;
      left: 0; } }
  #navigation .nav.navbar-nav > li.dropdown.open .dropdown-sub-menu .dropdown-sub-menu-item {
    min-width: 200px; }
  #navigation .nav.navbar-nav > li.dropdown.open .dropdown-sub-menu:first-child {
    position: static; }
  #navigation .nav.navbar-nav > li.dropdown.open .dropdown-sub-menu a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 100%;
    padding: 4px 15px;
    margin: 0; }
  #navigation .nav.navbar-nav > li.dropdown.open .dropdown-sub-menu a:hover {
    background-color: #f0f0f0; }
  #navigation #navbar .menu-overlay, #navigation #main-header .menu-overlay {
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  #navigation .navbar-nav .menu-group {
    display: table; }
  #navigation .navbar-nav .menu-block {
    color: #333;
    font-size: 14px;
    padding: 0 10px 0;
    display: table-cell; }
    #navigation .navbar-nav .menu-block .sub-heading {
      font-size: 16px;
      font-weight: bold;
      padding: 0 6px; }
    #navigation .navbar-nav .menu-block a {
      padding: 2px 6px;
      display: block; }
      #navigation .navbar-nav .menu-block a:hover {
        background-color: #EAEAEA; }
    #navigation .navbar-nav .menu-block ul {
      list-style-type: none;
      padding: 0; }
  #navigation .navbar-nav .heading {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 15px 0; }

.form-group {
  margin-bottom: 15px; }

input.gray-input, textarea.gray-input, select.gray-input {
  border: 1px solid #e0e0e1;
  background-color: #fff;
  color: #c6c6c6;
  font-size: 14px;
  width: 100%;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  caret-color: #FF8933;
  box-shadow: none;
  -webkit-appearance: none; }
  input.gray-input:focus, textarea.gray-input:focus, select.gray-input:focus {
    border-color: #a4a4a4;
    color: #a4a4a4;
    outline: none; }
  input.gray-input:required:valid, textarea.gray-input:required:valid, select.gray-input:required:valid {
    border-color: #81D135;
    color: #4a4a4a; }
  input.gray-input:not(:placeholder-shown), textarea.gray-input:not(:placeholder-shown), select.gray-input:not(:placeholder-shown) {
    border-color: #81D135;
    color: #4a4a4a; }
  input.gray-input::-webkit-input-placeholder, textarea.gray-input::-webkit-input-placeholder, select.gray-input::-webkit-input-placeholder {
    color: rgba(74, 74, 74, 0.4); }
  input.gray-input::-moz-placeholder, textarea.gray-input::-moz-placeholder, select.gray-input::-moz-placeholder {
    color: rgba(74, 74, 74, 0.4); }
  input.gray-input:-ms-input-placeholder, textarea.gray-input:-ms-input-placeholder, select.gray-input:-ms-input-placeholder {
    color: rgba(74, 74, 74, 0.4); }
  input.gray-input:-moz-placeholder, textarea.gray-input:-moz-placeholder, select.gray-input:-moz-placeholder {
    color: rgba(74, 74, 74, 0.4); }
  input.gray-input::placeholder, textarea.gray-input::placeholder, select.gray-input::placeholder {
    color: rgba(74, 74, 74, 0.4); }
  input.gray-input.error, textarea.gray-input.error, select.gray-input.error {
    border-color: red;
    /*background-color: #F4BEC4;*/ }
  input.gray-input:invalid, textarea.gray-input:invalid, select.gray-input:invalid {
    outline: none; }
  input.gray-input::-ms-clear, textarea.gray-input::-ms-clear, select.gray-input::-ms-clear {
    display: none; }

input.white-input, .form-data input.white-input, textarea.white-input, .form-data textarea.white-input, select.white-input, .form-data select.white-input {
  border: none;
  background-color: #fff;
  font-size: 16px;
  padding: 9px 13px;
  width: 100%;
  color: #4a4a4a;
  outline: 1px solid #e1e1e1;
  outline-offset: -1px; }
  input.white-input:focus, .form-data input.white-input:focus, textarea.white-input:focus, .form-data textarea.white-input:focus, select.white-input:focus, .form-data select.white-input:focus {
    background-color: #fff;
    outline: 1px solid #000;
    outline-offset: -1px; }
  input.white-input.error, .form-data input.white-input.error, textarea.white-input.error, .form-data textarea.white-input.error, select.white-input.error, .form-data select.white-input.error {
    background-color: #F4BEC4;
    outline: 1px solid #C35555; }

.hidden-option input.white-input, .form-data .hidden-option input.white-input {
  background-color: #fff; }

textarea[maxlength] + [class$="counter"] {
  font-size: 11px;
  transition: all 0.1s ease;
  text-align: right;
  display: block; }
  textarea[maxlength] + [class$="counter"] input, textarea[maxlength] + [class$="counter"] label {
    font-size: inherit;
    font-weight: normal; }
  textarea[maxlength] + [class$="counter"] input {
    background: none;
    border: none;
    margin-left: 5px; }
  textarea[maxlength] + [class$="counter"] label {
    font-weight: normal;
    margin-bottom: 0; }

.switch-button-label {
  float: left;
  font-size: 10pt;
  cursor: pointer; }

.switch-button-label.off {
  color: #adadad; }

.switch-button-label.on {
  color: #0088CC; }

.switch-button-background {
  float: left;
  position: relative;
  background: #ccc;
  border: 1px solid #aaa;
  margin: 1px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer; }

.switch-button-button {
  position: absolute;
  left: -1px;
  top: -1px;
  background: #FAFAFA;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* HEADER TEASER */
div.teaser-ratio-wrapper {
  padding-bottom: 562px;
  position: relative; }
  div.teaser-ratio-wrapper div.teaser-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0; }
  @media screen and (max-width: 1439px) {
    div.teaser-ratio-wrapper {
      padding-bottom: 39%; } }

div.teaser-box {
  height: 560px;
  position: relative;
  overflow: hidden;
  padding: 0; }

div.teaser-box .teaser, div.categories-box .teaser {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (min-width: 768px) {
    div.teaser-box .teaser, div.categories-box .teaser {
      position: relative; }
      div.teaser-box .teaser > *, div.categories-box .teaser > * {
        z-index: 2; }
    div.teaser-box .teaser:after, div.categories-box .teaser:after {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      height: 45%;
      z-index: 1; } }

div.teaser-box a.productdetail-link, div.categories-box a.productdetail-link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }

div.teaser-box .teaser-text, div.categories-box .teaser-text {
  color: #fff;
  position: absolute;
  bottom: 20px;
  max-width: 1110px;
  z-index: 3; }
  div.teaser-box .teaser-text .teaser-title, div.categories-box .teaser-text .teaser-title {
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    margin: 6px 0;
    display: inline-block;
    position: relative; }
    div.teaser-box .teaser-text .teaser-title > span, div.teaser-box .teaser-text .teaser-title > svg, div.categories-box .teaser-text .teaser-title > span, div.categories-box .teaser-text .teaser-title > svg {
      vertical-align: middle; }
    div.teaser-box .teaser-text .teaser-title .teaser-title-separator, div.categories-box .teaser-text .teaser-title .teaser-title-separator {
      font-weight: 400;
      margin: 0 20px; }
  div.teaser-box .teaser-text .teaser-link, div.categories-box .teaser-text .teaser-link {
    color: inherit;
    text-decoration: none; }
    div.teaser-box .teaser-text .teaser-link:hover, div.categories-box .teaser-text .teaser-link:hover {
      text-decoration: underline; }
  div.teaser-box .teaser-text .teaser-subtitle, div.categories-box .teaser-text .teaser-subtitle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 3px; }
    div.teaser-box .teaser-text .teaser-subtitle .classification, div.teaser-box .teaser-text .teaser-subtitle .hotel, div.categories-box .teaser-text .teaser-subtitle .classification, div.categories-box .teaser-text .teaser-subtitle .hotel {
      vertical-align: middle; }
      div.teaser-box .teaser-text .teaser-subtitle .classification.classification, div.teaser-box .teaser-text .teaser-subtitle .hotel.classification, div.categories-box .teaser-text .teaser-subtitle .classification.classification, div.categories-box .teaser-text .teaser-subtitle .hotel.classification {
        position: relative;
        font-size: 0; }
        div.teaser-box .teaser-text .teaser-subtitle .classification.classification .stars .sprite-svg, div.teaser-box .teaser-text .teaser-subtitle .hotel.classification .stars .sprite-svg, div.categories-box .teaser-text .teaser-subtitle .classification.classification .stars .sprite-svg, div.categories-box .teaser-text .teaser-subtitle .hotel.classification .stars .sprite-svg {
          font-size: 20px;
          margin-right: 5px; }
          div.teaser-box .teaser-text .teaser-subtitle .classification.classification .stars .sprite-svg:last-child, div.teaser-box .teaser-text .teaser-subtitle .hotel.classification .stars .sprite-svg:last-child, div.categories-box .teaser-text .teaser-subtitle .classification.classification .stars .sprite-svg:last-child, div.categories-box .teaser-text .teaser-subtitle .hotel.classification .stars .sprite-svg:last-child {
            margin-right: 10px; }
        div.teaser-box .teaser-text .teaser-subtitle .classification.classification .stars .superior, div.teaser-box .teaser-text .teaser-subtitle .hotel.classification .stars .superior, div.categories-box .teaser-text .teaser-subtitle .classification.classification .stars .superior, div.categories-box .teaser-text .teaser-subtitle .hotel.classification .stars .superior {
          font-size: 12px;
          vertical-align: middle;
          letter-spacing: 0;
          margin-left: 3px;
          margin-right: 3px; }
          div.teaser-box .teaser-text .teaser-subtitle .classification.classification .stars .superior:last-child, div.teaser-box .teaser-text .teaser-subtitle .hotel.classification .stars .superior:last-child, div.categories-box .teaser-text .teaser-subtitle .classification.classification .stars .superior:last-child, div.categories-box .teaser-text .teaser-subtitle .hotel.classification .stars .superior:last-child {
            margin-right: 10px; }
        div.teaser-box .teaser-text .teaser-subtitle .classification.classification .stars .estimated, div.teaser-box .teaser-text .teaser-subtitle .hotel.classification .stars .estimated, div.categories-box .teaser-text .teaser-subtitle .classification.classification .stars .estimated, div.categories-box .teaser-text .teaser-subtitle .hotel.classification .stars .estimated {
          font-size: 10px;
          margin-left: 0;
          color: #fff; }
        div.teaser-box .teaser-text .teaser-subtitle .classification.classification .stars .estimated-below, div.teaser-box .teaser-text .teaser-subtitle .hotel.classification .stars .estimated-below, div.categories-box .teaser-text .teaser-subtitle .classification.classification .stars .estimated-below, div.categories-box .teaser-text .teaser-subtitle .hotel.classification .stars .estimated-below {
          position: absolute;
          text-align: left;
          font-size: 12px;
          top: 7px;
          margin-left: 0;
          color: #fff; }

div.teaser-box .swiper-pagination, div.categories-box .swiper-pagination {
  right: 15px;
  left: auto;
  width: auto;
  bottom: 20px; }
  div.teaser-box .swiper-pagination .swiper-pagination-bullet, div.categories-box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    opacity: 0.5; }
    div.teaser-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, div.categories-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

div.teaser-box.product-details .teaser-text, div.categories-box.product-details .teaser-text {
  padding-right: 360px; }

div.teaser-box.ebay .teaser-text, div.teaser-box.reseller .teaser-text, div.categories-box.ebay .teaser-text, div.categories-box.reseller .teaser-text {
  padding-right: 0; }

#teaserBox .teaser-text .teaser-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

div.hotel-teaser-box #imageGallery .inline-image-wrapper {
  height: 560px;
  overflow: hidden; }
  div.hotel-teaser-box #imageGallery .inline-image-wrapper > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%); }

div.hotel-teaser-box #imageGallery .thumbnails-wrapper .thumbnail {
  width: 5% !important; }

@media screen and (min-width: 970px) and (max-width: 1139px) {
  div.teaser-box .teaser-text, div.categories-box .teaser-text {
    max-width: 970px; }
  div.teaser-box.ebay {
    text-align: left; }
    div.teaser-box.ebay .teaser-text {
      text-align: left; } }

@media screen and (max-width: 969px) {
  div.teaser-box .teaser-text, div.categories-box .teaser-text {
    max-width: calc(100% - 30px); }
  div.teaser-box.product-details .teaser-text {
    padding-right: 38%; }
  div.teaser-box.ebay {
    text-align: left; }
    div.teaser-box.ebay .teaser-text {
      text-align: left; } }

@media screen and (max-width: 767px) {
  div.teaser-ratio-wrapper {
    padding-bottom: 39% !important; }
    div.teaser-ratio-wrapper.product-details {
      margin-top: -65px;
      padding-bottom: 60% !important; }
    div.teaser-ratio-wrapper div.categories-box {
      position: absolute;
      width: 100%;
      height: 100%; }
  div.teaser-box {
    /*.swiper-button-next, .swiper-button-prev {
            background-image: none;

            &.swiper-button-next {
                transform: rotate(-90deg);
            }
            &.swiper-button-prev {
                transform: rotate(90deg);
            }
        }
*/ }
    div.teaser-box .swiper-button-prev, div.teaser-box .swiper-button-next {
      top: 50%;
      max-width: 15px;
      margin-top: 0;
      background: none !important;
      color: #fff;
      transform: translateY(-50%);
      height: auto; }
    div.teaser-box .swiper-button-prev {
      left: 2px; }
    div.teaser-box .swiper-button-next {
      right: 2px;
      transform: translateY(-50%) rotate(180deg); }
    div.teaser-box.ebay {
      margin-top: 0;
      text-align: left; }
      div.teaser-box.ebay .teaser-text {
        text-align: left; }
    div.teaser-box#teaserBox {
      left: 15px;
      right: 15px;
      width: auto; }
  div.teaser-box .teaser, div.categories-box .teaser {
    margin: 0; }
    div.teaser-box .teaser > a, div.categories-box .teaser > a {
      background: rgba(0, 0, 0, 0.3); }
  div.teaser-box .teaser-text, div.categories-box .teaser-text {
    position: absolute;
    max-width: none;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    padding-right: 0 !important;
    width: 100%; }
    div.teaser-box .teaser-text .teaser-title, div.categories-box .teaser-text .teaser-title {
      padding-bottom: 6px;
      border-bottom: 2px solid #FF8933; }
    div.teaser-box .teaser-text .teaser-subtitle, div.categories-box .teaser-text .teaser-subtitle {
      display: inline-block;
      margin-top: 6px; }
  div.categories-box .teaser-text .teaser-title {
    max-width: 90%;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 6px;
    border-bottom: 2px solid #FF8933; }
  div.categories-box .teaser-text .price {
    font-size: 18px; }
  div.categories-box .teaser-text .discount {
    display: none; }
  div.categories-box .teaser-text .teaser-subtitle {
    display: none; } }

#searchBar {
  background-color: #fff; }
  #searchBar form#searchForm {
    position: relative; }
    #searchBar form#searchForm > .search-container {
      border-bottom: 1px solid #EAEAEA; }
    #searchBar form#searchForm table.search-parameters {
      width: 100%; }
      #searchBar form#searchForm table.search-parameters td {
        font-size: 14px;
        border-left: 1px solid #EAEAEA; }
        #searchBar form#searchForm table.search-parameters td:first-child {
          border-left: none; }
        #searchBar form#searchForm table.search-parameters td div.form-group, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle {
          padding-left: 15px;
          padding-right: 30px;
          height: 80px;
          line-height: 80px;
          display: block;
          margin-bottom: 0;
          white-space: nowrap;
          position: relative;
          /*.sprites.search-icon {
                        @include filter(grayscale, 100%);
                        opacity: 0.7;
                        margin-right:10px;
                        transition: all 0.3s ease;
                    }*/ }
          #searchBar form#searchForm table.search-parameters td div.form-group > *, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle > * {
            vertical-align: middle;
            display: inline-block; }
          #searchBar form#searchForm table.search-parameters td div.form-group .param-placeholder, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle .param-placeholder {
            width: calc(100% - 30px); }
          #searchBar form#searchForm table.search-parameters td div.form-group .sprite-svg.icon-search, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle .sprite-svg.icon-search {
            /*magnifying glass*/
            color: #FFFFFF;
            margin-right: 10px; }
          #searchBar form#searchForm table.search-parameters td div.form-group .sprite-svg.search-icon, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle .sprite-svg.search-icon {
            margin-right: 10px; }
          #searchBar form#searchForm table.search-parameters td div.form-group .sprite-svg.icon-arrow-down, #searchBar form#searchForm table.search-parameters td div.form-group .sprite-svg.search-icon, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle .sprite-svg.icon-arrow-down, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle .sprite-svg.search-icon {
            color: #a8a8a8;
            transition: all 0.1s ease; }
          #searchBar form#searchForm table.search-parameters td div.form-group .sprite-svg.icon-filter, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle .sprite-svg.icon-filter {
            height: 21px;
            width: 22px; }
          #searchBar form#searchForm table.search-parameters td div.form-group .sprite-svg.icon-arrow-down, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle .sprite-svg.icon-arrow-down {
            width: 10px;
            height: 6px;
            position: absolute;
            top: 50%;
            right: 15px;
            opacity: 0.5; }
          #searchBar form#searchForm table.search-parameters td div.form-group input.search-input, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle input.search-input {
            width: calc(100% - 32px);
            border: none;
            box-shadow: none;
            caret-color: #FF8933;
            color: #515151;
            padding: 0;
            display: inline-block;
            height: 77px;
            line-height: normal;
            /* was 77px but breaks Safari */ }
          #searchBar form#searchForm table.search-parameters td div.form-group input.search-input::-ms-clear, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle input.search-input::-ms-clear {
            display: none; }
        #searchBar form#searchForm table.search-parameters td.with-buttons div.form-group, #searchBar form#searchForm table.search-parameters td.with-buttons a.dropdown-toggle {
          display: inline-block; }
        #searchBar form#searchForm table.search-parameters td.with-buttons a.dropdown-toggle {
          width: calc(100% - 440px);
          min-width: 70px; }
        #searchBar form#searchForm table.search-parameters td.with-buttons.one-button a.dropdown-toggle {
          width: calc(100% - 220px); }
        #searchBar form#searchForm table.search-parameters td.with-autocomplete {
          width: 30%; }
          #searchBar form#searchForm table.search-parameters td.with-autocomplete .dropdown-header {
            font-weight: bold;
            font-size: 16px;
            padding: 5px 10px; }
          #searchBar form#searchForm table.search-parameters td.with-autocomplete.open ul.ui-autocomplete + .dropdown-menu {
            display: block !important; }
          #searchBar form#searchForm table.search-parameters td.with-autocomplete.open ul.ui-autocomplete:empty + .dropdown-menu {
            display: block !important; }
          #searchBar form#searchForm table.search-parameters td.with-autocomplete.open ul.ui-autocomplete:not(:empty) + .dropdown-menu {
            display: none !important; }
        #searchBar form#searchForm table.search-parameters td.dropdown.open .icon-arrow-down {
          transform: rotate(180deg); }
        #searchBar form#searchForm table.search-parameters td.dropdown.open .sprite-svg , #searchBar form#searchForm table.search-parameters td div.form-group:hover .sprite-svg , #searchBar form#searchForm table.search-parameters td div.form-group.active .sprite-svg , #searchBar form#searchForm table.search-parameters td a.dropdown-toggle:hover .sprite-svg , #searchBar form#searchForm table.search-parameters td a.dropdown-toggle.active .sprite-svg {
          color: #FF8933; }
        #searchBar form#searchForm table.search-parameters td.dropdown.open .param-placeholder, #searchBar form#searchForm table.search-parameters td div.form-group:hover .param-placeholder, #searchBar form#searchForm table.search-parameters td div.form-group.active .param-placeholder, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle:hover .param-placeholder, #searchBar form#searchForm table.search-parameters td a.dropdown-toggle.active .param-placeholder {
          text-overflow: ellipsis;
          overflow: hidden; }
        #searchBar form#searchForm table.search-parameters td div.form-group {
          padding-right: 15px; }
          #searchBar form#searchForm table.search-parameters td div.form-group .btn.btn-primary {
            padding: 18px; }
          #searchBar form#searchForm table.search-parameters td div.form-group > *:not(:last-child) {
            margin-right: 10px; }
          #searchBar form#searchForm table.search-parameters td div.form-group .map-link {
            cursor: pointer;
            background-color: transparent;
            border: none;
            padding: 0;
            text-align: left;
            outline: 0; }
            #searchBar form#searchForm table.search-parameters td div.form-group .map-link > * {
              display: inherit;
              vertical-align: inherit; }
            #searchBar form#searchForm table.search-parameters td div.form-group .map-link p {
              font-size: 12px;
              line-height: 14px;
              max-width: 80px;
              white-space: normal;
              margin-bottom: 0; }
            #searchBar form#searchForm table.search-parameters td div.form-group .map-link .icon-kartensuche {
              height: 58px;
              width: 120px;
              padding: 5px;
              color: #FFFFFF !important; }
        #searchBar form#searchForm table.search-parameters td ul.dropdown-menu, #searchBar form#searchForm table.search-parameters td div.dropdown-menu {
          border-radius: 0;
          border-color: #eaeaea; }
        #searchBar form#searchForm table.search-parameters td ul.dropdown-menu {
          width: 100%; }
          #searchBar form#searchForm table.search-parameters td ul.dropdown-menu.search-filter {
            padding-bottom: 5px; }
            #searchBar form#searchForm table.search-parameters td ul.dropdown-menu.search-filter li {
              padding: 3px 10px; }
              #searchBar form#searchForm table.search-parameters td ul.dropdown-menu.search-filter li label {
                margin-bottom: 0; }
        #searchBar form#searchForm table.search-parameters td div.dropdown-menu {
          /*width: $container-width;*/
          right: 0;
          left: auto; }
    #searchBar form#searchForm .search-loader {
      display: none;
      position: fixed;
      text-align: center;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 10000; }
      #searchBar form#searchForm .search-loader > div {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #fffc;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20; }
        #searchBar form#searchForm .search-loader > div > object {
          top: 50%;
          position: relative; }
    #searchBar form#searchForm #search-selector, #searchBar form#searchForm #search-selector + .ui-selectmenu-button {
      width: 360px;
      position: absolute;
      right: 135px;
      z-index: 999; }
      #searchBar form#searchForm #search-selector.ui-selectmenu-button, #searchBar form#searchForm #search-selector + .ui-selectmenu-button.ui-selectmenu-button {
        margin-top: 20px;
        background-color: #eeedea;
        font-size: 16px; }
        #searchBar form#searchForm #search-selector.ui-selectmenu-button .ui-menu-item, #searchBar form#searchForm #search-selector + .ui-selectmenu-button.ui-selectmenu-button .ui-menu-item {
          font-size: 16px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    #searchBar form#searchForm table.search-parameters td.with-buttons a.dropdown-toggle {
      width: calc(100% - 305px); } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #searchBar form#searchForm table.search-parameters td.with-buttons a.dropdown-toggle {
      width: calc(100% - 240px); } }

/* SEARCH */
.search-title {
  border-bottom: 1px solid #ccc; }

.search-title h2 {
  margin: 10px 0; }

.search-filter {
  /*padding-bottom: 20px;*/
  border-bottom: 1px solid #ccc;
  margin-top: 2px; }
  .search-filter .heading {
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-top: 0;
    font-size: 14px; }
  .search-filter input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: -9999px; }
    .search-filter input[type="checkbox"] + label {
      font-weight: normal;
      font-size: 14px;
      cursor: pointer;
      white-space: nowrap; }
      .search-filter input[type="checkbox"] + label:before {
        content: '';
        width: 20px;
        height: 20px;
        outline: 1px solid #e3e3e3;
        border: 2px solid #fff;
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: middle;
        transition: background-color 0.1s ease-in-out; }
    .search-filter input[type="checkbox"]:checked + label:before {
      background-color: #FF8933; }

/*.search-filter input[type="checkbox"] + label span.box, .search-title span#filter-toggle {
    display:inline-block;
    width:21px;
    height:22px;
    margin:-1px 5px 0 0;
    vertical-align:middle;
    border:1px solid #e3e3e3;
    cursor:pointer;
}
.search-filter input[type="checkbox"] + label span.box span.selection {
    width: 17px;
    height: 18px;
    top: 1px;
    left: 1px;
    position: relative;
    border: 1px solid #e3e3e3;
    background-color: #ff702c;
    display: none;
}

.search-filter input[type="checkbox"] + label.selected span.box span.selection{
    display: inline-block;
}*/
.search-title span#filter-toggle {
  margin: 12px 0 0 0;
  /*background-position: -489px -55px;*/
  background-position: -509px -56px;
  width: 22px; }

.search-title.collapsed span#filter-toggle {
  /*background-position: -509px -56px;*/
  background-position: -489px -55px; }

.search-title.collapsed + .search-filter {
  display: none; }

/*.search-filter input[type="checkbox"] + label span.box:before {*/
/*content:"";*/
/*width:0;*/
/*height:0;*/
/*display: block;*/
/*top:50%;*/
/*left:50%;*/
/*position: relative;*/
/*border-radius: 3px;*/
/*-webkit-transition: all ease 0.1s;*/
/*-moz-transition: all ease 0.1s;*/
/*transition: all ease 0.1s;*/
/*}*/
/*.search-filter input[type="checkbox"]:checked + label span.box:before{*/
/*width: 17px;*/
/*height: 18px;*/
/*top: 1px;*/
/*left: 1px;*/
/*border:1px solid #e3e3e3;*/
/*background-color: #ff702c;*/
/*}*/
.search-filter .filter-buttons .btn {
  margin-left: 20px; }

@media (max-width: 991px) and (min-width: 768px) {
  .search-filter {
    padding-left: 0;
    padding-right: 0; } }

/*search filter buttons mobile fixes*/
@media screen and (max-width: 450px) {
  .search-filter .filter-buttons {
    text-align: center;
    padding: 0; }
  .search-filter .filter-buttons .btn {
    margin-left: 5px; }
  .search-filter .filter-buttons .btn .extra {
    display: none; }
  .search-filter .filter-buttons .btn .extra + span {
    text-transform: capitalize; } }

.search-box {
  margin-top: 25px; }

.search-box .row {
  padding: 0 15px; }

.search-box .heading {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 13px; }

@media (max-width: 767px) {
  .search-box .heading {
    margin: 4px 0 4px; } }

.search-box .range {
  color: #ff702c;
  line-height: .7;
  margin-bottom: 20px; }

.search-box .slider-range {
  margin: 10px 0;
  font-size: 14px; }

#searchContent {
  margin-top: 15px; }

/* SEARCH SLIDERS */
.ui-slider-horizontal {
  height: 6px;
  background-color: #e4e1d9;
  margin: 0 8px; }

.ui-slider-horizontal .ui-slider-handle {
  height: 25px;
  width: 25px;
  border: 1px solid #dedede;
  border-radius: 18px;
  top: -10px;
  background-color: #fff;
  box-shadow: 0 2px 3px #e9e9e9; }

.ui-slider-horizontal .ui-slider-handle:hover {
  background-color: #eee;
  box-shadow: 0 2px 3px #e9e9e9, inset 0 0 3px 8px #fff; }

.ui-slider-horizontal .ui-slider-handle:active {
  background-color: #eee;
  box-shadow: 0 2px 3px #e9e9e9, inset 0 0 4px 6px #fff; }

.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none; }

.ui-slider-horizontal .ui-slider-range {
  background-color: #ff702c; }

/* SEARCH CATEGORY BUTTONS */
.category-button-box {
  float: left; }

.category-button-box:nth-child(2) {
  margin: 0 15px; }

.category-button-stars {
  padding: 10px;
  line-height: 0; }

.category-button-stars.middle {
  margin: 0 8px; }

@media (min-width: 1200px) {
  .category-button-stars.middle {
    margin: 0 12px; } }

@media (max-width: 500px) {
  .category-button-stars.middle {
    margin: 0 3px; } }

@media (max-width: 300px) {
  .category-button-stars {
    padding: 5px; }
  .category-button-stars span {
    zoom: .7; } }

.category-button-stars:hover {
  box-shadow: inset 1px 1px 3px 0px #ddd; }

.category-button-box.active .category-button-stars, .search-box .mobile-filter {
  background-color: #eeedea;
  box-shadow: inset 2px 2px 3px -1px #e0e0e0;
  border-radius: 5px;
  cursor: pointer; }

.category-button-box .sub-heading {
  font-size: 14px;
  text-align: center;
  padding-top: 10px; }

.category-button-box.active .sub-heading {
  color: #ff702c; }

.search-box .mobile-filter {
  padding: 8px 10px 7px;
  position: relative; }

.search-box.active .mobile-filter {
  background-color: #aeb6bf;
  color: #fff;
  box-shadow: inset 2px 2px 3px -1px #9e9e9e; }

.search-box.active .mobile-filter:after {
  content: ' ';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  bottom: 0;
  left: 11px; }

.search-box .mobile-filter span {
  vertical-align: bottom;
  margin-right: 5px; }

@media (max-width: 991px) and (min-width: 768px) {
  .duration-slider, .price-slider {
    width: 220px; }
  .category-buttons {
    width: 310px; } }

@media (max-width: 991px) {
  .search-box .mobile-slider {
    display: none; }
  .search-box.active .mobile-slider {
    display: block;
    padding: 24px 12px 8px;
    background-color: #fff;
    box-shadow: 0 2px 3px #ddd;
    position: absolute;
    width: 400px;
    z-index: 10; } }

@media (max-width: 767px) {
  .search-box.active .mobile-slider {
    width: 100%;
    position: relative; } }

/* SEARCH CATEGORY ORDER */
/*
.ui-selectmenu-button {
    background-color: #eeedea;
    font-size: 14px;
    margin-top: 30px;
}
*/
@media (max-width: 767px) {
  .ui-selectmenu-button {
    margin-top: 0; } }

.ui-selectmenu-button:focus {
  outline: none; }

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 4px 21px 5px 8px !important; }

.ui-selectmenu-button span.ui-icon.ui-icon-triangle-1-s {
  top: 12px;
  margin-top: 0; }

.ui-selectmenu-menu {
  background-color: #fafafa;
  font-size: 14px;
  padding: 5px 0; }

.search-category {
  margin: 36px 0 0; }

@media (max-width: 767px) {
  .search-category {
    margin-top: 15px; } }

.ui-selectmenu-menu .ui-menu-item {
  padding: 2px 21px 0px 8px;
  margin: 0; }

.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  background-color: #eeedea; }

ul.ui-autocomplete {
  left: 0 !important;
  top: 100% !important;
  max-height: 300px;
  overflow-y: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 2px 0 0; }
  ul.ui-autocomplete:empty {
    padding: 0;
    border: none; }
  ul.ui-autocomplete li.ui-menu-item {
    padding: 3px 20px; }
    ul.ui-autocomplete li.ui-menu-item.ui-state-focus {
      margin: 0;
      background-color: #f5f5f5; }
  ul.ui-autocomplete li.no-results {
    pointer-events: none; }

@media screen and (max-width: 767px) {
  ul.ui-autocomplete.webshop {
    top: 50px !important;
    position: fixed !important; } }

a#destinationMenu:after, .mobile-search:after {
  content: "";
  border-bottom: 2px solid #FF8933;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.3s ease-in-out;
  width: 0;
  opacity: 1;
  max-width: 90%; }

a#destinationMenu.searching:after, .mobile-search.searching:after {
  opacity: 1;
  animation: animateAutocompleteLoading 0.3s ease-in-out;
  animation-fill-mode: forwards; }

a#destinationMenu.ready:after, .mobile-search.ready:after {
  opacity: 1;
  width: 100%;
  max-width: 100%;
  animation: animateAutocompleteReady 0.3s ease-out;
  animation-fill-mode: forwards; }

@keyframes animateAutocompleteLoading {
  0% {
    width: 0;
    max-width: 90%; }
  50% {
    width: 80%; }
  100% {
    width: 90%;
    max-width: 90%; } }

@keyframes animateAutocompleteReady {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

div#imageGallery .thumbnail {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  position: relative; }
  div#imageGallery .thumbnail:hover {
    opacity: 0.7;
    transition: all 0.2s ease-in; }

div#imageGallery.inline div.inline-image-wrapper {
  margin-bottom: 3px;
  position: relative; }
  div#imageGallery.inline div.inline-image-wrapper > img {
    width: 100%;
    cursor: pointer; }
  div#imageGallery.inline div.inline-image-wrapper .lg-next, div#imageGallery.inline div.inline-image-wrapper .lg-prev, div#imageGallery.inline div.inline-image-wrapper .lg-expand {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 14px 0 rgba(61, 91, 148, 0.32);
    border-radius: 50%;
    color: #FF8933;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    transition: background-color 0.1s ease; }
    div#imageGallery.inline div.inline-image-wrapper .lg-next:hover, div#imageGallery.inline div.inline-image-wrapper .lg-prev:hover, div#imageGallery.inline div.inline-image-wrapper .lg-expand:hover {
      background-color: #fff;
      color: #FF8933; }
  div#imageGallery.inline div.inline-image-wrapper .lg-prev, div#imageGallery.inline div.inline-image-wrapper .lg-next {
    margin-top: -20px; }
    div#imageGallery.inline div.inline-image-wrapper .lg-prev.disabled, div#imageGallery.inline div.inline-image-wrapper .lg-next.disabled {
      pointer-events: none;
      color: #EAEAEA;
      opacity: 0.5; }
    div#imageGallery.inline div.inline-image-wrapper .lg-prev:before, div#imageGallery.inline div.inline-image-wrapper .lg-prev:after, div#imageGallery.inline div.inline-image-wrapper .lg-next:before, div#imageGallery.inline div.inline-image-wrapper .lg-next:after {
      font-size: 16px;
      font-weight: bold;
      vertical-align: middle;
      display: block; }
  div#imageGallery.inline div.inline-image-wrapper .lg-prev {
    left: 15px; }
  div#imageGallery.inline div.inline-image-wrapper .lg-next {
    right: 15px; }
  div#imageGallery.inline div.inline-image-wrapper .lg-expand {
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 0; }
    div#imageGallery.inline div.inline-image-wrapper .lg-expand .sprite-svg {
      color: inherit;
      width: 20px;
      height: 20px; }

div#imageGallery.inline div.thumbnails-wrapper {
  margin: 0 -3px; }
  div#imageGallery.inline div.thumbnails-wrapper .thumbnail {
    height: auto;
    border: 0;
    border-radius: 0;
    position: relative;
    opacity: 0.5;
    margin: 0;
    padding: 1px; }
    div#imageGallery.inline div.thumbnails-wrapper .thumbnail > img {
      width: 100% !important;
      height: auto !important;
      border: 2px solid transparent; }
    div#imageGallery.inline div.thumbnails-wrapper .thumbnail:hover, div#imageGallery.inline div.thumbnails-wrapper .thumbnail.active {
      opacity: 1; }
      div#imageGallery.inline div.thumbnails-wrapper .thumbnail:hover > img, div#imageGallery.inline div.thumbnails-wrapper .thumbnail.active > img {
        border-color: #FF8933; }
    div#imageGallery.inline div.thumbnails-wrapper .thumbnail.toggleable {
      display: none; }

div.ebay #imageGallery .thumbnail {
  padding-bottom: 15px;
  background-color: transparent; }
  div.ebay #imageGallery .thumbnail:hover {
    -webkit-animation: 1s ease 0s normal forwards 1 thumbnailOpacity;
    animation: 1s ease 0s normal forwards 1 thumbnailOpacity; }
    div.ebay #imageGallery .thumbnail:hover > img {
      transition: transform 0.1s ease-in-out;
      transition-delay: 0.5s;
      -webkit-transform: scale(1.8, 1.8);
      -moz-transform: scale(1.8, 1.8);
      -ms-transform: scale(1.8, 1.8);
      -o-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8); }

@keyframes thumbnailOpacity {
  0% {
    opacity: 0.7; }
  100% {
    opacity: 1;
    z-index: 1000; } }

@media screen and (max-width: 320px) {
  div.image-gallery .thumbnail {
    margin-bottom: 10px; } }

div.lg div.lg-thumb {
  margin: 0 auto; }

div.lg div.lg-img-wrap {
  position: relative; }

div.lg img.lg-object.lg-image {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

div.lg div.lg-thumb-outer.lg-grab, div.lg div.lg-prev, div.lg div.lg-next, div.lg div.lg-toolbar.group, div.lg span.lg-toogle-thumb {
  background-color: transparent; }

div.lg-backdrop.in {
  opacity: 0.8; }

div.lg div.lg-prev, div.lg div.lg-next, div.lg div.lg-toolbar.group {
  opacity: 1; }

div.lg div.lg-prev, div.lg div.lg-next, .lg-close.lg-icon {
  background-color: rgba(0, 0, 0, 0.2); }

div.lg div.lg-toolbar.group {
  -webkit-transform: none !important;
  transform: none !important; }

.lg-backdrop {
  z-index: 10001; }

.lg-outer {
  z-index: 10007; }

#lg-counter, .lg-fullscreen.lg-icon {
  display: none; }

.lg-actions .lg-prev:after, .lg-actions .lg-next:before, .lg-toolbar .lg-close:after {
  font-size: 40px; }

#grids .grid-title, .grid .grid-title, .map-info-view .grid-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  color: #515151;
  margin-top: 50px;
  margin-bottom: 5px;
  position: relative; }
  #grids .grid-title .category-link, .grid .grid-title .category-link, .map-info-view .grid-title .category-link {
    position: absolute;
    right: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    bottom: 0; }
    #grids .grid-title .category-link span, .grid .grid-title .category-link span, .map-info-view .grid-title .category-link span {
      vertical-align: middle;
      display: inline-block; }
    #grids .grid-title .category-link .sprite-svg, .grid .grid-title .category-link .sprite-svg, .map-info-view .grid-title .category-link .sprite-svg {
      margin-left: 10px;
      width: 14px;
      height: 7px;
      transform: rotate(-90deg); }
  #grids .grid-title.first, .grid .grid-title.first, .map-info-view .grid-title.first {
    margin-top: 25px; }

#grids .grid-freetext, .grid .grid-freetext, .map-info-view .grid-freetext {
  margin-top: 50px;
  position: relative; }

#grids .row.grid-blocks, .grid .row.grid-blocks, .map-info-view .row.grid-blocks {
  position: relative;
  /*top: -$padding-between-blocks;
        bottom: -$padding-between-blocks;*/ }
  #grids .row.grid-blocks > .row-2, #grids .row.grid-blocks > .row-1, .grid .row.grid-blocks > .row-2, .grid .row.grid-blocks > .row-1, .map-info-view .row.grid-blocks > .row-2, .map-info-view .row.grid-blocks > .row-1 {
    padding: 15px; }

#grids .row-2 .product, #grids .row-2 .content, .grid .row-2 .product, .grid .row-2 .content, .map-info-view .row-2 .product, .map-info-view .row-2 .content {
  height: 750px; }

#grids .row-1 .product, #grids .row-1 .content, .grid .row-1 .product, .grid .row-1 .content, .map-info-view .row-1 .product, .map-info-view .row-1 .content {
  height: 360px; }

#grids .product, #grids .content, .grid .product, .grid .content, .map-info-view .product, .map-info-view .content {
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0; }
  #grids .product .product-image, #grids .product .content-image, #grids .content .product-image, #grids .content .content-image, .grid .product .product-image, .grid .product .content-image, .grid .content .product-image, .grid .content .content-image, .map-info-view .product .product-image, .map-info-view .product .content-image, .map-info-view .content .product-image, .map-info-view .content .content-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
    #grids .product .product-image .block-custom-preloader, #grids .product .content-image .block-custom-preloader, #grids .content .product-image .block-custom-preloader, #grids .content .content-image .block-custom-preloader, .grid .product .product-image .block-custom-preloader, .grid .product .content-image .block-custom-preloader, .grid .content .product-image .block-custom-preloader, .grid .content .content-image .block-custom-preloader, .map-info-view .product .product-image .block-custom-preloader, .map-info-view .product .content-image .block-custom-preloader, .map-info-view .content .product-image .block-custom-preloader, .map-info-view .content .content-image .block-custom-preloader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      z-index: 3;
      background-color: #fff;
      transition: opacity 0.3s ease-in-out; }
    #grids .product .product-image .icon-directbooking, #grids .product .content-image .icon-directbooking, #grids .content .product-image .icon-directbooking, #grids .content .content-image .icon-directbooking, .grid .product .product-image .icon-directbooking, .grid .product .content-image .icon-directbooking, .grid .content .product-image .icon-directbooking, .grid .content .content-image .icon-directbooking, .map-info-view .product .product-image .icon-directbooking, .map-info-view .product .content-image .icon-directbooking, .map-info-view .content .product-image .icon-directbooking, .map-info-view .content .content-image .icon-directbooking {
      position: absolute;
      top: 15px;
      left: 15px;
      color: #fff;
      box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.1); }

#grids .product, .grid .product, .map-info-view .product {
  padding-bottom: 105px; }
  #grids .product .product-image, .grid .product .product-image, .map-info-view .product .product-image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media screen and (min-width: 768px) {
      #grids .product .product-image, .grid .product .product-image, .map-info-view .product .product-image {
        position: relative; }
        #grids .product .product-image > *, .grid .product .product-image > *, .map-info-view .product .product-image > * {
          z-index: 2; }
      #grids .product .product-image:after, .grid .product .product-image:after, .map-info-view .product .product-image:after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        height: 70px;
        z-index: 1; } }
    #grids .product .product-image .bottom-image-wrapper, .grid .product .product-image .bottom-image-wrapper, .map-info-view .product .product-image .bottom-image-wrapper {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      margin-top: 0;
      line-height: 50px; }
  #grids .product .new-product, .grid .product .new-product, .map-info-view .product .new-product {
    margin-bottom: 5px; }
  #grids .product .price, .grid .product .price, .map-info-view .product .price {
    position: relative;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    text-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    align-items: baseline;
    margin-right: 7.5px;
    white-space: nowrap;
    margin-left: 15px; }
    #grids .product .price .amount, .grid .product .price .amount, .map-info-view .product .price .amount {
      vertical-align: middle; }
      #grids .product .price .amount .from, .grid .product .price .amount .from, .map-info-view .product .price .amount .from {
        font-size: 50%; }
    #grids .product .price .package-price, #grids .product .price .per-person-price, .grid .product .price .package-price, .grid .product .price .per-person-price, .map-info-view .product .price .package-price, .map-info-view .product .price .per-person-price {
      line-height: normal; }
    #grids .product .price .discount, .grid .product .price .discount, .map-info-view .product .price .discount {
      padding-left: 10px;
      margin-left: 3px;
      align-self: center; }
      #grids .product .price .discount .discount-value, .grid .product .price .discount .discount-value, .map-info-view .product .price .discount .discount-value {
        font-size: 16px;
        z-index: 100; }
  #grids .product .day-variants, .grid .product .day-variants, .map-info-view .product .day-variants {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: 1.2px solid #FFF;
    color: #fff;
    font-size: 0;
    line-height: 28px;
    text-align: center;
    padding: 0 6px;
    text-transform: uppercase;
    display: flex;
    margin-left: auto;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 15px; }
    #grids .product .day-variants > *, .grid .product .day-variants > *, .map-info-view .product .day-variants > * {
      font-size: 18px; }
    #grids .product .day-variants .days, .grid .product .day-variants .days, .map-info-view .product .day-variants .days {
      margin-left: 3px; }
  #grids .product .classification, .grid .product .classification, .map-info-view .product .classification {
    font-size: 16px;
    line-height: 18px;
    color: #a8a8a8;
    height: 30px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    #grids .product .classification > *, .grid .product .classification > *, .map-info-view .product .classification > * {
      vertical-align: text-bottom; }
    #grids .product .classification .stars, .grid .product .classification .stars, .map-info-view .product .classification .stars {
      font-size: 0; }
      #grids .product .classification .stars .sprite-svg, .grid .product .classification .stars .sprite-svg, .map-info-view .product .classification .stars .sprite-svg {
        font-size: 16px;
        float: left;
        /* Fix for rendering bug in IE11 */
        color: #d4d4d4; }
      #grids .product .classification .stars .superior, #grids .product .classification .stars .estimated, .grid .product .classification .stars .superior, .grid .product .classification .stars .estimated, .map-info-view .product .classification .stars .superior, .map-info-view .product .classification .stars .estimated {
        font-size: 10px; }
      #grids .product .classification .stars .estimated, .grid .product .classification .stars .estimated, .map-info-view .product .classification .stars .estimated {
        color: #515151; }
      #grids .product .classification .stars .estimated-below, .grid .product .classification .stars .estimated-below, .map-info-view .product .classification .stars .estimated-below {
        position: absolute;
        left: 0;
        top: 15px;
        margin-left: 2px;
        color: #a8a8a8; }
    @media screen and (min-width: 768px) {
      #grids .product .classification.phone-only, .grid .product .classification.phone-only, .map-info-view .product .classification.phone-only {
        display: none !important; } }
    #grids .product .classification.phone-only, .grid .product .classification.phone-only, .map-info-view .product .classification.phone-only {
      color: #515151;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 5px; }
    #grids .product .classification .hotel-name, .grid .product .classification .hotel-name, .map-info-view .product .classification .hotel-name {
      margin-left: 5px; }
  #grids .product .info, .grid .product .info, .map-info-view .product .info {
    background-color: #fff;
    padding: 15px;
    padding-top: 12px;
    height: 105px; }
    #grids .product .info .name, .grid .product .info .name, .map-info-view .product .info .name {
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 0;
      height: 48px;
      color: #515151;
      line-height: 24px;
      /* overflow: hidden; */
      overflow: hidden;
      height: 48px;
      line-height: 24px; }
      #grids .product .info .name:before, .grid .product .info .name:before, .map-info-view .product .info .name:before {
        content: "";
        float: left;
        width: 5px;
        height: 48px; }
      #grids .product .info .name > *:first-child, .grid .product .info .name > *:first-child, .map-info-view .product .info .name > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px; }
      #grids .product .info .name:after, .grid .product .info .name:after, .map-info-view .product .info .name:after {
        content: "\02026";
        color: transparent;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -25px;
        left: 100%;
        width: 3em;
        margin-left: -3em;
        padding-right: 5px;
        text-align: right;
        background-size: 100% 100%;
        /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff); }
      #grids .product .info .name p, .grid .product .info .name p, .map-info-view .product .info .name p {
        margin: 0; }
  #grids .product .product-banner, .grid .product .product-banner, .map-info-view .product .product-banner {
    position: absolute;
    text-align: center;
    padding: 7px 12px;
    background-color: #fff;
    color: #FF8933;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    text-transform: uppercase;
    top: 0;
    right: 15px; }
    #grids .product .product-banner.angular, .grid .product .product-banner.angular, .map-info-view .product .product-banner.angular {
      background-color: #FF8933;
      transform: rotate(315deg);
      transform-origin: center;
      padding: 3px 50px;
      left: -4px;
      top: 18%;
      margin: 0 -50px;
      color: #fff;
      font-size: 13px;
      font-weight: normal;
      width: 220px;
      box-shadow: none;
      border-radius: 0;
      text-transform: none; }

#grids .soldout .soldout-overlay, .grid .soldout .soldout-overlay, .map-info-view .soldout .soldout-overlay {
  background: url("../img/soldout.png") repeat 0 0 transparent;
  height: 100%;
  width: 100%;
  position: relative; }
  #grids .soldout .soldout-overlay .soldout-text, .grid .soldout .soldout-overlay .soldout-text, .map-info-view .soldout .soldout-overlay .soldout-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgba(202, 18, 65, 0.75);
    width: 140px;
    text-align: center;
    line-height: 17px;
    height: 60px;
    padding-top: 12px; }
    #grids .soldout .soldout-overlay .soldout-text span, .grid .soldout .soldout-overlay .soldout-text span, .map-info-view .soldout .soldout-overlay .soldout-text span {
      font-weight: 600; }

#grids.categories .content, .grid.categories .content, .map-info-view.categories .content {
  height: 260px !important; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #grids .day-variants .nights + span.days, .grid .day-variants .nights + span.days, .map-info-view .day-variants .nights + span.days {
    font-size: 0; }
    #grids .day-variants .nights + span.days::first-letter, .grid .day-variants .nights + span.days::first-letter, .map-info-view .day-variants .nights + span.days::first-letter {
      font-size: 18px;
      vertical-align: middle; } }

@media screen and (max-width: 767px) {
  #grids .grid-title, #grids .grid-freetext, .grid .grid-title, .grid .grid-freetext, .map-info-view .grid-title, .map-info-view .grid-freetext {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 18px;
    text-transform: uppercase; }
    #grids .grid-title:not(.first):before, #grids .grid-freetext:not(.first):before, .grid .grid-title:not(.first):before, .grid .grid-freetext:not(.first):before, .map-info-view .grid-title:not(.first):before, .map-info-view .grid-freetext:not(.first):before {
      content: "";
      position: absolute;
      border-top: 1px solid #EAEAEA;
      width: 20%;
      height: 0;
      top: -15px;
      left: 50%;
      margin-left: -10%; }
  #grids .grid-container, .grid .grid-container, .map-info-view .grid-container {
    margin: 0 -15px; }
    #grids .grid-container .grid-blocks, .grid .grid-container .grid-blocks, .map-info-view .grid-container .grid-blocks {
      /*margin: 0;*/
      margin: 0; }
  #grids .product, #grids .content, .grid .product, .grid .content, .map-info-view .product, .map-info-view .content {
    box-shadow: none;
    height: 300px !important;
    display: flex;
    flex-direction: column;
    padding: 0; }
    #grids .product .classification, #grids .content .classification, .grid .product .classification, .grid .content .classification, .map-info-view .product .classification, .map-info-view .content .classification {
      overflow: visible;
      flex: 0 0 40px;
      margin-bottom: 0; }
      #grids .product .classification .hotel-name, #grids .content .classification .hotel-name, .grid .product .classification .hotel-name, .grid .content .classification .hotel-name, .map-info-view .product .classification .hotel-name, .map-info-view .content .classification .hotel-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 0; }
    #grids .product .product-image:first-child, #grids .content .product-image:first-child, .grid .product .product-image:first-child, .grid .content .product-image:first-child, .map-info-view .product .product-image:first-child, .map-info-view .content .product-image:first-child {
      margin-top: 40px; }
    #grids .product .price-variants-wrapper, #grids .content .price-variants-wrapper, .grid .product .price-variants-wrapper, .grid .content .price-variants-wrapper, .map-info-view .product .price-variants-wrapper, .map-info-view .content .price-variants-wrapper {
      display: flex !important;
      justify-content: space-between;
      white-space: nowrap; }
      #grids .product .price-variants-wrapper .price, #grids .product .price-variants-wrapper .day-variants, #grids .content .price-variants-wrapper .price, #grids .content .price-variants-wrapper .day-variants, .grid .product .price-variants-wrapper .price, .grid .product .price-variants-wrapper .day-variants, .grid .content .price-variants-wrapper .price, .grid .content .price-variants-wrapper .day-variants, .map-info-view .product .price-variants-wrapper .price, .map-info-view .product .price-variants-wrapper .day-variants, .map-info-view .content .price-variants-wrapper .price, .map-info-view .content .price-variants-wrapper .day-variants {
        color: #515151;
        background: none;
        font-weight: 400;
        font-size: 18px;
        align-items: center; }
        #grids .product .price-variants-wrapper .price.price, #grids .product .price-variants-wrapper .day-variants.price, #grids .content .price-variants-wrapper .price.price, #grids .content .price-variants-wrapper .day-variants.price, .grid .product .price-variants-wrapper .price.price, .grid .product .price-variants-wrapper .day-variants.price, .grid .content .price-variants-wrapper .price.price, .grid .content .price-variants-wrapper .day-variants.price, .map-info-view .product .price-variants-wrapper .price.price, .map-info-view .product .price-variants-wrapper .day-variants.price, .map-info-view .content .price-variants-wrapper .price.price, .map-info-view .content .price-variants-wrapper .day-variants.price {
          margin-left: 0; }
        #grids .product .price-variants-wrapper .price.day-variants, #grids .product .price-variants-wrapper .day-variants.day-variants, #grids .content .price-variants-wrapper .price.day-variants, #grids .content .price-variants-wrapper .day-variants.day-variants, .grid .product .price-variants-wrapper .price.day-variants, .grid .product .price-variants-wrapper .day-variants.day-variants, .grid .content .price-variants-wrapper .price.day-variants, .grid .content .price-variants-wrapper .day-variants.day-variants, .map-info-view .product .price-variants-wrapper .price.day-variants, .map-info-view .product .price-variants-wrapper .day-variants.day-variants, .map-info-view .content .price-variants-wrapper .price.day-variants, .map-info-view .content .price-variants-wrapper .day-variants.day-variants {
          font-size: 16px;
          margin-right: 0; }
    #grids .product .info, #grids .content .info, .grid .product .info, .grid .content .info, .map-info-view .product .info, .map-info-view .content .info {
      padding: 0;
      flex: 0 0 80px; }
      #grids .product .info .name, #grids .content .info .name, .grid .product .info .name, .grid .content .info .name, .map-info-view .product .info .name, .map-info-view .content .info .name {
        text-transform: uppercase;
        font-size: 16px; }
        #grids .product .info .name.voucher, #grids .content .info .name.voucher, .grid .product .info .name.voucher, .grid .content .info .name.voucher, .map-info-view .product .info .name.voucher, .map-info-view .content .info .name.voucher {
          margin-top: 0; }
  #grids.content, .grid.content, .map-info-view.content {
    padding-top: 40px;
    padding-bottom: 80px; }
  #grids.categories .row-1, .grid.categories .row-1, .map-info-view.categories .row-1 {
    padding-top: 0 !important; }
  #grids.categories div.content, .grid.categories div.content, .map-info-view.categories div.content {
    padding: 0;
    height: 150px !important; }
  #grids.categories div.product .product-image:first-child, .grid.categories div.product .product-image:first-child, .map-info-view.categories div.product .product-image:first-child {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  #grids.swiper .grid-container, .grid.swiper .grid-container, .map-info-view.swiper .grid-container {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
    #grids.swiper .grid-container .swiper-wrapper, .grid.swiper .grid-container .swiper-wrapper, .map-info-view.swiper .grid-container .swiper-wrapper {
      margin-left: 15px; }
    #grids.swiper .grid-container .swiper-slide, .grid.swiper .grid-container .swiper-slide, .map-info-view.swiper .grid-container .swiper-slide {
      padding: 0;
      width: 315px; }
    #grids.swiper .grid-container .swiper-button-prev, .grid.swiper .grid-container .swiper-button-prev, .map-info-view.swiper .grid-container .swiper-button-prev {
      left: 2px;
      top: 50%;
      transform: translateY(-50%);
      max-width: 15px;
      margin-top: 0;
      background: none !important;
      color: rgba(72, 72, 72, 0.5); } }

.estimated-mobile {
  display: none; }

@media (max-width: 767px) {
  .product .classification .stars .estimated-mobile {
    color: #515151;
    font-weight: bold;
    display: inline-block !important; } }

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #grids .product .classification .stars .sprite-svg {
    float: left; } }

ul.checklist, ul.dotlist, ul.dotlist-original {
  padding-left: 0;
  margin-bottom: 0; }
  ul.checklist li, ul.dotlist li, ul.dotlist-original li {
    position: relative;
    list-style-type: none;
    padding: 8px 0 8px 42px;
    font-size: 17px;
    font-weight: 400;
    color: #484848; }
  ul.checklist.dotlist li:before, ul.dotlist.dotlist li:before, ul.dotlist-original.dotlist li:before {
    content: "•";
    font-size: 27px;
    color: #ff702c;
    position: absolute;
    left: 7px;
    top: -1px; }
  ul.checklist.dotlist-original li:before, ul.dotlist.dotlist-original li:before, ul.dotlist-original.dotlist-original li:before {
    content: "•";
    font-size: 17px;
    color: #484848;
    position: absolute;
    left: 7px;
    top: 7px; }
  ul.checklist .sprites.sprite-icon-tick, ul.checklist .sprite-svg, ul.dotlist .sprites.sprite-icon-tick, ul.dotlist .sprite-svg, ul.dotlist-original .sprites.sprite-icon-tick, ul.dotlist-original .sprite-svg {
    position: absolute;
    top: 12px;
    left: 0; }

tr.product-title > td > p {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  color: #4A4A4A;
  padding-bottom: 0;
  margin-bottom: 0; }

/*p.facilities-header {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: $grid-padding !important;
}*/
table.details.additional-hotel-info td {
  padding-top: 15px;
  padding-bottom: 15px; }
  table.details.additional-hotel-info td:last-child {
    line-height: 22px; }

table.details.additional-hotel-tags tr:not(:first-child) > td {
  padding-top: 40px; }

table.details.additional-hotel-tags td {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0; }
  table.details.additional-hotel-tags td ul.checklist li {
    padding: 0 25px;
    font-weight: inherit; }

@media screen and (max-width: 767px) {
  table.details.additional-hotel-tags tr:not(:first-child) > td {
    padding-top: 0; } }

.features > div {
  margin: 0 -5px; }

.features .feature {
  display: inline-block;
  margin: 5px 5px 0;
  font-size: 9px;
  line-height: 11px;
  text-transform: capitalize;
  text-align: center;
  width: 60px;
  /* Fixed width for equidistant icon spacing */
  max-width: 65px;
  /* 'Oepnv In 500m Entfernung' as a maximum wide possible text */
  vertical-align: top; }
  .features .feature .sprite-svg {
    display: block;
    margin: 0 auto 10px;
    height: 20px; }

/* Mobile swiper styles */
@media screen and (max-width: 767px) {
  .swiper-no-padding {
    padding: 0 !important; }
  .swiper-tabs:not(:empty) {
    display: flex !important;
    justify-content: space-between;
    height: 50px;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 10; }
    .swiper-tabs:not(:empty) .swiper-pagination-bullet {
      background: transparent;
      border-radius: 0;
      color: #515151;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      white-space: nowrap;
      opacity: 1;
      text-align: center;
      height: 50px;
      line-height: 50px;
      border-bottom: 2px solid #EAEAEA;
      flex: 1 1 auto;
      margin: 0; }
      .swiper-tabs:not(:empty) .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: #FF8933;
        border-color: #FF8933; }
  .swiper-tab {
    padding: 0 15px; }
  .reverse-children {
    display: flex;
    flex-direction: column-reverse; } }

div.product-hints {
  position: fixed;
  z-index: 1100;
  right: 15px;
  bottom: 15px; }
  div.product-hints div.product-hint-wrapper input[type="checkbox"] {
    position: absolute;
    left: 10000px;
    opacity: 0; }
    div.product-hints div.product-hint-wrapper input[type="checkbox"]:checked + div.product-hint {
      animation: slideOut 1s forwards; }
  div.product-hints div.product-hint-wrapper div.product-hint {
    margin-top: 15px;
    width: 360px;
    height: 74px;
    background: #FF8933;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 11px 0 rgba(255, 137, 51, 0.5);
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    position: relative;
    display: table;
    transform: translate(500px, 0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-delay: 3s;
    animation-duration: 5s;
    animation-name: slideInOut;
    animation-iteration-count: 1;
    /*animation-fill-mode: forwards;*/ }
    div.product-hints div.product-hint-wrapper div.product-hint.child-2 {
      animation-delay: 4s; }
    div.product-hints div.product-hint-wrapper div.product-hint > * {
      display: table-cell;
      vertical-align: middle;
      padding: 0 15px; }
    div.product-hints div.product-hint-wrapper div.product-hint .product-hint-icon {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      width: 80px;
      text-align: center; }
      div.product-hints div.product-hint-wrapper div.product-hint .product-hint-icon .sprite-svg {
        width: 32px;
        height: 32px; }
    div.product-hints div.product-hint-wrapper div.product-hint .product-hint-close {
      width: 50px;
      text-align: center; }
      div.product-hints div.product-hint-wrapper div.product-hint .product-hint-close label {
        margin: 0; }
      div.product-hints div.product-hint-wrapper div.product-hint .product-hint-close .sprite-svg {
        cursor: pointer;
        opacity: 0.3; }

@media screen and (max-width: 767px) {
  div.product-hints {
    padding-left: 15px;
    max-width: 380px;
    bottom: 75px; }
    div.product-hints div.product-hint-wrapper div.product-hint {
      width: 100%;
      min-width: 300px; } }

@keyframes slideInOut {
  0% {
    opacity: 0;
    transform: translate(500px, 0); }
  10% {
    opacity: 1;
    transform: translate(0, 0); }
  90% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, -500px); } }

@keyframes slideOut {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(0, -500px); } }

.shariff .orientation-horizontal, .shariff .shariff-button {
  border-style: solid;
  border-color: #e0e0e0; }

.shariff .orientation-horizontal {
  flex-wrap: nowrap;
  justify-content: space-evenly;
  border-width: 1px 0 0 1px;
  border-radius: 4px;
  width: 100%; }
  .shariff .orientation-horizontal .shariff-button {
    flex-grow: 1;
    min-width: 33%;
    margin: 0;
    height: 40px;
    border-width: 0 1px 1px 0;
    box-shadow: none;
    transition: box-shadow 0.1s ease-in-out; }
    .shariff .orientation-horizontal .shariff-button:first-child {
      border-radius: 4px 0 0 4px; }
    .shariff .orientation-horizontal .shariff-button:last-child {
      border-radius: 0 4px 4px 0; }
    .shariff .orientation-horizontal .shariff-button:hover {
      box-shadow: 0 2px 14px 0 rgba(61, 91, 148, 0.32); }
    .shariff .orientation-horizontal .shariff-button a {
      height: 100%;
      line-height: 40px;
      font-style: normal;
      font-weight: 400;
      text-align: center;
      color: #fff; }
      .shariff .orientation-horizontal .shariff-button a .share_text {
        font-size: 17px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        max-width: 0;
        font-style: normal;
        transition: max-width 0.3s ease-in-out; }
        @media screen and (max-width: 767px) {
          .shariff .orientation-horizontal .shariff-button a .share_text {
            display: none !important; } }
    @media screen and (min-width: 768px) {
      .shariff .orientation-horizontal .shariff-button.facebook a {
        background: rgba(59, 89, 152, 0.5); }
        .shariff .orientation-horizontal .shariff-button.facebook a:hover {
          background-color: #4273c8; }
      .shariff .orientation-horizontal .shariff-button.pinterest a {
        background: rgba(189, 8, 28, 0.5); }
        .shariff .orientation-horizontal .shariff-button.pinterest a:hover {
          background-color: #d50920; }
      .shariff .orientation-horizontal .shariff-button.whatsapp a {
        background: rgba(92, 190, 74, 0.5); }
        .shariff .orientation-horizontal .shariff-button.whatsapp a:hover {
          background-color: #5cbe4a; } }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 .shariff-button {
    min-width: 33%; }
  .shariff .orientation-horizontal.button-style-standard .shariff-button a .share_text {
    display: inline-block; }
  .shariff .orientation-horizontal.button-style-standard .shariff-button a:hover .share_text {
    max-width: 150px; }

.share-dialog.modal .modal-dialog {
  transform: translate(0, 50%);
  margin: 0;
  position: fixed;
  bottom: 0;
  width: 100%; }
  .share-dialog.modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 15px; }
    .share-dialog.modal .modal-dialog .modal-content > p {
      font-size: 18px;
      color: #484848; }

.share-dialog.modal.in .modal-dialog {
  transform: translate(0, 0); }

#details {
  /* Same spacing on top and bottom for additional description on valuevoucher details */ }
  #details .product-select-wrapper {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
    margin-top: -130px; }
    #details .product-select-wrapper .product-select {
      padding: 0 15px;
      border: 1px solid #EAEAEA;
      border-radius: 4px;
      background-color: #FCFCFC;
      box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07); }
      #details .product-select-wrapper .product-select #selectionHeader {
        height: 150px;
        margin: -1px -1px 0;
        width: calc(100% + 2px);
        line-height: 130px;
        overflow: hidden; }
        #details .product-select-wrapper .product-select #selectionHeader > * {
          display: inline-block;
          line-height: normal;
          vertical-align: middle; }
        #details .product-select-wrapper .product-select #selectionHeader:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 300%;
          height: 300%;
          background-color: #484848;
          z-index: 3;
          border-bottom-left-radius: 100% 150%;
          border-bottom-right-radius: 100% 150%;
          transform: translateX(-50%); }
        #details .product-select-wrapper .product-select #selectionHeader.soldout:after {
          background-color: #ca1241; }
        #details .product-select-wrapper .product-select #selectionHeader .min-price, #details .product-select-wrapper .product-select #selectionHeader .date-selected, #details .product-select-wrapper .product-select #selectionHeader .soldout-header {
          width: 100%;
          z-index: 4;
          position: relative;
          text-align: center; }
          #details .product-select-wrapper .product-select #selectionHeader .min-price .capitalize, #details .product-select-wrapper .product-select #selectionHeader .date-selected .capitalize, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .capitalize {
            text-transform: capitalize; }
          #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price-initial, #details .product-select-wrapper .product-select #selectionHeader .min-price .secondary-price, #details .product-select-wrapper .product-select #selectionHeader .min-price .show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .date-selected .package-price-initial, #details .product-select-wrapper .product-select #selectionHeader .date-selected .secondary-price, #details .product-select-wrapper .product-select #selectionHeader .date-selected .show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .package-price-initial, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .secondary-price, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .show-date-selected {
            text-align: center;
            color: rgba(255, 255, 255, 0.5);
            font-size: 18px;
            font-style: italic;
            line-height: 22px; }
            #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price-initial.show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .min-price .secondary-price.show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .min-price .show-date-selected.show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .date-selected .package-price-initial.show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .date-selected .secondary-price.show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .date-selected .show-date-selected.show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .package-price-initial.show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .secondary-price.show-date-selected, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .show-date-selected.show-date-selected {
              padding-left: 25px; }
              #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price-initial.show-date-selected .selected-date-label, #details .product-select-wrapper .product-select #selectionHeader .min-price .secondary-price.show-date-selected .selected-date-label, #details .product-select-wrapper .product-select #selectionHeader .min-price .show-date-selected.show-date-selected .selected-date-label, #details .product-select-wrapper .product-select #selectionHeader .date-selected .package-price-initial.show-date-selected .selected-date-label, #details .product-select-wrapper .product-select #selectionHeader .date-selected .secondary-price.show-date-selected .selected-date-label, #details .product-select-wrapper .product-select #selectionHeader .date-selected .show-date-selected.show-date-selected .selected-date-label, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .package-price-initial.show-date-selected .selected-date-label, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .secondary-price.show-date-selected .selected-date-label, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .show-date-selected.show-date-selected .selected-date-label {
                margin-right: 10px; }
              #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price-initial.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price-initial.show-date-selected .selected-date-out, #details .product-select-wrapper .product-select #selectionHeader .min-price .secondary-price.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .min-price .secondary-price.show-date-selected .selected-date-out, #details .product-select-wrapper .product-select #selectionHeader .min-price .show-date-selected.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .min-price .show-date-selected.show-date-selected .selected-date-out, #details .product-select-wrapper .product-select #selectionHeader .date-selected .package-price-initial.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .date-selected .package-price-initial.show-date-selected .selected-date-out, #details .product-select-wrapper .product-select #selectionHeader .date-selected .secondary-price.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .date-selected .secondary-price.show-date-selected .selected-date-out, #details .product-select-wrapper .product-select #selectionHeader .date-selected .show-date-selected.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .date-selected .show-date-selected.show-date-selected .selected-date-out, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .package-price-initial.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .package-price-initial.show-date-selected .selected-date-out, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .secondary-price.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .secondary-price.show-date-selected .selected-date-out, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .show-date-selected.show-date-selected .selected-date, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .show-date-selected.show-date-selected .selected-date-out {
                color: #fff;
                font-style: normal; }
          #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price-initial, #details .product-select-wrapper .product-select #selectionHeader .date-selected .package-price-initial, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .package-price-initial {
            text-decoration: line-through; }
          #details .product-select-wrapper .product-select #selectionHeader .min-price .secondary-price, #details .product-select-wrapper .product-select #selectionHeader .date-selected .secondary-price, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .secondary-price {
            font-style: normal;
            margin-top: 9px; }
          #details .product-select-wrapper .product-select #selectionHeader .min-price .primary-price, #details .product-select-wrapper .product-select #selectionHeader .min-price .price-text, #details .product-select-wrapper .product-select #selectionHeader .date-selected .primary-price, #details .product-select-wrapper .product-select #selectionHeader .date-selected .price-text, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .primary-price, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .price-text {
            position: relative;
            color: #fff;
            margin-top: 6px; }
            #details .product-select-wrapper .product-select #selectionHeader .min-price .primary-price .amount-b, #details .product-select-wrapper .product-select #selectionHeader .min-price .primary-price .amount-c, #details .product-select-wrapper .product-select #selectionHeader .min-price .price-text .amount-b, #details .product-select-wrapper .product-select #selectionHeader .min-price .price-text .amount-c, #details .product-select-wrapper .product-select #selectionHeader .date-selected .primary-price .amount-b, #details .product-select-wrapper .product-select #selectionHeader .date-selected .primary-price .amount-c, #details .product-select-wrapper .product-select #selectionHeader .date-selected .price-text .amount-b, #details .product-select-wrapper .product-select #selectionHeader .date-selected .price-text .amount-c, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .primary-price .amount-b, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .primary-price .amount-c, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .price-text .amount-b, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .price-text .amount-c {
              font-size: 30px;
              line-height: 36px;
              vertical-align: baseline; }
            #details .product-select-wrapper .product-select #selectionHeader .min-price .primary-price .discount-value, #details .product-select-wrapper .product-select #selectionHeader .min-price .price-text .discount-value, #details .product-select-wrapper .product-select #selectionHeader .date-selected .primary-price .discount-value, #details .product-select-wrapper .product-select #selectionHeader .date-selected .price-text .discount-value, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .primary-price .discount-value, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .price-text .discount-value {
              font-size: 18px; }
          #details .product-select-wrapper .product-select #selectionHeader .min-price .primary-price .discount, #details .product-select-wrapper .product-select #selectionHeader .date-selected .primary-price .discount, #details .product-select-wrapper .product-select #selectionHeader .soldout-header .primary-price .discount {
            margin-left: 5px;
            top: -3px; }
        #details .product-select-wrapper .product-select #selectionHeader .claim {
          color: #FF8933;
          margin-top: 12px; }
        #details .product-select-wrapper .product-select #selectionHeader .soldout-header {
          color: #fff;
          font-weight: 400;
          font-size: 28px;
          line-height: 40px; }
        #details .product-select-wrapper .product-select #selectionHeader .datepicker-back-button {
          position: absolute;
          left: 15px;
          top: 50%;
          font-size: 20px;
          padding: 5px;
          cursor: pointer;
          color: rgba(255, 255, 255, 0.5);
          margin-top: -20px; }
      #details .product-select-wrapper .product-select #selectionBody p.select-offer-header, #details .product-select-wrapper .product-select #selectionBody p.select-date-header {
        margin: 25px 0 23px;
        text-align: center; }
      #details .product-select-wrapper .product-select #selectionBody.ui-dialog-content {
        width: 100% !important; }
      #details .product-select-wrapper .product-select #selectionBody .select-sub-list, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list {
        margin: 0 -15px -2px;
        padding: 0;
        background-color: #fff; }
        #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-item, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-item {
          list-style-type: none; }
        #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content {
          padding: 10px 15px;
          position: relative;
          margin: -1px;
          border: 1px solid #EAEAEA;
          min-height: 100px; }
          #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-duration, #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-including, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .select-content-duration, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .select-content-including {
            padding-right: 120px;
            color: #484848; }
          #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-duration, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .select-content-duration {
            font-size: 16px;
            font-weight: 900;
            line-height: 19px; }
          #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-price, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .select-content-price {
            position: absolute;
            right: 0;
            top: 0;
            background-color: #A3A3A3;
            color: #FFFFFF;
            line-height: 44px;
            font-size: 0;
            width: 120px;
            text-align: center; }
            #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-price > *, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .select-content-price > * {
              font-size: 18px;
              line-height: normal;
              vertical-align: middle; }
          #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-including, #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .marketing-hint, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .select-content-including, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .marketing-hint {
            margin-top: 8px; }
          #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-including, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .select-content-including {
            font-size: 15px; }
          #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .icon-addtobasket, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content .icon-addtobasket {
            display: none;
            position: absolute;
            top: 50%;
            margin-top: 9px;
            /* priceHeight / 2 - basketheight / 2 */
            right: 30px; }
          #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content:hover, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content:hover {
            border-color: #FF8933;
            box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.16);
            z-index: 10; }
            #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content:hover .select-content-price, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content:hover .select-content-price {
              background-color: #FF8933;
              color: #FFFFFF; }
            #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content:hover .marketing-hint, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content:hover .marketing-hint {
              background-color: #34b3eb; }
            #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content:hover .icon-addtobasket, #details .product-select-wrapper .product-select #selectionBody .select-sub-date-list .select-sub-content:hover .icon-addtobasket {
              display: block;
              color: #FF8933 !important; }
      #details .product-select-wrapper .product-select #selectionBody .calender-legend {
        padding: 15px 0; }
        #details .product-select-wrapper .product-select #selectionBody .calender-legend div span.legend-block {
          background-color: #a9dfbf;
          display: inline-block;
          width: 25px;
          height: 25px;
          vertical-align: middle;
          margin-right: 5px; }
      #details .product-select-wrapper .product-select #selectionBody .voucher-how-to, #details .product-select-wrapper .product-select #selectionBody .booking-guarantee, #details .product-select-wrapper .product-select #selectionBody .booking-how-to, #details .product-select-wrapper .product-select #selectionBody .friendinvite-how-to {
        text-align: center;
        padding: 10px 0;
        cursor: pointer;
        opacity: 0.5;
        color: #484848;
        font-size: 14px; }
        #details .product-select-wrapper .product-select #selectionBody .voucher-how-to:first-child, #details .product-select-wrapper .product-select #selectionBody .booking-guarantee:first-child, #details .product-select-wrapper .product-select #selectionBody .booking-how-to:first-child, #details .product-select-wrapper .product-select #selectionBody .friendinvite-how-to:first-child {
          padding-top: 25px; }
        #details .product-select-wrapper .product-select #selectionBody .voucher-how-to:last-child, #details .product-select-wrapper .product-select #selectionBody .booking-guarantee:last-child, #details .product-select-wrapper .product-select #selectionBody .booking-how-to:last-child, #details .product-select-wrapper .product-select #selectionBody .friendinvite-how-to:last-child {
          padding-bottom: 25px; }
        #details .product-select-wrapper .product-select #selectionBody .voucher-how-to:hover, #details .product-select-wrapper .product-select #selectionBody .booking-guarantee:hover, #details .product-select-wrapper .product-select #selectionBody .booking-how-to:hover, #details .product-select-wrapper .product-select #selectionBody .friendinvite-how-to:hover {
          opacity: 1; }
      #details .product-select-wrapper .product-select #selectionBody .booking-guarantee {
        color: #FF8933;
        font-weight: bold;
        opacity: .8; }
        #details .product-select-wrapper .product-select #selectionBody .booking-guarantee:hover {
          opacity: 1; }
        #details .product-select-wrapper .product-select #selectionBody .booking-guarantee .icon-shield, #details .product-select-wrapper .product-select #selectionBody .booking-guarantee .icon-lock {
          margin-right: 5px;
          vertical-align: text-bottom; }
      #details .product-select-wrapper .product-select #selectionBody .soldout-text {
        margin: 25px 0;
        font-size: 18px; }
        #details .product-select-wrapper .product-select #selectionBody .soldout-text span {
          font-weight: 600; }
  #details .product-content {
    padding-top: 20px; }
    #details .product-content p {
      text-align: justify; }
    #details .product-content .features, #details .product-content .additional-description, #details .product-content .collapse-container {
      border-bottom: 1px solid rgba(151, 151, 151, 0.3);
      padding-bottom: 20px; }
    #details .product-content .features {
      padding-bottom: 12px; }
    #details .product-content .additional-description {
      padding-top: 20px; }
    #details .product-content .collapse-container .top-box .arrow-wrapper {
      display: none; }
    #details .product-content .collapse-container .top-box > h2, #details .product-content .collapse-container .top-box > a {
      display: block;
      padding: 20px 0;
      font-size: 20px;
      font-weight: bold;
      line-height: 20px;
      margin: 0;
      color: #484848;
      width: 100%; }
    #details .product-content .collapse-container .top-box > a {
      position: relative;
      padding-right: 40px;
      text-decoration: none; }
    #details .product-content .collapse-container p.freeform-text:empty {
      margin: 0; }
    #details .product-content .collapse-container .freeform-text ul, #details .product-content .collapse-container #description ul {
      padding-left: 20px;
      line-height: 30px; }
    #details .product-content .collapse-container #description h2, #details .product-content .collapse-container #description h3 {
      padding: 20px 0;
      font-weight: bold;
      margin: 0;
      color: #484848;
      width: 100%; }
    #details .product-content .collapse-container #description h2 {
      font-size: 20px;
      line-height: 20px; }
    #details .product-content .collapse-container #description h3 {
      font-size: 18px;
      line-height: 18px; }
    #details .product-content .collapse-container #description h4 {
      font-size: 16px;
      line-height: 16px;
      padding: 16px 0; }
    #details .product-content .collapse-container .content-box a:not(.btn) {
      color: #FF8933;
      font-style: italic; }
    #details .product-content .collapse-container .content-box .shariff-button a {
      color: #fff !important;
      text-decoration: none !important;
      font-weight: bold; }
    #details .product-content .collapse-container .content-box #map, #details .product-content .collapse-container .content-box #mapLink {
      margin-bottom: 15px;
      display: block; }
    @media (max-width: 767px) {
      #details .product-content .collapse-container .content-box .checklist, #details .product-content .collapse-container .content-box .dotlist {
        padding-left: 0; }
      #details .product-content .collapse-container .content-box .checklist li, #details .product-content .collapse-container .content-box .dotlist li {
        padding-left: 30px; }
      #details .product-content .collapse-container .content-box .checklist .sprite.tick {
        margin-left: -27px; }
      #details .product-content .collapse-container .content-box dl .checklist li {
        padding-left: 26px; } }
  #details.valuevoucher .product-content .additional-description {
    padding-top: 10px; }
  @media screen and (max-width: 767px) {
    #details .product-select-wrapper {
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      top: auto;
      padding: 0;
      box-shadow: 0 -1px 5px 3px rgba(0, 0, 0, 0.1);
      z-index: 1050; }
      #details .product-select-wrapper .product-select {
        border-radius: 0;
        border: none; }
        #details .product-select-wrapper .product-select #selectionHeader {
          height: auto;
          line-height: normal;
          padding: 15px;
          text-align: center; }
          #details .product-select-wrapper .product-select #selectionHeader .min-price {
            background-color: #FF8933;
            max-width: 400px; }
            #details .product-select-wrapper .product-select #selectionHeader .min-price .per-person-price, #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price, #details .product-select-wrapper .product-select #selectionHeader .min-price .price-text {
              padding-right: 0;
              line-height: 40px;
              margin-top: 0;
              font-weight: bold;
              color: #fff; }
              #details .product-select-wrapper .product-select #selectionHeader .min-price .per-person-price .amount-a, #details .product-select-wrapper .product-select #selectionHeader .min-price .per-person-price .amount-b, #details .product-select-wrapper .product-select #selectionHeader .min-price .per-person-price .amount-c, #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price .amount-a, #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price .amount-b, #details .product-select-wrapper .product-select #selectionHeader .min-price .package-price .amount-c, #details .product-select-wrapper .product-select #selectionHeader .min-price .price-text .amount-a, #details .product-select-wrapper .product-select #selectionHeader .min-price .price-text .amount-b, #details .product-select-wrapper .product-select #selectionHeader .min-price .price-text .amount-c {
                font-size: 20px; }
            #details .product-select-wrapper .product-select #selectionHeader .min-price .discount {
              display: none; }
            #details .product-select-wrapper .product-select #selectionHeader .min-price.voucher .primary-price {
              display: inline-block !important; }
          #details .product-select-wrapper .product-select #selectionHeader .soldout-header {
            background-color: #ca1241; }
          #details .product-select-wrapper .product-select #selectionHeader:after {
            content: none; }
        #details .product-select-wrapper .product-select #selectionBody {
          display: none;
          padding-bottom: 0;
          padding-left: 0;
          padding-right: 0; }
          #details .product-select-wrapper .product-select #selectionBody.in .modal-dialog {
            transform: translate(0, 0); }
          #details .product-select-wrapper .product-select #selectionBody .modal-dialog {
            transform: translate(0, 50%);
            margin: 0;
            position: fixed;
            bottom: 0;
            width: 100%; }
            #details .product-select-wrapper .product-select #selectionBody .modal-dialog .modal-content {
              border-radius: 0;
              border: none;
              box-shadow: none;
              width: 100%;
              bottom: 0; }
          #details .product-select-wrapper .product-select #selectionBody p.select-date-header {
            margin: 10px 0; }
          #details .product-select-wrapper .product-select #selectionBody .date-selected {
            font-size: 20px;
            text-align: center;
            padding-top: 10px; }
            #details .product-select-wrapper .product-select #selectionBody .date-selected .show-date-selected {
              display: inline-block;
              line-height: 21px; }
            #details .product-select-wrapper .product-select #selectionBody .date-selected .datepicker-back-button {
              color: #2497ad;
              cursor: pointer;
              margin-top: 5px;
              position: absolute;
              left: 15px;
              top: 25px; }
            #details .product-select-wrapper .product-select #selectionBody .date-selected .product-select .calender-selected {
              margin: 0 10px;
              vertical-align: top; }
          #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content {
            min-height: auto; }
            #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-including, #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .marketing-hint {
              margin-top: 0;
              line-height: 17px; }
            #details .product-select-wrapper .product-select #selectionBody .select-sub-list .select-sub-content .select-content-price {
              right: 15px;
              top: 50%;
              margin-top: -22px;
              background-color: #FF8933; }
      #details .product-select-wrapper .ui-dialog {
        padding: 0 !important;
        position: fixed;
        bottom: 0 !important;
        top: auto;
        /*#selectionHeader {
                    padding:0;

                    .min-price {
                        display: none;
                    }

                    .date-selected {
                        .show-date-selected,  .selected-date, .datepicker-back-button, .selected-date-out {
                            color: #000 !important;
                        }
                    }
                }

                #selectionBody {
                    display: block;

                    p.select-date-header {
                        margin: 5px 0;
                    }
                }*/ }
    #details .product-content {
      padding: 0; }
      #details .product-content .mobile-teaser-heading {
        margin: 15px 0;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 26px; }
        #details .product-content .mobile-teaser-heading .classification {
          display: block;
          text-transform: none;
          font-weight: normal; }
      #details .product-content .features {
        padding-bottom: 15px; }
      #details .product-content .main-heading {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 26px; }
      #details .product-content .collapse-container .top-box > .heading {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 16px; }
      #details .product-content .collapse-container #geolocation.content-box {
        display: flex;
        flex-direction: column-reverse; } }

/* Related products */
#grids h2.grid-title {
  /*margin: 20px 0 5px;*/
  font-size: 20px;
  font-weight: bold;
  color: #484848; }

@media screen and (min-width: 768px) {
  body.perperson-price-mode #selectionHeader .package-price {
    display: block; }
  #details .product-select-wrapper .product-select #selectionHeader .min-price .per-person-price {
    display: block; } }

/* Infowindow on map */
#map .hotel-infowindow {
  margin-left: 15px; }
  #map .hotel-infowindow h2 {
    font-size: 18px;
    font-weight: bold;
    color: #484848;
    margin: 10px 0; }
  #map .hotel-infowindow p {
    font-size: 16px; }
  #map .hotel-infowindow a.btn {
    margin-top: 10px; }

#hotelDetails {
  color: #484848; }
  #hotelDetails .hotel-section {
    padding-top: 40px;
    padding-bottom: 40px; }
    #hotelDetails .hotel-section p {
      text-align: justify; }
    #hotelDetails .hotel-section.with-border {
      border-bottom: 1px solid #EAEAEA; }
    #hotelDetails .hotel-section a.orange {
      color: #FF8933;
      font-style: italic; }
  #hotelDetails .box {
    background: #e9f4f7;
    padding: 25px 20px; }
    #hotelDetails .box input[type="submit"] {
      margin: 25px auto 0; }
  #hotelDetails .main-info {
    text-align: center;
    /*padding: 40px $grid-padding;*/ }
    #hotelDetails .main-info > * {
      margin-top: 0;
      margin-bottom: 20px; }
      #hotelDetails .main-info > *:last-child {
        margin-bottom: 0; }
    #hotelDetails .main-info .classification .stars {
      font-size: 0;
      line-height: 28px; }
      #hotelDetails .main-info .classification .stars > * {
        font-size: 28px;
        vertical-align: middle;
        margin-left: 7px;
        margin-right: 7px; }
        #hotelDetails .main-info .classification .stars > *.superior {
          font-size: 20px; }
        #hotelDetails .main-info .classification .stars > *.estimated {
          font-size: 20px;
          margin: 0;
          top: auto; }
    #hotelDetails .main-info .main-heading {
      font-size: 28px;
      line-height: 28px;
      font-weight: bold; }
  #hotelDetails table.hotel-variants {
    border: none;
    margin-bottom: 0; }
    #hotelDetails table.hotel-variants th, #hotelDetails table.hotel-variants td {
      padding: 15px; }
      #hotelDetails table.hotel-variants th:first-child, #hotelDetails table.hotel-variants td:first-child {
        border-left: none; }
      #hotelDetails table.hotel-variants th:last-child, #hotelDetails table.hotel-variants td:last-child {
        border-right: none; }
    #hotelDetails table.hotel-variants td {
      vertical-align: middle; }
    #hotelDetails table.hotel-variants th {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      padding-top: 12px;
      padding-bottom: 12px; }
    #hotelDetails table.hotel-variants td.img-cell {
      width: 175px; }
    #hotelDetails table.hotel-variants td.price {
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      min-width: 130px; }
      #hotelDetails table.hotel-variants td.price .discount {
        display: block;
        margin-left: 0;
        padding-left: 10px; }
        #hotelDetails table.hotel-variants td.price .discount .discount-value {
          font-size: 16px; }
    #hotelDetails table.hotel-variants td.variant-link {
      text-align: center;
      vertical-align: middle; }
    #hotelDetails table.hotel-variants .product-title, #hotelDetails table.hotel-variants .img-cell {
      padding-left: 0; }
  #hotelDetails .product-list .product-title, #hotelDetails .hotel-variants .product-title {
    font-weight: bold; }
  #hotelDetails .product-list .product-card {
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 5px;
    margin-bottom: 15px; }
    #hotelDetails .product-list .product-card .price {
      font-weight: 900;
      font-size: 20px;
      line-height: 42px; }
    #hotelDetails .product-list .product-card .discount {
      top: -2px; }
      #hotelDetails .product-list .product-card .discount .discount-value {
        font-size: 14px; }
    #hotelDetails .product-list .product-card .btn-primary {
      padding: 12px; }
  #hotelDetails img.hotel-variant-thumbnail {
    height: 117px;
    width: auto;
    display: block;
    margin: 0; }
  #hotelDetails p.freeform-text:empty {
    margin: 0; }
  #hotelDetails .heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
    #hotelDetails .hotel-section {
      padding: 20px 0; }
    #hotelDetails .classification .estimated {
      display: block; } }

#checkout, #success {
  color: #4a4a4a; }
  #checkout .tooltip-inner, #success .tooltip-inner {
    line-height: 14px; }
  #checkout .checkout-content, #checkout .checkout-right-wrapper, #checkout .success-content, #success .checkout-content, #success .checkout-right-wrapper, #success .success-content {
    margin-top: 20px; }
  #checkout .swiper-tabs-content:before, #checkout .swiper-tabs-content:after, #success .swiper-tabs-content:before, #success .swiper-tabs-content:after {
    content: " ";
    display: table; }
  #checkout .swiper-tabs-content:after, #success .swiper-tabs-content:after {
    clear: both; }
  #checkout .stars .superior, #checkout .stars .estimated, #success .stars .superior, #success .stars .estimated {
    vertical-align: middle; }
  #checkout .stars .estimated, #success .stars .estimated {
    margin: 0;
    color: #fff; }
  #checkout .stars .estimated-below, #success .stars .estimated-below {
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 7px;
    margin-left: 0; }
  #checkout .checkout-content, #success .checkout-content {
    border: 1px solid #EAEAEA; }
    #checkout .checkout-content p.checkout-pre-intro, #success .checkout-content p.checkout-pre-intro {
      font-weight: 900;
      font-size: 17px;
      color: #FF8933;
      text-transform: uppercase;
      line-height: 21px;
      margin: 6px 0 10px; }
    #checkout .checkout-content p.checkout-intro, #success .checkout-content p.checkout-intro {
      color: #4a4a4a;
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 0; }
  #checkout .checkout-right-wrapper, #success .checkout-right-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 20px; }
    #checkout .checkout-right-wrapper .checkout-right .checkout-info, #success .checkout-right-wrapper .checkout-right .checkout-info {
      border: 1px solid #EAEAEA;
      background-color: #fff;
      box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05); }
  #checkout .checkout-info-inline, #success .checkout-info-inline {
    background-color: #f2f7fd; }
  #checkout .voucher-block, #success .voucher-block {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center; }
    @media screen and (min-width: 0) {
      #checkout .voucher-block, #success .voucher-block {
        position: relative; }
        #checkout .voucher-block > *, #success .voucher-block > * {
          z-index: 2; }
      #checkout .voucher-block:after, #success .voucher-block:after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
        height: 50%;
        z-index: 1; } }
    #checkout .voucher-block .bottom-image-wrapper, #success .voucher-block .bottom-image-wrapper {
      position: absolute;
      left: 20px;
      /* align with content-box */
      right: 15px;
      bottom: 10px;
      color: #fff; }
      #checkout .voucher-block .bottom-image-wrapper .hotel, #success .voucher-block .bottom-image-wrapper .hotel {
        font-size: 14px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #checkout .voucher-block .bottom-image-wrapper .icon-stern, #success .voucher-block .bottom-image-wrapper .icon-stern {
        height: 10px;
        width: 10px; }
  #checkout .checkout-box, #success .checkout-box {
    padding: 15px 20px;
    border-bottom: 1px solid #EAEAEA; }
    #checkout .checkout-box.sum, #success .checkout-box.sum {
      border-bottom: none; }
    #checkout .checkout-box.darker, #success .checkout-box.darker {
      background: #fafafa; }
    #checkout .checkout-box .checkout-box-content, #success .checkout-box .checkout-box-content {
      line-height: 20px; }
    #checkout .checkout-box .heading, #success .checkout-box .heading {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
    #checkout .checkout-box .sub-heading, #success .checkout-box .sub-heading {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 15px; }
    #checkout .checkout-box select#quantity, #success .checkout-box select#quantity {
      width: 60px;
      border-radius: 5px;
      font-size: 20px;
      line-height: 22px;
      height: 50px;
      margin-right: 10px; }
      #checkout .checkout-box select#quantity + .quantity-note, #success .checkout-box select#quantity + .quantity-note {
        width: calc(100% - 70px);
        color: #848484; }
        #checkout .checkout-box select#quantity + .quantity-note a.quantity-note-box, #success .checkout-box select#quantity + .quantity-note a.quantity-note-box {
          color: #FF8933;
          margin-left: 5px; }
    #checkout .checkout-box .amount-switch, #success .checkout-box .amount-switch {
      margin: 8px 0 20px; }
      #checkout .checkout-box .amount-switch .switch-group, #success .checkout-box .amount-switch .switch-group {
        padding-top: 3px; }
    #checkout .checkout-box .code-form-container, #success .checkout-box .code-form-container {
      border-bottom: 1px dashed #EAEAEA;
      padding-bottom: 20px; }
      #checkout .checkout-box .code-form-container .sub-heading, #checkout .checkout-box .code-form-container .discountcode-display.title, #checkout .checkout-box .code-form-container .vouchercode-display.title, #success .checkout-box .code-form-container .sub-heading, #success .checkout-box .code-form-container .discountcode-display.title, #success .checkout-box .code-form-container .vouchercode-display.title {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 0; }
      #checkout .checkout-box .code-form-container .code-input, #success .checkout-box .code-form-container .code-input {
        transition: max-height 0.3s ease-in-out;
        max-height: 0;
        position: relative;
        overflow: hidden; }
        #checkout .checkout-box .code-form-container .code-input #code, #success .checkout-box .code-form-container .code-input #code {
          padding: 5px 10px 5px 10px;
          width: calc(100% - 99px);
          height: 36px;
          border: 1px solid #e0e0e1;
          box-shadow: none;
          -webkit-appearance: none; }
        #checkout .checkout-box .code-form-container .code-input #btn-redeem, #success .checkout-box .code-form-container .code-input #btn-redeem {
          position: absolute;
          right: 0; }
        #checkout .checkout-box .code-form-container .code-input .error-message, #success .checkout-box .code-form-container .code-input .error-message {
          color: #e8381c;
          font-size: 13px;
          font-weight: 600;
          margin-top: 3px; }
      #checkout .checkout-box .code-form-container #discountToggle, #success .checkout-box .code-form-container #discountToggle {
        position: absolute;
        left: -9999px;
        opacity: 0; }
        #checkout .checkout-box .code-form-container #discountToggle:checked ~ .sub-heading label .sprite-svg, #success .checkout-box .code-form-container #discountToggle:checked ~ .sub-heading label .sprite-svg {
          transform: rotate(180deg); }
        #checkout .checkout-box .code-form-container #discountToggle:checked ~ .code-input, #success .checkout-box .code-form-container #discountToggle:checked ~ .code-input {
          display: block;
          max-height: 60px; }
        #checkout .checkout-box .code-form-container #discountToggle .sprite-svg, #success .checkout-box .code-form-container #discountToggle .sprite-svg {
          margin-left: 5px; }
      #checkout .checkout-box .code-form-container label[for="discountToggle"], #success .checkout-box .code-form-container label[for="discountToggle"] {
        color: #FF8933;
        cursor: pointer;
        margin-bottom: 0; }
        #checkout .checkout-box .code-form-container label[for="discountToggle"] .sprite-svg, #success .checkout-box .code-form-container label[for="discountToggle"] .sprite-svg {
          margin-left: 5px;
          width: 12px;
          height: 5px; }
      #checkout .checkout-box .code-form-container .discountcode-display.title, #checkout .checkout-box .code-form-container .vouchercode-display.title, #success .checkout-box .code-form-container .discountcode-display.title, #success .checkout-box .code-form-container .vouchercode-display.title {
        margin-top: 15px; }
    #checkout .checkout-box .discountcode-display.code a#clear-discount, #checkout .checkout-box .discountcode-display.code a.clear-voucher, #checkout .checkout-box .vouchercode-display.code a#clear-discount, #checkout .checkout-box .vouchercode-display.code a.clear-voucher, #success .checkout-box .discountcode-display.code a#clear-discount, #success .checkout-box .discountcode-display.code a.clear-voucher, #success .checkout-box .vouchercode-display.code a#clear-discount, #success .checkout-box .vouchercode-display.code a.clear-voucher {
      vertical-align: middle;
      display: inline-block;
      line-height: 12px; }
      #checkout .checkout-box .discountcode-display.code a#clear-discount .icon-close, #checkout .checkout-box .discountcode-display.code a.clear-voucher .icon-close, #checkout .checkout-box .vouchercode-display.code a#clear-discount .icon-close, #checkout .checkout-box .vouchercode-display.code a.clear-voucher .icon-close, #success .checkout-box .discountcode-display.code a#clear-discount .icon-close, #success .checkout-box .discountcode-display.code a.clear-voucher .icon-close, #success .checkout-box .vouchercode-display.code a#clear-discount .icon-close, #success .checkout-box .vouchercode-display.code a.clear-voucher .icon-close {
        width: 12px;
        height: 12px; }
    #checkout .checkout-box .discountcode-display.code code, #checkout .checkout-box .vouchercode-display.code code, #success .checkout-box .discountcode-display.code code, #success .checkout-box .vouchercode-display.code code {
      /*color: $checkout-lightgray;*/
      color: #4a4a4a;
      vertical-align: middle;
      background: none;
      padding: 0;
      font-family: "lato", sans-serif;
      font-size: 16px;
      /*
                font-family: Roboto, sans-serif;
                font-weight: bold;
                */ }
    #checkout .checkout-box .checkout-sum-label, #success .checkout-box .checkout-sum-label {
      padding-top: 12px; }
    #checkout .checkout-box .checkout-sum, #success .checkout-box .checkout-sum {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold; }
    #checkout .checkout-box .total-save, #success .checkout-box .total-save {
      text-align: right;
      color: #FF8933; }
    #checkout .checkout-box .list-price, #success .checkout-box .list-price {
      opacity: 0.5;
      font-size: 20px;
      margin-bottom: 5px;
      text-align: right;
      font-style: italic; }
      #checkout .checkout-box .list-price .line-through, #success .checkout-box .list-price .line-through {
        position: relative; }
        #checkout .checkout-box .list-price .line-through:before, #success .checkout-box .list-price .line-through:before {
          content: "";
          border: 2px solid #FF8933;
          width: 100%;
          position: absolute;
          right: 0;
          top: 50%; }
    #checkout .checkout-box #btn-proceed, #checkout .checkout-box #proceed-indicator, #success .checkout-box #btn-proceed, #success .checkout-box #proceed-indicator {
      margin-top: 10px;
      width: 100%; }
    #checkout .checkout-box #proceed-indicato img, #success .checkout-box #proceed-indicato img {
      margin-top: 10px; }
    #checkout .checkout-box .next-btn-mobile, #success .checkout-box .next-btn-mobile {
      display: none; }
    #checkout .checkout-box .phone-support, #checkout .checkout-box .agb-block, #success .checkout-box .phone-support, #success .checkout-box .agb-block {
      margin-top: 10px;
      font-size: 12px;
      color: #848484; }
      #checkout .checkout-box .phone-support a, #checkout .checkout-box .agb-block a, #success .checkout-box .phone-support a, #success .checkout-box .agb-block a {
        color: #FF8933;
        text-decoration: underline;
        /*margin-left:5px; */ }
  #checkout .checkout-data, #success .checkout-data {
    padding: 20px 15px;
    background-color: #F8FBFE; }
    #checkout .checkout-data.with-border, #success .checkout-data.with-border {
      border-bottom: 1px solid #EAEAEA; }
    #checkout .checkout-data.last-child, #success .checkout-data.last-child {
      border-bottom: none; }
    #checkout .checkout-data p:last-child, #success .checkout-data p:last-child {
      margin-bottom: 0; }
    #checkout .checkout-data.darker, #success .checkout-data.darker {
      background-color: #f2f7fd; }
    #checkout .checkout-data hr, #success .checkout-data hr {
      border-bottom: 1px; }
    #checkout .checkout-data .heading, #success .checkout-data .heading {
      color: #4a4a4a;
      font-size: 16px;
      font-weight: 500;
      margin: 6px 20px 20px 0; }
    #checkout .checkout-data .toggle-buttons, #success .checkout-data .toggle-buttons {
      display: inline-block;
      font-size: 14px;
      background-color: #fff; }
      #checkout .checkout-data .toggle-buttons .block-trigger, #success .checkout-data .toggle-buttons .block-trigger {
        border: 1px solid #e0e0e1;
        color: #c6c6c6;
        height: 55px;
        line-height: 55px;
        float: left;
        cursor: pointer;
        width: 140px;
        text-align: center; }
        #checkout .checkout-data .toggle-buttons .block-trigger:first-child, #success .checkout-data .toggle-buttons .block-trigger:first-child {
          border-right-width: 0; }
        #checkout .checkout-data .toggle-buttons .block-trigger:last-child, #success .checkout-data .toggle-buttons .block-trigger:last-child {
          border-left-width: 0; }
        #checkout .checkout-data .toggle-buttons .block-trigger .noselect, #success .checkout-data .toggle-buttons .block-trigger .noselect {
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          width: 100%;
          height: 100%; }
        #checkout .checkout-data .toggle-buttons .block-trigger.active, #success .checkout-data .toggle-buttons .block-trigger.active {
          border-color: #81D135;
          border-width: 1px;
          color: #4a4a4a; }
    #checkout .checkout-data .packaging-options, #success .checkout-data .packaging-options {
      margin-bottom: 0;
      margin-top: 10px;
      height: 220px; }
      #checkout .checkout-data .packaging-options .col-sm-4, #success .checkout-data .packaging-options .col-sm-4 {
        padding: 0; }
      #checkout .checkout-data .packaging-options .packaging-option, #success .checkout-data .packaging-options .packaging-option {
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        height: 220px;
        width: calc(100% - 5px);
        outline: 1px solid #ccc;
        outline-offset: -1px;
        background: #fff;
        position: relative;
        padding-top: 140px; }
        #checkout .checkout-data .packaging-options .packaging-option div, #success .checkout-data .packaging-options .packaging-option div {
          width: 100%; }
          #checkout .checkout-data .packaging-options .packaging-option div img, #success .checkout-data .packaging-options .packaging-option div img {
            height: 140px;
            width: auto;
            max-width: 100%; }
        #checkout .checkout-data .packaging-options .packaging-option.selected, #success .checkout-data .packaging-options .packaging-option.selected {
          outline: 1px solid #81D135; }
        #checkout .checkout-data .packaging-options .packaging-option .packaging-text, #success .checkout-data .packaging-options .packaging-option .packaging-text {
          line-height: 80px;
          height: 80px;
          display: inline-block; }
        #checkout .checkout-data .packaging-options .packaging-option p, #success .checkout-data .packaging-options .packaging-option p {
          display: inline-block;
          line-height: 20px;
          width: 80%;
          vertical-align: middle; }
        #checkout .checkout-data .packaging-options .packaging-option .open, #success .checkout-data .packaging-options .packaging-option .open {
          opacity: 1; }
        #checkout .checkout-data .packaging-options .packaging-option .closed, #success .checkout-data .packaging-options .packaging-option .closed {
          opacity: 0; }
        #checkout .checkout-data .packaging-options .packaging-option .open, #checkout .checkout-data .packaging-options .packaging-option .closed, #success .checkout-data .packaging-options .packaging-option .open, #success .checkout-data .packaging-options .packaging-option .closed {
          position: absolute;
          top: 0;
          transition: opacity 0.2s ease-in-out; }
        #checkout .checkout-data .packaging-options .packaging-option.selected .open, #checkout .checkout-data .packaging-options .packaging-option:hover .open, #success .checkout-data .packaging-options .packaging-option.selected .open, #success .checkout-data .packaging-options .packaging-option:hover .open {
          opacity: 0; }
        #checkout .checkout-data .packaging-options .packaging-option.selected .closed, #checkout .checkout-data .packaging-options .packaging-option:hover .closed, #success .checkout-data .packaging-options .packaging-option.selected .closed, #success .checkout-data .packaging-options .packaging-option:hover .closed {
          opacity: 1; }
    #checkout .checkout-data .payment-box, #success .checkout-data .payment-box {
      font-size: 14px;
      background: #fff;
      margin-bottom: 10px;
      overflow: hidden; }
      #checkout .checkout-data .payment-box .top, #checkout .checkout-data .payment-box > label, #success .checkout-data .payment-box .top, #success .checkout-data .payment-box > label {
        /*height:$default-input-height;*/
        line-height: 55px;
        margin: 0;
        cursor: pointer;
        display: block;
        font-weight: normal;
        border: 1px solid #e0e0e1;
        padding: 0 15px; }
        #checkout .checkout-data .payment-box .top .icon-dropdown, #checkout .checkout-data .payment-box > label .icon-dropdown, #success .checkout-data .payment-box .top .icon-dropdown, #success .checkout-data .payment-box > label .icon-dropdown {
          margin-left: 15px; }
      #checkout .checkout-data .payment-box .hidden-option, #success .checkout-data .payment-box .hidden-option {
        max-height: 0;
        transition: max-height 0.3s ease-in-out;
        position: relative;
        overflow: hidden; }
        #checkout .checkout-data .payment-box .hidden-option input, #success .checkout-data .payment-box .hidden-option input {
          display: none; }
        #checkout .checkout-data .payment-box .hidden-option:before, #success .checkout-data .payment-box .hidden-option:before {
          content: "";
          position: absolute;
          border-top: 1px solid #e0e0e1;
          top: 0;
          left: 15px;
          right: 15px; }
        #checkout .checkout-data .payment-box .hidden-option > div.option-padding, #success .checkout-data .payment-box .hidden-option > div.option-padding {
          padding: 15px; }
      #checkout .checkout-data .payment-box input[type="radio"], #success .checkout-data .payment-box input[type="radio"] {
        position: absolute;
        left: -99999px;
        opacity: 0; }
      #checkout .checkout-data .payment-box input[type="radio"]:checked + .top, #checkout .checkout-data .payment-box input[type="radio"]:checked + label, #success .checkout-data .payment-box input[type="radio"]:checked + .top, #success .checkout-data .payment-box input[type="radio"]:checked + label {
        border: 1px solid #81D135;
        border-bottom: 0; }
        #checkout .checkout-data .payment-box input[type="radio"]:checked + .top .icon-dropdown, #checkout .checkout-data .payment-box input[type="radio"]:checked + label .icon-dropdown, #success .checkout-data .payment-box input[type="radio"]:checked + .top .icon-dropdown, #success .checkout-data .payment-box input[type="radio"]:checked + label .icon-dropdown {
          transform: rotate(180deg); }
      #checkout .checkout-data .payment-box input[type="radio"]:checked ~ .hidden-option, #success .checkout-data .payment-box input[type="radio"]:checked ~ .hidden-option {
        max-height: 350px;
        border: 1px solid #81D135;
        border-top: 0; }
        #checkout .checkout-data .payment-box input[type="radio"]:checked ~ .hidden-option input, #success .checkout-data .payment-box input[type="radio"]:checked ~ .hidden-option input {
          display: inline-block; }
    #checkout .checkout-data .terms, #success .checkout-data .terms {
      font-size: 12px;
      color: #848484; }
      #checkout .checkout-data .terms a, #success .checkout-data .terms a {
        color: #FF8933;
        text-decoration: underline; }
  #checkout .checkout-data[data-step="select-voucher-picture"], #success .checkout-data[data-step="select-voucher-picture"] {
    /* --- css grid hacked in Flexbox for IE11 --- */ }
    #checkout .checkout-data[data-step="select-voucher-picture"] .voucher-picture-gallery, #success .checkout-data[data-step="select-voucher-picture"] .voucher-picture-gallery {
      display: grid;
      grid-gap: 1em;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      grid-auto-rows: 1fr;
      margin: 0;
      padding: 0; }
    #checkout .checkout-data[data-step="select-voucher-picture"] .gallery-item, #success .checkout-data[data-step="select-voucher-picture"] .gallery-item {
      list-style: none;
      margin: 0;
      padding: 0; }
    #checkout .checkout-data[data-step="select-voucher-picture"] .item-select, #success .checkout-data[data-step="select-voucher-picture"] .item-select {
      position: absolute;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-select + label, #success .checkout-data[data-step="select-voucher-picture"] .item-select + label {
        height: 100%;
        margin: 0;
        padding: 0; }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-select:checked + label .item-card, #success .checkout-data[data-step="select-voucher-picture"] .item-select:checked + label .item-card {
        border: 1px solid #81D135; }
        #checkout .checkout-data[data-step="select-voucher-picture"] .item-select:checked + label .item-card .item-selected, #success .checkout-data[data-step="select-voucher-picture"] .item-select:checked + label .item-card .item-selected {
          opacity: 1; }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-select:not(:checked) + label, #success .checkout-data[data-step="select-voucher-picture"] .item-select:not(:checked) + label {
        cursor: pointer; }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-select:not(:checked):focus + label .item-card:after,
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-select:not(:checked):hover + label .item-card:after, #success .checkout-data[data-step="select-voucher-picture"] .item-select:not(:checked):focus + label .item-card:after,
      #success .checkout-data[data-step="select-voucher-picture"] .item-select:not(:checked):hover + label .item-card:after {
        opacity: 1; }
    #checkout .checkout-data[data-step="select-voucher-picture"] .item-card, #success .checkout-data[data-step="select-voucher-picture"] .item-card {
      background-color: #FFFFFF;
      border: 1px solid #e0e0e1;
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      z-index: 0; }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-card:after, #success .checkout-data[data-step="select-voucher-picture"] .item-card:after {
        background-color: #FFFFFF;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
        content: '';
        height: 100%;
        opacity: 0;
        position: absolute;
        transition: opacity 0.3s ease-in-out;
        width: 100%;
        z-index: -1; }
    #checkout .checkout-data[data-step="select-voucher-picture"] .item-selected, #success .checkout-data[data-step="select-voucher-picture"] .item-selected {
      background-color: #81D135;
      border-radius: 50%;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
      opacity: 0;
      position: absolute;
      right: 5%;
      top: 5%;
      transition: opacity 0.3s ease-in-out;
      z-index: 10; }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-selected .sprite-svg.icon-tick, #success .checkout-data[data-step="select-voucher-picture"] .item-selected .sprite-svg.icon-tick {
        color: #FFFFFF;
        height: 1em;
        margin: 0.5em;
        width: 1em; }
    #checkout .checkout-data[data-step="select-voucher-picture"] .item-image, #success .checkout-data[data-step="select-voucher-picture"] .item-image {
      display: block;
      height: auto;
      margin-bottom: 1rem;
      width: 100%; }
    #checkout .checkout-data[data-step="select-voucher-picture"] .item-title, #success .checkout-data[data-step="select-voucher-picture"] .item-title {
      color: #FF8933;
      display: block;
      padding: 0 1rem 0.5rem;
      text-transform: uppercase; }
    #checkout .checkout-data[data-step="select-voucher-picture"] .item-description, #success .checkout-data[data-step="select-voucher-picture"] .item-description {
      display: block;
      flex: 1;
      font-weight: 400;
      padding: 0 1rem 1rem; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #checkout .checkout-data[data-step="select-voucher-picture"] .voucher-picture-gallery-wrapper, #success .checkout-data[data-step="select-voucher-picture"] .voucher-picture-gallery-wrapper {
        overflow: hidden; }
      #checkout .checkout-data[data-step="select-voucher-picture"] .voucher-picture-gallery, #success .checkout-data[data-step="select-voucher-picture"] .voucher-picture-gallery {
        display: flex;
        flex-wrap: wrap;
        margin: -1em;
        padding: 1em 0 0 1em; }
      #checkout .checkout-data[data-step="select-voucher-picture"] .gallery-item, #success .checkout-data[data-step="select-voucher-picture"] .gallery-item {
        background-clip: padding-box;
        border: 0 solid transparent;
        border-width: 0 1em 1em 0;
        width: calc(100% / 3); }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-select, #success .checkout-data[data-step="select-voucher-picture"] .item-select {
        clip: rect(1px, 1px, 1px, 1px); }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-image, #success .checkout-data[data-step="select-voucher-picture"] .item-image {
        flex-shrink: 0;
        max-width: 100%; }
      #checkout .checkout-data[data-step="select-voucher-picture"] .item-description, #success .checkout-data[data-step="select-voucher-picture"] .item-description {
        flex: 1 1 auto; } }
    @media all and (-ms-high-contrast: none) and (max-width: 992px), (-ms-high-contrast: active) and (max-width: 992px) {
      #checkout .checkout-data[data-step="select-voucher-picture"] .gallery-item, #success .checkout-data[data-step="select-voucher-picture"] .gallery-item {
        width: calc(100% / 3.2); } }
    @media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
      #checkout .checkout-data[data-step="select-voucher-picture"] .gallery-item, #success .checkout-data[data-step="select-voucher-picture"] .gallery-item {
        width: calc(100% / 3); } }
    @media all and (-ms-high-contrast: none) and (max-width: 601px), (-ms-high-contrast: active) and (max-width: 601px) {
      #checkout .checkout-data[data-step="select-voucher-picture"] .gallery-item, #success .checkout-data[data-step="select-voucher-picture"] .gallery-item {
        width: calc(100% / 2); } }
    @media all and (-ms-high-contrast: none) and (max-width: 414px), (-ms-high-contrast: active) and (max-width: 414px) {
      #checkout .checkout-data[data-step="select-voucher-picture"] .gallery-item, #success .checkout-data[data-step="select-voucher-picture"] .gallery-item {
        width: calc(100% / 1); } }
  #checkout .table > thead > tr:last-child > th,
  #checkout .table > thead > tr:last-child > td,
  #checkout .table > tbody > tr:last-child > th,
  #checkout .table > tbody > tr:last-child > td,
  #checkout .table > tfoot > tr:last-child > th,
  #checkout .table > tfoot > tr:last-child > td, #success .table > thead > tr:last-child > th,
  #success .table > thead > tr:last-child > td,
  #success .table > tbody > tr:last-child > th,
  #success .table > tbody > tr:last-child > td,
  #success .table > tfoot > tr:last-child > th,
  #success .table > tfoot > tr:last-child > td {
    border-bottom: 1px solid #ddd; }
  #checkout .legal, #success .legal {
    margin-top: 25px;
    font-size: 16px;
    text-align: center; }
    #checkout .legal p.important-security, #success .legal p.important-security {
      text-transform: uppercase;
      font-weight: 900;
      line-height: 26px; }
    #checkout .legal p.inline-block, #success .legal p.inline-block {
      margin-right: 20px; }
    #checkout .legal .sprite-svg, #success .legal .sprite-svg {
      margin-right: 10px;
      color: #81D135; }
  #checkout form #inline-errors .alert, #success form #inline-errors .alert {
    margin-bottom: 0;
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #checkout .checkout-content, #success .checkout-content {
      margin-top: 0;
      border: none; }
      #checkout .checkout-content > .checkout-data:first-child, #success .checkout-content > .checkout-data:first-child {
        border-top: 1px solid #EAEAEA; }
      #checkout .checkout-content .checkout-data, #success .checkout-content .checkout-data {
        padding: 5px 15px;
        border-bottom: none; }
    #checkout .checkout-content .checkout-data .heading,
    #checkout .checkout-right-wrapper .checkout-box-content .sub-heading, #success .checkout-content .checkout-data .heading,
    #success .checkout-right-wrapper .checkout-box-content .sub-heading {
      font-size: 16px;
      position: relative;
      margin: 5px 0 20px 0;
      font-weight: bold;
      line-height: 1em;
      text-transform: uppercase;
      width: 100%; }
      #checkout .checkout-content .checkout-data .heading:after,
      #checkout .checkout-right-wrapper .checkout-box-content .sub-heading:after, #success .checkout-content .checkout-data .heading:after,
      #success .checkout-right-wrapper .checkout-box-content .sub-heading:after {
        content: "";
        position: relative;
        top: 10px;
        border-top: 1px solid #EAEAEA;
        width: 100%;
        display: block; }
    #checkout .checkout-right-wrapper, #success .checkout-right-wrapper {
      margin-top: 0;
      margin-bottom: 0;
      position: relative; }
      #checkout .checkout-right-wrapper .checkout-right .checkout-info, #success .checkout-right-wrapper .checkout-right .checkout-info {
        border: none;
        box-shadow: none; }
      #checkout .checkout-right-wrapper .checkout-box.darker, #checkout .checkout-right-wrapper .checkout-box, #success .checkout-right-wrapper .checkout-box.darker, #success .checkout-right-wrapper .checkout-box {
        background-color: #f2f7fd;
        padding: 5px 15px; }
        #checkout .checkout-right-wrapper .checkout-box.darker.sum, #checkout .checkout-right-wrapper .checkout-box.sum, #success .checkout-right-wrapper .checkout-box.darker.sum, #success .checkout-right-wrapper .checkout-box.sum {
          background: #fafafa;
          padding-top: 15px;
          border-bottom: 1px solid #EAEAEA; }
        #checkout .checkout-right-wrapper .checkout-box.darker.no-border-mobile, #checkout .checkout-right-wrapper .checkout-box.no-border-mobile, #success .checkout-right-wrapper .checkout-box.darker.no-border-mobile, #success .checkout-right-wrapper .checkout-box.no-border-mobile {
          border-bottom: none; }
      #checkout .checkout-right-wrapper .checkout-box-content, #success .checkout-right-wrapper .checkout-box-content {
        margin: 0;
        position: relative; }
        #checkout .checkout-right-wrapper .checkout-box-content .sub-heading + .pull-right, #success .checkout-right-wrapper .checkout-box-content .sub-heading + .pull-right {
          position: absolute;
          right: 0;
          top: 4px;
          font-size: 18px; }
          #checkout .checkout-right-wrapper .checkout-box-content .sub-heading + .pull-right.checkout-sum, #success .checkout-right-wrapper .checkout-box-content .sub-heading + .pull-right.checkout-sum {
            font-size: 30px;
            line-height: 30px;
            top: 9px; }
        #checkout .checkout-right-wrapper .checkout-box-content .checkout-sum-label, #success .checkout-right-wrapper .checkout-box-content .checkout-sum-label {
          margin-bottom: 10px; }
          #checkout .checkout-right-wrapper .checkout-box-content .checkout-sum-label:after, #success .checkout-right-wrapper .checkout-box-content .checkout-sum-label:after {
            content: none; }
      #checkout .checkout-right-wrapper .proceed-box, #success .checkout-right-wrapper .proceed-box {
        background-color: transparent;
        margin-bottom: 10px;
        text-align: center; }
        #checkout .checkout-right-wrapper .proceed-box #btn-proceed, #success .checkout-right-wrapper .proceed-box #btn-proceed {
          max-width: 350px; }
      #checkout .checkout-right-wrapper .code-form-container, #success .checkout-right-wrapper .code-form-container {
        border-bottom: none;
        padding-bottom: 0; }
        #checkout .checkout-right-wrapper .code-form-container input:checked ~ .code-form.code-input, #success .checkout-right-wrapper .code-form-container input:checked ~ .code-form.code-input {
          margin-bottom: 10px; }
    #checkout .checkout-data, #checkout .checkout-box, #success .checkout-data, #success .checkout-box {
      margin-left: -15px;
      margin-right: -15px;
      /*

                        .payment-required {
                            position: relative;

                            .payment-box {
                                margin-bottom: 0;

                                input[type="radio"] + label {
                                    display: none;
                                }

                                input[type="radio"]:checked + label {
                                    display: block;
                                    border:1px solid $input-filled-green;

                                    .icon-dropdown {
                                        display: inline-block !important;
                                        transform: rotate(0deg);
                                    }
                                }
                            }

                            .payments-wrapper {
                                position: absolute;
                                top: 57px;
                                display: none;
                                width:100%;
                                z-index: 2;

                                .payment-box {
                                    input[type="radio"] + label {
                                        display: block;
                                    }
                                }
                            }
                        }

                        .quantity-note {
                            width: 100% !important;
                        }
             */ }
      #checkout .checkout-data .packaging-options, #checkout .checkout-box .packaging-options, #success .checkout-data .packaging-options, #success .checkout-box .packaging-options {
        height: auto;
        margin-top: 10px;
        margin-bottom: 0; }
        #checkout .checkout-data .packaging-options .packaging-option, #checkout .checkout-box .packaging-options .packaging-option, #success .checkout-data .packaging-options .packaging-option, #success .checkout-box .packaging-options .packaging-option {
          height: 55px;
          padding: 0;
          right: auto;
          padding-left: 90px;
          padding-right: 20px;
          width: 100%;
          margin-bottom: 5px;
          left: 0; }
          #checkout .checkout-data .packaging-options .packaging-option div.open, #checkout .checkout-data .packaging-options .packaging-option div.closed, #checkout .checkout-box .packaging-options .packaging-option div.open, #checkout .checkout-box .packaging-options .packaging-option div.closed, #success .checkout-data .packaging-options .packaging-option div.open, #success .checkout-data .packaging-options .packaging-option div.closed, #success .checkout-box .packaging-options .packaging-option div.open, #success .checkout-box .packaging-options .packaging-option div.closed {
            height: 100%;
            padding: 5px;
            width: auto;
            left: 0; }
            #checkout .checkout-data .packaging-options .packaging-option div.open img, #checkout .checkout-data .packaging-options .packaging-option div.closed img, #checkout .checkout-box .packaging-options .packaging-option div.open img, #checkout .checkout-box .packaging-options .packaging-option div.closed img, #success .checkout-data .packaging-options .packaging-option div.open img, #success .checkout-data .packaging-options .packaging-option div.closed img, #success .checkout-box .packaging-options .packaging-option div.open img, #success .checkout-box .packaging-options .packaging-option div.closed img {
              height: 100%; }
          #checkout .checkout-data .packaging-options .packaging-option .packaging-text, #checkout .checkout-box .packaging-options .packaging-option .packaging-text, #success .checkout-data .packaging-options .packaging-option .packaging-text, #success .checkout-box .packaging-options .packaging-option .packaging-text {
            line-height: 55px;
            height: 55px;
            text-align: left; }
            #checkout .checkout-data .packaging-options .packaging-option .packaging-text p, #checkout .checkout-box .packaging-options .packaging-option .packaging-text p, #success .checkout-data .packaging-options .packaging-option .packaging-text p, #success .checkout-box .packaging-options .packaging-option .packaging-text p {
              margin-bottom: 0;
              width: auto; }
    #checkout .success-content, #success .success-content {
      margin-top: 0; }
      #checkout .success-content .heading, #success .success-content .heading {
        margin-top: 15px; }
    #checkout form #inline-errors, #success form #inline-errors {
      float: none; }
      #checkout form #inline-errors .alert, #success form #inline-errors .alert {
        margin-top: 0;
        margin-bottom: 10px; } }
  @media screen and (max-width: 380px) {
    #checkout .checkout-box-content.total-save, #success .checkout-box-content.total-save {
      display: none !important; } }

#success h1.heading {
  font-size: 30px;
  color: #4a4a4a; }

#success .checkout-data h2 {
  font-size: 20px;
  color: #4a4a4a; }

#success .or_divider {
  margin-top: 30px;
  border-bottom: 1px dashed #848484; }

#success .or_divider_text {
  color: #848484;
  text-align: center;
  top: -12px;
  position: relative;
  background: #f2f7fd;
  margin: 0 auto;
  width: 70px;
  text-transform: uppercase; }

#success .success-products {
  margin-left: 20px;
  vertical-align: middle;
  line-height: 20px; }

#success .features {
  margin-top: 10px;
  display: block; }

#success .classification {
  margin-left: 5px;
  margin-right: 5px; }
  #success .classification + span.hotel {
    vertical-align: middle;
    text-transform: uppercase; }

#success .success-content .heading {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  #success .success-content .continue-block {
    display: flex; }
    #success .success-content .continue-block > div {
      flex: 1; }
      #success .success-content .continue-block > div > .well {
        height: calc(100% - 20px); }
        #success .success-content .continue-block > div > .well .btn.btn-primary {
          padding: 15px;
          margin-top: 20px; } }

@media screen and (max-width: 767px) {
  body#checkout {
    padding-bottom: 0; } }

#checkout .footer {
  padding: 15px 0; }

#mapSearch h2.search-title {
  margin: 20px 0 5px;
  font-size: 20px;
  font-weight: bold;
  color: #484848;
  line-height: 27px;
  border-bottom: none; }

#mapSearch #map {
  margin-top: 15px;
  width: 100%;
  height: 800px; }
  #mapSearch #map .map-info-view {
    padding-bottom: 15px;
    min-width: 360px; }
    #mapSearch #map .map-info-view .grid-title {
      text-align: center;
      margin-top: 20px; }
    #mapSearch #map .map-info-view .product-block {
      width: 100% !important; }
      #mapSearch #map .map-info-view .product-block .discount-value {
        z-index: 201; }

#mapSearch #nodata {
  position: relative;
  top: -400px;
  margin: 0 auto;
  width: 450px;
  text-align: center;
  display: none;
  background: #fff;
  padding: 15px;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.1); }

.hotel-map #map {
  margin-top: 15px;
  width: 100%;
  height: 800px; }
  .hotel-map #map .map-info-view {
    padding-bottom: 15px;
    min-width: 360px; }
    .hotel-map #map .map-info-view .grid-title {
      text-align: center;
      margin-top: 10px; }
    .hotel-map #map .map-info-view .product-block {
      width: 100% !important; }

.navbar {
  margin-bottom: 0 !important; }

footer#footer {
  background-color: #4a4a4a;
  padding: 0 30px 30px;
  z-index: 2;
  position: relative;
  margin-top: 20px; }
  footer#footer .heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 35px 0 20px; }
  footer#footer ul.footer-links {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0; }
    footer#footer ul.footer-links li {
      margin: 0 0 12px; }
      footer#footer ul.footer-links li a {
        color: #ccc;
        font-size: 16px; }
      footer#footer ul.footer-links li:only-child {
        margin: 0; }
  footer#footer .tophotels, footer#footer .seolinks {
    margin-top: 20px;
    text-align: center; }
    footer#footer .tophotels .col-sm-12, footer#footer .seolinks .col-sm-12 {
      padding: 0; }
      footer#footer .tophotels .col-sm-12 ul li, footer#footer .seolinks .col-sm-12 ul li {
        font-size: 12px;
        color: #888;
        display: inline-block;
        margin: 0 5px; }
        footer#footer .tophotels .col-sm-12 ul li a, footer#footer .seolinks .col-sm-12 ul li a {
          font-size: 12px;
          color: #888; }
  footer#footer + #drawerOverlay {
    display: none; }

@media screen and (max-width: 767px) {
  footer#footer:not(.no-drawer) {
    width: 240px;
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1002;
    padding: 0 15px;
    overflow-y: auto;
    box-shadow: 3px 0 5px 2px rgba(0, 0, 0, 0.1);
    transform: translateX(-250px);
    transition: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    transition-delay: 0s;
    will-change: transform; }
    footer#footer:not(.no-drawer) .customer {
      margin: 0 -15px;
      border-bottom: 1px solid #EAEAEA; }
      footer#footer:not(.no-drawer) .customer ul.user-actions li a {
        background: #4a4a4a; }
      footer#footer:not(.no-drawer) .customer ul.user-actions a#btn-login {
        line-height: 50px;
        padding: 0 15px;
        font-size: 20px; }
      footer#footer:not(.no-drawer) .customer ul.user-actions a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        color: #fff;
        font-size: 16px; }
    footer#footer:not(.no-drawer) .footer-header {
      margin: 0 -15px;
      color: #fff;
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #EAEAEA;
      background-color: #4a4a4a;
      padding: 0 15px;
      z-index: 10;
      font-size: 24px; }
    footer#footer:not(.no-drawer) .heading {
      margin: 20px 0; }
    footer#footer:not(.no-drawer) + #drawerOverlay {
      position: fixed;
      width: 100%;
      height: 100%;
      /*background: rgba(#000, 0.5) ;*/
      left: 0;
      top: 0;
      z-index: 1001;
      /*margin-top:65px;*/
      touch-action: none; }
      footer#footer:not(.no-drawer) + #drawerOverlay label {
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.container.info-media, #searchBar form#searchForm table.search-parameters td div.info-media.dropdown-menu {
  margin-top: 30px;
  padding: 30px;
  z-index: 2;
  position: relative;
  background-color: #fff; }
  .container.info-media .pull-left > *, #searchBar form#searchForm table.search-parameters td div.info-media.dropdown-menu .pull-left > *, .container.info-media .pull-right > *, #searchBar form#searchForm table.search-parameters td div.info-media.dropdown-menu .pull-right > * {
    display: inline-block;
    vertical-align: middle; }
  .container.info-media .pull-left > *, #searchBar form#searchForm table.search-parameters td div.info-media.dropdown-menu .pull-left > * {
    margin-right: 10px; }
  .container.info-media .pull-right > *, #searchBar form#searchForm table.search-parameters td div.info-media.dropdown-menu .pull-right > * {
    margin-left: 10px; }

@media (max-width: 767px) {
  .info-media .left a {
    margin: 0 6%; } }

.info-media .left .blog {
  vertical-align: top; }

.info-media .left .blog:hover {
  color: #ff702c; }

.info-media .right span.sprite {
  margin: 0 11px; }

@media (max-width: 991px) {
  .info-media .left, .info-media .right {
    width: 100%;
    text-align: center; }
  .info-media .left {
    margin-bottom: 15px; }
  .container.info-media, #searchBar form#searchForm table.search-parameters td div.info-media.dropdown-menu {
    margin-top: 0; } }

@media (max-width: 767px) {
  .info-media .left {
    margin-bottom: 0; } }

.ui-datepicker {
  padding: 0;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  max-width: 100%;
  width: 360px; }
  .ui-datepicker.ui-datepicker-inline {
    width: 100%; }
  .ui-datepicker .ui-datepicker-header {
    font-size: 19px;
    font-weight: 400;
    color: #4a4a4a; }
  .ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 0; }
    .ui-datepicker .ui-datepicker-calendar thead {
      background-color: #FCFCFC; }
      .ui-datepicker .ui-datepicker-calendar thead th {
        color: rgba(74, 74, 74, 0.6);
        border-top: 1px solid #EAEAEA; }
    .ui-datepicker .ui-datepicker-calendar tbody td {
      border: 1px solid #EAEAEA;
      padding: 0; }
      .ui-datepicker .ui-datepicker-calendar tbody td a {
        cursor: pointer; }
      .ui-datepicker .ui-datepicker-calendar tbody td a, .ui-datepicker .ui-datepicker-calendar tbody td span {
        text-align: center;
        padding: 0 7px;
        line-height: 50px;
        font-size: 19px;
        color: inherit; }
      .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default {
        background: rgba(141, 228, 56, 0.3);
        outline: 2px solid #fff; }
        .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-active {
          background-color: #FF8933 !important;
          color: #fff; }
      .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default:hover {
        background: #81D135;
        color: #fff; }
        .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default:hover.ui-state-active {
          background-color: #FF8933 !important;
          color: #fff; }
      .ui-datepicker .ui-datepicker-calendar tbody td.selectable:hover, .ui-datepicker .ui-datepicker-calendar tbody td.range-highlight-hover, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-checkout-date, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-checkin-date {
        background-color: #FF8933 !important;
        color: #fff !important; }
      .ui-datepicker .ui-datepicker-calendar tbody td.removable:hover {
        background-color: rgba(208, 53, 53, 0.5) !important;
        cursor: pointer !important; }
      .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable.ui-state-disabled {
        /*:not(.ui-datepicker-current-day) { */
        color: #c6c6c6;
        background: #EAEAEA;
        pointer-events: none; }
        .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-other-month {
          background-color: #fff; }
      .ui-datepicker .ui-datepicker-calendar tbody td:first-child {
        border-left: none; }
      .ui-datepicker .ui-datepicker-calendar tbody td:last-child {
        border-right: none; }
    .ui-datepicker .ui-datepicker-calendar tbody > tr:last-child > td {
      border-bottom: none; }

.datepicker-nodefaultdate .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-active {
  background-color: rgba(141, 228, 56, 0.3) !important; }

.ui-dialog[aria-describedby="buyer-protection-dialog"] {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  padding: 0; }
  .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    padding: 0; }
    .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content .dialog-visual {
      align-items: center;
      display: flex;
      justify-content: center;
      margin-bottom: 0;
      margin-top: 0; }
      .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content .dialog-visual.dialog-visual-buyer-protection {
        background: #29a847;
        background: linear-gradient(45deg, #29a88f 0%, #29a847 100%); }
        .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content .dialog-visual.dialog-visual-buyer-protection .sprite-svg.icon-shield {
          color: #fdfdfd;
          height: auto;
          width: 10.625rem; }
    .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content .dialog-message {
      margin-bottom: 0;
      margin-top: 0;
      padding-bottom: 4.75rem; }
  @media (max-width: 480px) {
    .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content {
      flex-direction: column; }
      .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content .dialog-visual-buyer-protection {
        height: 6rem;
        padding: 0.3125rem;
        width: 100%; }
        .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content .dialog-visual-buyer-protection.dialog-visual-buyer-protection .sprite-svg.icon-shield {
          width: 4rem; }
      .ui-dialog[aria-describedby="buyer-protection-dialog"] .buyer-protection-content .dialog-message {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        width: 100%; } }
  .ui-dialog[aria-describedby="buyer-protection-dialog"] .ui-dialog-buttonpane {
    bottom: 0;
    position: absolute;
    right: 0; }
    .ui-dialog[aria-describedby="buyer-protection-dialog"] .ui-dialog-buttonpane button {
      background: linear-gradient(180deg, #ff984d 0%, #ff8933 100%); }
      .ui-dialog[aria-describedby="buyer-protection-dialog"] .ui-dialog-buttonpane button:hover {
        background: linear-gradient(180deg, #ff720b 0%, #f56700 100%); }

.mr3 {
  margin-right: 3px; }

.ml3 {
  margin-left: 3px; }

.btn-download {
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #ddd;
  margin: 5px 0;
  border-radius: 3px;
  height: 54px;
  line-height: 50px; }

body#orderportal {
  /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
  /*# sourceMappingURL=bootstrap-datepicker.min.css.map */ }
  body#orderportal .btn-danger, body#orderportal .btn-default, body#orderportal .btn-info, body#orderportal .btn-primary, body#orderportal .btn-success, body#orderportal .btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  body#orderportal .btn-danger.active, body#orderportal .btn-danger:active, body#orderportal .btn-default.active, body#orderportal .btn-default:active, body#orderportal .btn-info.active, body#orderportal .btn-info:active, body#orderportal .btn-primary.active, body#orderportal .btn-primary:active, body#orderportal .btn-success.active, body#orderportal .btn-success:active, body#orderportal .btn-warning.active, body#orderportal .btn-warning:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  body#orderportal .btn-danger .badge, body#orderportal .btn-default .badge, body#orderportal .btn-info .badge, body#orderportal .btn-primary .badge, body#orderportal .btn-success .badge, body#orderportal .btn-warning .badge {
    text-shadow: none; }
  body#orderportal .btn.active, body#orderportal .btn:active {
    background-image: none; }
  body#orderportal .btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc; }
  body#orderportal .btn-default:focus, body#orderportal .btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px; }
  body#orderportal .btn-default.active, body#orderportal .btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb; }
  body#orderportal .btn-default.disabled, body#orderportal .btn-default:disabled, body#orderportal .btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none; }
  body#orderportal .btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580; }
  body#orderportal .btn-primary:focus, body#orderportal .btn-primary:hover {
    background-color: #265a88;
    background-position: 0 -15px; }
  body#orderportal .btn-primary.active, body#orderportal .btn-primary:active {
    background-color: #265a88;
    border-color: #245580; }
  body#orderportal .btn-primary.disabled, body#orderportal .btn-primary:disabled, body#orderportal .btn-primary[disabled] {
    background-color: #265a88;
    background-image: none; }
  body#orderportal .btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e; }
  body#orderportal .btn-success:focus, body#orderportal .btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px; }
  body#orderportal .btn-success.active, body#orderportal .btn-success:active {
    background-color: #419641;
    border-color: #3e8f3e; }
  body#orderportal .btn-success.disabled, body#orderportal .btn-success:disabled, body#orderportal .btn-success[disabled] {
    background-color: #419641;
    background-image: none; }
  body#orderportal .btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9; }
  body#orderportal .btn-info:focus, body#orderportal .btn-info:hover {
    background-color: #2aabd2;
    background-position: 0 -15px; }
  body#orderportal .btn-info.active, body#orderportal .btn-info:active {
    background-color: #2aabd2;
    border-color: #28a4c9; }
  body#orderportal .btn-info.disabled, body#orderportal .btn-info:disabled, body#orderportal .btn-info[disabled] {
    background-color: #2aabd2;
    background-image: none; }
  body#orderportal .btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13; }
  body#orderportal .btn-warning:focus, body#orderportal .btn-warning:hover {
    background-color: #eb9316;
    background-position: 0 -15px; }
  body#orderportal .btn-warning.active, body#orderportal .btn-warning:active {
    background-color: #eb9316;
    border-color: #e38d13; }
  body#orderportal .btn-warning.disabled, body#orderportal .btn-warning:disabled, body#orderportal .btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none; }
  body#orderportal .btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28; }
  body#orderportal .btn-danger:focus, body#orderportal .btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px; }
  body#orderportal .btn-danger.active, body#orderportal .btn-danger:active {
    background-color: #c12e2a;
    border-color: #b92c28; }
  body#orderportal .btn-danger.disabled, body#orderportal .btn-danger:disabled, body#orderportal .btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none; }
  body#orderportal .img-thumbnail, body#orderportal .thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
  body#orderportal .dropdown-menu > li > a:focus, body#orderportal .dropdown-menu > li > a:hover {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .dropdown-menu > .active > a, body#orderportal .dropdown-menu > .active > a:focus, body#orderportal .dropdown-menu > .active > a:hover {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
  body#orderportal .navbar-default .navbar-nav > .active > a, body#orderportal .navbar-default .navbar-nav > .open > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }
  body#orderportal .navbar-brand, body#orderportal .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
  body#orderportal .navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x; }
  body#orderportal .navbar-inverse .navbar-nav > .active > a, body#orderportal .navbar-inverse .navbar-nav > .open > a {
    background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }
  body#orderportal .navbar-inverse .navbar-brand, body#orderportal .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  body#orderportal .navbar-fixed-bottom, body#orderportal .navbar-fixed-top, body#orderportal .navbar-static-top {
    border-radius: 0; }
  @media (max-width: 767px) {
    body#orderportal .navbar .navbar-nav .open .dropdown-menu > .active > a, body#orderportal .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, body#orderportal .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #fff;
      background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
      background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
      background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
      background-repeat: repeat-x; } }
  body#orderportal .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }
  body#orderportal .alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1; }
  body#orderportal .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea; }
  body#orderportal .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e; }
  body#orderportal .alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7; }
  body#orderportal .progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  body#orderportal .list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
  body#orderportal .list-group-item.active, body#orderportal .list-group-item.active:focus, body#orderportal .list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a; }
  body#orderportal .list-group-item.active .badge, body#orderportal .list-group-item.active:focus .badge, body#orderportal .list-group-item.active:hover .badge {
    text-shadow: none; }
  body#orderportal .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  body#orderportal .panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x; }
  body#orderportal .well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }
  body#orderportal .datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr; }
  body#orderportal .datepicker-inline {
    width: 220px; }
  body#orderportal .datepicker.datepicker-rtl {
    direction: rtl; }
  body#orderportal .datepicker.datepicker-rtl table tr td span {
    float: right; }
  body#orderportal .datepicker-dropdown {
    top: 0;
    left: 0; }
  body#orderportal .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute; }
  body#orderportal .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute; }
  body#orderportal .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px; }
  body#orderportal .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px; }
  body#orderportal .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px; }
  body#orderportal .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px; }
  body#orderportal .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px; }
  body#orderportal .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px; }
  body#orderportal .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999; }
  body#orderportal .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff; }
  body#orderportal .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  body#orderportal .datepicker td, body#orderportal .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none; }
  body#orderportal .table-striped .datepicker table tr td, body#orderportal .table-striped .datepicker table tr th {
    background-color: transparent; }
  body#orderportal .datepicker table tr td.day.focused, body#orderportal .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer; }
  body#orderportal .datepicker table tr td.new, body#orderportal .datepicker table tr td.old {
    color: #999; }
  body#orderportal .datepicker table tr td.disabled, body#orderportal .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default; }
  body#orderportal .datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0; }
  body#orderportal .datepicker table tr td.today, body#orderportal .datepicker table tr td.today.disabled, body#orderportal .datepicker table tr td.today.disabled:hover, body#orderportal .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000; }
  body#orderportal .datepicker table tr td.today.active, body#orderportal .datepicker table tr td.today.disabled, body#orderportal .datepicker table tr td.today.disabled.active, body#orderportal .datepicker table tr td.today.disabled.disabled, body#orderportal .datepicker table tr td.today.disabled:active, body#orderportal .datepicker table tr td.today.disabled:hover, body#orderportal .datepicker table tr td.today.disabled:hover.active, body#orderportal .datepicker table tr td.today.disabled:hover.disabled, body#orderportal .datepicker table tr td.today.disabled:hover:active, body#orderportal .datepicker table tr td.today.disabled:hover:hover, body#orderportal .datepicker table tr td.today.disabled:hover[disabled], body#orderportal .datepicker table tr td.today.disabled[disabled], body#orderportal .datepicker table tr td.today:active, body#orderportal .datepicker table tr td.today:hover, body#orderportal .datepicker table tr td.today:hover.active, body#orderportal .datepicker table tr td.today:hover.disabled, body#orderportal .datepicker table tr td.today:hover:active, body#orderportal .datepicker table tr td.today:hover:hover, body#orderportal .datepicker table tr td.today:hover[disabled], body#orderportal .datepicker table tr td.today[disabled] {
    background-color: #fdf59a; }
  body#orderportal .datepicker table tr td.today.active, body#orderportal .datepicker table tr td.today.disabled.active, body#orderportal .datepicker table tr td.today.disabled:active, body#orderportal .datepicker table tr td.today.disabled:hover.active, body#orderportal .datepicker table tr td.today.disabled:hover:active, body#orderportal .datepicker table tr td.today:active, body#orderportal .datepicker table tr td.today:hover.active, body#orderportal .datepicker table tr td.today:hover:active {
    background-color: #fbf069\9; }
  body#orderportal .datepicker table tr td.today:hover:hover {
    color: #000; }
  body#orderportal .datepicker table tr td.today.active:hover {
    color: #fff; }
  body#orderportal .datepicker table tr td.range, body#orderportal .datepicker table tr td.range.disabled, body#orderportal .datepicker table tr td.range.disabled:hover, body#orderportal .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  body#orderportal .datepicker table tr td.range.today, body#orderportal .datepicker table tr td.range.today.disabled, body#orderportal .datepicker table tr td.range.today.disabled:hover, body#orderportal .datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  body#orderportal .datepicker table tr td.range.today.active, body#orderportal .datepicker table tr td.range.today.disabled, body#orderportal .datepicker table tr td.range.today.disabled.active, body#orderportal .datepicker table tr td.range.today.disabled.disabled, body#orderportal .datepicker table tr td.range.today.disabled:active, body#orderportal .datepicker table tr td.range.today.disabled:hover, body#orderportal .datepicker table tr td.range.today.disabled:hover.active, body#orderportal .datepicker table tr td.range.today.disabled:hover.disabled, body#orderportal .datepicker table tr td.range.today.disabled:hover:active, body#orderportal .datepicker table tr td.range.today.disabled:hover:hover, body#orderportal .datepicker table tr td.range.today.disabled:hover[disabled], body#orderportal .datepicker table tr td.range.today.disabled[disabled], body#orderportal .datepicker table tr td.range.today:active, body#orderportal .datepicker table tr td.range.today:hover, body#orderportal .datepicker table tr td.range.today:hover.active, body#orderportal .datepicker table tr td.range.today:hover.disabled, body#orderportal .datepicker table tr td.range.today:hover:active, body#orderportal .datepicker table tr td.range.today:hover:hover, body#orderportal .datepicker table tr td.range.today:hover[disabled], body#orderportal .datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a; }
  body#orderportal .datepicker table tr td.range.today.active, body#orderportal .datepicker table tr td.range.today.disabled.active, body#orderportal .datepicker table tr td.range.today.disabled:active, body#orderportal .datepicker table tr td.range.today.disabled:hover.active, body#orderportal .datepicker table tr td.range.today.disabled:hover:active, body#orderportal .datepicker table tr td.range.today:active, body#orderportal .datepicker table tr td.range.today:hover.active, body#orderportal .datepicker table tr td.range.today:hover:active {
    background-color: #efe24b\9; }
  body#orderportal .datepicker table tr td.selected, body#orderportal .datepicker table tr td.selected.disabled, body#orderportal .datepicker table tr td.selected.disabled:hover, body#orderportal .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  body#orderportal .datepicker table tr td.selected.active, body#orderportal .datepicker table tr td.selected.disabled, body#orderportal .datepicker table tr td.selected.disabled.active, body#orderportal .datepicker table tr td.selected.disabled.disabled, body#orderportal .datepicker table tr td.selected.disabled:active, body#orderportal .datepicker table tr td.selected.disabled:hover, body#orderportal .datepicker table tr td.selected.disabled:hover.active, body#orderportal .datepicker table tr td.selected.disabled:hover.disabled, body#orderportal .datepicker table tr td.selected.disabled:hover:active, body#orderportal .datepicker table tr td.selected.disabled:hover:hover, body#orderportal .datepicker table tr td.selected.disabled:hover[disabled], body#orderportal .datepicker table tr td.selected.disabled[disabled], body#orderportal .datepicker table tr td.selected:active, body#orderportal .datepicker table tr td.selected:hover, body#orderportal .datepicker table tr td.selected:hover.active, body#orderportal .datepicker table tr td.selected:hover.disabled, body#orderportal .datepicker table tr td.selected:hover:active, body#orderportal .datepicker table tr td.selected:hover:hover, body#orderportal .datepicker table tr td.selected:hover[disabled], body#orderportal .datepicker table tr td.selected[disabled] {
    background-color: grey; }
  body#orderportal .datepicker table tr td.selected.active, body#orderportal .datepicker table tr td.selected.disabled.active, body#orderportal .datepicker table tr td.selected.disabled:active, body#orderportal .datepicker table tr td.selected.disabled:hover.active, body#orderportal .datepicker table tr td.selected.disabled:hover:active, body#orderportal .datepicker table tr td.selected:active, body#orderportal .datepicker table tr td.selected:hover.active, body#orderportal .datepicker table tr td.selected:hover:active {
    background-color: #666\9; }
  body#orderportal .datepicker table tr td.active, body#orderportal .datepicker table tr td.active.disabled, body#orderportal .datepicker table tr td.active.disabled:hover, body#orderportal .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  body#orderportal .datepicker table tr td.active.active, body#orderportal .datepicker table tr td.active.disabled, body#orderportal .datepicker table tr td.active.disabled.active, body#orderportal .datepicker table tr td.active.disabled.disabled, body#orderportal .datepicker table tr td.active.disabled:active, body#orderportal .datepicker table tr td.active.disabled:hover, body#orderportal .datepicker table tr td.active.disabled:hover.active, body#orderportal .datepicker table tr td.active.disabled:hover.disabled, body#orderportal .datepicker table tr td.active.disabled:hover:active, body#orderportal .datepicker table tr td.active.disabled:hover:hover, body#orderportal .datepicker table tr td.active.disabled:hover[disabled], body#orderportal .datepicker table tr td.active.disabled[disabled], body#orderportal .datepicker table tr td.active:active, body#orderportal .datepicker table tr td.active:hover, body#orderportal .datepicker table tr td.active:hover.active, body#orderportal .datepicker table tr td.active:hover.disabled, body#orderportal .datepicker table tr td.active:hover:active, body#orderportal .datepicker table tr td.active:hover:hover, body#orderportal .datepicker table tr td.active:hover[disabled], body#orderportal .datepicker table tr td.active[disabled] {
    background-color: #04c; }
  body#orderportal .datepicker table tr td.active.active, body#orderportal .datepicker table tr td.active.disabled.active, body#orderportal .datepicker table tr td.active.disabled:active, body#orderportal .datepicker table tr td.active.disabled:hover.active, body#orderportal .datepicker table tr td.active.disabled:hover:active, body#orderportal .datepicker table tr td.active:active, body#orderportal .datepicker table tr td.active:hover.active, body#orderportal .datepicker table tr td.active:hover:active {
    background-color: #039\9; }
  body#orderportal .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  body#orderportal .datepicker table tr td span.focused, body#orderportal .datepicker table tr td span:hover {
    background: #eee; }
  body#orderportal .datepicker table tr td span.disabled, body#orderportal .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default; }
  body#orderportal .datepicker table tr td span.active, body#orderportal .datepicker table tr td span.active.disabled, body#orderportal .datepicker table tr td span.active.disabled:hover, body#orderportal .datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  body#orderportal .datepicker table tr td span.active.active, body#orderportal .datepicker table tr td span.active.disabled, body#orderportal .datepicker table tr td span.active.disabled.active, body#orderportal .datepicker table tr td span.active.disabled.disabled, body#orderportal .datepicker table tr td span.active.disabled:active, body#orderportal .datepicker table tr td span.active.disabled:hover, body#orderportal .datepicker table tr td span.active.disabled:hover.active, body#orderportal .datepicker table tr td span.active.disabled:hover.disabled, body#orderportal .datepicker table tr td span.active.disabled:hover:active, body#orderportal .datepicker table tr td span.active.disabled:hover:hover, body#orderportal .datepicker table tr td span.active.disabled:hover[disabled], body#orderportal .datepicker table tr td span.active.disabled[disabled], body#orderportal .datepicker table tr td span.active:active, body#orderportal .datepicker table tr td span.active:hover, body#orderportal .datepicker table tr td span.active:hover.active, body#orderportal .datepicker table tr td span.active:hover.disabled, body#orderportal .datepicker table tr td span.active:hover:active, body#orderportal .datepicker table tr td span.active:hover:hover, body#orderportal .datepicker table tr td span.active:hover[disabled], body#orderportal .datepicker table tr td span.active[disabled] {
    background-color: #04c; }
  body#orderportal .datepicker table tr td span.active.active, body#orderportal .datepicker table tr td span.active.disabled.active, body#orderportal .datepicker table tr td span.active.disabled:active, body#orderportal .datepicker table tr td span.active.disabled:hover.active, body#orderportal .datepicker table tr td span.active.disabled:hover:active, body#orderportal .datepicker table tr td span.active:active, body#orderportal .datepicker table tr td span.active:hover.active, body#orderportal .datepicker table tr td span.active:hover:active {
    background-color: #039\9; }
  body#orderportal .datepicker table tr td span.new, body#orderportal .datepicker table tr td span.old {
    color: #999; }
  body#orderportal .datepicker .datepicker-switch {
    width: 145px; }
  body#orderportal .datepicker .datepicker-switch, body#orderportal .datepicker .next, body#orderportal .datepicker .prev, body#orderportal .datepicker tfoot tr th {
    cursor: pointer; }
  body#orderportal .datepicker .datepicker-switch:hover, body#orderportal .datepicker .next:hover, body#orderportal .datepicker .prev:hover, body#orderportal .datepicker tfoot tr th:hover {
    background: #eee; }
  body#orderportal .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  body#orderportal .input-append.date .add-on, body#orderportal .input-prepend.date .add-on {
    cursor: pointer; }
  body#orderportal .input-append.date .add-on i, body#orderportal .input-prepend.date .add-on i {
    margin-top: 3px; }
  body#orderportal .input-daterange input {
    text-align: center; }
  body#orderportal .input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  body#orderportal .input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  body#orderportal .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px; }

.visible-xl-block {
  display: none !important; }

@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .visible-xl-block {
    display: block !important; } }

@media screen and (min-width: 1440px) {
  body > .container-fluid {
    width: 1440px; }
  .container, #searchBar form#searchForm table.search-parameters td div.dropdown-menu {
    width: 1140px; } }

@media screen and (max-width: 767px) {
  body:not(.popup) {
    padding-top: 65px;
    padding-bottom: 75px;
    background: #fff; }
  body.no-header {
    padding-top: 15px; } }

html, body {
  font-family: "lato", sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  background-color: #fff; }

a, a:hover, a:active, a:visited, a:focus {
  color: #4a4a4a;
  text-decoration: none;
  outline: none; }

a:focus {
  border: none;
  outline: none; }

.alert-danger a, .alert-danger a:hover, .alert-danger a:active, .alert-danger a:visited, .alert-danger a:focus {
  color: #a94442 !important;
  text-decoration: underline !important; }

input {
  border-radius: 0; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (min-width: 992px) {
  .container.related-products, #searchBar form#searchForm table.search-parameters td div.related-products.dropdown-menu {
    padding-right: 30px;
    padding-left: 30px; } }

.container.details .hr-bottom, #searchBar form#searchForm table.search-parameters td div.details.dropdown-menu .hr-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px; }

.row.content-grid {
  margin-right: 0;
  margin-left: 0; }

.row.grid-space-top {
  margin-top: 25px; }

@media (max-width: 500px) {
  .row.content-grid {
    margin-right: -15px;
    margin-left: -15px; } }

.content-grid > div {
  margin: 5px 0; }

.small h2 {
  font-size: 20px; }

.inline-block {
  display: inline-block; }

dl {
  margin-top: 15px; }

dd, dt {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px; }

dd {
  width: 150px; }

dt {
  width: 150px; }

dt.with-list {
  margin-top: 8px; }

@media screen and (max-width: 767px) {
  dd, dt {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px; }
  dd {
    width: 190px; }
  dt {
    width: 150px; } }

.btn.btn-primary {
  background: linear-gradient(180deg, #ff984d 0%, #FF8933 100%);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  border: none;
  color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .btn.btn-primary:hover, .btn.btn-primary:active {
    background: linear-gradient(180deg, #ffa766 0%, #FF8933 100%);
    color: #FFFFFF;
    border: none; }
  .btn.btn-primary > span {
    vertical-align: middle;
    line-height: 18px; }

.btn.btn-checkout {
  background: linear-gradient(180deg, #ff984d 0%, #FF8933 100%);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  border: none;
  color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .btn.btn-checkout:hover, .btn.btn-checkout:active {
    background: linear-gradient(180deg, #ffa766 0%, #FF8933 100%);
    color: #FFFFFF;
    border: none; }
  .btn.btn-checkout > span {
    vertical-align: middle;
    line-height: 18px; }

.btn.btn-secondary {
  background: linear-gradient(180deg, #28a9c2 0%, #2497ad 100%);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  border: none;
  color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .btn.btn-secondary:hover, .btn.btn-secondary:active {
    background: linear-gradient(180deg, #30bad4 0%, #2497ad 100%);
    border: none;
    color: #FFFFFF; }
  .btn.btn-secondary > span {
    vertical-align: middle;
    line-height: 18px; }

.btn.btn-secondary.btn-sm, .btn-group-sm > .btn.btn-secondary {
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px; }

/* SPRITES */
.sprite {
  background: url("../img/sprite.png") no-repeat left top transparent;
  display: inline-block; }

.sprite.clock {
  height: 19px;
  width: 19px; }

.sprite.tick {
  height: 20px;
  width: 20px;
  background-position: -22px 0; }

.sprite.tick-green, .sprite.tick-cyan {
  height: 20px;
  width: 20px;
  background-position: -282px -27px; }

.sprite.phone {
  height: 22px;
  width: 18px;
  background-position: -45px 0; }

.sprite.phone-dark {
  height: 22px;
  width: 18px;
  background-position: -341px -27px; }

.sprite.phone-blue {
  height: 22px;
  width: 18px;
  background-position: -447px -76px; }

.sprite.pinpoint {
  height: 18px;
  width: 13px;
  background-position: -65px 0; }

.sprite.search {
  height: 25px;
  width: 25px;
  background-position: -79px 0; }

.sprite.menu {
  height: 21px;
  width: 30px;
  background-position: -153px -53px; }

.sprite.facebook {
  height: 25px;
  width: 16px;
  background-position: -107px 0; }

.sprite.facebook:hover {
  background-position: -367px -26px; }

.sprite.googleplus {
  height: 25px;
  width: 25px;
  background-position: -124px 0; }

.sprite.googleplus:hover {
  background-position: -384px -26px; }

.sprite.twitter {
  height: 23px;
  width: 25px;
  background-position: -149px -3px; }

.sprite.twitter:hover {
  background-position: -409px -29px; }

.sprite.paypal {
  height: 25px;
  width: 82px;
  background-position: -174px 2px; }

.paydirekt {
  height: 25px;
  width: 73px;
  background: url("../img/paydirekt_logo_small.png") no-repeat center center;
  background-size: contain; }

.sprite.visa {
  height: 25px;
  width: 55px;
  background-position: -255px 5px; }

.sprite.mastercard {
  height: 25px;
  width: 42px;
  background-position: -311px 0; }

.sprite.amex {
  height: 23px;
  width: 55px;
  background-position: -439px -27px; }

.sprite.debit {
  height: 25px;
  width: 42px;
  background-position: -464px 3px; }

.sprite.giropay {
  height: 25px;
  width: 49px;
  background-position: -354px 2px; }

.sprite.sofortueberweisung {
  height: 25px;
  width: 60px;
  background-position: -403px 2px; }

.sprite.invoice {
  height: 25px;
  width: 38px;
  background-position: -511px -1px; }

.sprite.category-star {
  height: 17px;
  width: 17px;
  background-position: -48px -27px; }

.product-teaser .sprite.category-star {
  height: 17px;
  width: 17px;
  background-position: -472px -78px; }

.small .sprite.category-star {
  height: 14px;
  width: 12px;
  background-position: -90px -27px; }

.sprite.category-star.star-half {
  height: 17px;
  width: 9px;
  background-position: -48px -27px; }

.active .sprite.category-star {
  background-position: -69px -27px; }

.sprite.arrow {
  height: 12px;
  width: 19px;
  background-position: -1px -27px; }

.sprite.arrow-big {
  height: 15px;
  width: 19px;
  background-position: -120px -27px; }

.collapsed .sprite.arrow {
  height: 12px;
  width: 19px;
  background-position: -25px -27px; }

.ui-icon.ui-icon-triangle-1-s {
  background: url("../img/sprite.png") no-repeat -108px -34px transparent;
  height: 4px;
  width: 7px; }

.sprite.all-details {
  background-position: -120px -27px;
  height: 15px;
  width: 18px;
  margin-left: 7px; }

.sprite.calender {
  background-position: 0 -47px;
  height: 45px;
  width: 57px; }

.sprite.calender-selected {
  background-position: 0 -94px;
  height: 45px;
  width: 57px; }

.sprite.voucher {
  background-position: -57px -47px;
  height: 45px;
  width: 59px; }

.sprite.select-list-top {
  background-position: -197px -27px;
  height: 10px;
  width: 18px; }

.sprite.select-list-top-single {
  background-position: -411px -102px;
  width: 97px;
  height: 15px; }

.circle-number {
  background-image: none !important;
  clip-path: circle(22px at center);
  background-color: #2497ad;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  display: inline-block;
  width: 45px;
  height: 44px;
  margin-right: 10px; }

.sprite.circle-1 {
  background-position: -190px -50px;
  height: 45px;
  width: 45px; }

.sprite.circle-2 {
  background-position: -237px -50px;
  height: 45px;
  width: 45px; }

.sprite.circle-3 {
  background-image: url("../img/step-3.png") !important;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px; }

.sprite.circle-4 {
  background-image: url("../img/step-4.png") !important;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px; }

.sprite.tick-gray {
  background-position: -303px -28px;
  height: 20px;
  width: 20px; }

.sprite.star-white {
  background-position: -325px -28px;
  height: 12px;
  width: 12px; }

.sprite.closeInfo {
  background-position: -502px -28px;
  height: 20px;
  width: 20px; }

.sprite.info-i {
  background-position: -288px -52px;
  height: 25px;
  width: 25px; }

.sprite.info-i-small {
  background-position: -469px -57px;
  height: 16px;
  width: 16px; }

.sprite.hc-stars {
  background-position: -316px -56px; }

.sprite.hc-stars-inner {
  background-position: -316px -78px; }

.sprite.arrow-footer {
  background-position: -125px -82px;
  height: 10px;
  width: 18px; }

.open .sprite.arrow-footer {
  background-position: -148px -82px;
  height: 10px;
  width: 18px; }

/* SPRITE: FEATURES */
.sprite.feature-sauna, .sprite.feature-sauna-engl {
  background-position: -63px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-haustiere-erlaubt, .sprite.feature-pets-welcome {
  background-position: -255px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-oepnv-in-500m, .sprite.feature-oepnv-in-500m-entfernung, .sprite.feature-public-transport-near {
  background-position: -191px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-barrierearm, .sprite.feature-barrierefrei, .sprite.feature-barrier-free {
  background-position: -351px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-garage, .sprite.feature-garage-engl {
  background-position: -287px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-parkplatz, .sprite.feature-parking {
  background-position: -159px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-fitness, .sprite.feature-fitness-area {
  background-position: -319px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-internet-kostenlos, .sprite.feature-internet-included {
  background-position: -223px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-pool-innen {
  background-position: -127px -100px;
  height: 30px;
  width: 30px; }

.sprite.feature-restaurant, .sprite.feature-restaurant-engl {
  background-position: -95px -100px;
  height: 30px;
  width: 30px; }

.sprite.filter {
  background-position: -123px -52px;
  height: 20px;
  width: 20px; }

.mobile-teaser-image {
  display: none;
  width: 100%;
  height: auto;
  vertical-align: middle; }

@media (max-width: 991px) {
  .container.teaser-box, #searchBar form#searchForm table.search-parameters td div.teaser-box.dropdown-menu {
    text-align: center; } }

@media (max-width: 767px) {
  .container.teaser-box, #searchBar form#searchForm table.search-parameters td div.teaser-box.dropdown-menu, .container.teaser-box.category, #searchBar form#searchForm table.search-parameters td div.teaser-box.category.dropdown-menu {
    background: none #fff !important;
    padding: 0;
    height: auto;
    display: none;
    position: absolute;
    width: 100%; }
  /* Fix for product page title on mobile devices  */
  .container.teaser-box.product-details, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu {
    display: block;
    background-image: none !important; }
  .container.teaser-box.product-details > .teaser-search, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .teaser-search {
    display: none; }
  .container.teaser-box.product-details.mobile-search > .teaser-search, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.mobile-search.dropdown-menu > .teaser-search {
    display: block; }
  .container.teaser-box.product-details > .product-teaser, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser {
    display: block;
    position: relative;
    padding: 0 15px;
    background-color: #fff; }
  .container.teaser-box.product-details > .product-teaser .heading, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser .heading,
  .container.teaser-box.product-details > .product-teaser .rating-info,
  #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser .rating-info {
    color: #4a4a4a; }
  .container.teaser-box.product-details > .product-teaser .heading, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser .heading {
    font-size: 26px;
    margin: 8px 0 15px; }
  .container.teaser-box.product-details > .product-teaser .rating-info > span, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser .rating-info > span {
    display: inline-block;
    vertical-align: top; }
  .container.teaser-box.product-details > .product-teaser .rating-info .superior, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser .rating-info .superior {
    display: none; }
  .container.teaser-box.product-details > .product-teaser .rating-info .estimated, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser .rating-info .estimated {
    display: none; }
  .container.teaser-box.product-details > .product-teaser .rating-info span.hotel, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser .rating-info span.hotel {
    width: calc(100% - 70px); }
  .container.teaser-box.product-details > .product-teaser .rating-info .classification .star-white, #searchBar form#searchForm table.search-parameters td div.teaser-box.product-details.dropdown-menu > .product-teaser .rating-info .classification .star-white,
  .mobile-teaser .mobile-teaser-rating .classification .star-white {
    background-position: -90px -27px;
    height: 14px; }
  .mobile-teaser .mobile-teaser-rating {
    font-size: 14px;
    padding: 6px 15px 0;
    text-align: left; }
  .mobile-teaser .mobile-teaser-heading {
    font-size: 26px;
    margin: 8px 15px 15px;
    line-height: 1; }
  /* End of fix for product page title on mobile devices  */
  .container.teaser-box.mobile-search, #searchBar form#searchForm table.search-parameters td div.teaser-box.mobile-search.dropdown-menu {
    display: block;
    z-index: 2000;
    position: absolute;
    top: 77px; }
  .ui-autocomplete {
    z-index: 2000;
    left: 0 !important;
    width: 100% !important; }
  .ui-autocomplete li {
    padding: 10px 20px !important; }
  .ui-autocomplete li.ui-menu-item {
    padding: 10px 20px 10px 30px !important; }
  .teaser-box .teaser-search, .teaser-box.category .teaser-search {
    margin: 0 !important; }
  .teaser-box .teaser-search .searchbar {
    margin: 15px 25px;
    width: auto; }
  .searchbar .searchfield {
    width: 100% !important;
    text-align: left; }
  .searchbar .button.search {
    position: absolute;
    right: 15px; }
  .searchbar .input {
    width: 75% !important; }
  .searchbar .pinpoint {
    margin: 0; }
  .mobile-teaser-image {
    display: block; } }

/* HEADER */
#info-header {
  background: #484848;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  padding: 0;
  color: #fff;
  max-width: 1330px; }

#info-header .customer-service .phone {
  display: inline-block;
  padding: 0 15px; }

#info-header .customer-service .phone .office-hours {
  color: #8b8b8b;
  font-style: italic; }

#info-header .customer-service .info-text {
  text-transform: uppercase;
  display: inline-block;
  background: #515151; }

#info-header .customer-service .info-text .info-block {
  margin: 0 25px;
  display: inline-block; }

#info-header .customer-service .info-text .info-block span.sprite {
  margin-top: 8px;
  margin-right: 4px;
  vertical-align: top;
  display: inline-block; }

#info-header .customer-service .info-text .info-block .spacer {
  display: inline-block;
  border-left: 1px solid #ccc;
  margin: 9px 0;
  margin-right: 25px;
  vertical-align: top;
  height: 20px; }

@media (max-width: 1324px) {
  #info-header .customer-service .info-text .block3 {
    display: none; } }

@media (max-width: 1068px) {
  #info-header .customer-service .info-text .block2 {
    display: none; }
  #info-header .customer-service .info-text .block3 {
    display: none; } }

@media (max-width: 720px) {
  #info-header .customer-service .info-text .block1 {
    display: none; }
  #info-header .customer-service .info-text .block2 {
    display: none; }
  #info-header .customer-service .info-text .block3 {
    display: none; } }

#info-header .glyphicon {
  color: #ff702c;
  font-size: 19px;
  top: 5px;
  margin-right: 3px; }

.btn-dismiss, .btn-dismiss:active, .btn-dismiss:visited {
  color: #a4a4a4;
  text-decoration: none !important;
  font-size: 16px; }

.btn-dismiss:hover {
  color: #a4a4a4 !important;
  text-decoration: underline !important; }

.user-account label.control-label {
  margin-top: 8px; }

@media (max-width: 991px) {
  .teaser-box .title {
    font-size: 4vw; } }

/* TEASER SEARCHBAR */
.teaser-search {
  /*margin-top: 80px;*/ }

.teaser-search .searchbar {
  margin: 0 auto;
  width: 365px; }

.searchbar .input {
  border: none;
  font-size: 16px;
  margin: 8px 0 0;
  color: #999999;
  width: 275px; }

.searchbar .input:focus {
  outline: none; }

.searchbar .searchfield {
  width: 320px;
  background-color: #fff;
  height: 40px;
  float: left;
  display: inline-block; }

.searchbar .searchfield .is-active {
  color: #343434; }

.searchbar .pinpoint {
  margin: 0 8px 0;
  vertical-align: text-bottom; }

.extended_search {
  display: block;
  text-decoration: underline !important;
  position: relative;
  top: 8px;
  left: -5px;
  color: #ff702c !important;
  font-weight: bold;
  text-align: right; }

@media (max-width: 500px) {
  .searchbar .pinpoint {
    margin: 0; } }

.searchbar .button {
  background-color: #ff702c;
  border: none;
  margin-left: 4px;
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  padding: 0; }

.searchbar .button.search {
  padding: 7px 7px 3px; }

/* BENEFITS */
.benefits {
  border-bottom: 1px solid #ccc;
  padding: 20px 15px 16px; }

.benefits > h1.benefits-header {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px; }

.benefits .benefit {
  vertical-align: text-bottom;
  padding-left: 8px; }

@media (max-width: 991px) {
  .benefits > .row > div {
    text-align: center;
    line-height: 1.2; }
  .benefits .last span {
    display: inline-block; }
  .benefits .last .benefit {
    vertical-align: top;
    width: 90px; } }

/* PRODUCTBOXES */
.product:hover .price-hover {
  display: block; }

.related-products .product:hover {
  background-color: #fff;
  border-color: #fff; }

@media (max-width: 1199px) {
  .product .product-image, .content .content-image {
    width: 283px;
    height: 208px;
    background-position: center center; } }

@media (max-width: 991px) {
  .product .product-image, .content .content-image {
    width: 100%;
    height: 220px;
    background-position: center center;
    background-size: cover; }
  .product .product-image + .day-variants {
    width: 100%; }
  .new-product-bottom {
    width: 100%; } }

.product .new-product, .product .new-product-bottom {
  padding: 3px 10px;
  background-color: rgba(255, 112, 44, 0.9);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase; }

.product .new-product {
  display: block; }

.product .new-product-bottom {
  display: none; }

.product .day-variants > span.briefcase {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat -445px -56px;
  height: 16px;
  width: 18px;
  margin-right: 5px; }

.product .day-variants span {
  display: inline-block;
  vertical-align: middle; }

.product .day-variants span.nights {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/* === desktop version === */
.product .price .new-product {
  position: absolute;
  width: 100%;
  font-size: 14px;
  top: 77px;
  right: 0; }

@media (max-width: 992px) {
  .product .price .day-variants, .product .price .new-product {
    display: none !important; }
  .product .product-image + .day-variants {
    position: static;
    display: block;
    background-color: #ff702c; }
  .new-product-bottom {
    position: static;
    display: block !important;
    background-color: #ff702c; } }

.product .info .location {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px; }

.product .info .sprite.category-star.last {
  margin-right: 5px; }

.product .info .sprite.category-star {
  height: 14px; }

.product .info .dash {
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-right: 2px; }

.rating-info.hidden-xs {
  margin-top: 15px;
  font-weight: bold; }

.rating-info.hidden-xs span {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2; }

.rating-info.hidden-xs span.category-star {
  height: 15px;
  vertical-align: middle;
  margin-bottom: 4px; }

.rating-info .classification {
  line-height: 17px;
  padding-right: 8px;
  color: #4a4a4a; }

.product-checkout .product-teaser .rating-info .classification {
  color: #fff; }

.details .classification .superior {
  padding-right: 2px;
  padding-left: 5px;
  position: relative; }

.classification .hotel-name {
  margin-left: 5px; }

.classification .estimated {
  color: #515151;
  padding-right: 2px;
  font-size: 12px; }

.details .classification .estimated {
  color: #515151;
  padding-right: 2px; }

.small .superior {
  position: relative; }

.col-sm-3 .product {
  width: 225px;
  height: 290px; }

.col-sm-3 .product .product-image {
  width: 225px;
  height: 200px; }

/* CONTENTBOXES */
.content {
  padding: 10px 0 10px; }

.content-image {
  background-position: center center;
  background-size: cover;
  width: 300px;
  height: 220px;
  display: table; }

.col-sm-4 .content-image {
  width: 300px;
  height: 220px; }

.col-sm-3 .content-image {
  width: 225px;
  height: 200px; }

.content-image .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 0 5px; }

.content-image.dimmed .title {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 27px; }

.dimmed-dark .content-image.dimmed .title {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  line-height: 27px;
  text-shadow: #000 0 0 15px; }

/* COUNTDOWN */
.countdown {
  text-align: center;
  padding: 25px 0; }

.countdown .category {
  display: inline;
  font-size: 34px;
  font-weight: 300;
  padding-right: 26px; }

.countdown .countdown-timer {
  color: #ff702c;
  font-size: 24px;
  padding-left: 5px; }

.countdown .countdown-timer span {
  width: 39px;
  text-align: center;
  display: inline-block; }

@media (max-width: 767px) {
  .countdown {
    padding: 15px 0 5px; } }

@media (max-width: 500px) {
  .countdown {
    padding: 15px 0 5px; }
  .countdown .category {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-top: 3px; } }

/* PARTNER SLIDER */
#partner-slider {
  width: 100%; }

#partner-slider .partner {
  width: 19.5%;
  overflow: hidden;
  display: inline-block;
  padding: 15px; }

#partner-slider .block {
  position: absolute; }

#partner-slider .partner img {
  width: 100%;
  height: auto; }

@media (max-width: 991px) {
  #partner-slider .block .partner {
    width: 25%; }
  #partner-slider .block .partner:last-child {
    display: none; } }

@media (max-width: 767px) {
  #partner-slider .block .partner {
    width: 50%; }
  #partner-slider .block .partner:nth-child(even) {
    display: none; } }

/* CATEGORY PAGE */
.teaser-box.category {
  height: 380px;
  background-position: center; }

.teaser-box.category .teaser-search {
  margin-top: 160px; }

.category-heading {
  text-align: center;
  background-color: #f6f5f3;
  font-weight: 300;
  font-size: 18px;
  padding: 25px 0; }

@media (max-width: 767px) {
  .category-heading {
    padding-left: 15px;
    padding-right: 15px; } }

.category-heading .heading {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0; }

/* PRODUCT PAGE */
.teaser-box .product-teaser {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 10px 0 0 28px;
  text-align: left; }

.product-teaser .heading {
  color: #fff;
  font-size: 31px;
  margin: 3px 0 35px;
  line-height: 1; }

.product-checkout .product-teaser .heading {
  margin-bottom: 5px; }

.product-checkout .product-teaser {
  padding-bottom: 20px; }

.product-teaser .classification .superior {
  /*vertical-align: text-bottom;*/
  margin-left: 5px;
  position: relative;
  top: -2px; }

.product-teaser .classification {
  color: #fff; }

@media screen and (max-width: 991px) and (min-width: 767px) {
  .product-teaser .heading {
    margin-bottom: 15px; }
  dt {
    width: 170px; }
  dd {
    width: 270px; } }

@media screen and (min-width: 767px) {
  .product-teaser .heading, .product-teaser .rating-info {
    padding-right: 350px; }
  .product-checkout .product-teaser .heading, .product-checkout .product-teaser .rating-info {
    padding-right: 0; } }

.product-teaser .rating-info {
  color: #fff;
  line-height: 17px; }

.product-teaser .rating-info .last {
  margin-right: 5px; }

.table.table-striped > thead > tr > th {
  border-bottom: none; }

.product-details .teaser-search {
  display: none; }

@media (max-width: 767px) {
  .product-details .teaser-search {
    display: block; }
  .product-teaser {
    display: none; }
  .product-teaser .rating-info {
    display: none; } }

@media (max-width: 991px) {
  .product-content .features {
    position: relative;
    top: 0;
    padding: 0;
    margin-left: 0;
    display: block; } }

/* PRODUCT SELECT */
.product-select .gray-input.soldout {
  background-color: #fff; }

.product-select .min-price .amount-per-person {
  color: #34495e;
  margin-top: -10px;
  font-size: 18px;
  text-align: center; }

.product-select .min-price .amount-per-person .amount-c {
  font-size: 14px;
  vertical-align: top;
  line-height: 21px; }

.product-select .button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  padding: 13px 0 5px 0;
  width: 100%;
  outline: none;
  text-align: left;
  white-space: nowrap; }

@media (max-width: 991px) {
  .product-select .button {
    text-align: center; } }

.product-select .button.date {
  background-color: #2497ad; }

.product-select .button.date:hover {
  background-color: #228da2; }

.product-select .button.voucher {
  background-color: #ff7533;
  margin-bottom: 15px; }

.button.only-voucher, .button.only-date {
  cursor: default; }

.product-select .button.voucher:hover {
  background-color: #f6712f; }

.product-select .button.voucher.active, .product-select .button.date.active {
  background-color: #aeb6bf;
  margin-bottom: 0; }

.product-select .select-divider {
  text-align: center;
  margin: 10px 0;
  font-size: 17px; }

.product-select .button-text {
  vertical-align: top;
  line-height: 44px;
  display: inline-block; }

.product-select .double-line {
  margin-top: -8px;
  margin-left: -8px; }

.product-select .button-text > span > span.icon {
  display: inline-block;
  width: 20px;
  height: 20px; }

.product-select .button-text > span.active {
  color: #a9dfbf;
  display: block;
  line-height: 30px; }

.product-select .button-text > span.inactive {
  color: #eee;
  display: block;
  line-height: 30px; }

.col-select .bottom-arrow {
  display: none; }

.col-select .button.one-offer .sprite.voucher {
  display: none; }

.col-select .button.one-offer .bottom-arrow {
  background: url("/img/angebotsauswahl_pfeil.svg") no-repeat center bottom #aeb6bf;
  background-size: 110%;
  height: 20px;
  width: 100%;
  display: none;
  margin-bottom: -5px; }

.col-select .button.one-offer.only-voucher .bottom-arrow, .col-select .button.one-offer.active .bottom-arrow {
  display: block; }

.col-select .button.one-offer .button-text {
  text-align: center;
  display: block;
  line-height: 44px;
  padding-bottom: 7px; }

.product-select .sprite.calender, .product-select .sprite.voucher {
  margin: 0 10px; }

.product-select .sprite.select-list-top {
  position: absolute;
  top: -10px;
  display: block;
  left: 40px; }

.product-select .sprite.select-list-top-single {
  position: absolute;
  right: 48px;
  top: 0;
  display: block; }

@media screen and (min-width: 992px) {
  .how-to.success .how-to-box {
    height: 220px; } }

/* PRODUCT SELECT DATE PICKER */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  background: url("../img/sprite.png") no-repeat center center transparent;
  height: 18px;
  width: 12px; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: -235px -26px; }

.ui-datepicker .ui-datepicker-next span {
  background-position: -250px -26px; }

.ui-datepicker .ui-datepicker-prev.ui-state-disabled span {
  background-position: -222px -26px; }

.ui-datepicker .ui-datepicker-next.ui-state-disabled span {
  background-position: -263px -26px; }

.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: default; }

.ui-datepicker .ui-datepicker-prev-hover.ui-state-disabled:active, .ui-datepicker .ui-datepicker-next-hover.ui-state-disabled:active, .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 4px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 4px;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 4px;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev-hover:active, .ui-datepicker .ui-datepicker-next-hover:active {
  top: 5px; }

/* CHECKOUT PAGE */
#checkout .ui-datepicker {
  border: 1px solid #999;
  background-color: #fff;
  box-shadow: #333 0 0 3px; }

.sprite.closeInfo {
  float: right;
  margin-right: 25px;
  cursor: pointer; }

.info-banner, #animod-c {
  color: #fff;
  background-color: #2497ad;
  padding: 8px 0;
  text-align: center;
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  margin-left: -15px; }

.info-banner span {
  vertical-align: text-top;
  color: #fff; }

.info-banner .tick-gray {
  margin-right: 5px; }

.info-banner span.middle {
  padding: 0 25px; }

#animod-c {
  top: auto;
  left: 0;
  bottom: 0;
  background-color: #4a4a4a;
  color: #fff;
  margin: 0;
  z-index: 1200;
  padding: 5px; }
  #animod-c a {
    color: #fff;
    text-decoration: underline; }
    @media screen and (max-width: 767px) {
      #animod-c a {
        display: block;
        margin-left: 0; } }
  #animod-c button {
    margin-left: 10px;
    border: none;
    padding: 2px 8px;
    background-color: #2497ad;
    color: #fff; }

#animod-c button:hover, .switch-group .switch:hover, .checkout-box #btn-redeem:hover, .newsletter .newsletter-signup:hover,
div#callBack form.form-data button.blue-button:hover {
  background-color: #0d8dad; }

.teaser-box.product-checkout {
  height: 330px;
  position: relative;
  padding: 0;
  background-position: center center; }

.packaging-banner {
  /*border: 2px solid #ff702c;*/
  border: 1px solid rgba(255, 112, 44, 0.5);
  position: relative;
  background: #fcfcfc;
  box-shadow: #ff702c 0 0 4px;
  /*box-shadow: #333 0 0 4px;*/
  margin-bottom: 0 !important;
  margin-top: 10px; }

.packaging-banner p {
  padding: 15px 15px 5px;
  margin-left: 206px; }

.packaging-banner img {
  position: absolute;
  left: 10px;
  top: 1px;
  width: 170px;
  opacity: 0.6; }

.packaging-giftbox {
  padding: 0; }

.checkout-info .voucher-block .rating-info {
  color: #fff;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.checkout-info .voucher-block .rating-info .superior {
  color: #fff;
  font-size: 13px;
  padding-left: 2px; }

.checkout-info .voucher-block .rating-info .hotel {
  display: block;
  font-size: 16px;
  font-weight: bold; }

.checkout-info .checkout-box.on-top {
  padding: 15px 20px 0; }

.checkout-info .proceed-box {
  background: #fff;
  padding: 5px 0; }

.checkout-info hr {
  border-bottom: 1px solid #ccc;
  margin: 0 13px; }

.checkout-box .heading {
  margin: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1; }

.checkout-info h3, .checkout-info h4 {
  margin: 0; }

.checkout-info .indented {
  margin-left: 7px; }

.checkout-box .quantity-note {
  font-size: 14px;
  line-height: 1.2; }

.checkout-box .quantity-note a {
  text-decoration: underline; }

.checkout-box .quantity-note .sprite.info-i-small {
  vertical-align: bottom;
  margin-left: 3px; }

#quantity-note-box {
  padding-bottom: 0; }
  #quantity-note-box .heading {
    font-size: 20px;
    display: block;
    padding: 20px 0;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    color: #484848;
    width: 100%; }
  #quantity-note-box .classification .stars .icon-stern {
    width: 20px;
    height: 20px;
    margin-right: 5px; }
  #quantity-note-box .hotel {
    font-size: 20px;
    font-weight: normal; }

.checkout-info-box .content-box {
  padding-bottom: 0; }

.checkout-info-box h2.heading {
  padding: 10px 0; }

.checkout-box-content .switch-label {
  margin-top: 5px; }

/*.checkout-box #discountCode-display{
    margin-left: -4px;
}*/
.switch-group .switch {
  font-size: 18px;
  padding: 7px 14px;
  background-color: #2497ad;
  color: #fff;
  font-weight: 600;
  float: left;
  border: none;
  outline: none;
  height: 34px; }

.switch-group .switch:active {
  outline: none; }

.switch-group .switch.plus, .switch-group .switch.minus {
  cursor: pointer; }

.switch-group .switch.plus.disabled, .switch-group .switch.minus.disabled {
  cursor: default;
  background-color: #ccc;
  color: #4a4a4a; }

.switch-group .switch.counter {
  background-color: #fff;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400; }

.checkout-box.sum {
  padding-top: 0;
  padding-bottom: 3px; }

.post-quantity-notice, .giftbox-quantity-notice, .gift-quantity-notice {
  display: none;
  border: 2px solid rgba(255, 112, 44, 0.5);
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #f1f1f1; }

.xmas-notice {
  color: red; }

.checkout-content .heading span {
  vertical-align: middle;
  margin-right: 15px; }

.checkout-content .heading.inline {
  float: left; }

.checkout-content h3.heading {
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin: 6px 0 15px 0; }

.checkout-data .sprite.info-i {
  position: relative;
  top: 5px;
  right: -15px; }

.ui-tooltip.ui-widget-content {
  background-color: #fff;
  font-size: 14px; }

.checkout-data .checkbox {
  margin-top: 13px;
  margin-bottom: 13px; }

.checkout-data hr {
  border-top: 1px solid #ccc;
  margin: 30px 0; }

.small-svg {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.card-cvc {
  width: 80px !important; }

.hidden-option input.submit-group-login {
  width: 215px;
  float: left;
  margin-right: 15px; }

.hidden-option-login {
  border: none;
  color: #fff;
  background-color: #aeb6bf;
  padding: 9px 18px;
  font-weight: 600; }

.modal {
  z-index: 1300; }

.modal-content {
  border-radius: 0; }

.modal-content div.modal-title {
  font-size: 18px; }

.modal-open {
  overflow: auto;
  padding-right: 0 !important; }

@media (max-width: 767px) {
  #lastname, #cardNumber, #cardExpiryMonth, #cardExpiryYear, #loginPassword, #street, #city {
    margin-top: 10px; }
  .checkout-right {
    padding-left: 0;
    padding-right: 0; }
  .checkout-info .proceed-box {
    padding: 0; } }

@media (max-width: 318px) {
  .payment-box .sprite.logo {
    zoom: .6; } }

.checkout-bottom {
  float: left;
  margin-top: 20px;
  /*margin: 20px 0 0 15px;
    width: 668px;*/ }

/* SEO TEXT */
.container.content-text.small, #searchBar form#searchForm table.search-parameters td div.content-text.small.dropdown-menu {
  color: #999; }

.container.content-text.small h1, #searchBar form#searchForm table.search-parameters td div.content-text.small.dropdown-menu h1 {
  font-size: 20px !important; }

.container.content-text h1, #searchBar form#searchForm table.search-parameters td div.content-text.dropdown-menu h1 {
  font-size: 24px !important; }

.container.content-text h2, #searchBar form#searchForm table.search-parameters td div.content-text.dropdown-menu h2 {
  font-size: 20px !important; }

.container.content-text h3, #searchBar form#searchForm table.search-parameters td div.content-text.dropdown-menu h3 {
  font-size: 20px !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .related-products .product .product-image, .related-products .product .day-variants, .related-products .product .new-product {
    width: 345px; } }

.error {
  background-color: #f4bec4;
  border-color: red; }

.dialog-frame {
  border: none;
  width: 100%;
  height: 430px; }

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 15px 0; }
  .dialog-frame {
    height: 380px; } }

a.btn-link {
  text-decoration: underline !important; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* HOW-TO-BOXES */
.how-to .how-to-box {
  background-color: #f6f5f3;
  position: relative;
  min-height: 245px; }

.how-to .heading {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  color: #484848;
  width: 100%; }

.how-to-box img {
  padding: 15px 0 0; }

@media (max-width: 991px) {
  .how-to-box img {
    width: 100%; } }

@media (max-width: 767px) {
  .how-to .how-to-box {
    min-height: auto; }
  .how-to-box img {
    padding: 15px 20% 0; } }

@media (max-width: 500px) {
  .how-to-box img {
    padding: 15px 10% 0; } }

.how-to-box .number {
  background-color: #2497ad;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  line-height: 1;
  padding: 4px 12px 5px;
  position: absolute;
  top: 10px;
  left: 12px; }

.how-to-box .text {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 0 25px 15px; }

.how-to-box.how-to-box-1 .text {
  padding-top: 20px; }

.how-to-box .text.two-lines {
  padding: 22px 25px 15px; }

.ui-dialog {
  background-color: #fff;
  z-index: 2001 !important; }

.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2000 !important; }

.ui-dialog-titlebar {
  display: none; }

#voucher-how-to .heading {
  padding: 0; }

.ui-dialog .ui-button {
  border-radius: 0;
  border: 0;
  background-color: #2497ad;
  font-size: 18px;
  color: #fff;
  padding: 6px 24px; }

.ui-dialog .infotext {
  font-size: 18px;
  margin-top: 20px; }

/* === General button styles === */
.btn.btn-cyan {
  border-radius: 0;
  border: 0;
  background-color: #2497ad;
  font-size: 18px;
  color: #fff;
  padding: 6px 24px; }

.btn:focus, .btn:active {
  outline: 0; }

.btn.btn-cyan:hover {
  background-color: #0d8dad; }

.btn.btn-danger {
  border-radius: 0;
  border: 0;
  background-color: #af2b20;
  font-size: 18px;
  color: #fff;
  padding: 6px 24px; }

.btn:focus, .btn:active {
  outline: 0; }

.btn.btn-danger:hover {
  background-color: #db3126; }

.btn.btn-gray {
  border-radius: 0;
  border: 0;
  background-color: #999;
  font-size: 18px;
  color: #fff;
  padding: 6px 24px; }

.btn.btn-gray:hover {
  background-color: #aaa; }

.btn.btn-orange {
  border-radius: 0;
  border: 0;
  background-color: #ff702c;
  font-size: 18px;
  color: #fff;
  padding: 6px 24px; }

.btn.btn-orange:hover {
  background-color: #ff7e2d; }

.btn.btn-orange.btn-lg, .btn-group-lg > .btn.btn-orange {
  padding: 15px 40px;
  margin-top: 20px; }

.btn.btn-gray.light {
  background-color: #eeedea;
  color: #4a4a4a; }

.center {
  display: block;
  margin: 0 auto; }

.btn.btn-xl {
  padding: 15px 40px;
  font-size: 20px; }

/* === Fixing slow bootstrap collapse === */
.alert {
  border-radius: 0; }

.collapsing {
  -webkit-transform: height 0.1s;
  transition: height 0.1s; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .btn-lg, .btn-group-lg > .btn {
  border-radius: 0;
  border: none; }

.input-group-btn .btn {
  margin-top: 0 !important; }

.load-more, .load-more-searchresults {
  margin-top: 40px;
  text-align: center;
  min-height: 38px; }

/* INSTANT DISCOUNT */
.instant-discount {
  color: white;
  background: #ff702c;
  font-size: 8pt;
  text-align: center;
  position: absolute;
  /*border: 4px solid #FF702C;*/
  line-height: 11pt;
  display: inline-block;
  right: -45px;
  height: 45px;
  top: 26px;
  padding: 1px 4px 1px 2px; }

.instant-discount span.value {
  display: block;
  font-weight: bold;
  font-size: 11pt; }

.instant-discount:after {
  right: 100%;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 22px 10px 22px 0;
  border-color: transparent #ff6f2c transparent transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg); }

.form-header {
  padding: 10px 0 0;
  font-weight: bold;
  text-align: center; }

#valueVoucherAmount {
  border: 1px solid #999;
  width: 80%;
  height: 60px;
  display: block;
  margin: 10px auto; }

#valueVoucherAmount input {
  font-size: 42px;
  border: none;
  width: 180px;
  height: 56px;
  text-align: right;
  display: inline-block;
  margin: 0;
  padding: 0; }

#valueVoucherAmount span {
  font-size: 42px;
  color: #999;
  display: inline-block;
  text-align: center;
  margin-left: 5px; }

#showCheckout {
  font-size: 26px;
  width: 80%;
  margin: 10px auto 20px;
  display: block; }

@media screen and (max-width: 992px) {
  .instant-discount {
    right: -35px;
    top: 50%;
    margin-top: -22px; }
  .instant-discount ~ span.euro {
    padding-right: 30px; } }

/* FEEDBACK BOX */
#feedback-box {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background: #eee;
  z-index: 3000; }
  #feedback-box h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 10px;
    padding: 0; }
  #feedback-box p {
    margin: 0 0 5px; }
  #feedback-box .btn-send {
    width: 100%; }
  #feedback-box .trigger-close {
    position: absolute;
    padding: 0;
    width: 40px;
    height: 30px;
    right: 0;
    top: 0; }
  #feedback-box .trigger-open {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px; }
  #feedback-box.feedback-closed {
    width: 120px;
    height: 40px;
    border: none;
    box-shadow: none;
    background: transparent; }
    #feedback-box.feedback-closed form, #feedback-box.feedback-closed h2 {
      display: none; }
    #feedback-box.feedback-closed .trigger-open {
      display: block; }
  #feedback-box.feedback-open {
    width: 300px;
    height: 275px;
    border: 1px solid #999;
    box-shadow: 6px -5px 18px 0 rgba(0, 0, 0, 0.1);
    padding: 5px; }
    #feedback-box.feedback-open form, #feedback-box.feedback-open h2 {
      display: block; }
    #feedback-box.feedback-open .trigger-open {
      display: none; }
  #feedback-box .success, #feedback-box .activity {
    position: absolute;
    background: #fff;
    top: 40px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding-top: 50px; }
  #feedback-box .message-text {
    width: 100%;
    height: 112px;
    padding: 5px; }
  #feedback-box .reply-to {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px; }

/* RATING BOX */
#rating-box {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background: #eee;
  z-index: 3000; }

#rating-box h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 10px;
  padding: 0; }

#rating-box .trigger-close {
  position: absolute;
  padding: 0;
  width: 40px;
  height: 30px;
  right: 0;
  top: 0; }

#rating-box .trigger-open {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0; }

.rating-closed {
  width: 120px;
  height: 40px;
  border: none;
  box-shadow: none; }

.rating-open {
  width: 300px;
  height: 365px;
  border: 1px solid #999;
  box-shadow: #666 2px 2px 5px;
  padding: 5px; }

.rating-closed form,
.rating-closed h2,
.rating-open .trigger-open {
  display: none; }

.rating-open h2,
.rating-open form,
.rating-closed .trigger-open {
  display: block; }

#rating-box .success,
#rating-box .activity {
  position: absolute;
  background: #fff;
  top: 40px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  padding-top: 50px; }

#rating-box p {
  margin: 0 0 5px; }

#rating-box .message-text {
  width: 100%;
  height: 112px; }

#rating-box .reply-to {
  width: 100%;
  margin-bottom: 10px; }

#rating-box .rate-control {
  height: 70px;
  text-align: center;
  padding-top: 8px;
  background: #fff;
  border: 1px solid #aaa; }

.rating-closed .rate-control {
  display: none; }

.rating-open .rate-control {
  display: block; }

#rating-box .rate-control .rate-labels {
  position: relative;
  top: 10px; }

#rating-box .rate-control .rate-labels span {
  font-size: 11px;
  color: #979797;
  position: absolute;
  bottom: 0; }

#rating-box .rate-control .rate-labels .low {
  left: 10px; }

#rating-box .rate-control .rate-labels .high {
  right: 10px; }

#rating-box .jq-stars {
  display: inline-block; }

#rating-box .jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana; }

#rating-box .jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer; }

#rating-box .jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%; }

#rating-box .jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round; }

/* un-used */
#rating-box .jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888); }

/* === DIALOG FRIEND INVITE === */
div.ui-dialog[aria-describedby="friendinviteDialog"],
div#friendInvite, div#callBack {
  padding: 0; }

div.friendInvite.ui-dialog > div.ui-dialog-titlebar, div.callBack.ui-dialog > div.ui-dialog-titlebar {
  display: block;
  margin: -.2em;
  font-size: 18px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: bold; }

div.friendInvite.ui-dialog > div.ui-dialog-titlebar button {
  background: transparent;
  height: 20px;
  width: 20px;
  background: url("../img/sprite.png") no-repeat -502px -28px rgba(0, 0, 0, 0); }

div.callBack.ui-dialog > div.ui-dialog-titlebar button {
  height: 20px;
  width: 20px;
  background: url("../img/sprite.png") no-repeat -502px -28px rgba(0, 0, 0, 0); }

div.callBack.ui-dialog > div.ui-dialog-titlebar button:active, div.callBack.ui-dialog > div.ui-dialog-titlebar button:focus {
  outline: none; }

div.friendInvite.ui-dialog > div.ui-dialog-titlebar span, div.callBack.ui-dialog > div.ui-dialog-titlebar span {
  width: 100%; }

div#friendInvite > div {
  margin: 0; }

#friendInvite .how-to-box.how-to-box-1 .text {
  padding-top: 0; }

div#friendInvite div.heading-wrapper {
  width: 100%;
  margin: 0;
  display: block;
  background: #000; }

div#friendInvite div.heading-wrapper > h2.heading {
  padding: 0;
  margin: 15px 0;
  color: #fff;
  text-align: center; }

div#friendInvite div#tabs, div#friendInvite div#tabs > ul,
div#friendInvite div#tabs, div#friendInvite div#tabs > ul > li {
  margin: 0;
  padding: 0; }

div#friendInvite div#tabs > ul > li > a {
  display: block;
  text-align: center;
  float: none;
  font-size: 20px;
  background-color: #e7e6e6; }

div#friendInvite div.heading-wrapper + div {
  padding: 1em 1.4em; }

div#friendInvite div#tabs > ul > li.ui-tabs-active > a,
div#friendInvite div#tabs > ul > li.ui-tabs-active > a:active,
div#friendInvite div#tabs > ul > li.ui-tabs-active > a:focus,
div#friendInvite div#tabs > ul > li.ui-tabs-active,
div#friendInvite div#tabs > ul > li.ui-tabs-active:focus,
div#friendInvite div#tabs > ul > li.ui-tabs-active:active {
  background-color: #fff;
  outline: 0; }

div#friendInvite div.infotext {
  font-size: 20px;
  margin: 20px 0; }

div#friendInvite div#tabs div.friend-form.checkout-data > div,
div#friendInvite div.sender-form.checkout-data > div {
  margin-bottom: 10px; }

div#friendInvite div#tabs div.friend-form.checkout-data div.amount-each > span {
  line-height: 41px;
  font-size: 20px;
  white-space: nowrap; }

div#friendInvite div#tabs a#oneMoreFriendBtn {
  color: #a9a9a9;
  font-size: 18px;
  cursor: pointer;
  line-height: 40px;
  margin-left: -15px; }

div#friendInvite span.required-text {
  line-height: 40px; }

div#friendInvite div#tabs span.remove-friend {
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  cursor: pointer;
  color: #ff702c;
  font-weight: bold; }

div#friendInvite div.hiddenStep {
  display: none;
  position: absolute;
  left: 0;
  top: 0; }

div#friendInvite div.shownStep {
  position: static; }

div#friendInvite input {
  box-shadow: none; }

div#friendInvite input.invalid {
  outline: 1px solid #ff702c; }

div#callBack {
  overflow: hidden; }

div#callBack div.header, div#callBack div.callback-benefits, div#callBack div.how-to-box, div#callBack form {
  margin-bottom: 20px; }

div#callBack div.how-to-box.successful {
  background-color: #d1fcd5; }

div#callBack div.how-to-box div.sprite.tick-green {
  position: absolute;
  top: 15px;
  right: 15px; }

div#callBack div.callback-benefits > span {
  padding: 0 10px; }

div#callBack form.form-data input.gray-input {
  padding-right: 100px;
  box-shadow: none; }

div#callBack form.form-data button.blue-button {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 18px;
  border-radius: 0;
  padding: 7px 14px;
  background-color: #2497ad;
  color: #fff;
  font-weight: 600;
  border: 0;
  height: 40px;
  margin-top: 0; }

div#callBack form.form-data input.gray-input ~ p.error-messages {
  display: none; }

div#callBack form.form-data input.gray-input.error ~ p.error-messages {
  display: block;
  color: #e8381c;
  font-size: 14px;
  margin: 0; }

div.callBack.ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  padding: 0; }

div.callBack.ui-dialog .ui-dialog-buttonpane button {
  margin-top: 0; }

/* === other products links === */
div.select-other-products {
  margin-bottom: 10px; }

div.select-other-products button#otherProductsBtn {
  padding: 10px 15px;
  text-align: center;
  background-color: #aeb6bf; }

div.select-other-products button#otherProductsBtn:hover {
  background-color: #a9b0b7; }

div.select-other-products div.select-sub-box {
  display: none; }

div.select-other-products div.select-sub-box ul.select-sub-list {
  margin-bottom: 0; }

div.select-other-products li.select-sub-item > a {
  padding: 10px 20px;
  display: block; }

div.select-other-products li.select-sub-item > a:hover {
  background-color: #27ae60;
  color: #fff; }

.blue {
  color: #337ab7; }

.orange {
  color: #ff702c; }

div.media-links a {
  margin: 0 7px; }

/* === To top button styles === */
div#toTop {
  position: fixed;
  padding: 5px 7px;
  display: block;
  right: 15px;
  top: 50%;
  cursor: pointer;
  margin-top: -20px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s; }
  div#toTop .sprite-svg {
    width: 28px;
    height: 30px;
    transform: rotate(90deg);
    color: rgba(72, 72, 72, 0.3); }

@media screen and (max-width: 992px) {
  div#toTop {
    top: auto;
    bottom: 15px; } }

@media screen and (min-width: 767px) and (max-width: 992px) {
  div#feedback-box + div#toTop {
    bottom: 60px; } }

#userlike-offline-message-headline {
  width: 100% !important; }

.sprite-ebay, .sprite-reseller {
  background: url("../img/sprite-ebay.png") no-repeat;
  display: inline-block; }

.sprite-circle-30 {
  width: 18px;
  height: 22px;
  background-position: -5px -5px; }

.sprite-email {
  width: 29px;
  height: 14px;
  background-position: -33px -5px; }

.sprite-phone {
  width: 18px;
  height: 22px;
  background-position: -72px -5px; }

.sprite-star {
  width: 22px;
  height: 22px;
  background-position: -100px -5px; }

div#main-header.ebay div.head, div#main-header.reseller div.head {
  margin: 10px;
  border-bottom: none; }

div#main-header.ebay div.animod-features > p, div#main-header.reseller div.animod-features > p {
  margin: 0; }

div#main-header.ebay div.customercare, div#main-header.reseller div.customercare {
  line-height: 20px !important; }

div#main-header.ebay div.customercare span.sprite-phone, div#main-header.reseller div.customercare span.sprite-phone {
  vertical-align: middle; }

div.container.details.ebay .checklist li span.circle, #searchBar form#searchForm table.search-parameters td div.details.ebay.dropdown-menu .checklist li span.circle, div.container.details.reseller .checklist li span.circle, #searchBar form#searchForm table.search-parameters td div.details.reseller.dropdown-menu .checklist li span.circle {
  color: #ff702c;
  font-size: 25px;
  line-height: 16px; }

div.container.details.ebay span.arrow-wrapper, #searchBar form#searchForm table.search-parameters td div.details.ebay.dropdown-menu span.arrow-wrapper, div.container.details.reseller span.arrow-wrapper, #searchBar form#searchForm table.search-parameters td div.details.reseller.dropdown-menu span.arrow-wrapper {
  display: none; }

div.container.details.ebay div.content-box.collapse, #searchBar form#searchForm table.search-parameters td div.details.ebay.dropdown-menu div.content-box.collapse, div.container.details.reseller div.content-box.collapse, #searchBar form#searchForm table.search-parameters td div.details.reseller.dropdown-menu div.content-box.collapse {
  display: block; }

div.container.details.ebay #voucher-how-to, #searchBar form#searchForm table.search-parameters td div.details.ebay.dropdown-menu #voucher-how-to, div.container.details.reseller #voucher-how-to, #searchBar form#searchForm table.search-parameters td div.details.reseller.dropdown-menu #voucher-how-to {
  margin-left: -15px;
  margin-right: -15px; }

div.container.details.ebay #voucher-how-to .heading, #searchBar form#searchForm table.search-parameters td div.details.ebay.dropdown-menu #voucher-how-to .heading, div.container.details.reseller #voucher-how-to .heading, #searchBar form#searchForm table.search-parameters td div.details.reseller.dropdown-menu #voucher-how-to .heading {
  color: #4a4a4a; }

div.container.details.ebay.voucher div#description ul li, #searchBar form#searchForm table.search-parameters td div.details.ebay.voucher.dropdown-menu div#description ul li, div.container.details.reseller.voucher div#description ul li, #searchBar form#searchForm table.search-parameters td div.details.reseller.voucher.dropdown-menu div#description ul li {
  padding: 8px 0 8px 42px;
  list-style-type: none;
  line-height: 1.42857143;
  position: relative; }

div.container.details.ebay.voucher div#description ul li:before, #searchBar form#searchForm table.search-parameters td div.details.ebay.voucher.dropdown-menu div#description ul li:before, div.container.details.reseller.voucher div#description ul li:before, #searchBar form#searchForm table.search-parameters td div.details.reseller.voucher.dropdown-menu div#description ul li:before {
  content: " ";
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat -22px 0;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 0; }

div.container.details.ebay .image-gallery-with-banner div.row:first-child div.col-xs-6:first-child div.thumbnail:before, #searchBar form#searchForm table.search-parameters td div.details.ebay.dropdown-menu .image-gallery-with-banner div.row:first-child div.col-xs-6:first-child div.thumbnail:before, div.container.details.reseller .image-gallery-with-banner div.row:first-child div.col-xs-6:first-child div.thumbnail:first-child:before, #searchBar form#searchForm table.search-parameters td div.details.reseller.dropdown-menu .image-gallery-with-banner div.row:first-child div.col-xs-6:first-child div.thumbnail:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../img/sprite-ebay.png") 0 -35px no-repeat;
  width: 150px;
  height: 150px;
  margin-left: -150px; }

@media screen and (max-width: 767px) {
  div.container.product-details.ebay.voucher div.product-teaser h1.heading, #searchBar form#searchForm table.search-parameters td div.product-details.ebay.voucher.dropdown-menu div.product-teaser h1.heading, div.container.product-details.reseller.voucher div.product-teaser h1.heading, #searchBar form#searchForm table.search-parameters td div.product-details.reseller.voucher.dropdown-menu div.product-teaser h1.heading {
    margin-top: 15px; }
  div.container.details.ebay.voucher div.product-content, #searchBar form#searchForm table.search-parameters td div.details.ebay.voucher.dropdown-menu div.product-content, div.container.details.reseller.voucher div.product-content, #searchBar form#searchForm table.search-parameters td div.details.reseller.voucher.dropdown-menu div.product-content {
    padding-top: 0; }
  div.userlike {
    display: none; } }

/* --- User Area --- */
.login-form .login-info {
  padding: 15px 30px 10px;
  margin-top: 5px;
  margin-bottom: 15px; }

.login-form a {
  color: #337ab7; }

.popup h3.login-heading {
  display: none; }

.user-account {
  margin-top: 30px; }

.user-account .datepicker, .user-account input.form-control {
  box-shadow: none;
  border-radius: 0;
  height: inherit;
  text-align: left; }

@media screen and (max-width: 767px) {
  .user-account .xs-mt15 {
    margin-top: 15px; }
  .account-menu .btn-block {
    margin-top: 5px; } }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.user-account input[type="checkbox"] {
  margin-top: 5px; }

.teaser-box.customer-box {
  height: 250px; }

/* === Channel manager styles === */
div.channel-manager #checkInHeader,
div.channel-manager #checkOutHeader,
div.channel-manager #moreInformationHeader {
  text-align: left; }

/*div.channel-manager div#switches-block{
    padding: 15px 15px 0;
}*/
div.channel-manager div#switches-block div.amount-switch, div.channel-manager label.checkbox-label {
  margin-bottom: 15px;
  line-height: 20px;
  white-space: nowrap; }

div.channel-manager div#switches-block div.amount-switch label {
  margin: 0;
  padding-left: 10px;
  white-space: nowrap;
  padding-top: 6px; }

div.channel-manager label.checkbox-label, div.channel-manager div#switches-block div.amount-switch label {
  font-weight: normal; }

div.channel-manager label.checkbox-label input {
  margin-right: 5px; }

div.channel-manager div#switches-block div.amount-switch label span {
  font-size: 12px;
  padding-left: 5px; }

div.channel-manager div#switches-block div.amount-switch .switch.counter {
  width: 37px;
  text-align: center;
  padding: 7px 0; }

div.channel-manager ul.channel-manager-offers {
  margin-bottom: 0; }

div.channel-manager ul.channel-manager-offers a.checkout-link {
  display: block; }

div.channel-manager div.no-offers-template {
  padding: 15px;
  text-align: center; }

div.channel-manager ul.select-content-including {
  padding-left: 18px;
  list-style-type: disc; }

div.channel-manager ul.select-content-including.single-item {
  padding-left: 0;
  list-style-type: none; }

div.channel-manager div.error-ajax {
  padding: 15px; }

div.channel-manager div.select-calender {
  position: relative; }

div.channel-manager div.spinner-ajax {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

div.channel-manager div.spinner-ajax img {
  display: block;
  margin: auto;
  top: 50%;
  position: relative;
  margin-top: -15px; }

@media screen and (max-width: 767px) {
  div.price-and-date a.datepicker-back-button {
    font-size: 30px;
    top: 15px; } }

div.price-and-date a.datepicker-back-button + span.datepicker-back-button {
  display: none; }

/** initial setup of nano scroller (initially used in channel-manager) **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  /*overflow : hidden;*/ }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.nano > .nano-pane > .nano-slider {
  background: #ff682f;
  position: relative;
  margin: 0; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.per-person-price {
  display: none; }

.package-price {
  display: inline-block; }

body.perperson-price-mode .per-person-price {
  display: inline-block; }

body.perperson-price-mode .package-price {
  display: none; }

body.perperson-price-mode .teaser-price span.amount-c {
  position: relative;
  top: -12px; }

.marketing-hint {
  white-space: nowrap;
  padding: 0 15px 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 0;
  border-radius: 100px;
  display: inline-block;
  line-height: 22px;
  background-color: #2497ad; }
  .marketing-hint > * {
    font-size: 13px;
    line-height: 22px;
    vertical-align: middle; }
  .marketing-hint span {
    margin-left: 10px; }

table.details td, table.details th {
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none; }
  table.details td:first-child, table.details th:first-child {
    vertical-align: top;
    padding-right: 10px; }
    table.details td:first-child:not(:only-child), table.details th:first-child:not(:only-child) {
      color: rgba(72, 72, 72, 0.5); }
  table.details td:last-child:not(:only-child), table.details th:last-child:not(:only-child) {
    padding-left: 10px; }

table.details .mobile-facility-value {
  color: #484848; }

table.details.hc-rating td:first-child {
  vertical-align: middle !important; }

table.details.hc-rating .hc-stars, table.details.hc-rating .hc-stars-inner {
  display: inline-block;
  height: 20px; }

table.details.hc-rating .hc-stars {
  width: 126px;
  margin: 0 10px;
  vertical-align: text-top; }

table.details.hc-rating .holidaycheck-logo {
  margin-left: 5px;
  transform: translateY(2px);
  display: inline-block;
  width: 100px; }

table.details.hc-rating .hc-buttons {
  margin-top: 15px; }

table.details.hc-rating .recommendation {
  vertical-align: middle; }

table.details.hc-rating .rating-stars {
  line-height: 21px;
  font-size: 0; }
  table.details.hc-rating .rating-stars .default-stars {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #006ab6;
    position: relative;
    display: inline-block;
    font-size: 0;
    color: #4f8ebb;
    z-index: 10;
    vertical-align: middle;
    margin-left: 10px; }
    table.details.hc-rating .rating-stars .default-stars .icon-holidaycheck-star:not(.last) {
      margin-right: 15px; }
  table.details.hc-rating .rating-stars .active-stars {
    position: absolute;
    left: 10px;
    top: 0;
    display: inline-block;
    color: #f9d461;
    z-index: 11;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 30px;
    height: 30px; }
    table.details.hc-rating .rating-stars .active-stars > div {
      display: inline-block;
      overflow: hidden; }
  table.details.hc-rating .rating-stars > span {
    font-size: 17px;
    vertical-align: middle;
    line-height: normal; }

table.details.hc-rating .mobile-facility-value {
  padding-left: 30px; }

table.details.hc-rating a.btn {
  border: 1px solid #979797;
  border-radius: 4px;
  background-color: #ededed;
  font-style: normal;
  text-decoration: none;
  padding: 10px 15px;
  color: #484848 !important;
  font-size: 15px;
  line-height: 17px;
  text-align: center; }

@media screen and (max-width: 767px) {
  table.details {
    overflow: hidden;
    table-layout: fixed; }
    table.details td nobr {
      white-space: normal; }
    table.details td:first-child, table.details th:first-child {
      padding: 5px 5px 5px 0; }
    table.details td:last-child, table.details th:last-child {
      padding: 5px 0 5px 5px; } }

a.coloured {
  color: #FF8933; }

a.coloured-italic {
  color: #FF8933;
  font-style: italic; }

span.discount {
  position: relative;
  font-size: 0;
  /*margin-left: 5px;*/
  display: inline-block;
  padding: 5px 8px 5px 15px;
  line-height: normal;
  color: #FFFFFF; }
  span.discount > svg.icon-rabatt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  span.discount > span.discount-value {
    font-size: 26px;
    font-weight: 900;
    position: relative;
    line-height: 100%;
    display: inline-block; }

.container.with-border, #searchBar form#searchForm table.search-parameters td div.with-border.dropdown-menu {
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA; }

.steps {
  border: 1px solid #EAEAEA; }
  .steps .steps-heading {
    color: #FF8933;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 21px;
    margin: 20px 0 0; }
  .steps .step-paragraph {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0; }
  .steps .step {
    padding: 20px 15px;
    background-color: #F8FBFE; }
    .steps .step .heading {
      font-size: 16px;
      font-weight: 500;
      margin: 6px 20px 20px 0;
      color: #4a4a4a; }
      .steps .step .heading .circle-number {
        border: 1px solid #FF8933;
        background-color: #fff;
        border-radius: 50%;
        color: #FF8933;
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
        height: 40px;
        width: 40px;
        display: inline-block;
        text-align: center; }
      .steps .step .heading span {
        vertical-align: middle;
        margin-right: 15px; }
    .steps .step.darker {
      background-color: #f2f7fd; }
    .steps .step.with-border {
      border-bottom: 1px solid #EAEAEA; }

.info-i {
  font-size: 16px;
  border-radius: 50%;
  line-height: 25px;
  background: #2497ad;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-right: 0 !important;
  margin-left: 10px; }
  .info-i:before {
    content: "i"; }

.visible-xs-flex {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .visible-xs-flex {
      display: flex !important; } }

.no-results-mobile {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 50px;
  display: flex; }
  .no-results-mobile > div {
    width: 300px; }
    .no-results-mobile > div div.exclamation-sign {
      text-align: center;
      border-radius: 50%;
      font-size: 40px;
      font-weight: bold;
      width: 60px;
      height: 60px;
      color: #FF8933;
      line-height: 50px;
      border: 5px solid #FF8933;
      margin: 0 auto 15px; }

.ui-dialog .ui-dialog-buttonpane button {
  background: linear-gradient(180deg, #28a9c2 0%, #2497ad 100%);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  border: none;
  color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:active {
    background: linear-gradient(180deg, #30bad4 0%, #2497ad 100%);
    color: #FFFFFF;
    border: none; }
  .ui-dialog .ui-dialog-buttonpane button:focus, .ui-dialog .ui-dialog-buttonpane button:active {
    outline: 0; }
  .ui-dialog .ui-dialog-buttonpane button > span {
    vertical-align: middle;
    line-height: 18px; }

.stars .sprite-svg {
  margin-right: 2px; }

.stars .superior, .stars .estimated {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 0.8em; }

.reference {
  display: inline-block;
  margin: 15px auto;
  padding: 15px 60px;
  background: #ddd;
  border: 1px solid #999;
  text-align: center;
  font-family: monospace, serif;
  font-weight: bold;
  font-size: 18px; }

.gdpr-notice {
  color: #666;
  font-size: 80%;
  margin-top: 10px;
  margin-bottom: 20px; }
  .gdpr-notice h5 {
    font-weight: bold;
    margin-bottom: 0; }
  .gdpr-notice p {
    margin-bottom: 0; }
    .gdpr-notice p a {
      text-decoration: underline; }

.content-text .revocation-info {
  margin: 0 10px 0 0;
  border: 2px solid #dfdfdf;
  padding: 1em 1em 1em 1em;
  background-color: #eeedea;
  text-align: justify; }
  .content-text .revocation-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 0; }

.privacy-policy a {
  font-weight: bold;
  text-decoration: underline; }

.staticMapLink .message, .video .message {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0);
  color: #fff;
  text-align: center;
  transition: background-color 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.staticMapLink .message .text, .video .message .text {
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.5s;
  padding: 0 20px; }

.staticMapLink .message .text a, .staticMapLink .message .text a:hover, .video .message .text a, .video .message .text a:hover {
  color: #FF8933 !important; }

.staticMapLink .message:hover, .video .message:hover {
  background: rgba(51, 51, 51, 0.8); }

.staticMapLink .message:hover .text, .video .message:hover .text {
  opacity: 1; }

.video {
  max-width: 560px;
  width: 100%;
  height: 315px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (max-width: 767px) {
  .staticMapLink .message, .video .message {
    background: rgba(51, 51, 51, 0.5); }
  .staticMapLink .message .text, .video .message .text {
    font-size: 16px;
    opacity: 1;
    padding: 0 10px; }
  .video {
    max-width: 345px;
    height: 157px; } }

#bookingService {
  margin-top: 30px; }
  #bookingService #comment {
    min-height: 120px; }
  #bookingService .delta-notice {
    display: none; }
  #bookingService .box {
    background: #e9f4f7;
    padding: 25px 20px; }
  #bookingService .box input[type=text] {
    background-color: #fff;
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 300;
    color: #999;
    padding: 10px 15px;
    width: 260px; }
  #bookingService .box .button {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    background-color: #2497ad;
    padding: 10px 20px; }
  #bookingService .box .noicon-list {
    list-style-type: none;
    padding: 0; }
  #bookingService p.welcome-message {
    font-size: 24px;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    #bookingService div.form-group div.col-xs-12 + div.col-xs-12 {
      margin-top: 15px; } }

#cancellation {
  margin-top: 30px; }
  #cancellation .cancellation-info {
    border: 1px solid #EAEAEA;
    background-color: #fff;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05); }
    #cancellation .cancellation-info .cancellation-box-content {
      padding: 15px 20px;
      border-bottom: 1px solid #EAEAEA;
      line-height: 20px; }
      #cancellation .cancellation-info .cancellation-box-content.darker {
        background: #fafafa; }
      #cancellation .cancellation-info .cancellation-box-content .heading {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; }
      #cancellation .cancellation-info .cancellation-box-content .sub-heading {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 15px; }
  #cancellation #submitBtnRow {
    margin-top: 25px; }

#main-header.ebay table.animod-features span.sprite-ebay, #main-header.ebay table.animod-features span.sprite-reseller, #main-header.reseller table.animod-features span.sprite-ebay, #main-header.reseller table.animod-features span.sprite-reseller {
  vertical-align: baseline;
  margin-right: 15px; }

#main-header.ebay table.animod-features span.feature, #main-header.reseller table.animod-features span.feature {
  white-space: nowrap;
  color: #000; }

@media screen and (max-width: 767px) {
  #main-header.ebay img.animod-logo, #main-header.reseller img.animod-logo {
    margin-left: 15px; } }

#details.ebay section.info .anfrage, #details.reseller section.info .anfrage {
  min-height: 270px;
  background: #f6f6f6;
  border-left: 3px solid #FF8933;
  /*margin: 0 30px 40px 0;*/
  padding: 15px 25px;
  font-size: 16px; }
  #details.ebay section.info .anfrage h3, #details.reseller section.info .anfrage h3 {
    color: #ff702c;
    font-size: 24px;
    font-weight: 300; }
  #details.ebay section.info .anfrage address, #details.reseller section.info .anfrage address {
    margin-bottom: 5px; }

#details.ebay section.info .reservierung h3, #details.reseller section.info .reservierung h3 {
  font-weight: 300; }
  #details.ebay section.info .reservierung h3 h4, #details.reseller section.info .reservierung h3 h4 {
    margin-top: 22px; }

.login-form .oauth-2-container {
  margin-bottom: 15px;
  height: 40px;
  overflow: hidden; }
  .login-form .oauth-2-container div.g-signin2 {
    display: inline-block;
    vertical-align: middle; }
  .login-form .oauth-2-container div.fb-login-button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }

.account-menu {
  margin-bottom: 15px; }
  .account-menu .menu-active, .account-menu .menu-inactive {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px; }
  .account-menu .menu-active {
    color: #FF8933;
    border-bottom: 2px solid #FF8933; }
  .account-menu .menu-inactive {
    color: #000;
    border: 2px solid transparent; }

#customer .heading {
  font-weight: bold; }

#customer .data-container {
  border-radius: 3px;
  background: #fbfbfb;
  border: 1px solid #dfdfdf;
  padding: 15px; }
  #customer .data-container dl {
    margin-bottom: 15px; }
  #customer .data-container table {
    width: 100%; }
    #customer .data-container table tr td {
      color: #515151;
      padding: 5px 10px; }
      #customer .data-container table tr td:first-child {
        color: rgba(81, 81, 81, 0.5); }

#customer .data-container img.img-circle.avatar-img {
  border: 1px solid #EAEAEA;
  width: 55px;
  height: 55px; }

#customer #order-history > thead > tr > th {
  text-transform: uppercase;
  font-size: 12px; }
  #customer #order-history > thead > tr > th span.left-border {
    border-left: 1px solid #dfdfdf;
    height: 20px; }

#customer #order-history > tbody > tr > td span.arrangement, #customer #order-history > tbody > tr > td span.arrivalDate {
  font-size: 14px; }

#customer #order-history > tbody > tr > td span.title {
  font-style: italic;
  font-size: 14px; }

#customer #order-history > tbody > tr > td:nth-child(5) {
  white-space: nowrap; }

#customer #order-history > tbody > tr:nth-of-type(odd) {
  background: #fbfbfb; }

#customer #order-history > tbody > tr.cancelled > td {
  text-decoration: line-through;
  opacity: .4; }

#customer #order-history .order-actions input[type="submit"], #customer #order-history .order-actions a {
  display: block;
  color: #FF8933;
  border: none;
  background: none;
  padding: 0; }

@media screen and (max-width: 767px) {
  .account-menu > div {
    overflow-x: auto;
    white-space: nowrap; }
  .account-menu .menu-active, .account-menu .menu-inactive {
    margin-right: 5px; }
    .account-menu .menu-active:last-child, .account-menu .menu-inactive:last-child {
      margin-right: 0; } }

body.xmas {
  background: url("/img/ani-xmas-tile@1x.png") repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    body.xmas {
      background: url("/img/ani-xmas-tile@2x.png") repeat; } }
  body.xmas .product-content, body.xmas .content-text {
    background: #fff; }
  body.xmas #partner-slider {
    background: #fff; }

#newsletter-dialog input, #newsletter-inline input, #newsletter-dialog-subscribed input {
  font-size: 18px; }

#newsletter-dialog.modal .modal-dialog.newsletter-popup .modal-content, #newsletter-inline.modal .modal-dialog.newsletter-popup .modal-content, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup .modal-content {
  background: none;
  border-radius: 0;
  border: none; }

#newsletter-dialog.modal .modal-dialog.newsletter-popup.slide, #newsletter-inline.modal .modal-dialog.newsletter-popup.slide, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup.slide {
  width: 100%;
  bottom: 0;
  opacity: 1;
  position: fixed;
  margin-bottom: 0;
  transform: translate(0, 50%); }
  #newsletter-dialog.modal .modal-dialog.newsletter-popup.slide .modal-content, #newsletter-inline.modal .modal-dialog.newsletter-popup.slide .modal-content, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup.slide .modal-content {
    box-shadow: none; }
    #newsletter-dialog.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-teaser, #newsletter-inline.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-teaser, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-teaser {
      width: 650px;
      margin: 0 auto -50px;
      box-shadow: 0 0 20px 0 rgba(0, 11, 26, 0.5), 5px 5px 10px 0 rgba(0, 0, 0, 0.25); }
    #newsletter-dialog.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-header, #newsletter-inline.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-header, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-header {
      box-shadow: 0 0 20px 0 rgba(0, 11, 26, 0.5);
      background: rgba(67, 67, 67, 0.75); }
      #newsletter-dialog.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-header .header, #newsletter-inline.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-header .header, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup.slide .modal-content .newsletter-header .header {
        margin-top: 50px; }

#newsletter-dialog.modal .modal-dialog.newsletter-popup.popup, #newsletter-inline.modal .modal-dialog.newsletter-popup.popup, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup.popup {
  width: 650px;
  margin-top: 100px; }
  #newsletter-dialog.modal .modal-dialog.newsletter-popup.popup .newsletter-body, #newsletter-inline.modal .modal-dialog.newsletter-popup.popup .newsletter-body, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup.popup .newsletter-body {
    background: rgba(67, 67, 67, 0.75); }
    #newsletter-dialog.modal .modal-dialog.newsletter-popup.popup .newsletter-body p, #newsletter-inline.modal .modal-dialog.newsletter-popup.popup .newsletter-body p, #newsletter-dialog-subscribed.modal .modal-dialog.newsletter-popup.popup .newsletter-body p {
      color: #fff;
      font-size: 26px;
      margin-bottom: 30px;
      line-height: 36px; }

#newsletter-dialog.modal.in .modal-dialog.newsletter-popup, #newsletter-inline.modal.in .modal-dialog.newsletter-popup, #newsletter-dialog-subscribed.modal.in .modal-dialog.newsletter-popup {
  transform: translate(0, 0); }

#newsletter-dialog .newsletter-teaser, #newsletter-inline .newsletter-teaser, #newsletter-dialog-subscribed .newsletter-teaser {
  background-size: cover;
  background-position: center;
  height: 180px;
  z-index: 3;
  position: relative; }
  #newsletter-dialog .newsletter-teaser .discount-badge, #newsletter-inline .newsletter-teaser .discount-badge, #newsletter-dialog-subscribed .newsletter-teaser .discount-badge {
    background: #FF8933;
    left: -20px;
    top: -20px;
    padding: 15px 10px 25px;
    white-space: nowrap;
    position: relative;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    border-radius: 150px/20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
    min-width: 250px;
    text-align: center; }
    #newsletter-dialog .newsletter-teaser .discount-badge br, #newsletter-inline .newsletter-teaser .discount-badge br, #newsletter-dialog-subscribed .newsletter-teaser .discount-badge br {
      display: none; }
  #newsletter-dialog .newsletter-teaser .close-icon, #newsletter-inline .newsletter-teaser .close-icon, #newsletter-dialog-subscribed .newsletter-teaser .close-icon {
    float: right;
    position: relative;
    top: -15px;
    right: -15px;
    background: #c0c0c0;
    border-radius: 50%;
    width: 31px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #c0c0c0;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25); }

#newsletter-dialog .newsletter-header, #newsletter-dialog .newsletter-body, #newsletter-inline .newsletter-header, #newsletter-inline .newsletter-body, #newsletter-dialog-subscribed .newsletter-header, #newsletter-dialog-subscribed .newsletter-body {
  background-color: #434343; }

#newsletter-dialog .newsletter-header, #newsletter-inline .newsletter-header, #newsletter-dialog-subscribed .newsletter-header {
  text-align: center; }
  #newsletter-dialog .newsletter-header .header, #newsletter-inline .newsletter-header .header, #newsletter-dialog-subscribed .newsletter-header .header {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    max-width: 650px; }
    #newsletter-dialog .newsletter-header .header span, #newsletter-inline .newsletter-header .header span, #newsletter-dialog-subscribed .newsletter-header .header span {
      display: block;
      font-size: 18px;
      /* in order to align error message correctly */ }

#newsletter-dialog .newsletter-body, #newsletter-inline .newsletter-body, #newsletter-dialog-subscribed .newsletter-body {
  text-align: center;
  padding: 15px;
  z-index: 2;
  position: relative;
  height: 220px;
  line-height: 190px; }
  #newsletter-dialog .newsletter-body > *, #newsletter-inline .newsletter-body > *, #newsletter-dialog-subscribed .newsletter-body > * {
    line-height: 1.5em; }
  #newsletter-dialog .newsletter-body .body-text, #newsletter-inline .newsletter-body .body-text, #newsletter-dialog-subscribed .newsletter-body .body-text {
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    max-width: 650px; }
  #newsletter-dialog .newsletter-body form, #newsletter-inline .newsletter-body form, #newsletter-dialog-subscribed .newsletter-body form {
    margin: 0 auto 15px;
    width: 470px; }
    #newsletter-dialog .newsletter-body form .form-group, #newsletter-inline .newsletter-body form .form-group, #newsletter-dialog-subscribed .newsletter-body form .form-group {
      position: relative; }
      #newsletter-dialog .newsletter-body form .form-group .sprite-svg, #newsletter-inline .newsletter-body form .form-group .sprite-svg, #newsletter-dialog-subscribed .newsletter-body form .form-group .sprite-svg {
        position: absolute;
        left: 7px;
        top: 50%;
        margin-top: -13px;
        font-size: 30px;
        color: #848484; }
    #newsletter-dialog .newsletter-body form .gray-input, #newsletter-inline .newsletter-body form .gray-input, #newsletter-dialog-subscribed .newsletter-body form .gray-input {
      text-align: center;
      padding-left: 37px;
      padding-right: 37px; }
    #newsletter-dialog .newsletter-body form .btn, #newsletter-inline .newsletter-body form .btn, #newsletter-dialog-subscribed .newsletter-body form .btn {
      width: 100%; }
  #newsletter-dialog .newsletter-body .notice, #newsletter-inline .newsletter-body .notice, #newsletter-dialog-subscribed .newsletter-body .notice {
    color: #fff; }
  #newsletter-dialog .newsletter-body .info, #newsletter-inline .newsletter-body .info, #newsletter-dialog-subscribed .newsletter-body .info {
    color: #a0a0a0;
    font-size: 0.8em; }

#newsletter-dialog#newsletter-inline, #newsletter-inline#newsletter-inline, #newsletter-dialog-subscribed#newsletter-inline {
  padding-top: 20px;
  margin-top: 20px; }
  #newsletter-dialog#newsletter-inline .newsletter-wrapper, #newsletter-inline#newsletter-inline .newsletter-wrapper, #newsletter-dialog-subscribed#newsletter-inline .newsletter-wrapper {
    box-shadow: 0 -7px 18px 0px rgba(0, 0, 0, 0.1), 7px 7px 18px 0 rgba(0, 0, 0, 0.1); }
    #newsletter-dialog#newsletter-inline .newsletter-wrapper .newsletter-teaser, #newsletter-inline#newsletter-inline .newsletter-wrapper .newsletter-teaser, #newsletter-dialog-subscribed#newsletter-inline .newsletter-wrapper .newsletter-teaser {
      box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.1); }
      #newsletter-dialog#newsletter-inline .newsletter-wrapper .newsletter-teaser .discount-badge, #newsletter-inline#newsletter-inline .newsletter-wrapper .newsletter-teaser .discount-badge, #newsletter-dialog-subscribed#newsletter-inline .newsletter-wrapper .newsletter-teaser .discount-badge {
        left: 100px; }
    #newsletter-dialog#newsletter-inline .newsletter-wrapper .newsletter-header, #newsletter-inline#newsletter-inline .newsletter-wrapper .newsletter-header, #newsletter-dialog-subscribed#newsletter-inline .newsletter-wrapper .newsletter-header {
      background: linear-gradient(to right, #434343 0%, #616161 50%, #434343 100%); }

#directbooking-dialog .modal-body div {
  margin-bottom: 15px; }
  #directbooking-dialog .modal-body div span {
    font-weight: bold;
    display: block; }
  #directbooking-dialog .modal-body div p a {
    text-decoration: underline; }

#animodCheckoutDiv {
  margin: 0; }

.tophotels .row {
  min-height: 70px; }
  .tophotels .row.even {
    background-color: #eee; }
  .tophotels .row span.superior, .tophotels .row span.estimated {
    top: -1px;
    position: relative;
    font-size: 12px;
    margin-left: 2px; }
  .tophotels .row span.estimated {
    color: #999; }

.tophotels .row.even, .tophotels .row.odd {
  min-height: 70px; }

.tophotels span.rank {
  font-size: 28px;
  background: #4a4a4a;
  border-radius: 50px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  width: 50px;
  margin-top: 7px;
  text-align: center; }
  .tophotels span.rank a {
    color: #fff !important; }

.tophotels table td {
  font-size: 20px;
  line-height: 50px !important; }
  .tophotels table td span.superior, .tophotels table td span.estimated {
    margin-left: 4px;
    top: 2px;
    position: relative; }

@media screen and (max-width: 767px) {
  #newsletter-inline {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    #newsletter-inline .newsletter-wrapper .newsletter-teaser .discount-badge {
      left: 15px !important; }
    #newsletter-inline .newsletter-wrapper .newsletter-header {
      padding: 10px 15px; }
      #newsletter-inline .newsletter-wrapper .newsletter-header .header {
        height: auto;
        line-height: 30px; }
    #newsletter-inline .newsletter-wrapper .newsletter-body {
      height: auto; }
      #newsletter-inline .newsletter-wrapper .newsletter-body form {
        width: auto; }
  #xmas-calendar #grids.categories div.content {
    padding: 0;
    height: 300px !important; }
    #xmas-calendar #grids.categories div.content .content-image {
      background-repeat: no-repeat;
      background-size: contain; } }

#uspBanner {
  background: #3e6c13;
  color: white;
  line-height: 30px;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
  font-weight: 700;
  box-shadow: 0 7px 18px 0 rgba(62, 108, 19, 0.2);
  z-index: 10;
  position: relative; }
  #uspBanner .banner-item {
    text-align: center;
    white-space: nowrap; }
    #uspBanner .banner-item[title] {
      cursor: help; }
    #uspBanner .banner-item .banner-icon {
      margin-right: 8px;
      color: white;
      fill: currentColor; }
    #uspBanner .banner-item .heart-icon {
      margin-top: -3px; }
    #uspBanner .banner-item .calendar-icon {
      margin-top: -8px; }
  @media screen and (max-width: 575px) {
    #uspBanner {
      line-height: 37px; } }

@media screen and (max-width: 767px) {
  #productDetails #uspBanner, #valueVoucherDetails #uspBanner, #hotelDetails #uspBanner {
    display: none; } }

.gift-box-banner {
  z-index: 8;
  background-color: rgba(235, 235, 235, 0.5);
  padding: 16px;
  position: absolute;
  overflow: visible; }
  .gift-box-banner .banner-content {
    background: #800020;
    color: white;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 7px 18px 0 rgba(117, 10, 37, 0.2);
    padding: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .gift-box-banner {
      width: 420px;
      right: 32px;
      top: 40px; }
      .gift-box-banner .banner-image {
        position: absolute;
        top: -31px;
        left: -50px; }
      .gift-box-banner .banner-text {
        padding-left: 100px;
        text-align: right; } }
  @media screen and (min-width: 1200px) {
    .gift-box-banner {
      top: 100px;
      left: 40px;
      width: 325px;
      text-align: center; }
      .gift-box-banner .banner-image {
        position: relative;
        left: auto;
        margin-top: -130px; }
      .gift-box-banner .banner-text {
        padding-left: 0;
        text-align: center;
        margin-top: -30px; } }

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .teaser-ratio-wrapper .product-details .gift-box-banner {
    top: 20px; } }
