@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url(../fonts/montserrat/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.tos-caption {
  display: none;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #7e7265;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #d2bda4;
}
p {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #23201c;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #eeece7;
}
.wrap {
  margin: 0 auto;
  max-width: 1170px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.wrap.full--width {
  max-width: 96%;
}
.wrap.width--960 {
  max-width: 960px;
}
.wrap.width--760 {
  max-width: 760px;
}
.button {
  text-decoration: none !important;
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #7e7265 !important;
  font-size: 17px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  border: none;
  vertical-align: middle;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: medium solid #7e7265;
}
.button .button__icon {
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far,
.button .button__icon .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fal {
  margin-left: 20px;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #d2bda4 !important;
  border-color: #d2bda4;
}
.button:hover:before {
  height: 60%;
}
.button:hover .button__icon {
  background-color: #d2bda4;
}
.button:hover .button__icon .far {
  color: #7e7265 !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button--reverse {
  color: #23201c !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #23201c !important;
  border-color: #23201c;
}
.button--inverse {
  background: none !important;
  color: #7e7265 !important;
  border-color: #7e7265;
}
.button--inverse:hover {
  background: #d2bda4 !important;
  color: #ffffff !important;
  border-color: #d2bda4;
}
.button + .button {
  margin-left: 20px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.colored {
  color: #7e7265;
}
.bgc {
  background-color: #ffffff;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.uptitle {
  color: #d2bda4;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 60px 0;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 50px 0;
  }
}
.block__top {
  *zoom: 1;
  margin-bottom: 60px;
  position: relative;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top.text-center {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.block__top h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block__top h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.block__top h2 strong {
  font-weight: bold;
}
.block__top h2 span {
  color: #7e7265;
}
.block__top p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.block__top .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .block__top .button {
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    margin-top: 30px;
  }
}
.perex {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.perex p {
  font-size: 18px;
  line-height: 24px;
  text-align: left !important;
}
.main {
  /*input[type="file"] {
    color: transparent;
    border: none !important;
    outline: none;
    width: 100%;
    margin-top: 10px;
  }
  input[type="file"]:valid {
    //color: #333;
  }
  input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
  }
  input[type="file"]::before {
    content: 'Upload CV';
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    background: #a3a3a3;
    border: none !important;
    padding: 0 8px;
    height: 42px;
    line-height: 42px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
  }
  input[type="file"]:active {
    outline: none !important;
  }
  input[type="file"]:hover::before {
    background-color: @links;
  }

  .addphoto.cover__letter {

    input[type="file"]::before {
      content: 'Upload Cover Letter (optional)';
    }

  }*/
}
.main blockquote {
  padding: 40px 40px 40px 80px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-top: 40px;
  color: #7e7265;
  font-style: italic;
  position: relative;
}
.main blockquote:before {
  content: "\0022";
  color: #7e7265;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 138px;
  line-height: 148px;
}
.main blockquote h1,
.main blockquote h2,
.main blockquote h3,
.main blockquote h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main blockquote p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
.main iframe {
  display: block !important;
  width: 100% !important;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
  margin: 40px auto;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 20px;
  clear: both;
  font-weight: bold;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .main h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media all and (max-width: 767px) {
  .main h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.main h2 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h2 span {
  display: block;
  color: #7e7265;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
  color: #7e7265;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #7e7265;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 34px;
  margin: 0 0 4px 0;
  line-height: 24px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #7e7265;
  width: 20px;
  display: block;
  text-align: right;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #7e7265;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #23201c;
  border-bottom: thin solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    /* display: block !important;
            width: 100% !important;
            margin-right: 0 !important;*/
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    /*display: block !important;
            width: 100% !important;
            margin-right: 0 !important;*/
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    /*display: block !important;
            width: 100% !important;
            margin-right: 0 !important;*/
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
@media all and (max-width: 500px) {
  .main .gallery br {
    display: none !important;
  }
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(79, 72, 65, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: 100;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222222;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}
.main .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
  color: #ff0000 !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 10px !important;
  margin-bottom: 0;
  margin-top: 8px;
}
.main .wpcf7 form.invalid .wpcf7-response-output,
.main .wpcf7 form.unaccepted .wpcf7-response-output,
.main .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #000000;
}
.main .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
  color: #ffffff;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main input[type=date],
.main input[type=number],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  font-family: 'Montserrat';
  padding: 0 20px;
  color: #23201c;
  border: medium solid #23201c;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media all and (max-width: 767px) {
  .main input[type=text],
  .main input[type=email],
  .main input[type=tel],
  .main input[type=date],
  .main input[type=number],
  .main select,
  .main textarea {
    font-size: 15px;
  }
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main input[type=date]:focus,
.main input[type=number]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #7e7265;
}
.main .addphoto .wpcf7-not-valid-tip {
  margin-top: 44px;
}
.main .addphoto label {
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  background: #a3a3a3;
  border: none !important;
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  margin-top: 10px;
}
.main .addphoto label:before {
  content: "Upload CV";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .addphoto label:hover,
.main .addphoto label:focus {
  background-color: #7e7265;
}
.main .addphoto label input {
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.main .addphoto.cover__letter label:before {
  content: 'Upload Cover Letter (optional)';
}
.main .wpcf7-form-control-wrap {
  display: block;
}
.main .acc {
  margin: 30px 0;
}
.main select {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.8rem auto;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}
.main textarea {
  padding: 20px;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  display: inline-block;
  border: none;
  outline: none;
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 12px 50px;
  background: #7e7265;
  margin-top: 10px;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
}
.main input[type=submit]:hover {
  background: none #000000 !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .rowex > .item {
  min-height: 0 !important;
}
.main .rowex + .rowex {
  margin-top: 10px;
}
.main .plast {
  *zoom: 1;
}
.main .plast:before,
.main .plast:after {
  content: "";
  display: table;
}
.main .plast:after {
  clear: both;
}
.main .rowex.checker {
  text-align: center;
}
@media all and (max-width: 600px) {
  .main .rowex.checker .wpcf7-list-item {
    display: block;
    margin: 12px 4px !important;
  }
}
.main .rowex.item__date {
  position: relative;
  padding-left: 170px;
}
.main .rowex.item__date .labelex {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.main .rowex.interest {
  margin: 20px 0 10px 0;
}
.main .rowex.interest .labelex {
  font-size: 18px;
  line-height: 24px;
}
.main .rowex.interest label {
  color: #23201c;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: bold;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 6px;
}
@media all and (max-width: 650px) {
  .main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .twist .item {
  float: left;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twist .item {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
}
.main .twist .item:nth-child(1) {
  width: 70%;
}
.main .twist .item:nth-child(2) {
  margin-right: 0;
  width: 28%;
}
@media all and (max-width: 650px) {
  .main .twist .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  color: #23201c;
}
.wpcf7-acceptance label a,
.wpcf7-radio label a,
.wpcf7-checkbox label a {
  color: #7e7265;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #d2bda4;
  text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: thin solid #a6a8a7;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #7e7265;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #7e7265;
}
.wpcf7-checkbox label {
  color: #23201c;
  font-size: 16px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #7e7265;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #23201c;
  text-decoration: none;
}
.paginator .current {
  color: #222;
  padding: 10px;
  font-weight: bold;
  background-color: #7e7265;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #d2bda4;
  text-align: center;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
  color: #000000;
}
.ui-datepicker-header {
  background-color: #7e7265;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #cab193;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #dac9b5;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #000;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #cab193;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #7e7265;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 20px !important;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: 'Font Awesome 5 Pro';
  color: #000000;
  font-size: 20px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
ul.gal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.gal li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  ul.gal li {
    width: 49.50%;
  }
}
ul.gal li:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(odd) {
    margin-right: 1%;
  }
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(even) {
    margin-right: 0;
  }
}
ul.gal a,
ul.gal span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
}
ul.gal a:after,
ul.gal span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.3);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  ul.gal a:after,
  ul.gal span:after {
    display: none !important;
  }
}
ul.gal a:hover:after,
ul.gal span:hover:after,
ul.gal a:hover:before,
ul.gal span:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
ul.gal span:after {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
a.button--scroll {
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
a.button--scroll:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
  border-bottom: thin solid #7e7265;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
}
a.button--scroll .fa-thin,
a.button--scroll .fa-light {
  margin-left: 10px;
}
a.button--scroll:hover {
  text-decoration: none;
}
a.button--scroll:hover:before {
  width: 100%;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: #7e7265 !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #000000 !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
.line {
  border-top: thin solid rgba(0, 0, 0, 0.2);
  clear: both;
  height: 1px;
  margin: 40px 0;
}
.tablet__show {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet__show {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet__hide {
    display: none;
  }
}
.mobile__show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile__show {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .mobile__hide {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .animated {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.showcase {
  position: relative;
  z-index: 1;
  background-color: #ebebeb;
}
#slider {
  background-color: #fff;
  /*.item__bg {
		.cover;


		video {
			position: absolute;
		   top: 0;
		   left: 50%;
		   -webkit-transform: translate(-50%, -130px);
		   -ms-transform: translate(-50%, -130px);
		   -o-transform: translate(-50%, -130px);
		   transform: translate(-50%, -130px);
		   width: auto;
		   height: auto;
		   min-width: 100%;
		   min-height: 100%;
			}

		}*/
}
#slider .item {
  overflow: hidden;
}
#slider .item:after {
  content: "";
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.75)));
  background: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.75));
  background: -moz-linear-gradient(top, transparent, rgba(255, 255, 255, 0.75));
  background: -ms-linear-gradient(top, transparent, rgba(255, 255, 255, 0.75));
  background: -o-linear-gradient(top, transparent, rgba(255, 255, 255, 0.75));
  height: 500px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
@media all and (max-width: 767px) {
  #slider .item:after {
    display: block;
  }
}
#slider .item .wrap {
  z-index: 3;
  padding-top: 140px;
  padding-bottom: 160px;
}
@keyframes leaves {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes leaves {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#slider .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  animation: leaves 10s ease-in infinite alternate;
  -webkit-animation: leaves 10s ease-in infinite alternate;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__bg {
    background-position: 64% center !important;
  }
}
#slider .carousel-control {
  opacity: 1;
  width: 26px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 850px) {
  #slider .carousel-control {
    display: none;
  }
}
#slider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#slider .carousel-control.left {
  left: 4%;
}
#slider .carousel-control.left > span {
  /*background: url(../images/slider-left.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.right {
  right: 4%;
}
#slider .carousel-control.right > span {
  /*background: url(../images/slider-right.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-right: 0 !important;
  right: 0;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes upDownupDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#slider .button--inverse {
  border-color: #ffffff;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 16px !important;
}
#slider .button--inverse:hover {
  border-color: #d2bda4;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .showcase__text {
  width: 100%;
  max-width: 600px;
  z-index: 2;
  animation-name: fadeInUp;
  animation-duration: 1s;
  /* Délka animace */
  animation-timing-function: ease-out;
  /* Typ animace */
  animation-fill-mode: forwards;
  /* Udrží koncový stav animace */
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text {
    left: 3%;
    width: 94%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text {
    width: 100%;
    left: 0;
    top: 100px;
    transform: none;
    padding-left: 30px;
    padding-right: 30px;
    animation: none;
    /* Vypnutí animace */
  }
}
#slider .showcase__text img {
  width: 100%;
  max-width: 300px;
}
@media all and (max-width: 767px) {
  #slider .showcase__text img {
    max-width: 150px;
  }
}
#slider .showcase__text h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
  #slider .showcase__text h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
#slider .showcase__text h1 strong {
  color: #7e7265;
}
#slider .showcase__text h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #slider .showcase__text h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
#slider .showcase__text p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
#slider .showcase__buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (max-width: 767px) {
  #slider .showcase__buttons {
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    margin-top: 30px;
  }
}
#slider .showcase__buttons .button {
  background-color: #000000 !important;
  padding: 14px 40px;
  font-size: 18px;
  position: relative;
  margin-top: 0;
}
@media all and (max-width: 600px) {
  #slider .showcase__buttons .button {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media all and (max-width: 400px) {
  #slider .showcase__buttons .button {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
#slider .showcase__buttons .button:hover {
  background-color: #7e7265 !important;
}
#slider .showcase__buttons .button:hover:before {
  top: 0;
}
#slider .showcase__buttons .button:before {
  content: "";
  border-bottom: thick solid #7e7265;
  height: 1px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  display: block;
}
#slider .showcase__buttons__label {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  max-width: 220px;
  margin-bottom: 14px;
}
@media all and (max-width: 767px) {
  #slider .showcase__buttons__label {
    margin-left: auto;
    margin-right: auto;
  }
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 4px !important;
}
.carousel-indicators li.active {
  background-color: #7e7265;
}
.showcase__page {
  position: relative;
  background-color: #23201c;
  color: #ffffff;
  text-align: center;
}
.showcase__page:after {
  content: "";
  background: rgba(10, 10, 10, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.showcase__page .wrap {
  padding: 250px 0 130px 0;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .showcase__page .wrap {
    padding: 100px 0 40px 0;
  }
}
.showcase__page h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.showcase__page h1:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 1px;
  border-bottom: medium solid #ffffff;
  margin-top: 10px;
}
.landingblock {
  position: relative;
  overflow: hidden;
}
.landingblock .wrap {
  z-index: 2;
  height: 100vh;
}
.landingblock__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.landingblock__bg:after {
  content: "";
  background: rgba(10, 10, 10, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.landingbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.landingbox h1 {
  font-size: 160px;
  line-height: 160px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
  animation-name: fadeInUp;
  animation-duration: 1s;
  /* Délka animace */
  animation-timing-function: ease-in-out;
  /* Typ animace */
  animation-fill-mode: forwards;
  /* Udrží koncový stav animace */
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .landingbox h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media all and (max-width: 767px) {
  .landingbox h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.landingbox h1 span {
  display: block;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .landingbox h1 span {
    font-size: 30px;
    line-height: 40px;
  }
}
.landingbox h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .landingbox h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.landingbox .button {
  text-shadow: none;
  text-transform: uppercase;
  margin-top: 40px;
}
.gdc_cquarter.gdc_column div.gdc_inner,
.gdc_cthird.gdc_column div.gdc_inner {
  padding: 0 10px !important;
}
.boxed {
  border: 2rem solid #7e7265;
  background-color: #23201c;
  color: #ffffff;
  padding: 40px;
  margin: 40px auto;
  clear: both;
}
.contactbox {
  *zoom: 1;
}
.contactbox:before,
.contactbox:after {
  content: "";
  display: table;
}
.contactbox:after {
  clear: both;
}
.contact {
  *zoom: 1;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact__left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  .contact__left {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.contact__right {
  float: left;
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .contact__right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.wpcf7-acceptance {
  display: block;
  margin-top: 10px;
}
.contact__right .rowex {
  *zoom: 1;
}
.contact__right .rowex:before,
.contact__right .rowex:after {
  content: "";
  display: table;
}
.contact__right .rowex:after {
  clear: both;
}
.contact__right .half {
  width: 50%;
  float: left;
  padding-right: 2%;
}
@media all and (max-width: 850px) {
  .contact__right .half {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.contact__right .fa {
  color: #7e7265;
}
.contact__right .contact__info {
  display: block;
  padding-left: 24px;
  position: relative;
}
.contact__right .contact__info .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.contact__right h2,
.contact__left h2 {
  text-transform: none;
}
#cfrm {
  padding: 30px;
  background-color: #f3f3f3;
}
#map {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
#map iframe {
  display: block;
  overflow: hidden;
  width: 100%;
  border: none;
  height: 500px !important;
}
@media all and (max-width: 767px) {
  #map iframe {
    height: 300px !important;
  }
}
.triplist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media all and (max-width: 500px) {
  .triplist {
    display: block;
  }
}
.triplist .item {
  background-color: #f7f6f5;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  display: none;
}
@media all and (max-width: 767px) {
  .triplist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 500px) {
  .triplist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.triplist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .triplist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .triplist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.triplist .item:hover {
  background-color: #ece9e7;
}
.triplist .item__img {
  height: 200px;
  display: block;
}
.triplist .item__text {
  padding: 30px;
}
.triplist p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.triplist .availability {
  margin-top: 20px;
}
.triplist .availability p {
  margin: 0;
}
.triplist .item__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
.triplist .item__text__more {
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.triplist .item.active .item__text__more {
  max-height: 600px;
}
#fotogalerie-tabs.ui-widget {
  font-family: 'Montserrat' !important;
}
#fotogalerie-tabs .ui-tabs-anchor {
  font-size: 12px;
  line-height: 18px;
}
#fotogalerie-tabs .ui-state-active a,
#fotogalerie-tabs .ui-state-active a:link,
#fotogalerie-tabs .ui-state-active a:visited,
#fotogalerie-tabs .ui-state-active,
#fotogalerie-tabs .ui-widget-content .ui-state-active,
#fotogalerie-tabs .ui-widget-header .ui-state-active,
#fotogalerie-tabs a.ui-button:active,
#fotogalerie-tabs .ui-button:active,
#fotogalerie-tabs .ui-button.ui-state-active:hover {
  background-color: #7e7265 !important;
  color: #ffffff !important;
  border-color: #7e7265 !important;
}
#fotogalerie-tabs .ui-widget-header {
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a {
  position: relative;
  overflow: hidden;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media all and (max-width: 500px) {
  #fotogalerie-tabs.ui-tabs .ui-tabs-panel a {
    width: 50%;
    margin: 0;
  }
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a:nth-child(4n+4) {
  margin-right: 0;
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
#fotogalerie-tabs .ui-widget-content {
  border: none !important;
  background: transparent !important;
}
#fotogalerie-tabs.ui-widget.ui-widget-content {
  border: none !important;
  background: transparent !important;
}
#fotogalerie-tabs .ui-state-default,
#fotogalerie-tabs .ui-widget-content .ui-state-default,
#fotogalerie-tabs .ui-widget-header .ui-state-default,
#fotogalerie-tabs .ui-button,
#fotogalerie-tabs html .ui-button.ui-state-disabled:hover,
#fotogalerie-tabs html .ui-button.ui-state-disabled:active {
  background-color: #ffffff;
}
#fotogalerie-tabs .ui-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#fotogalerie-tabs .ui-tabs-nav li {
  float: none;
  white-space: normal;
}
@media all and (max-width: 450px) {
  #fotogalerie-tabs .ui-tabs-nav li {
    width: 33%;
    margin-right: 0;
  }
}
#slider .item {
  height: 600px;
}
#slider .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.roomboxbuttons {
  text-align: center;
  margin-top: 80px;
}
.basicinfolist {
  font-size: 0;
}
.basicinfolist .item {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px 10px 0;
}
.basicinfolist .item__icon {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #7e7265;
}
.basicinfolist .item__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
/* ------------------ HEADER ----------------*/
.nav-up .header {
  position: fixed;
  background: rgba(79, 72, 65, 0.96);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(79, 72, 65, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.header .wrap {
  padding: 30px 0;
  max-width: 1400px;
}
@media all and (max-width: 1420px) {
  .header .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
a.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  width: 100%;
  max-width: 300px;
}
@media all and (max-width: 1420px) {
  a.logo {
    left: 3%;
    max-width: 200px;
  }
}
@media all and (max-width: 600px) {
  a.logo {
    max-width: 200px;
  }
}
a.logo img {
  width: 100%;
}
.modal {
  z-index: 10000;
}
.modal .modal-header {
  padding-bottom: 40px;
}
.modal video {
  max-height: 80vh;
}
#specialModal .modal-content,
#globalModal .modal-content {
  background-color: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#specialModal .modal-body,
#globalModal .modal-body {
  padding: 40px;
}
.modal-content {
  background-color: #000000;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-dialog {
  width: 100%;
  max-width: 60%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 94%;
    margin: 30px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 600px) {
  .modal-header {
    padding-top: 20px;
  }
}
.modal-header .close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 2;
  color: #7e7265;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 50px;
}
#inqModal .modal-content {
  background-color: #ffffff;
}
#inqModal .modal-body {
  padding: 0 40px 40px 40px;
}
.inqtitle {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.langs {
  *zoom: 1;
}
.langs:before,
.langs:after {
  content: "";
  display: table;
}
.langs:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .langs {
    font-size: 0;
  }
}
.langs > li {
  margin-left: 10px;
  float: left;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .langs > li {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
.langs > li:first-child {
  margin-left: 0;
}
.langs > li.active > a {
  color: #ffffff;
}
.langs a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  color: #d2bda4;
}
.langs a:hover {
  color: #ffffff;
  text-decoration: none;
}
.header .langs {
  position: absolute;
  right: 0;
  top: 10px;
}
@media all and (max-width: 1400px) {
  .header .langs {
    right: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .langs {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100px;
  }
}
/********************* Footer ******************/
.footer {
  position: relative;
  background-color: #23201c;
  color: #ffffff;
  text-align: center;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .wrap {
  padding: 40px 0;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: #d2bda4;
}
a.footer__logo {
  width: 100%;
  max-width: 170px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media all and (min-width: 990px) and (max-width: 1190px) {
  a.footer__logo {
    left: 3%;
  }
}
@media all and (max-width: 1160px) {
  a.footer__logo {
    max-width: 100px;
  }
}
@media all and (max-width: 1120px) {
  a.footer__logo {
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    left: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 170px;
  }
}
a.linkedin {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 30px;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.linkedin {
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
a.linkedin:hover {
  color: #d2bda4;
}
.footer__menu {
  font-size: 0;
}
.footer__menu > li {
  margin: 10px 20px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 990px) and (max-width: 1190px) {
  .footer__menu > li {
    margin: 10px;
  }
}
@media all and (max-width: 900px) {
  .footer__menu > li {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 500px) {
  .footer__menu > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer__menu > li > a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.footer__menu .sub-menu,
.footer__menu .submenu {
  display: none;
}
.footer__contacts__items {
  font-size: 0;
}
@media all and (max-width: 500px) {
  .footer__contacts__items {
    margin-top: 40px;
  }
}
.footer__contacts__items a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
@media all and (max-width: 500px) {
  .footer__contacts__items a {
    display: block;
  }
}
.footer__contacts__items .dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
@media all and (max-width: 500px) {
  .footer__contacts__items .dot {
    display: none;
  }
}
.newsletterblock {
  background-color: #f5f5f5;
}
.newsletterblock.bdt {
  border-top: thin solid rgba(0, 0, 0, 0.2);
}
.newsletterblock .wrap {
  padding: 40px 0;
}
.newsletterbox {
  position: relative;
  padding-right: 500px;
}
@media all and (max-width: 1160px) {
  .newsletterbox {
    padding-right: 0;
    text-align: center;
  }
}
@media all and (max-width: 1160px) {
  .newsletterbox__left {
    margin-bottom: 20px;
  }
}
.newsletterbox__left p {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.newsletterbox__left strong {
  color: #7e7265;
  font-weight: 600;
}
.newsletterbox__right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 600px;
}
@media all and (max-width: 1160px) {
  .newsletterbox__right {
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.newsletterbox__right .wpcf7 {
  position: relative;
}
.newsletterbox__right p {
  *zoom: 1;
}
.newsletterbox__right p:before,
.newsletterbox__right p:after {
  content: "";
  display: table;
}
.newsletterbox__right p:after {
  clear: both;
}
.newsletterbox__right .wpcf7-form-control-wrap {
  width: 400px;
  display: block;
  float: left;
}
@media all and (max-width: 650px) {
  .newsletterbox__right .wpcf7-form-control-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-bottom: 20px;
  }
}
.newsletterbox__right input[type="email"] {
  height: 48px;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
}
.newsletterbox__right input[type="submit"] {
  margin: 0;
  float: right;
}
@media all and (max-width: 650px) {
  .newsletterbox__right input[type="submit"] {
    float: none;
  }
}
.copyright {
  margin-top: 20px;
}
.copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.7;
}
.specialoffer {
  position: fixed;
  z-index: 999;
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
  background-color: red;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  right: 0;
  top: 40%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
}
@media all and (max-width: 767px) {
  .specialoffer {
    top: initial;
    bottom: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    adding: 6px;
    font-size: 14px;
    line-height: 20px;
  }
}
.specialoffer:hover {
  background-color: #d2bda4;
}
.specialoffer__title {
  font-weight: 400;
}
.specialoffer__title .fa-light {
  margin-right: 6px;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  float: right;
  width: 30px;
  z-index: 1000;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 0.6rem;
  height: 1px;
  border-bottom: medium solid #ffffff;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
#toogle-menu:hover span {
  border-color: #d2bda4;
}
.main-menu {
  *zoom: 1;
  z-index: 99;
  float: right;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    top: -100vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99;
    width: 100vw;
    height: 100vh;
    line-height: 24px;
    text-align: center;
    left: 50%;
    /* Posunutí o 50% šířky nadřazeného prvku */
    transform: translateX(-50%);
    /* Posunutí zpět o 50% vlastní šířky */
    overflow: auto;
    margin-left: 0;
    float: none;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 30px;
}
@media all and (max-width: 1420px) {
  .main-menu > li {
    margin-left: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li {
    float: none;
    margin-left: 0;
    display: block;
  }
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #ffffff;
}
.main-menu > li:hover > a:after {
  width: 80%;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a {
  color: #ffffff;
}
.main-menu > li.current-menu-item > a:after,
.main-menu > li.current-category-ancestor > a:after,
.main-menu > li.current-post-ancestor > a:after {
  width: 80%;
}
.main-menu > li.dotted > a:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  background-color: #7e7265;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.main-menu > li.menu__reserve {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu__reserve {
    display: block;
  }
}
.main-menu > li.menu__reserve > a {
  background-color: #7e7265;
  color: #ffffff !important;
  padding-left: 14px;
  padding-right: 14px;
}
.main-menu > li.menu__reserve > a:before {
  display: none !important;
}
.main-menu > li.menu__reserve > a:hover {
  background-color: #d2bda4;
  color: #ffffff !important;
}
.main-menu > li.socials--item {
  margin-left: 14px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.socials--item {
    margin-left: 0 !important;
  }
}
.main-menu > li.socials--item.fcb {
  margin-left: 30px;
}
.main-menu > li.socials--item > a:after,
.main-menu > li.socials--item > a:before {
  display: none !important;
}
.main-menu > li.mobile__links {
  display: none;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.mobile__links {
    display: block;
  }
}
.main-menu > li.mobile__links > a {
  color: #7e7265 !important;
}
.main-menu > li > a {
  padding: 6px 0;
  color: #ffffff;
  line-height: 24px;
  font-size: 15px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none;
}
@media all and (max-width: 1160px) {
  .main-menu > li > a {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a {
    padding: 20px 10px;
    color: #23201c !important;
    line-height: 32px;
    font-size: 20px;
    display: block;
    border-bottom: thin solid rgba(19, 56, 93, 0.1);
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  .main-menu > li > a:hover {
    text-decoration: none;
  }
}
.main-menu > li > a:after {
  content: "";
  display: block;
  width: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  position: absolute;
  border-top: medium solid #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a:after {
    display: none !important;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
}
.main-menu > li > a:hover:after {
  width: 80%;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #d2bda4;
  text-decoration: none;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  /*color: @light;
			text-decoration: none;
			background-color: @links-hover;*/
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 14px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #23201c;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #7e7265;
  text-decoration: none;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
}
.header.active .main-menu {
  top: 100%;
  opacity: 1;
}
/* ------------------ ENTRANCE --------------------*/
.entrancebox .ewrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ewrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.entrancebox__header {
  color: #ffffff;
  background-color: #23201c;
}
.entrancebox__header .ewrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.entrancebox__header h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
.entrancebox__header h1 span {
  color: #d2bda4;
}
.entrancebox__header .langs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (min-width: 990px) and (max-width: 1190px) {
  .entrancebox__header .langs {
    right: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .entrancebox__header .langs {
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    margin-bottom: 4px;
    text-align: center;
  }
}
.entrancebox__buildings {
  background-color: #4f4841;
  color: #ffffff;
}
.entrancebox__buildings .ewrap {
  max-width: 100%;
  padding: 0;
}
.ecols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 767px) {
  .ecols {
    display: block;
  }
}
.ecols:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 200px;
  border-left: thin solid #7e7265;
  display: block;
}
@media all and (max-width: 767px) {
  .ecols:after {
    display: none;
  }
}
.ecol {
  width: 50%;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .ecol {
    width: 100%;
  }
}
.ecol__img {
  height: 250px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 550px) {
  .ecol__img {
    height: 200px;
  }
}
.ecol__img:hover a {
  -webkit-transform: scale(1.1) rotate(-1deg);
  /* pro starší verze Chrome, Safari */
  -moz-transform: scale(1.1) rotate(-1deg);
  /* pro starší verze Firefox */
  -ms-transform: scale(1.1) rotate(-1deg);
  /* pro Internet Explorer 9 */
  -o-transform: scale(1.1) rotate(-1deg);
  /* pro starší verze Opera */
  transform: scale(1.1) rotate(-1deg);
  /* standardní CSS */
}
.ecol__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ecol__info__logo {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.ecol__info__logo img {
  width: 100%;
}
.ecol__info {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.ecol__1 {
  *zoom: 1;
}
.ecol__1:before,
.ecol__1:after {
  content: "";
  display: table;
}
.ecol__1:after {
  clear: both;
}
.ecol__1 .ecol__info {
  width: 100%;
  float: right;
  max-width: 585px;
  transform: translateX(-100%);
  animation-name: fadeInUp;
  animation-duration: 1s;
  /* Délka animace */
  animation-timing-function: ease-in-out;
  /* Typ animace */
  animation-fill-mode: forwards;
  /* Udrží koncový stav animace */
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
.ecol__2 {
  *zoom: 1;
}
.ecol__2:before,
.ecol__2:after {
  content: "";
  display: table;
}
.ecol__2:after {
  clear: both;
}
.ecol__2 .ecol__info {
  width: 100%;
  max-width: 585px;
  padding-left: 70px;
  transform: translateX(100%);
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  /* Délka animace */
  animation-timing-function: ease-in-out;
  /* Typ animace */
  animation-fill-mode: forwards;
  /* Udrží koncový stav animace */
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
.ecol__contacts {
  margin-top: 20px;
}
.ecol__contacts .item {
  position: relative;
  margin-bottom: 10px;
}
.ecol__contacts .item:last-child {
  margin-bottom: 0;
}
.ecol__contacts .item__icon {
  text-align: center;
  color: #7e7265;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.ecol__contacts a {
  text-decoration: none;
  color: #ffffff;
}
.ecol__contacts a:hover {
  color: #d2bda4;
  text-decoration: none;
}
.leaflet-popup-content {
  font-size: 15px !important;
  line-height: 24px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #map {
    height: 350px !important;
  }
}
