html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* barva textu */
/* barva textu */
/* světlá barva textu */
/* zvýrazněná barva*/
/* barva pozadí pod bílou */
.size-32 {
  font-size: 2rem;
  line-height: 2rem;
}
.size-24 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.size-16 {
  font-size: 1rem;
  line-height: 1rem;
}
.text-bold {
  font-weight: 700;
}
.text-medium {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-light {
  font-weight: 300;
}
.text-thin {
  font-weight: 100;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .text-md-center {
    text-align: center !important;
    justify-content: center !important;
  }
}
.text-high-light {
  color: #8B7455;
}
.text-high-dark {
  color: #000;
}
.spacer-2 {
  width: 100%;
  height: 0.125rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-4 {
  width: 100%;
  height: 0.25rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-8 {
  width: 100%;
  height: 0.5rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-16 {
  width: 100%;
  height: 1rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-24 {
  width: 100%;
  height: 1.5rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-32 {
  width: 100%;
  height: 2rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-40 {
  width: 100%;
  height: 2.5rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-48 {
  width: 100%;
  height: 3rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-64 {
  width: 100%;
  height: 4rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-72 {
  width: 100%;
  height: 4.5rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-80 {
  width: 100%;
  height: 5rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-96 {
  width: 100%;
  height: 6rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-112 {
  width: 100%;
  height: 7rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.spacer-160 {
  width: 100%;
  height: 10rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.h-spacer-16 {
  width: 1rem;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
/*!
 * Bootstrap Grid v4.0.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)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.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.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.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.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .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-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* breadcrumb navigace */
.breadcrumb {
  margin-bottom: 2rem;
}
.breadcrumb ul {
  margin-left: 0;
}
.breadcrumb li {
  display: inline;
  font-size: 1rem;
}
.breadcrumb li:last-child {
  color: #000;
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li span {
  padding: 0 0.25rem 0 0.25rem;
  color: #000;
}
.btn {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.25rem;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border: 1px solid #fff;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s background;
  display: inline-block;
}
.btn:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn.btn-gold {
  color: #8B7455;
  border: 1px solid #8B7455;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.btn.btn-gold:hover {
  background: #8B7455;
  color: #fff;
}
.btn.btn-gold.btn-arrow {
  display: flex;
  justify-content: space-between;
}
.btn.btn-gold.btn-arrow .svg {
  width: 2.5rem;
  height: 1.5rem;
  fill: #8B7455;
  margin-right: 2rem;
}
.btn.btn-gold.btn-arrow:hover .svg {
  fill: #fff;
}
.btn.btn-gold-white {
  background: #8B7455;
  color: #fff;
  border: 1px solid #8B7455;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
}
.btn.btn-gold-white:hover {
  background: #fff;
  color: #8B7455;
}
.btn.btn-black {
  border: 1px solid #000;
  color: #000;
}
.btn.bigger {
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
}
@media only screen and (max-width: 768px) {
  .btn {
    padding: 0.75rem 1rem 0.75rem 1rem;
  }
}
.btn-right {
  display: flex;
  align-self: flex-end;
  text-align: right;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .btn.btn-gold-white {
    padding: 1rem 2.5rem 1rem 2.5rem !important;
  }
}
#flashes {
  width: 100%;
  height: 0;
  opacity: 0;
}
.flash {
  display: flex;
  justify-content: space-between;
  background: #8BBE40;
  color: #fff;
  padding: 1rem;
  font-size: 1.25rem;
}
.flash.info {
  background: #8BBE40;
}
.flash.error {
  background: #C83726;
}
.flash.note {
  background: #fff;
  border: 1px solid #8BBE40;
  color: #000;
}
.flash.important {
  background: #F9DB05;
  color: #000;
}
.flash .flash-close svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: #fff;
  font-weight: 700;
}
/* lightbox close */
.mfp-close {
  width: 2.5rem !important;
  right: 0 !important;
  top: -1rem !important;
  opacity: 0.8 !important;
}
.mfp-close:hover {
  opacity: 1 !important;
}
.mfp-close:before,
.mfp-close:after {
  position: absolute;
  left: 1rem;
  content: ' ';
  height: 2rem;
  width: 0.5rem;
  background-color: #8B7455;
}
.mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close:after {
  transform: rotate(-45deg);
}
.pager {
  width: 100%;
  text-align: center;
}
.pager li {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0.25rem 0 0.25rem;
  line-height: 1rem;
}
.pager li.active {
  font-weight: bold;
  font-size: 1.25rem;
}
.pager li a {
  padding: 0.25rem;
  display: inline-block;
  text-decoration: none;
}
.pager li a:hover {
  text-decoration: underline;
}
.pager li.prev {
  padding-left: 0.25rem;
}
.pager li.prev a {
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  margin-right: 0.25rem;
}
.pager li.prev a:hover {
  text-decoration: none;
}
.pager li.next {
  padding-right: 0.25rem;
}
.pager li.next a {
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  margin-left: 0.25rem;
}
.pager li.next a:hover {
  text-decoration: none;
}
.slicknav_menu {
  color: #000;
  padding: 0;
  background: none;
  width: 100%;
  overflow-y: auto;
  height: 100vh;
}
.slicknav_menu .slicknav_btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  display: none;
}
.slicknav_menu .slicknav_nav {
  position: relative;
  top: 1rem;
  width: 100%;
  display: block !important;
  padding-top: 0.5rem;
  background: #8B7455;
  overflow: auto;
}
.slicknav_menu .slicknav_nav a:hover {
  background: none;
}
.slicknav_menu .slicknav_nav ul {
  margin-left: 0;
}
.slicknav_menu .slicknav_nav li {
  margin: 0 0 0.25rem 0;
  padding: 0 0 0.25rem 0;
}
.slicknav_menu .slicknav_nav li a {
  width: 98%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.slicknav_menu .slicknav_nav li a:hover {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .slicknav_menu {
    display: block;
  }
}
#ajax-spinner::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.2;
}
.loader {
  border: 1rem solid #000;
  border-top: 1rem solid #8B7455;
  border-radius: 50%;
  width: 100px;
  height: 6rem;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 48%;
  top: 36%;
  z-index: 102;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#top-link {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 1111;
}
#top-link button {
  width: 2rem;
  height: 2rem;
  border: none;
  cursor: pointer;
  border: 1px solid #fff;
}
#top-link button:hover {
  background-color: #000;
}
#top-link button span {
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  position: relative;
  top: -0.75rem;
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=password],
form input[type=submit] {
  width: 300px;
  height: 38px;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
form input[type=submit] {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.25rem;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border: 1px solid #fff;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s background;
  display: inline-block;
  background: #8B7455;
  color: #fff;
  border: 1px solid #8B7455;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
  height: auto;
}
form input[type=submit]:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
form input[type=submit].btn-gold {
  color: #8B7455;
  border: 1px solid #8B7455;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
form input[type=submit].btn-gold:hover {
  background: #8B7455;
  color: #fff;
}
form input[type=submit].btn-gold.btn-arrow {
  display: flex;
  justify-content: space-between;
}
form input[type=submit].btn-gold.btn-arrow .svg {
  width: 2.5rem;
  height: 1.5rem;
  fill: #8B7455;
  margin-right: 2rem;
}
form input[type=submit].btn-gold.btn-arrow:hover .svg {
  fill: #fff;
}
form input[type=submit].btn-gold-white {
  background: #8B7455;
  color: #fff;
  border: 1px solid #8B7455;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
}
form input[type=submit].btn-gold-white:hover {
  background: #fff;
  color: #8B7455;
}
form input[type=submit].btn-black {
  border: 1px solid #000;
  color: #000;
}
form input[type=submit].bigger {
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
}
@media only screen and (max-width: 768px) {
  form input[type=submit] {
    padding: 0.75rem 1rem 0.75rem 1rem;
  }
}
form input[type=submit]:hover {
  background: #fff;
  color: #8B7455;
}
form textarea {
  width: 300px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #000;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  resize: vertical;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #C7C7C7;
}
form select {
  width: 300px;
  height: 2.625rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #000;
  border: 1px solid #C7C7C7;
}
form label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: block;
  color: #707070;
}
form h2 {
  font-size: 2rem;
  line-height: 2rem;
}
form .form-row {
  margin: 0 0 1rem 0;
  width: 100%;
}
form .form-item {
  margin: 0 0 1rem 0;
  position: relative;
}
form .form-item .placeholder-hint {
  height: 40px;
  position: absolute;
  right: 0.25rem;
  top: 0;
  font-size: 0.625rem;
  color: #8B7455;
  line-height: 40px;
  display: none;
}
form .error-message {
  font-size: 0.625rem;
  color: #8B7455;
}
form .form-error-message,
form .text-danger {
  font-weight: 700;
  font-size: 0.75rem;
  color: #8B7455;
  margin: 0.25rem 0 0.25rem 0;
  padding-left: 0.5rem;
  display: block;
  width: 100%;
}
.shadow {
  -webkit-box-shadow: 0px 0px 15px 3px #cccccc;
  -moz-box-shadow: 0px 0px 15px 3px #cccccc;
  box-shadow: 0px 0px 15px 3px #cccccc;
}
.line {
  width: 110px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.letter-space {
  letter-spacing: 2px;
}
.font-2 {
  font-family: 'Roboto', sans-serif;
}
.gold {
  color: #8B7455;
}
.absolute {
  position: absolute !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-size: 100.01%;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 300;
}
h1 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  margin: 0 0 3.5rem 0;
  color: #8B7455;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  color: #8B7455;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
.homepage h2 {
  font-size: 5.625rem;
  line-height: 5.625rem;
}
@media only screen and (max-width: 768px) {
  .homepage h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.homepage h1 {
  font-size: 5.625rem;
  line-height: 5.625rem;
}
@media only screen and (max-width: 768px) {
  .homepage h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
p {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
strong {
  color: #000;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #8B7455;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin-left: 1.5rem;
  list-style-type: circle;
}
ul li {
  padding: 0 0 0.5rem 0;
}
img {
  display: inline-block;
  max-width: 100%;
}
.cleaner {
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.show {
  display: block;
}
.hide,
.hidden {
  display: none;
}
.svg {
  display: inline-block;
}
.icon {
  display: inline-block;
}
.iframe-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block;
}
.iframe-video iframe,
.iframe-video object,
.iframe-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe,
object,
embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#google-map {
  width: 100%;
  height: 400px;
}
.text {
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .text {
    font-size: 1rem;
  }
}
.text strong {
  color: #000;
}
.text p {
  padding: 0 0 1.25rem 0;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.text ul {
  list-style-type: circle;
  margin: 0 0 0.5rem 1rem;
}
.text ol {
  margin: 0 0 1rem 0.5rem;
  list-style-type: none;
}
.text ol li {
  counter-increment: count-me;
}
.text ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -1.3rem;
  top: 0.5rem;
  color: #8B7455;
  font-weight: bold;
}
.text li {
  padding: 0 0 0 0.25rem;
  line-height: 2.5rem;
}
.text table {
  border-collapse: collapse;
  border: 1px solid #000;
  margin: 0 0 0.5rem 0;
}
.text th {
  background: #333;
}
.text td,
.text th {
  padding: 0.2rem 1rem 0.2rem 0;
  border: 1px solid #333;
}
.text p + h2 {
  margin-top: 1rem;
}
.text p + h3 {
  margin-top: 2rem;
}
.text p + li {
  margin-top: 2rem;
}
.text sup {
  font-size: 0.625rem;
  line-height: 0.625rem;
  vertical-align: baseline;
  position: relative;
  top: -0.25rem;
}
.text .text-medium {
  font-weight: 400;
}
/* styly pro class z wysiwygu */
.text .smaller {
  font-size: 90%;
}
.text .bigger {
  font-size: 130%;
}
.text .bigger-bold {
  font-size: 130%;
  font-weight: bold;
}
.text .img-left {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.text .img-center {
  display: block;
  margin: 0 auto;
}
.text .img-right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.text .text-left {
  text-align: left;
}
.text .text-center {
  text-align: center;
}
.text .text-right {
  text-align: right;
}
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.flip-in-ver-right {
  -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: flip-in-ver-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}
.slide-in-right {
  -webkit-animation: slide-in-right 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-in-right 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.slide-in-right-linear {
  -webkit-animation: slide-in-right 1s linear both;
  animation: slide-in-right 1s linear both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-right {
  -webkit-animation: slide-right 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: slide-right 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0px);
  }
}
.slide-in-left {
  -webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-left-linear {
  -webkit-animation: slide-in-left 1s linear both;
  animation: slide-in-left 1s linear both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-out-left {
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.slide-out-left-linear {
  -webkit-animation: slide-out-left 1s linear both;
  animation: slide-out-left 1s linear both;
}
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
.slide-out-right {
  -webkit-animation: slide-out-right 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.slide-out-right-linear {
  -webkit-animation: slide-out-right 1s linear both;
  animation: slide-out-right 1s linear both;
}
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
.slide-top {
  -webkit-animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.slide-bottom {
  -webkit-animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.floating {
  -webkit-animation: floating 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: floating 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
  }
}
@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s infiniteboth;
  animation: slide-in-bottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s infiniteboth;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-right-quint {
  -webkit-animation: slide-in-right-quint 0.25s cubic-bezier(0.86, 0, 0.07, 1) both;
  animation: slide-in-right-quint 0.25s cubic-bezier(0.86, 0, 0.07, 1) both;
}
@-webkit-keyframes slide-in-right-quint {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right-quint {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
header {
  color: #fff;
}
header a {
  color: #fff;
}
header a.external {
  margin-top: 2rem;
}
header a.external svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #fff;
  margin: 0.25rem;
}
header .header-over {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  /*background: rgba(red(@black), green(@black), blue(@black), .75); */
}
@media only screen and (max-width: 768px) {
  header .header-container {
    display: flex;
    flex-direction: column;
  }
}
header .header-contact {
  width: 100%;
  text-align: right;
  margin-top: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 1px;
}
header .header-contact .sep {
  padding: 0 1rem 0 1rem;
  order: 3;
}
header .header-contact svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  header .header-contact {
    display: none;
  }
}
header .header-logo {
  width: 100%;
  text-align: center;
  order: 1;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  header .header-logo {
    width: 10rem;
    text-align: left;
    margin-top: 1rem;
  }
}
header .header-menu-container {
  width: 100%;
  text-align: center;
  order: 2;
}
header .header-menu-container .header-menu-icon {
  display: none;
  margin: -0.25rem 0 0 2rem;
}
header .header-menu-container .header-menu-icon .svg-ico-mail {
  margin-right: 3rem;
}
header .header-menu-container .header-menu-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  stroke: #fff;
}
@media only screen and (max-width: 768px) {
  header .header-menu-container .header-menu-icon {
    display: inline-block;
  }
}
@media only screen and (max-width: 576px) {
  header .header-menu-container .header-menu-icon {
    margin-left: 1rem;
  }
}
header .header-menu-container .header-menu ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-left: 0;
}
header .header-menu-container .header-menu ul li {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0 2rem 0 2rem;
  letter-spacing: 3px;
  white-space: nowrap;
}
header .header-menu-container .header-menu ul li a {
  display: inline-block;
  padding-bottom: 0.25rem;
}
header .header-menu-container .header-menu ul li ul.submenu {
  position: absolute;
  display: none;
  z-index: 2006;
  width: 250px;
  padding-top: 1rem;
  background: rgba(0, 0, 0, 0.75);
  margin-left: 0;
}
header .header-menu-container .header-menu ul li ul.submenu li {
  text-transform: none;
  font-size: 0.875rem;
  padding: 0 0 1rem 1rem;
  letter-spacing: 1px;
  text-align: left;
  white-space: normal;
}
@media only screen and (max-width: 1200px) {
  header .header-menu-container .header-menu ul li {
    padding: 0 0.75rem 0 0.75rem;
    letter-spacing: 1px;
  }
}
header .header-menu-container .header-menu ul li:hover ul.submenu {
  display: block;
}
@media only screen and (max-width: 992px) {
  header .header-menu-container .header-menu ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-menu-container .header-menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header-menu-container {
    text-align: right;
    margin-top: 1rem;
  }
}
header .header-top-line.top-fixed {
  display: flex;
  position: fixed;
  z-index: 205;
  width: 100%;
  margin-left: -15px;
  height: 4rem;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
}
header .header-top-line.top-fixed .header-logo {
  order: 1;
  margin-bottom: 0;
  width: auto;
  margin-left: 1rem;
  flex: 1;
}
header .header-top-line.top-fixed .header-logo a {
  display: block;
  width: 170px;
}
@media only screen and (max-width: 1400px) {
  header .header-top-line.top-fixed .header-logo a {
    width: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header-top-line.top-fixed .header-logo a {
    width: 100px;
  }
}
@media only screen and (max-width: 992px) {
  header .header-top-line.top-fixed .header-logo a {
    width: 85px;
  }
}
@media only screen and (max-width: 768px) {
  header .header-top-line.top-fixed .header-logo {
    margin-top: 0;
  }
}
header .header-top-line.top-fixed .header-menu-container {
  order: 2;
  flex: 2;
}
header .header-top-line.top-fixed .header-menu-container .header-menu ul li {
  padding: 0 0.65rem 0 0.65rem;
}
header .header-top-line.top-fixed .header-menu-container .header-menu ul li ul.submenu li {
  padding: 0 0 1rem 1rem;
}
@media only screen and (max-width: 1400px) {
  header .header-top-line.top-fixed .header-menu-container .header-menu ul li {
    padding: 0 0.5rem 0 0.5rem;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 992px) {
  header .header-top-line.top-fixed .header-menu-container .header-menu ul li {
    padding: 0 0.25rem 0 0.25rem;
    font-size: 11px;
  }
}
header .header-top-line.top-fixed .header-contact {
  order: 3;
  margin-top: 0;
  margin-right: 15px;
  flex: 1;
}
header .header-top-line.top-fixed .header-contact .sep {
  padding: 0 0.5rem 0 0.5rem;
}
@media only screen and (max-width: 1400px) {
  header .header-top-line.top-fixed .header-contact {
    display: flex;
    flex-direction: column;
  }
  header .header-top-line.top-fixed .header-contact .sep {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  header .header-top-line.top-fixed .header-contact {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  header .header-top-line.top-fixed .header-contact {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header-top-line.top-fixed {
    height: 4rem;
    padding-left: 1rem;
  }
  header .header-top-line.top-fixed .mobile-menu {
    top: 0;
    right: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-top-line {
    display: flex;
  }
}
.mobile-menu svg {
  width: 2rem;
}
.svg-icon-close {
  width: 2rem;
}
.side-menu {
  width: 90%;
  position: fixed;
  right: -100%;
  background: #8B7455;
  min-height: 100%;
  z-index: 999;
  padding: 2rem 2rem 1rem 1rem;
  color: #000;
}
.side-menu.slide-in-right-quint {
  right: 0;
}
.mobile-menu {
  display: none;
  width: 2rem;
  height: 2rem;
  float: right;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mobile-menu {
    display: block;
  }
}
#close-menu {
  display: block;
  width: 2rem;
  height: 2rem;
}
.side-menu-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.side-menu-top .menu-contact {
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
}
.side-menu-top .menu-contact a {
  margin-bottom: 1rem;
}
#main-menu {
  display: none;
}
.slider-content {
  position: absolute;
  width: 100%;
  top: 68%;
  z-index: 100;
  stransform: translate(-50%);
}
.slider-content:before {
  content: '';
  position: absolute;
  width: calc(((100vw - 1480px) / 2.5));
  height: 1px;
  background: #fff;
  top: 25%;
  left: 0;
}
.slider-content .slider-content-in {
  width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1512px) {
  .slider-content .slider-content-in {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
  }
}
.slider-content strong {
  color: #fff;
}
.slider-content .slider-text {
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  max-width: 800px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .slider-content .slider-text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .slider-content .slider-text {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .slider-content .slider-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .slider-content .slider-text {
    display: none;
  }
}
.slider-content .slider-link {
  text-align: right;
  display: flex;
  align-self: flex-end;
  font-family: 'Roboto', sans-serif;
}
.slider-content .slider-link .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .slider-content .slider-link {
    margin-left: 1rem;
  }
  .slider-content .slider-link .btn {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .slider-content .slider-link {
    width: 100%;
    justify-content: center;
    top: auto;
    position: relative;
  }
  .slider-content .slider-link a {
    position: absolute;
    z-index: 2004;
  }
}
#header-slider-page .slider-content:before {
  display: none;
}
#header-slider-page .slider-link {
  width: 100%;
  justify-content: right;
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #header-slider-page .slider-link {
    justify-content: left;
    text-align: left;
  }
}
section.content-row {
  padding-bottom: 2rem;
}
section.content-row.breadcrumb-row {
  padding: 3rem 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  section.content-row.breadcrumb-row {
    padding: 3rem 1rem 0 1rem;
  }
}
@media only screen and (max-width: 992px) {
  section.content-row {
    padding-bottom: 1.5rem;
  }
}
section.content-row + section.content-row.bg-brown {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  section.content-row + section.content-row.bg-brown {
    margin-bottom: 1rem;
  }
}
section.bg-brown {
  background: #8B7455;
  padding-top: 2rem;
}
section.bg-brown h2,
section.bg-brown h3,
section.bg-brown .text,
section.bg-brown strong,
section.bg-brown .text strong,
section.bg-brown a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  section.bg-brown {
    padding-top: 1rem;
  }
}
.content {
  width: 1480px;
  margin: 0 auto;
}
@media only screen and (max-width: 1512px) {
  .content {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-content {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.content-small {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .content-small {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.content-gold {
  overflow: hidden;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 0;
}
.content-gold h1,
.content-gold h2 {
  color: #000;
}
@media only screen and (max-width: 1600px) {
  .content-gold {
    background-size: 40%, 40%;
  }
}
@media only screen and (max-width: 768px) {
  .content-gold {
    background: #8B7455;
    margin-bottom: 1rem;
    padding-top: 3rem;
  }
}
section.content-row.content-gold {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section.content-row.content-reference {
    padding-top: 3rem;
  }
}
.content-img {
  width: 100%;
  display: flex;
}
.content-img .col-l {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.content-img .col-l.content-img-text {
  padding-left: calc((100vw - 1480px) / 2);
}
.content-img .col-r {
  width: 50%;
  padding-left: 15px;
  padding-right: 0;
}
@media only screen and (max-width: 1480px) {
  .content-img .col-l {
    padding-left: 1rem;
  }
  .content-img .col-l.content-img-text {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .content-img {
    flex-direction: column;
  }
  .content-img .col-l {
    width: 100%;
    padding: 0 1rem 0 1rem;
  }
  .content-img .col-r {
    width: 100%;
    padding-left: 0;
  }
}
.content-all {
  width: 100%;
}
.content-all .row.col-list-items {
  margin: 0;
}
.content-all .row.col-list-items [class*='col'] {
  padding: 0;
}
.content-gold {
  background: url('svg/circle-brown.svg') -280px -230px no-repeat;
  background-color: #8B7455;
}
.wardrobes {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 3px #cccccc;
  -moz-box-shadow: 0px 0px 15px 3px #cccccc;
  box-shadow: 0px 0px 15px 3px #cccccc;
}
.wardrobes .wardrobe {
  display: none;
  position: relative;
  min-height: 600px;
}
.wardrobes .wardrobe.active {
  display: flex;
}
.wardrobes .wardrobe .wardrobe-content {
  padding-top: 1rem;
}
.wardrobes .wardrobe .wardrobe-content h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #000;
  text-transform: none;
  font-weight: 700;
}
.wardrobes .wardrobe .wardrobe-content h2 a {
  color: #000;
}
.wardrobes .wardrobe .wardrobe-content ul {
  list-style-type: none;
}
.wardrobes .wardrobe .wardrobe-content ul li {
  color: #8B7455;
  position: relative;
}
.wardrobes .wardrobe .wardrobe-content ul li:before {
  content: '';
  width: 5px;
  height: 1px;
  background: #8B7455;
  position: absolute;
  top: 0.625rem;
  left: -1rem;
  margin-right: 5px;
}
.wardrobes .wardrobe .wardrobe-content p {
  color: #8B7455;
}
.wardrobes .wardrobe .wardrobe-content p strong {
  color: #000;
}
.wardrobes .wardrobe .wardrobe-content .wardrobe-content-bottom-text p {
  font-family: 'Roboto', sans-serif;
  color: #000;
}
.wardrobes .wardrobe .wardrobe-content .wardrobe-content-bottom-text .wardrobe-price {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.wardrobes .wardrobe .wardrobe-content .wardrobe-content-bottom-text .wardrobe-price span {
  font-size: 3rem;
  line-height: 3.75rem;
  display: inline-block;
  margin-left: 1rem;
}
.wardrobes .wardrobe .wardrobe-content .wardrobe-content-bottom-text .wardrobe-note {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media only screen and (max-width: 1200px) {
  .wardrobes .wardrobe .wardrobe-content {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.wardrobes .card-control {
  display: flex;
  justify-content: flex-end;
}
.wardrobes .card-control .btn-control {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid #8B7455;
  cursor: pointer;
}
.wardrobes .card-control .btn-control span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.wardrobes .card-control .btn-control:hover {
  background: #8B7455;
}
.wardrobes .card-control .btn-control:hover svg line {
  stroke: #fff !important;
}
.wardrobes .card-control .btn-control:last-child {
  border-left: none;
}
.wardrobes .card-control svg {
  width: 17px;
  height: 32px;
}
.wardrobes .card-control svg line {
  stroke: #8B7455 !important;
}
.wardrobes .button-all {
  display: none;
}
.advantages {
  position: relative;
  min-height: 700px;
  top: -70px;
  background-attachment: fixed;
  background-position: left 3.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  .advantages {
    top: 0;
    background-position: left top;
  }
  .advantages .content {
    padding: 0;
  }
}
.advantages-box {
  color: #fff;
  width: 1000px;
  position: relative;
  top: -2rem;
  padding: 6rem 6rem 4rem 6rem;
  background: rgba(139, 116, 85, 0.82);
}
.advantages-box .advantage-img {
  text-align: center;
}
.advantages-box .advantage-img svg {
  height: 3rem;
  width: auto;
}
.advantages-box .advantage-content {
  text-align: center;
}
.advantages-box .advantage-content h3 {
  color: #fff;
  text-transform: uppercase;
}
.advantages-box .advantage-content p {
  font-size: 0.875rem;
  line-height: 1rem;
}
@media only screen and (max-width: 992px) {
  .advantages-box {
    width: 100%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .advantages-box .advantage-item {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 1rem;
  }
  .advantages-box .advantage-item h3 {
    margin-bottom: 0.5rem;
  }
  .advantages-box .advantage-item .advantage-content {
    text-align: left;
    padding-left: 1rem;
  }
  .advantages-box .advantage-item .spacer-32 {
    display: none;
  }
}
.advantages {
  background: url('skrine-vyhody.jpg') left top no-repeat;
}
.content-calculation .content-calculation-top {
  width: calc((100% - 50px));
}
@media only screen and (max-width: 1200px) {
  .content-calculation .content-calculation-top {
    width: calc((100% - 15px));
  }
  .content-calculation .content-calculation-top .wardrobes {
    -webkit-box-shadow: 0px 10px 25px 3px #cccccc;
    -moz-box-shadow: 0px 10px 25px 3px #cccccc;
    box-shadow: 0px 10px 25px 3px #cccccc;
  }
}
@media only screen and (max-width: 1200px) {
  .content-calculation .content-calculation-top {
    background: none;
  }
  .content-calculation .content-calculation-top .wardrobes {
    box-shadow: none;
  }
  .content-calculation .content-calculation-top #cardsc {
    order: 2;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .content-calculation .calculation-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.content-calculation .calculation-img-mobile {
  display: none;
  text-align: center;
  margin: 1rem auto 1rem auto;
}
@media only screen and (max-width: 1200px) {
  .content-calculation .calculation-img-mobile {
    display: block;
  }
}
#hlavniMenu ul {
  margin-left: 0;
}
#rekap p {
  line-height: 1.75rem;
}
section.section-3d {
  padding-top: 0;
  position: relative;
}
section.section-3d .section-3d-image {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
@media only screen and (max-width: 768px) {
  section.section-3d .section-3d-image {
    display: none;
  }
}
section.section-3d .section-3d-content {
  padding-top: 150px;
}
section.section-3d .section-3d-content .section-3d-bottom {
  font-size: 2.5rem;
  color: #8B7455;
  line-height: 2.5rem;
  display: flex;
  justify-content: space-between;
  margin-left: -4rem;
}
section.section-3d .section-3d-content .section-3d-bottom li {
  padding-bottom: 1rem;
}
section.section-3d .section-3d-content .section-3d-bottom .section-3d-link {
  display: flex;
  align-self: flex-end;
  text-align: right;
  justify-content: end;
}
@media only screen and (max-width: 1200px) {
  section.section-3d .section-3d-content .section-3d-bottom {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  section.section-3d .section-3d-content .section-3d-bottom {
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  section.section-3d .section-3d-content .section-3d-content-bg {
    background-size: 60% auto;
  }
}
@media only screen and (max-width: 768px) {
  section.section-3d .section-3d-content .section-3d-content-bg {
    background-size: 35% auto;
    background-position: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  section.section-3d .section-3d-content {
    padding-top: 50px;
  }
}
.section-3d-content-text .btn-gold {
  white-space: nowrap;
}
.section-3d-content-bg {
  background: url('10.png') 30% top no-repeat;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 94%;
  height: 100%;
  opacity: 0;
}
.content-actual .actual-row {
  width: 100%;
}
.content-actual .actual-row .actual-row-in {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content-actual .actual-row .actual-col {
  opacity: 0;
}
@media only screen and (max-width: 576px) {
  .content-actual .actual-row .actual-col {
    opacity: 1;
  }
}
.content-actual .actual-row a.actual {
  background: #fff;
  padding: 1rem 2rem 1rem 2rem;
  min-height: 440px;
  display: block;
  color: #000;
  -webkit-box-shadow: 0px 0px 15px 3px #cccccc;
  -moz-box-shadow: 0px 0px 15px 3px #cccccc;
  box-shadow: 0px 0px 15px 3px #cccccc;
}
.content-actual .actual-row a.actual:hover {
  text-decoration: none;
  cursor: pointer;
}
.content-actual .actual-row a.actual .actual-date {
  color: #8B7455;
  font-size: 0.75rem;
}
.content-actual .actual-row p {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .content-actual .actual-row {
    background: #8B7455;
  }
}
@media only screen and (max-width: 768px) {
  .content-actual .actual-row a.actual {
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.content-actual .actual-row {
  background: url('bg-actual.jpg') 50% 4rem no-repeat;
}
.content-reference {
  padding-top: 0;
}
.content-reference .content {
  overflow: hidden;
}
.content-reference .reference {
  width: 50%;
  position: relative;
}
.content-reference .reference .reference-in {
  background: #fff;
  padding: 6rem 4rem 6rem 6rem;
  -webkit-box-shadow: 0px 0px 15px 3px #cccccc;
  -moz-box-shadow: 0px 0px 15px 3px #cccccc;
  box-shadow: 0px 0px 15px 3px #cccccc;
}
.content-reference .reference h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #000;
  text-transform: none;
}
.content-reference .reference p {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.content-reference .reference-fluid {
  display: flex;
  justify-content: space-between;
}
.content-reference .reference:nth-child(1) {
  z-index: 0;
  top: -1100px;
  left: 50px;
}
.content-reference .reference:nth-child(1).effect-finish {
  top: 130px;
}
.content-reference .reference:nth-child(2) {
  z-index: 3;
  top: 1100px;
  left: -10px;
}
.content-reference .reference:nth-child(2).effect-finish {
  top: 0;
}
.content-reference .btn {
  font-size: 1rem;
  font-weight: 300;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
  .content-reference .reference-fluid {
    flex-direction: column;
  }
  .content-reference .reference {
    width: 100%;
  }
  .content-reference .reference .reference-in {
    padding: 2rem 1rem 2rem 1rem;
  }
  .content-reference .reference:nth-child(2) {
    left: 0;
  }
  .content-reference .reference:nth-child(2).effect-finish {
    top: -35px;
  }
  .content-reference .reference:nth-child(1) {
    left: 0;
  }
  .content-reference h2 {
    font-size: 3rem;
    line-height: 2rem;
  }
  .content-reference .reference h2 {
    font-size: 1.25rem;
  }
  .content-reference .reference p {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
.content-reference .reference-control {
  position: relative;
}
.content-reference .reference-control a {
  position: relative;
  z-index: 3000;
}
.reference-background {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.reference-background img {
  -webkit-clip-path: circle(400px at 500px 500px);
  clip-path: circle(400px at 500px 500px);
}
.reference-background:after {
  content: '';
  width: 540px;
  height: 540px;
  -webkit-border-radius: 275px;
  -moz-border-radius: 275px;
  border-radius: 275px;
  display: block;
  position: absolute;
  top: 233px;
  left: 222px;
  background: #fff;
}
@media only screen and (max-width: 1400px) {
  .reference-background img {
    -webkit-clip-path: circle(300px at 400px 400px);
    clip-path: circle(300px at 400px 400px);
  }
  .reference-background:after {
    content: '';
    width: 420px;
    height: 420px;
    -webkit-border-radius: 210px;
    -moz-border-radius: 210px;
    border-radius: 210px;
    display: block;
    position: absolute;
    top: 190px;
    left: 190px;
    background: #fff;
  }
}
@media only screen and (max-width: 1200px) {
  .reference-background {
    display: none;
  }
}
.list-items .list-item {
  display: flex;
  width: 100%;
  justify-content: start;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0px 0px 15px 3px #cccccc;
  -moz-box-shadow: 0px 0px 15px 3px #cccccc;
  box-shadow: 0px 0px 15px 3px #cccccc;
}
.list-items .list-item .list-item-foto {
  flex: 2;
}
@media only screen and (max-width: 768px) {
  .list-items .list-item .list-item-foto {
    flex: auto;
  }
}
.list-items .list-item .list-item-content {
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  flex: 5;
  display: flex;
}
.list-items .list-item .list-item-content .list-item-text {
  flex: 1;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .list-items .list-item .list-item-content .list-item-text {
    flex: auto;
  }
}
.list-items .list-item .list-item-content h2 {
  font-size: 3.5rem;
  line-height: 3.75rem;
  color: #000;
  font-style: 700;
  text-transform: none;
}
.list-items .list-item .list-item-content h2 a {
  color: #000;
}
.list-items .list-item .list-item-content a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .list-items .list-item .list-item-content {
    flex-direction: column;
  }
  .list-items .list-item .list-item-content .list-item-control {
    margin-top: 1rem;
  }
  .list-items .list-item .list-item-content h2 {
    line-height: 2.5rem;
  }
}
.list-items .list-item .list-item-control {
  display: flex;
  align-self: flex-end;
  text-align: right;
  justify-content: end;
}
@media only screen and (max-width: 576px) {
  .list-items .list-item {
    display: block;
  }
}
.col-list-items h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000;
}
.col-list-items h2 a {
  color: #000;
}
.col-list-items .col-list-item {
  margin-bottom: 4rem;
}
.col-list-items .col-list-item.list-item-highlight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.col-list-items .col-list-item .list-item-content {
  text-align: center;
  min-height: 3rem;
}
.col-list-items .col-list-item .list-item-content.content-higher {
  min-height: 12rem;
}
.col-list-items .col-list-item .list-item-content.list-title-highlight {
  background: #8b7455;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-list-items .col-list-item .list-item-content.list-title-highlight p {
  padding: 0;
  color: #fff;
}
.col-list-items .col-list-item .list-item-foto {
  display: flex;
  justify-content: center;
  vertical-align: top;
}
.col-list-items .col-list-item .list-item-foto img {
  display: block;
}
.fotogalery-list .fotogalery-item {
  margin-bottom: 2rem;
}
.catalog-list .wardrobe-price {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.catalog-list .wardrobe-price span {
  font-size: 3rem;
  line-height: 3.75rem;
  display: inline-block;
  margin-left: 1rem;
}
.catalog-list .wardrobe-note {
  font-size: 0.75rem;
  line-height: 1rem;
}
.list-items.catalog-list .list-item .list-item-foto img {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .list-items.catalog-list .list-item .list-item-content {
    padding: 1rem 3rem 1rem 1rem;
  }
  .list-items.catalog-list .list-item .list-item-content h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .list-items.catalog-list .list-item .list-item-content p {
    font-size: 1rem;
    line-height: 1rem;
  }
  .list-items.catalog-list .list-item .list-item-content .wardrobe-price span {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .list-items.catalog-list .list-item .list-item-content .btn.btn-gold-white {
    padding: 1rem 3.5rem 1rem 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .list-items.catalog-list .list-item .list-item-content {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .list-items.catalog-list .list-item .list-item-content .btn.btn-gold-white {
    padding: 0.5rem 2rem 0.5rem 2rem;
  }
}
.list-items.catalog-list .list-item .list-item-control {
  display: flex;
  text-align: right;
  flex-direction: column;
  align-self: flex-start;
  height: 100%;
  justify-content: space-between;
}
.list-items.catalog-list .list-item .list-item-control .wardrobe-note {
  text-align: left;
  justify-content: end;
}
.list-items.catalog-list .list-item .list-item-control .wardrobe-note span {
  display: inline-block;
  width: 320px;
  text-align: right;
}
.list-items.catalog-list .list-item .list-item-control .list-item-control-btn {
  align-self: end;
}
@media only screen and (max-width: 768px) {
  .list-items.catalog-list .list-item .list-item-control {
    align-self: flex-start;
  }
  .list-items.catalog-list .list-item .list-item-control .wardrobe-price {
    text-align: left;
    margin-top: 0.5rem;
  }
  .list-items.catalog-list .list-item .list-item-control .wardrobe-note {
    justify-content: start;
    margin: 0.5rem 0 0.5rem 0;
  }
  .list-items.catalog-list .list-item .list-item-control .wardrobe-note span {
    text-align: left;
  }
  .list-items.catalog-list .list-item .list-item-control .list-item-control-btn {
    align-self: start;
  }
}
@media only screen and (max-width: 576px) {
  .list-items.catalog-list .list-item {
    display: block;
  }
}
.list-items.default-list .list-item .list-item-content h2 {
  font-size: 2.5rem;
}
footer {
  background: #8B7455;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer-top {
  display: flex;
  justify-content: center;
}
footer .footer-top a {
  margin: 0 1rem 1rem 1rem;
}
@media only screen and (max-width: 768px) {
  footer .footer-top {
    flex-direction: column;
  }
}
footer .footer-menu {
  display: flex;
  justify-content: center;
}
footer .footer-menu nav {
  width: 100%;
}
footer .footer-menu ul {
  list-style-type: none;
}
footer .footer-menu ul li {
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding-bottom: 0.5rem;
}
footer .footer-menu ul li.main-menu-item {
  font-weight: 700;
  padding-bottom: 2rem;
  font-size: 1.125rem;
}
footer .footer-menu ul li a {
  text-decoration: none;
}
footer .footer-menu ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  footer .footer-menu ul li ul li {
    display: inline-block;
    margin-right: 0.5rem;
  }
  footer .footer-menu ul li ul li.main-menu-item {
    padding: 0.5rem 0 0.5rem 0;
    width: 100%;
    display: block;
  }
  footer .footer-menu ul li ul li.menu-sep {
    display: none;
  }
}
footer .footer-banner {
  text-align: center;
}
footer .footer-banner svg {
  width: 28rem;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  footer .footer-banner svg {
    width: 20rem;
  }
}
footer .footer-contact {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width: 768px) {
  footer .footer-contact {
    text-align: center;
  }
}
footer .footer-address {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 768px) {
  footer .footer-address {
    text-align: center;
  }
}
footer .copyright {
  text-align: center;
}
footer .footer-bottom {
  letter-spacing: 2px;
}
main {
  padding-top: 3rem;
  width: 100%;
  display: block;
}
img.ie-img {
  width: 100%;
}
.big-text {
  font-size: 3.75rem;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 4.5rem;
}
@media only screen and (max-width: 1200px) {
  .big-text {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .big-text {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
#homepage-galery-slider {
  height: 380px !important;
  /* margin-bottom:0.5rem; */
}
.homepage-galery-slider-container {
  height: 382px !important;
}
.video {
  position: relative;
}
.circle-bg-mask {
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}
.section-block-top-0 {
  padding-top: 0rem !important;
}
.mask-c {
  -webkit-clip-path: circle(98% at 112% 91%);
  clip-path: circle(98% at 112% 91%);
}
@media only screen and (max-width: 1200px) {
  .mask-c {
    display: none;
  }
}
.circle-bg-mask:after {
  content: '';
  width: 400px;
  height: 400px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: #8B7455;
  -webkit-clip-path: circle(100% at 100% 100%);
  clip-path: circle(100% at 100% 100%);
}
@media only screen and (max-width: 1200px) {
  .circle-bg-mask:after {
    display: none;
  }
}
.circle-bg-mask.mask-ie {
  text-align: right;
}
.circle-bg-mask.mask-ie:after {
  display: none;
}
.circle-bg-mask.mask-ie img {
  max-width: 75%;
}
@media only screen and (max-width: 1200px) {
  .mask-c-ie {
    display: none;
  }
}
.conversion-block p {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .conversion-block p {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .conversion-block p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .conversion-block .conversion-btn .btn-right {
    justify-content: center;
    text-align: center;
  }
}
.conversion-page .conversion-text {
  display: flex;
  justify-content: end;
}
.conversion-page .conversion-btn .btn-right {
  justify-content: start;
}
.title-line {
  position: relative;
  margin-bottom: 4rem;
}
.title-line:after {
  content: '';
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  width: 5.5rem;
  height: 1px;
  background: #000;
}
section.content-row.content-reference {
  position: relative;
}
#map-dir {
  width: 100%;
  height: 400px;
}
.map-bubble p {
  line-height: 1.375rem;
  font-size: 0.75rem;
}
.lazy-effect-hide {
  opacity: 0;
}
.scroll-floating {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 576px) {
  .homepage-content .lazy-effect-hide {
    opacity: 1;
  }
}
