@charset "UTF-8";

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  color: #1c1c1c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #b98036;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 3.75rem;
}

h2,
.h2 {
  font-size: 3.125rem;
}

h3,
.h3 {
  font-size: 2.5rem;
}

h4,
.h4 {
  font-size: 1.875rem;
}

h5,
.h5 {
  font-size: 1.5625rem;
}

h6,
.h6 {
  font-size: 1.25rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.posts-mini article,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.site-layout .widget-area,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.site-layout .content-area,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.site-layout .page-builder,
.site-layout.sidebar-none .content-area,
.site-layout.no-active-sidebar .content-area,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

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

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="value"],
textarea,
select,
.widget-area .widget_archive select,
.widget-area .widget_categories select {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand,
input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="color"]::-ms-expand,
input[type="value"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand,
.widget-area .widget_archive select::-ms-expand,
.widget-area .widget_categories select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
input:focus[type="text"],
input:focus[type="email"],
input:focus[type="url"],
input:focus[type="password"],
input:focus[type="search"],
input:focus[type="number"],
input:focus[type="tel"],
input:focus[type="range"],
input:focus[type="date"],
input:focus[type="month"],
input:focus[type="week"],
input:focus[type="time"],
input:focus[type="datetime"],
input:focus[type="datetime-local"],
input:focus[type="color"],
input:focus[type="value"],
textarea:focus,
select:focus,
.widget-area .widget_archive select:focus,
.widget-area .widget_categories select:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #dfbc90;
  outline: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="value"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.widget-area .widget_archive select::-webkit-input-placeholder,
.widget-area .widget_categories select::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="value"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.widget-area .widget_archive select:-ms-input-placeholder,
.widget-area .widget_categories select:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
input[type="value"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.widget-area .widget_archive select::-ms-input-placeholder,
.widget-area .widget_categories select::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
input[type="value"]::placeholder,
textarea::placeholder,
select::placeholder,
.widget-area .widget_archive select::placeholder,
.widget-area .widget_categories select::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,
input:disabled[type="text"],
input:disabled[type="email"],
input:disabled[type="url"],
input:disabled[type="password"],
input:disabled[type="search"],
input:disabled[type="number"],
input:disabled[type="tel"],
input:disabled[type="range"],
input:disabled[type="date"],
input:disabled[type="month"],
input:disabled[type="week"],
input:disabled[type="time"],
input:disabled[type="datetime"],
input:disabled[type="datetime-local"],
input:disabled[type="color"],
input:disabled[type="value"],
textarea:disabled,
select:disabled,
.widget-area .widget_archive select:disabled,
.widget-area .widget_categories select:disabled,
.form-control[readonly],
input[readonly][type="text"],
input[readonly][type="email"],
input[readonly][type="url"],
input[readonly][type="password"],
input[readonly][type="search"],
input[readonly][type="number"],
input[readonly][type="tel"],
input[readonly][type="range"],
input[readonly][type="date"],
input[readonly][type="month"],
input[readonly][type="week"],
input[readonly][type="time"],
input[readonly][type="datetime"],
input[readonly][type="datetime-local"],
input[readonly][type="color"],
input[readonly][type="value"],
textarea[readonly],
select[readonly],
.widget-area .widget_archive select[readonly],
.widget-area .widget_categories select[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled,
input:disabled[type="text"],
input:disabled[type="email"],
input:disabled[type="url"],
input:disabled[type="password"],
input:disabled[type="search"],
input:disabled[type="number"],
input:disabled[type="tel"],
input:disabled[type="range"],
input:disabled[type="date"],
input:disabled[type="month"],
input:disabled[type="week"],
input:disabled[type="time"],
input:disabled[type="datetime"],
input:disabled[type="datetime-local"],
input:disabled[type="color"],
input:disabled[type="value"],
textarea:disabled,
select:disabled,
.widget-area .widget_archive select:disabled,
.widget-area .widget_categories select:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]),
select:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}

select.form-control:focus::-ms-value,
select:focus::-ms-value,
.widget-area .widget_archive select:focus::-ms-value,
.widget-area .widget_categories select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 2;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > input.form-control-static[type="text"],
.input-group-sm > input.form-control-static[type="email"],
.input-group-sm > input.form-control-static[type="url"],
.input-group-sm > input.form-control-static[type="password"],
.input-group-sm > input.form-control-static[type="search"],
.input-group-sm > input.form-control-static[type="number"],
.input-group-sm > input.form-control-static[type="tel"],
.input-group-sm > input.form-control-static[type="range"],
.input-group-sm > input.form-control-static[type="date"],
.input-group-sm > input.form-control-static[type="month"],
.input-group-sm > input.form-control-static[type="week"],
.input-group-sm > input.form-control-static[type="time"],
.input-group-sm > input.form-control-static[type="datetime"],
.input-group-sm > input.form-control-static[type="datetime-local"],
.input-group-sm > input.form-control-static[type="color"],
.input-group-sm > input.form-control-static[type="value"],
.input-group-sm > textarea.form-control-static,
.input-group-sm > select.form-control-static,
.widget-area .widget_archive .input-group-sm > select.form-control-static,
.widget-area .widget_categories .input-group-sm > select.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > button.form-control-static,
.input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > input.form-control-static[type="text"],
.input-group-lg > input.form-control-static[type="email"],
.input-group-lg > input.form-control-static[type="url"],
.input-group-lg > input.form-control-static[type="password"],
.input-group-lg > input.form-control-static[type="search"],
.input-group-lg > input.form-control-static[type="number"],
.input-group-lg > input.form-control-static[type="tel"],
.input-group-lg > input.form-control-static[type="range"],
.input-group-lg > input.form-control-static[type="date"],
.input-group-lg > input.form-control-static[type="month"],
.input-group-lg > input.form-control-static[type="week"],
.input-group-lg > input.form-control-static[type="time"],
.input-group-lg > input.form-control-static[type="datetime"],
.input-group-lg > input.form-control-static[type="datetime-local"],
.input-group-lg > input.form-control-static[type="color"],
.input-group-lg > input.form-control-static[type="value"],
.input-group-lg > textarea.form-control-static,
.input-group-lg > select.form-control-static,
.widget-area .widget_archive .input-group-lg > select.form-control-static,
.widget-area .widget_categories .input-group-lg > select.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > button.form-control-static,
.input-group-lg > .input-group-btn > input.form-control-static[type="submit"] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > input[type="text"],
.input-group-sm > input[type="email"],
.input-group-sm > input[type="url"],
.input-group-sm > input[type="password"],
.input-group-sm > input[type="search"],
.input-group-sm > input[type="number"],
.input-group-sm > input[type="tel"],
.input-group-sm > input[type="range"],
.input-group-sm > input[type="date"],
.input-group-sm > input[type="month"],
.input-group-sm > input[type="week"],
.input-group-sm > input[type="time"],
.input-group-sm > input[type="datetime"],
.input-group-sm > input[type="datetime-local"],
.input-group-sm > input[type="color"],
.input-group-sm > input[type="value"],
.input-group-sm > textarea,
.input-group-sm > select,
.widget-area .widget_archive .input-group-sm > select,
.widget-area .widget_categories .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > button,
.input-group-sm > .input-group-btn > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select:not([size]):not([multiple]),
.widget-area .widget_archive .input-group-sm > select:not([size]):not([multiple]),
.widget-area .widget_categories .input-group-sm > select:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > input[type="text"],
.input-group-lg > input[type="email"],
.input-group-lg > input[type="url"],
.input-group-lg > input[type="password"],
.input-group-lg > input[type="search"],
.input-group-lg > input[type="number"],
.input-group-lg > input[type="tel"],
.input-group-lg > input[type="range"],
.input-group-lg > input[type="date"],
.input-group-lg > input[type="month"],
.input-group-lg > input[type="week"],
.input-group-lg > input[type="time"],
.input-group-lg > input[type="datetime"],
.input-group-lg > input[type="datetime-local"],
.input-group-lg > input[type="color"],
.input-group-lg > input[type="value"],
.input-group-lg > textarea,
.input-group-lg > select,
.widget-area .widget_archive .input-group-lg > select,
.widget-area .widget_categories .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > button,
.input-group-lg > .input-group-btn > input[type="submit"] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select:not([size]):not([multiple]),
.widget-area .widget_archive .input-group-lg > select:not([size]):not([multiple]),
.widget-area .widget_categories .input-group-lg > select:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group,
.wpcf7-form > p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.75rem;
  background-size: 1.5rem 1.5rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control,
.has-success input[type="text"],
.has-success input[type="email"],
.has-success input[type="url"],
.has-success input[type="password"],
.has-success input[type="search"],
.has-success input[type="number"],
.has-success input[type="tel"],
.has-success input[type="range"],
.has-success input[type="date"],
.has-success input[type="month"],
.has-success input[type="week"],
.has-success input[type="time"],
.has-success input[type="datetime"],
.has-success input[type="datetime-local"],
.has-success input[type="color"],
.has-success input[type="value"],
.has-success textarea,
.has-success select,
.has-success .widget-area .widget_archive select,
.widget-area .widget_archive .has-success select,
.has-success .widget-area .widget_categories select,
.widget-area .widget_categories .has-success select {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control,
.has-warning input[type="text"],
.has-warning input[type="email"],
.has-warning input[type="url"],
.has-warning input[type="password"],
.has-warning input[type="search"],
.has-warning input[type="number"],
.has-warning input[type="tel"],
.has-warning input[type="range"],
.has-warning input[type="date"],
.has-warning input[type="month"],
.has-warning input[type="week"],
.has-warning input[type="time"],
.has-warning input[type="datetime"],
.has-warning input[type="datetime-local"],
.has-warning input[type="color"],
.has-warning input[type="value"],
.has-warning textarea,
.has-warning select,
.has-warning .widget-area .widget_archive select,
.widget-area .widget_archive .has-warning select,
.has-warning .widget-area .widget_categories select,
.widget-area .widget_categories .has-warning select {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control,
.has-danger input[type="text"],
.has-danger input[type="email"],
.has-danger input[type="url"],
.has-danger input[type="password"],
.has-danger input[type="search"],
.has-danger input[type="number"],
.has-danger input[type="tel"],
.has-danger input[type="range"],
.has-danger input[type="date"],
.has-danger input[type="month"],
.has-danger input[type="week"],
.has-danger input[type="time"],
.has-danger input[type="datetime"],
.has-danger input[type="datetime-local"],
.has-danger input[type="color"],
.has-danger input[type="value"],
.has-danger textarea,
.has-danger select,
.has-danger .widget-area .widget_archive select,
.widget-area .widget_archive .has-danger select,
.has-danger .widget-area .widget_categories select,
.widget-area .widget_categories .has-danger select {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn,
button,
input[type="submit"] {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

.btn:focus,
button:focus,
input:focus[type="submit"],
.btn:hover,
button:hover,
input:hover[type="submit"] {
  text-decoration: none;
}

.btn:focus,
button:focus,
input:focus[type="submit"],
.btn.focus,
button.focus,
input.focus[type="submit"] {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(185, 128, 54, 0.25);
}

.btn.disabled,
button.disabled,
input.disabled[type="submit"],
.btn:disabled,
button:disabled,
input:disabled[type="submit"] {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active,
button:active,
input:active[type="submit"],
.btn.active,
button.active,
input.active[type="submit"] {
  background-image: none;
}

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

.btn-primary,
button,
input[type="submit"] {
  color: #fff;
  background-color: #b98036;
  border-color: #b98036;
}

.btn-primary:hover,
button:hover,
input:hover[type="submit"] {
  color: #fff;
  background-color: #92652a;
  border-color: #8a5f28;
}

.btn-primary:focus,
button:focus,
input:focus[type="submit"],
.btn-primary.focus,
button.focus,
input.focus[type="submit"] {
  box-shadow: 0 0 0 2px rgba(185, 128, 54, 0.5);
}

.btn-primary.disabled,
button.disabled,
input.disabled[type="submit"],
.btn-primary:disabled,
button:disabled,
input:disabled[type="submit"] {
  background-color: #b98036;
  border-color: #b98036;
}

.btn-primary:active,
button:active,
input:active[type="submit"],
.btn-primary.active,
button.active,
input.active[type="submit"],
.show > .btn-primary.dropdown-toggle,
.show > button.dropdown-toggle,
.show > input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #92652a;
  background-image: none;
  border-color: #8a5f28;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #b98036;
  background-image: none;
  background-color: transparent;
  border-color: #b98036;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #b98036;
  border-color: #b98036;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(185, 128, 54, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #b98036;
  background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #b98036;
  border-color: #b98036;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #000;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #b98036;
  text-decoration: none;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > button,
.btn-group-lg > input[type="submit"] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > button,
.btn-group-sm > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1c1c1c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #b98036;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group > button,
.btn-group > input[type="submit"],
.btn-group-vertical > .btn,
.btn-group-vertical > button,
.btn-group-vertical > input[type="submit"] {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group > button:hover,
.btn-group > input:hover[type="submit"],
.btn-group-vertical > .btn:hover,
.btn-group-vertical > button:hover,
.btn-group-vertical > input:hover[type="submit"] {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group > button:focus,
.btn-group > input:focus[type="submit"],
.btn-group > .btn:active,
.btn-group > button:active,
.btn-group > input:active[type="submit"],
.btn-group > .btn.active,
.btn-group > button.active,
.btn-group > input.active[type="submit"],
.btn-group-vertical > .btn:focus,
.btn-group-vertical > button:focus,
.btn-group-vertical > input:focus[type="submit"],
.btn-group-vertical > .btn:active,
.btn-group-vertical > button:active,
.btn-group-vertical > input:active[type="submit"],
.btn-group-vertical > .btn.active,
.btn-group-vertical > button.active,
.btn-group-vertical > input.active[type="submit"] {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group button + .btn,
.btn-group input[type="submit"] + .btn,
.btn-group .btn + button,
.btn-group button + button,
.btn-group input[type="submit"] + button,
.btn-group .btn + input[type="submit"],
.btn-group button + input[type="submit"],
.btn-group input[type="submit"] + input[type="submit"],
.btn-group .btn + .btn-group,
.btn-group button + .btn-group,
.btn-group input[type="submit"] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + button,
.btn-group .btn-group + input[type="submit"],
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical button + .btn,
.btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical .btn + button,
.btn-group-vertical button + button,
.btn-group-vertical input[type="submit"] + button,
.btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical button + input[type="submit"],
.btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical button + .btn-group,
.btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + button,
.btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type="submit"] {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.btn-group > button:first-child,
.btn-group > input:first-child[type="submit"] {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > button:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > button:last-child:not(:first-child),
.btn-group > input:last-child:not(:first-child)[type="submit"],
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > button,
.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type="submit"],
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > button:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn + .dropdown-toggle-split,
button + .dropdown-toggle-split,
input[type="submit"] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after,
button + .dropdown-toggle-split::after,
input[type="submit"] + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-group-sm > button + .dropdown-toggle-split,
.btn-group-sm > input[type="submit"] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > button + .dropdown-toggle-split,
.btn-group-lg > input[type="submit"] + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical button,
.btn-group-vertical input[type="submit"],
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > button + .btn,
.btn-group-vertical > input[type="submit"] + .btn,
.btn-group-vertical > .btn + button,
.btn-group-vertical > button + button,
.btn-group-vertical > input[type="submit"] + button,
.btn-group-vertical > .btn + input[type="submit"],
.btn-group-vertical > button + input[type="submit"],
.btn-group-vertical > input[type="submit"] + input[type="submit"],
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > button + .btn-group,
.btn-group-vertical > input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-group + input[type="submit"],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > button:not(:first-child):not(:last-child),
.btn-group-vertical > input:not(:first-child):not(:last-child)[type="submit"] {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > button:first-child:not(:last-child),
.btn-group-vertical > input:first-child:not(:last-child)[type="submit"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > button:last-child:not(:first-child),
.btn-group-vertical > input:last-child:not(:first-child)[type="submit"] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type="submit"],
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type="submit"] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.input-group .form-control,
.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="url"],
.input-group input[type="password"],
.input-group input[type="search"],
.input-group input[type="number"],
.input-group input[type="tel"],
.input-group input[type="range"],
.input-group input[type="date"],
.input-group input[type="month"],
.input-group input[type="week"],
.input-group input[type="time"],
.input-group input[type="datetime"],
.input-group input[type="datetime-local"],
.input-group input[type="color"],
.input-group input[type="value"],
.input-group textarea,
.input-group select,
.input-group .widget-area .widget_archive select,
.widget-area .widget_archive .input-group select,
.input-group .widget-area .widget_categories select,
.widget-area .widget_categories .input-group select {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group input:focus[type="text"],
.input-group input:focus[type="email"],
.input-group input:focus[type="url"],
.input-group input:focus[type="password"],
.input-group input:focus[type="search"],
.input-group input:focus[type="number"],
.input-group input:focus[type="tel"],
.input-group input:focus[type="range"],
.input-group input:focus[type="date"],
.input-group input:focus[type="month"],
.input-group input:focus[type="week"],
.input-group input:focus[type="time"],
.input-group input:focus[type="datetime"],
.input-group input:focus[type="datetime-local"],
.input-group input:focus[type="color"],
.input-group input:focus[type="value"],
.input-group textarea:focus,
.input-group select:focus,
.input-group .widget-area .widget_archive select:focus,
.widget-area .widget_archive .input-group select:focus,
.input-group .widget-area .widget_categories select:focus,
.widget-area .widget_categories .input-group select:focus,
.input-group .form-control:active,
.input-group input:active[type="text"],
.input-group input:active[type="email"],
.input-group input:active[type="url"],
.input-group input:active[type="password"],
.input-group input:active[type="search"],
.input-group input:active[type="number"],
.input-group input:active[type="tel"],
.input-group input:active[type="range"],
.input-group input:active[type="date"],
.input-group input:active[type="month"],
.input-group input:active[type="week"],
.input-group input:active[type="time"],
.input-group input:active[type="datetime"],
.input-group input:active[type="datetime-local"],
.input-group input:active[type="color"],
.input-group input:active[type="value"],
.input-group textarea:active,
.input-group select:active,
.input-group .widget-area .widget_archive select:active,
.widget-area .widget_archive .input-group select:active,
.input-group .widget-area .widget_categories select:active,
.widget-area .widget_categories .input-group select:active,
.input-group .form-control:hover,
.input-group input:hover[type="text"],
.input-group input:hover[type="email"],
.input-group input:hover[type="url"],
.input-group input:hover[type="password"],
.input-group input:hover[type="search"],
.input-group input:hover[type="number"],
.input-group input:hover[type="tel"],
.input-group input:hover[type="range"],
.input-group input:hover[type="date"],
.input-group input:hover[type="month"],
.input-group input:hover[type="week"],
.input-group input:hover[type="time"],
.input-group input:hover[type="datetime"],
.input-group input:hover[type="datetime-local"],
.input-group input:hover[type="color"],
.input-group input:hover[type="value"],
.input-group textarea:hover,
.input-group select:hover,
.input-group .widget-area .widget_archive select:hover,
.widget-area .widget_archive .input-group select:hover,
.input-group .widget-area .widget_categories select:hover,
.widget-area .widget_categories .input-group select:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="url"],
.input-group input[type="password"],
.input-group input[type="search"],
.input-group input[type="number"],
.input-group input[type="tel"],
.input-group input[type="range"],
.input-group input[type="date"],
.input-group input[type="month"],
.input-group input[type="week"],
.input-group input[type="time"],
.input-group input[type="datetime"],
.input-group input[type="datetime-local"],
.input-group input[type="color"],
.input-group input[type="value"],
.input-group textarea,
.input-group select,
.input-group .widget-area .widget_archive select,
.widget-area .widget_archive .input-group select,
.input-group .widget-area .widget_categories select,
.widget-area .widget_categories .input-group select {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group input:not(:first-child):not(:last-child)[type="text"],
.input-group input:not(:first-child):not(:last-child)[type="email"],
.input-group input:not(:first-child):not(:last-child)[type="url"],
.input-group input:not(:first-child):not(:last-child)[type="password"],
.input-group input:not(:first-child):not(:last-child)[type="search"],
.input-group input:not(:first-child):not(:last-child)[type="number"],
.input-group input:not(:first-child):not(:last-child)[type="tel"],
.input-group input:not(:first-child):not(:last-child)[type="range"],
.input-group input:not(:first-child):not(:last-child)[type="date"],
.input-group input:not(:first-child):not(:last-child)[type="month"],
.input-group input:not(:first-child):not(:last-child)[type="week"],
.input-group input:not(:first-child):not(:last-child)[type="time"],
.input-group input:not(:first-child):not(:last-child)[type="datetime"],
.input-group input:not(:first-child):not(:last-child)[type="datetime-local"],
.input-group input:not(:first-child):not(:last-child)[type="color"],
.input-group input:not(:first-child):not(:last-child)[type="value"],
.input-group textarea:not(:first-child):not(:last-child),
.input-group select:not(:first-child):not(:last-child),
.input-group .widget-area .widget_archive select:not(:first-child):not(:last-child),
.widget-area .widget_archive .input-group select:not(:first-child):not(:last-child),
.input-group .widget-area .widget_categories select:not(:first-child):not(:last-child),
.widget-area .widget_categories .input-group select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}

.input-group-addon.form-control-sm,
.widget-area .widget_archive .input-group-sm > select.input-group-addon,
.widget-area .widget_categories .input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > button.input-group-addon,
.input-group-sm > .input-group-btn > input.input-group-addon[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.input-group-addon.form-control-lg,
.widget-area .widget_archive .input-group-lg > select.input-group-addon,
.widget-area .widget_categories .input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > button.input-group-addon,
.input-group-lg > .input-group-btn > input.input-group-addon[type="submit"] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group input:not(:last-child)[type="text"],
.input-group input:not(:last-child)[type="email"],
.input-group input:not(:last-child)[type="url"],
.input-group input:not(:last-child)[type="password"],
.input-group input:not(:last-child)[type="search"],
.input-group input:not(:last-child)[type="number"],
.input-group input:not(:last-child)[type="tel"],
.input-group input:not(:last-child)[type="range"],
.input-group input:not(:last-child)[type="date"],
.input-group input:not(:last-child)[type="month"],
.input-group input:not(:last-child)[type="week"],
.input-group input:not(:last-child)[type="time"],
.input-group input:not(:last-child)[type="datetime"],
.input-group input:not(:last-child)[type="datetime-local"],
.input-group input:not(:last-child)[type="color"],
.input-group input:not(:last-child)[type="value"],
.input-group textarea:not(:last-child),
.input-group select:not(:last-child),
.input-group .widget-area .widget_archive select:not(:last-child),
.widget-area .widget_archive .input-group select:not(:last-child),
.input-group .widget-area .widget_categories select:not(:last-child),
.widget-area .widget_categories .input-group select:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > button,
.input-group-btn:not(:last-child) > input[type="submit"],
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .btn-group > button,
.input-group-btn:not(:last-child) > .btn-group > input[type="submit"],
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > button,
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group input:not(:first-child)[type="text"],
.input-group input:not(:first-child)[type="email"],
.input-group input:not(:first-child)[type="url"],
.input-group input:not(:first-child)[type="password"],
.input-group input:not(:first-child)[type="search"],
.input-group input:not(:first-child)[type="number"],
.input-group input:not(:first-child)[type="tel"],
.input-group input:not(:first-child)[type="range"],
.input-group input:not(:first-child)[type="date"],
.input-group input:not(:first-child)[type="month"],
.input-group input:not(:first-child)[type="week"],
.input-group input:not(:first-child)[type="time"],
.input-group input:not(:first-child)[type="datetime"],
.input-group input:not(:first-child)[type="datetime-local"],
.input-group input:not(:first-child)[type="color"],
.input-group input:not(:first-child)[type="value"],
.input-group textarea:not(:first-child),
.input-group select:not(:first-child),
.input-group .widget-area .widget_archive select:not(:first-child),
.widget-area .widget_archive .input-group select:not(:first-child),
.input-group .widget-area .widget_categories select:not(:first-child),
.widget-area .widget_categories .input-group select:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > button,
.input-group-btn:not(:first-child) > input[type="submit"],
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .btn-group > button,
.input-group-btn:not(:first-child) > .btn-group > input[type="submit"],
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > button:not(:first-child),
.input-group-btn:not(:last-child) > input:not(:first-child)[type="submit"],
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > button,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child),
input[type="text"] + .input-group-addon:not(:first-child),
input[type="email"] + .input-group-addon:not(:first-child),
input[type="url"] + .input-group-addon:not(:first-child),
input[type="password"] + .input-group-addon:not(:first-child),
input[type="search"] + .input-group-addon:not(:first-child),
input[type="number"] + .input-group-addon:not(:first-child),
input[type="tel"] + .input-group-addon:not(:first-child),
input[type="range"] + .input-group-addon:not(:first-child),
input[type="date"] + .input-group-addon:not(:first-child),
input[type="month"] + .input-group-addon:not(:first-child),
input[type="week"] + .input-group-addon:not(:first-child),
input[type="time"] + .input-group-addon:not(:first-child),
input[type="datetime"] + .input-group-addon:not(:first-child),
input[type="datetime-local"] + .input-group-addon:not(:first-child),
input[type="color"] + .input-group-addon:not(:first-child),
input[type="value"] + .input-group-addon:not(:first-child),
textarea + .input-group-addon:not(:first-child),
select + .input-group-addon:not(:first-child),
.widget-area .widget_archive select + .input-group-addon:not(:first-child),
.widget-area .widget_categories select + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn,
.input-group-btn > button,
.input-group-btn > input[type="submit"] {
  position: relative;
  flex: 1;
}

.input-group-btn > .btn + .btn,
.input-group-btn > button + .btn,
.input-group-btn > input[type="submit"] + .btn,
.input-group-btn > .btn + button,
.input-group-btn > button + button,
.input-group-btn > input[type="submit"] + button,
.input-group-btn > .btn + input[type="submit"],
.input-group-btn > button + input[type="submit"],
.input-group-btn > input[type="submit"] + input[type="submit"] {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > button:focus,
.input-group-btn > input:focus[type="submit"],
.input-group-btn > .btn:active,
.input-group-btn > button:active,
.input-group-btn > input:active[type="submit"],
.input-group-btn > .btn:hover,
.input-group-btn > button:hover,
.input-group-btn > input:hover[type="submit"] {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > button,
.input-group-btn:not(:last-child) > input[type="submit"],
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > button,
.input-group-btn:not(:first-child) > input[type="submit"],
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > button:focus,
.input-group-btn:not(:first-child) > input:focus[type="submit"],
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > button:active,
.input-group-btn:not(:first-child) > input:active[type="submit"],
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > button:hover,
.input-group-btn:not(:first-child) > input:hover[type="submit"],
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.75rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #b98036;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b98036;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #ead4b7;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #b98036;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(3rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 2;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #dfbc90;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 0 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #b98036;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #b98036;
  border-color: #b98036;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #b98036;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0 - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #b98036;
  border-color: #b98036;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #b98036;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

.btn .badge,
button .badge,
input[type="submit"] .badge {
  position: relative;
  top: -1px;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus,
.badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #b98036;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #92652a;
}

.badge-success {
  background-color: #5cb85c;
}

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

.badge-info {
  background-color: #5bc0de;
}

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

.badge-warning {
  background-color: #f0ad4e;
}

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

.badge-danger {
  background-color: #d9534f;
}

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0;
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert,
div.wpcf7-response-output {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger,
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr,
div.wpcf7-validation-errors hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link,
div.wpcf7-validation-errors .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #b98036;
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #1c1c1c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #b98036;
  border-color: #b98036;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #fbf8f3;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.75;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.75;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #b98036 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #92652a !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0;
}

.rounded-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.rounded-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.rounded-0 {
  border-radius: 0;
}

.clearfix::after,
.small-posts .post::after,
.fleurdesel-event .event-time::after,
.fleurdesel-event--zigzag::after,
.fleurdesel-event--list::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

.float-none {
  float: none !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #b98036 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #92652a !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

.hidden-xl-down {
  display: none !important;
}

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

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

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

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../../src/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  background: none transparent;
  color: #fff;
  border: none;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
}

.slick-prev:hover,
.slick-next:hover {
  background: none transparent;
  color: #b98036;
}

.slick-prev:focus,
.slick-prev:active,
.slick-prev:active:focus,
.slick-next:focus,
.slick-next:active,
.slick-next:active:focus {
  outline: none;
  box-shadow: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 10px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 10px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 10px;
}

[dir="rtl"] .slick-next {
  left: 10px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

.fleurdesel-slick-modern .slick-prev,
.fleurdesel-slick-modern .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #000;
}

.fleurdesel-slick-modern .slick-prev:before,
.fleurdesel-slick-modern .slick-next:before {
  font-size: 10px;
}

.fleurdesel-slick-modern .slick-prev:hover,
.fleurdesel-slick-modern .slick-next:hover {
  border-color: #b98036;
  color: #b98036;
}

.fleurdesel-slick-modern .slick-prev {
  left: -60px !important;
}

[dir="rtl"] .fleurdesel-slick-modern .slick-prev {
  right: -60px !important;
}

.fleurdesel-slick-modern .slick-next {
  right: -60px !important;
}

[dir="rtl"] .fleurdesel-slick-modern .slick-next {
  left: -60px !important;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  line-height: 1.1;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

.slick-dots button {
  border: 1px solid #b98036;
  padding: 0;
  display: inline-block;
  outline: none;
  font-size: 0;
  background: none #b98036;
  color: #b98036;
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.slick-dots button:hover,
.slick-dots button:focus,
.slick-dots button:active,
.slick-dots button:active:focus {
  outline: none;
  box-shadow: none;
  background: none transparent;
  color: #fff;
}

.slick-dots button:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 7px;
  line-height: 1;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.fleurdesel-mfp-arrow:before,
.btn-view:after,
.awebooking .button:after,
.awebooking-block .button:after,
.apb-btn:after,
.apb-field-group i.apbf-select:before,
.fleurdesel-pricing-table__header:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fleurdesel-style:before,
.fleurdesel-style:after,
.fleurdesel-style.active:before,
.fleurdesel-style.active:after,
.fleurdesel-style__wrap:before,
.fleurdesel-style__wrap:after,
.fleurdesel-style__wrap.active:before,
.fleurdesel-style__wrap.active:after,
.awebooking--modern .fleurdesel-room-extra-info__wrap:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap:after,
.awebooking--modern .fleurdesel-room-extra-info__wrap.active:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap.active:after,
.awebooking--modern .fleurdesel-room-extra-info__wrap p:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap p:after,
.awebooking--modern .fleurdesel-room-extra-info__wrap p.active:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap p.active:after,
.fleurdesel-client__wrap:before,
.fleurdesel-client__wrap:after,
.fleurdesel-client__wrap.active:before,
.fleurdesel-client__wrap.active:after,
.fleurdesel-client__wrap a:before,
.fleurdesel-client__wrap a:after,
.fleurdesel-client__wrap a.active:before,
.fleurdesel-client__wrap a.active:after,
.fleurdesel-pricing-table:before,
.fleurdesel-pricing-table:after,
.fleurdesel-pricing-table.active:before,
.fleurdesel-pricing-table.active:after,
.fleurdesel-pricing-table__wrap:before,
.fleurdesel-pricing-table__wrap:after,
.fleurdesel-pricing-table__wrap.active:before,
.fleurdesel-pricing-table__wrap.active:after,
.fleurdesel-iconbox--border:before,
.fleurdesel-iconbox--border:after,
.fleurdesel-iconbox--border.active:before,
.fleurdesel-iconbox--border.active:after,
.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap:before,
.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap:after,
.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap.active:before,
.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap.active:after,
.fleurdesel-gallery__media a:after,
.fleurdesel-testimonial__item:before,
.fleurdesel-testimonial__item:after,
.fleurdesel-testimonial__item.active:before,
.fleurdesel-testimonial__item.active:after,
.fleurdesel-testimonial__wrap:before,
.fleurdesel-testimonial__wrap:after,
.fleurdesel-testimonial__wrap.active:before,
.fleurdesel-testimonial__wrap.active:after,
.fleurdesel-mailchimp:before,
.fleurdesel-mailchimp:after,
.fleurdesel-mailchimp.active:before,
.fleurdesel-mailchimp.active:after,
.fleurdesel-mailchimp__wrap:before,
.fleurdesel-mailchimp__wrap:after,
.fleurdesel-mailchimp__wrap.active:before,
.fleurdesel-mailchimp__wrap.active:after {
  font-family: "Fleurdesel-Hotel";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  font-weight: 700;
}

a {
  transition: all .3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

select {
  max-width: 100%;
}

table {
  width: 100%;
}

table td,
table th {
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.bypostauthor {
  line-height: 1;
}

.no-gutter {
  padding: 0;
  margin: 0;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.separate {
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #b98036;
}

.inline-block {
  display: inline-block;
}

.white {
  color: #fff;
}

.black-bg {
  background-color: #000;
}

.white-bg {
  background-color: #fff;
}

.error {
  color: red;
}

.bg-bottom {
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

.fleurdesel-style {
  position: relative;
  border: 1px solid #e8e8e8;
  transition: all .4s ease;
}

.fleurdesel-style:before,
.fleurdesel-style:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-style:before {
  left: 10px;
}

.fleurdesel-style:after {
  right: 10px;
}

.fleurdesel-style:hover:before,
.fleurdesel-style:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-style.active:before,
.fleurdesel-style.active:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-style.active:before {
  left: 10px;
}

.fleurdesel-style.active:after {
  right: 10px;
}

.fleurdesel-style__wrap {
  padding: 40px 15px;
}

.fleurdesel-style__wrap:before,
.fleurdesel-style__wrap:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-style__wrap:before {
  left: 10px;
}

.fleurdesel-style__wrap:after {
  right: 10px;
}

.fleurdesel-style__wrap:hover:before,
.fleurdesel-style__wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-style__wrap.active:before,
.fleurdesel-style__wrap.active:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-style__wrap.active:before {
  left: 10px;
}

.fleurdesel-style__wrap.active:after {
  right: 10px;
}

.fleurdesel-style--active:before,
.fleurdesel-style--active:after,
.fleurdesel-style--active .fleurdesel-style__wrap:before,
.fleurdesel-style--active .fleurdesel-style__wrap:after {
  opacity: 1;
  visibility: visible;
}

div.mfp-counter {
  right: auto !important;
  left: 50%;
  font-family: "Playfair Display", serif;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

div.mfp-counter .mfp-counter {
  font-size: 20px !important;
  margin-top: 5px;
}

.fleurdesel-mfp-arrow {
  width: 90px;
  height: 90px;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

.fleurdesel-mfp-arrow:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  top: 50%;
  left: 50%;
  position: absolute;
}

.fleurdesel-mfp-arrow:active:focus {
  background-color: transparent !important;
  border-color: transparent !important;
}

.fleurdesel-mfp-arrow-right {
  right: 0;
}

.fleurdesel-mfp-arrow-right:before {
  content: "\f054";
}

.fleurdesel-mfp-arrow-left {
  left: 0;
}

.fleurdesel-mfp-arrow-left:before {
  content: "\f053";
}

.fleurdesel-golf-form .btn-view,
.fleurdesel-golf-form .awebooking .button,
.awebooking .fleurdesel-golf-form .button,
.fleurdesel-golf-form .awebooking-block .button,
.awebooking-block .fleurdesel-golf-form .button,
.fleurdesel-golf-form .apb-btn,
.fleurdesel-restaurant-form .btn-view,
.fleurdesel-restaurant-form .awebooking .button,
.awebooking .fleurdesel-restaurant-form .button,
.fleurdesel-restaurant-form .awebooking-block .button,
.awebooking-block .fleurdesel-restaurant-form .button,
.fleurdesel-restaurant-form .apb-btn,
.fleurdesel-wedding-form .btn-view,
.fleurdesel-wedding-form .awebooking .button,
.awebooking .fleurdesel-wedding-form .button,
.fleurdesel-wedding-form .awebooking-block .button,
.awebooking-block .fleurdesel-wedding-form .button,
.fleurdesel-wedding-form .apb-btn {
  padding: 25px 50px;
}

.fleurdesel-bg {
  background: url(../../src/images/pattern-bg.jpg) repeat top left;
}

.comments-title {
  font-size: 1.875rem;
  margin-bottom: 35px;
}

.comment-content {
  line-height: 1.75;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-240 {
  padding-top: 240px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-240 {
  padding-bottom: 240px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.fz-10 {
  font-size: 0.625rem !important;
}

.fz-12 {
  font-size: 0.75rem !important;
}

.fz-14 {
  font-size: 0.875rem !important;
}

.fz-16 {
  font-size: 1rem !important;
}

.fz-20 {
  font-size: 1.25rem !important;
}

.fz-25 {
  font-size: 1.5625rem !important;
}

.fz-40 {
  font-size: 2.5rem !important;
}

.fz-60 {
  font-size: 3.75rem !important;
}

.font-1 {
  font-family: Playfair Display, serif;
}

.font-2 {
  font-family: Roboto, sans-serif;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.bg-color-1 {
  background-color: #b98036;
}

.text-color-1 {
  color: #b98036;
}

.bg-color-2 {
  background-color: #1c1c1c;
}

.text-color-2 {
  color: #1c1c1c;
}

.bg-color-3 {
  background-color: #e8e8e8;
}

.text-color-3 {
  color: #e8e8e8;
}

.bg-color-4 {
  background-color: #898989;
}

.text-color-4 {
  color: #898989;
}

.bg-gray-8989 {
  background-color: #898989;
}

.text-gray-8989 {
  color: #898989;
}

.border {
  border: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.border-top {
  border-top: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.border-top--hover:hover {
  border-top-color: #b98036;
}

.border {
  border: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.border-right {
  border-right: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.border-right--hover:hover {
  border-right-color: #b98036;
}

.border {
  border: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.border-bottom,
.fl-packages--grid .fleurdesel-package {
  border-bottom: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.border-bottom--hover:hover {
  border-bottom-color: #b98036;
}

.border {
  border: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.border-left,
.fl-packages--grid_no_excerpt > .row:not(.slick-slider) {
  border-left: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.border-left--hover:hover {
  border-left-color: #b98036;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

[data-gap="5"] {
  margin: calc(-5px / 2);
}

[data-gap="5"] > * {
  padding: calc(5px / 2);
}

[data-gap="5"] > .grid-sizer {
  padding: 0;
}

[data-gap="10"] {
  margin: calc(-10px / 2);
}

[data-gap="10"] > * {
  padding: calc(10px / 2);
}

[data-gap="10"] > .grid-sizer {
  padding: 0;
}

[data-gap="15"] {
  margin: calc(-15px / 2);
}

[data-gap="15"] > * {
  padding: calc(15px / 2);
}

[data-gap="15"] > .grid-sizer {
  padding: 0;
}

[data-gap="30"] {
  margin: calc(-30px / 2);
}

[data-gap="30"] > * {
  padding: calc(30px / 2);
}

[data-gap="30"] > .grid-sizer {
  padding: 0;
}

[data-cols="1"] > * {
  float: left;
  width: 100%;
}

[data-cols="2"] > * {
  float: left;
  width: 100%;
}

[data-cols="3"] > * {
  float: left;
  width: 100%;
}

[data-cols="4"] > * {
  float: left;
  width: 100%;
}

[data-cols="5"] > * {
  float: left;
  width: 100%;
}

[data-cols="6"] > * {
  float: left;
  width: 100%;
}

[data-cols="7"] > * {
  float: left;
  width: 100%;
}

[data-cols="8"] > * {
  float: left;
  width: 100%;
}

[data-cols="9"] > * {
  float: left;
  width: 100%;
}

[data-cols="10"] > * {
  float: left;
  width: 100%;
}

[data-cols="11"] > * {
  float: left;
  width: 100%;
}

[data-cols="12"] > * {
  float: left;
  width: 100%;
}

.btn-view,
.awebooking .button,
.awebooking-block .button,
.apb-btn {
  letter-spacing: 1px;
  cursor: pointer;
}

.btn-view:after,
.awebooking .button:after,
.awebooking-block .button:after,
.apb-btn:after {
  margin-left: 10px;
  content: "";
}

.btn-view:focus,
.awebooking .button:focus,
.awebooking-block .button:focus,
.apb-btn:focus,
.btn-view:active,
.awebooking .button:active,
.awebooking-block .button:active,
.apb-btn:active,
.btn-view:active:hover,
.awebooking .button:active:hover,
.awebooking-block .button:active:hover,
.apb-btn:active:hover,
.btn-view:active:focus,
.awebooking .button:active:focus,
.awebooking-block .button:active:focus,
.apb-btn:active:focus {
  outline: none;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > button,
.btn-group-lg > input[type="submit"] {
  padding: 25px 50px !important;
}

.btn-w185 {
  min-width: 185px;
}

.btn-w190 {
  min-width: 190px;
}

.btn-w200 {
  min-width: 200px;
}

.btn-w300 {
  min-width: 300px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="value"],
textarea,
select {
  padding: 0.25rem 0.75rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.parallax {
  overflow: hidden;
  position: relative;
}

.parallax > * {
  z-index: 10;
  position: relative;
}

.parallax-ready {
  background-image: none !important;
}

.parallax-mirror {
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: 50% 0;
  background-image: inherit;
  background-color: transparent;
  background-attachment: scroll;
}

.site-layout {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.site-layout.sidebar-none .widget-area {
  display: none;
}

.menu-icon {
  height: 19px;
  width: 25px;
  display: block;
  position: relative;
}

.menu-icon span,
.menu-icon:before,
.menu-icon:after {
  height: 3px;
  width: 100%;
  display: block;
  background-color: #b98036;
  left: 0;
  position: absolute;
}

.menu-icon span {
  top: 8px;
}

.menu-icon:before {
  content: " ";
  top: 0px;
}

.menu-icon:after {
  content: " ";
  bottom: 0px;
}

.close-icon {
  display: block;
  height: 20px;
  width: 20px;
  color: #fff;
  position: relative;
}

.close-icon:before,
.close-icon:after {
  content: " ";
  display: block;
  height: 3px;
  width: 25px;
  position: absolute;
  top: 8px;
  left: -2px;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
}

.close-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-form {
  position: relative;
}

.search-input {
  height: 50px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 0 40px 0 15px;
  margin: 0;
  outline: 0;
  width: 100%;
}

.search-button {
  font-size: 16px;
  color: #1b1a1a;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: auto;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0 15px;
  outline: 0;
}

.search-button i {
  line-height: 50px;
}

#main > article {
  margin-bottom: 74px;
  position: relative;
}

#main > article .post-data {
  padding-left: 30px;
  padding-right: 30px;
}

#main > article .post-media {
  margin-bottom: 25px;
  background-size: cover;
  background-position: center center;
}

#main > article .post-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
}

#main > article .post-title a {
  color: inherit;
}

#main > article .post-title a:hover {
  text-decoration: none;
}

#main > article .post-title a:focus {
  text-decoration: underline;
  outline: 0;
}

#main > article .post-meta {
  color: #898989;
  font-size: 14px;
}

#main > article .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main > article .post-meta li {
  display: inline-block;
  margin-right: 15px;
}

#main > article .post-meta a {
  color: #1c1c1c;
  font-weight: 700;
}

#main > article .post-meta a:hover,
#main > article .post-meta a:focus {
  outline: 0;
}

#main > article .post-content {
  margin-top: 30px;
}

#main > article .post-content .more-link {
  display: block;
}

.post .post-media {
  overflow: hidden;
}

.post .post-media img {
  transition: all .4s ease;
}

.sticky-label {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #b98036;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 10;
}

.sticky-label i {
  line-height: 40px;
}

.sticky-label:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  border-right: 10px solid #b98036;
  border-top: 6px solid #b98036;
  border-bottom: 6px solid transparent;
  border-left: 10px solid transparent;
}

.sticky-label:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: left;
  z-index: 10;
  border-left: 10px solid #b98036;
  border-top: 6px solid #b98036;
  border-bottom: 6px solid transparent;
  border-right: 10px solid transparent;
}

.post-date {
  font-weight: 700;
  font-size: 14px;
  color: #b98036;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 8px;
}

.post-date a {
  color: #b98036;
}

.post-date .updated:not(.published) {
  display: none;
}

.post.format-quote .post-media {
  background-color: #898989;
  position: relative;
}

.post.format-quote .post-media:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.post-media blockquote {
  color: #fff;
  font-weight: 400;
}

.post-media blockquote:before {
  color: #fff;
}

.post-media blockquote cite,
.post-media blockquote footer,
.post-media blockquote small {
  color: #fff;
}

.post-media blockquote cite i,
.post-media blockquote footer i,
.post-media blockquote small i {
  color: #fff;
}

.post-tags {
  font-size: 14px;
}

.post-tags a {
  font-weight: bold;
  color: #1c1c1c;
}

.post-tags > i {
  margin-right: 6px;
}

body.page #main > article,
body.single #main > article {
  margin-bottom: 50px;
}

body.page #main > article .post-data,
body.single #main > article .post-data {
  padding-left: 0;
  padding-right: 0;
}

.blog-layout-list .post {
  position: relative;
  margin-bottom: 45px;
}

.blog-layout-list .post-media,
.blog-layout-list .post-data {
  vertical-align: middle;
  min-height: 1px;
}

.blog-layout-list .post-data {
  padding: 20px 0;
}

.blog-layout-list .post-date {
  margin-bottom: 0;
}

.blog-layout-list .post-title {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.blog-layout-list .post-meta {
  color: #898989;
  font-size: 14px;
  margin-bottom: 40px;
}

.blog-layout-list .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-layout-list .post-meta li {
  display: inline-block;
  margin-right: 15px;
}

.blog-layout-list .post-meta a {
  color: #1c1c1c;
  font-weight: 700;
}

.blog-layout-zigzag .post {
  position: relative;
  margin-bottom: 0 !important;
}

.blog-layout-zigzag .post:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.blog-layout-zigzag .post-data {
  padding: 20px 0;
}

.blog-layout-zigzag .post-date {
  margin-bottom: 0;
}

.blog-layout-zigzag .post-title {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.blog-layout-zigzag .post-meta {
  color: #898989;
  font-size: 14px;
  margin-bottom: 40px;
}

.blog-layout-zigzag .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-layout-zigzag .post-meta li {
  display: inline-block;
  margin-right: 15px;
}

.blog-layout-zigzag .post-meta a {
  color: #1c1c1c;
  font-weight: 700;
}

.small-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.small-posts .post {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 14px;
  padding-top: 22px;
}

.small-posts .post:first-of-type {
  padding-top: 10px;
}

.small-posts .post-image {
  width: 80px;
  margin-right: 15px;
  margin-bottom: 8px;
  float: left;
}

.small-posts .post-title {
  font-weight: 700;
  font-size: 16px;
  color: #1c1c1c;
  line-height: 1.75;
  margin-bottom: 5px;
}

.small-posts .post-date {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: #898989;
  letter-spacing: 0;
}

.small-posts .post-date a {
  color: inherit;
}

.entry-excerpt {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
}

.posts-mini.first-or-last .next-post:first-of-type,
.posts-mini.first-or-last .prev-post:first-of-type {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.posts-mini.first-or-last:before {
  content: none !important;
}

.post-password-form input[type="password"] {
  padding: 2px 10px;
}

.single.single-post #main > article .post-title {
  line-height: 1.375;
}

.single.single-post #main > article .post-content a {
  color: #b98036;
}

.pagination-row {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pagination .nav-links {
  text-align: center;
  width: 100%;
  position: relative;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #1c1c1c;
  border-radius: 50%;
  border: 1px solid transparent;
}

.pagination .nav-links .page-numbers i {
  line-height: 38px;
}

.pagination .nav-links a.page-numbers:hover,
.pagination .nav-links a.page-numbers:focus,
.pagination .nav-links span.current {
  background-color: #b98036;
  color: #fff;
  text-decoration: none;
  border-color: #b98036;
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
  border-color: #e8e8e8;
  font-size: 10px;
}

.page-links a,
.page-links span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #1c1c1c;
  border-radius: 50%;
  border: 1px solid transparent;
}

.page-links a:hover,
.page-links a:focus,
.page-links span.current {
  background-color: #b98036;
  color: #fff;
  text-decoration: none;
  border-color: #b98036;
}

blockquote {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding: 150px 70px 105px;
}

blockquote p {
  margin-bottom: 0;
}

blockquote:before {
  content: "“";
  font-family: "Playfair Display", serif;
  color: #b98036;
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  top: 77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

blockquote cite,
blockquote footer,
blockquote small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1c1c1c;
  display: block;
  font-style: normal;
  margin-top: 35px;
}

blockquote cite i,
blockquote footer i,
blockquote small i {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.blockquote--bordered {
  border: 1px solid #b98036;
}

.video-box {
  position: relative;
}

.video-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 100;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.video-box__button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 110;
  font-size: 45px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.video-box__button:hover,
.video-box__button:focus {
  color: #fff;
}

.video-box__button i {
  line-height: 60px;
}

.video-box__video.mfp-hide {
  display: block !important;
}

.video-box.show .video-box__overlay {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.video-box.show .video-box__button {
  display: none;
}

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

.mfp-content .video-box__video {
  display: inline-block;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-icons li,
.social-icons a,
.social-icons span {
  font-size: 14px;
  color: #1c1c1c;
  letter-spacing: 3px;
  margin-right: 7px;
  display: inline-block;
}

.social-icons li:last-child,
.social-icons a:last-child,
.social-icons span:last-child {
  margin-right: 0;
}

.fs-panel {
  display: none;
}

.fs-panel.open {
  display: block;
}

.fs-panel__bg {
  background-color: #898989;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.fs-panel__bg:before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: #000;
}

.fs-panel__close-btn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  display: block;
  height: 70px;
  width: 70px;
  color: #fff;
  padding: 25px;
}

.fs-panel__content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #898989;
}

.fs-panel__content .small {
  font-size: 0.75em;
}

.fs-panel__content .big {
  color: #fff;
  font-size: 1.25em;
}

.fs-panel__content .widget {
  margin-bottom: 85px;
}

.fs-panel__content .widget-title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
  letter-spacing: 1.7px;
  color: #898989;
}

.fs-panel__content .widget-title:before {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #898989;
  left: 0;
  top: 10px;
}

.fs-panel__content .widget_nav_menu ul,
.fs-panel__content .widget_archive ul,
.fs-panel__content .widget_meta ul,
.fs-panel__content .widget_pages ul,
.fs-panel__content #recentcomments,
.fs-panel__content .widget_rss ul,
.fs-panel__content .widget_recent_entries ul,
.fs-panel__content .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.fs-panel__content .widget_nav_menu ul li,
.fs-panel__content .widget_archive ul li,
.fs-panel__content .widget_meta ul li,
.fs-panel__content .widget_pages ul li,
.fs-panel__content #recentcomments li,
.fs-panel__content .widget_rss ul li,
.fs-panel__content .widget_recent_entries ul li,
.fs-panel__content .widget_categories ul li {
  margin-bottom: 13px;
}

.fs-panel__content .widget_nav_menu ul .children,
.fs-panel__content .widget_nav_menu ul .sub-menu,
.fs-panel__content .widget_archive ul .children,
.fs-panel__content .widget_archive ul .sub-menu,
.fs-panel__content .widget_meta ul .children,
.fs-panel__content .widget_meta ul .sub-menu,
.fs-panel__content .widget_pages ul .children,
.fs-panel__content .widget_pages ul .sub-menu,
.fs-panel__content #recentcomments .children,
.fs-panel__content #recentcomments .sub-menu,
.fs-panel__content .widget_rss ul .children,
.fs-panel__content .widget_rss ul .sub-menu,
.fs-panel__content .widget_recent_entries ul .children,
.fs-panel__content .widget_recent_entries ul .sub-menu,
.fs-panel__content .widget_categories ul .children,
.fs-panel__content .widget_categories ul .sub-menu {
  padding-left: 15px;
}

.fs-panel__content .widget_nav_menu ul .children li:first-child,
.fs-panel__content .widget_nav_menu ul .sub-menu li:first-child,
.fs-panel__content .widget_archive ul .children li:first-child,
.fs-panel__content .widget_archive ul .sub-menu li:first-child,
.fs-panel__content .widget_meta ul .children li:first-child,
.fs-panel__content .widget_meta ul .sub-menu li:first-child,
.fs-panel__content .widget_pages ul .children li:first-child,
.fs-panel__content .widget_pages ul .sub-menu li:first-child,
.fs-panel__content #recentcomments .children li:first-child,
.fs-panel__content #recentcomments .sub-menu li:first-child,
.fs-panel__content .widget_rss ul .children li:first-child,
.fs-panel__content .widget_rss ul .sub-menu li:first-child,
.fs-panel__content .widget_recent_entries ul .children li:first-child,
.fs-panel__content .widget_recent_entries ul .sub-menu li:first-child,
.fs-panel__content .widget_categories ul .children li:first-child,
.fs-panel__content .widget_categories ul .sub-menu li:first-child {
  margin-top: 13px;
}

.fs-panel__content .widget_nav_menu li a,
.fs-panel__content .widget_archive li a,
.fs-panel__content .widget_meta li a,
.fs-panel__content .widget_pages li a,
.fs-panel__content .widget_recent_entries li a,
.fs-panel__content .widget_categories li a {
  color: #fff;
}

.fs-panel__content #wp-calendar td,
.fs-panel__content #wp-calendar th {
  text-align: center;
}

.fs-panel__content #wp-calendar td a,
.fs-panel__content #wp-calendar th a {
  color: #b98036;
}

.fs-panel__content .widget .social-icons,
.fs-panel__content .widget .sociallist {
  color: #fff;
  margin-top: 23px;
}

.fs-panel__content .widget .social-icons a,
.fs-panel__content .widget .sociallist a {
  font-size: 16px;
  color: #fff;
  margin-right: 13px;
}

.fs-panel__content .widget .social-icons a:hover,
.fs-panel__content .widget .sociallist a:hover {
  color: #b98036;
}

.fs-panel__menu {
  margin-bottom: 85px;
}

.fs-panel__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-panel__menu ul ul {
  display: none;
}

.fs-panel__menu li {
  font-size: 25px;
  margin-bottom: 23px;
}

.fs-panel__menu a {
  color: #fff;
}

body.fs-panel-open {
  overflow: hidden;
}

body.admin-bar .fs-panel__content,
body.admin-bar .fs-panel__close-btn {
  top: 32px;
}

.side-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 263px;
  z-index: 110;
  background-color: #fff;
  -webkit-transform: translateX(-335px);
  transform: translateX(-335px);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  box-shadow: 0 0 5px 0 #ccc;
}

.side-panel.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.side-panel__wrapper {
  position: relative;
  height: 100%;
}

.side-panel__close-btn {
  background-color: #1c1c1c;
  display: block;
  height: 70px;
  width: 70px;
  text-align: center;
  color: #b98036;
  font-size: 16px;
  z-index: 120;
  top: 0;
  left: 100%;
  position: absolute;
}

.side-panel__close-btn i {
  line-height: 70px;
}

.side-panel__data {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  z-index: 130;
}

.side-panel__data .small {
  font-size: 0.85714em;
}

.side-panel__data .big {
  font-size: 1.28571em;
}

.side-panel__data .widget {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}

.side-panel__data .widget .social-icons a {
  font-size: 18px;
}

.side-panel__logo {
  background-size: cover;
  min-height: 263px;
  position: relative;
}

.side-panel__logo img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.side-panel__menu {
  margin-top: 32px;
  margin-bottom: 70px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

.side-panel__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-panel__menu ul ul {
  display: none;
}

.side-panel__menu a {
  color: #1c1c1c;
}

.side-panel__menu a:hover,
.side-panel__menu a:focus,
.side-panel__menu li.current-menu-item a,
.side-panel__menu li.current-menu-parent a {
  color: #b98036;
  border-bottom: 1px solid #b98036;
  text-decoration: none;
}

body.side-panel-open {
  overflow: hidden;
}

body.admin-bar .side-panel {
  padding-top: 32px;
}

.top-header__main span {
  margin-right: 30px;
  color: #ffffff;
  font-size: 16px;
}

.top-header__main i {
  margin-right: 5px;
}

.top-header__main a {
  color: #fff;
}

.top-header__main a:hover,
.top-header__main a:focus {
  color: #b98036;
  text-decoration: none;
}

.top-header__main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 30px;
}

.top-header__main li {
  display: inline-block;
  margin-right: 12px;
  font-weight: 700;
  font-size: 13px;
}

.top-header__main span:last-child,
.top-header__main ul:last-child,
.top-header__main li:last-child {
  margin-right: 0;
}

.top-header__left {
  float: left;
  padding: 14px 0;
  color: #fff;
  font-size: 16px;
}

.top-header__left i:not(:first-child) {
  margin-left: 30px;
}

.top-header__right {
  float: right;
  padding: 14px 0;
}

.top-header__right li:hover {
  border-bottom: 2px solid #b98036;
}

.top-header__right li:hover a {
  color: #b98036;
}

.top-header__right .active {
  border-bottom: 2px solid #fff;
}

.centered-logo {
  position: relative;
  min-height: 50px;
}

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

.centered-logo__text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  color: #1c1c1c;
}

.centered-logo__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 11px;
}

.centered-logo__text ul li {
  display: inline-block;
  margin-right: 10px;
}

.centered-logo__text a {
  color: inherit;
}

.centered-logo__text a:hover,
.centered-logo__text a:focus {
  color: #b98036;
}

.centered-logo__text i {
  margin-right: 3px;
}

.centered-logo__text span {
  margin-right: 16px;
}

.centered-logo__text span:last-child {
  margin-right: 0;
}

.centered-logo__text .social-icons a {
  font-size: inherit;
  margin-right: 4px;
}

.centered-logo__text .social-icons a:last-child {
  margin-right: 0;
}

.social-banner {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #e8e8e8;
}

.social-banner__icon {
  font-size: 20px;
  margin-bottom: 10px;
}

.social-banner__image:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 10;
}

.social-banner__content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.social-banner__image + .social-banner__content {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}

.social-banner__text {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.3px;
  line-height: 23px;
}

.social-banner__text span {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
}

.social-banner__tag {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin-top: 20px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.preloader img {
  width: 100px;
  height: 100px;
  -webkit-animation: fadeinout 1s ease-in-out alternate infinite;
  animation: fadeinout 1s ease-in-out alternate infinite;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader--off {
  display: none !important;
}

.spin {
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #b98036;
  -webkit-animation: spin 1500ms infinite linear;
  animation: spin 1500ms infinite linear;
  top: 50%;
  left: 50%;
  position: absolute;
}

.spin:before {
  content: "";
  border: 3px solid transparent;
  border-top-color: #b98036;
  border-radius: 60%;
  -webkit-animation: antispin 700ms infinite linear;
  animation: antispin 700ms infinite linear;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  position: absolute;
}

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

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

@-webkit-keyframes antispin {
  from {
    -webkit-transform: rotate;
    transform: rotate;
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes antispin {
  from {
    -webkit-transform: rotate;
    transform: rotate;
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#ui-datepicker-div {
  z-index: 99 !important;
}

.fleurdesel-apb-carousel {
  position: relative;
  margin-bottom: 20px;
}

.fleurdesel-apb-carousel.fullscreen {
  z-index: 999;
}

.fleurdesel-apb-carousel.fullscreen .fleurdesel-apb-carousel__product-image {
  background-color: rgba(0, 0, 0, 0.5);
}

.fleurdesel-apb-carousel.fullscreen .fleurdesel-apb-carousel__item:before {
  padding-top: 100vh;
}

.fleurdesel-apb-carousel.fullscreen .fleurdesel-apb-carousel__icon {
  position: fixed;
}

.fleurdesel-apb-carousel.fullscreen .fleurdesel-apb-carousel__img-bg {
  background-size: contain !important;
}

.fleurdesel-apb-carousel .slider-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fleurdesel-apb-carousel__icon {
  font-size: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 9;
  transition: all .4s ease;
  right: 20px;
  bottom: 23px;
  position: absolute;
}

.fleurdesel-apb-carousel__icon:hover {
  color: #b98036;
}

.fleurdesel-apb-carousel__icon--zoom-out {
  display: none;
}

.fleurdesel-apb-carousel__item {
  position: relative;
}

.fleurdesel-apb-carousel__item:before {
  content: "";
  display: block;
  padding-top: 86.66667%;
}

.fleurdesel-apb-carousel__item:after {
  content: "";
  display: block;
  z-index: 1;
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-apb-carousel__img-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.fleurdesel-apb-carousel__item-thumb {
  text-align: center;
  padding: 0 10px;
}

.fleurdesel-apb-carousel__item-thumb img {
  display: inline-block;
  cursor: pointer;
}

.fleurdesel-apb-carousel__item-thumb.slick-current img {
  border: 1px solid #b98036;
}

.apb-field-group i {
  color: #000 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  position: absolute;
  font-size: 14px;
  z-index: 2;
}

.apb-field-group i.apbf-select:before {
  content: "";
}

.apb-input,
.apb-select {
  height: 50px;
  padding: 5px 20px !important;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem !important;
  background-color: #fff !important;
  position: relative;
  z-index: 2;
}

.apbf {
  z-index: 4;
}

.ui-datepicker.apb-datepicker {
  width: 20em !important;
  z-index: 99 !important;
}

.tab-pane {
  overflow-y: visible !important;
  font-size: 0.875rem !important;
  line-height: 1.857 !important;
}

.tab-pane p {
  font-size: 0.875rem !important;
  line-height: 1.857 !important;
}

.fleurdesel-amenities {
  margin-bottom: 35px;
  display: table;
}

.fleurdesel-amenities i {
  display: table-cell;
  font-size: 40px;
  height: 40px;
  color: #b98036;
  vertical-align: middle;
  width: 1%;
}

.fleurdesel-amenities span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  line-height: 1.5;
  width: 100%;
  font-size: 0.875rem;
}

.apb-package_item .apb-package_text label {
  font-size: 1.25rem !important;
  font-family: "Playfair Display", serif;
  text-transform: none !important;
  margin-bottom: 0;
}

.apb-package_item .apb-package_text p {
  margin-bottom: 0;
}

.apb-package_item .apb-package_book-price {
  margin-top: 20px;
}

.apb-package_item .apb-package_book-price .apb-package_price {
  padding-top: 0;
  line-height: 1 !important;
  font-size: 0.75rem !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.apb-package_item .apb-package_book-price .amount {
  font-size: 1.5625rem !important;
  color: #b98036;
  display: block;
  font-weight: 400 !important;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.awebooking--standard .fleurdesel-room-extra-info {
  margin: 75px 0 50px;
  background: url(../../src/images/pattern-bg.jpg) repeat top left;
}

.awebooking--standard .fleurdesel-room-extra-info__item {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 30px 0 14px;
  border: 1px solid #e8e8e8;
}

.awebooking--standard .fleurdesel-room-extra-info__item i {
  font-size: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: block;
  color: #b98036;
}

.awebooking--standard .room-detail_book {
  margin-top: 30px;
}

.awebooking--standard .room-detail_book .room-detail_total {
  display: none;
  font-family: "Playfair Display", serif;
}

.awebooking--standard .room-detail_book .room-detail_total .price {
  font-family: "Roboto", sans-serif;
}

.awebooking--standard .room-detail_book .room-detail_total .amount {
  color: #b98036 !important;
}

.awebooking--standard .apb-product_tab {
  margin: 0 -15px;
}

.awebooking--standard .apb-product_tab-header {
  float: left;
  width: 100%;
  padding: 0 15px !important;
  text-align: left !important;
  border-bottom: none !important;
  margin: 0 0 30px;
  border-top: none;
}

.awebooking--standard .apb-product_tab-header li {
  display: block !important;
  border: none !important;
}

.awebooking--standard .apb-product_tab-header a {
  display: block !important;
  padding: 15px 0 !important;
  font-size: 1.25rem !important;
  font-family: "Playfair Display", serif;
  text-transform: none !important;
  font-weight: 700;
}

.awebooking--standard .apb-product_tab-header a:after {
  content: '';
  height: 1px;
  background-color: #e8e8e8;
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}

.awebooking--standard .apb-product_tab-header .active a {
  color: #b98036;
}

.awebooking--standard .apb-product_tab-header .active a:after {
  height: 1px !important;
  background-color: #b98036 !important;
  bottom: -1px !important;
}

.awebooking--standard .apb-product_tab-panel {
  float: left;
  width: 100%;
  padding: 15px !important;
  min-height: 300px;
}

.awebooking--modern .fleurdesel-apb-carousel__item {
  position: relative;
}

.awebooking--modern .fleurdesel-apb-carousel__item:before {
  content: "";
  display: block;
  padding-top: 49.12281%;
}

.awebooking--modern .apb-container {
  width: 100%;
  padding: 0;
}

.awebooking--modern .room-detail_book {
  margin-top: 30px;
}

.awebooking--modern .room-detail_total {
  padding: 0;
  padding-top: 80px;
  margin-bottom: 30px;
  border-bottom: none;
  text-align: center;
}

.awebooking--modern .apb-heading {
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
  text-transform: none;
  border-bottom: none;
  padding: 0 0 60px;
}

.awebooking--modern .apb-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.awebooking--modern .apb-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.awebooking--modern .apb-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.awebooking--modern .apb-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.awebooking--modern .fleurdesel-room-extra-info {
  padding: 80px 0 50px;
  margin: 0 -15px;
}

.awebooking--modern .fleurdesel-room-extra-info__item {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap {
  position: relative;
  border: 1px solid #e8e8e8;
  transition: all .4s ease;
  background: url(../../src/images/pattern-bg.jpg) repeat top left;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap:before {
  left: 10px;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap:after {
  right: 10px;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap:hover:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap.active:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap.active:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap.active:before {
  left: 10px;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap.active:after {
  right: 10px;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap:hover {
  border-color: #b98036;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap p {
  margin-bottom: 0;
  padding: 30px 10px;
  font-size: 1.25rem;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap p:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap p:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap p:before {
  left: 10px;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap p:after {
  right: 10px;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap p:hover:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap p:hover:after {
  opacity: 1;
  visibility: visible;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap p.active:before,
.awebooking--modern .fleurdesel-room-extra-info__wrap p.active:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap p.active:before {
  left: 10px;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap p.active:after {
  right: 10px;
}

.awebooking--modern .fleurdesel-room-extra-info__wrap i {
  display: block;
  margin: 0 auto 30px;
  font-size: 60px;
  height: 60px;
  color: #b98036;
}

.awebooking--modern .apb-product_tab-header {
  border-bottom: none;
  text-align: center;
  margin: 0 0 30px;
}

.awebooking--modern .apb-product_tab-header li {
  position: relative;
  display: block;
  text-align: left;
  border: none;
}

.awebooking--modern .apb-product_tab-header a {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  text-transform: none;
  padding: 15px 0;
  display: block;
  font-weight: 700;
}

.awebooking--modern .apb-product_tab-header a:after {
  content: '';
  height: 1px !important;
  background-color: #e8e8e8;
  position: absolute;
  width: 100%;
  bottom: -1px !important;
  left: 0;
}

.awebooking--modern .apb-product_tab-header li:hover a,
.awebooking--modern .apb-product_tab-header li.active a {
  color: #b98036;
}

.awebooking--modern .apb-product_tab-header li:hover a:after,
.awebooking--modern .apb-product_tab-header li.active a:after {
  background-color: #b98036 !important;
}

.apb-select:focus,
.apb-select:active,
.apb-input.apb-calendar:focus,
.apb-input.apb-calendar:active {
  border-color: #b98036 !important;
}

.apb-calendar .ui-datepicker-inline td a:hover,
.apb-calendar .ui-datepicker-inline td a:focus,
.apb-calendar .ui-datepicker-inline td.apb-highlight a {
  background-color: #b98036 !important;
}

.apb-calendar .ui-datepicker .ui-datepicker-prev:hover,
.apb-calendar .ui-datepicker .ui-datepicker-prev:focus,
.apb-calendar .ui-datepicker .ui-datepicker-next:hover,
.apb-calendar .ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker.apb-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.apb-datepicker .ui-datepicker-prev:focus,
.ui-datepicker.apb-datepicker .ui-datepicker-next:hover,
.ui-datepicker.apb-datepicker .ui-datepicker-next:focus,
.ui-datepicker.apb-datepicker td a:hover,
.ui-datepicker.apb-datepicker td a:focus,
.ui-datepicker.apb-datepicker td.apb-highlight a {
  border-color: #b98036 !important;
  color: #b98036 !important;
}

.awebooking .apbfc-next > span:hover:after,
.awebooking .ui-datepicker-next > span:hover:after,
.ui-datepicker.apb-datepicker .apbfc-next > span:hover:after,
.ui-datepicker.apb-datepicker .ui-datepicker-next > span:hover:after,
.awebooking .apbfc-prev > span:hover:after,
.awebooking .ui-datepicker-prev > span:hover:after,
.ui-datepicker.apb-datepicker .apbfc-prev > span:hover:after,
.ui-datepicker.apb-datepicker .ui-datepicker-prev > span:hover:after {
  color: #b98036 !important;
}

.apb-step li.active {
  color: #b98036 !important;
}

.apb-step li.active > span {
  background-color: #b98036 !important;
}

.apb-modal-title {
  font-family: "Playfair Display", serif !important;
}

.apb-modal-body .list-price-item span {
  color: #b98036 !important;
}

.apb-check-availability .apb-heading {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  text-transform: none;
}

.apb-check-availability .apb-room-selected .apb-room-seleted_current.apb-bg_blue {
  color: #b98036;
}

.apb-check-availability .apb-room_item .apb-room_name {
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  text-transform: none;
}

.apb-check-availability .apb-room_item .apb-room_name a:hover {
  color: #b98036;
}

.apb-check-availability .apb-room_item .apb-total-price-wrapper .apb-room_price .apb-room_amount {
  color: #b98036;
}

.apb-check-availability .apb-room_package-more:hover,
.apb-check-availability .apb-room_package-more:focus {
  color: #b98036;
  border-color: #b98036;
}

.apb-check-availability .apb-room_package .apb-package_img {
  margin-top: 2px;
}

.apb-check-availability .apb-room-select-item .apb-room-select-package ul li span,
.apb-check-availability .apb-room-select-item .apb-room-select-price .price {
  color: #b98036;
}

.apb-checkout .apb-step {
  padding: 0 15px;
  background-color: transparent;
}

.apb-checkout .apb-step ul {
  padding: 12px 15px;
  background-color: #f7f7f7;
}

.apb-checkout .apb-room-selected {
  margin-bottom: 50px;
}

.apb-checkout .apb-room-selected .apb-heading {
  font-size: 1.875rem;
  font-family: "Playfair Display", serif;
  text-transform: none;
}

.apb-checkout .apb-room-selected .apb-room-selected_item:not(:last-child) .apb-room-seleted_name,
.apb-checkout .apb-room-selected .apb-room-selected_item:not(:last-child) .apb-option,
.apb-checkout .apb-room-selected .apb-room-selected_item:not(:last-child) .apb-room-seleted_package,
.apb-checkout .apb-room-selected .apb-room-selected_item:not(:last-child) .apb-room-seleted_total-room {
  padding-left: 20px;
  padding-right: 20px;
}

.apb-checkout .apb-room-selected .apb-room-selected_item:last-child {
  margin-bottom: 0;
}

.apb-checkout .apb-room-selected .apb-room-selected_item:last-child .apb-room-seleted_total-room,
.apb-checkout .apb-room-selected .apb-room-selected_item:last-child .apb-room-seleted_total-room .apb-amount {
  font-size: 1.25rem;
}

.apb-checkout .apb-room-selected .apb-room-seleted_package {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.apb-checkout .apb-room-selected .apb-room-seleted_package h6 {
  display: block;
  margin-right: 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.apb-checkout .apb-room-selected .apb-room-seleted_package ul {
  margin-bottom: 15px;
}

.apb-checkout .apb-room-selected .apb-room-seleted_total-room .apb-amount {
  color: #b98036;
}

.apb-checkout .apb-checkout-form .apb-billing-fields h3,
.apb-checkout .apb-checkout-form .apb-billing-fields--right h3 {
  font-size: 1.875rem;
  font-family: "Playfair Display", serif;
}

.apb-checkout .apb-content .entry-title {
  font-size: 1.875rem;
  font-family: "Playfair Display", serif;
}

.awebooking h1,
.awebooking h2,
.awebooking h3,
.awebooking h4,
.awebooking h5,
.awebooking h6,
.apb-datepicker h1,
.apb-datepicker h2,
.apb-datepicker h3,
.apb-datepicker h4,
.apb-datepicker h5,
.apb-datepicker h6,
.awebooking-widget h1,
.awebooking-widget h2,
.awebooking-widget h3,
.awebooking-widget h4,
.awebooking-widget h5,
.awebooking-widget h6 {
  font-family: "Playfair Display", serif !important;
}

.awebooking-informations .button,
.awebooking-checkout-page .button {
  padding: 15px 50px;
  color: #fff;
  background-color: #b98036;
  border-color: #b98036;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
}

.awebooking-informations .button:hover,
.awebooking-checkout-page .button:hover {
  background-color: #92652a;
  border-color: #8a5f28;
}

.awebooking-checkout-form {
  padding-top: 50px;
}

.apb-sidebar_group .apb-field {
  float: left;
  width: 50%;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.apb-package_item + .apb-package_item {
  margin-top: 25px;
  border-top: solid 1px #e4e4e4;
}

.apb-package_item {
  overflow: hidden;
  padding-top: 25px;
}

.apb-package_book-price {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.apb-package_text {
  overflow: hidden;
  position: relative;
}

.awebooking-tab__controls li {
  position: relative !important;
  border: 1px solid #eee;
  border-bottom: none !important;
  background-color: transparent !important;
}

.apb-field-group .apbf-select {
  top: 12px;
  right: 12px;
  font-size: 10px;
}

.apb-field-group {
  position: relative;
}

.apbf {
  font-family: 'Awebooking' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
}

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

.fleurdesel-awebooking--modern .apb-field.apb-field--arrival,
.fleurdesel-awebooking--modern .apb-field.apb-field--daparture {
  padding-bottom: 10px !important;
}

.fl-rooms {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 2;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  max-width: 100% !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100% !important;
}

.awebooking-shortcode table {
  table-layout: fixed;
}

.searchbox__popup {
  transition: all 0.25s ease;
}

.searchbox__popup.open {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.searchbox__popup.open--transition {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.searchbox--vertical .searchbox__wrap {
  background: url(../../src/images/pattern-bg.jpg) repeat top left;
  background-color: #fff !important;
  padding: 20px 15px;
  border: 1px solid #e8e8e8;
}

.searchbox--vertical .searchbox__box {
  box-shadow: none;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
}

.searchbox--vertical .searchbox__box-wrap {
  padding: 10px 15px;
}

.searchbox--vertical .searchbox__box-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.searchbox--vertical .searchbox__input-display,
.searchbox--vertical .searchbox-occupancy-info {
  color: #333;
  line-height: 1.42857143;
  font-family: "Playfair Display",serif;
  font-size: 1.25rem !important;
  background-color: #fff !important;
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.searchbox--vertical .searchbox__box-icon {
  display: none;
}

.searchbox--vertical .searchbox__box-line {
  margin-left: 0;
}

.searchbox--vertical .searchbox__box--button {
  padding: 0;
  margin-bottom: 0;
}

.searchbox.searchbox--horizontal .searchbox__box-label,
.searchbox.searchbox--horizontal .searchbox--box-line-occupancy {
  margin-bottom: 0;
  overflow: unset;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  font-size: 1rem !important;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  color: #b98036;
}

.searchbox.searchbox--horizontal .searchbox__box-line {
  margin-left: 15px;
}

.searchbox.searchbox--horizontal .searchbox__box-icon {
  color: #b7b7b7;
}

.searchbox.searchbox--horizontal .searchbox__input.input-transparent,
.searchbox.searchbox--horizontal .searchbox__input-display,
.searchbox.searchbox--horizontal .searchbox-occupancy-info {
  font-family: "Playfair Display", serif;
  color: #333;
  line-height: 1.42857143;
  font-size: 18px;
  height: auto;
}

.searchbox.searchbox--horizontal .searchbox__box-icon {
  display: none;
}

.roommaster-occupancy-list {
  padding: 0 10px;
}

.roommaster-header {
  padding: 15px 15px;
}

.roommaster-inventory .awebooking-price {
  font-size: 22px;
}

.awebooking-tab__content {
  display: none;
}

.room__section {
  border-bottom: none;
}

.room__section-title {
  display: none;
}

.awebooking .button,
.awebooking-block .button {
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #b98036;
  line-height: 3.214;
  text-transform: uppercase;
  border-color: #b98036;
}

.awebooking .button:hover,
.awebooking-block .button:hover {
  background-color: #7e5725;
}

.apb-btn {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  background-color: #b98036 !important;
  line-height: 3.214 !important;
}

.apb-btn:hover {
  background-color: #7e5725 !important;
}

.awebooking button.booknow:after {
  content: none;
}

/* Datepicker */

.awebooking-datepicker .flatpickr-day.hidden {
  display: block !important;
}

.awebooking-datepicker .flatpickr-day.selected,
.awebooking-datepicker .flatpickr-day.startRange,
.awebooking-datepicker .flatpickr-day.endRange,
.awebooking-datepicker .flatpickr-day.selected.inRange,
.awebooking-datepicker .flatpickr-day.startRange.inRange,
.awebooking-datepicker .flatpickr-day.endRange.inRange,
.awebooking-datepicker .flatpickr-day.selected:focus,
.awebooking-datepicker .flatpickr-day.startRange:focus,
.awebooking-datepicker .flatpickr-day.endRange:focus,
.awebooking-datepicker .flatpickr-day.selected:hover,
.awebooking-datepicker .flatpickr-day.startRange:hover,
.awebooking-datepicker .flatpickr-day.endRange:hover,
.awebooking-datepicker .flatpickr-day.selected.prevMonthDay,
.awebooking-datepicker .flatpickr-day.startRange.prevMonthDay,
.awebooking-datepicker .flatpickr-day.endRange.prevMonthDay,
.awebooking-datepicker .flatpickr-day.selected.nextMonthDay,
.awebooking-datepicker .flatpickr-day.startRange.nextMonthDay,
.awebooking-datepicker .flatpickr-day.endRange.nextMonthDay,
.awebooking-datepicker .flatpickr-day.today:focus {
  color: #fff;
  border-color: #b98036;
  background: #b98036;
  box-shadow: none;
}

.awebooking-datepicker .flatpickr-day:hover,
.awebooking-datepicker .flatpickr-day.prevMonthDay:hover,
.awebooking-datepicker .flatpickr-day.nextMonthDay:hover,
.awebooking-datepicker .flatpickr-day:focus,
.awebooking-datepicker .flatpickr-day.prevMonthDay:focus,
.awebooking-datepicker .flatpickr-day.nextMonthDay:focus,
.awebooking-datepicker .flatpickr-day.inRange,
.awebooking-datepicker .flatpickr-day.prevMonthDay.inRange,
.awebooking-datepicker .flatpickr-day.nextMonthDay.inRange,
.awebooking-datepicker .flatpickr-day.today.inRange,
.awebooking-datepicker .flatpickr-day.prevMonthDay.today.inRange,
.awebooking-datepicker .flatpickr-day.nextMonthDay.today.inRange,
.awebooking-datepicker .flatpickr-day.today:hover {
  background: #f1e6d7;
  border-color: #f1e6d7;
  box-shadow: none;
  color: #fff;
}

.awebooking-datepicker .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.awebooking-datepicker .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.awebooking-datepicker .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none;
}

.awebooking-datepicker .flatpickr-weekdays,
.awebooking-datepicker .flatpickr-months .flatpickr-month,
.awebooking-datepicker span.flatpickr-weekday {
  background: #b98036;
}

.awebooking-datepicker .flatpickr-day.today {
  border: none;
}

.awebooking-datepicker.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #b98036;
}

.awebooking--modern .room-detail_book {
  background-color: #f7f7f7;
  padding: 100px 0;
}

.fleurdesel__meta {
  letter-spacing: 3px;
}

.fleurdesel__title {
  line-height: 75px;
}

.fleurdesel-posts-carousel__item {
  margin-bottom: 30px;
}

.fleurdesel-posts-carousel__item .post-media {
  background-color: transparent !important;
}

.fleurdesel-posts-carousel__item .post-media:before {
  display: none !important;
}

.fleurdesel-posts-carousel__item .post-image {
  margin-bottom: 25px;
  position: relative;
}

.fleurdesel-posts-carousel__item .post-image:before {
  content: "";
  display: block;
  padding-top: 72.22222%;
}

.fleurdesel-posts-carousel__item .post-image img {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-posts-carousel__item .post-data {
  padding: 0 30px;
}

.fleurdesel-posts-carousel__item .post-date {
  font-size: 0.750rem;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.fleurdesel-posts-carousel__item .post-date a {
  color: #b98036;
}

.fleurdesel-posts-carousel__item .post-title {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 1.5625rem;
}

.fleurdesel-posts-carousel__item .post-title a {
  display: block;
}

.fleurdesel-posts-carousel__item .post-meta {
  display: none;
  font-size: 14px;
  color: #898989;
  margin-bottom: 30px;
  margin-top: -15px;
}

.fleurdesel-posts-carousel__item .post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fleurdesel-posts-carousel__item .post-meta li {
  display: inline-block;
}

.fleurdesel-posts-carousel__item .post-meta a {
  font-weight: 600;
}

.fleurdesel-posts-carousel__item .post-content > p {
  display: none;
}

.fleurdesel-service__item {
  position: relative;
  overflow: hidden;
}

.fleurdesel-service__item:before {
  content: "";
  display: block;
  padding-top: 116.66667%;
}

.fleurdesel-service__item:after {
  content: "";
  display: block;
  background: linear-gradient(to top, #000 0%, transparent 70%);
  opacity: .9;
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-service__item img {
  width: 100%;
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-service__item:hover:after {
  opacity: .9;
}

.fleurdesel-service__item:hover .fleurdesel-service__action {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.fleurdesel-service__item:hover .fleurdesel-service__img {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.fleurdesel-service__item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fleurdesel-service__item .btn-view,
.fleurdesel-service__item .awebooking .button,
.awebooking .fleurdesel-service__item .button,
.fleurdesel-service__item .awebooking-block .button,
.awebooking-block .fleurdesel-service__item .button,
.fleurdesel-service__item .apb-btn {
  padding: 18px 33px;
}

.fleurdesel-service__img {
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-service__info {
  padding: 15px 15px 50px;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-service__meta {
  letter-spacing: 3px;
}

.fleurdesel-service__title {
  margin-bottom: 50px;
}

.fleurdesel-service__action {
  transition: all .4s ease;
}

.fleurdesel-client__item {
  position: relative;
  border: 1px solid transparent;
  transition: all .4s ease;
}

.fleurdesel-client__item:hover {
  border-color: #b98036;
}

.fleurdesel-client__item:before {
  content: "";
  display: block;
  padding-top: 71.42857%;
}

.fleurdesel-client__wrap {
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-client__wrap:before,
.fleurdesel-client__wrap:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-client__wrap:before {
  left: 10px;
}

.fleurdesel-client__wrap:after {
  right: 10px;
}

.fleurdesel-client__wrap:hover:before,
.fleurdesel-client__wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-client__wrap.active:before,
.fleurdesel-client__wrap.active:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-client__wrap.active:before {
  left: 10px;
}

.fleurdesel-client__wrap.active:after {
  right: 10px;
}

.fleurdesel-client__wrap a {
  display: block;
  transition: all .4s ease;
}

.fleurdesel-client__wrap a:before,
.fleurdesel-client__wrap a:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-client__wrap a:before {
  left: 10px;
}

.fleurdesel-client__wrap a:after {
  right: 10px;
}

.fleurdesel-client__wrap a:hover:before,
.fleurdesel-client__wrap a:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-client__wrap a.active:before,
.fleurdesel-client__wrap a.active:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-client__wrap a.active:before {
  left: 10px;
}

.fleurdesel-client__wrap a.active:after {
  right: 10px;
}

.fleurdesel-client__wrap img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  /* Support IE */
  transition: all .4s ease;
}

.fleurdesel-client__wrap:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.fleurdesel-team__item {
  position: relative;
}

.fleurdesel-team__item:hover .fleurdesel-team__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fleurdesel-team__item:hover .fleurdesel-team__title {
  color: #b98036;
}

.fleurdesel-team__img {
  position: relative;
  overflow: hidden;
}

.fleurdesel-team__img:before {
  content: "";
  display: block;
  padding-top: 122.22222%;
}

.fleurdesel-team__img img {
  width: 100%;
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-team__info {
  padding: 20px;
}

.fleurdesel-team__title {
  margin-bottom: 12px;
  font-size: 1.875rem;
  transition: all .4s ease;
}

.fleurdesel-team__meta {
  letter-spacing: 3px;
  color: #898989;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
}

.fleurdesel-team__action a {
  display: inline-block;
  width: 32px;
}

.fleurdesel-event {
  position: relative;
  margin-bottom: 45px;
}

.fleurdesel-event:hover .post-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fleurdesel-event .post-image {
  position: relative;
  overflow: hidden;
}

.fleurdesel-event .post-image img {
  width: 100%;
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-event .post-data {
  padding: 25px;
}

.fleurdesel-event .event-time {
  color: #898989;
  margin-bottom: 20px;
  padding-left: 5px;
}

.fleurdesel-event .event-time__date {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.875;
  padding-right: 20px;
  border-right: 1px solid #e8e8e8;
  margin-right: 10px;
}

.fleurdesel-event .event-time__date,
.fleurdesel-event .event-time__month {
  float: left;
}

.fleurdesel-event .event-time__month span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
}

.fleurdesel-event .post-title {
  margin-bottom: 15px;
  font-size: 1.875rem;
  padding-left: 5px;
}

.fleurdesel-event .post-title a {
  display: block;
}

.fleurdesel-event .event-price {
  font-size: 20px;
  color: #b98036;
  padding-left: 5px;
}

.fleurdesel-event .event-info {
  color: #666;
}

.fleurdesel-event .event-info p {
  margin-bottom: 5px;
}

.fleurdesel-event .event-info > a {
  color: #b98036;
  font-size: 14px;
}

.fleurdesel-event .event-info > a:hover {
  color: #1c1c1c;
}

.fleurdesel-event .event-info > a .fa {
  margin-right: 8px;
}

.fleurdesel-event .event-title {
  color: #000;
  letter-spacing: 3px;
}

.fleurdesel-event--grid .post-image:before {
  content: "";
  display: block;
  padding-top: 72.07207%;
}

.fleurdesel-event--modern {
  margin-bottom: 80px;
}

.fleurdesel-event--modern .post-image:before {
  content: "";
  display: block;
  padding-top: 49.16594%;
}

.fleurdesel-event--modern .event-price {
  margin-bottom: 22px;
}

.fleurdesel-event--modern .event-info {
  padding-left: 5px;
}

.fleurdesel-event--zigzag,
.fleurdesel-event--list {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 80px;
}

.fleurdesel-event--zigzag .post-media,
.fleurdesel-event--zigzag .post-data,
.fleurdesel-event--list .post-media,
.fleurdesel-event--list .post-data {
  float: left;
  width: 100%;
}

.fleurdesel-event--zigzag .post-image:before,
.fleurdesel-event--list .post-image:before {
  content: "";
  display: block;
  padding-top: 72.07207%;
}

.fleurdesel-event--zigzag .post-data,
.fleurdesel-event--list .post-data {
  padding: 35px 0;
}

.fleurdesel-event--zigzag:nth-child(2n+2) .post-media,
.fleurdesel-event--list:nth-child(2n+2) .post-media {
  float: right;
}

.fleurdesel-event--zigzag .event-price,
.fleurdesel-event--list .event-price {
  margin-bottom: 23px !important;
}

.fleurdesel-event--zigzag .event-info,
.fleurdesel-event--list .event-info {
  padding-left: 5px;
}

.fleurdesel-event--zigzag .event-info .event-title,
.fleurdesel-event--list .event-info .event-title {
  letter-spacing: 2.7px;
}

.fleurdesel-event--list:nth-child(2n+2) .post-media {
  float: left;
}

.fleurdesel-event--detail:hover .post-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fleurdesel-event--detail .event-time {
  margin-bottom: 25px;
  padding-left: 0;
}

.fleurdesel-event--detail .post-image {
  margin-bottom: 50px;
}

.fleurdesel-event--detail .post-image img {
  position: static;
}

.fleurdesel-event--detail .post-title {
  margin-bottom: 45px !important;
  font-size: 40px !important;
  padding-left: 0;
}

.fleurdesel-event--detail .entry-excerpt {
  margin-bottom: 45px;
}

.fleurdesel-event--detail .event-info {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding: 40px;
}

.fleurdesel-event--detail .event-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fleurdesel-event--detail .event-info li {
  display: inline-block;
}

.fleurdesel-event--detail .event-info li a {
  display: block;
  width: 32px;
  color: #666666;
}

.fleurdesel-event--detail .event-info li a:hover {
  color: #b98036;
}

.fleurdesel-event--detail .event-info__title {
  font-family: "Playfair Display", serif;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.fleurdesel-event--detail .fleurdesel-slider {
  margin-top: 50px;
}

.fleurdesel-related-events {
  border-top: 1px solid #e8e8e8;
}

.fleurdesel-pricing-table {
  position: relative;
  color: #666;
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  transition: all .4s ease;
}

.fleurdesel-pricing-table:hover,
.fleurdesel-pricing-table.active {
  border-color: #b98036;
}

.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__header:before,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__header:before {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .button,
.awebooking .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .button,
.awebooking-block .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .apb-btn,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .button,
.awebooking .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .button,
.awebooking-block .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .apb-btn {
  color: #fff;
  background-color: #b98036;
  border-color: #b98036;
}

.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view:hover,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .button:hover,
.awebooking .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button:hover,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .button:hover,
.awebooking-block .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button:hover,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .apb-btn:hover,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view:hover,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .button:hover,
.awebooking .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button:hover,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .button:hover,
.awebooking-block .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button:hover,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .apb-btn:hover {
  color: #fff;
  background-color: #92652a;
  border-color: #8a5f28;
}

.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view:focus,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .button:focus,
.awebooking .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button:focus,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .button:focus,
.awebooking-block .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button:focus,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .apb-btn:focus,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view.focus,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .focus.button,
.awebooking .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .focus.button,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .focus.button,
.awebooking-block .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .focus.button,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .focus.apb-btn,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view:focus,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .button:focus,
.awebooking .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button:focus,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .button:focus,
.awebooking-block .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button:focus,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .apb-btn:focus,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view.focus,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .focus.button,
.awebooking .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .focus.button,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .focus.button,
.awebooking-block .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .focus.button,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .focus.apb-btn {
  box-shadow: 0 0 0 2px rgba(185, 128, 54, 0.5);
}

.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view.disabled,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .disabled.button,
.awebooking .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .disabled.button,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .disabled.button,
.awebooking-block .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .disabled.button,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .disabled.apb-btn,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view:disabled,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .button:disabled,
.awebooking .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button:disabled,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .button:disabled,
.awebooking-block .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button:disabled,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .apb-btn:disabled,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view.disabled,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .disabled.button,
.awebooking .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .disabled.button,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .disabled.button,
.awebooking-block .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .disabled.button,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .disabled.apb-btn,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view:disabled,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .button:disabled,
.awebooking .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button:disabled,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .button:disabled,
.awebooking-block .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button:disabled,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .apb-btn:disabled {
  background-color: #b98036;
  border-color: #b98036;
}

.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view:active,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .button:active,
.awebooking .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button:active,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .button:active,
.awebooking-block .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .button:active,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .apb-btn:active,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view.active,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .active.button,
.awebooking .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .active.button,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .active.button,
.awebooking-block .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .active.button,
.fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .active.apb-btn,
.show > .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .btn-view.dropdown-toggle,
.show > .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking .dropdown-toggle.button,
.awebooking .show > .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .dropdown-toggle.button,
.show > .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .awebooking-block .dropdown-toggle.button,
.awebooking-block .show > .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .dropdown-toggle.button,
.show > .fleurdesel-pricing-table:hover .fleurdesel-pricing-table__action .dropdown-toggle.apb-btn,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view:active,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .button:active,
.awebooking .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button:active,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .button:active,
.awebooking-block .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .button:active,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .apb-btn:active,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view.active,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .active.button,
.awebooking .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .active.button,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .active.button,
.awebooking-block .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .active.button,
.fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .active.apb-btn,
.show > .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .btn-view.dropdown-toggle,
.show > .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking .dropdown-toggle.button,
.awebooking .show > .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .dropdown-toggle.button,
.show > .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .awebooking-block .dropdown-toggle.button,
.awebooking-block .show > .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .dropdown-toggle.button,
.show > .fleurdesel-pricing-table.active .fleurdesel-pricing-table__action .dropdown-toggle.apb-btn {
  color: #fff;
  background-color: #92652a;
  background-image: none;
  border-color: #8a5f28;
}

.fleurdesel-pricing-table:before,
.fleurdesel-pricing-table:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-pricing-table:before {
  left: 10px;
}

.fleurdesel-pricing-table:after {
  right: 10px;
}

.fleurdesel-pricing-table:hover:before,
.fleurdesel-pricing-table:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-pricing-table.active:before,
.fleurdesel-pricing-table.active:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-pricing-table.active:before {
  left: 10px;
}

.fleurdesel-pricing-table.active:after {
  right: 10px;
}

.fleurdesel-pricing-table b {
  color: #b98036;
}

.fleurdesel-pricing-table__wrap {
  padding: 65px 40px 120px;
}

.fleurdesel-pricing-table__wrap:before,
.fleurdesel-pricing-table__wrap:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-pricing-table__wrap:before {
  left: 10px;
}

.fleurdesel-pricing-table__wrap:after {
  right: 10px;
}

.fleurdesel-pricing-table__wrap:hover:before,
.fleurdesel-pricing-table__wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-pricing-table__wrap.active:before,
.fleurdesel-pricing-table__wrap.active:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-pricing-table__wrap.active:before {
  left: 10px;
}

.fleurdesel-pricing-table__wrap.active:after {
  right: 10px;
}

.fleurdesel-pricing-table__header {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.fleurdesel-pricing-table__header:before {
  color: #b98036;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .4s ease;
  content: "";
  top: -30px;
  left: 50%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-pricing-table__meta {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 3px;
  color: #b98036;
  margin-bottom: 10px;
}

.fleurdesel-pricing-table__title {
  margin-bottom: 30px;
  font-size: 2.5rem;
}

.fleurdesel-pricing-table__price {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.fleurdesel-pricing-table__action {
  left: 0;
  right: 0;
  bottom: 50px;
  position: absolute;
}

.fleurdesel-pricing-table__action .btn-view,
.fleurdesel-pricing-table__action .awebooking .button,
.awebooking .fleurdesel-pricing-table__action .button,
.fleurdesel-pricing-table__action .awebooking-block .button,
.awebooking-block .fleurdesel-pricing-table__action .button,
.fleurdesel-pricing-table__action .apb-btn {
  font-weight: 700;
  line-height: 3.214;
  border: 1px solid #b98036;
  padding: 16px 50px;
  font-size: 0.875rem;
  border-radius: 0;
}

.fleurdesel-animate {
  position: relative;
  padding: 30px 0;
}

.fleurdesel-animate__icon {
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -15px;
  position: absolute;
}

.fleurdesel-animate--icon .fleurdesel-animate__icon {
  display: block;
}

.fleurdesel-iconbox {
  position: relative;
  margin-bottom: 30px;
}

.fleurdesel-iconbox__media {
  position: relative;
}

.fleurdesel-iconbox__media--image {
  overflow: hidden;
}

.fleurdesel-iconbox__media--image:before {
  content: "";
  display: block;
  padding-top: 61.33333%;
}

.fleurdesel-iconbox__media--image img {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-iconbox__title a:not(:hover):not(:focus) {
  color: inherit;
}

.fleurdesel-iconbox__desc {
  color: #666;
}

.fleurdesel-iconbox--horizontal .fleurdesel-iconbox__media,
.fleurdesel-iconbox--horizontal .fleurdesel-iconbox__title {
  display: inline-block;
}

.fleurdesel-iconbox--horizontal .fleurdesel-iconbox__media {
  vertical-align: top;
  margin-right: 25px;
}

.fleurdesel-iconbox--horizontal-2 .fleurdesel-style__wrap {
  padding-bottom: 10px;
}

.fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__media,
.fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__data {
  display: block;
}

.fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__media {
  font-size: 60px;
  line-height: 1;
  width: 100%;
  height: 80px;
  color: #b98036;
  text-align: center;
}

.fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__data {
  text-align: center;
}

.fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__desc p {
  margin-bottom: 0;
  line-height: 1.5;
}

.fleurdesel-iconbox--border {
  border: 1px solid #e8e8e8;
  transition: all .4s ease;
}

.fleurdesel-iconbox--border:before,
.fleurdesel-iconbox--border:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-iconbox--border:before {
  left: 10px;
}

.fleurdesel-iconbox--border:after {
  right: 10px;
}

.fleurdesel-iconbox--border:hover:before,
.fleurdesel-iconbox--border:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-iconbox--border.active:before,
.fleurdesel-iconbox--border.active:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-iconbox--border.active:before {
  left: 10px;
}

.fleurdesel-iconbox--border.active:after {
  right: 10px;
}

.fleurdesel-iconbox--border:hover {
  border-color: #b98036;
}

.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap {
  padding: 40px;
}

.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap:before,
.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap:before {
  left: 10px;
}

.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap:after {
  right: 10px;
}

.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap:hover:before,
.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap.active:before,
.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap.active:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap.active:before {
  left: 10px;
}

.fleurdesel-iconbox--border .fleurdesel-iconbox__wrap.active:after {
  right: 10px;
}

.fleurdesel-gap-style .fleurdesel-iconbox {
  float: left;
  width: 100%;
}

.fleurdesel-gap-style .fleurdesel-iconbox__title {
  line-height: 1.875;
}

.sc-iconbox-contact .fleurdesel-iconbox__media {
  margin-bottom: 30px !important;
}

.sc-iconbox-contact .fleurdesel-iconbox__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
}

.fleurdesel-package {
  position: relative;
  margin-bottom: 30px;
  height: 100%;
}

.fleurdesel-package__media {
  display: none;
}

.fleurdesel-package__title,
.fleurdesel-package__price,
.fleurdesel-package__desc,
.fleurdesel-package__action {
  transition: all .4s ease;
}

.fleurdesel-package--bg {
  float: left;
  width: 100%;
  overflow: hidden;
}

.fleurdesel-package--bg .fleurdesel-package__media {
  display: block;
  margin-bottom: 25px;
}

.fleurdesel-package--bg .fleurdesel-package__media:before {
  content: "";
  display: block;
  padding-top: 78.125%;
}

.fleurdesel-package--bg .fleurdesel-package__media img {
  width: 100%;
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-package--bg .fleurdesel-package__data {
  padding: 0 15px;
  transition: all .4s ease;
}

.fleurdesel-package--bg .fleurdesel-package__title {
  font-size: 1.875rem;
}

.fleurdesel-package--bg .fleurdesel-package__title a {
  color: #b98036;
}

.fleurdesel-package--bg .fleurdesel-package__desc {
  padding: 0;
}

.fl-packages .slick-current .fleurdesel-package {
  border-left: 1px solid #ccc;
}

.fl-packages--grid .fleurdesel-package {
  padding-top: 50px;
}

.fl-packages--grid.no-border-package .fleurdesel-package {
  border-bottom: none;
}

.fl-packages--carousel .fleurdesel-package {
  height: auto !important;
}

.fl-packages--carousel .fleurdesel-package__title {
  line-height: 1.6 !important;
}

.fleurdesel-gallery__filter {
  margin-bottom: 30px;
  position: relative;
}

.fleurdesel-gallery__filter .dropdown-menu {
  max-width: 250px;
}

.fleurdesel-gallery__filter .dropdown-toggle {
  position: relative;
  padding-right: 25px;
}

.fleurdesel-gallery__filter .dropdown-toggle::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  position: absolute;
}

.fleurdesel-gallery__filter a {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
}

.fleurdesel-gallery__filter a.current {
  color: #b98036;
}

.fleurdesel-gallery__item {
  margin-bottom: 30px;
}

.fleurdesel-gallery__item:hover .fleurdesel-gallery__media a:before,
.fleurdesel-gallery__item:hover .fleurdesel-gallery__media a:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-gallery__item:hover .fleurdesel-gallery__title {
  color: #b98036;
}

.fleurdesel-gallery__media {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.fleurdesel-gallery__media:before {
  content: "";
  display: block;
  padding-top: 72.22222%;
}

.fleurdesel-gallery__media a {
  display: block;
  position: relative;
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-gallery__media a:before,
.fleurdesel-gallery__media a:after {
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-gallery__media a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.fleurdesel-gallery__media a:after {
  color: #fff;
  z-index: 2;
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fleurdesel-gallery__media a img {
  width: 100%;
}

.fleurdesel-gallery__data {
  padding: 0 30px;
}

.fleurdesel-gallery__title {
  transition: all .4s ease;
}

.fleurdesel-gallery--masonry .fleurdesel-gallery__media:before {
  display: none;
}

.fleurdesel-gallery--masonry .fleurdesel-gallery__media a {
  position: static;
}

.fleurdesel-testimonial__item {
  position: relative;
  border: 1px solid #e8e8e8;
  transition: all .4s ease;
}

.fleurdesel-testimonial__item:hover {
  border-color: #b98036;
}

.fleurdesel-testimonial__item:before,
.fleurdesel-testimonial__item:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-testimonial__item:before {
  left: 10px;
}

.fleurdesel-testimonial__item:after {
  right: 10px;
}

.fleurdesel-testimonial__item:hover:before,
.fleurdesel-testimonial__item:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-testimonial__item.active:before,
.fleurdesel-testimonial__item.active:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-testimonial__item.active:before {
  left: 10px;
}

.fleurdesel-testimonial__item.active:after {
  right: 10px;
}

.fleurdesel-testimonial__wrap {
  padding: 40px 30px;
}

.fleurdesel-testimonial__wrap:before,
.fleurdesel-testimonial__wrap:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-testimonial__wrap:before {
  left: 10px;
}

.fleurdesel-testimonial__wrap:after {
  right: 10px;
}

.fleurdesel-testimonial__wrap:hover:before,
.fleurdesel-testimonial__wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-testimonial__wrap.active:before,
.fleurdesel-testimonial__wrap.active:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-testimonial__wrap.active:before {
  left: 10px;
}

.fleurdesel-testimonial__wrap.active:after {
  right: 10px;
}

.fleurdesel-testimonial__icon {
  font-size: 60px;
  width: 40px;
  height: 25px;
  line-height: 40px;
  margin: auto;
}

.fleurdesel-testimonial__icon:before {
  content: "“";
}

.fleurdesel-testimonial__icon--no-quote:before {
  display: none;
}

.fleurdesel-testimonial__title {
  margin-bottom: 40px;
  line-height: 1.5;
}

.fleurdesel-testimonial__desc {
  margin-bottom: 30px;
}

.fleurdesel-testimonial__avatar {
  margin-bottom: 35px;
}

.fleurdesel-testimonial__avatar img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.fleurdesel-testimonial__name {
  margin-bottom: 0;
}

.fleurdesel-testimonial__contry {
  margin-bottom: 0;
}

.fleurdesel-testimonial__action .btn-view,
.fleurdesel-testimonial__action .awebooking .button,
.awebooking .fleurdesel-testimonial__action .button,
.fleurdesel-testimonial__action .awebooking-block .button,
.awebooking-block .fleurdesel-testimonial__action .button,
.fleurdesel-testimonial__action .apb-btn {
  padding: 15px 30px;
  display: inline-block;
}

.fleurdesel-testimonial-popup.white-popup {
  position: relative;
  background: #FFF;
  text-align: left;
}

.fleurdesel-testimonial-popup__wrap {
  padding: 30px 15px;
}

.fleurdesel-testimonial__item--noborder {
  border-color: transparent;
}

.fleurdesel-testimonial__item--big-content {
  border: none;
}

.fleurdesel-testimonial__item--big-content:before,
.fleurdesel-testimonial__item--big-content:after {
  display: none;
}

.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__wrap {
  padding: 40px 0;
}

.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__wrap:before,
.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__wrap:after {
  display: none;
}

.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__title,
.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__avatar,
.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__action {
  display: none;
}

.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__desc {
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  line-height: 1.5;
}

.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__desc:before {
  content: "“";
}

.fleurdesel-testimonial__item--big-content .fleurdesel-testimonial__desc:after {
  content: "”";
}

.fleurdesel-testimonial__item--small-content,
.fleurdesel-testimonial__item--list {
  border: none;
}

.fleurdesel-testimonial__item--small-content:before,
.fleurdesel-testimonial__item--small-content:after,
.fleurdesel-testimonial__item--list:before,
.fleurdesel-testimonial__item--list:after {
  display: none;
}

.fleurdesel-testimonial__item--small-content .fleurdesel-testimonial__wrap,
.fleurdesel-testimonial__item--list .fleurdesel-testimonial__wrap {
  padding: 40px 0;
}

.fleurdesel-testimonial__item--small-content .fleurdesel-testimonial__wrap:before,
.fleurdesel-testimonial__item--small-content .fleurdesel-testimonial__wrap:after,
.fleurdesel-testimonial__item--list .fleurdesel-testimonial__wrap:before,
.fleurdesel-testimonial__item--list .fleurdesel-testimonial__wrap:after {
  display: none;
}

.fleurdesel-testimonial__item--small-content .fleurdesel-testimonial__title,
.fleurdesel-testimonial__item--small-content .fleurdesel-testimonial__action,
.fleurdesel-testimonial__item--list .fleurdesel-testimonial__title,
.fleurdesel-testimonial__item--list .fleurdesel-testimonial__action {
  display: none;
}

.fleurdesel-testimonial__item--small-content .fleurdesel-testimonial__desc,
.fleurdesel-testimonial__item--list .fleurdesel-testimonial__desc {
  font-size: 1.125rem;
}

.fleurdesel-testimonial__item--list .fleurdesel-testimonial__avatar img {
  width: 100px;
  height: 100px;
}

.fleurdesel-testimonial--other.fleurdesel-slick-modern .slick-arrow {
  top: auto;
  bottom: 30%;
  opacity: 1;
  visibility: visible;
}

.fleurdesel-testimonial--other.fleurdesel-slick-modern .slick-prev {
  left: 180px !important;
}

.fleurdesel-testimonial--other.fleurdesel-slick-modern .slick-next {
  right: 180px !important;
}

.fleurdesel-testimonial--other .offset-lg-2 {
  margin-left: 0 !important;
}

.fleurdesel-testimonial--other .col-lg-8,
.fleurdesel-testimonial--other .site-layout .content-area,
.site-layout .fleurdesel-testimonial--other .content-area {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.fleurdesel-testimonial--other .fleurdesel-testimonial__desc {
  padding: 0 40px;
}

.fleurdesel-mailchimp {
  position: relative;
  border: 1px solid #e8e8e8;
  transition: all .4s ease;
}

.fleurdesel-mailchimp:hover {
  border-color: #b98036;
}

.fleurdesel-mailchimp:before,
.fleurdesel-mailchimp:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
}

.fleurdesel-mailchimp:before {
  left: 10px;
}

.fleurdesel-mailchimp:after {
  right: 10px;
}

.fleurdesel-mailchimp.active:before,
.fleurdesel-mailchimp.active:after {
  position: absolute;
  top: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-mailchimp.active:before {
  left: 10px;
}

.fleurdesel-mailchimp.active:after {
  right: 10px;
}

.fleurdesel-mailchimp input[type="text"],
.fleurdesel-mailchimp input[type="email"] {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-color: transparent;
  color: #b98036;
  padding: 0;
  vertical-align: middle;
}

.fleurdesel-mailchimp input[type="text"]::-moz-placeholder,
.fleurdesel-mailchimp input[type="email"]::-moz-placeholder {
  color: #b98036;
  opacity: 1;
  transition: all .4s ease;
}

.fleurdesel-mailchimp input[type="text"]:-ms-input-placeholder,
.fleurdesel-mailchimp input[type="email"]:-ms-input-placeholder {
  color: #b98036;
  transition: all .4s ease;
}

.fleurdesel-mailchimp input[type="text"]::-webkit-input-placeholder,
.fleurdesel-mailchimp input[type="email"]::-webkit-input-placeholder {
  color: #b98036;
  transition: all .4s ease;
}

.fleurdesel-mailchimp input[type="text"]:focus::-moz-placeholder,
.fleurdesel-mailchimp input[type="email"]:focus::-moz-placeholder {
  color: #e8e8e8;
  opacity: 1;
}

.fleurdesel-mailchimp input[type="text"]:focus:-ms-input-placeholder,
.fleurdesel-mailchimp input[type="email"]:focus:-ms-input-placeholder {
  color: #e8e8e8;
}

.fleurdesel-mailchimp input[type="text"]:focus::-webkit-input-placeholder,
.fleurdesel-mailchimp input[type="email"]:focus::-webkit-input-placeholder {
  color: #e8e8e8;
}

.fleurdesel-mailchimp button {
  background: none transparent;
  color: #b98036;
  border: none;
  cursor: pointer;
  padding: 0;
}

.fleurdesel-mailchimp button:focus,
.fleurdesel-mailchimp button:active,
.fleurdesel-mailchimp button:active:focus {
  outline: none;
  box-shadow: none;
}

.fleurdesel-mailchimp__title {
  color: #fff;
}

.fleurdesel-mailchimp--black .fleurdesel-mailchimp__title {
  color: #000;
}

.fleurdesel-mailchimp__wrap {
  padding: 50px 100px;
}

.fleurdesel-mailchimp__wrap:before,
.fleurdesel-mailchimp__wrap:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
}

.fleurdesel-mailchimp__wrap:before {
  left: 10px;
}

.fleurdesel-mailchimp__wrap:after {
  right: 10px;
}

.fleurdesel-mailchimp__wrap.active:before,
.fleurdesel-mailchimp__wrap.active:after {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #b98036;
  transition: all .4s ease;
  content: "";
  opacity: 1;
  visibility: visible;
}

.fleurdesel-mailchimp__wrap.active:before {
  left: 10px;
}

.fleurdesel-mailchimp__wrap.active:after {
  right: 10px;
}

.fleurdesel-catalog {
  overflow: hidden;
  margin-bottom: 30px;
}

.fleurdesel-catalog__wrap {
  position: relative;
  padding-bottom: 25px;
}

.fleurdesel-catalog__left,
.fleurdesel-catalog__right {
  display: table-cell;
  vertical-align: top;
}

.fleurdesel-catalog__left {
  width: 100%;
  padding-right: 27%;
}

.fleurdesel-catalog__left p {
  margin-bottom: 0;
}

.fleurdesel-catalog__right {
  width: 10000px;
  overflow: hidden;
  text-align: right;
}

.fleurdesel-catalog__recommend {
  display: inline-block;
  padding: 2px 8px;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-catalog__recommend .fa {
  margin-right: 3px;
}

.fleurdesel-map {
  position: relative;
  overflow: hidden;
}

.fleurdesel-map__data {
  padding: 30px 50px;
}

.fleurdesel-map__data span {
  vertical-align: text-top;
}

.fleurdesel-map__icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: #b98036;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .4s ease;
  left: 50%;
  bottom: -30px;
  position: absolute;
}

.fleurdesel-map__data {
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.2);
  border: 1px solid #e8e8e8;
  z-index: 9;
  transition: all .4s ease;
}

.fleurdesel-map--popup .fleurdesel-map__data {
  height: 340px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fleurdesel-map--popup .fleurdesel-map__data.off {
  top: -20px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.fleurdesel-map--popup .fleurdesel-map__data.off .fleurdesel-map__icon {
  bottom: -50px;
  border-radius: 0 0 50% 50%;
}

.fleurdesel-map--popup .fleurdesel-map__data.off .fleurdesel-map__icon:hover {
  bottom: -70px;
}

.fleurdesel-contact .btn-view,
.fleurdesel-contact .awebooking .button,
.awebooking .fleurdesel-contact .button,
.fleurdesel-contact .awebooking-block .button,
.awebooking-block .fleurdesel-contact .button,
.fleurdesel-contact .apb-btn {
  padding: 15px 50px;
}

.fleurdesel-slider {
  position: relative;
}

.fleurdesel-slider.fullscreen {
  z-index: 999;
}

.fleurdesel-slider.fullscreen .fleurdesel-slider__item:before {
  padding-top: 100vh;
}

.fleurdesel-slider.fullscreen .fleurdesel-slider__icon {
  position: fixed;
}

.fleurdesel-slider .slider-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fleurdesel-slider__icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  z-index: 9;
  transition: all .4s ease;
  top: 15px;
  right: 15px;
  position: absolute;
}

.fleurdesel-slider__icon:hover {
  color: #b98036;
}

.fleurdesel-slider__icon--close {
  display: none;
}

.fleurdesel-slider__item {
  position: relative;
}

.fleurdesel-slider__item:before {
  content: "";
  display: block;
  padding-top: 49.64912%;
}

.fleurdesel-slider__item:after {
  content: "";
  display: block;
  background: linear-gradient(to top, black 0%, transparent 70%);
  opacity: .4;
  z-index: 1;
  transition: all .4s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-slider__item:hover:after {
  opacity: .9;
}

.fleurdesel-slider__item:hover .fleurdesel-slider__title {
  padding-bottom: 40px;
}

.fleurdesel-slider__img-bg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  top: 50%;
  left: 50%;
  position: absolute;
}

.fleurdesel-slider__title {
  width: 100%;
  color: #fff;
  padding: 0 25px 25px;
  z-index: 2;
  transition: all .4s ease;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-slider__title a {
  color: #fff;
}

.fleurdesel-slider__title a:hover {
  color: #b98036;
}

.fleurdesel-custom-slider {
  z-index: 17 !important;
}

.fleurdesel-custom-slider .fleurdesel-slider__icon {
  display: none !important;
}

.fleurdesel-custom-slider .fleurdesel-slider__item:before {
  padding-top: 60% !important;
}

.fleurdesel-custom-slider .slick-arrow {
  color: #fff !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.fleurdesel-custom-slider .slick-arrow:before {
  font-size: 30px !important;
}

.fleurdesel-room {
  position: relative;
}

.fleurdesel-room:hover .fleurdesel-room__media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fleurdesel-room__media {
  position: relative;
  overflow: hidden;
}

.fleurdesel-room__media a {
  display: block;
  font-size: 0;
}

.fleurdesel-room__media img {
  transition: all .4s ease;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fleurdesel-room__data {
  position: relative;
  z-index: 6;
}

.fleurdesel-room__data {
  margin-bottom: 30px;
}

.fleurdesel-room__wrap {
  padding: 25px 0;
}

.fleurdesel-room__extra {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0 15px;
  margin: 20px 0;
}

.fleurdesel-room__extra p {
  margin-bottom: 0;
}

.fleurdesel-room__extra--info p {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.fleurdesel-room__extra--info p:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

.fleurdesel-room__extra--info span {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 5px;
}

.fleurdesel-room__extra--icon {
  padding-top: 15px;
  padding-bottom: 0;
  overflow: hidden;
}

.fleurdesel-room__extra--icon p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
}

.fleurdesel-room__extra--icon i {
  font-size: 40px;
  vertical-align: middle;
  width: 50px;
}

.fleurdesel-room--standard .fleurdesel-room__media:before {
  content: "";
  display: block;
  padding-top: 47.61905%;
}

.fleurdesel-room--standard .fleurdesel-room__data {
  background-color: #fff;
}

.fleurdesel-room--standard .fleurdesel-room__title {
  margin-bottom: 20px;
}

.fleurdesel-room--standard .fleurdesel-room__title + p {
  margin-bottom: 25px;
}

.fleurdesel-room--standard:hover .fleurdesel-room__media a:before {
  opacity: .9 !important;
  opacity: 1;
  visibility: visible;
}

.fleurdesel-room--grid .fleurdesel-room__media:before {
  content: "";
  display: block;
  padding-top: 72.22222%;
}

.fleurdesel-room--grid .fleurdesel-room__title {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}

.fleurdesel-room--grid .fleurdesel-room__title + p {
  font-size: 12px !important;
}

.fleurdesel-room--grid .fleurdesel-room__data {
  margin-bottom: 10px;
}

.fleurdesel-room--list,
.fleurdesel-room--zigzag {
  margin-bottom: 100px;
}

.fleurdesel-room--list .fleurdesel-room__media:before,
.fleurdesel-room--zigzag .fleurdesel-room__media:before {
  content: "";
  display: block;
  padding-top: 61.11111%;
}

.fleurdesel-room--list .fleurdesel-room__title,
.fleurdesel-room--zigzag .fleurdesel-room__title {
  margin-bottom: 15px;
}

.fleurdesel-room--list .fleurdesel-room__title + p,
.fleurdesel-room--zigzag .fleurdesel-room__title + p {
  margin-bottom: 25px;
}

.fleurdesel-room--list .fleurdesel-room__data,
.fleurdesel-room--zigzag .fleurdesel-room__data {
  margin-bottom: 0;
}

.fleurdesel-room--list .fleurdesel-room__wrap,
.fleurdesel-room--zigzag .fleurdesel-room__wrap {
  padding: 0;
  padding-top: 25px;
}

.fleurdesel-room--list .fleurdesel-room__extra,
.fleurdesel-room--zigzag .fleurdesel-room__extra {
  margin-bottom: 30px;
}

.fleurdesel-room--list .btn-view,
.fleurdesel-room--list .awebooking .button,
.awebooking .fleurdesel-room--list .button,
.fleurdesel-room--list .awebooking-block .button,
.awebooking-block .fleurdesel-room--list .button,
.fleurdesel-room--list .apb-btn,
.fleurdesel-room--zigzag .btn-view,
.fleurdesel-room--zigzag .awebooking .button,
.awebooking .fleurdesel-room--zigzag .button,
.fleurdesel-room--zigzag .awebooking-block .button,
.awebooking-block .fleurdesel-room--zigzag .button,
.fleurdesel-room--zigzag .apb-btn {
  display: inline-block;
  color: #fff;
  padding: 13px 20px 14px;
  min-width: 195px;
  text-align: center;
}

.fleurdesel-room--overlay,
.fleurdesel-room--overlay-extra {
  margin-bottom: 30px;
}

.fleurdesel-room--overlay .fleurdesel-room__media:before,
.fleurdesel-room--overlay-extra .fleurdesel-room__media:before {
  content: "";
  display: block;
  padding-top: 116.66667%;
}

.fleurdesel-room--overlay .fleurdesel-room__data,
.fleurdesel-room--overlay-extra .fleurdesel-room__data {
  margin-bottom: 0;
  overflow: hidden;
}

.fleurdesel-room--overlay .fleurdesel-room__wrap,
.fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
  z-index: 2;
  padding: 25px 30px;
}

.fleurdesel-room--overlay .fleurdesel-room__desc,
.fleurdesel-room--overlay-extra .fleurdesel-room__desc {
  margin: 25px 0;
  transition: all .6s ease;
}

.fleurdesel-room--overlay .fleurdesel-room__desc + p,
.fleurdesel-room--overlay-extra .fleurdesel-room__desc + p {
  opacity: 0;
  visibility: hidden;
}

.fleurdesel-room--overlay .fleurdesel-room__extra,
.fleurdesel-room--overlay-extra .fleurdesel-room__extra {
  border: none !important;
  transition: all .6s ease;
}

.fleurdesel-room--overlay .fleurdesel-room__extra p,
.fleurdesel-room--overlay-extra .fleurdesel-room__extra p {
  text-align: center;
  width: 50%;
  float: left;
}

.fleurdesel-room--overlay .fleurdesel-room__extra i,
.fleurdesel-room--overlay-extra .fleurdesel-room__extra i {
  display: block;
  margin: 0 auto 10px;
}

.fleurdesel-room--overlay .btn-view,
.fleurdesel-room--overlay .awebooking .button,
.awebooking .fleurdesel-room--overlay .button,
.fleurdesel-room--overlay .awebooking-block .button,
.awebooking-block .fleurdesel-room--overlay .button,
.fleurdesel-room--overlay .apb-btn,
.fleurdesel-room--overlay-extra .btn-view,
.fleurdesel-room--overlay-extra .awebooking .button,
.awebooking .fleurdesel-room--overlay-extra .button,
.fleurdesel-room--overlay-extra .awebooking-block .button,
.awebooking-block .fleurdesel-room--overlay-extra .button,
.fleurdesel-room--overlay-extra .apb-btn {
  display: inline-block;
  padding: 13px 20px 14px;
  min-width: 195px;
}

.fleurdesel-room--overlay:hover .fleurdesel-room__data:before,
.fleurdesel-room--overlay-extra:hover .fleurdesel-room__data:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.fleurdesel-room--overlay:hover .fleurdesel-room__desc,
.fleurdesel-room--overlay:hover .fleurdesel-room__extra,
.fleurdesel-room--overlay:hover .fleurdesel-room__desc + p,
.fleurdesel-room--overlay-extra:hover .fleurdesel-room__desc,
.fleurdesel-room--overlay-extra:hover .fleurdesel-room__extra,
.fleurdesel-room--overlay-extra:hover .fleurdesel-room__desc + p {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-room--overlay:hover .btn-view,
.fleurdesel-room--overlay:hover .awebooking .button,
.awebooking .fleurdesel-room--overlay:hover .button,
.fleurdesel-room--overlay:hover .awebooking-block .button,
.awebooking-block .fleurdesel-room--overlay:hover .button,
.fleurdesel-room--overlay:hover .apb-btn,
.fleurdesel-room--overlay-extra:hover .btn-view,
.fleurdesel-room--overlay-extra:hover .awebooking .button,
.awebooking .fleurdesel-room--overlay-extra:hover .button,
.fleurdesel-room--overlay-extra:hover .awebooking-block .button,
.awebooking-block .fleurdesel-room--overlay-extra:hover .button,
.fleurdesel-room--overlay-extra:hover .apb-btn {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-room--overlay-extra .fleurdesel-room__extra--icon {
  margin-bottom: 10px;
}

.fleurdesel-room--other .fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
  top: 50%;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}

.fleurdesel-room--other .fleurdesel-room--overlay:hover .fleurdesel-room__wrap,
.fleurdesel-room--other .fleurdesel-room--overlay-extra:hover .fleurdesel-room__wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
}

.slick-slider .slick-arrow:before {
  font-size: 10px;
}

.slick-slider .slick-arrow:hover {
  background-color: #b98036;
  color: #fff;
}

.slick-slider .slick-prev {
  left: 20px;
}

.slick-slider .slick-next {
  right: 20px;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.fleurdesel-room-modern-carousel .fleurdesel-room--overlay .fleurdesel-room__media:before,
.fleurdesel-room-modern-carousel .fleurdesel-room--overlay-extra .fleurdesel-room__media:before {
  content: "";
  display: block;
  padding-top: 61.37566%;
}

.fleurdesel-room-modern-carousel .slick-center.fleurdesel-room--overlay-extra .fleurdesel-room__title {
  font-size: 1.875rem;
}

.fleurdesel-room-modern-carousel .slick-center.fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
  display: block;
}

.fleurdesel-room-modern-carousel .slick-center.fleurdesel-room--overlay-extra .fleurdesel-room__content {
  position: relative;
  z-index: 9;
}

.show-arrows .slick-slider .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Awebooking Datepicker
----------------------------------*/

/* Overlays */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* with multiple calendars */

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

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

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

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

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

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

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

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

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

/* RTL support */

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

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

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

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

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

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

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

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Awebooking-Datepicker */

.awebooking-calendar_wrap {
  padding: 7px 15px 15px 15px;
  background-color: #f7f7f7;
}

.awebooking-fc-next,
.awebooking-fc-prev,
.awebooking-product_thumb .owl-next,
.awebooking-product_thumb .owl-prev,
.awebooking .awebookingfc-next > span,
.awebooking .awebookingfc-prev > span,
.awebooking .ui-datepicker-next > span,
.awebooking .ui-datepicker-prev > span,
.ui-datepicker.awebooking-datepicker .awebookingfc-next > span,
.ui-datepicker.awebooking-datepicker .awebookingfc-prev > span,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next > span,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev > span {
  font-family: FontAwesome;
  color: #b7b7b7;
}

.awebooking-fc-next:after,
.awebooking-product_thumb .owl-next:after,
.awebooking .awebookingfc-next > span:after,
.awebooking .ui-datepicker-next > span:after,
.ui-datepicker.awebooking-datepicker .awebookingfc-next > span:after,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next > span:after {
  content: "\F054";
}

.awebooking-fc-prev:after,
.awebooking-product_thumb .owl-prev:after,
.awebooking .awebookingfc-prev > span:after,
.awebooking .ui-datepicker-prev > span:after,
.ui-datepicker.awebooking-datepicker .awebookingfc-prev > span:after,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev > span:after {
  content: "\F053";
}

/* Awebooking Datepicker */

.awebooking-calendar .ui-datepicker,
.ui-datepicker.awebooking-datepicker {
  padding: 0;
  border: none;
  border-radius: 0;
}

.awebooking-calendar .ui-datepicker.ui-widget-content,
.ui-datepicker.awebooking-datepicker.ui-widget-content {
  color: inherit;
  background-image: none !important;
}

.awebooking-calendar .ui-datepicker.ui-datepicker-multi .ui-datepicker-calendar,
.ui-datepicker.awebooking-datepicker.ui-datepicker-multi .ui-datepicker-calendar {
  margin-top: 10px;
}

.awebooking-calendar .ui-datepicker .ui-widget-header,
.ui-datepicker.awebooking-datepicker .ui-widget-header {
  background-image: none;
  background-color: transparent;
  border: none;
}

.awebooking-calendar .ui-datepicker .ui-widget-header .ui-icon,
.ui-datepicker.awebooking-datepicker .ui-widget-header .ui-icon {
  font-size: 0;
  text-indent: 0;
  background-image: none;
}

.awebooking-calendar .ui-datepicker table,
.ui-datepicker.awebooking-datepicker table {
  margin: 0;
  border: none;
  line-height: 1;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.awebooking-calendar .ui-datepicker th,
.ui-datepicker.awebooking-datepicker th {
  color: #333;
  background-color: transparent;
  text-transform: uppercase;
}

.awebooking-calendar .ui-datepicker td,
.ui-datepicker.awebooking-datepicker td {
  padding: 3px;
}

.awebooking-calendar .ui-datepicker .ui-state-disabled span,
.ui-datepicker.awebooking-datepicker .ui-state-disabled span {
  background: transparent;
  opacity: 0.2;
}

.awebooking-calendar .ui-datepicker td a,
.awebooking-calendar .ui-datepicker td span,
.awebooking-calendar .ui-datepicker th span,
.ui-datepicker.awebooking-datepicker td a,
.ui-datepicker.awebooking-datepicker td span,
.ui-datepicker.awebooking-datepicker th span {
  background-image: none;
  font-size: 12px;
}

.awebooking-calendar .ui-datepicker td a,
.ui-datepicker.awebooking-datepicker td a {
  color: #333;
}

.awebooking-calendar .ui-datepicker td a:focus,
.ui-datepicker.awebooking-datepicker td a:focus {
  outline: 0;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-title,
.ui-datepicker.awebooking-datepicker .ui-datepicker-title {
  text-transform: uppercase;
  color: #333;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-title,
.awebooking-calendar .ui-datepicker .ui-datepicker-title span,
.ui-datepicker.awebooking-datepicker .ui-datepicker-title,
.ui-datepicker.awebooking-datepicker .ui-datepicker-title span {
  font-size: 14px;
  font-weight: 400;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev,
.awebooking-calendar .ui-datepicker .ui-datepicker-next,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: solid 1px #b7b7b7;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev:hover,
.awebooking-calendar .ui-datepicker .ui-datepicker-prev:focus,
.awebooking-calendar .ui-datepicker .ui-datepicker-next:hover,
.awebooking-calendar .ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:focus,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:focus {
  border: solid 1px #007acc;
  color: #007acc;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.awebooking-calendar .ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.1;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev {
  top: 3px;
  left: 3px;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev:hover,
.awebooking-calendar .ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:focus {
  top: 3px;
  left: 3px;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-next,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next {
  top: 3px;
  right: 3px;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-next:hover,
.awebooking-calendar .ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:focus {
  top: 3px;
  right: 3px;
}

/* Calendar Icons */

.awebooking .awebookingfc-next > span,
.awebooking .awebookingfc-prev > span,
.awebooking .ui-datepicker-prev > span,
.awebooking .ui-datepicker-next > span,
.ui-datepicker.awebooking-datepicker .awebookingfc-next > span,
.ui-datepicker.awebooking-datepicker .awebookingfc-prev > span,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev > span,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next > span {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  line-height: 24px;
  text-align: center;
}

.awebooking .awebookingfc-next > span:hover:after,
.awebooking .ui-datepicker-next > span:hover:after,
.ui-datepicker.awebooking-datepicker .awebookingfc-next > span:hover:after,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next > span:hover:after {
  color: #007acc;
}

.awebooking .awebookingfc-prev > span:hover:after,
.awebooking .ui-datepicker-prev > span:hover:after,
.ui-datepicker.awebooking-datepicker .awebookingfc-prev > span:hover:after,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev > span:hover:after {
  color: #007acc;
}

/* Inline datepicker */

.awebooking-calendar .ui-datepicker-inline {
  background-color: transparent;
}

.awebooking-calendar .ui-datepicker-inline td a,
.awebooking-calendar .ui-datepicker-inline td span {
  border: none;
  padding: 8px;
  background-color: #FFF;
}

.awebooking-calendar .ui-datepicker-inline td a:hover,
.awebooking-calendar .ui-datepicker-inline td a:focus,
.awebooking-calendar .ui-datepicker-inline td.awebooking-highlight a {
  color: #fff;
  background-color: #007acc;
}

/* Popup datepicker */

.ui-datepicker.awebooking-datepicker {
  width: 20em;
  padding: 5px 10px 10px;
  background-color: #FFF;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}

.ui-datepicker.awebooking-datepicker td a,
.ui-datepicker.awebooking-datepicker td span {
  padding: 7px;
  text-align: center;
  border: solid 1px #e4e4e4;
  background-color: transparent;
}

.ui-datepicker.awebooking-datepicker td a:hover,
.ui-datepicker.awebooking-datepicker td a:focus,
.ui-datepicker.awebooking-datepicker td.awebooking-highlight a,
.ui-datepicker.awebooking-datepicker .ui-state-active {
  color: #007acc;
  border-color: #007acc;
}

.ui-datepicker.awebooking-datepicker .ui-state-active {
  color: #fff !important;
  background-color: #007acc;
}

.ui-datepicker.awebooking-datepicker.ui-datepicker-multi td a,
.ui-datepicker.awebooking-datepicker.ui-datepicker-multi td span {
  padding: 5px;
}

.ui-datepicker.awebooking-datepicker .ui-datepicker-header {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: solid 1px #e4e4e4;
}

.ui-datepicker.awebooking-datepicker .ui-datepicker-title {
  padding-left: 50px;
  padding-right: 50px;
}

.ui-datepicker.awebooking-datepicker .ui-datepicker-prev {
  left: 18px;
}

.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:focus {
  left: 18px;
}

.ui-datepicker.awebooking-datepicker .ui-datepicker-next {
  right: 18px;
}

.ui-datepicker.awebooking-datepicker .ui-datepicker-next:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:focus {
  right: 18px;
}

.ui-datepicker.awebooking-datepicker .fc-toolbar h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.awebooking-fc-nav {
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  border: solid 1px #eee;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.awebooking-fc-nav:hover,
.awebooking-fc-nav:focus {
  border-color: #333;
}

.awebooking-fc-next {
  float: right;
}

.awebooking-fc-prev {
  float: left;
}

.awebooking-calendar .ui-datepicker td,
.ui-datepicker.awebooking-datepicker td {
  padding: 0 !important;
}

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

.fleurdesel-awebooking .awebooking-wrapper {
  background-color: transparent !important;
}

.fleurdesel-awebooking .apb-field {
  position: relative;
  margin-bottom: 20px !important;
  display: block !important;
}

.fleurdesel-awebooking .apb-field label {
  font-family: "Playfair Display", serif;
  font-size: 1rem !important;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  color: #b98036;
}

.fleurdesel-awebooking .apb-field.apb-field-none {
  display: none !important;
}

.fleurdesel-awebooking .apb-field-group {
  display: block !important;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.fleurdesel-awebooking .apb-select,
.fleurdesel-awebooking .apb-input {
  border: none !important;
  background-color: transparent !important;
  padding: 5px 30px 5px 20px !important;
}

.fleurdesel-awebooking .apb-calendar {
  width: 150px !important;
}

.fleurdesel-awebooking .apb-input.apb-calendar::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.fleurdesel-awebooking .apb-input.apb-calendar::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.fleurdesel-awebooking .apb-input.apb-calendar:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.fleurdesel-awebooking .apb-input.apb-calendar:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.fleurdesel-awebooking .list-room {
  display: inline-block;
}

.fleurdesel-awebooking .apb-btn {
  display: block !important;
  width: auto;
  margin: auto;
  border: 2px solid #b98036 !important;
  color: #fff;
}

.fleurdesel-awebooking .apb-btn:hover {
  background-color: #7e5725 !important;
  border-color: #7e5725 !important;
}

.fleurdesel-awebooking--standard-1 .apb-field label {
  color: #fff !important;
}

.fleurdesel-awebooking--standard-1 .apb-select,
.fleurdesel-awebooking--standard-1 .apb-input {
  font-size: 1.5625rem !important;
  height: 70px !important;
}

.fleurdesel-awebooking--standard-1 .apb-calendar {
  width: 100% !important;
}

.fleurdesel-awebooking--standard-1 .apb-btn {
  min-width: 255px;
}

.fleurdesel-awebooking--standard-1 .apb-btn:hover {
  color: #fff !important;
}

.fleurdesel-awebooking--standard-2 {
  display: none;
}

.fleurdesel-awebooking--standard-2 .apb-content {
  padding: 0;
}

.fleurdesel-awebooking--standard-2 .apb-field {
  float: left;
  margin: 0 !important;
}

.fleurdesel-awebooking--standard-2 .apb-field-group {
  border: none;
  border-left: 1px solid #e4e4e4;
}

.fleurdesel-awebooking--standard-2 .apb-field--child .apb-field-group {
  padding-left: 100px;
}

.fleurdesel-awebooking--standard-2 .apb-select,
.fleurdesel-awebooking--standard-2 .apb-input {
  height: 70px !important;
  font-size: 1.5625rem !important;
  padding-bottom: 5px !important;
}

.fleurdesel-awebooking--standard-2 .apb-calendar {
  width: 100% !important;
}

.fleurdesel-awebooking--standard-2 .apb-btn {
  height: 70px !important;
  top: 0 !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-content {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field {
  display: block !important;
  margin: 0 !important;
  padding-bottom: 20px !important;
  text-align: left;
  vertical-align: middle;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field label {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  padding: 5px 20px 5px 20px !important;
  line-height: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field label:after {
  display: none;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field-group {
  display: block !important;
  border: none;
  margin-top: -10px;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field-group i {
  right: 20px;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-select,
.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-input {
  height: 45px !important;
  font-size: 1.5625rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-calendar {
  width: 100% !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field--action {
  display: block !important;
  width: 100%;
  margin-top: 20px !important;
  padding-bottom: 0 !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-btn {
  height: 70px !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #111;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #111;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #111;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-input:-moz-placeholder {
  /* Firefox 18- */
  color: #111;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-4 .apb-btn {
  background-color: #b98036 !important;
  border-color: #b98036 !important;
  color: #fff !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-4 .apb-btn:hover {
  background-color: #7e5725 !important;
  border-color: #7e5725 !important;
  color: #fff !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-content {
  padding: 0;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field {
  margin: 0 0 30px !important;
  padding: 50px !important;
  padding-bottom: 10px !important;
  width: 100% !important;
  min-height: 251px;
  display: block !important;
  text-align: center !important;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  transition: all .4s ease;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field:hover {
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field label {
  position: static;
  text-align: center;
  font-size: 0.75rem !important;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field label:after {
  display: none;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field-group {
  width: 100% !important;
  display: block !important;
  padding-left: 0 !important;
  border: none !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field-group i {
  font-size: 15px !important;
  color: #b98036 !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field-group span {
  display: block;
  font-family: "Playfair Display", serif;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field-group .select2 {
  display: inline-block;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-field-group .select2 * {
  outline: none !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-input,
.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-select,
.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-calendar,
.fleurdesel-awebooking.fleurdesel-awebooking--modern .select2-selection__rendered {
  display: inline-block !important;
  width: 100px;
  height: auto !important;
  line-height: 1.5 !important;
  font-size: 3.75rem !important;
  color: #b98036 !important;
  text-align: center;
  outline: none;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .apb-btn {
  margin-top: 20px !important;
}

.fleurdesel-awebooking.fleurdesel-awebooking--modern .select2-hidden-accessible {
  display: none !important;
}

.select2-container {
  z-index: 17;
}

.select2-dropdown .select2-search {
  display: none !important;
}

.select2-dropdown .select2-results__options {
  background-color: #fff;
  width: 100px;
  z-index: 17;
  border: 1px solid #e4e4e4;
}

.select2-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.select2-dropdown .select2-results__option {
  padding: 5px 20px;
}

.select2-dropdown .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #b98036;
  color: #fff;
}

.select2-dropdown .select2-results__option--highlighted {
  background-color: #338FFF;
  color: #fff;
}

.awebooking-accordion__header {
  font-size: 18px;
}

.awebooking-cart-item__title {
  font-size: 20px;
}

.awebooking-cart-item__reservation-title {
  font-size: 15px;
}

.awebooking-cart-item__price strong {
  display: none;
}

.awebooking-button {
  cursor: pointer;
}

.awebooking-cart__buttons {
  text-align: center;
  margin-top: 30px;
}

.awebooking-cart__buttons .awebooking-button {
  padding: 15px 15px;
  color: #fff;
  background-color: #b98036;
  border-color: #b98036;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.awebooking-cart__buttons .awebooking-button:hover {
  background-color: #92652a;
  border-color: #8a5f28;
}

.awebooking-select {
  cursor: pointer;
}

.fleurdesel-awebooking--standard-2.has-children.has-infants .apb-select,
.fleurdesel-awebooking--standard-2.has-children.has-infants .apb-input {
  padding-right: 40px !important;
}

.fleurdesel-awebooking--standard-2.has-children.has-infants .apb-field--child .apb-field-group,
.fleurdesel-awebooking--standard-2.has-children.has-infants .apb-field--infants .apb-field-group,
.fleurdesel-awebooking--standard-2.has-children.has-infants .apb-field--adult .apb-field-group {
  padding-left: 100px;
}

.fleurdesel-awebooking.fleurdesel-awebooking--standard-3.has-children.has-infants .apb-field--action {
  margin-top: 15px !important;
}

.fleurdesel-awebooking--standard-1.has-children.has-infants .apb-field--child .apb-field-group,
.fleurdesel-awebooking--standard-1.has-children.has-infants .apb-field--adult .apb-field-group,
.fleurdesel-awebooking--standard-1.has-children.has-infants .apb-field--infants .apb-field-group {
  padding-left: 80px;
}

.fleurdesel-awebooking--standard-1.has-children.has-infants .apb-select {
  padding-right: 20px !important;
}

.fleurdesel-single-form-vertical.has-children.has-infants .apb-sidebar_group .apb-field {
  width: 33.33%;
}

.room-detail .fleurdesel-awebooking--standard-1.has-children.has-infants .apb-field-group {
  padding-left: 100px !important;
}

.apb-check-avb-form input {
  cursor: pointer;
}

.apb-check-avb-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333 !important;
  font-size: 16px;
}

.apb-check-avb-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333 !important;
  font-size: 16px;
}

.apb-check-avb-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #333 !important;
  font-size: 16px;
}

.apb-check-avb-form :-moz-placeholder {
  /* Firefox 18- */
  color: #333 !important;
  font-size: 16px;
}

.awebooking-input.awebooking-datepicker,
.awebooking-select {
  color: #333;
  padding: 7px 15px;
  line-height: 1.42857143;
}

.awebooking-input.awebooking-calendar,
.awebooking-select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-title,
.ui-datepicker.awebooking-datepicker .ui-datepicker-title {
  text-transform: none !important;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-title,
.awebooking-calendar .ui-datepicker .ui-datepicker-title span,
.ui-datepicker.awebooking-datepicker .ui-datepicker-title,
.ui-datepicker.awebooking-datepicker .ui-datepicker-title span {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #b98036 !important;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev,
.awebooking-calendar .ui-datepicker .ui-datepicker-next,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next {
  border-color: transparent !important;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev,
.awebooking-calendar .ui-datepicker .ui-datepicker-next,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next {
  top: 50% !important;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev:hover,
.awebooking-calendar .ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:focus,
.awebooking-calendar .ui-datepicker .ui-datepicker-next:hover,
.awebooking-calendar .ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:focus {
  top: 50% !important;
}

.awebooking-calendar .ui-datepicker .ui-datepicker-prev:hover,
.awebooking-calendar .ui-datepicker .ui-datepicker-prev:focus,
.awebooking-calendar .ui-datepicker .ui-datepicker-next:hover,
.awebooking-calendar .ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev:focus,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:hover,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next:focus {
  border-color: transparent !important;
  color: #b98036 !important;
}

.awebooking-product_thumb .owl-prev,
.awebooking .awebookingfc-prev > span,
.awebooking .ui-datepicker-prev > span,
.ui-datepicker.awebooking-datepicker .awebookingfc-prev > span,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev > span,
.awebooking-fc-prev,
.awebooking-product_thumb .owl-next,
.awebooking .awebookingfc-next > span,
.awebooking .ui-datepicker-next > span,
.ui-datepicker.awebooking-datepicker .awebookingfc-next > span,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next > span,
.awebooking-fc-next {
  color: #333 !important;
}

.awebooking-product_thumb .owl-prev:after,
.awebooking .awebookingfc-prev > span:after,
.awebooking .ui-datepicker-prev > span:after,
.ui-datepicker.awebooking-datepicker .awebookingfc-prev > span:after,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev > span:after,
.awebooking-fc-prev:after,
.awebooking-product_thumb .owl-next:after,
.awebooking .awebookingfc-next > span:after,
.awebooking .ui-datepicker-next > span:after,
.ui-datepicker.awebooking-datepicker .awebookingfc-next > span:after,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next > span:after,
.awebooking-fc-next:after {
  font-size: 14px !important;
}

.awebooking .awebookingfc-prev > span:hover:after,
.awebooking .ui-datepicker-prev > span:hover:after,
.ui-datepicker.awebooking-datepicker .awebookingfc-prev > span:hover:after,
.ui-datepicker.awebooking-datepicker .ui-datepicker-prev > span:hover:after,
.awebooking .awebookingfc-next > span:hover:after,
.awebooking .ui-datepicker-next > span:hover:after,
.ui-datepicker.awebooking-datepicker .awebookingfc-next > span:hover:after,
.ui-datepicker.awebooking-datepicker .ui-datepicker-next > span:hover:after {
  color: #b98036 !important;
}

.awebooking-calendar .ui-datepicker td,
.ui-datepicker.awebooking-datepicker td {
  padding: 0 !important;
}

.awebooking-calendar .ui-datepicker td a,
.awebooking-calendar .ui-datepicker td span,
.awebooking-calendar .ui-datepicker th span,
.ui-datepicker.awebooking-datepicker td a,
.ui-datepicker.awebooking-datepicker td span,
.ui-datepicker.awebooking-datepicker th span {
  font-size: 14px !important;
}

.ui-datepicker.awebooking-datepicker td a,
.ui-datepicker.awebooking-datepicker td span {
  padding: 13px 10px 14px !important;
  border-radius: 100% !important;
  border-color: transparent !important;
}

.ui-datepicker.awebooking-datepicker td a:hover,
.ui-datepicker.awebooking-datepicker td a:focus,
.ui-datepicker.awebooking-datepicker td.awebooking-highlight a,
.ui-datepicker.awebooking-datepicker .ui-state-active {
  color: #333 !important;
  border-color: #f1e6d7 !important;
  background-color: #f1e6d7 !important;
}

.ui-datepicker.awebooking-datepicker .ui-state-active {
  border-color: #b98036 !important;
  background-color: #b98036 !important;
  color: #fff !important;
}

.site-header {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.site-header:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.header-mobile__logo-small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-mobile__logo-small img {
  display: block;
  max-width: 80px;
  max-height: 80px;
  margin: auto;
}

.header-mobile__menu-btn {
  display: block;
  height: 80px;
  width: 80px;
  padding-top: 30px;
}

.header-mobile__menu-btn .menu-icon {
  margin: auto;
}

.header-mobile__button {
  color: #fff;
  background-color: #b98036;
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 80px;
  height: 80px;
  text-align: center;
}

.header-mobile__small-panel {
  width: 80px;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.header-mobile__small-panel.close {
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

body.admin-bar .header-mobile__small-panel {
  padding-top: 32px;
}

.classic-header {
  z-index: 999;
  width: 100%;
}

.classic-header__nav {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 90px;
  position: relative;
}

.classic-header__nav .classic-logo {
  float: left;
  height: 90px;
}

.classic-header__nav .classic-logo a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.classic-header__nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.classic-header__nav ul li {
  position: relative;
  padding: 0 30px;
}

.classic-header__nav ul li:hover > a {
  color: #b98036;
  outline: 0;
  border-bottom: 1px solid #b98036;
  text-decoration: none;
}

.classic-header__nav ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.classic-header__nav ul li:last-child > a {
  border-bottom: 1px solid transparent;
}

.classic-header__nav ul a {
  display: block;
  color: #1b1a1a;
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
}

.classic-header__nav .main-navigation {
  font-size: 16px;
  font-weight: 400;
  float: right;
}

.classic-header__nav .main-navigation > li {
  display: inline-block;
  padding: 33px 0 32px;
  margin: 0 18px;
}

.classic-header__nav .main-navigation > li > a {
  color: #fefefe;
  border-bottom: 1px solid transparent;
}

.classic-header__nav .main-navigation > li > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #b98036;
}

.classic-header__nav .main-navigation > li > .sub-menu {
  left: 50%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.classic-header__nav .main-navigation > li:hover > a {
  color: #ffffff;
}

.classic-header__nav .main-navigation > li:last-child {
  margin-right: 0;
}

.classic-header__nav .main-navigation > li.menu-item-has-children > a {
  position: relative;
  padding-right: 16px;
  display: block;
}

.classic-header__nav .main-navigation > li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 6px;
}

.classic-header__nav .main-navigation .sub-menu {
  z-index: 17;
  color: #9e9e9e;
  background-color: #ffffff;
  text-align: left;
  font-size: 13px;
  min-width: 270px;
  transition: all .3s ease;
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.1);
  padding-top: 7px;
  padding-bottom: 5px;
  top: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.classic-header__nav .main-navigation .sub-menu li a {
  padding: 17px 0 18px;
}

.classic-header__nav .main-navigation .sub-menu li:before,
.classic-header__nav .main-navigation .sub-menu li:after {
  display: none;
  content: "";
  border: 5px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

.classic-header__nav .main-navigation .sub-menu li:before {
  left: 0;
}

.classic-header__nav .main-navigation .sub-menu li:after {
  right: 0;
}

.classic-header__nav .main-navigation .sub-menu li:hover:before,
.classic-header__nav .main-navigation .sub-menu li:hover:after {
  display: block;
}

.classic-header__nav .main-navigation .sub-menu li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 23px;
  font-weight: 700;
}

.classic-header__nav .main-navigation .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  padding-top: 0;
}

.classic-header__nav .main-navigation li li:first-child .sub-menu {
  top: -7px;
  padding-top: 7px;
}

.classic-header--white .classic-header__nav {
  background-color: #fff;
  padding-right: 50px;
}

.classic-header--white .classic-header__nav .classic-logo {
  float: none;
}

.classic-header--white .classic-header__nav .classic-logo a {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.classic-header--white .classic-header__nav .main-navigation > li > a {
  color: #1c1c1c;
}

.classic-header--white .classic-header__nav .main-navigation--arrow2 > li.menu-item-has-children > a {
  padding-right: 0;
}

.classic-header--white .classic-header__nav .main-navigation--arrow2 > li.menu-item-has-children > a:after {
  content: "\f103";
  left: 50%;
  bottom: -25px;
  top: auto;
  font-size: 16px;
  color: #b98036;
  margin-left: -3px;
  display: none;
}

.classic-header--white .classic-header__nav .main-navigation--arrow2 > li.menu-item-has-children:hover > a:after {
  display: block;
}

.classic-header--white .classic-header__nav .main-navigation--arrow2 .sub-menu li.menu-item-has-children > a:after {
  content: "\f101";
  top: 17px;
  right: 11px;
  font-size: 16px;
  display: none;
}

.classic-header--white .classic-header__nav .main-navigation--arrow2 .sub-menu li.menu-item-has-children:hover > a:after {
  display: block;
}

.classic-header--centered .classic-header__nav {
  padding-right: 0;
  text-align: center;
  height: 70px;
}

.classic-header--centered .classic-header__nav .main-navigation {
  float: none;
  display: inline-block;
}

.classic-header--centered .classic-header__nav .main-navigation > li {
  padding: 23px 0 22px;
}

.classic-header--centered .centered-logo {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.classic-header--has-slider {
  position: relative;
}

.classic-header--has-slider .classic-header__slider + .top-header {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
}

.classic-header--has-slider .classic-header__slider + .top-header + .classic-header__nav,
.classic-header--has-slider .classic-header__slider + .classic-header__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.classic-header--has-slider .sub-menu {
  top: auto !important;
  bottom: 100%;
}

.header-minimal {
  background-color: #fff;
  position: relative;
  z-index: 100;
  height: 70px;
}

.header-minimal__wrapper {
  position: relative;
}

.header-minimal__left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 70px;
}

.header-minimal__right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 70px;
  text-align: right;
}

.header-minimal__menu-btn {
  height: 70px;
  width: 65px;
  padding: 26px 20px 25px;
  display: block;
}

.header-minimal__logo {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  padding-left: 50px;
}

.header-minimal__logo a {
  display: block;
}

.header-minimal__button {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px;
  color: #fff;
  background-color: #b98036;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.header-minimal__button:hover,
.header-minimal__button:focus {
  color: #fff;
  background-color: #a57230;
}

.header-sticky {
  position: absolute;
}

#content {
  padding-top: 100px;
  padding-bottom: 150px;
}

.page-builder {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.posts-mini article {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  width: 100%;
  padding: 30px 45px;
}

.posts-mini article:last-of-type:not(:first-of-type) {
  border-top: 0;
}

.posts-mini article .icon-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.posts-mini article .post-title {
  margin-bottom: 0;
}

.posts-mini .icon-nav {
  font-size: 20px;
}

.posts-mini .post-title {
  font-size: 20px;
  line-height: 1.5;
}

.posts-mini .post-date {
  font-size: 12px;
}

.posts-mini .prev-post {
  text-align: right;
}

.posts-mini .prev-post .icon-nav {
  left: 15px;
}

.posts-mini .next-post {
  text-align: left;
}

.posts-mini .next-post .icon-nav {
  right: 15px;
}

/* .posts-mini {
  border: 1px solid $color-3;
  padding: 50px 0;
  position: relative;

  &.first-or-last {
    &:after {
      display: none;
    }
  }

  &:after {
    display: none;

    @include media(">=md") {
      display: block;
      content: "";
      border-left: 1px solid $color-3;
      position: absolute;
      left: 50%;
      height: 70%;
      top: 15%;
    }

  }

  .entry-container {
    text-align: center !important;

    @include media(">=md") {
      text-align: inherit;
    }
  }

  .entry-title {
    a {
      font-family: $font-1;
      color: $color-2;
      font-size: 20px;
      font-weight: 700;
    }

    a:hover {
      text-decoration: none;
      color: $color-1;
    }
  }

  .post-date {
    color:  $color-1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .post {
    position: relative;
    border-bottom: 1px solid $color-3;

    @include media(">=md") {
      border-bottom: none;
    }

    &:last-child {
      border-bottom: none;
    }
  }

  .icon-nav {
    display:  none;
    font-size: 20px;

    @include media(">=md") {
      display:  block;
      position: absolute;
      top: 50%;
    }
  }

  .text-right {
    padding: 0;
    padding-bottom: 50px;

    @include media(">=md") {
      padding-left: 100px;
      padding-right: 30px;
      padding-bottom: 0;
    }

    .icon-nav {
      left: 20px;
    }
  }

  .text-left {
    padding: 0;
    padding-top: 50px;

    @include media(">=md") {
      padding-right: 100px;
      padding-left: 30px;
      padding-top: 0;
    }

    .icon-nav {
      right: 20px;
    }
  }
}
 */

.widget-area .widget {
  margin-bottom: 53px;
}

.widget-area .widget:first-child {
  margin-top: 50px;
}

.widget-area .widget-title {
  font-size: 30px;
  margin-bottom: 17px;
}

.widget-area .widget_nav_menu ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul,
.widget-area .widget_pages ul,
.widget-area #recentcomments,
.widget-area .widget_rss ul,
.widget-area .widget_recent_entries ul,
.widget-area .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-area .widget_nav_menu ul .children,
.widget-area .widget_nav_menu ul .sub-menu,
.widget-area .widget_archive ul .children,
.widget-area .widget_archive ul .sub-menu,
.widget-area .widget_meta ul .children,
.widget-area .widget_meta ul .sub-menu,
.widget-area .widget_pages ul .children,
.widget-area .widget_pages ul .sub-menu,
.widget-area #recentcomments .children,
.widget-area #recentcomments .sub-menu,
.widget-area .widget_rss ul .children,
.widget-area .widget_rss ul .sub-menu,
.widget-area .widget_recent_entries ul .children,
.widget-area .widget_recent_entries ul .sub-menu,
.widget-area .widget_categories ul .children,
.widget-area .widget_categories ul .sub-menu {
  padding-left: 15px;
}

.widget-area .widget_nav_menu li a,
.widget-area .widget_archive li a,
.widget-area .widget_meta li a,
.widget-area .widget_pages li a,
.widget-area .widget_recent_entries li a,
.widget-area .widget_categories li a {
  display: block;
  font-size: 14px;
  line-height: 49px;
  color: #1c1c1c;
  border-bottom: 1px solid #e8e8e8;
}

.widget-area .widget_nav_menu li a span,
.widget-area .widget_archive li a span,
.widget-area .widget_meta li a span,
.widget-area .widget_pages li a span,
.widget-area .widget_recent_entries li a span,
.widget-area .widget_categories li a span {
  color: #898989;
  margin-left: 13px;
}

.widget-area .widget_nav_menu li a:hover,
.widget-area .widget_nav_menu li a:focus,
.widget-area .widget_archive li a:hover,
.widget-area .widget_archive li a:focus,
.widget-area .widget_meta li a:hover,
.widget-area .widget_meta li a:focus,
.widget-area .widget_pages li a:hover,
.widget-area .widget_pages li a:focus,
.widget-area .widget_recent_entries li a:hover,
.widget-area .widget_recent_entries li a:focus,
.widget-area .widget_categories li a:hover,
.widget-area .widget_categories li a:focus {
  color: #b98036;
  border-color: #b98036;
  text-decoration: none;
  outline: 0;
}

.widget-area .widget_nav_menu li a:hover span,
.widget-area .widget_nav_menu li a:focus span,
.widget-area .widget_archive li a:hover span,
.widget-area .widget_archive li a:focus span,
.widget-area .widget_meta li a:hover span,
.widget-area .widget_meta li a:focus span,
.widget-area .widget_pages li a:hover span,
.widget-area .widget_pages li a:focus span,
.widget-area .widget_recent_entries li a:hover span,
.widget-area .widget_recent_entries li a:focus span,
.widget-area .widget_categories li a:hover span,
.widget-area .widget_categories li a:focus span {
  color: inherit;
}

.widget-area .widget_nav_menu li.current_menu_item a,
.widget-area .widget_pages li.current_page_item a,
.widget-area .widget_categories li.current-cat a {
  color: #b98036;
  border-color: #b98036;
  text-decoration: none;
  outline: 0;
}

.widget-area #recentcomments li,
.widget-area .widget_rss li {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.widget-area .tagcloud a {
  display: inline-block;
  line-height: 38px;
  border: 1px solid #e8e8e8;
  color: #1c1c1c;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px !important;
  padding: 0 18px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  outline: 0;
  border-color: #b98036;
  background-color: #b98036;
  color: #fff;
  text-decoration: none;
}

.widget-area #wp-calendar td,
.widget-area #wp-calendar th {
  text-align: center;
}

.widget-area #wp-calendar td a,
.widget-area #wp-calendar th a {
  color: #b98036;
}

.widget-comment__avatar {
  float: left;
}

.widget-comment__avatar img {
  border-radius: 50%;
}

.widget-comment__author {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

.widget-comment__meta {
  padding-left: 100px;
  padding-top: 10px;
}

.widget-comment__meta time {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
}

.widget-comment__content {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

.widget-comment__content p {
  margin-bottom: 0;
}

.fleurdesel-follow-us-banner-widget .widget-title {
  margin-bottom: 35px;
}

.widget_tag_cloud .widget-title {
  margin-bottom: 25px;
}

.fleurdesel-pagetitle {
  padding: 168px 0;
  position: relative;
}

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

.fleurdesel-title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.classic-footer {
  background-color: #2d2a28;
  background-size: cover;
  padding: 25px 0 0;
  color: #898989;
  font-size: 14px;
}

.classic-footer a {
  color: #ffffff;
}

.classic-footer p {
  margin: 0;
}

.classic-footer ul.social-icons {
  padding: 0;
  margin: 0;
}

.classic-footer ul.social-icons li {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  margin-left: 15px;
}

.classic-footer ul.social-icons li a {
  color: #ffffff;
}

.classic-footer ul.social-icons li a:hover {
  color: #b98036;
}

.classic-footer ul.social-icons li:first-child {
  margin-left: 0;
}

.footer-info__left {
  float: left;
  padding: 20px;
}

.footer-info__right {
  float: right;
  padding: 20px;
}

.centered-footer {
  background-color: #1c1c1c;
  color: #898989;
  text-align: center;
}

.centered-footer a {
  color: #e8e8e8;
}

.centered-footer a:hover,
.centered-footer a:focus {
  color: #b98036;
}

.centered-footer__logo {
  border-bottom: 1px solid #373737;
}

.centered-footer__columns {
  border-bottom: 1px solid #373737;
  padding-top: 33px;
  padding-bottom: 33px;
}

.centered-footer__columns .widget {
  text-align: center;
}

.centered-footer__columns .textwidget {
  line-height: 1.9em;
}

.centered-footer__columns .uppercase {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 2.5px;
}

.centered-footer__info .social-icons {
  padding-top: 56px;
  padding-bottom: 16px;
}

.centered-footer__info .social-icons li {
  margin: 0 7px;
}

.centered-footer__info .social-icons a {
  font-size: 18px;
  color: #fff;
}

.centered-footer__copyright {
  font-size: 14px;
  padding-bottom: 24px;
  padding-top: 24px;
}

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

.footer-title h3 {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

.footer-title p {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
}

.mc4wp-form .mailchimp-footer {
  display: inline-block;
  border-bottom: 2px solid #b98036;
}

.mc4wp-form input[type="email"] {
  background-color: transparent;
  border: none;
  width: 220px;
  display: inline-block;
  color: #b98036;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
}

.mc4wp-form input[type="email"]::-webkit-input-placeholder,
.mc4wp-form input[type="email"]::-webkit-input-placeholder-shown {
  color: #b98036;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.mc4wp-form input[type="email"]:-ms-input-placeholder,
.mc4wp-form input[type="email"]:-ms-input-placeholder-shown {
  color: #b98036;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.mc4wp-form input[type="email"]::-ms-input-placeholder,
.mc4wp-form input[type="email"]::-ms-input-placeholder-shown {
  color: #b98036;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.mc4wp-form input[type="email"]::placeholder,
.mc4wp-form input[type="email"]::placeholder-shown {
  color: #b98036;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.mc4wp-form button {
  background-color: transparent;
  border: none;
  color: #b98036;
  display: inline-block;
}

.classic-footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.classic-footer .widget ul li a {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
}

.classic-footer .widget ul li a:hover {
  color: #b98036;
}

.classic-footer .widget-title {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}

.classic-footer .sociallist a {
  color: #ffffff;
}

.classic-footer .sociallist a:hover {
  color: #b98036;
}

.sociallist a {
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
}

.classic-footer__columns {
  border-bottom: 1px solid #373737;
  padding: 60px 0;
}

.left-logo-footer__logo {
  padding: 20px 0;
}

.left-logo-footer {
  background-color: #2d2a28;
}

.left-logo-footer__copyright {
  color: #898989;
  text-align: center;
  padding: 30px 0;
}

.left-logo-footer__copyright p {
  margin: 0;
}

.left-logo-footer__copyright a {
  color: #ffffff;
}

.left-logo-footer__social {
  float: right;
  padding: 30px 0;
}

.left-logo-footer__social .social-icons a {
  color: #ffffff;
}

.classic-footer__columns .widget {
  margin-bottom: 40px;
  line-height: 35px;
}

.classic-footer__columns .widget .widget-title {
  margin-bottom: 20px;
}

.comment-title {
  font-size: 30px;
  letter-spacing: -1.4px;
  margin-bottom: 23px;
}

.comments-area ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment__avatar {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-right: 15px;
  padding-top: 23px;
}

.comment__avatar a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 68px;
}

.comment__container {
  display: table-cell;
  vertical-align: top;
  background-color: #ffffff;
  width: 100%;
  padding: 24px 0 24px 15px;
  position: relative;
}

.comment-author {
  display: inline-block;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}

.comment-metadata {
  margin-bottom: 12px;
}

.comment__meta a {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
}

.comment-content {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.comment__action a {
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 19px;
  letter-spacing: 2.2px;
}

.comment__action a:hover,
.comment__action a:focus {
  color: #b98036;
}

.comment-reply-link:before {
  content: "\f112";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  margin-right: 5px;
}

.comment-edit-link:before {
  content: "\f044";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  margin-right: 5px;
}

.comment-list {
  margin-bottom: 73px;
}

.comment-list > .comment {
  border-bottom: 1px solid #e8e8e8;
}

.comment-list > .comment .comment {
  border-top: 1px solid #e8e8e8;
}

.comment-list > li:last-child .comment__container {
  border-bottom: none;
}

ol.children {
  padding-left: 0;
}

ol.children li:last-child .comment__container {
  border-bottom: none;
}

.comment-form label {
  display: block;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.comment-form #comment,
.comment-form #url,
.comment-form #author,
.comment-form #email {
  margin-bottom: 30px;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-form-author,
.comment-form-email {
  width: 48%;
  display: inline-block;
}

.comment-form-email {
  float: right;
}

.comment-respond .submit {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #b98036;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border: none;
  cursor: pointer;
  padding: 20px 30px;
  min-width: 150px;
  letter-spacing: 1px;
}

.comment-respond .submit i {
  margin-left: 10px;
}

.comment-respond textarea {
  height: 130px;
}

.comment-notes {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
}

.comment-reply-title {
  font-size: 30px;
  margin-bottom: 37px;
}

/* Text meant only for screen readers. */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.vc_section[data-vc-full-width] {
  overflow: visible;
}

.wpcf7-form > p:last-child {
  margin-bottom: 0;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: #d9534f !important;
}

span.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  color: #d9534f;
}

div.wpcf7-response-output {
  margin: 0 0 15px !important;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .posts-mini article,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .site-layout .widget-area,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .site-layout .content-area,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .site-layout .page-builder,
  .site-layout.sidebar-none .content-area,
  .site-layout.no-active-sidebar .content-area,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .form-inline .wpcf7-form > p {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .form-inline input[type="text"],
  .form-inline input[type="email"],
  .form-inline input[type="url"],
  .form-inline input[type="password"],
  .form-inline input[type="search"],
  .form-inline input[type="number"],
  .form-inline input[type="tel"],
  .form-inline input[type="range"],
  .form-inline input[type="date"],
  .form-inline input[type="month"],
  .form-inline input[type="week"],
  .form-inline input[type="time"],
  .form-inline input[type="datetime"],
  .form-inline input[type="datetime-local"],
  .form-inline input[type="color"],
  .form-inline input[type="value"],
  .form-inline textarea,
  .form-inline select,
  .form-inline .widget-area .widget_archive select,
  .widget-area .widget_archive .form-inline select,
  .form-inline .widget-area .widget_categories select,
  .widget-area .widget_categories .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }

  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }

  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }

  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group .card {
    flex: 1 0 0;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

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

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }

  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .jumbotron {
    padding: 4rem 2rem;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }

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

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

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

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

  .float-sm-none {
    float: none !important;
  }

  .m-sm-0 {
    margin: 0 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .hidden-sm-up {
    display: none !important;
  }

  .site-layout {
    margin-right: -15px;
    margin-left: -15px;
  }

  .pagination .nav-links .page-numbers {
    margin: 0 6px;
  }

  .pagination .nav-links .prev,
  .pagination .nav-links .next {
    position: absolute;
    top: 0;
  }

  .pagination .nav-links .prev {
    left: 0;
  }

  .pagination .nav-links .next {
    right: 0;
  }

  .page-links a,
  .page-links span {
    margin: 0 6px;
  }

  .awebooking--standard .fleurdesel-room-extra-info__item {
    width: 50%;
  }

  .awebooking--standard .fleurdesel-room-extra-info__item:last-child {
    width: 100%;
  }

  .awebooking--modern .fleurdesel-room-extra-info__item {
    width: 50%;
  }

  .awebooking--modern .fleurdesel-room-extra-info__item:last-child {
    width: 100%;
  }

  .awebooking--modern .apb-product_tab-header li {
    display: inline-block;
    text-align: center;
  }

  .awebooking--modern .apb-product_tab-header li:not(:last-child):after {
    content: "/";
    font-size: 1.25rem;
    margin: 0 10px;
  }

  .awebooking--modern .apb-product_tab-header a {
    padding: 10px 15px;
    display: inline-block;
  }

  .awebooking--modern .apb-product_tab-header a:after {
    display: none !important;
  }

  .fleurdesel-mailchimp input[type="text"],
  .fleurdesel-mailchimp input[type="email"] {
    width: 365px;
  }

  .fleurdesel-room__wrap {
    padding: 25px 30px;
  }

  .fleurdesel-room__extra--info p {
    display: inline-block;
    margin-bottom: 0;
  }

  .fleurdesel-room__extra--info span {
    margin-bottom: 15px;
  }

  .fleurdesel-room__extra--icon p {
    float: left;
    width: 50%;
  }

  .fleurdesel-room--grid .fleurdesel-room__wrap {
    padding-top: 30px;
  }

  .awebooking-calendar_wrap {
    padding: 10px 20px 20px 20px;
  }

  .awebooking-calendar .ui-datepicker-inline td a,
  .awebooking-calendar .ui-datepicker-inline td span {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .posts-mini article,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .site-layout .widget-area,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .site-layout .content-area,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .site-layout .page-builder,
  .site-layout.sidebar-none .content-area,
  .site-layout.no-active-sidebar .content-area,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6,
  .posts-mini article {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }

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

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

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

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

  .float-md-none {
    float: none !important;
  }

  .m-md-0 {
    margin: 0 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .hidden-md-up {
    display: none !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pr-md-0 .vc_column-inner {
    padding-right: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-0 .vc_column-inner {
    padding-left: 0 !important;
  }

  [data-cols="1"] > * {
    width: 50%;
  }

  [data-cols="2"] > * {
    width: 50%;
  }

  [data-cols="3"] > * {
    width: 50%;
  }

  [data-cols="4"] > * {
    width: 50%;
  }

  [data-cols="5"] > * {
    width: 50%;
  }

  [data-cols="6"] > * {
    width: 50%;
  }

  [data-cols="7"] > * {
    width: 50%;
  }

  [data-cols="8"] > * {
    width: 50%;
  }

  [data-cols="9"] > * {
    width: 50%;
  }

  [data-cols="10"] > * {
    width: 50%;
  }

  [data-cols="11"] > * {
    width: 50%;
  }

  [data-cols="12"] > * {
    width: 50%;
  }

  .site-layout {
    margin-right: -15px;
    margin-left: -15px;
  }

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

  .blog-layout-zigzag .post-data {
    padding: 40px;
  }

  .preloader img {
    width: 150px;
    height: 150px;
  }

  .spin {
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
  }

  .ui-datepicker.apb-datepicker {
    width: 22em !important;
  }

  .awebooking--standard .apb-product_tab-header {
    width: 25%;
    padding-right: 30px !important;
  }

  .awebooking--standard .apb-product_tab-panel {
    width: 75%;
    border-left: 1px solid #e8e8e8;
    padding: 15px 15px 15px 30px !important;
    border-top: none;
  }

  .searchbox--vertical .searchbox__wrap {
    padding: 40px 30px;
  }

  .fleurdesel-animate__icon {
    top: 50%;
    right: -20px;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .fleurdesel-gap-style .fleurdesel-iconbox {
    width: 50%;
  }

  .fleurdesel-package--bg {
    width: 50%;
    text-align: center;
  }

  .fleurdesel-package--bg .fleurdesel-package__media {
    margin-bottom: 0;
  }

  .fleurdesel-package--bg .fleurdesel-package__media:after {
    content: "";
    display: block;
    background: linear-gradient(to top, #000 0%, transparent 70%);
    opacity: .4;
    transition: all .4s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .fleurdesel-package--bg .fleurdesel-package__data {
    padding: 0 30px;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 10%;
    position: absolute;
  }

  .fleurdesel-package--bg .fleurdesel-package__title a {
    color: #fff;
  }

  .fleurdesel-package--bg .fleurdesel-package__title {
    font-size: 1.4rem;
  }

  .fleurdesel-package--bg .fleurdesel-package__desc,
  .fleurdesel-package--bg .fleurdesel-package__action {
    color: #fff;
    height: 0;
    margin-bottom: 0 !important;
    opacity: 0;
    visibility: hidden;
  }

  .fleurdesel-package--bg .fleurdesel-package__desc {
    padding: 0 20px;
  }

  .fleurdesel-package--bg .fleurdesel-package__action {
    margin-top: 35px;
  }

  .fleurdesel-package--bg .fleurdesel-package__action .btn-view,
  .fleurdesel-package--bg .fleurdesel-package__action .awebooking .button,
  .awebooking .fleurdesel-package--bg .fleurdesel-package__action .button,
  .fleurdesel-package--bg .fleurdesel-package__action .awebooking-block .button,
  .awebooking-block .fleurdesel-package--bg .fleurdesel-package__action .button,
  .fleurdesel-package--bg .fleurdesel-package__action .apb-btn {
    border: 1px solid #fff;
    padding: 16px 50px;
    font-size: 0.875rem;
    border-radius: 0;
  }

  .fleurdesel-package--bg .fleurdesel-package__action .btn-view:hover,
  .fleurdesel-package--bg .fleurdesel-package__action .awebooking .button:hover,
  .awebooking .fleurdesel-package--bg .fleurdesel-package__action .button:hover,
  .fleurdesel-package--bg .fleurdesel-package__action .awebooking-block .button:hover,
  .awebooking-block .fleurdesel-package--bg .fleurdesel-package__action .button:hover,
  .fleurdesel-package--bg .fleurdesel-package__action .apb-btn:hover {
    border-color: #b98036;
  }

  .fleurdesel-package--bg:hover .fleurdesel-package__media:after {
    opacity: .9;
  }

  .fleurdesel-package--bg:hover .fleurdesel-package__data {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .fleurdesel-package--bg:hover .fleurdesel-package__desc,
  .fleurdesel-package--bg:hover .fleurdesel-package__action {
    height: auto;
    margin-bottom: 25px !important;
    opacity: 1;
    visibility: visible;
  }

  .fleurdesel-package--bg:hover .fleurdesel-package__media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .fl-packages--columns-1 .fleurdesel-package--bg {
    width: 100%;
  }

  .fl-packages--columns-3 .fleurdesel-package--bg {
    width: 33.33333%;
  }

  .fl-packages--columns-4 .fleurdesel-package--bg {
    width: 25%;
  }

  .fl-packages--columns-1 .fleurdesel-package--bg {
    width: 16.66667%;
  }

  .fleurdesel-testimonial-popup__wrap {
    padding: 60px 30px;
  }

  .fleurdesel-testimonial__item--list .fleurdesel-testimonial__name {
    margin-right: 10px;
  }

  .fleurdesel-room--standard .fleurdesel-room__media a:before {
    content: "";
    display: block;
    background: linear-gradient(to top, #000 0%, transparent 70%);
    z-index: 5;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .fleurdesel-room--standard .fleurdesel-room__data {
    margin-top: -70px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding: 0 15px;
  }

  .fleurdesel-room--standard .fleurdesel-room__wrap {
    padding: 40px 15px;
  }

  .fleurdesel-room--overlay,
  .fleurdesel-room--overlay-extra {
    margin-bottom: 0;
  }

  .fleurdesel-room--overlay .fleurdesel-room__data,
  .fleurdesel-room--overlay-extra .fleurdesel-room__data {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .fleurdesel-room--overlay .fleurdesel-room__data:before,
  .fleurdesel-room--overlay-extra .fleurdesel-room__data:before {
    content: "";
    background: linear-gradient(to top, #000 0%, transparent 70%);
    opacity: .6;
    z-index: 1;
    transition: all .4s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .fleurdesel-room--overlay .fleurdesel-room__data *,
  .fleurdesel-room--overlay-extra .fleurdesel-room__data * {
    color: #fff;
  }

  .fleurdesel-room--overlay .fleurdesel-room__wrap,
  .fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    transition: all .6s ease;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }

  .fleurdesel-room--overlay .fleurdesel-room__desc,
  .fleurdesel-room--overlay-extra .fleurdesel-room__desc {
    opacity: 0;
    visibility: hidden;
  }

  .fleurdesel-room--overlay .fleurdesel-room__extra,
  .fleurdesel-room--overlay-extra .fleurdesel-room__extra {
    opacity: 0;
    visibility: hidden;
  }

  .fleurdesel-room--overlay .btn-view,
  .fleurdesel-room--overlay .awebooking .button,
  .awebooking .fleurdesel-room--overlay .button,
  .fleurdesel-room--overlay .awebooking-block .button,
  .awebooking-block .fleurdesel-room--overlay .button,
  .fleurdesel-room--overlay .apb-btn,
  .fleurdesel-room--overlay-extra .btn-view,
  .fleurdesel-room--overlay-extra .awebooking .button,
  .awebooking .fleurdesel-room--overlay-extra .button,
  .fleurdesel-room--overlay-extra .awebooking-block .button,
  .awebooking-block .fleurdesel-room--overlay-extra .button,
  .fleurdesel-room--overlay-extra .apb-btn {
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
  }

  .fleurdesel-room--overlay .btn-view:hover,
  .fleurdesel-room--overlay .awebooking .button:hover,
  .awebooking .fleurdesel-room--overlay .button:hover,
  .fleurdesel-room--overlay .awebooking-block .button:hover,
  .awebooking-block .fleurdesel-room--overlay .button:hover,
  .fleurdesel-room--overlay .apb-btn:hover,
  .fleurdesel-room--overlay-extra .btn-view:hover,
  .fleurdesel-room--overlay-extra .awebooking .button:hover,
  .awebooking .fleurdesel-room--overlay-extra .button:hover,
  .fleurdesel-room--overlay-extra .awebooking-block .button:hover,
  .awebooking-block .fleurdesel-room--overlay-extra .button:hover,
  .fleurdesel-room--overlay-extra .apb-btn:hover {
    border-color: #b98036;
    background-color: #b98036;
  }

  .fleurdesel-room--overlay:hover .fleurdesel-room__wrap,
  .fleurdesel-room--overlay-extra:hover .fleurdesel-room__wrap {
    top: 50%;
    padding-top: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .fleurdesel-awebooking .apb-field {
    display: inline-block !important;
    float: left;
    width: 50%;
    margin: 0 0 20px !important;
    padding: 0 10px !important;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field {
    display: inline-block !important;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field:not(:first-child):not(:last-child) {
    border-left: 1px solid #e4e4e4;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field label {
    padding: 5px 50px 5px 50px !important;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field-group i {
    right: 50px;
  }

  .posts-mini {
    border: 1px solid #e8e8e8;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .posts-mini:before {
    content: " ";
    display: block;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 50%;
    width: 1px;
    background-color: #e8e8e8;
  }

  .posts-mini article {
    border-top: 0;
    border-bottom: 0;
  }

  .posts-mini .next-post {
    padding-right: 80px;
  }

  .posts-mini .next-post .icon-nav {
    right: 35px;
  }

  .posts-mini .prev-post {
    padding-left: 80px;
  }

  .posts-mini .prev-post .icon-nav {
    left: 35px;
  }

  .posts-mini .next-post:first-of-type {
    margin-left: 50%;
  }

  .mc4wp-form input[type="email"] {
    width: 330px;
  }

  ol.children {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 960px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .posts-mini article,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .site-layout .widget-area,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .site-layout .content-area,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .site-layout .page-builder,
  .site-layout.sidebar-none .content-area,
  .site-layout.no-active-sidebar .content-area,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3,
  .site-layout .widget-area {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8,
  .site-layout .content-area {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12,
  .site-layout .page-builder,
  .site-layout.sidebar-none .content-area,
  .site-layout.no-active-sidebar .content-area {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8,
  .fleurdesel-room--zigzag:nth-child(2n+2) .col-lg-4 {
    right: 66.66667%;
  }

  .pull-lg-9,
  .site-layout.sidebar-left .widget-area {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3,
  .site-layout.sidebar-left .content-area {
    left: 25%;
  }

  .push-lg-4,
  .fleurdesel-room--zigzag:nth-child(2n+2) .col-lg-8,
  .fleurdesel-room--zigzag:nth-child(2n+2) .site-layout .content-area,
  .site-layout .fleurdesel-room--zigzag:nth-child(2n+2) .content-area {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0,
  .site-layout.sidebar-left .widget-area {
    margin-left: 0%;
  }

  .offset-lg-1,
  .site-layout .widget-area {
    margin-left: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }

  .modal-lg {
    max-width: 800px;
  }

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

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

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

  .float-lg-none {
    float: none !important;
  }

  .m-lg-0 {
    margin: 0 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .hidden-lg-up {
    display: none !important;
  }

  .site-layout {
    margin-right: -15px;
    margin-left: -15px;
  }

  .blog-layout-list .post-media,
  .blog-layout-list .post-data {
    display: inline-block;
    width: 50%;
  }

  .blog-layout-list .post-data {
    margin-left: -4px;
    padding: 15px 40px;
  }

  .blog-layout-zigzag .post:nth-child(2n+2) .post-media {
    float: right;
  }

  .blog-layout-zigzag .post:nth-child(2n+2) .post-media ~ .post-data {
    left: 0;
    right: auto;
  }

  .blog-layout-zigzag .post-media,
  .blog-layout-zigzag .post-data {
    float: left;
    width: 50%;
  }

  .blog-layout-zigzag .post-media ~ .post-data {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    position: absolute;
  }

  .single.single-post #main > article .post-title {
    font-size: 40px;
  }

  .apb-package_item .apb-package_text {
    padding-right: 25%;
  }

  .apb-package_item .apb-package_book-price {
    margin-top: 0;
    top: 0;
    right: 10%;
    position: absolute;
  }

  .awebooking--standard .fleurdesel-room-extra-info {
    border: 1px solid #e8e8e8;
  }

  .awebooking--standard .fleurdesel-room-extra-info__item {
    width: 20%;
    border: none;
  }

  .awebooking--standard .fleurdesel-room-extra-info__item:last-child {
    width: 20%;
  }

  .awebooking--standard .room-detail_book {
    margin-top: 0;
  }

  .awebooking--modern .apb-layout {
    margin-bottom: 80px;
  }

  .awebooking--modern .fleurdesel-room-extra-info__item {
    width: 20%;
    margin-bottom: 0;
  }

  .awebooking--modern .fleurdesel-room-extra-info__item:last-child {
    width: 20%;
  }

  .awebooking--modern .apb-product_tab-panel {
    padding: 0 15px;
    width: 66.66667%;
    margin-left: 16.66667%;
    border: none;
  }

  .fleurdesel-service__item:after {
    opacity: .4;
  }

  .fleurdesel-service__action {
    margin-bottom: -70px;
    opacity: 0;
    visibility: hidden;
  }

  .fleurdesel-event--modern .post-data {
    background-color: #fff;
    width: 457px;
    padding: 50px 45px 45px;
    top: 0;
    left: 100px;
    position: absolute;
  }

  .fleurdesel-event--zigzag .post-media,
  .fleurdesel-event--zigzag .post-data,
  .fleurdesel-event--list .post-media,
  .fleurdesel-event--list .post-data {
    width: 50%;
    padding: 0 15px;
  }

  .fleurdesel-gap-style .fleurdesel-iconbox {
    width: 25%;
  }

  .fleurdesel-package--bg .fleurdesel-package__title {
    font-size: 2.5rem;
  }

  .fleurdesel-gallery__filter {
    margin-bottom: 60px;
  }

  .fleurdesel-gallery__filter .dropdown-menu {
    position: static;
    display: block;
    border: none;
    float: none;
    font-size: 1.25rem;
    text-align: center;
    max-width: none;
  }

  .fleurdesel-gallery__filter .dropdown-menu .dropdown-item {
    width: auto;
    font-weight: 700;
  }

  .fleurdesel-gallery__filter .dropdown-menu .dropdown-item:hover,
  .fleurdesel-gallery__filter .dropdown-menu .dropdown-item:focus,
  .fleurdesel-gallery__filter .dropdown-menu .dropdown-item:active,
  .fleurdesel-gallery__filter .dropdown-menu .dropdown-item:active:focus,
  .fleurdesel-gallery__filter .dropdown-menu .dropdown-item:active:hover {
    background: none transparent !important;
  }

  .fleurdesel-gallery__filter a {
    padding: 5px 45px 5px 40px;
  }

  .fleurdesel-gallery__filter a:after {
    content: "/";
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    position: absolute;
  }

  .fleurdesel-gallery__filter a:first-child {
    padding-left: 0;
  }

  .fleurdesel-gallery__filter a:last-child {
    padding-right: 0;
  }

  .fleurdesel-gallery__filter a:last-child:after {
    display: none;
  }

  .fleurdesel-testimonial-popup__wrap {
    padding: 60px 0;
  }

  .fleurdesel-testimonial__item--list .fleurdesel-testimonial__avatar img {
    width: 100px;
    height: 100px;
  }

  .fleurdesel-map__data {
    min-width: 600px;
    max-width: 945px;
  }

  .fleurdesel-room--list .fleurdesel-room__media,
  .fleurdesel-room--zigzag .fleurdesel-room__media {
    margin-right: 30px;
  }

  .fleurdesel-room--list .fleurdesel-room__wrap,
  .fleurdesel-room--zigzag .fleurdesel-room__wrap {
    padding-top: 0;
  }

  .fleurdesel-room--zigzag:nth-child(2n+2) .fleurdesel-room__media {
    margin-right: 0;
    margin-left: 30px;
  }

  .slick-slider .fleurdesel-room--overlay:hover .fleurdesel-room__wrap,
  .slick-slider .fleurdesel-room--overlay-extra:hover .fleurdesel-room__wrap {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }

  .fleurdesel-room-modern-carousel .fleurdesel-room--overlay,
  .fleurdesel-room-modern-carousel .fleurdesel-room--overlay-extra {
    margin: 90px 0;
    box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.2);
  }

  .fleurdesel-room-modern-carousel .fleurdesel-room--overlay .fleurdesel-room__wrap,
  .fleurdesel-room-modern-carousel .fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
    display: none;
  }

  .fleurdesel-room-modern-carousel .slick-center.fleurdesel-room--overlay-extra .fleurdesel-room__title {
    font-size: 3.125rem !important;
  }

  .fleurdesel-room-modern-carousel .slick-center.fleurdesel-room--overlay-extra .fleurdesel-room__content {
    margin: -60px -95px;
    box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.2);
  }

  .widget-area .widget:first-child {
    margin-top: 0;
  }

  .mc4wp-form input[type="email"] {
    width: 365px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 1170px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .posts-mini article,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .site-layout .widget-area,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .site-layout .content-area,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .site-layout .page-builder,
  .site-layout.sidebar-none .content-area,
  .site-layout.no-active-sidebar .content-area,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

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

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

  .float-xl-none {
    float: none !important;
  }

  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .hidden-xl-up {
    display: none !important;
  }

  [data-cols="1"] > * {
    width: 8.33333%;
  }

  [data-cols="2"] > * {
    width: 16.66667%;
  }

  [data-cols="3"] > * {
    width: 25%;
  }

  [data-cols="4"] > * {
    width: 33.33333%;
  }

  [data-cols="5"] > * {
    width: 41.66667%;
  }

  [data-cols="6"] > * {
    width: 50%;
  }

  [data-cols="7"] > * {
    width: 58.33333%;
  }

  [data-cols="8"] > * {
    width: 66.66667%;
  }

  [data-cols="9"] > * {
    width: 75%;
  }

  [data-cols="10"] > * {
    width: 83.33333%;
  }

  [data-cols="11"] > * {
    width: 91.66667%;
  }

  [data-cols="12"] > * {
    width: 100%;
  }

  .site-layout {
    margin-right: -15px;
    margin-left: -15px;
  }

  .fleurdesel-event--zigzag .post-data,
  .fleurdesel-event--list .post-data {
    padding: 15px 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    position: absolute;
  }

  .fleurdesel-event--zigzag:nth-child(2n+2) .post-data {
    left: 0;
    right: auto;
  }

  .fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__media,
  .fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__data {
    display: inline-block;
    vertical-align: top;
  }

  .fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__media {
    text-align: left;
    margin-right: 30px;
    width: 60px;
    height: 60px;
  }

  .fleurdesel-iconbox--horizontal-2 .fleurdesel-iconbox__data {
    text-align: left;
  }

  .fleurdesel-room__extra--info p:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
  }

  .fleurdesel-room--overlay .fleurdesel-room__wrap,
  .fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
    padding-top: 90px;
    -webkit-transform: translateY(55%);
    transform: translateY(55%);
  }

  .fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
    padding-top: 50px;
  }

  .slick-slider .slick-arrow {
    opacity: 0;
    visibility: hidden;
  }

  .fleurdesel-awebooking .apb-field {
    float: none;
    width: auto;
    margin-right: 8.5px !important;
    margin-left: 8.5px !important;
    padding: 0 !important;
  }

  .fleurdesel-awebooking .apb-field label {
    padding: 0 3px;
    margin: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    position: absolute;
  }

  .fleurdesel-awebooking .apb-field label:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b98036;
    z-index: 3;
    bottom: 0;
    position: absolute;
  }

  .fleurdesel-awebooking .apb-field-group {
    display: inline-block !important;
  }

  .fleurdesel-awebooking .apb-field-group {
    padding-left: 140px;
  }

  .fleurdesel-awebooking .apb-field--night .apb-field-group,
  .fleurdesel-awebooking .apb-field--rooms .apb-field-group,
  .fleurdesel-awebooking .apb-field--adult .apb-field-group,
  .fleurdesel-awebooking .apb-field--child .apb-field-group {
    padding-left: 80px;
  }

  .fleurdesel-awebooking--standard-1 .apb-field label {
    color: #b98036 !important;
  }

  .fleurdesel-awebooking--standard-1 .apb-calendar {
    width: 170px !important;
  }

  .fleurdesel-awebooking--standard-2 {
    display: block;
  }

  .fleurdesel-awebooking--standard-2 .apb-calendar {
    width: 170px !important;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field {
    padding-bottom: 0 !important;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field--night .apb-field-group,
  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field--rooms .apb-field-group,
  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field--adult .apb-field-group,
  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field--child .apb-field-group {
    padding-left: 0;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-calendar {
    width: 180px !important;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field--action {
    padding-left: 50px !important;
    display: inline-block !important;
    width: auto !important;
    margin-top: 0 !important;
  }

  .header-minimal__logo {
    padding-left: 0;
  }
}

@media (min-width: 1460px) {
  .fleurdesel-iconbox--border .fleurdesel-iconbox__wrap {
    padding: 60px 40px 40px;
  }

  .fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
    padding-top: 40px;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }

  .fleurdesel-room--overlay-extra .fleurdesel-room__extra--icon p {
    margin-bottom: 40px;
  }

  .slick-slider .fleurdesel-room--overlay .fleurdesel-room__wrap,
  .slick-slider .fleurdesel-room--overlay-extra .fleurdesel-room__wrap {
    -webkit-transform: translateY(90%) !important;
    transform: translateY(90%) !important;
  }

  .fleurdesel-awebooking--standard-2 .apb-field-group {
    padding-left: 160px;
  }

  .fleurdesel-awebooking--standard-2 .apb-field-group i {
    right: 30px;
  }

  .fleurdesel-awebooking--standard-2 .apb-field-group .apbf-select {
    right: 30px;
  }

  .fleurdesel-awebooking--standard-2 .apb-field--adult .apb-field-group {
    padding-left: 100px;
  }

  .fleurdesel-awebooking--standard-2 .apb-field--child .apb-field-group {
    padding-left: 125px;
  }

  .fleurdesel-awebooking--standard-2 .apb-select,
  .fleurdesel-awebooking--standard-2 .apb-input {
    padding: 0px 60px 5px 0px !important;
  }

  .fleurdesel-awebooking--standard-2 .apb-calendar {
    width: 180px !important;
  }
}

@media (max-width: 1459px) {
  .fleurdesel-room--overlay-extra .fleurdesel-room__title {
    font-size: 1.875rem;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .hidden-lg-down {
    display: none !important;
  }

  .fleurdesel-custom-slider > .vc_column-inner {
    padding: 0 !important;
  }

  .fleurdesel-custom-slider > .vc_column-inner .fleurdesel-slider {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .fleurdesel-custom-slider + .wpb_column > .vc_column-inner {
    padding: 80px !important;
  }

  .fleurdesel-awebooking.fleurdesel-awebooking--standard-3 .apb-field:nth-child(3n+1) {
    border-left: none !important;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .hidden-md-down {
    display: none !important;
  }

  .fleurdesel-gallery__filter button {
    min-width: 150px;
    text-align: left;
    display: inline-block !important;
  }

  .fleurdesel-gallery__filter button:focus,
  .fleurdesel-gallery__filter button:active {
    box-shadow: none;
  }

  .fleurdesel-room--overlay .btn-view,
  .fleurdesel-room--overlay .awebooking .button,
  .awebooking .fleurdesel-room--overlay .button,
  .fleurdesel-room--overlay .awebooking-block .button,
  .awebooking-block .fleurdesel-room--overlay .button,
  .fleurdesel-room--overlay .apb-btn,
  .fleurdesel-room--overlay-extra .btn-view,
  .fleurdesel-room--overlay-extra .awebooking .button,
  .awebooking .fleurdesel-room--overlay-extra .button,
  .fleurdesel-room--overlay-extra .awebooking-block .button,
  .awebooking-block .fleurdesel-room--overlay-extra .button,
  .fleurdesel-room--overlay-extra .apb-btn {
    color: #fff;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 782px) {
  body.admin-bar .fs-panel__content,
  body.admin-bar .fs-panel__close-btn {
    top: 46px;
  }

  body.admin-bar .side-panel {
    padding-top: 46px;
  }

  body.admin-bar .header-mobile__small-panel {
    padding-top: 46px;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .hidden-sm-down {
    display: none !important;
  }

  .fleurdesel__title {
    font-size: 2.5rem;
    line-height: 1.2;
    word-break: break-word;
  }

  .fleurdesel-testimonial__item--list {
    text-align: center;
  }

  .fleurdesel-testimonial__item--list .fleurdesel-testimonial__name,
  .fleurdesel-testimonial__item--list .fleurdesel-testimonial__contry {
    display: block;
  }

  .fleurdesel-custom-slider + .wpb_column > .vc_column-inner {
    padding: 80px 30px !important;
  }
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .hidden-xs-down {
    display: none !important;
  }

  .awebooking-calendar .ui-datepicker-inline.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .side-panel__close-btn {
    height: 50px;
    width: 50px;
  }

  .side-panel__close-btn i {
    line-height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .awebooking--standard .fleurdesel-room-extra-info__item {
    font-size: 1rem;
  }

  .awebooking--modern .fleurdesel-room-extra-info__wrap p {
    font-size: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .fleurdesel-event--modern .post-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [class*="col"]:nth-child(2n+2) .fleurdesel-animate--icon .fleurdesel-animate__icon {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .fleurdesel-testimonial__item--list .fleurdesel-testimonial__avatar img {
    width: 80px;
    height: 80px;
  }

  .fleurdesel-room__extra--info p:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .fleurdesel-room--overlay .fleurdesel-room__extra,
  .fleurdesel-room--overlay-extra .fleurdesel-room__extra {
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {
  .fleurdesel-awebooking .apb-calendar {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1549px) {
  .header-minimal__logo a {
    margin-left: -70px;
  }
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

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

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

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

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

@media (-webkit-transform-3d) {
  .carousel-item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/*# sourceMappingURL=main.css.map */
