/*
* Import Mixins
*/
.project-brand {
  max-width: 160px;
}
.light-gray-bg {
  background-color: #f9f9f9;
}
.white-bg {
  background-color: #fff;
}
.white-bg .card-body {
  background-color: #f3f3f3;
}
.title-separator {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 50px 0 !important;
  clear: both;
}
.title-separator .title {
  flex-wrap: nowrap;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 13px 35px;
  text-transform: uppercase;
  display: flex;
  gap: 15px;
}
.title-separator .title.trigger-realizovane {
  cursor: pointer;
}
.title-separator .title.trigger-realizovane:hover {
  text-decoration: underline;
}
.title-separator .title img {
  width: 35px;
}
.title-separator .line {
  height: 2px;
  width: 100%;
  background-color: #000;
}
.carousel-categories {
  margin-top: -30px;
  margin-bottom: -30px;
  width: 100%;
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.carousel-categories a {
  display: block;
  padding: 13px 60px;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #fff;
  text-decoration: none;
}
.carousel-categories a:hover {
  text-decoration: underline;
}
.carousel-categories a span {
  font-weight: bold;
}
.tdu {
  text-decoration: underline;
}
.nt-h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0;
}
.nt-h3 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0;
}
.article-image {
  background-size: cover;
  background-position: center center;
}
.article-image:after {
  clear: both;
  display: block;
  content: '';
  padding-top: 70%;
}
#projects {
  padding-top: 70px;
}
#projects #aktualni {
  padding-top: 40px;
}
.realizovane-wrapper {
  display: none;
}
.zamecke-vyhledy-table th {
  color: #fff;
  background-color: #007032 !important;
}
.nt-separator {
  margin: 10px 0 30px 0;
}
.nt-separator img {
  width: 60px;
}
#career .bg-halfwhite-all {
  min-height: 600px;
}
.gallery-slider .carousel-item {
  height: 479px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1400px) {
  .gallery-slider .carousel-item {
    height: 678px;
  }
}
@media (max-width: 576px) {
  .gallery-slider .carousel-item {
    height: 478px;
  }
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-viewport {
  z-index: 5;
}
.bx-wrapper .bx-controls {
  z-index: 10;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bx-wrapper .bx-controls .bx-controls-direction {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 50%;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  pointer-events: initial;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 45px;
  text-align: center;
  background-color: #000;
  height: 45px;
  color: #fff;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev img,
.bx-wrapper .bx-controls .bx-controls-direction .bx-next img {
  width: 13px;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev.disabled,
.bx-wrapper .bx-controls .bx-controls-direction .bx-next.disabled {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
section.standardy .standardy-wrapper {
  display: flex;
}
section.standardy .standardy-wrapper .image {
  flex: 5;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
}
section.standardy .standardy-wrapper .text {
  display: flex;
  justify-content: center;
  flex: 2;
  background-color: #ccc7ba;
  flex-direction: column;
  padding: 30px;
  gap: 15px;
  align-items: start;
}
@media (max-width: 768px) {
  section.standardy .standardy-wrapper {
    flex-direction: column;
  }
  section.standardy .standardy-wrapper .image {
    min-height: 300px;
  }
}
section.advantages {
  padding: 80px 0;
}
section.advantages .container {
  max-width: 1200px;
}
section.advantages .advantages-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.advantages .advantages-wrapper .advantage-box {
  text-align: center;
  line-height: 1.5;
  flex: 1;
}
section.advantages .advantages-wrapper .advantage-box img {
  max-width: 130px;
  height: auto;
}
section.advantages .advantages-wrapper .advantage-box .title {
  font-size: 26px;
  margin: 10px 0 20px;
  font-weight: bold;
}
section.advantages .advantages-wrapper .advantage-box .description {
  max-width: 300px;
  margin: 0 auto;
}
section.zamecke-vyhledy-map .zv-map-wrapper {
  display: flex;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  flex: 3;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container:before {
  content: '';
  display: block;
  padding-top: 76.484%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg path, 
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg polygon {
  cursor: pointer;
  fill: transparent;
  fill-opacity: 0.5;
  stroke: transparent;
  stroke-opacity: 0;
  stroke-width: 0;
  transition: all ease 0.3s;
  position: relative;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg path:before, 
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg polygon:before {
  content: 'AC';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg path.sold, 
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg polygon.sold,
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg path.reserved, 
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg polygon.reserved {
  fill: rgba(0,0,0, 0.7) !important;
  //pointer-events: none !important;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg path:hover, 
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg polygon:hover,
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg path:active, 
section.zamecke-vyhledy-map .zv-map-wrapper .map-container svg polygon:active {
  fill: blue;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label {
  position: absolute;
  font-size: 1.5vw;
  padding: 0.35em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.4em;
  color: black;
  pointer-events: none;
  display: none;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.A1 {
  top: 45%;
  left: 21%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.A2 {
  top: 41%;
  left: 30.6%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.A3 {
  top: 37%;
  left: 37.3%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.B1 {
  top: 37%;
  left: 47.3%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.B2 {
  top: 35%;
  left: 52%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.B3 {
  top: 32.4%;
  left: 57%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.C1 {
  top: 74%;
  left: 50%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.C2 {
  top: 70%;
  left: 56%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.C3 {
  top: 65.7%;
  left: 61%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.D1 {
  top: 59.7%;
  left: 69%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.D2 {
  top: 56.3%;
  left: 73.6%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .map-container .label.D3 {
  top: 52.1%;
  left: 77.3%;
}
section.zamecke-vyhledy-map .zv-map-wrapper .zv-text {
  flex: 1;
  background-color: #007032;
  color: #fff;
  display: flex;
  gap: 40px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}
section.zamecke-vyhledy-map .zv-map-wrapper .zv-text .zv-title {
  font-size: 52px;
  color: #fff;
  font-weight: bold;
}
section.zamecke-vyhledy-map .zv-map-wrapper .zv-text .zv-hr {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
section.zamecke-vyhledy-map .zv-map-wrapper .zv-text .zv-subtitle {
  font-size: 34px;
  font-weight: bold;
}
section.locations {
  padding: 80px 0;
}
section.locations .section-description {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
section.locations .locations-wrapper {
  display: flex;
  gap: 20px;
}
section.locations .locations-wrapper .location-box {
  flex: 1;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.locations .locations-wrapper .location-box:after {
  clear: both;
  display: block;
  content: '';
  padding-top: 80%;
}
section.locations .locations-wrapper .location-box .title {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
section.articles .container {
  padding: 90px 0;
}
section.form {
  background-color: #dad3c9;
  padding: 80px 0;
}
section.career-header .career-header-wrapper {
  margin-top: 90px;
  background-color: #ececec;
  text-align: center;
  line-height: 1.3;
  padding: 80px 0;
}
section.career-header .career-header-wrapper h1 {
  margin: 0;
  padding: 0;
}
section.career .career-wrapper {
  margin-top: 90px;
  display: flex;
  min-height: 600px;
}
section.career .career-wrapper .left-image {
  background-size: cover;
  background-position: center center;
  flex: 1;
}
section.career .career-wrapper .right-area {
  padding: 30px;
  background-color: #f9f9f9;
  flex: 1;
  display: flex;
  align-items: center;
}
section.career .career-wrapper .right-area .career-box {
  border-bottom: 2px solid #000;
  padding: 20px 0;
  line-height: 1.5;
}
section.career .career-wrapper .right-area .career-box:last-of-type {
  border-bottom: 0;
}
section.career .career-wrapper .right-area .career-box .career-title {
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
section.career .career-wrapper .right-area .career-box .career-excerpt {
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  section.career .career-wrapper {
    display: block;
  }
  section.career .career-wrapper .left-image {
    width: 100%;
  }
  section.career .career-wrapper .left-image:after {
    clear: both;
    display: block;
    content: '';
    padding-top: 65%;
  }
  section.career .career-wrapper .right-area {
    padding: 30px;
    background-color: #f9f9f9;
    flex: 1;
    display: flex;
    align-items: center;
  }
  section.career .career-wrapper .right-area .career-box {
    border-bottom: 2px solid #000;
    padding: 20px 0;
    line-height: 1.5;
  }
  section.career .career-wrapper .right-area .career-box:last-of-type {
    border-bottom: 0;
  }
  section.career .career-wrapper .right-area .career-box .career-title {
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    display: block;
  }
  section.career .career-wrapper .right-area .career-box .career-excerpt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .nt-h2 {
    font-size: 28px;
  }
  .carousel-categories {
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 5px;
  }
  .carousel-categories a {
    display: block;
    padding: 13px 60px;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #fff;
    text-decoration: none;
  }
  .carousel-categories a:hover {
    text-decoration: underline;
  }
  .carousel-categories a span {
    font-weight: bold;
  }
  #career .bg-halfwhite-all {
    min-height: 1px;
  }
  section.advantages {
    padding: 50px 0;
  }
  section.advantages .advantages-wrapper {
    margin-top: 50px;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  section.advantages .advantages-wrapper .advantage-box .title {
    margin-bottom: 0px;
  }
  section.zamecke-vyhledy-map .zv-map-wrapper {
    display: flex;
    flex-direction: column;
  }
  section.zamecke-vyhledy-map .zv-map-wrapper .zv-text {
    text-align: center;
    gap: 15px;
  }
  section.zamecke-vyhledy-map .zv-map-wrapper .zv-text .zv-title {
    font-size: 40px;
  }
  section.zamecke-vyhledy-map .zv-map-wrapper .zv-text .zv-subtitle {
    font-size: 28px;
    font-weight: bold;
  }
  section.locations {
    padding: 50px 0;
  }
  section.locations .locations-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  section.locations .locations-wrapper .location-box {
    flex: 50%;
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
  section.form #map {
    margin-top: 40px;
    width: 100%;
    height: 300px !important;
  }
}

section.dod-form {
	padding: 4rem 0;
	background-color: #007032;
}
section.dod-form .wpcf7-response-output{
	display: block;
	text-align: center;
    color: #fff;
    font-weight: bold;
}
/*
OWLS
 */
/*# sourceMappingURL=style.css.map */