/*
This file overrides preset variables for rendering a custom Boostrap v4 css with sass.
Bootstrap default colors preconfig variable overrides is set with: !default
Variables to override is found the file bootstrap/_variables.scss

We also use our own LC-colors first in this file, to act as globals for all other colors,
and troughout the css.
*/
/* LC global colors
-------------------------------------------------------- */
/* Bootstrap v4 preset colors, sets defaults
-------------------------------------------------------- */
/*
This file overrides preset variables for rendering a custom Boostrap v4 css with sass.
Bootstrap default font preconfig variable overrides is set with: !default
Variables to override is found the file bootstrap/_variables.scss
*/
/* Spacing - from the default _variables.scss file.
Need to be added due to dependencys.
-------------------------------------------------------- */
/* Fonts Basic
line-height, and color (using variables) for body text, headings, and more.
-------------------------------------------------------- */
/**
$font-weight-normal: normal !default;
$font-weight-bold: bold !default;

$font-weight-base: $font-weight-normal !default;
$line-height-base: 1.5 !default;
*/
/* Fonts Navbar and navs
-------------------------------------------------------- */
/*
$navbar-light-hover-color:          rgba($black,.7) !default;
$navbar-light-active-color:         rgba($black,.9) !default;
$navbar-light-disabled-color:       rgba($black,.3) !default;
*/
/* Fonts Headings
-------------------------------------------------------- */
/* Fonts Forms
-------------------------------------------------------- */
/*
$input-height:                   (($font-size-base * $input-line-height) + ($input-padding-y * 2)) !default;
$input-height-lg:                (($font-size-lg * $line-height-lg) + ($input-padding-y-lg * 2)) !default;
$input-height-sm:                (($font-size-sm * $line-height-sm) + ($input-padding-y-sm * 2)) !default;
*/
/* Fonts Buttons
-------------------------------------------------------- */
/**
// Reset and dependencies
@import "modules/bootstrap4_v6/normalize";
@import "modules/bootstrap4_v6/print";

// Core CSS
@import "modules/bootstrap4_v6/reboot";
@import "modules/bootstrap4_v6/type";
@import "modules/bootstrap4_v6/images";
@import "modules/bootstrap4_v6/code";
@import "modules/bootstrap4_v6/grid";
@import "modules/bootstrap4_v6/tables";
@import "modules/bootstrap4_v6/forms";
@import "modules/bootstrap4_v6/buttons";

// Components
@import "modules/bootstrap4_v6/transitions";
@import "modules/bootstrap4_v6/dropdown";
@import "modules/bootstrap4_v6/button-group";
@import "modules/bootstrap4_v6/input-group";
@import "modules/bootstrap4_v6/custom-forms";
@import "modules/bootstrap4_v6/nav";
@import "modules/bootstrap4_v6/navbar";
@import "modules/bootstrap4_v6/card";
@import "modules/bootstrap4_v6/breadcrumb";
@import "modules/bootstrap4_v6/pagination";
@import "modules/bootstrap4_v6/badge";
@import "modules/bootstrap4_v6/jumbotron";
@import "modules/bootstrap4_v6/alert";
@import "modules/bootstrap4_v6/progress";
@import "modules/bootstrap4_v6/media";
@import "modules/bootstrap4_v6/list-group";
@import "modules/bootstrap4_v6/responsive-embed";
@import "modules/bootstrap4_v6/close";

// Components w/ JavaScript
@import "modules/bootstrap4_v6/modal";
@import "modules/bootstrap4_v6/tooltip";
@import "modules/bootstrap4_v6/popover";
@import "modules/bootstrap4_v6/carousel";

// Utility classes
@import "modules/bootstrap4_v6/utilities";
*/
/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
  width: 19rem; }

.datepicker-inline {
  width: 100%; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 2.5rem;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #cccccc;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

div.mod-42-bookingcalendar {
  /*
  //Fullscreen test
  #calendar{
    background-color: white;
    position: fixed;
    width: 100vw;
    top: 300px;
    left: 0px;
  }
  */ }
  div.mod-42-bookingcalendar .indicator-gradient {
    background-color: green;
    background: -webkit-linear-gradient(left, #e67e00, #fff993);
    background: -moz-linear-gradient(left, #e67e00, #fff993);
    background: linear-gradient(to right, #e67e00, #fff993);
    height: 0.5rem;
    margin-top: 1rem; }
  div.mod-42-bookingcalendar label.label-light {
    color: #BEBBBB; }
  div.mod-42-bookingcalendar input {
    border-radius: 0.3125rem;
    border-color: #0050BA;
    margin-bottom: 2rem; }
    div.mod-42-bookingcalendar input::-webkit-input-placeholder {
      color: #0050BA; }
    div.mod-42-bookingcalendar input:-moz-placeholder {
      color: #0050BA; }
    div.mod-42-bookingcalendar input::-moz-placeholder {
      color: #0050BA; }
    div.mod-42-bookingcalendar input:-ms-input-placeholder {
      color: #0050BA; }
    div.mod-42-bookingcalendar input::placeholder {
      color: #0050BA; }
  div.mod-42-bookingcalendar .bootstrap-select {
    margin-bottom: 1.25rem;
    width: 100%; }
    div.mod-42-bookingcalendar .bootstrap-select .btn-select {
      border-color: #0050BA; }
      div.mod-42-bookingcalendar .bootstrap-select .btn-select .filter-option {
        color: #0050BA; }
    div.mod-42-bookingcalendar .bootstrap-select .dropdown-toggle::after {
      border-color: #98abe7; }
  div.mod-42-bookingcalendar .btn {
    margin-bottom: 0px;
    width: 100%; }
  div.mod-42-bookingcalendar .btn.btn-bigbook-grey {
    background-color: #f7f7ea;
    border: 0px;
    color: #0050BA; }
    div.mod-42-bookingcalendar .btn.btn-bigbook-grey:hover {
      background-color: #0050BA;
      color: #fff; }
  div.mod-42-bookingcalendar .buttons-narrow-group {
    margin-left: 0px;
    margin-right: 0px; }
    div.mod-42-bookingcalendar .buttons-narrow-group > div {
      margin: 0px;
      padding: 0.25rem; }
      div.mod-42-bookingcalendar .buttons-narrow-group > div button {
        border-radius: 0.625rem;
        border-color: #0050BA;
        color: #292b2c;
        text-transform: lowercase; }
        div.mod-42-bookingcalendar .buttons-narrow-group > div button:hover {
          background-color: #edede2;
          color: #0050BA; }
      div.mod-42-bookingcalendar .buttons-narrow-group > div button:first-letter {
        text-transform: capitalize; }
  div.mod-42-bookingcalendar .page-header {
    margin-bottom: 0.3rem;
    margin-top: 0.8rem; }
    div.mod-42-bookingcalendar .page-header .btn-group {
      margin-bottom: 0.5rem; }
    div.mod-42-bookingcalendar .page-header .btn-group {
      width: 100%; }
      div.mod-42-bookingcalendar .page-header .btn-group > button {
        font-family: "Open Sans", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-transform: none !important; }
      div.mod-42-bookingcalendar .page-header .btn-group > button:first-child {
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='190 -814.957 17.957 17.957'%3E%3Cpath fill='rgb%2843%2C78%2C187%29' d='M198.978-799.993l1.048-1.047-4.19-4.19h9.128v-1.5h-9.128l4.19-4.19-1.047-1.047-5.986 5.986z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left 1.5em center;
        background-size: 1.25rem 1.25rem;
        border-radius: 0.625rem 0px 0px 0.625rem !important;
        padding-left: 3.4rem;
        text-align: left; }
        div.mod-42-bookingcalendar .page-header .btn-group > button:first-child:hover {
          background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='190 -814.957 17.957 17.957'%3E%3Cpath fill='rgb%28255%2C255%2C255%29' d='M198.978-799.993l1.048-1.047-4.19-4.19h9.128v-1.5h-9.128l4.19-4.19-1.047-1.047-5.986 5.986z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left 1.5rem center;
          background-size: 1.25rem 1.25rem;
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
               animation-duration: 1s;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
               animation-fill-mode: both;
          -webkit-animation-iteration-count: infinite;
          -moz-animation-iteration-count: infinite;
               animation-iteration-count: infinite;
          -webkit-animation-name: pulsebkgimg3left;
             -moz-animation-name: pulsebkgimg3left;
                  animation-name: pulsebkgimg3left; }
      div.mod-42-bookingcalendar .page-header .btn-group > button:last-child {
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12017 -22045.957 24.957 24.957' width='24.957' height='24.957'%3E%3Cg fill='transparent'%3E%3Cpath d='M-12017-22045.957h24.957v24.957H-12017z'/%3E%3Cpath d='M-12004.522-22041.798l-1.456 1.456 5.823 5.823h-12.686v2.08h12.686l-5.823 5.823 1.456 1.456 8.319-8.319z' fill='rgb%2843%2C78%2C187%29'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1.5rem center;
        background-size: 1.25rem 1.25rem;
        border-radius: 0px 0.625rem 0.625rem 0px !important;
        padding-right: 3.4rem;
        text-align: right; }
        div.mod-42-bookingcalendar .page-header .btn-group > button:last-child:hover {
          background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12017 -22045.957 24.957 24.957' width='24.957' height='24.957'%3E%3Cg fill='transparent'%3E%3Cpath d='M-12017-22045.957h24.957v24.957H-12017z'/%3E%3Cpath d='M-12004.522-22041.798l-1.456 1.456 5.823 5.823h-12.686v2.08h12.686l-5.823 5.823 1.456 1.456 8.319-8.319z' fill='rgb%28255%2C255%2C255%29'/%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: right 1.5rem center;
          background-size: 1.25rem 1.25rem;
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
               animation-duration: 1s;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
               animation-fill-mode: both;
          -webkit-animation-iteration-count: infinite;
          -moz-animation-iteration-count: infinite;
               animation-iteration-count: infinite;
          -webkit-animation-name: pulsebkgimg3;
             -moz-animation-name: pulsebkgimg3;
                  animation-name: pulsebkgimg3; }
      div.mod-42-bookingcalendar .page-header .btn-group button {
        margin: 0px; }
      div.mod-42-bookingcalendar .page-header .btn-group button.date-title {
        font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        -webkit-box-flex: 12;
        -webkit-flex: 12;
           -moz-box-flex: 12;
            -ms-flex: 12;
                flex: 12;
        text-transform: lowercase !important; }
        div.mod-42-bookingcalendar .page-header .btn-group button.date-title:hover {
          background-color: #f7f7ea;
          color: #2B4EBB; }
  div.mod-42-bookingcalendar .page-footer .btn-group {
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 100%; }
  div.mod-42-bookingcalendar .page-footer .btn-group > button {
    display: block;
    width: 100% !important; }
  div.mod-42-bookingcalendar .day-number {
    padding: 0.1rem;
    padding-left: 0.3rem; }
  div.mod-42-bookingcalendar .bookable {
    padding: 0px; }
    div.mod-42-bookingcalendar .bookable .events-list {
      height: 100%;
      padding: 0px;
      width: 100%; }
      div.mod-42-bookingcalendar .bookable .events-list a {
        background-color: #F9EC00;
        padding: 1rem; }
        div.mod-42-bookingcalendar .bookable .events-list a:hover {
          background-color: #fff547; }
  div.mod-42-bookingcalendar [class*="cal-cell"] {
    float: left;
    margin-left: 0;
    min-height: 1px; }
  div.mod-42-bookingcalendar .cal-row-fluid {
    width: 100%;
    *zoom: 1; }
  div.mod-42-bookingcalendar .cal-row-fluid:before,
  div.mod-42-bookingcalendar .cal-row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  div.mod-42-bookingcalendar .cal-row-fluid:after {
    clear: both; }
  div.mod-42-bookingcalendar .cal-row-fluid [class*="cal-cell"] {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.05213764337851929%; }
  div.mod-42-bookingcalendar .cal-row-fluid [class*="cal-cell"]:first-child {
    margin-left: 0; }
  div.mod-42-bookingcalendar .cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
    margin-left: 0%; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell7 {
    width: 100%;
    *width: 99.94669509594883%; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell6 {
    width: 85.71428571428571%;
    *width: 85.66098081023453%; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell5 {
    width: 71.42857142857142%;
    *width: 71.37526652452024%; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell4 {
    width: 57.14285714285714%;
    *width: 57.089552238805965%; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell3 {
    width: 42.857142857142854%;
    *width: 42.80383795309168%; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell2 {
    width: 28.57142857142857%;
    *width: 28.518123667377395%; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell1 {
    width: 14.285714285714285%;
    *width: 14.232409381663112%; }
  div.mod-42-bookingcalendar .cal-week-box .cal-offset7,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset7,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset7:first-child {
    margin-left: 100%;
    *margin-left: 99.89339019189765%; }
  div.mod-42-bookingcalendar .cal-week-box .cal-offset6,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset6,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset6:first-child {
    margin-left: 85.71428571428571%;
    *margin-left: 85.60767590618336%; }
  div.mod-42-bookingcalendar .cal-week-box .cal-offset5,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset5,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset5:first-child {
    margin-left: 71.42857142857142%;
    *margin-left: 71.32196162046907%; }
  div.mod-42-bookingcalendar .cal-week-box .cal-offset4,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset4,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset4:first-child {
    margin-left: 57.14285714285714%;
    *margin-left: 57.03624733475479%; }
  div.mod-42-bookingcalendar .cal-week-box .cal-offset3,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset3,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset3:first-child {
    margin-left: 42.857142857142854%;
    *margin-left: 42.750533049040506%; }
  div.mod-42-bookingcalendar .cal-week-box .cal-offset2,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset2,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset2:first-child {
    margin-left: 28.57142857142857%;
    *margin-left: 28.46481876332622%; }
  div.mod-42-bookingcalendar .cal-week-box .cal-offset1,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset1,
  div.mod-42-bookingcalendar .cal-row-fluid .cal-offset1:first-child {
    margin-left: 14.285714285714285%;
    *margin-left: 14.17910447761194%; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell1 {
    width: 14.285714285714285%;
    *width: 14.233576642335766%; }
  div.mod-42-bookingcalendar [class*="cal-cell"].hide,
  div.mod-42-bookingcalendar .cal-row-fluid [class*="cal-cell"].hide {
    display: none; }
  div.mod-42-bookingcalendar [class*="cal-cell"].pull-right,
  div.mod-42-bookingcalendar .cal-row-fluid [class*="cal-cell"].pull-right {
    float: right; }
  div.mod-42-bookingcalendar .cal-row-head [class*="cal-cell"]:first-child,
  div.mod-42-bookingcalendar .cal-row-head [class*="cal-cell"] {
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis; }
  div.mod-42-bookingcalendar .cal-events-num {
    margin-top: 20px; }
  div.mod-42-bookingcalendar .cal-month-day {
    position: relative;
    display: block;
    width: 100%; }
  div.mod-42-bookingcalendar #cal-week-box {
    position: absolute;
    width: 70px;
    left: -71px;
    top: -1px;
    padding: 8px 5px;
    cursor: pointer; }
  div.mod-42-bookingcalendar #cal-day-tick {
    position: absolute;
    right: 50%;
    bottom: -21px;
    padding: 0px 5px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    width: 26px;
    margin-right: -17px; }
  div.mod-42-bookingcalendar .cal-year-box #cal-day-tick {
    margin-right: -7px; }
  div.mod-42-bookingcalendar #cal-slide-box {
    position: relative; }
  div.mod-42-bookingcalendar #cal-slide-tick {
    position: absolute;
    width: 16px;
    margin-left: -7px;
    height: 9px;
    top: -1px;
    z-index: 1; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-month1 {
    left: 12.5%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-month2 {
    left: 37.5%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-month3 {
    left: 62.5%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-month4 {
    left: 87.5%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-day1 {
    left: 7.14285714285715%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-day2 {
    left: 21.42857142857143%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-day3 {
    left: 35.71428571428572%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-day4 {
    left: 50%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-day5 {
    left: 64.2857142857143%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-day6 {
    left: 78.57142857142859%; }
  div.mod-42-bookingcalendar #cal-slide-tick.tick-day7 {
    left: 92.85714285714285%; }
  div.mod-42-bookingcalendar .events-list {
    height: 100%;
    width: 100%;
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    */ }
    div.mod-42-bookingcalendar .events-list a {
      background-color: green;
      display: block;
      height: 100%;
      width: 100%; }
  div.mod-42-bookingcalendar #cal-slide-content ul.unstyled {
    margin-bottom: 0; }
  div.mod-42-bookingcalendar .cal-week-box a h4 {
    display: inline-block !important; }
  div.mod-42-bookingcalendar .cal-week-box [data-event-class] {
    white-space: nowrap;
    height: 30px;
    margin: 1px 1px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px; }
  div.mod-42-bookingcalendar .cal-week-box .cal-column {
    position: absolute;
    height: 100%;
    z-index: -1; }
  div.mod-42-bookingcalendar .cal-week-box .arrow-before,
  div.mod-42-bookingcalendar .cal-week-box .arrow-after {
    position: relative; }
  div.mod-42-bookingcalendar .cal-week-box .arrow-after:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    right: 0;
    border-top: 15px solid #ffffff;
    border-left: 8px solid;
    border-bottom: 15px solid #FFFFFF; }
  div.mod-42-bookingcalendar .cal-week-box .arrow-before:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    left: 1px;
    border-top: 15px solid transparent;
    border-left: 8px solid #FFFFFF;
    border-bottom: 15px solid transparent; }
  div.mod-42-bookingcalendar #cal-day-box {
    text-wrap: none; }
  div.mod-42-bookingcalendar #cal-day-box .cal-day-hour-part {
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: thin dashed #e1e1e1; }
  div.mod-42-bookingcalendar #cal-day-box .cal-day-hour .day-highlight {
    height: 30px; }
  div.mod-42-bookingcalendar #cal-day-box .cal-hours {
    font-weight: bolder; }
  div.mod-42-bookingcalendar #cal-day-box .cal-day-hour:nth-child(odd) {
    background-color: #fafafa; }
  div.mod-42-bookingcalendar #cal-day-box #cal-day-panel {
    position: relative;
    padding-left: 60px; }
  div.mod-42-bookingcalendar #cal-day-box #cal-day-panel-hour {
    position: absolute;
    width: 100%;
    margin-left: -60px; }
  div.mod-42-bookingcalendar #cal-day-box .day-event {
    position: relative;
    max-width: 200px;
    overflow: hidden; }
  div.mod-42-bookingcalendar #cal-day-box .day-highlight {
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #c3c3c3;
    margin: 1px 1px;
    overflow: hidden;
    text-overflow: ellipsis; }
  div.mod-42-bookingcalendar #cal-day-box .day-highlight.dh-event-important {
    border: 1px solid #ad2121; }
  div.mod-42-bookingcalendar #cal-day-box .day-highlight.dh-event-warning {
    border: 1px solid #e3bc08; }
  div.mod-42-bookingcalendar #cal-day-box .day-highlight.dh-event-info {
    border: 1px solid #1e90ff; }
  div.mod-42-bookingcalendar #cal-day-box .day-highlight.dh-event-inverse {
    border: 1px solid #1b1b1b; }
  div.mod-42-bookingcalendar #cal-day-box .day-highlight.dh-event-success {
    border: 1px solid #006400; }
  div.mod-42-bookingcalendar #cal-day-box .day-highlight.dh-event-special {
    background-color: #ffe6ff;
    border: 1px solid #800080; }
  div.mod-42-bookingcalendar .event {
    display: block;
    height: 100%;
    width: 100%;
    /*
    background-color: #c3c3c3;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    border: 1px solid #ffffff;
    */ }
  div.mod-42-bookingcalendar .event-block {
    display: block;
    background-color: #c3c3c3;
    width: 20px;
    height: 100%; }
  div.mod-42-bookingcalendar .cal-event-list .event.pull-left {
    background-color: red;
    margin-top: 3px; }
  div.mod-42-bookingcalendar .event-important {
    background-color: #ad2121; }
  div.mod-42-bookingcalendar .event-info {
    background-color: #1e90ff; }
  div.mod-42-bookingcalendar .event-warning {
    background-color: #e3bc08; }
  div.mod-42-bookingcalendar .event-inverse {
    background-color: #1b1b1b; }
  div.mod-42-bookingcalendar .event-success {
    background-color: #006400; }
  div.mod-42-bookingcalendar .event-special {
    background-color: #800080; }
  div.mod-42-bookingcalendar .day-highlight:hover,
  div.mod-42-bookingcalendar .day-highlight {
    background-color: #dddddd; }
  div.mod-42-bookingcalendar .day-highlight.dh-event-important:hover,
  div.mod-42-bookingcalendar .day-highlight.dh-event-important {
    background-color: #fae3e3; }
  div.mod-42-bookingcalendar .day-highlight.dh-event-warning:hover,
  div.mod-42-bookingcalendar .day-highlight.dh-event-warning {
    background-color: #fdf1ba; }
  div.mod-42-bookingcalendar .day-highlight.dh-event-info:hover,
  div.mod-42-bookingcalendar .day-highlight.dh-event-info {
    background-color: #d1e8ff; }
  div.mod-42-bookingcalendar .day-highlight.dh-event-inverse:hover,
  div.mod-42-bookingcalendar .day-highlight.dh-event-inverse {
    background-color: #c1c1c1; }
  div.mod-42-bookingcalendar .day-highlight.dh-event-success:hover,
  div.mod-42-bookingcalendar .day-highlight.dh-event-success {
    background-color: #caffca; }
  div.mod-42-bookingcalendar .day-highlight.dh-event-special:hover,
  div.mod-42-bookingcalendar .day-highlight.dh-event-special {
    background-color: #ffe6ff; }
  div.mod-42-bookingcalendar .cal-row-head [class*="cal-cell"]:first-child,
  div.mod-42-bookingcalendar .cal-row-head [class*="cal-cell"] {
    color: #9a9a9a;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    border: 0px solid;
    padding: 0.3125rem 0; }
  div.mod-42-bookingcalendar .cal-row-head [class*="cal-cell"] small {
    font-weight: normal; }
  div.mod-42-bookingcalendar .cal-year-box .row-fluid:hover,
  div.mod-42-bookingcalendar .cal-row-fluid:hover {
    background-color: #fafafa; }
  div.mod-42-bookingcalendar .cal-month-day {
    height: 9vw;
    width: 100%; }
  div.mod-42-bookingcalendar [class*="cal-cell"]:hover {
    background-color: #ededed; }
  div.mod-42-bookingcalendar .cal-year-box [class*="span"],
  div.mod-42-bookingcalendar .cal-month-box [class*="cal-cell"] {
    border-right: 1px solid #e1e1e1;
    position: relative; }
  div.mod-42-bookingcalendar .cal-year-box [class*="span"] {
    min-height: 60px; }
  div.mod-42-bookingcalendar .cal-year-box .row-fluid [class*="span"]:last-child,
  div.mod-42-bookingcalendar .cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
    border-right: 0px; }
  div.mod-42-bookingcalendar .cal-year-box .row-fluid,
  div.mod-42-bookingcalendar .cal-month-box .cal-row-fluid {
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0px;
    margin-right: 0px; }
  div.mod-42-bookingcalendar .cal-year-box .row-fluid:last-child,
  div.mod-42-bookingcalendar .cal-month-box .cal-row-fluid:last-child {
    border-bottom: 0px; }
  div.mod-42-bookingcalendar .hide-week {
    display: none; }
  div.mod-42-bookingcalendar .cal-month-box,
  div.mod-42-bookingcalendar .cal-year-box,
  div.mod-42-bookingcalendar .cal-week-box {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-radius: 2px; }
  div.mod-42-bookingcalendar span[data-cal-date] {
    font-size: 1.2em;
    font-weight: normal;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-top: 0px;
    margin-right: 15px; }
  div.mod-42-bookingcalendar span[data-cal-date]:hover {
    opacity: 1; }
  div.mod-42-bookingcalendar .cal-day-outmonth span[data-cal-date] {
    opacity: 0.1;
    cursor: default; }
  div.mod-42-bookingcalendar .cal-day-today {
    border: 0.125rem solid #2B4EBB; }
  div.mod-42-bookingcalendar .cal-day-today span[data-cal-date] {
    color: darkgreen; }
  div.mod-42-bookingcalendar .cal-month-box .cal-day-today span[data-cal-date] {
    font-size: 1.9em; }
  div.mod-42-bookingcalendar .cal-day-holiday span[data-cal-date] {
    color: #800080; }
  div.mod-42-bookingcalendar .cal-day-weekend span[data-cal-date] {
    color: darkred; }
  div.mod-42-bookingcalendar #cal-week-box {
    border: 1px solid #e1e1e1;
    border-right: 0px;
    border-radius: 5px 0 0 5px;
    background-color: #fafafa;
    text-align: right; }
  div.mod-42-bookingcalendar #cal-day-tick {
    border: 1px solid #e1e1e1;
    border-top: 0px solid;
    border-radius: 0 0 5px 5px;
    background-color: #ededed;
    text-align: center; }
  div.mod-42-bookingcalendar #cal-slide-box {
    display: none;
    border-top: 0px solid #8c8c8c; }
  div.mod-42-bookingcalendar #cal-slide-content {
    display: none;
    padding: 20px;
    color: #ffffff;
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }
  div.mod-42-bookingcalendar #cal-slide-content:hover {
    background-color: transparent; }
  div.mod-42-bookingcalendar #cal-slide-content a.event-item {
    color: #ffffff;
    font-weight: normal;
    line-height: 22px; }
  div.mod-42-bookingcalendar .cal-column {
    border-left: 1px solid #e1e1e1; }
  div.mod-42-bookingcalendar a.cal-event-week {
    text-decoration: none;
    color: #151515; }
  div.mod-42-bookingcalendar .badge-important {
    background-color: #b94a48; }
  div.mod-42-bookingcalendar .cal-row-fluid .cal-cell {
    width: 100%; }
  div.mod-42-bookingcalendar .week-indicator {
    display: block; }
  div.mod-42-bookingcalendar .cal-row-head {
    display: none; }
  div.mod-42-bookingcalendar .day-name-indicator {
    display: inline-block;
    text-transform: capitalize;
    margin-left: 1rem; }
  @media (max-width: 767px) {
    div.mod-42-bookingcalendar .nextBtn {
      display: none; }
    div.mod-42-bookingcalendar #calendar-list-nav {
      margin-bottom: 0.5rem; }
      div.mod-42-bookingcalendar #calendar-list-nav .month-name {
        display: block;
        color: #2B4EBB;
        font-weight: 700;
        font-size: 1.2rem;
        width: 100%; }
      div.mod-42-bookingcalendar #calendar-list-nav .month-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        div.mod-42-bookingcalendar #calendar-list-nav .month-navigation .month-button-name {
          background-color: transparent;
          -webkit-box-flex: 6;
          -webkit-flex: 6;
             -moz-box-flex: 6;
              -ms-flex: 6;
                  flex: 6;
          margin: 0px;
          margin-left: 0.5rem;
          margin-right: 0.5rem;
          text-transform: lowercase; }
        div.mod-42-bookingcalendar #calendar-list-nav .month-navigation .month-button-back, div.mod-42-bookingcalendar #calendar-list-nav .month-navigation .month-button-next, div.mod-42-bookingcalendar #calendar-list-nav .month-navigation .month-button-off {
          background-color: transparent;
          color: transparent;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin: 0px; }
        div.mod-42-bookingcalendar #calendar-list-nav .month-navigation .month-button-back {
          background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='190 -814.957 17.957 17.957'%3E%3Cpath fill='rgb%2843%2C78%2C187%29' d='M198.978-799.993l1.048-1.047-4.19-4.19h9.128v-1.5h-9.128l4.19-4.19-1.047-1.047-5.986 5.986z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: right 1.07143rem center;
          background-size: 1.5rem 1.5rem; }
          div.mod-42-bookingcalendar #calendar-list-nav .month-navigation .month-button-back:hover {
            background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='190 -814.957 17.957 17.957'%3E%3Cpath fill='rgb%28255%2C255%2C255%29' d='M198.978-799.993l1.048-1.047-4.19-4.19h9.128v-1.5h-9.128l4.19-4.19-1.047-1.047-5.986 5.986z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1.07143rem center;
            background-size: 1.5rem 1.5rem; }
        div.mod-42-bookingcalendar #calendar-list-nav .month-navigation .month-button-next {
          background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12017 -22045.957 24.957 24.957' width='24.957' height='24.957'%3E%3Cg fill='transparent'%3E%3Cpath d='M-12017-22045.957h24.957v24.957H-12017z'/%3E%3Cpath d='M-12004.522-22041.798l-1.456 1.456 5.823 5.823h-12.686v2.08h12.686l-5.823 5.823 1.456 1.456 8.319-8.319z' fill='rgb%2843%2C78%2C187%29'/%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left 1.07143rem center;
          background-size: 1.5rem 1.5rem; }
          div.mod-42-bookingcalendar #calendar-list-nav .month-navigation .month-button-next:hover {
            background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12017 -22045.957 24.957 24.957' width='24.957' height='24.957'%3E%3Cg fill='transparent'%3E%3Cpath d='M-12017-22045.957h24.957v24.957H-12017z'/%3E%3Cpath d='M-12004.522-22041.798l-1.456 1.456 5.823 5.823h-12.686v2.08h12.686l-5.823 5.823 1.456 1.456 8.319-8.319z' fill='rgb%28255%2C255%2C255%29'/%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: left 1.07143rem center;
            background-size: 1.5rem 1.5rem; }
    div.mod-42-bookingcalendar #calendar-list .cal-column {
      display: none; }
    div.mod-42-bookingcalendar #calendar-list hr {
      display: none; }
    div.mod-42-bookingcalendar #calendar-list .cal-row-fluid .cal-cell1 {
      margin-left: 0px !important;
      width: 100%; }
    div.mod-42-bookingcalendar #calendar-list .booking-date {
      font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 500;
      border-radius: 0.5rem;
      background-color: #F9EC00;
      color: #2B4EBB;
      max-height: 42x;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.2rem;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      margin-bottom: 0.5rem;
      position: relative; }
      div.mod-42-bookingcalendar #calendar-list .booking-date .datetxt {
        -webkit-box-flex: 6;
        -webkit-flex: 6;
           -moz-box-flex: 6;
            -ms-flex: 6;
                flex: 6;
        text-align: left;
        text-transform: lowercase; }
        div.mod-42-bookingcalendar #calendar-list .booking-date .datetxt::first-letter {
          text-transform: uppercase; }
      div.mod-42-bookingcalendar #calendar-list .booking-date .price {
        -webkit-box-flex: 3;
        -webkit-flex: 3;
           -moz-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
        text-align: right; }
      div.mod-42-bookingcalendar #calendar-list .booking-date .discount-bubble {
        -webkit-box-flex: 3;
        -webkit-flex: 3;
           -moz-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
        color: #fff;
        display: inline-block;
        font-size: .7rem;
        height: 3rem;
        right: .3rem;
        padding-top: 1rem;
        position: relative;
        text-align: center;
        top: -0.7rem;
        background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%2843%2C78%2C187%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2rem 2rem; }
      div.mod-42-bookingcalendar #calendar-list .booking-date:hover {
        background-color: #2B4EBB !important; }
        div.mod-42-bookingcalendar #calendar-list .booking-date:hover h4 {
          color: #F9EC00; }
        div.mod-42-bookingcalendar #calendar-list .booking-date:hover .discount-bubble {
          color: #2B4EBB;
          background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%28249%2C236%2C0%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 2rem 2rem; }
    div.mod-42-bookingcalendar #calendar-list .discount-left {
      display: block;
      padding-bottom: .5rem;
      font-size: .7rem;
      left: 0rem;
      width: 100%;
      text-align: right;
      color: #2B4EBB; }
    div.mod-42-bookingcalendar #calendar-list .booking-date.cal-day-selected {
      background-color: #2B4EBB !important;
      border-color: #2B4EBB !important;
      color: #fff;
      opacity: 1; }
      div.mod-42-bookingcalendar #calendar-list .booking-date.cal-day-selected h4 {
        color: #F9EC00 !important; }
      div.mod-42-bookingcalendar #calendar-list .booking-date.cal-day-selected .discount-bubble {
        color: #2B4EBB;
        background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%28249%2C236%2C0%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2rem 2rem; }
      div.mod-42-bookingcalendar #calendar-list .booking-date.cal-day-selected:hover {
        color: #fff;
        background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%2843%2C78%2C187%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2rem 2rem; }
    div.mod-42-bookingcalendar #calendar-list .cal-list-outMonth {
      opacity: 0.6; }
    div.mod-42-bookingcalendar #calendar-list .mobile-price {
      font-weight: bold;
      color: #2B4EBB; }
    div.mod-42-bookingcalendar #calendar-list .booking-date {
      text-transform: capitalize; }
      div.mod-42-bookingcalendar #calendar-list .booking-date:hover {
        color: #F9EC00; }
    div.mod-42-bookingcalendar #calendar-list .nobooking-date {
      background-color: transparent;
      border: 1px solid #666; }
    div.mod-42-bookingcalendar #calendar-list .loadmore {
      color: #808080;
      font-weight: 400;
      background-color: transparent;
      padding-top: 1rem; } }

@media (min-width: 768px) {
  div.mod-42-bookingcalendar {
    min-height: 28.85714rem;
    min-height: 0px;
    margin-bottom: 2rem;
    padding: 0px;
    position: relative;
    top: auto; }
    div.mod-42-bookingcalendar .showonmobile {
      display: none; }
    div.mod-42-bookingcalendar .lc-booking-form {
      border: 1px solid #BEBBBB;
      border-radius: 0.625rem;
      padding: 1.5rem 2rem 2rem 2rem;
      position: relative; }
      div.mod-42-bookingcalendar .lc-booking-form label.label-light {
        color: #BEBBBB; }
      div.mod-42-bookingcalendar .lc-booking-form input {
        border-radius: 0.3125rem;
        border-color: #0050BA;
        margin-bottom: 2rem; }
        div.mod-42-bookingcalendar .lc-booking-form input::-webkit-input-placeholder {
          color: #0050BA; }
        div.mod-42-bookingcalendar .lc-booking-form input:-moz-placeholder {
          color: #0050BA; }
        div.mod-42-bookingcalendar .lc-booking-form input::-moz-placeholder {
          color: #0050BA; }
        div.mod-42-bookingcalendar .lc-booking-form input:-ms-input-placeholder {
          color: #0050BA; }
        div.mod-42-bookingcalendar .lc-booking-form input::placeholder {
          color: #0050BA; }
      div.mod-42-bookingcalendar .lc-booking-form .bootstrap-select {
        margin-bottom: 1.25rem;
        width: 100%; }
        div.mod-42-bookingcalendar .lc-booking-form .bootstrap-select .btn-select {
          border-color: #0050BA; }
          div.mod-42-bookingcalendar .lc-booking-form .bootstrap-select .btn-select .filter-option {
            color: #0050BA; }
        div.mod-42-bookingcalendar .lc-booking-form .bootstrap-select .dropdown-toggle::after {
          border-color: #98abe7; }
      div.mod-42-bookingcalendar .lc-booking-form .btn {
        margin-bottom: 0px;
        width: 100%; }
      div.mod-42-bookingcalendar .lc-booking-form .btn.btn-bigbook-grey {
        background-color: #f7f7ea;
        border: 0px;
        color: #0050BA; }
        div.mod-42-bookingcalendar .lc-booking-form .btn.btn-bigbook-grey:hover {
          background-color: #0050BA;
          color: #fff; }
      div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group {
        margin-left: 0px;
        margin-right: 0px; }
        div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group > div {
          margin: 0px;
          padding: 0.25rem; }
          div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group > div button {
            border-color: #0050BA;
            border-radius: 0px;
            color: #292b2c;
            text-transform: lowercase; }
            div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group > div button:hover {
              background-color: #edede2;
              color: #0050BA; }
          div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group > div button:first-letter {
            text-transform: capitalize; }
        div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group div:nth-of-type(2) {
          padding-left: 0px; }
          div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group div:nth-of-type(2) button {
            border-radius: 0.625rem 0px 0px 0.625rem; }
        div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group div:last-child {
          padding-right: 0px; }
          div.mod-42-bookingcalendar .lc-booking-form .buttons-narrow-group div:last-child button {
            border-radius: 0px 0.625rem 0.625rem 0px; }
    div.mod-42-bookingcalendar.slick-dotted.slick-slider {
      margin-bottom: 2.5rem; }
    div.mod-42-bookingcalendar .slick-track {
      height: 27.85714rem; }
    div.mod-42-bookingcalendar ul.slick-dots {
      bottom: 0px;
      top: initial; }
      div.mod-42-bookingcalendar ul.slick-dots li button {
        font-size: 1.21429rem;
        margin-left: 1.71429rem; }
    div.mod-42-bookingcalendar .section-form-bkgimg {
      height: 23.125rem;
      background-attachment: local;
      background-size: 100vw auto; }
      div.mod-42-bookingcalendar .section-form-bkgimg .container .row .col-sm-12 {
        bottom: 3.75rem; }
    div.mod-42-bookingcalendar .day-number {
      padding: 1rem;
      padding-left: 1rem; }
    div.mod-42-bookingcalendar .bookable .events-list a {
      cursor: pointer; }
      div.mod-42-bookingcalendar .bookable .events-list a h4 {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0.8rem;
        width: 100%;
        text-align: center; }
      div.mod-42-bookingcalendar .bookable .events-list a .discount-left {
        display: block;
        position: absolute;
        font-size: .5rem;
        bottom: .7rem;
        left: 0rem;
        width: 100%;
        text-align: center;
        color: #2B4EBB; }
      div.mod-42-bookingcalendar .bookable .events-list a .discount-bubble {
        display: block;
        position: absolute;
        width: 3rem;
        height: 3rem;
        top: .3rem;
        right: .3rem;
        font-size: .7rem;
        text-align: center;
        padding-top: 1rem;
        color: #fff;
        background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%2843%2C78%2C187%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2rem 2rem; }
      div.mod-42-bookingcalendar .bookable .events-list a:hover {
        background-color: #2B4EBB !important; }
        div.mod-42-bookingcalendar .bookable .events-list a:hover h4 {
          color: #F9EC00; }
        div.mod-42-bookingcalendar .bookable .events-list a:hover .discount-bubble {
          color: #2B4EBB;
          background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%28249%2C236%2C0%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 2rem 2rem; }
        div.mod-42-bookingcalendar .bookable .events-list a:hover .discount-left {
          color: #F9EC00; }
    div.mod-42-bookingcalendar .bookable:hover .day-number {
      color: white !important;
      opacity: .5; }
    div.mod-42-bookingcalendar .cal-day-selected .events-list a {
      background-color: #2B4EBB !important; }
      div.mod-42-bookingcalendar .cal-day-selected .events-list a h4 {
        color: #fff; }
      div.mod-42-bookingcalendar .cal-day-selected .events-list a .discount-bubble {
        color: #2B4EBB;
        background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%28249%2C236%2C0%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2rem 2rem; }
      div.mod-42-bookingcalendar .cal-day-selected .events-list a .discount-left {
        color: #fff; }
    div.mod-42-bookingcalendar .cal-day-selected .day-number {
      color: white !important;
      opacity: .5; }
    div.mod-42-bookingcalendar .cal-month-day {
      height: 6.25rem; }
      div.mod-42-bookingcalendar .cal-month-day.cal-day-outmonth {
        opacity: .3; }
    div.mod-42-bookingcalendar [class*="cal-cell"]:hover {
      background-color: #ededed; }
    div.mod-42-bookingcalendar .cal-year-box [class*="span"],
    div.mod-42-bookingcalendar .cal-month-box [class*="cal-cell"] {
      min-height: 6.25rem;
      border-right: 1px solid #e1e1e1;
      position: relative; }
    div.mod-42-bookingcalendar .cal-row-fluid .cal-cell {
      width: 14.285714285714285%; }
    div.mod-42-bookingcalendar .week-indicator {
      display: none; }
    div.mod-42-bookingcalendar .cal-row-head {
      display: block; }
    div.mod-42-bookingcalendar .day-name-indicator {
      display: none; } }

@media (min-width: 1280px) {
  div.mod-42-bookingcalendar {
    /*
    .section-form-bkgimg{
      // Based on 1280px breakpoint and 480px height bkg image.
      background-attachment: fixed; background-size: 120% auto; background-position: center 0rem;
      height: 37.5vw;
    }
    */ } }

@media (min-width: 768px) {
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-last {
    -webkit-box-ordinal-group: 1001;
    -webkit-order: 1000;
       -moz-box-ordinal-group: 1001;
        -ms-flex-order: 1000;
            order: 1000; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes viewLabel {
  0% {
    top: 0px;
    opacity: 0; } }

@-moz-keyframes viewLabel {
  0% {
    top: 0px;
    opacity: 0; } }

@keyframes viewLabel {
  0% {
    top: 0px;
    opacity: 0; } }

.loading {
  margin: 0 auto;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid rgba(43, 78, 187, 0.2);
  border-top-color: #2B4EBB;
  -webkit-animation: spin 1s infinite linear;
     -moz-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

.LC-sign {
  position: absolute;
  top: 2.5rem;
  right: -.3rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: .6rem; }
  .LC-sign a {
    color: #95989A; }

.lc-booking-slider-container.show {
  display: block; }

.lc-booking-slider-container.hide {
  display: none; }

.LC_loader {
  padding: 1rem;
  display: none; }
  .LC_loader.show-loader {
    display: block; }

.LC_alert {
  display: block;
  margin-left: 1.2rem;
  margin-right: 1.2rem; }
  @media (min-width: 768px) {
    .LC_alert {
      margin-left: 2rem;
      margin-right: 2rem; } }
  .LC_alert.show-alert {
    display: block; }

.LC_message {
  display: none;
  margin-left: 1.2rem;
  margin-right: 1.2rem; }
  @media (min-width: 768px) {
    .LC_message {
      margin-left: 2rem;
      margin-right: 2rem; } }
  .LC_message.show-alert {
    display: block; }

.LC_fields {
  display: block; }
  .LC_fields.hide {
    display: none; }

.LC_wait {
  display: none; }
  .LC_wait.show {
    display: block;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }

.LC_response {
  display: none;
  padding-top: 2rem;
  padding-bottom: 0rem; }
  .LC_response .response-box {
    margin-left: 2rem;
    margin-right: 2rem; }
  .LC_response .table {
    width: 100%; }
    .LC_response .table thead {
      font-size: .8rem;
      background-color: #edede2; }
      .LC_response .table thead td {
        border-top: 0;
        padding: 0.2rem 0.5rem; }
    .LC_response .table td {
      padding: 0.5rem; }
  @media (min-width: 768px) {
    .LC_response {
      margin-left: 0rem;
      margin-right: 0rem; } }
  .LC_response.show {
    display: block;
    padding-left: 2rem; }

.lc-booking-form-message {
  display: block;
  margin-top: 2rem;
  min-height: 3rem; }
  .lc-booking-form-message .alert-warning {
    background: #f7f7ea;
    border-color: #f7f7ea;
    color: #2b4ebb; }
    .lc-booking-form-message .alert-warning .btn-message {
      text-align: left;
      margin-top: 1rem; }
      .lc-booking-form-message .alert-warning .btn-message .lecms-btn-white-arrow-left {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .lc-booking-form-message .alert-warning .btn-message {
          text-align: right;
          margin-top: 0; } }

.lc-booking-form-container, .lc-inquiry-form-container {
  display: block;
  margin-top: 2rem;
  min-height: 3rem;
  /*
  // Bootstrap select override
  .bootstrap-select{
    border-color: transparent;
    border: 0px;
    &:focus{
      outline: 0;
    }
    &.show{
      .dropdown-toggle.btn-default {
        background-color: $white;
      }
    }
    .dropdown-toggle.btn-default{
      background-color: transparent;
  //    border: 1px $lc-ac1 solid;
      box-shadow: none;
      height: $form-input-height;

      .filter-option{
//        color: $lc-ac1;
        font-size: rem(20px);
      }

      &:focus{
        outline: 0 !important;
        outline-offset: 0 !important;
      }
    }
    .dropdown-menu{
      box-shadow: 0px 0.15rem 0.7rem rgba(0,0,0,0.2);
      li.selected{
        background-color: $lc-light-blue2;
        a{
          text-decoration: none;
          outline: 0;
        }
      }
    }
  }
*/
  /*
  .field {
    .inside-input{
      position: absolute;
      color: $lc-grey;
      display: block;
      font-size: rem(16px);
      margin-top: 0px;
      right: 30px;
      top: rem(40px);
      sup{
        font-size: rem(11px);
      }
    }
    &.has-danger{
      color: #a94442;
      .form-control, .form-check-input {
        border-color: #a94442;
        color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        background-color: #f2dede;
      }
      .form-check-input {
        label::before {
          border-color: #a94442;
        }
      }
      label {
        color: #a94442;
      }
    }

  }
  */ }
  .lc-booking-form-container label, .lc-inquiry-form-container label {
    color: #303030;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    margin-bottom: 0.3125rem; }
  .lc-booking-form-container .form-control, .lc-inquiry-form-container .form-control {
    background-color: #fff;
    font-size: 1.125rem;
    height: 3rem; }
    .lc-booking-form-container .form-control:focus, .lc-inquiry-form-container .form-control:focus {
      background-color: #fff;
      outline: 0; }
  .lc-booking-form-container .field-hidden, .lc-inquiry-form-container .field-hidden {
    display: block;
    position: absolute;
    left: -100px;
    top: 100px; }
  .lc-booking-form-container .tooltip-inner, .lc-inquiry-form-container .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #a94442;
    border-radius: .25rem; }
  .lc-booking-form-container .tooltip.bs-tether-element-attached-top .tooltip-inner::before,
  .lc-booking-form-container .tooltip.tooltip-bottom .tooltip-inner::before, .lc-inquiry-form-container .tooltip.bs-tether-element-attached-top .tooltip-inner::before,
  .lc-inquiry-form-container .tooltip.tooltip-bottom .tooltip-inner::before {
    border-bottom-color: #a94442; }
  .lc-booking-form-container .booking-card-button, .lc-inquiry-form-container .booking-card-button {
    width: 100%;
    background: -webkit-linear-gradient(bottom, #edede2, #f7f7ea);
    background: -moz-linear-gradient(bottom, #edede2, #f7f7ea);
    background: linear-gradient(0deg, #edede2, #f7f7ea); }
    @media (max-width: 767px) {
      .lc-booking-form-container .booking-card-button, .lc-inquiry-form-container .booking-card-button {
        width: auto !important; }
        .lc-booking-form-container .booking-card-button .card-title, .lc-inquiry-form-container .booking-card-button .card-title {
          -webkit-box-flex: 1,;
          -webkit-flex: 1, 0px, auto;
             -moz-box-flex: 1,;
              -ms-flex: 1, 0px, auto;
                  flex: 1, 0px, auto;
          -webkit-flex-shrink: 0px;
              -ms-flex-negative: 0px;
                  flex-shrink: 0px;
          background-color: pink;
          width: 100% !important;
          max-width: 100%; }
        .lc-booking-form-container .booking-card-button .card-block, .lc-inquiry-form-container .booking-card-button .card-block {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          width: auto !important; } }
  .lc-booking-form-container .has-success .form-control, .lc-inquiry-form-container .has-success .form-control {
    background-color: #dfe5f5;
    border: 1px #2B4EBB solid;
    color: #2B4EBB; }
  .lc-booking-form-container .has-success .inside-input, .lc-inquiry-form-container .has-success .inside-input {
    color: #2B4EBB; }
  .lc-booking-form-container #LC_step_1 .bootstrap-select.btn-group .dropdown-toggle, .lc-inquiry-form-container #LC_step_1 .bootstrap-select.btn-group .dropdown-toggle {
    margin-bottom: 0px; }
  .lc-booking-form-container #LC_step_1 .bootstrap-select.btn-group .dropdown-toggle::after, .lc-inquiry-form-container #LC_step_1 .bootstrap-select.btn-group .dropdown-toggle::after {
    border-color: #2B4EBB; }
  .lc-booking-form-container #LC_step_1 .bootstrap-select.btn-group.selected button, .lc-inquiry-form-container #LC_step_1 .bootstrap-select.btn-group.selected button {
    background-color: #dfe5f5; }
  .lc-booking-form-container #LC_step_1 .bootstrap-select.btn-group.selected .dropdown-toggle .filter-option, .lc-inquiry-form-container #LC_step_1 .bootstrap-select.btn-group.selected .dropdown-toggle .filter-option {
    color: #2B4EBB; }
  .lc-booking-form-container #LC_step_1 .bootstrap-select.btn-group.selected .dropdown-toggle::after, .lc-inquiry-form-container #LC_step_1 .bootstrap-select.btn-group.selected .dropdown-toggle::after {
    border-color: #2B4EBB; }
  .lc-booking-form-container #LC_step_1.active .bootstrap-select.btn-group .dropdown-toggle::after, .lc-inquiry-form-container #LC_step_1.active .bootstrap-select.btn-group .dropdown-toggle::after {
    border-color: #404040; }
  .lc-booking-form-container .LC_step > div, .lc-inquiry-form-container .LC_step > div {
    padding: 0rem 1.2rem; }
    .lc-booking-form-container .LC_step > div > div, .lc-inquiry-form-container .LC_step > div > div {
      padding-top: 0.7rem !important;
      padding-bottom: 0.7rem !important; }
  .lc-booking-form-container .LC_step .hide, .lc-inquiry-form-container .LC_step .hide {
    display: none; }
  @media (min-width: 768px) {
    .lc-booking-form-container .LC_step > div, .lc-inquiry-form-container .LC_step > div {
      padding: 0rem 2rem; }
      .lc-booking-form-container .LC_step > div > div, .lc-inquiry-form-container .LC_step > div > div {
        padding-top: 1rem !important;
        padding-bottom: 0.7rem !important; } }
  .lc-booking-form-container .LC_step:not(:first-of-type) .LC_resume > div, .lc-inquiry-form-container .LC_step:not(:first-of-type) .LC_resume > div {
    border-top: 1px solid rgba(120, 120, 120, 0.2); }
  .lc-booking-form-container .container, .lc-inquiry-form-container .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
    max-width: auto !important; }
  .lc-booking-form-container .LC_step_name, .lc-booking-form-container .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title, .lc-booking-form-container #extraServices .service-card .service-title-price .service-title, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-title, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-pricefrom, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .price, .lc-inquiry-form-container .LC_step_name, .lc-inquiry-form-container .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-title, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-pricefrom, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .price, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price {
    font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    color: #2B4EBB;
    margin-bottom: 0.3rem;
    margin-top: 0.5rem; }
    .lc-booking-form-container .LC_step_name h4, .lc-booking-form-container .LC_step_name_resume h4, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title h4, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-title h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-title h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-pricefrom h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .price h4, .lc-inquiry-form-container .LC_step_name h4, .lc-inquiry-form-container .LC_step_name_resume h4, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title h4, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title h4, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-title h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title h4, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-pricefrom h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .price h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price h4 {
      font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 500;
      margin-top: 0.6rem; }
    .lc-booking-form-container .LC_step_name .price-info, .lc-booking-form-container .LC_step_name_resume .price-info, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title .price-info, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .service-title .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-title .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-pricefrom .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .price .price-info, .lc-inquiry-form-container .LC_step_name .price-info, .lc-inquiry-form-container .LC_step_name_resume .price-info, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title .price-info, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-title .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-pricefrom .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .price .price-info {
      margin-top: 0rem;
      margin-bottom: 0.3rem;
      font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-size: 0.9rem;
      font-style: normal;
      font-weight: 400; }
    @media (min-width: 768px) {
      .lc-booking-form-container .LC_step_name, .lc-booking-form-container .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title, .lc-booking-form-container #extraServices .service-card .service-title-price .service-title, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-title, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-pricefrom, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .price, .lc-inquiry-form-container .LC_step_name, .lc-inquiry-form-container .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-title, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-pricefrom, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .price, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price {
        font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500; }
        .lc-booking-form-container .LC_step_name h4, .lc-booking-form-container .LC_step_name_resume h4, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title h4, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-title h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-title h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-pricefrom h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .price h4, .lc-inquiry-form-container .LC_step_name h4, .lc-inquiry-form-container .LC_step_name_resume h4, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title h4, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title h4, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-title h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title h4, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-pricefrom h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .price h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price h4 {
          font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
          font-size: 1.4rem;
          font-style: normal;
          font-weight: 500; }
        .lc-booking-form-container .LC_step_name .price-info, .lc-booking-form-container .LC_step_name_resume .price-info, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title .price-info, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .service-title .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-title .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-pricefrom .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .price .price-info, .lc-inquiry-form-container .LC_step_name .price-info, .lc-inquiry-form-container .LC_step_name_resume .price-info, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title .price-info, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-title .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-pricefrom .price-info, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price-info, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .price .price-info {
          margin-top: 0.35rem;
          margin-bottom: 0.3rem;
          font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
          font-size: 0.9rem;
          font-style: normal;
          font-weight: 400; } }
    .lc-booking-form-container .LC_step_name:empty, .lc-booking-form-container .LC_step_name_resume:empty, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title:empty, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title:empty, .lc-booking-form-container #extraServices .service-card .service-title-price .service-title:empty, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-title:empty, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom:empty, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-pricefrom:empty, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price:empty, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .price:empty, .lc-inquiry-form-container .LC_step_name:empty, .lc-inquiry-form-container .LC_step_name_resume:empty, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title:empty, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title:empty, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-title:empty, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title:empty, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-pricefrom:empty, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom:empty, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .price:empty, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price:empty {
      display: none; }
  .lc-booking-form-container .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title, .lc-inquiry-form-container .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title {
    display: inline-block;
    width: 100%;
    /*
    &:after{
      @include inline-svg-icon("icon_inline_edit", $lc-ac1, center rem(mobpx(2px)), 1rem 1rem, no-repeat);
      content: '';
      display: inline-block;
      //      background-color: red;
      color: $lc-ac1;
      height: 1.2rem;
      right: 1rem;
      top: 0rem;
      position: absolute;
      width: 0.9rem;
    }*/ }
  .lc-booking-form-container button, .lc-inquiry-form-container button {
    margin-bottom: 0rem; }
    @media (min-width: 768px) {
      .lc-booking-form-container button, .lc-inquiry-form-container button {
        height: 3rem; } }
  .lc-booking-form-container .btn-primary, .lc-booking-form-container .editBtn, .lc-booking-form-container .action-group, .lc-inquiry-form-container .btn-primary, .lc-inquiry-form-container .editBtn, .lc-inquiry-form-container .action-group {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    border-radius: 0.5rem;
    height: 3rem;
    margin-right: 0px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: left;
    text-transform: lowercase;
    width: 100%; }
    .lc-booking-form-container .btn-primary:first-letter, .lc-booking-form-container .editBtn:first-letter, .lc-booking-form-container .action-group:first-letter, .lc-inquiry-form-container .btn-primary:first-letter, .lc-inquiry-form-container .editBtn:first-letter, .lc-inquiry-form-container .action-group:first-letter {
      text-transform: capitalize; }
    @media (min-width: 768px) {
      .lc-booking-form-container .btn-primary, .lc-booking-form-container .editBtn, .lc-booking-form-container .action-group, .lc-inquiry-form-container .btn-primary, .lc-inquiry-form-container .editBtn, .lc-inquiry-form-container .action-group {
        font-size: 1.1rem;
        height: 3rem;
        padding-bottom: 0rem; } }
  .lc-booking-form-container .editBtn, .lc-booking-form-container .action-group, .lc-inquiry-form-container .editBtn, .lc-inquiry-form-container .action-group {
    background-color: #2B4EBB;
    border-color: #2B4EBB;
    color: #fff;
    text-align: left;
    position: relative; }
    .lc-booking-form-container .editBtn:after, .lc-booking-form-container .action-group:after, .lc-inquiry-form-container .editBtn:after, .lc-inquiry-form-container .action-group:after {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7506 -805 11.041 18.664'%3E%3Cg data-name='Group 4931'%3E%3Cg data-name='Group 4926'%3E%3Cpath data-name='Rectangle 4657' fill='rgb%2843%2C78%2C187%29' d='M7506.651-787.692h10.064v1.356h-10.064z'/%3E%3C/g%3E%3Cpath data-name='Path 3495' fill='rgb%2843%2C78%2C187%29' d='M7511.154-805L7506-794.773l.624 6.073 5.263-3.093 5.154-10.223zm.027 12.479l-4.2-2.116 4.607-9.088 4.2 2.116z'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center 0.14286rem;
      background-size: 1rem 1rem;
      content: '';
      display: inline-block;
      color: #2B4EBB;
      height: 1.2rem;
      right: 0.4rem;
      top: -2rem;
      position: absolute;
      width: 0.9rem; }
    .lc-booking-form-container .editBtn > span:nth-of-type(1), .lc-booking-form-container .action-group > span:nth-of-type(1), .lc-booking-form-container .lc-inquiry-form-container .action-group > span:nth-of-type(1), .lc-inquiry-form-container .editBtn > span:nth-of-type(1), .lc-inquiry-form-container .lc-booking-form-container .action-group > span:nth-of-type(1), .lc-inquiry-form-container .action-group > span:nth-of-type(1) {
      display: inline-block;
      width: -moz-calc(100% - 3.2rem);
      width: calc(100% - 3.2rem);
      overflow: hidden; }
    .lc-booking-form-container .editBtn .number, .lc-booking-form-container .action-group .number, .lc-inquiry-form-container .editBtn .number, .lc-inquiry-form-container .action-group .number {
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 0px 0.4rem 0.4rem 0px;
      font-size: 1rem;
      font-weight: normal;
      height: 2.85714rem;
      position: absolute;
      right: 0px;
      top: 0px;
      padding: 0.98rem 1.5rem 0.38rem 1.5rem; }
      @media (min-width: 768px) {
        .lc-booking-form-container .editBtn .number, .lc-booking-form-container .action-group .number, .lc-inquiry-form-container .editBtn .number, .lc-inquiry-form-container .action-group .number {
          padding: 0.68rem 1.5rem 0.68rem 1.5rem; } }
  .lc-booking-form-container .service-time, .lc-inquiry-form-container .service-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0rem;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .lc-booking-form-container .service-time.hidden, .lc-inquiry-form-container .service-time.hidden {
      display: none; }
    .lc-booking-form-container .service-time .offertxt, .lc-inquiry-form-container .service-time .offertxt {
      -webkit-box-flex: 6;
      -webkit-flex: 6;
         -moz-box-flex: 6;
          -ms-flex: 6;
              flex: 6; }
    .lc-booking-form-container .service-time .price, .lc-inquiry-form-container .service-time .price {
      font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 500;
      -webkit-box-flex: 3;
      -webkit-flex: 3;
         -moz-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      text-align: right; }
    .lc-booking-form-container .service-time .discount-bubble, .lc-inquiry-form-container .service-time .discount-bubble {
      -webkit-box-flex: 3;
      -webkit-flex: 3;
         -moz-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      color: #fff;
      display: inline-block;
      font-size: .7rem;
      height: 3rem;
      width: 3rem;
      right: 6.5rem;
      padding-top: 1rem;
      position: absolute;
      top: 0rem;
      text-align: center;
      background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%2843%2C78%2C187%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 2rem 2rem; }
      @media (min-width: 768px) {
        .lc-booking-form-container .service-time .discount-bubble, .lc-inquiry-form-container .service-time .discount-bubble {
          padding-top: 1.1rem; } }
    .lc-booking-form-container .service-time:hover, .lc-inquiry-form-container .service-time:hover {
      background-color: #2B4EBB !important; }
      .lc-booking-form-container .service-time:hover h4, .lc-inquiry-form-container .service-time:hover h4 {
        color: #F9EC00; }
      .lc-booking-form-container .service-time:hover .discount-bubble, .lc-inquiry-form-container .service-time:hover .discount-bubble {
        color: #2B4EBB;
        background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%28249%2C236%2C0%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2rem 2rem; }
  .lc-booking-form-container .service-time.selected .discount-bubble, .lc-inquiry-form-container .service-time.selected .discount-bubble {
    color: #2B4EBB;
    background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%28249%2C236%2C0%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem 2rem; }
  .lc-booking-form-container .service-time.selected:hover, .lc-inquiry-form-container .service-time.selected:hover {
    color: #fff;
    background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.18 55.77'%3E%3Ctitle%3Eicon_inline_discount_bubble%3C/title%3E%3Cpath fill='rgb%2843%2C78%2C187%29' d='M49.57 30.91l6.61-6.02-7.86-4.27 3.06-8.4-8.94-.12-1.2-8.86-7.97 4.05L28.09 0l-5.18 7.29-7.97-4.05-1.2 8.86-8.94.12 3.06 8.4L0 24.89l6.61 6.02-4.98 7.42 8.65 2.26-.96 8.89 8.71-2.02 3.29 8.31 6.77-5.83 6.77 5.83 3.29-8.31 8.7 2.02-.95-8.89 8.65-2.26-4.98-7.42z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem 2rem; }
  .lc-booking-form-container .form-group, .lc-inquiry-form-container .form-group {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .lc-booking-form-container .form-group, .lc-inquiry-form-container .form-group {
        margin-bottom: 1rem; } }
  .lc-booking-form-container .form-group.resumeFormGroup, .lc-inquiry-form-container .form-group.resumeFormGroup {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .lc-booking-form-container .form-group.resumeFormGroup, .lc-inquiry-form-container .form-group.resumeFormGroup {
        margin-bottom: 1rem; } }
  .lc-booking-form-container .form-button-group-freq .btn-primary, .lc-booking-form-container .form-button-group-freq .editBtn, .lc-booking-form-container .form-button-group-freq .action-group, .lc-inquiry-form-container .form-button-group-freq .btn-primary, .lc-inquiry-form-container .form-button-group-freq .editBtn, .lc-inquiry-form-container .form-button-group-freq .action-group {
    margin-bottom: 0rem; }
    @media (min-width: 768px) {
      .lc-booking-form-container .form-button-group-freq .btn-primary, .lc-booking-form-container .form-button-group-freq .editBtn, .lc-booking-form-container .form-button-group-freq .action-group, .lc-inquiry-form-container .form-button-group-freq .btn-primary, .lc-inquiry-form-container .form-button-group-freq .editBtn, .lc-inquiry-form-container .form-button-group-freq .action-group {
        text-align: center; } }
  .lc-booking-form-container .form-button-group-freq .price, .lc-inquiry-form-container .form-button-group-freq .price {
    color: #2B4EBB;
    font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    text-align: center; }
  @media (min-width: 768px) {
    .lc-booking-form-container .form-button-group-freq .btn-primary, .lc-booking-form-container .form-button-group-freq .editBtn, .lc-booking-form-container .form-button-group-freq .action-group, .lc-inquiry-form-container .form-button-group-freq .btn-primary, .lc-inquiry-form-container .form-button-group-freq .editBtn, .lc-inquiry-form-container .form-button-group-freq .action-group {
      margin-bottom: 0.6rem; }
    .lc-booking-form-container .form-button-group-freq .price, .lc-inquiry-form-container .form-button-group-freq .price {
      position: relative;
      top: 0px;
      right: 0px; } }
  .lc-booking-form-container .checkbox-primary, .lc-booking-form-container .radio-primary, .lc-inquiry-form-container .checkbox-primary, .lc-inquiry-form-container .radio-primary {
    margin-left: 0.8rem; }
    .lc-booking-form-container .checkbox-primary label, .lc-booking-form-container .radio-primary label, .lc-inquiry-form-container .checkbox-primary label, .lc-inquiry-form-container .radio-primary label {
      font-size: 1.125rem;
      line-height: 1.6rem;
      color: #808080;
      color: #303030;
      max-width: 66vw;
      padding-left: 1.5rem;
      margin-left: -0.3rem; }
      @media (min-width: 768px) {
        .lc-booking-form-container .checkbox-primary label, .lc-booking-form-container .radio-primary label, .lc-inquiry-form-container .checkbox-primary label, .lc-inquiry-form-container .radio-primary label {
          margin-bottom: 1rem;
          max-width: 80vw;
          margin-left: 0.6rem; } }
    .lc-booking-form-container .checkbox-primary input, .lc-booking-form-container .radio-primary input, .lc-inquiry-form-container .checkbox-primary input, .lc-inquiry-form-container .radio-primary input {
      width: 0px !important; }
    @media (min-width: 768px) {
      .lc-booking-form-container .checkbox-primary, .lc-booking-form-container .radio-primary, .lc-inquiry-form-container .checkbox-primary, .lc-inquiry-form-container .radio-primary {
        margin-left: 0rem; } }
  .lc-booking-form-container .checkbox-primary, .lc-inquiry-form-container .checkbox-primary {
    padding-left: 0px;
    width: 100%; }
    .lc-booking-form-container .checkbox-primary input.form-check-input, .lc-inquiry-form-container .checkbox-primary input.form-check-input {
      padding-left: 3.5rem;
      position: relative;
      display: none; }
  .lc-booking-form-container .custom-checkbox .custom-control-description, .lc-inquiry-form-container .custom-checkbox .custom-control-description {
    line-height: 1.5rem;
    font-size: 1rem; }
  .lc-booking-form-container .radio-primary, .lc-inquiry-form-container .radio-primary {
    padding-left: 0px;
    padding-right: 2em; }
  .lc-booking-form-container .c-blue, .lc-inquiry-form-container .c-blue {
    color: #2B4EBB; }
  .lc-booking-form-container .has-danger .checkbox-primary label, .lc-booking-form-container .has-danger .radio-primary label, .lc-inquiry-form-container .has-danger .checkbox-primary label, .lc-inquiry-form-container .has-danger .radio-primary label {
    color: #a94442; }
    .lc-booking-form-container .has-danger .checkbox-primary label:before, .lc-booking-form-container .has-danger .radio-primary label:before, .lc-inquiry-form-container .has-danger .checkbox-primary label:before, .lc-inquiry-form-container .has-danger .radio-primary label:before {
      background-color: #f2dede;
      border-color: #ebcccc; }
  .lc-booking-form-container .has-danger .checkbox-primary input[type="checkbox"]:checked + label, .lc-booking-form-container .has-danger .radio-primary input[type="checkbox"]:checked + label, .lc-inquiry-form-container .has-danger .checkbox-primary input[type="checkbox"]:checked + label, .lc-inquiry-form-container .has-danger .radio-primary input[type="checkbox"]:checked + label {
    color: #23181C; }
  .lc-booking-form-container #LC_step_1, .lc-inquiry-form-container #LC_step_1 {
    /*    .btn-bigbook{
      padding-top: 0.5rem;
      @include font(open-sans,regular,1.2);
      text-align: center;
      text-transform: uppercase;
    }
    */ }
  .lc-booking-form-container .separator1, .lc-inquiry-form-container .separator1 {
    margin-left: 1rem;
    margin-right: 1rem;
    /*:after {
      content: '';
      position:absolute;
      display: block;
      top: 0;
      left: 0;
      width: 70rem;
      height: 1px;
      background-color: #f60;
      //padding-top: 1.2rem;
      //margin-top: 1.5rem;
    }*/ }
  .lc-booking-form-container .LC_step_name > .separator, .lc-booking-form-container .LC_step_name_resume > .separator, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title > .separator, .lc-booking-form-container .lc-inquiry-form-container .LC_step_name_resume > .separator, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title > .separator, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title > .separator, .lc-booking-form-container #extraServices .service-card .service-title-price .service-title > .separator, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-title > .separator, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom > .separator, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .service-pricefrom > .separator, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price > .separator, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .price > .separator, .lc-inquiry-form-container .LC_step_name > .separator, .lc-inquiry-form-container .lc-booking-form-container .LC_step_name_resume > .separator, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .title > .separator, .lc-inquiry-form-container .LC_step_name_resume > .separator, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .title > .separator, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title > .separator, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-title > .separator, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title > .separator, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .service-pricefrom > .separator, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom > .separator, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .price > .separator, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price > .separator {
    border-top: 1px solid rgba(120, 120, 120, 0.22);
    padding-top: 1.2rem;
    margin-top: 1.5rem; }
  .lc-booking-form-container .form-group.inside, .lc-inquiry-form-container .form-group.inside {
    margin-left: .6rem;
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .lc-booking-form-container .form-group.inside, .lc-inquiry-form-container .form-group.inside {
        margin-left: 1rem; } }
  .lc-booking-form-container .LC_edit > .LC_step_name, .lc-booking-form-container .LC_edit > .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .LC_edit > .title, .lc-booking-form-container .lc-inquiry-form-container .LC_edit > .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .LC_edit > .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .LC_edit > .title, .lc-booking-form-container #extraServices .service-card .service-title-price .LC_edit > .service-title, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .LC_edit > .service-title, .lc-booking-form-container #extraServices .service-card .service-title-price .LC_edit > .service-pricefrom, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container .LC_edit > .service-pricefrom, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .LC_edit > .price, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container .LC_edit > .price, .lc-inquiry-form-container .LC_edit > .LC_step_name, .lc-inquiry-form-container .lc-booking-form-container .LC_edit > .LC_step_name_resume, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container .LC_edit > .title, .lc-inquiry-form-container .LC_edit > .LC_step_name_resume, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container .LC_edit > .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .LC_edit > .title, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .LC_edit > .service-title, .lc-inquiry-form-container #extraServices .service-card .service-title-price .LC_edit > .service-title, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container .LC_edit > .service-pricefrom, .lc-inquiry-form-container #extraServices .service-card .service-title-price .LC_edit > .service-pricefrom, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container .LC_edit > .price, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .LC_edit > .price {
    margin-bottom: 5rem; }
  .lc-booking-form-container #LC_step_4 > .LC_edit > .container > .row > .LC_step_name:not(:first-of-type) > h4, .lc-booking-form-container #LC_step_4 > .LC_edit > .container > .row > .LC_step_name_resume:not(:first-of-type) > h4, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block #LC_step_4 > .LC_edit > .container > .row > .title:not(:first-of-type) > h4, .lc-booking-form-container .lc-inquiry-form-container #LC_step_4 > .LC_edit > .container > .row > .LC_step_name_resume:not(:first-of-type) > h4, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container #LC_step_4 > .LC_edit > .container > .row > .title:not(:first-of-type) > h4, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container #LC_step_4 > .LC_edit > .container > .row > .title:not(:first-of-type) > h4, .lc-booking-form-container #extraServices .service-card .service-title-price #LC_step_4 > .LC_edit > .container > .row > .service-title:not(:first-of-type) > h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container #LC_step_4 > .LC_edit > .container > .row > .service-title:not(:first-of-type) > h4, .lc-booking-form-container #extraServices .service-card .service-title-price #LC_step_4 > .LC_edit > .container > .row > .service-pricefrom:not(:first-of-type) > h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .lc-booking-form-container #LC_step_4 > .LC_edit > .container > .row > .service-pricefrom:not(:first-of-type) > h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom #LC_step_4 > .LC_edit > .container > .row > .price:not(:first-of-type) > h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-booking-form-container #LC_step_4 > .LC_edit > .container > .row > .price:not(:first-of-type) > h4, .lc-inquiry-form-container #LC_step_4 > .LC_edit > .container > .row > .LC_step_name:not(:first-of-type) > h4, .lc-inquiry-form-container .lc-booking-form-container #LC_step_4 > .LC_edit > .container > .row > .LC_step_name_resume:not(:first-of-type) > h4, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .lc-booking-form-container #LC_step_4 > .LC_edit > .container > .row > .title:not(:first-of-type) > h4, .lc-inquiry-form-container #LC_step_4 > .LC_edit > .container > .row > .LC_step_name_resume:not(:first-of-type) > h4, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .lc-inquiry-form-container #LC_step_4 > .LC_edit > .container > .row > .title:not(:first-of-type) > h4, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block #LC_step_4 > .LC_edit > .container > .row > .title:not(:first-of-type) > h4, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container #LC_step_4 > .LC_edit > .container > .row > .service-title:not(:first-of-type) > h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price #LC_step_4 > .LC_edit > .container > .row > .service-title:not(:first-of-type) > h4, .lc-booking-form-container #extraServices .service-card .service-title-price .lc-inquiry-form-container #LC_step_4 > .LC_edit > .container > .row > .service-pricefrom:not(:first-of-type) > h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price #LC_step_4 > .LC_edit > .container > .row > .service-pricefrom:not(:first-of-type) > h4, .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .lc-inquiry-form-container #LC_step_4 > .LC_edit > .container > .row > .price:not(:first-of-type) > h4, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom #LC_step_4 > .LC_edit > .container > .row > .price:not(:first-of-type) > h4 {
    border-top: 1px solid rgba(120, 120, 120, 0.22);
    padding-top: 1.2rem;
    margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .lc-booking-form-container .LC_resume > .container > .row > .LC_resume_sub:not(:last-child) > .form-group, .lc-inquiry-form-container .LC_resume > .container > .row > .LC_resume_sub:not(:last-child) > .form-group {
      border-bottom: 0px; } }
  .lc-booking-form-container .form-plusminus-cards, .lc-inquiry-form-container .form-plusminus-cards {
    /*
    div:nth-child(4n) {
      .card{
        margin-right: 0px;
      }
    }
    */ }
    .lc-booking-form-container .form-plusminus-cards .hidden-xs-down, .lc-inquiry-form-container .form-plusminus-cards .hidden-xs-down {
      display: none; }
    .lc-booking-form-container .form-plusminus-cards .form-group, .lc-inquiry-form-container .form-plusminus-cards .form-group {
      margin-top: 0.4rem;
      position: relative;
      height: inherit;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .lc-booking-form-container .form-plusminus-cards .form-group .card, .lc-inquiry-form-container .form-plusminus-cards .form-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin: 0px;
        margin-bottom: 0rem; }
        @media (min-width: 768px) {
          .lc-booking-form-container .form-plusminus-cards .form-group .card, .lc-inquiry-form-container .form-plusminus-cards .form-group .card {
            margin-bottom: 1rem; } }
        .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block {
          padding: 0.25rem 1rem;
          display: block;
          position: relative; }
          @media (min-width: 768px) {
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block {
              height: inherit; } }
          .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .card-icon, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .card-icon {
            display: none;
            float: left;
            height: 2.5rem;
            width: 3.4375rem; }
            @media (min-width: 768px) {
              .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .card-icon, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .card-icon {
                display: block;
                padding-right: 1rem; }
                .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .card-icon > img, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .card-icon > img {
                  height: 2.5rem !important;
                  width: 2.5rem !important; } }
          .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title {
            float: left;
            height: auto;
            line-height: 1.75rem;
            margin-left: -0.3rem;
            padding-left: 0px;
            overflow-x: hidden;
            overflow-y: hidden;
            width: 100%; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title .title-space, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title .title-space {
              display: block;
              float: right;
              height: 2rem;
              width: 7rem; }
            @media (min-width: 768px) {
              .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .title {
                height: auto;
                margin-left: 0px;
                overflow-x: hidden;
                overflow-y: visible;
                width: -moz-calc(100% - 4rem);
                width: calc(100% - 4rem); } }
          .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .icon-plusminus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .icon-plusminus {
            padding-bottom: 1rem;
            text-align: center;
            margin-top: auto;
            width: 100%; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .icon-plusminus > img, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .icon-plusminus > img {
              max-height: 5rem;
              max-width: 40% !important; }
          .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .card-text, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .card-text {
            margin-top: 0px; }
          .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus {
            height: 2rem;
            padding-right: 0rem;
            text-align: right;
            position: absolute;
            right: 0.7rem;
            top: .45rem;
            width: 7.5rem; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus input.input-text-plusminus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus input.input-text-plusminus {
              font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
              font-size: 1.1rem;
              font-style: normal;
              font-weight: 500;
              border-radius: 0px !important;
              border-top-left-radius: 0px;
              border-top-right-radius: 0px;
              border: 0px;
              font-weight: normal;
              font-size: 1rem;
              padding: 0.3rem;
              padding-top: 0.4rem;
              text-align: center;
              width: 2.5rem;
              min-width: 2.5rem;
              min-height: inherit; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus .btn-plus, .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus .btn-minus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus .btn-plus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus .btn-minus {
              height: inherit;
              font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
              font-size: 1.2rem;
              font-style: normal;
              font-weight: 500;
              padding-top: .7rem;
              line-height: 0.5rem;
              margin: 0px;
              border: 0px;
              width: 2.5rem; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus .btn-plus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus .btn-plus {
              border-radius: 0px 1.875rem 1.875rem 0px;
              padding-top: 0.77rem; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus .btn-minus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block .buttons-narrow-group-plusminus .btn-minus {
              padding-top: 0.6rem;
              border-radius: 1.875rem 0px 0px 1.875rem; }
        .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block-info, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block-info {
          background-color: rgba(255, 255, 255, 0.8);
          border-radius: 0 0 0.1rem 0.1rem; }
          .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block-info .info, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block-info .info {
            font-family: "Open Sans", sans-serif;
            font-size: 0.8rem;
            font-style: normal;
            font-weight: 400;
            color: #837D0D;
            font-style: italic;
            padding: 0.15rem 1rem;
            padding-left: 0.5rem;
            width: 100%; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block-info .info img, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block-info .info img {
              height: 2.4rem !important;
              max-height: 3rem;
              object-fit: contain;
              object-position: left center;
              max-width: -moz-calc(100% - 1.6rem) !important;
              max-width: calc(100% - 1.6rem) !important; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card .card-block-info .info::before, .lc-inquiry-form-container .form-plusminus-cards .form-group .card .card-block-info .info::before {
              background-color: #000;
              border-radius: 1rem;
              color: #FFF;
              opacity: 0.4;
              content: 'i';
              display: inline-block;
              font-size: 0.6rem;
              padding-left: 0.325rem;
              margin-right: 0.5rem;
              margin-top: -0.5rem;
              font-style: normal;
              height: 0.8rem;
              width: 0.8rem; }
        .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow {
          background-color: #F9EC00;
          background-image: none; }
          .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block .btn-plus, .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block .btn-minus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block .btn-plus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block .btn-minus {
            border: 0px !important; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block .btn-plus:not(:hover), .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block .btn-minus:not(:hover), .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block .btn-plus:not(:hover), .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block .btn-minus:not(:hover) {
              background-color: rgba(255, 255, 255, 0.7); }
          .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block input, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow .card-block input {
            background-color: white;
            color: #23181C; }
        .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail {
          background-color: #2B4EBB;
          background-image: none;
          color: #fff; }
          .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .card-icon img, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .card-icon img {
            -webkit-filter: brightness(50);
                    filter: brightness(50); }
          .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .title, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .title {
            color: #fff; }
          .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .card-text, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .card-text {
            color: #fff; }
          .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .btn-plus, .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .btn-minus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .btn-plus, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .btn-minus {
            background-color: #4568d4;
            color: #fff; }
            .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .btn-plus:hover, .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .btn-minus:hover, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .btn-plus:hover, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block .btn-minus:hover {
              background-color: #F9EC00;
              color: #2B4EBB; }
          .lc-booking-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block-info .info, .lc-inquiry-form-container .form-plusminus-cards .form-group .card.card-yellow.active-menu-trail .card-block-info .info {
            color: #2B4EBB; }
  .lc-booking-form-container .form-group.window, .lc-inquiry-form-container .form-group.window {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .lc-booking-form-container .form-group.window, .lc-inquiry-form-container .form-group.window {
        margin-bottom: 1.25rem; } }
    .lc-booking-form-container .form-group.window a, .lc-inquiry-form-container .form-group.window a {
      margin-bottom: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom: 0px; }
      .lc-booking-form-container .form-group.window a span.number, .lc-inquiry-form-container .form-group.window a span.number {
        border-bottom-right-radius: 0px;
        height: 3rem; }
    .lc-booking-form-container .form-group.window .info, .lc-inquiry-form-container .form-group.window .info {
      font-family: "Open Sans", sans-serif;
      font-size: 0.8rem;
      font-style: normal;
      font-weight: 400;
      background: #d4dbf1;
      border: 1px solid #2B4EBB;
      border-bottom-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
      color: #837D0D;
      font-style: italic;
      height: 3rem;
      padding: 0.25rem 1rem;
      padding-left: 0.5rem;
      width: 100%; }
      .lc-booking-form-container .form-group.window .info img, .lc-inquiry-form-container .form-group.window .info img {
        height: 2.4rem !important;
        max-height: 3rem;
        object-fit: contain;
        object-position: left center;
        max-width: -moz-calc(100% - 1.6rem) !important;
        max-width: calc(100% - 1.6rem) !important; }
      .lc-booking-form-container .form-group.window .info::before, .lc-inquiry-form-container .form-group.window .info::before {
        background-color: #2B4EBB;
        border-radius: 1rem;
        color: #FFF;
        content: 'i';
        display: inline-block;
        font-size: 0.6rem;
        padding-left: 0.325rem;
        margin-right: 0.5rem;
        margin-top: -0.5rem;
        font-style: normal;
        height: 0.8rem;
        width: 0.8rem; }
  .lc-booking-form-container .extraservices-label, .lc-inquiry-form-container .extraservices-label {
    display: inline-block;
    margin-bottom: 0.8rem; }
  .lc-booking-form-container #extraServices, .lc-inquiry-form-container #extraServices {
    margin-top: 2rem; }
    .lc-booking-form-container #extraServices .empty, .lc-inquiry-form-container #extraServices .empty {
      display: none; }
      @media (min-width: 768px) {
        .lc-booking-form-container #extraServices .empty, .lc-inquiry-form-container #extraServices .empty {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          opacity: .5; }
          .lc-booking-form-container #extraServices .empty .service-card, .lc-inquiry-form-container #extraServices .empty .service-card {
            width: 100%; } }
    .lc-booking-form-container #extraServices .service-card, .lc-inquiry-form-container #extraServices .service-card {
      background-color: #f7f7ea;
      border: 1px solid #d7d5d5;
      border-radius: .63rem .63rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      margin-bottom: 0.5rem;
      padding: 1rem; }
      @media (min-width: 768px) {
        .lc-booking-form-container #extraServices .service-card, .lc-inquiry-form-container #extraServices .service-card {
          margin-bottom: 1rem; } }
      .lc-booking-form-container #extraServices .service-card .service-icon, .lc-inquiry-form-container #extraServices .service-card .service-icon {
        display: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        @media (min-width: 768px) {
          .lc-booking-form-container #extraServices .service-card .service-icon, .lc-inquiry-form-container #extraServices .service-card .service-icon {
            display: block;
            padding-left: 0.3rem;
            padding-right: 1rem; }
            .lc-booking-form-container #extraServices .service-card .service-icon > img, .lc-inquiry-form-container #extraServices .service-card .service-icon > img {
              display: block;
              height: 3.125rem !important;
              width: 3.125rem !important; } }
      .lc-booking-form-container #extraServices .service-card .service-title-price, .lc-inquiry-form-container #extraServices .service-card .service-title-price {
        -webkit-box-flex: 4;
        -webkit-flex: 4;
           -moz-box-flex: 4;
            -ms-flex: 4;
                flex: 4;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        @media (min-width: 768px) {
          .lc-booking-form-container #extraServices .service-card .service-title-price, .lc-inquiry-form-container #extraServices .service-card .service-title-price {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .lc-booking-form-container #extraServices .service-card .service-title-price .service-title, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin: 0px;
          line-height: 1rem; }
          @media (min-width: 768px) {
            .lc-booking-form-container #extraServices .service-card .service-title-price .service-title, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-title {
              margin-top: 0.4rem; } }
        .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          line-height: 0.8rem;
          margin: 0px;
          text-align: right; }
          .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price {
            line-height: 1rem; }
          @media (min-width: 768px) {
            .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom {
              line-height: 1.2rem;
              text-align: left;
              font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
              font-size: 1.4rem;
              font-style: normal;
              font-weight: 500; }
              .lc-booking-form-container #extraServices .service-card .service-title-price .service-pricefrom .price, .lc-inquiry-form-container #extraServices .service-card .service-title-price .service-pricefrom .price {
                font-size: 1rem; } }
      .lc-booking-form-container #extraServices .service-card .service-book, .lc-inquiry-form-container #extraServices .service-card .service-book {
        display: none; }
        @media (min-width: 768px) {
          .lc-booking-form-container #extraServices .service-card .service-book, .lc-inquiry-form-container #extraServices .service-card .service-book {
            display: block;
            -webkit-box-flex: 2;
            -webkit-flex: 2;
               -moz-box-flex: 2;
                -ms-flex: 2;
                    flex: 2;
            text-align: right;
            padding-right: 0.8rem; }
            .lc-booking-form-container #extraServices .service-card .service-book .btn, .lc-inquiry-form-container #extraServices .service-card .service-book .btn {
              border-color: #fff;
              color: #2B4EBB;
              font-size: 1.125rem;
              font-weight: normal;
              margin-bottom: 0px;
              margin-right: 0px;
              margin-top: 0.2rem;
              padding-bottom: 0.6rem;
              padding-top: 0.6rem; }
              .lc-booking-form-container #extraServices .service-card .service-book .btn:hover, .lc-inquiry-form-container #extraServices .service-card .service-book .btn:hover {
                color: #fff; } }
  .lc-booking-form-container.show, .lc-inquiry-form-container.show {
    display: block; }
    .lc-booking-form-container.show #extraServices, .lc-inquiry-form-container.show #extraServices {
      display: block; }
      .lc-booking-form-container.show #extraServices.hide, .lc-inquiry-form-container.show #extraServices.hide {
        display: none; }
    .lc-booking-form-container.show form, .lc-inquiry-form-container.show form {
      border: 1px #95989A solid;
      border-radius: 0.7rem; }
      .lc-booking-form-container.show form .input, .lc-inquiry-form-container.show form .input {
        margin-top: 1rem;
        /*        &:placeholder{
          background-color: red;
        }
        &:focus{
          background-color: green;
        }
        */ }
        .lc-booking-form-container.show form .input label, .lc-inquiry-form-container.show form .input label {
          position: absolute;
          top: -0.2rem;
          font-size: .7rem;
          display: none;
          /*.checkbox-primary{ 
            font-size: 1rem;
          }*/ }
          .lc-booking-form-container.show form .input label.label-show, .lc-inquiry-form-container.show form .input label.label-show {
            display: block;
            -webkit-animation-name: viewLabel;
               -moz-animation-name: viewLabel;
                    animation-name: viewLabel;
            -webkit-animation-duration: .5s;
               -moz-animation-duration: .5s;
                    animation-duration: .5s; }
      .lc-booking-form-container.show form #LC_step_1 .LC_resume, .lc-inquiry-form-container.show form #LC_step_1 .LC_resume {
        border-radius: 0.63rem 0.63rem 0 0; }
      .lc-booking-form-container.show form #LC_footer, .lc-inquiry-form-container.show form #LC_footer {
        background-color: #2B4EBB;
        border-radius: 0 0 0.63rem 0.63rem;
        padding: 1rem 2rem;
        display: block; }
        @media (min-width: 768px) {
          .lc-booking-form-container.show form #LC_footer, .lc-inquiry-form-container.show form #LC_footer {
            padding: 1rem 2rem; } }
        .lc-booking-form-container.show form #LC_footer .price_info, .lc-inquiry-form-container.show form #LC_footer .price_info {
          display: block;
          font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
          font-size: 1.7rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.7rem;
          color: #fff;
          padding-left: 0px; }
          @media (min-width: 768px) {
            .lc-booking-form-container.show form #LC_footer .price_info, .lc-inquiry-form-container.show form #LC_footer .price_info {
              padding-top: .5rem; } }
          .lc-booking-form-container.show form #LC_footer .price_info .price, .lc-inquiry-form-container.show form #LC_footer .price_info .price {
            display: block; }
            .lc-booking-form-container.show form #LC_footer .price_info .price.hide, .lc-inquiry-form-container.show form #LC_footer .price_info .price.hide {
              display: none; }
            .lc-booking-form-container.show form #LC_footer .price_info .price .rutTxt, .lc-inquiry-form-container.show form #LC_footer .price_info .price .rutTxt {
              font-family: "futura-pt", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
              font-size: 1rem;
              font-style: normal;
              font-weight: 300;
              line-height: 1.5rem; }
              @media (max-width: 767px) {
                .lc-booking-form-container.show form #LC_footer .price_info .price .rutTxt, .lc-inquiry-form-container.show form #LC_footer .price_info .price .rutTxt {
                  display: inline-block; } }
              @media (min-width: 768px) {
                .lc-booking-form-container.show form #LC_footer .price_info .price .rutTxt, .lc-inquiry-form-container.show form #LC_footer .price_info .price .rutTxt {
                  display: inline-block;
                  top: .8rem;
                  left: 8rem;
                  padding-left: 1rem; } }
        .lc-booking-form-container.show form #LC_footer .next, .lc-inquiry-form-container.show form #LC_footer .next {
          padding-right: 0px; }
        @media (min-width: 768px) {
          .lc-booking-form-container.show form #LC_footer .price_info, .lc-inquiry-form-container.show form #LC_footer .price_info {
            padding-left: 1rem; }
          .lc-booking-form-container.show form #LC_footer .next, .lc-inquiry-form-container.show form #LC_footer .next {
            padding-right: 1rem; } }
        .lc-booking-form-container.show form #LC_footer .btn-primary, .lc-booking-form-container.show form #LC_footer .editBtn, .lc-booking-form-container.show form #LC_footer .action-group, .lc-inquiry-form-container.show form #LC_footer .btn-primary, .lc-inquiry-form-container.show form #LC_footer .editBtn, .lc-inquiry-form-container.show form #LC_footer .action-group {
          background-color: #F9EC00;
          color: #2B4EBB;
          height: 2.85714rem;
          margin-bottom: 0px;
          padding-top: 0.7rem;
          padding-left: 0.5rem;
          padding-right: 0.5rem;
          font-family: "Open Sans", sans-serif;
          font-size: 1rem;
          font-style: normal;
          font-weight: 400;
          text-align: center;
          text-transform: uppercase; }
        @media (min-width: 768px) {
          .lc-booking-form-container.show form #LC_footer .btn-primary, .lc-booking-form-container.show form #LC_footer .editBtn, .lc-booking-form-container.show form #LC_footer .action-group, .lc-inquiry-form-container.show form #LC_footer .btn-primary, .lc-inquiry-form-container.show form #LC_footer .editBtn, .lc-inquiry-form-container.show form #LC_footer .action-group {
            height: 2.5rem;
            padding-top: 0.5rem;
            font-family: "Open Sans", sans-serif;
            font-size: 1.2rem;
            font-style: normal;
            font-weight: 400; }
            .lc-booking-form-container.show form #LC_footer .btn-primary:hover, .lc-booking-form-container.show form #LC_footer .editBtn:hover, .lc-booking-form-container.show form #LC_footer .action-group:hover, .lc-inquiry-form-container.show form #LC_footer .btn-primary:hover, .lc-inquiry-form-container.show form #LC_footer .editBtn:hover, .lc-inquiry-form-container.show form #LC_footer .action-group:hover {
              background-color: #F0EFEF;
              color: #23181C; } }
        .lc-booking-form-container.show form #LC_footer .disabled.btn-primary, .lc-booking-form-container.show form #LC_footer .disabled.editBtn, .lc-booking-form-container.show form #LC_footer .disabled.action-group, .lc-inquiry-form-container.show form #LC_footer .disabled.btn-primary, .lc-inquiry-form-container.show form #LC_footer .disabled.editBtn, .lc-inquiry-form-container.show form #LC_footer .disabled.action-group {
          background-color: #dfe5f5;
          border-color: #dfe5f5;
          opacity: 0.5;
          text-transform: uppercase; }
        .lc-booking-form-container.show form #LC_footer.hide, .lc-inquiry-form-container.show form #LC_footer.hide {
          display: none; }
      .lc-booking-form-container.show form .LC_step, .lc-inquiry-form-container.show form .LC_step {
        display: none; }
        .lc-booking-form-container.show form .LC_step.edit, .lc-inquiry-form-container.show form .LC_step.edit {
          display: block; }
          .lc-booking-form-container.show form .LC_step.edit .LC_resume, .lc-inquiry-form-container.show form .LC_step.edit .LC_resume {
            display: none; }
          .lc-booking-form-container.show form .LC_step.edit .LC_edit, .lc-inquiry-form-container.show form .LC_step.edit .LC_edit {
            display: block; }
            .lc-booking-form-container.show form .LC_step.edit .LC_edit .nextBtn.selected, .lc-inquiry-form-container.show form .LC_step.edit .LC_edit .nextBtn.selected {
              background-color: #2B4EBB;
              border-color: #2B4EBB;
              color: #fff; }
            .lc-booking-form-container.show form .LC_step.edit .LC_edit .LC_group, .lc-inquiry-form-container.show form .LC_step.edit .LC_edit .LC_group {
              max-height: 0;
              opacity: 0;
              -webkit-transition: max-height 0.4s ease-out;
              -moz-transition: max-height 0.4s ease-out;
              transition: max-height 0.4s ease-out; }
              .lc-booking-form-container.show form .LC_step.edit .LC_edit .LC_group .row, .lc-inquiry-form-container.show form .LC_step.edit .LC_edit .LC_group .row {
                -webkit-transition: margin-bottom 0s ease-in;
                -moz-transition: margin-bottom 0s ease-in;
                transition: margin-bottom 0s ease-in;
                -webkit-transition-delay: 0.4s;
                   -moz-transition-delay: 0.4s;
                        transition-delay: 0.4s;
                padding-bottom: 1rem; }
              .lc-booking-form-container.show form .LC_step.edit .LC_edit .LC_group .form-group, .lc-inquiry-form-container.show form .LC_step.edit .LC_edit .LC_group .form-group {
                -webkit-transition: opacity 0.25s ease-in;
                -moz-transition: opacity 0.25s ease-in;
                transition: opacity 0.25s ease-in;
                -webkit-transition-delay: 0.25s;
                   -moz-transition-delay: 0.25s;
                        transition-delay: 0.25s;
                opacity: 0; }
              .lc-booking-form-container.show form .LC_step.edit .LC_edit .LC_group.open, .lc-inquiry-form-container.show form .LC_step.edit .LC_edit .LC_group.open {
                display: block;
                max-height: 1000px;
                opacity: 1;
                -webkit-transition-delay: 0s;
                   -moz-transition-delay: 0s;
                        transition-delay: 0s;
                -webkit-transition: max-height 0.1s ease-out;
                -moz-transition: max-height 0.1s ease-out;
                transition: max-height 0.1s ease-out; }
                .lc-booking-form-container.show form .LC_step.edit .LC_edit .LC_group.open .form-group, .lc-inquiry-form-container.show form .LC_step.edit .LC_edit .LC_group.open .form-group {
                  opacity: 1;
                  -webkit-transition-delay: 0s;
                     -moz-transition-delay: 0s;
                          transition-delay: 0s;
                  -webkit-transition-duration: 0.2s;
                     -moz-transition-duration: 0.2s;
                          transition-duration: 0.2s; }
                .lc-booking-form-container.show form .LC_step.edit .LC_edit .LC_group.open .row, .lc-inquiry-form-container.show form .LC_step.edit .LC_edit .LC_group.open .row {
                  -webkit-transition-delay: 0s;
                     -moz-transition-delay: 0s;
                          transition-delay: 0s;
                  -webkit-transition-duration: 0.2s;
                     -moz-transition-duration: 0.2s;
                          transition-duration: 0.2s; }
        .lc-booking-form-container.show form .LC_step.resume, .lc-inquiry-form-container.show form .LC_step.resume {
          display: block; }
          .lc-booking-form-container.show form .LC_step.resume .LC_resume, .lc-inquiry-form-container.show form .LC_step.resume .LC_resume {
            display: block;
            background-color: #F4F6FC; }
            .lc-booking-form-container.show form .LC_step.resume .LC_resume.editLike .f_submit_step1, .lc-inquiry-form-container.show form .LC_step.resume .LC_resume.editLike .f_submit_step1 {
              display: none; }
            .lc-booking-form-container.show form .LC_step.resume .LC_resume.editLike.active, .lc-inquiry-form-container.show form .LC_step.resume .LC_resume.editLike.active {
              background-color: transparent; }
              .lc-booking-form-container.show form .LC_step.resume .LC_resume.editLike.active .f_submit_step1, .lc-inquiry-form-container.show form .LC_step.resume .LC_resume.editLike.active .f_submit_step1 {
                display: block; }
            .lc-booking-form-container.show form .LC_step.resume .LC_resume.editLike.hide-loader, .lc-inquiry-form-container.show form .LC_step.resume .LC_resume.editLike.hide-loader {
              display: none; }
            .lc-booking-form-container.show form .LC_step.resume .LC_resume .editBtn, .lc-booking-form-container.show form .LC_step.resume .LC_resume .action-group, .lc-inquiry-form-container.show form .LC_step.resume .LC_resume .editBtn, .lc-inquiry-form-container.show form .LC_step.resume .LC_resume .action-group {
              /*&.no-edit {
                display:none;
                &.show {
                  display: block;
                }
              }*/ }
            .lc-booking-form-container.show form .LC_step.resume .LC_resume .group-open:after, .lc-inquiry-form-container.show form .LC_step.resume .LC_resume .group-open:after {
              background-image: none;
              background-color: rgba(255, 255, 255, 0.3);
              background-repeat: no-repeat;
              border-radius: 1rem;
              content: '+';
              display: inline-block;
              color: #2B4EBB;
              font-family: futura-pt,"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
              font-size: 1.2rem;
              font-style: normal;
              font-weight: 500;
              padding-left: 0.58rem;
              padding-top: .65rem;
              line-height: .5rem;
              height: 1.75rem;
              width: 1.75rem;
              right: 1rem;
              top: .5rem;
              position: absolute; }
          .lc-booking-form-container.show form .LC_step.resume .LC_edit, .lc-inquiry-form-container.show form .LC_step.resume .LC_edit {
            display: none;
            padding: 1rem; }
        .lc-booking-form-container.show form .LC_step.LC_step_subs.edit .LC_resume, .lc-inquiry-form-container.show form .LC_step.LC_step_subs.edit .LC_resume {
          background-color: #F4F6FC;
          display: block; }
          .lc-booking-form-container.show form .LC_step.LC_step_subs.edit .LC_resume.hidden, .lc-inquiry-form-container.show form .LC_step.LC_step_subs.edit .LC_resume.hidden {
            display: none; }
          .lc-booking-form-container.show form .LC_step.LC_step_subs.edit .LC_resume .LC_resume_sub, .lc-inquiry-form-container.show form .LC_step.LC_step_subs.edit .LC_resume .LC_resume_sub {
            display: none; }
            .lc-booking-form-container.show form .LC_step.LC_step_subs.edit .LC_resume .LC_resume_sub.resume, .lc-inquiry-form-container.show form .LC_step.LC_step_subs.edit .LC_resume .LC_resume_sub.resume {
              display: block; }
        .lc-booking-form-container.show form .LC_step.LC_step_subs.edit .LC_edit, .lc-inquiry-form-container.show form .LC_step.LC_step_subs.edit .LC_edit {
          display: block; }
          .lc-booking-form-container.show form .LC_step.LC_step_subs.edit .LC_edit .LC_edit_sub, .lc-inquiry-form-container.show form .LC_step.LC_step_subs.edit .LC_edit .LC_edit_sub {
            display: none; }
            .lc-booking-form-container.show form .LC_step.LC_step_subs.edit .LC_edit .LC_edit_sub.edit, .lc-inquiry-form-container.show form .LC_step.LC_step_subs.edit .LC_edit .LC_edit_sub.edit {
              display: block; }
              .lc-booking-form-container.show form .LC_step.LC_step_subs.edit .LC_edit .LC_edit_sub.edit.hide-loader, .lc-inquiry-form-container.show form .LC_step.LC_step_subs.edit .LC_edit .LC_edit_sub.edit.hide-loader {
                display: none; }
        .lc-booking-form-container.show form .LC_step.empty, .lc-inquiry-form-container.show form .LC_step.empty {
          display: none; }
  .lc-booking-form-container.hide, .lc-inquiry-form-container.hide {
    display: none; }
  .lc-booking-form-container .LC_response.show .response, .lc-inquiry-form-container .LC_response.show .response {
    padding-left: 2rem;
    padding-right: 2rem; }
  @media (max-width: 767px) {
    .lc-booking-form-container .LC_response.show .response, .lc-inquiry-form-container .LC_response.show .response {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .lc-booking-form-container #customloading, .lc-inquiry-form-container #customloading {
    width: 100%; }
  .lc-booking-form-container .action-row, .lc-inquiry-form-container .action-row {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%; }
    @media (max-width: 767px) {
      .lc-booking-form-container .action-row > div, .lc-inquiry-form-container .action-row > div {
        padding-left: 0px;
        padding-right: 0px; } }
    @media (min-width: 768px) {
      .lc-booking-form-container .action-row, .lc-inquiry-form-container .action-row {
        /*      > .col-sm-6:nth-child(odd){
        padding-left: 0px;
      }
      > .col-sm-6:nth-child(even){
        padding-right: 0px;
      }
      */ }
        .lc-booking-form-container .action-row > div, .lc-inquiry-form-container .action-row > div {
          padding-left: 0px;
          padding-right: 0px; } }
    .lc-booking-form-container .action-row > .form-group, .lc-inquiry-form-container .action-row > .form-group {
      margin-bottom: 0px;
      margin-top: 0px; }
  @media (min-width: 768px) {
    .lc-booking-form-container .form-plusminus-cards > .form-group:not(.order-2):not(.order-3):not(.order-4):not(.order-5):not(.order-6):not(.order-7) > .action-row > div, .lc-inquiry-form-container .form-plusminus-cards > .form-group:not(.order-2):not(.order-3):not(.order-4):not(.order-5):not(.order-6):not(.order-7) > .action-row > div {
      padding-right: 1rem; } }
  .lc-booking-form-container .action-group, .lc-inquiry-form-container .action-group {
    background-color: #F9EC00;
    border-color: rgba(35, 24, 28, 0.125);
    color: #2B4EBB;
    height: auto;
    padding-bottom: 0.5rem;
    white-space: normal; }
    .lc-booking-form-container .action-group:before, .lc-inquiry-form-container .action-group:before {
      float: right;
      height: 1.5rem;
      content: ' ';
      width: 2.25rem; }
    .lc-booking-form-container .action-group:after, .lc-inquiry-form-container .action-group:after {
      background-image: none;
      background-color: rgba(255, 255, 255, 0.5);
      background-repeat: no-repeat;
      border-radius: 1rem;
      content: '+';
      display: inline-block;
      color: #2B4EBB;
      font-family: futura-pt,"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 500;
      padding-left: 0.58rem;
      padding-top: .65rem;
      line-height: .5rem;
      height: 1.75rem;
      width: 1.75rem;
      right: 1rem;
      top: .5rem;
      position: absolute; }
    .lc-booking-form-container .action-group.menu-active-trail, .lc-inquiry-form-container .action-group.menu-active-trail {
      background-color: #2B4EBB;
      color: red; }
    .lc-booking-form-container .action-group.open-group:after, .lc-inquiry-form-container .action-group.open-group:after {
      content: '_';
      padding-top: 0.11rem;
      padding-left: 0.65rem; }
  .lc-booking-form-container .LC_group.open > .row, .lc-inquiry-form-container .LC_group.open > .row {
    background-color: #f7f7EA;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin-left: -1.20rem !important;
    margin-right: -1.2rem !important;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .lc-booking-form-container .LC_group.open > .row, .lc-inquiry-form-container .LC_group.open > .row {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-left: -2rem !important;
        margin-right: -2rem !important; } }
    .lc-booking-form-container .LC_group.open > .row .card-yellow, .lc-inquiry-form-container .LC_group.open > .row .card-yellow {
      background-color: #f7f7ea;
      border-radius: 0.6rem;
      border: 1px solid #d4d4d4; }
      .lc-booking-form-container .LC_group.open > .row .card-yellow .card-block .title, .lc-inquiry-form-container .LC_group.open > .row .card-yellow .card-block .title {
        width: 100%; }
        .lc-booking-form-container .LC_group.open > .row .card-yellow .card-block .title:before, .lc-inquiry-form-container .LC_group.open > .row .card-yellow .card-block .title:before {
          float: right;
          height: 1.75rem;
          content: ' ';
          width: 7rem; }
      .lc-booking-form-container .LC_group.open > .row .card-yellow .card-block .buttons-narrow-group-plusminus a.btn-minus, .lc-booking-form-container .LC_group.open > .row .card-yellow .card-block .buttons-narrow-group-plusminus a.btn-plus, .lc-inquiry-form-container .LC_group.open > .row .card-yellow .card-block .buttons-narrow-group-plusminus a.btn-minus, .lc-inquiry-form-container .LC_group.open > .row .card-yellow .card-block .buttons-narrow-group-plusminus a.btn-plus {
        background-color: rgba(255, 255, 255, 0.9); }
        .lc-booking-form-container .LC_group.open > .row .card-yellow .card-block .buttons-narrow-group-plusminus a.btn-minus:hover, .lc-booking-form-container .LC_group.open > .row .card-yellow .card-block .buttons-narrow-group-plusminus a.btn-plus:hover, .lc-inquiry-form-container .LC_group.open > .row .card-yellow .card-block .buttons-narrow-group-plusminus a.btn-minus:hover, .lc-inquiry-form-container .LC_group.open > .row .card-yellow .card-block .buttons-narrow-group-plusminus a.btn-plus:hover {
          background-color: #5a79d9;
          color: #fff; }
      .lc-booking-form-container .LC_group.open > .row .card-yellow .card-block input, .lc-inquiry-form-container .LC_group.open > .row .card-yellow .card-block input {
        color: #2B4EBB; }
      .lc-booking-form-container .LC_group.open > .row .card-yellow .card-block-info, .lc-inquiry-form-container .LC_group.open > .row .card-yellow .card-block-info {
        border-radius: 0px 0px 0.5rem 0.5rem; }
      .lc-booking-form-container .LC_group.open > .row .card-yellow.active-menu-trail .card-block .buttons-narrow-group-plusminus a.btn-minus, .lc-booking-form-container .LC_group.open > .row .card-yellow.active-menu-trail .card-block .buttons-narrow-group-plusminus a.btn-plus, .lc-inquiry-form-container .LC_group.open > .row .card-yellow.active-menu-trail .card-block .buttons-narrow-group-plusminus a.btn-minus, .lc-inquiry-form-container .LC_group.open > .row .card-yellow.active-menu-trail .card-block .buttons-narrow-group-plusminus a.btn-plus {
        color: #2B4EBB; }
  .lc-booking-form-container textarea.form-control, .lc-inquiry-form-container textarea.form-control {
    height: 6rem; }
  .lc-booking-form-container .conditions-openclose, .lc-inquiry-form-container .conditions-openclose {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.4 28.4' fill='rgb%2843%2C78%2C187%29'%3E%3Cg fill='none' stroke='rgb%2843%2C78%2C187%29' stroke-width='2'%3E%3Cpath d='M27.7.7l-27 27M.7.7l27 27'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right top center;
    background-size: 2rem 2rem;
    background-color: transparent;
    border: 0px;
    display: inline-block;
    height: 2rem;
    width: 2rem !important;
    background-size: 1.5rem 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 1.5rem; }
    .lc-booking-form-container .conditions-openclose:focus, .lc-inquiry-form-container .conditions-openclose:focus {
      box-shadow: none !important;
      outline: none; }
    .lc-booking-form-container .conditions-openclose:hover, .lc-inquiry-form-container .conditions-openclose:hover {
      cursor: pointer; }
  .lc-booking-form-container .conditions-container, .lc-inquiry-form-container .conditions-container {
    margin-top: -1rem;
    margin-bottom: 1rem;
    display: hidden;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.6s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out; }
    .lc-booking-form-container .conditions-container.open, .lc-inquiry-form-container .conditions-container.open {
      display: block;
      max-height: 1000px;
      opacity: 1; }
  .lc-booking-form-container .form-control.conditions-scroll, .lc-inquiry-form-container .form-control.conditions-scroll {
    background-color: #f7f7ea;
    font-weight: 400;
    margin-top: .5rem;
    padding: 1.5rem;
    height: 18rem;
    overflow-y: scroll; }
    @media (min-width: 768px) {
      .lc-booking-form-container .form-control.conditions-scroll, .lc-inquiry-form-container .form-control.conditions-scroll {
        height: 15rem; } }
  .lc-booking-form-container .conditions-transp, .lc-inquiry-form-container .conditions-transp {
    padding-left: 0px;
    padding-right: 0px; }
    .lc-booking-form-container .conditions-transp button.conditions-openclose, .lc-inquiry-form-container .conditions-transp button.conditions-openclose {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.4 28.4' fill='rgb%2870%2C74%2C76%29'%3E%3Cg fill='none' stroke='rgb%2870%2C74%2C76%29' stroke-width='2'%3E%3Cpath d='M27.7.7l-27 27M.7.7l27 27'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right top center;
      background-size: 1rem 1rem;
      background-size: 1rem 1rem;
      height: 1rem;
      width: 1rem !important; }
    .lc-booking-form-container .conditions-transp .form-control.conditions-scroll, .lc-inquiry-form-container .conditions-transp .form-control.conditions-scroll {
      background-color: transparent;
      padding: 1rem;
      height: auto !important;
      padding-right: 3rem;
      overflow: hidden; }
      .lc-booking-form-container .conditions-transp .form-control.conditions-scroll p, .lc-inquiry-form-container .conditions-transp .form-control.conditions-scroll p {
        margin-bottom: 0px; }

.calendar-hide {
  display: none !important; }

.lc-inquiry-form-container {
  display: block;
  margin-top: 2rem;
  min-height: 3rem;
  /**

  // TODO: should move into typography and colors, move what is feasible to move.
  // Global form overrides
  label{
    line-height: rem(17px);
    margin-bottom: rem(5px);
  }

  @include media-breakpoint-only(xs) {
    .LC_step:not(#LC_step_1){
      .LC_resume{
        .form-group + .form-group {
          margin-top: 0.2em;
          label {
            //       background-color: green;
            //            top: -0.3rem;
            //       display: block;
            position: absolute;
            top: -1rem;
          }
          label + .form-group {
            //         margin-top: 2.2rem;
            //    position: relative;
          }
        }
      }

    }

  }

  .form-control{
    background-color: $white;

  }

  // Success and active -----------------
  .has-success{
    .inside-input{
      color: $lc-ac1;
    }
  }
  */
  /**
  .LC_resume{
    .editBtn{
      @extend .btn-primary;
      background-color: $lc-ac1;
      border-color: $lc-ac1;
      color: $white;
      text-align: left;
      position: relative;
      text-transform: initial;
      @include media-breakpoint-only(xs) {
        margin-bottom: 0.3rem;
      }
      //    text-transform: capitalize;

       &:after{
          display: none;
       }

      > span:nth-of-type(1){
        display: inline-block;
      }
    }

    .container > .row:first-of-type .form-group.resumeFormGroup{
      &:after{
        @include inline-svg-icon("icon_inline_edit", $lc-ac1, center rem(mobpx(2px)), 1rem 1rem, no-repeat);
        content: '';
        display: inline-block;
        //      background-color: red;
        color: $lc-ac1;
        height: 1.2rem;
        right: 0.4rem;
        // top: -2rem;
        top: -2.5rem;
        position: absolute;
        width: 0.9rem;
      }
    }

    .container .row .form-group.show + .form-group {
      .resumeFormGroup{
        &:after {
          display: none;
        }
      }
    }

    .container.halfhr .row .form-group {
      .resumeFormGroup{
        &:after {
          display: none;
        }
      }
    }



    &.addmorecontainers .container .row .form-group + .form-group, &.addmorecontainers .container .row .form-group + .show {
      .resumeFormGroup{
        &:after {
          display: none;
        }
      }
    }


    // Form-groups
    .form-group{
      margin-bottom: 0.5rem;
      position: relative;
      &.hidden-xs-up{
        display: hidden;
      }
      @include media-breakpoint-up(sm) {
        margin-bottom: 1rem;
      }
    }
    .form-group.resumeFormGroup{
      margin-bottom: 0.5rem;
      @include media-breakpoint-up(sm) {
        margin-bottom: 1rem;
      }
    }

  }

  */
  /**
  .halfhr{
  //  border-top: 0px !important;
    &:before{
      background-color: rgba(120,120,120,0.2);
      content: '';
      display: block;
      height: 1px;
      overflow: hidden;
      top: -0rem;
      position: absolute;
      width: 50%;
      @include media-breakpoint-up(sm) {
        top: -1rem;
        width: 100%;
      }
    }
  }
  */
  /**
  * Resume form group m2 fix.
  */
  /**
  * Add more list
  */ }
  .lc-inquiry-form-container .LC_edit .LC_group .form-group {
    margin-bottom: 0; }
  .lc-inquiry-form-container .resumeFormGroup .inside-input {
    margin-right: 0.25rem;
    margin-top: 0rem; }
  .lc-inquiry-form-container .addmorebar {
    border-top: 1px solid rgba(120, 120, 120, 0.2) !important; }
  .lc-inquiry-form-container a.addmore, .lc-inquiry-form-container a.removeone, .lc-inquiry-form-container a.removeone {
    cursor: pointer; }
  .lc-inquiry-form-container a.removeone {
    margin-bottom: 0.8rem; }
  .lc-inquiry-form-container .dropdown-toggle .media img {
    border: 1px solid #808080;
    height: 1.5rem !important;
    width: 3rem !important; }
  .lc-inquiry-form-container .dropdown-toggle .media-left {
    margin-right: 0.5rem;
    width: 3rem; }
  .lc-inquiry-form-container .dropdown-menu .media img {
    height: 1.5rem !important; }
  .lc-inquiry-form-container .resumeFormGroup .media img {
    border: 1px solid #808080;
    height: 1.5rem !important;
    width: 3rem !important; }
  .lc-inquiry-form-container .resumeFormGroup .media-left {
    margin-right: 0.5rem;
    width: 3rem; }
  .lc-inquiry-form-container .resumeFormGroup .media-body {
    color: #fff; }
  .lc-inquiry-form-container .addeditcontainer, .lc-inquiry-form-container .removeeditcontainer {
    font-size: .8rem;
    padding: 0.25rem 0.75rem;
    background-color: #F4F6FC;
    border-radius: 0.75rem; }
  .lc-inquiry-form-container .removeeditcontainer {
    display: block;
    right: 0px;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .lc-inquiry-form-container .removeeditcontainer {
        position: absolute;
        right: 1rem;
        width: auto;
        bottom: 0.5rem; }
        .lc-inquiry-form-container .removeeditcontainer.fst {
          bottom: -0.5rem; } }
  .lc-inquiry-form-container .addeditcontainer {
    display: block;
    left: 0px;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .lc-inquiry-form-container .addeditcontainer {
        display: inline-block;
        width: auto; } }
  .lc-inquiry-form-container .form-plusminus-cards .text-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: right !important; }
  .lc-inquiry-form-container .LC_edit.addmorecontainers .container.topborder {
    border-top: 1px solid rgba(120, 120, 120, 0.22); }
    @media (min-width: 768px) {
      .lc-inquiry-form-container .LC_edit.addmorecontainers .container.topborder {
        padding-top: 1rem !important; } }
  .lc-inquiry-form-container .addmorecontainers .form-group.resumeFormGroup.show a.editBtn, .lc-inquiry-form-container .addmorecontainers .form-group.resumeFormGroup.show a.action-group {
    margin-top: 1.75rem;
    margin-bottom: 0px; }
  .lc-inquiry-form-container .addmorecontainers .form-group.resumeFormGroup.show label + a.editBtn, .lc-inquiry-form-container .addmorecontainers .form-group.resumeFormGroup.show .lc-booking-form-container label + a.action-group, .lc-inquiry-form-container .addmorecontainers .form-group.resumeFormGroup.show label + a.action-group {
    margin-top: 0px; }

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