/* FOnt face */

@font-face {
  font-family: "Vag-Rounded";
  src: url(../fonts/VAG\ Rounded\ Next\ SemiBold.ttf);
}

/* FLASH */
.flash {
  color: #fff;
  background: #2dc245;
  padding: 20px 25px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 10px;
}

/* HERO BG - PRICING */
.imagemap-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}
#pricing-image {width: 100%;}

/* GALLERY */
.vypisgalerie-item {width: 100%;/*float: left;*/margin: 35px 0px;}
.vypisgalerie-item .item {width: 100%;float: left;text-align: center;margin-bottom: 30px;}
.vypisgalerie-item .item a {float: left; width: 100%; /*height: 200px;*/ position: relative; background-position: center center; background-size: cover; background-repeat: no-repeat; overflow: hidden;}
.vypisgalerie-item .item img {max-width: 100%;max-height: 250px;}

.centered {
  text-align: center;
}

.table-pricing td > a {
  color: #cdbea8;
}
.table-pricing td > a:hover {
  text-decoration: underline;
}

.house-info {
  background: #eee;
  padding: 15px;
  margin-bottom: 5px;
}

.modal-header {}
.modal-header .modal-title {
  color: #3d485b;
  font-size: 15px;
}
.modal-content {}
.modal-body {
  padding: 45px;
  background: #eee;
}
.modal-content .form--contact {
  width: 100%;
  max-width: none;
}
.modal-content .form--contact textarea {
  min-height: 170px;
}

.subpage a {
  color: #cdbea8;
  text-decoration: underline;
}

.about__content .about__title {
  text-align: left;
}

.vypisgalerie {}
.vypisgalerie .item {
  margin: 15px 0;
}
.vypisgalerie .item img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.about__title {
  font-size: 27px;
}

.area-poly-disabled:hover {
  cursor: default !important;
}

/* NAV TWEAKS */
.navbar__link {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.navbar__link.navbar__link--news {
  color: #fff;
  background: #cdbea8;
  padding-right: 20px !important;

}
@media (min-width: 992px) and (max-width: 1199px) {

  .navbar__link {
    padding: 0 10px !important;
  }
  .navbar__link.navbar__link--news {
    padding-right: 10px !important;
  }
}
@media (max-width: 991px) {

  .navbar__link.navbar__link--news {
    color: #3d485b;
    background: none;
  }
  .navbar__link.navbar__link--news:hover, .navbar__link.navbar__link--news:focus {
    color: #cdbea8;
  }
}

/* NEWS */
.news {
  width: 100%;
}
.news__item {
  width: 100%;
  margin: 15px 0 50px 0;
}
.news__item--image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.news__item--image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news__item--date {
  width: auto;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #cdbea8;
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 10px;
}
.news__item--title {
  width: 100%;
  display: block;
  font-size: 21px;
  font-weight: 900;
  color: #3d485b !important;
  line-height: 26px;
  text-decoration: none !important;
  margin-bottom: 15px;
  transition: 0.3s all;
}
.news__item--title:hover, .news__item--title:focus {
  color: #cdbea8 !important;
  text-decoration: none !important;
  outline: none;
}
.news__item--content {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 26px;
  color: #707070;
}

/* PAGINATION */
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.pagination {}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, 
.pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #cdbea8;
  border-color: #cdbea8;
}
.pagination > li > a, .pagination > li > span {
  color: #cdbea8;
  border-radius: 0 !important;
}

/* NEWS DETAIL */
.news__detail--photo {
  width: 100%;
  margin-bottom: 30px;
}

/* NEWS PHOTOS */
.news__photos {
  width: 100%;
  margin: 30px 0;
}
.news__photos--item {
  width: 100%;
  display: block;
  margin: 15px 0;
  transition: 0.3s all;
}
.news__photos--item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.news__photos--item:hover {
  opacity: 0.8;
}
.about__text h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2rem;
}
.about__text p {
  font-size: 17px;
  line-height: 30px;
}
.about__ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 1500px) {
  .about__ul {
    padding-left: 5rem;
    padding-right: 4rem;
  }
}
.about__ul li {
  background-image: url("../images/li-check.jpg");
  background-repeat: no-repeat;
  background-position: top 3px left;
  color: #3d485b;
  font-size: 17px;
  line-height: 30px;
  padding-left: 2.25rem;
  margin-bottom: 0.33rem;
}
.gallery .photo {
  height: 100%;
}
.gallery .photo__image {
  height: 100%;
  object-fit: cover;
}
.contact__info .paragraphs__item {
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
}
.contact__info .paragraphs__item a {
  font-weight: 600;
}
.hero__bg {
  object-position: bottom;
}
.toggler__icon {
  background-image: url("../images/ham.png");
}
.addition {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.addition > *:not(:last-child) {
  margin-right: 5px;
}
.hero {
  z-index: -1;
}
.addition__item {
  display: block;
}
.addition__item img {
  height: 21px;
  display: block;
}
.languages {
  display: none;
  background-color: #3a465b;
  list-style: none;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 21px;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 9999;
}
.languages-drop {
  display: block;
  background-color: #3a465b;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 0 20px 0 5px;
  position: relative;
  background-image: url("../images/dropdownicon.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
}
.languages a {
  font-size: 13px;
  line-height: 24px;
}
.languages a:hover {
  text-decoration: underline;
}
.languages-drop:hover .languages {
  display: block;
}
.gallery-section-id {
  margin-top: -105px;
  padding-bottom:105px;
}
.newsletter-agree {
  margin-top: 5px;
}
.newsletter-agree a:hover {
  text-decoration: underline;
}
.newsletter-agree input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 5px !important;
  border: 1px solid #ededed;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  height: 16px;
  width: 16px;
  transition: 0.2s;
}
.newsletter-agree input[type="checkbox"]:checked {
  background: #cdbea8;
}
.newsletter-agree input[type="checkbox"]:not(:checked):hover {
  filter: brightness(90%);
  transition: 0.2s;
}
.newsletter-agree input[type="checkbox"]:after {
  content: "";
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.newsletter-agree input[type="checkbox"]:checked:after {
  display: block;
  box-sizing: unset !important;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .hero {
    min-height: 560px;
  }
}
@media (max-width: 768px) {
  .contact__info {
    padding-top: 300px;
    top: -137px;
  }
}
@media (max-width: 993px) {
  .addition {
    justify-content: center;
  }
  .gallery-section-id {
    margin-top: -70px;
    padding-bottom:70px;
  }
}
@media (max-width: 576px) {
  .gallery-section-id {
    margin-top: -45px;
    padding-bottom:45px;
  }
}
.hero-sub .hero__bg {
  object-position: center;
}
.container > .vypisgalerie:not(:last-child) {
  margin-bottom: 2rem;
}
.homepage__banner, .subpage__banner {
  padding: 0 15px;
}
.homepage__banner-item {
  position: relative;
}

.subpage__banner .slide_caption {
  background-color: #cdbea8;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 60%;
  top: 0;
  padding: 2rem 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hero {
    min-height: 853px;
  }
  .hero-sub {
    min-height: 308px !important;
    max-height: 308px !important;
  }
}

.homepage__banner-item img {
  height: 853px !important;
  object-fit: cover;
}
.subpage__banner-item img {
  height: 308px !important;
  object-fit: cover;
}
.homepage__banner .slide_caption {
  background-color: #cdbea8;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  top: 70%;
  padding: 2rem 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slide_caption p {
  font-family: "VAG-Rounded", sans-serif;
  font-size: 50px;
  /* font-weight: 800; */
  text-transform: uppercase;
  letter-spacing: 1.75px;
  line-height: 58px;
  margin: 0.5rem 0rem;
}
.slide_caption .slider-title {
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  margin-bottom: 0.5rem;
}
.slide_caption .slider-text {
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}
@media (max-width: 1250px) {
  .homepage__banner .slide_caption {
    top: 60%;
  }
}
@media (max-width: 1100px) {
  .subpage__banner .slide_caption {
    display: none;
  }
}
@media (max-width: 768px) {
  .homepage__banner .slide_caption {
    position: relative;
    left: 0;
    padding: 2rem 30px;
  }
  .homepage__banner-item img{ 
    height: auto !important;
  }
  .slide_caption p { 
    font-size: 38px;
    line-height: 42px;
  }
  
  .slide_caption .slider-title,
  .homepage__banner .slide_caption .slider-text {
    font-size: 18px;
  }
  .hero-sub {
    min-height: 150px !important;
    max-height: 150px !important;
  }
  .subpage__banner-item img { 
    height: 150px !important;
  }
}

.subpage video {
  width: 100%;
  height: auto;
}
#map {
  min-height: 300px;
}
@media (max-width: 768px) {
  .contact__form .form {
    max-width: 100%;
  }
  .container-fluid--under {
    display: none;
  }
  .contact__form {
    padding: 2rem 1rem;
  }
  .contact__info {
    padding: 3.5rem 1rem 2rem;
    top: 0;
  }
  .contact__info .paragraphs {
    margin-top: 1.5rem;
  }
}
@media (max-width: 500px) {
  .navbar__brand {
    max-width: 77%;
  }
}
iframe {
  filter: grayscale(1);
} 
@media (max-width: 991px) {
  .gallery .photo {
    height: 300px;
  }
  .gallery .photo__image {
    width: 100%;
    height: 300px;
  }
}