/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #BBA268;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #947b43;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

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 {
  padding: 0;
  border-style: none; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-auto, .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-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .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%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .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%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    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%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .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%; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 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-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .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 #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  min-height: 100%; }
  @media (max-width: 991px) {
    body {
      background-size: cover; } }

b,
strong {
  font-weight: bold; }

a:hover, a:focus, a:active {
  color: #BBA268;
  outline: none; }

.text-orange {
  color: #FF8300; }

.wp-block-file .wp-block-file__button {
  background: #FF8300 !important; }

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased; }
  body.home-cookie {
    overflow-x: hidden; }

main {
  padding-bottom: 0px; }
  @media (max-width: 767px) {
    main {
      padding-bottom: 0px; } }

.dropcap:first-child:first-letter {
  font-family: "Spectral", serif;
  font-size: 6.95rem;
  float: left;
  line-height: .6;
  margin-right: 0.08em;
  margin-top: 0.1em;
  color: #bba268; }

.dropcap p:first-child:first-letter {
  font-family: "Spectral", serif;
  font-size: 6.95rem;
  float: left;
  line-height: .6;
  margin-right: 0.08em;
  margin-top: 0.1em;
  color: #bba268; }

.has-drop-cap:first-letter {
  font-family: "Spectral", serif !important;
  font-size: 6.95rem !important;
  float: left !important;
  line-height: .6 !important;
  margin-right: 0.08em !important;
  margin-top: 0.1em !important;
  color: #bba268 !important; }

.screen-reader-text {
  display: none; }

header {
  position: fixed;
  width: 100%;
  z-index: 1002;
  background: #ffffff;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  padding-left: 75px;
  padding-right: 75px; }
  @media (max-width: 767px) {
    header {
      padding: 0; } }
  header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    place-content: space-between;
    width: 100%; }
    @media (max-width: 767px) {
      header .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  header .logomain {
    padding-top: 18px; }
    @media (max-width: 767px) {
      header .logomain {
        margin-left: 20px; } }
  header .menu-main-menu-container {
    margin-top: 52px; }
    @media (max-width: 767px) {
      header .menu-main-menu-container {
        display: none; } }
    header .menu-main-menu-container > ul {
      list-style: none;
      padding: 0;
      padding-top: 15px; }
      header .menu-main-menu-container > ul > li {
        display: inline-block;
        border-left: 1px solid #000000;
        margin-left: -4px;
        position: relative; }
        header .menu-main-menu-container > ul > li:first-child {
          border-left: none; }
        header .menu-main-menu-container > ul > li > a {
          font-family: Roboto;
          font-size: 14px;
          font-weight: 400;
          color: #000000;
          text-decoration: none;
          padding-top: 8px;
          padding-bottom: 8px;
          padding-left: 20px;
          padding-right: 20px;
          display: block; }
          header .menu-main-menu-container > ul > li > a:active, header .menu-main-menu-container > ul > li > a:focus {
            color: #ffffff; }
        header .menu-main-menu-container > ul > li:hover > a {
          text-decoration: none;
          color: #ffffff;
          background: #bba268; }
        header .menu-main-menu-container > ul > li > ul {
          display: none;
          list-style: none;
          padding: 0;
          background: #ffffff;
          margin-left: -1px;
          z-index: 1000;
          border-top: 1px solid #000000;
          /*filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 15px);*/
          -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.4)); }
          header .menu-main-menu-container > ul > li > ul > li {
            border-bottom: 1px solid #666666;
            border-top: none; }
            header .menu-main-menu-container > ul > li > ul > li > a {
              font-family: Roboto;
              font-size: 14px;
              font-weight: 400;
              color: #666666;
              text-decoration: none;
              padding-top: 8px;
              padding-bottom: 8px;
              padding-left: 20px;
              padding-right: 20px;
              display: block;
              white-space: nowrap; }
              header .menu-main-menu-container > ul > li > ul > li > a:hover {
                text-decoration: underline; }
        header .menu-main-menu-container > ul > li:hover ul {
          display: block;
          position: absolute;
          left: 0; }
  header.shrink {
    position: fixed; }
  header.shrink2 {
    background: #ffffff;
    border-bottom: 1px solid #bba268; }
    header.shrink2 .container ul li a {
      color: #bba268;
      opacity: 0.8; }
      header.shrink2 .container ul li a:hover {
        opacity: 1;
        border-top: none;
        border-bottom: none; }

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  color: #fff;
  z-index: 1003;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .site-branding .logomain {
    margin-top: 20px;
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 15px);
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 15px); }
    @media (max-width: 767px) {
      .site-branding .logomain {
        margin-top: 40px;
        width: 76px;
        height: auto; } }
  .site-branding .logotext {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    padding-top: 15px; }
    @media (max-width: 767px) {
      .site-branding .logotext {
        width: 116px;
        height: auto; } }
  .site-branding.shrink {
    position: fixed; }
    .site-branding.shrink .logomain {
      display: none; }
    .site-branding.shrink .logotext {
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85);
      padding-top: 20px; }
    @media (max-width: 767px) {
      .site-branding.shrink {
        display: none; } }

.headermenu {
  background: #333333;
  height: auto;
  width: 100%;
  position: fixed;
  top: 78px;
  z-index: 1004;
  border-top: 1px solid #bba268;
  display: none;
  padding-bottom: 20px; }
  .headermenu svg {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .headermenu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .headermenu .closemenu {
    position: absolute;
    top: 25px;
    right: -20px;
    cursor: pointer; }
  .headermenu .explanation {
    color: #fff;
    font-family: Roboto;
    font-size: 10px;
    font-style: italic;
    overflow-wrap: break-word;
    position: absolute;
    bottom: 20px;
    right: 310px; }
    .headermenu .explanation img {
      margin-right: 3px; }
    .headermenu .explanation span {
      opacity: 0.6; }
  .headermenu strong, .headermenu b {
    color: #ff2c02; }

/*Mobile menu style*/
.burger {
  width: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 1003;
  top: 0px;
  right: 0px;
  background: black;
  padding-left: 5px;
  padding-right: 5px; }

.burger:before,
.burger:after,
.burger div {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  border-radius: 3px;
  margin: 7px 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.burger.opened:before {
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg); }

.burger.opened:after {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg); }

.burger.opened div {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.mobilemenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%; }
  .mobilemenu.opened {
    z-index: 1004 !important; }

.mobilemenuburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1004;
  width: 100%; }

.mobilemenushow {
  width: 100%;
  height: auto;
  background: #ffffff;
  display: none;
  position: absolute;
  top: 105px;
  z-index: 1003; }
  .mobilemenushow.open {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards; }
  .mobilemenushow.openshow {
    display: block; }

.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  display: block; }

.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards; }

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.mobilemenu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 5px; }
  .mobilemenu-logo .logomain {
    /*filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 4px);*/ }
    @media (max-width: 767px) {
      .mobilemenu-logo .logomain {
        margin-left: 20px; } }
  .mobilemenu-logo .logotext {
    margin-top: 8px; }

.mobilemenulist {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px; }
  .mobilemenulist > li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.4); }
    .mobilemenulist > li > a {
      color: #000000;
      font-size: 20px;
      font-weight: 500;
      text-decoration: none;
      display: block;
      line-height: 1;
      padding: 12px 20px 10px 20px; }
    .mobilemenulist > li > ul {
      display: none;
      background: #e1e0e2;
      list-style: none; }
      .mobilemenulist > li > ul > li {
        color: #333333;
        font-size: 20px;
        border-top: 1px solid #999999; }
        .mobilemenulist > li > ul > li:first-child {
          border-top: none; }
        .mobilemenulist > li > ul > li > a {
          display: block;
          color: #333333;
          padding: 6px 20px 4px 0px; }
          .mobilemenulist > li > ul > li > a:hover {
            text-decoration: underline; }
    .mobilemenulist > li .mobilearrow {
      position: absolute;
      width: 80px;
      height: 36px;
      top: 3px;
      right: 3px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 2;
      cursor: pointer;
      padding-top: 6px;
      opacity: .5; }
      .mobilemenulist > li .mobilearrow .svgwrapper {
        width: 20px;
        height: 13px;
        margin-left: 50px; }
      .mobilemenulist > li .mobilearrow svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .mobilemenulist > li.opened .mobilearrow {
      opacity: 1; }
      .mobilemenulist > li.opened .mobilearrow svg {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

.menumobile {
  display: none;
  padding-left: 0;
  margin-left: 0; }
  .menumobile .image {
    border-radius: 2px;
    width: 60px;
    height: 25px; }
  .menumobile li {
    position: relative;
    font-family: "Marcellus SC";
    letter-spacing: 1px;
    font-size: 18px;
    background-color: #333333;
    color: #bba268;
    overflow-wrap: break-word;
    list-style: none;
    line-height: 1;
    border-bottom: 1px solid #000000;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .menumobile li .withflag {
      position: absolute;
      top: 0;
      left: 300px; }
      .menumobile li .withflag img {
        vertical-align: top; }
    .menumobile li .title {
      padding-left: 12px;
      line-height: 1.3; }
    .menumobile li.heading {
      padding-top: 20px;
      padding-bottom: 10px;
      color: #999999; }

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

.showmobile {
  display: none; }
  @media (max-width: 767px) {
    .showmobile {
      display: block; } }

.show1200 {
  display: none; }
  @media (max-width: 1200px) {
    .show1200 {
      display: block; } }

footer {
  border-top: 4px solid #bba268;
  position: relative;
  background: #333333;
  color: #bba268;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 30px; }

.footercopyright {
  text-align: center;
  color: #333333;
  background: #bba268;
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  padding: 25px 0 20px 0; }
  @media (max-width: 767px) {
    .footercopyright {
      padding: 15px 10px 10px 10px;
      line-height: 19px; }
      .footercopyright span {
        display: block; }
      .footercopyright .bullet {
        display: none; } }

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.textcontent ul {
  padding-left: 17px;
  margin-top: -10px; }
  .textcontent ul li {
    line-height: 27px; }

.back-to-top-wrapper {
  position: relative; }

.back-to-top {
  position: absolute;
  right: 32px;
  top: -47px;
  z-index: 1000;
  display: none; }
  .back-to-top img {
    width: 31px;
    height: 31px; }
  .back-to-top:hover {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(1.1) perspective(1px);
    transform: scale(1.1) perspective(1px); }

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 65px;
  width: 100%; }
  .pagination .btn-nav {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 7px 11px !important; }
    .pagination .btn-nav + .btn-nav {
      margin-left: 12px; }
    .pagination .btn-nav.current {
      background: #ff8000; }
    .pagination .btn-nav.disabled {
      filter: alpha(opacity=50);
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      opacity: 0.5;
      pointer-events: none; }
    .pagination .btn-nav a,
    .pagination .btn-nav a:hover {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      line-height: inherit;
      color: inherit;
      background: inherit; }
    .pagination .btn-nav::before {
      display: none; }
    .pagination .btn-nav.active {
      background: #ff8000;
      color: #fff; }
  .pagination .btn-ajax-loading {
    width: 32px;
    height: 32px;
    margin-left: 12px;
    background: url("/wp-content/themes/pmkf/assets/images/bx_loader.gif") center center no-repeat transparent;
    display: none; }
  .pagination.ajax-loading .btn-nav {
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
    pointer-events: none; }
  .pagination.ajax-loading .btn-ajax-loading {
    display: block; }
  .pagination .go-to-page {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 12px;
    border: 1px solid #8994a4; }
    .pagination .go-to-page .page-number {
      width: 45px;
      background: transparent;
      border: none;
      outline: none;
      text-align: center;
      color: #939393; }
      .pagination .go-to-page .page-number::-webkit-inner-spin-button, .pagination .go-to-page .page-number::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .pagination .go-to-page .btn-loading {
      padding: 3px 15px;
      border: none;
      background: #36bff4;
      outline: none; }

#eu-cookie-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #bba268;
  width: 100%; }

.cookie-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cookie-message {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: black;
  text-decoration: none;
  font-family: Lato;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 15px; }

.cookie-message a {
  color: black;
  text-decoration: none; }

.cookie-message a:hover {
  text-decoration: underline; }

.cookie-bar-inner .cookie-button {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cookie-bar-inner .cookie-button button {
  margin: auto;
  width: 139px;
  height: 39px;
  border-style: solid;
  border-width: 1px;
  padding: 6px;
  background-color: #bba268;
  border-radius: 4px;
  border-color: #a0a0a0;
  overflow-wrap: break-word;
  font-family: Lato;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  outline: none;
  cursor: pointer; }

@media (max-width: 767px) {
  .cookie-bar-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cookie-bar-inner .cookie-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 10px; }
  .cookie-message {
    padding: 10px; }
    .cookie-message p {
      margin-bottom: 0; } }

.home {
  background: #ffffff; }
  .home .fullscreenimage {
    width: 100%;
    height: 80vh;
    position: relative; }
    @media (max-width: 767px) {
      .home .fullscreenimage {
        height: calc(var(--vh, 1vh) * 100); } }
  .home .fullscreenwrapper {
    width: 100%;
    height: 100vh;
    position: relative; }
    @media (max-width: 767px) {
      .home .fullscreenwrapper {
        height: calc(var(--vh, 1vh) * 100); } }
  .home .textcontent {
    padding-top: 40px;
    text-align: center;
    color: #bba268; }
    @media (max-width: 767px) {
      .home .textcontent {
        padding-bottom: 150px; } }
    .home .textcontent h2 {
      font-family: Lato;
      font-size: 40px;
      font-weight: 300; }
    .home .textcontent p {
      width: 609px;
      margin: 200px auto;
      font-family: Roboto;
      font-size: 18px;
      line-height: 74px;
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        .home .textcontent p {
          line-height: 36px;
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
          font-weight: 500;
          margin-top: 30px; } }
  .home .textcontentmobile {
    display: none; }
    @media (max-width: 767px) {
      .home .textcontentmobile {
        display: block;
        position: absolute;
        bottom: 0;
        text-align: center;
        color: #bba268; }
        .home .textcontentmobile h2 {
          font-size: 40px;
          font-family: Lato;
          font-weight: 300;
          text-shadow: 0px 0px 10px #000000;
          line-height: 43px;
          margin-bottom: 20px; } }

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), black);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), black);
  background-image: linear-gradient(rgba(0, 0, 0, 0), black); }

.ourservices {
  background: #ffffff;
  padding-top: 105px; }
  .ourservices .fullscreenimage {
    width: 100%;
    height: 62vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -250px;
    -webkit-filter: sepia(1) saturate(1.86076);
    filter: sepia(1) saturate(1.86076); }
    @media (max-width: 767px) {
      .ourservices .fullscreenimage {
        height: 52vh;
        background-position: center; } }
  .ourservices .textcontent {
    width: 623px;
    margin: 0 auto;
    padding-top: 100px;
    font-family: Roboto;
    color: #666666;
    font-size: 14px;
    padding-bottom: 200px; }
    @media (max-width: 767px) {
      .ourservices .textcontent {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    .ourservices .textcontent b {
      font-weight: 700; }
    .ourservices .textcontent h2 {
      color: #bba268;
      font-size: 42px;
      font-weight: 300;
      padding-top: 30px;
      padding-bottom: 10px;
      line-height: 1.2; }
    .ourservices .textcontent h3 {
      color: #bba268;
      font-size: 27px;
      line-height: 32px;
      font-weight: 300;
      margin-bottom: 30px; }
    .ourservices .textcontent p {
      font-size: 14px;
      line-height: 27px;
      font-weight: 300; }
    .ourservices .textcontent a.button {
      width: 299px;
      display: block;
      -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 8px);
      filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 8px);
      border-style: solid;
      border-width: 1px;
      background-color: white;
      padding-top: 10px;
      padding-bottom: 8px;
      border-radius: 8px;
      border-color: #bba268;
      font-family: Roboto;
      font-size: 24px;
      text-align: center;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      font-weight: normal;
      color: #bba268;
      cursor: pointer;
      text-decoration: none;
      overflow: visible;
      margin-top: 20px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .ourservices .textcontent a.button:hover {
        -webkit-transform: scaleX(0.9) scaleY(0.9);
        -ms-transform: scaleX(0.9) scaleY(0.9);
        transform: scaleX(0.9) scaleY(0.9);
        color: #ffffff;
        background: #bba268; }

.legalinformation {
  background: #ffffff;
  padding-top: 105px; }
  .legalinformation .fullscreenimage {
    width: 100%;
    height: 62vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-filter: none;
    filter: none; }
    @media (max-width: 767px) {
      .legalinformation .fullscreenimage {
        height: 52vh;
        background-position: center bottom; } }
  .legalinformation .textcontent {
    width: 623px;
    margin: 0 auto;
    padding-top: 100px;
    font-family: Roboto;
    color: #666666;
    font-size: 14px;
    padding-bottom: 200px; }
    @media (max-width: 767px) {
      .legalinformation .textcontent {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px; } }
    .legalinformation .textcontent b {
      font-weight: 700; }
    .legalinformation .textcontent h2 {
      color: #bba268;
      font-size: 42px;
      font-weight: 300;
      padding-top: 30px;
      padding-bottom: 10px;
      line-height: 1.2; }
    .legalinformation .textcontent p {
      font-size: 14px;
      line-height: 27px;
      font-weight: 300; }
    .legalinformation .textcontent a.button {
      width: 299px;
      display: block;
      -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 8px);
      filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 8px);
      border-style: solid;
      border-width: 1px;
      background-color: white;
      padding-top: 10px;
      padding-bottom: 8px;
      border-radius: 8px;
      border-color: #bba268;
      font-family: Roboto;
      font-size: 24px;
      text-align: center;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      font-weight: normal;
      color: #bba268;
      cursor: pointer;
      text-decoration: none;
      overflow: visible;
      margin-top: 20px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .legalinformation .textcontent a.button:hover {
        -webkit-transform: scaleX(0.9) scaleY(0.9);
        -ms-transform: scaleX(0.9) scaleY(0.9);
        transform: scaleX(0.9) scaleY(0.9);
        color: #ffffff;
        background: #bba268; }

.aboutus {
  background: #ffffff;
  padding-top: 105px; }
  .aboutus .fullscreenimage {
    width: 100%;
    height: 62vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 767px) {
      .aboutus .fullscreenimage {
        height: 52vh; } }
  .aboutus .textcontent {
    width: 623px;
    margin: 0 auto;
    padding-top: 100px;
    font-family: Roboto;
    color: #666666;
    font-size: 14px; }
    @media (max-width: 767px) {
      .aboutus .textcontent {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px; } }
    .aboutus .textcontent b {
      font-weight: 700; }
    .aboutus .textcontent h2 {
      color: #bba268;
      font-size: 42px;
      font-weight: 300;
      padding-top: 30px;
      padding-bottom: 10px;
      line-height: 1.2; }
    .aboutus .textcontent p {
      font-size: 14px;
      line-height: 27px;
      font-weight: 300; }
  .aboutus .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
  .aboutus .personimage {
    width: 151px;
    height: 151px;
    border-radius: 190px;
    overflow: hidden;
    position: relative;
    -ms-flex-preferred-size: 151px;
    flex-basis: 151px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .aboutus .persontext {
    margin-left: 20px; }
    .aboutus .persontext h3 {
      font-size: 14px;
      font-weight: 400;
      color: #333333; }
    .aboutus .persontext p {
      color: #ababab;
      font-weight: 400; }

.contact .fullscreenimage {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media (max-width: 767px) {
    .contact .fullscreenimage {
      height: calc(var(--vh, 1vh) * 100); } }

.contact .contactcontent {
  font-family: Roboto;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  position: absolute;
  bottom: 155px;
  left: 60px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 30px 0px 30px;
  padding-bottom: 0;
  border-radius: 15px 15px 0 0;
  width: 340px;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 15px);
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 15px); }
  @media (max-width: 767px) {
    .contact .contactcontent {
      left: 40px; } }
  @media (max-width: 380px) {
    .contact .contactcontent {
      left: 20px; } }
  .contact .contactcontent b {
    font-size: 12px; }
  .contact .contactcontent a {
    text-decoration: none;
    color: #000000; }
    .contact .contactcontent a:hover {
      text-decoration: underline; }

.contact .footercontact {
  border-top: 4px solid #bba268;
  position: relative;
  background: #333333;
  color: #bba268;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  width: 100%; }

body {
  background: #333333; }
