@import "./../../../Thirdparty/animate.css";
@import "./../../theme2/fonts/stylesheet.css";
body, html {
  overflow-x: hidden;
}

* {
  font-family: "franklingothic_urwbook";
}

h1, h2, h3 {
  font-family: "franklingothic_urwdemi";
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.bg-light {
  background-color: white !important;
}

.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom: 2px solid white;
  text-align: center;
  color: #808080;
}
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover {
  color: #E23329;
  border-bottom: 2px solid #E23329;
}
.navbar-nav .nav-item .nav-link.dropdown-toggle {
  text-transform: uppercase;
}
.navbar-nav .nav-item.active .nav-link {
  color: #E23329;
  border-bottom: 2px solid #E23329;
}

.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.05);
}

.pulseitonce:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.dropdown-menu {
  left: auto;
  right: 0px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #E23329;
}

.vimeo-wrapper {
  position: relative;
  width: 100vw;
  height: 75vh;
  overflow: hidden;
}
.vimeo-wrapper + .bg-light-silver {
  margin-top: 0px !important;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#carouselintro .carousel-indicators li {
  background-color: white;
}
#carouselintro .carousel-indicators li.active {
  background-color: #E23329;
}
#carouselintro .carousel-inner .introcarouselmy {
  width: 100vw;
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#carouselintro .carousel-inner .introcarouselmy .carousel-caption {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 25%;
}
#carouselintro .carousel-inner .introcarouselmy .carousel-caption a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.basicArticle {
  padding-top: 30px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .basicArticle {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
.basicArticle.isdark {
  background-color: #e1e1e1;
}
.basicArticle h1, .basicArticle h2, .basicArticle h3, .basicArticle h4, .basicArticle h5, .basicArticle h6 {
  font-size: 24px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .basicArticle h1, .basicArticle h2, .basicArticle h3, .basicArticle h4, .basicArticle h5, .basicArticle h6 {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
.basicArticle p {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 570px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .basicArticle p {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.basicArticle p.vyznamne-konstatovani {
  color: #E23329;
  font-size: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .basicArticle p.vyznamne-konstatovani {
    font-size: 40px;
  }
}
.basicArticle p a {
  color: #E23329;
}
.basicArticle ul {
  list-style: none;
  padding-left: 0px;
}
.basicArticle ul li {
  font-size: 16px;
  padding-left: 24px;
  background-image: url("../../images/koleckoli.svg");
  background-repeat: no-repeat;
  background-size: 5px 5px;
  background-position: 0px 10px;
}
.basicArticle h4 a {
  color: #E23329;
}

.sp-btn-primary, .show-more, .show-more2, .projects-map-link, .more-results {
  color: #E23329;
  background-color: transparent;
  font-size: 20px;
  border: 0px !important;
  padding-bottom: 7px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .sp-btn-primary, .show-more, .show-more2, .projects-map-link, .more-results {
    font-size: 25px;
  }
}
.sp-btn-primary:hover, .sp-btn-primary:focus, .sp-btn-primary:active, .show-more:hover, .show-more:focus, .show-more:active, .show-more2:hover, .show-more2:focus, .show-more2:active, .projects-map-link:hover, .projects-map-link:focus, .projects-map-link:active, .more-results:hover, .more-results:focus, .more-results:active {
  text-decoration: none !important;
  color: #E23329;
}
.sp-btn-primary::before, .show-more::before, .show-more2::before, .projects-map-link::before, .more-results::before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 2px;
  width: 90%;
  background-color: #E23329;
}

.small-news {
  background-color: #E23329;
  align-items: stretch;
}
.small-news .text-detail {
  padding: 30px;
  display: flex;
}
@media (min-width: 992px) {
  .small-news .text-detail {
    padding: 70px 80px 40px 80px;
  }
}
.small-news .text-detail .text-wrapper {
  color: white;
  text-align: center;
  align-self: center;
}
.small-news .text-detail .text-wrapper h2 {
  font-size: 24px;
  font-family: "franklingothic_urwbook";
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .small-news .text-detail .text-wrapper h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
.small-news .text-detail .text-wrapper h2 a {
  color: white;
  text-decoration: none;
}
.small-news .text-detail .text-wrapper h2 a:hover {
  color: white;
  text-decoration: underline;
}
.small-news .text-detail .text-wrapper p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .small-news .text-detail .text-wrapper p {
    margin-bottom: 40px;
  }
}
.small-news .text-detail .sp-btn-primary {
  color: white;
}
.small-news .text-detail .sp-btn-primary::before {
  background-color: white;
}
.small-news img.sp-btn-play {
  position: absolute;
  top: calc(50% - 93px);
  left: calc(50% - 93px);
  width: 186px;
  height: 186px;
}
.small-news .newsimage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 450px;
}

.sidearticle.isdark {
  background-color: #e1e1e1;
}
.sidearticle .text-detail {
  padding: 30px;
  order: 2;
  display: flex;
}
@media (min-width: 992px) {
  .sidearticle .text-detail {
    order: 1;
    padding: 70px 80px 40px 80px;
  }
}
@media (min-width: 992px) {
  .sidearticle .text-detail.righttext {
    order: 2;
  }
}
.sidearticle .text-detail .text-wrapper {
  color: #4f4f4f;
  text-align: center;
  align-self: center;
}
.sidearticle .text-detail .text-wrapper h1, .sidearticle .text-detail .text-wrapper h2, .sidearticle .text-detail .text-wrapper h3, .sidearticle .text-detail .text-wrapper h4, .sidearticle .text-detail .text-wrapper h5, .sidearticle .text-detail .text-wrapper h6 {
  font-size: 24px;
  font-family: "franklingothic_urwbook";
  text-align: center;
  margin-bottom: 30px;
}
.sidearticle .text-detail .text-wrapper h1.tolefttext, .sidearticle .text-detail .text-wrapper h2.tolefttext, .sidearticle .text-detail .text-wrapper h3.tolefttext, .sidearticle .text-detail .text-wrapper h4.tolefttext, .sidearticle .text-detail .text-wrapper h5.tolefttext, .sidearticle .text-detail .text-wrapper h6.tolefttext {
  text-align: left;
}
@media (min-width: 992px) {
  .sidearticle .text-detail .text-wrapper h1, .sidearticle .text-detail .text-wrapper h2, .sidearticle .text-detail .text-wrapper h3, .sidearticle .text-detail .text-wrapper h4, .sidearticle .text-detail .text-wrapper h5, .sidearticle .text-detail .text-wrapper h6 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
.sidearticle .text-detail .text-wrapper p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .sidearticle .text-detail .text-wrapper p {
    margin-bottom: 40px;
  }
}
.sidearticle .text-detail .text-wrapper p a {
  color: #E23329;
}
.sidearticle .text-detail .text-wrapper p a:hover {
  color: #E23329;
  text-decoration: underline;
}
.sidearticle .newsimage {
  order: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 450px;
}
@media (min-width: 992px) {
  .sidearticle .newsimage {
    order: 2;
  }
}
@media (min-width: 1300px) {
  .sidearticle .newsimage {
    min-height: 550px;
  }
}
@media (min-width: 1600px) {
  .sidearticle .newsimage {
    min-height: 600px;
  }
}
.sidearticle .newsimage.containit {
  background-size: contain;
}
@media (min-width: 992px) {
  .sidearticle .newsimage.leftimg {
    order: 1;
  }
}

.hp-projects {
  position: relative;
}
.hp-projects .links .proj-imgs {
  width: 100%;
}
.hp-projects .over {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
}
.hp-projects .over:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .hp-projects .over {
    background-color: transparent;
  }
  .hp-projects .over:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.hp-projects .over .over-inner {
  text-align: center;
  align-self: center;
}
.hp-projects .over .over-inner h2 {
  font-size: 34px;
  font-family: "franklingothic_urwbook";
  text-align: center;
  margin-bottom: 30px;
  color: white;
}
@media (min-width: 992px) {
  .hp-projects .over .over-inner h2 {
    font-size: 53px;
    margin-bottom: 30px;
  }
}
.hp-projects .over .over-inner .sp-btn-primary {
  color: white;
}
.hp-projects .over .over-inner .sp-btn-primary::after {
  background-color: white;
}

.kontakt-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #4f4f4f;
}
@media (min-width: 992px) {
  .kontakt-bottom {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.kontakt-bottom h2, .kontakt-bottom h3, .kontakt-bottom h4, .kontakt-bottom h5, .kontakt-bottom h6 {
  font-family: "franklingothic_urwbook";
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .kontakt-bottom h2, .kontakt-bottom h3, .kontakt-bottom h4, .kontakt-bottom h5, .kontakt-bottom h6 {
    margin-bottom: 20px;
  }
}
.kontakt-bottom h2 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .kontakt-bottom h2 {
    font-size: 34px;
  }
}
.kontakt-bottom h3 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .kontakt-bottom h3 {
    font-size: 24px;
  }
}
.kontakt-bottom p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .kontakt-bottom p {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.kontakt-bottom p a {
  color: #E23329;
  text-decoration: underline;
}
.kontakt-bottom p a.sp-btn-primary {
  text-decoration: none;
}
.kontakt-bottom img {
  width: 100%;
  margin-bottom: 30px;
}

footer {
  background-color: #4f4f4f;
  color: white;
  padding: 30px;
}
@media (min-width: 992px) {
  footer {
    padding: 60px 60px 30px 60px;
  }
}
footer .col-links {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  footer .col-links {
    text-align: right;
    padding-top: 0px;
  }
}
footer .sp-copy {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  footer .sp-copy {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
footer .sp-created {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .sp-created {
    text-align: right;
  }
}
footer hr {
  border-top: 1px solid white;
}
footer hr.smallmar {
  margin-top: 9px;
}
footer a {
  color: #E23329;
}

.icons-social-foot {
  text-align: center;
}
@media (min-width: 768px) {
  .icons-social-foot {
    text-align: left;
  }
}

.botnav {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-around;
  margin-bottom: 0px;
}
.botnav li.nav-item {
  text-align: center;
}
@media (max-width: 992px) {
  .botnav li.nav-item {
    padding-bottom: 20px;
  }
}
.botnav li.nav-item a.nav-link {
  font-size: 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 0px;
}

#page-nadpis .intro, .page-nadpis-newone .intro {
  width: 100%;
  height: 75vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #page-nadpis .intro, .page-nadpis-newone .intro {
    margin-bottom: 60px;
  }
}
#page-nadpis .intro .showmoreimgthis, .page-nadpis-newone .intro .showmoreimgthis {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 25px);
  cursor: pointer;
  background-image: url("../../images/bigger.svg");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
#page-nadpis h1, #page-nadpis h2, #page-nadpis h3, #page-nadpis h4, #page-nadpis h5, #page-nadpis h6, .page-nadpis-newone h1, .page-nadpis-newone h2, .page-nadpis-newone h3, .page-nadpis-newone h4, .page-nadpis-newone h5, .page-nadpis-newone h6 {
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 40px;
  color: #4f4f4f;
  text-align: center;
}
@media (min-width: 992px) {
  #page-nadpis h1, #page-nadpis h2, #page-nadpis h3, #page-nadpis h4, #page-nadpis h5, #page-nadpis h6, .page-nadpis-newone h1, .page-nadpis-newone h2, .page-nadpis-newone h3, .page-nadpis-newone h4, .page-nadpis-newone h5, .page-nadpis-newone h6 {
    font-size: 80px;
  }
}
#page-nadpis h1.smhead, #page-nadpis h2.smhead, #page-nadpis h3.smhead, #page-nadpis h4.smhead, #page-nadpis h5.smhead, #page-nadpis h6.smhead, .page-nadpis-newone h1.smhead, .page-nadpis-newone h2.smhead, .page-nadpis-newone h3.smhead, .page-nadpis-newone h4.smhead, .page-nadpis-newone h5.smhead, .page-nadpis-newone h6.smhead {
  font-size: 34px;
  font-family: "franklingothic_urwbook";
}
@media (min-width: 992px) {
  #page-nadpis h1.smhead, #page-nadpis h2.smhead, #page-nadpis h3.smhead, #page-nadpis h4.smhead, #page-nadpis h5.smhead, #page-nadpis h6.smhead, .page-nadpis-newone h1.smhead, .page-nadpis-newone h2.smhead, .page-nadpis-newone h3.smhead, .page-nadpis-newone h4.smhead, .page-nadpis-newone h5.smhead, .page-nadpis-newone h6.smhead {
    font-size: 50px;
  }
}
#page-nadpis p, .page-nadpis-newone p {
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
  color: #4f4f4f;
  text-align: center;
  margin-top: 30px;
}

.page-nadpis-newone {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-nadpis-newone {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
.page-nadpis-newone.isdark {
  background-color: #e1e1e1;
}

.bg-light-silver {
  background-color: #e1e1e1;
  padding: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .bg-light-silver {
    margin-top: 60px;
    padding: 60px;
  }
}
.bg-light-silver h2 {
  font-size: 24px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .bg-light-silver h2 {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
.bg-light-silver ul, .bg-light-silver ol, .bg-light-silver li, .bg-light-silver p {
  color: #4f4f4f;
}
.bg-light-silver .perex {
  font-size: 20px;
}
.bg-light-silver ul {
  list-style: none;
  padding-left: 0px;
}
.bg-light-silver ul li {
  font-size: 16px;
  padding-left: 24px;
  background-image: url("../../images/koleckoli.svg");
  background-repeat: no-repeat;
  background-size: 5px 5px;
  background-position: 0px 10px;
}
.bg-light-silver .vyznamne-konstatovani {
  font-size: 20px;
  text-align: center;
}
.bg-light-silver .vyznamne-konstatovani-red {
  color: #E23329;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .bg-light-silver .vyznamne-konstatovani-red {
    font-size: 40px;
  }
}

.limitedcouk {
  padding: 30px;
}
@media (min-width: 992px) {
  .limitedcouk {
    padding: 60px;
  }
}
.limitedcouk h2 {
  font-size: 24px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: white;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .limitedcouk h2 {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
.limitedcouk p {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .limitedcouk p {
    margin-bottom: 50px;
  }
}
.limitedcouk .sp-btn-primary {
  color: white;
}
.limitedcouk .sp-btn-primary::before {
  background-color: white;
}

#reference {
  padding: 30px;
}
@media (min-width: 992px) {
  #reference {
    padding: 60px;
  }
}
#reference h2 {
  font-size: 24px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #reference h2 {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
#reference .img {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  border-radius: 200px;
  background-color: #e1e1e1;
}
#reference .comment p {
  color: #4f4f4f;
}
#reference .comment p::before, #reference .comment p::after {
  content: '"';
}
#reference strong {
  font-weight: normal;
  color: #E23329;
  padding-top: 20px;
  display: block;
}
#reference .undername {
  margin-bottom: 0px;
  color: #4f4f4f;
}
#reference .works {
  color: #808080;
  margin-bottom: 60px;
}

#publikace {
  background-color: #e1e1e1;
  padding: 30px;
}
@media (min-width: 992px) {
  #publikace {
    padding: 60px;
  }
}
#publikace h2 {
  font-size: 24px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #publikace h2 {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
#publikace .img {
  margin-bottom: 30px;
  overflow: hidden;
}
#publikace strong {
  font-weight: normal;
  color: #E23329;
  padding-top: 20px;
  display: block;
}
#publikace .undername {
  margin-bottom: 0px;
  color: #4f4f4f;
}
#publikace .works {
  color: #808080;
  margin-bottom: 60px;
}

.mininews {
  padding: 30px;
}
@media (min-width: 992px) {
  .mininews {
    padding: 60px;
  }
}
.mininews .cardwraped {
  color: #4f4f4f;
  padding-bottom: 60px;
}
.mininews .cardwraped h3 a {
  color: #4f4f4f;
  text-decoration: none;
}
.mininews .cardwraped h3 a:hover {
  color: #4f4f4f;
  text-decoration: underline;
}
.mininews .cardwraped .img-wrapper img {
  width: 100%;
  margin-bottom: 15px;
}
.mininews .cardwraped .img-wrapper img.sp-btn-play {
  position: absolute;
  top: calc(50% - 93px);
  left: calc(50% - 93px);
  width: 186px;
  height: 186px;
}
.mininews .cardwraped .img-wrapper .themall {
  display: block;
  position: relative;
}

.news-box-inline {
  color: #4f4f4f;
}
.news-box-inline .intro {
  width: 100%;
  height: 75vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .news-box-inline .intro {
    margin-bottom: 60px;
  }
}
.news-box-inline .intro .showmoreimgthis {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 25px);
  cursor: pointer;
  background-image: url("../../images/bigger.svg");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-box-inline h1 {
  font-size: 24px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news-box-inline h1 {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
.news-box-inline h2 {
  font-size: 22px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news-box-inline h2 {
    margin-bottom: 50px;
    font-size: 34px;
  }
}
.news-box-inline h2 a {
  color: #E23329;
  text-decoration: none;
}
.news-box-inline h2 a:hover {
  color: #E23329;
  text-decoration: underline;
}
.news-box-inline h3, .news-box-inline .perex {
  font-size: 20px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news-box-inline h3, .news-box-inline .perex {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
.news-box-inline h3 a, .news-box-inline .perex a {
  color: #E23329;
  text-decoration: none;
}
.news-box-inline h3 a:hover, .news-box-inline .perex a:hover {
  color: #E23329;
  text-decoration: underline;
}
.news-box-inline h4, .news-box-inline h5, .news-box-inline h6 {
  font-size: 20px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news-box-inline h4, .news-box-inline h5, .news-box-inline h6 {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
.news-box-inline h4 a, .news-box-inline h5 a, .news-box-inline h6 a {
  color: #E23329;
  text-decoration: none;
}
.news-box-inline h4 a:hover, .news-box-inline h5 a:hover, .news-box-inline h6 a:hover {
  color: #E23329;
  text-decoration: underline;
}
.news-box-inline ul, .news-box-inline ol, .news-box-inline li, .news-box-inline p {
  color: #4f4f4f;
}
.news-box-inline p a {
  color: #E23329;
  text-decoration: none;
}
.news-box-inline p a:hover {
  color: #E23329;
  text-decoration: underline;
}
.news-box-inline ul {
  list-style: none;
  padding-left: 0px;
}
.news-box-inline ul li {
  font-size: 16px;
  padding-left: 24px;
  background-image: url("../../images/koleckoli.svg");
  background-repeat: no-repeat;
  background-size: 5px 5px;
  background-position: 0px 10px;
}
.news-box-inline .img-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 75vh;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .news-box-inline .img-wrapper {
    margin-bottom: 60px;
  }
}
.news-box-inline .galwrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  justify-content: center;
}
.news-box-inline .galwrapper a {
  position: relative;
  display: block;
  padding: 10px;
}
.news-box-inline .galwrapper a img {
  width: 100%;
}

.sp-listing-projects {
  padding: 40px;
  padding-top: 0px;
}

#units-list .projects-map-link {
  margin-bottom: 30px;
  display: inline-block;
}
#units-list .unit-block {
  display: inline-block;
  width: 20%;
  float: left;
  font-size: 1.4em;
  min-height: 215px;
  color: #515151;
  padding: 5px;
}
#units-list .unit-block .img {
  width: 100%;
  height: 156px;
  height: auto;
  overflow: hidden;
  margin-bottom: 7px;
  background-color: #d4d4d4;
}
#units-list .unit-block .img img {
  width: 100%;
}
#units-list .unit-block .name {
  font-weight: bold;
}
#units-list .unit-block:hover {
  color: #E23329;
  text-decoration: none;
}
#units-list .unit_page {
  display: none;
}
#units-list .unit_page.visible {
  display: block;
}
#units-list .unit-spacer-2, #units-list .unit-spacer-3 {
  display: none;
}
#units-list .unit-spacer-5 {
  clear: both;
}
@media screen and (max-width: 768px) {
  #units-list {
    padding: 15px;
  }
  #units-list .unit-block {
    width: 50%;
    min-height: 0px;
    font-size: 1em;
  }
  #units-list .unit_page .more-results {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 45%;
  }
  #units-list .unit-spacer-5 {
    display: none;
  }
  #units-list .unit-spacer-2 {
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #units-list .unit-block .img {
    height: auto;
    min-height: 0px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #units-list .unit-block {
    width: 33.3%;
    min-height: 0px;
    font-size: 1em;
  }
  #units-list .unit-block .img {
    height: auto;
    min-height: 0px;
  }
  #units-list .unit-spacer-2 {
    display: none;
  }
  #units-list .unit-spacer-3 {
    display: block;
    clear: both;
  }
}

#units-filter {
  background-color: #CCCCCC;
}
#units-filter .nav a {
  display: inline-block;
  padding: 13px;
  padding-left: 45px;
  padding-right: 45px;
  color: #ffffff;
  font-weight: bold;
  font-size: 2em;
  text-decoration: none;
}
#units-filter .nav a:hover {
  color: #000000;
}
#units-filter .nav input {
  margin-left: auto;
  float: right;
  background-color: #d9dada;
  border: none;
  font-size: 2em;
  padding: 10px;
  padding-top: 15px;
  padding-left: 20px;
  margin-right: 40px;
  outline: none;
}
#units-filter .nav .selected {
  background-color: #B2B2B2;
}
#units-filter .nav .selected:hover {
  color: #ffffff;
}
#units-filter .tabs {
  background-color: #B2B2B2;
  padding: 20px;
  font-size: 1.5em;
  width: 100%;
}
#units-filter .tabs .tab {
  display: none;
  padding: 40px;
}
#units-filter .tabs .tab span {
  display: block;
  padding-top: 10px;
}
#units-filter .tabs .tab a {
  display: block;
  color: #515151;
  font-size: 0.9em;
  font-weight: bold;
}
#units-filter .tabs .tab a small {
  margin-right: 7px;
  font-weight: normal;
}
#units-filter .tabs .visible {
  display: block;
}
@media screen and (max-width: 768px) {
  #units-filter .nav a {
    width: 33.3%;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.4em;
    text-align: center;
    display: block;
    float: left;
  }
  #units-filter .nav input {
    float: none;
    width: 100%;
    padding: 10px;
    padding-top: 15px;
    padding-left: 20px;
    margin-right: 40px;
    padding: 10px;
    margin: 0px;
    font-size: 1.4em;
    clear: both;
  }
}

#units-map {
  padding: 0px;
}
#units-map .googlemap {
  width: 100%;
  height: 75vh;
}

.sp-projectdetail .intro {
  width: 100%;
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.sp-projectdetail .popupthisimg {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 25px);
  cursor: pointer;
  background-image: url("../../images/bigger.svg");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.sp-projectdetail .sp-introduction {
  padding: 30px;
}
@media (min-width: 992px) {
  .sp-projectdetail .sp-introduction {
    padding: 70px 99px 70px 99px;
  }
}
.sp-projectdetail .sp-introduction h1 {
  font-size: 34px;
  text-align: left;
  font-family: "franklingothic_urwbook";
  color: #E23329;
}
@media (min-width: 992px) {
  .sp-projectdetail .sp-introduction h1 {
    font-size: 50px;
  }
}
.sp-projectdetail .sp-introduction p {
  color: #E23329;
  font-size: 20px;
}
.sp-projectdetail .perex {
  font-size: 24px;
  text-align: center;
  padding: 30px;
}
@media (min-width: 992px) {
  .sp-projectdetail .perex {
    font-size: 34px;
    padding: 70px;
  }
}
.sp-projectdetail .contentwrapper img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sp-projectdetail .contentwrapper img {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.sp-projectdetail .contentwrapper p {
  text-align: center;
}
.sp-projectdetail .map {
  width: 100%;
  height: 75vh;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .sp-projectdetail .map {
    margin-top: 60px;
  }
}

#pracovni-pozice .show-more {
  margin-top: -7px;
  margin-bottom: 20px;
  display: block;
  color: black;
}
#pracovni-pozice .more-box {
  padding: 25px;
  background-color: #c0c0c0;
}
#pracovni-pozice .more-box .tbb {
  font-size: 1.45em;
  border-bottom: 1px solid #a3a3a3;
  padding-top: 5px;
  padding-bottom: 1px;
}
#pracovni-pozice .more-box .tbb strong {
  display: inline-block;
  margin-right: 10px;
}
#pracovni-pozice .more-box .show-less {
  display: block;
  color: black;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 2em;
}
#pracovni-pozice .btn-pozice {
  background: #E23329;
  width: 100%;
  height: 235px;
  border-radius: 0;
  color: #fff;
  text-align: left;
  font-size: 1.4em;
  vertical-align: top;
  line-height: 1.2;
  white-space: normal;
  position: relative;
  margin-bottom: 11px;
}
#pracovni-pozice .btn-pozice-brigada {
  background: #000;
}
#pracovni-pozice .btn-pozice:hover {
  background: #000;
  color: #fff;
}
#pracovni-pozice .btn-pozice-brigada:hover {
  background: #E23329;
}
#pracovni-pozice .modal-body .tbb {
  font-size: 1.45em;
  border-bottom: 1px solid #a3a3a3;
  padding-top: 5px;
  padding-bottom: 1px;
}
#pracovni-pozice .btn-pozice span {
  display: block;
  position: absolute;
  top: 10px;
  width: 90%;
}
#pracovni-pozice .btn-pozice:focus {
  outline: none;
  color: #fff;
}

.carousel-kariera {
  background: #E23329;
}
.carousel-kariera img {
  width: 100%;
}

.carousel-kariera-text {
  padding: 5%;
  color: #fff;
  text-align: center;
}
.carousel-kariera-text h2 {
  font-family: "franklingothic_urwbook";
  margin-bottom: 40px;
  font-size: 24px;
}
@media (min-width: 992px) {
  .carousel-kariera-text h2 {
    font-size: 45px;
    margin-bottom: 80px;
  }
}
.carousel-kariera-text p {
  font-size: 18px;
}
@media (min-width: 992px) {
  .carousel-kariera-text p {
    font-size: 20px;
  }
}

.redbg {
  background-color: #E23329;
  padding: 30px;
  margin-top: -2px;
}
@media (min-width: 992px) {
  .redbg {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.silberbg {
  background-color: #e1e1e1;
  padding: 30px;
}
@media (min-width: 992px) {
  .silberbg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.silberbg h1, .silberbg h2, .silberbg h3, .silberbg h4, .silberbg h5, .silberbg h6 {
  font-size: 24px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .silberbg h1, .silberbg h2, .silberbg h3, .silberbg h4, .silberbg h5, .silberbg h6 {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
.silberbg p {
  text-align: center;
}
.silberbg table tr td:first-child {
  width: 100px;
}

.siprasebavi {
  padding: 30px;
}
@media (min-width: 992px) {
  .siprasebavi {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.siprasebavi h1, .siprasebavi h2, .siprasebavi h3, .siprasebavi h4, .siprasebavi h5, .siprasebavi h6 {
  font-size: 24px;
  text-align: center;
  font-family: "franklingothic_urwbook";
  color: #4f4f4f;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 772px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .siprasebavi h1, .siprasebavi h2, .siprasebavi h3, .siprasebavi h4, .siprasebavi h5, .siprasebavi h6 {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
.siprasebavi img {
  margin-bottom: 20px;
}

.bg-transparent, .bg-silver {
  padding: 30px;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 992px) {
  .bg-transparent, .bg-silver {
    padding: 60px;
  }
}
.bg-transparent h1, .bg-transparent h2, .bg-transparent h3, .bg-transparent h4, .bg-transparent h5, .bg-transparent h6, .bg-silver h1, .bg-silver h2, .bg-silver h3, .bg-silver h4, .bg-silver h5, .bg-silver h6 {
  font-size: 24px;
  text-align: left;
  font-family: "franklingothic_urwbook";
  color: #808080;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .bg-transparent h1, .bg-transparent h2, .bg-transparent h3, .bg-transparent h4, .bg-transparent h5, .bg-transparent h6, .bg-silver h1, .bg-silver h2, .bg-silver h3, .bg-silver h4, .bg-silver h5, .bg-silver h6 {
    font-size: 50px;
  }
}
.bg-transparent p, .bg-silver p {
  color: #808080;
  font-size: 18px;
}
@media (min-width: 992px) {
  .bg-transparent p, .bg-silver p {
    font-size: 20px;
  }
}
.bg-transparent img, .bg-silver img {
  width: 100%;
  margin-bottom: 60px;
}
.bg-transparent .article-map, .bg-silver .article-map {
  width: 100%;
  height: 425px;
}
.bg-transparent a, .bg-silver a {
  color: #E23329;
}

/*# sourceMappingURL=styles.css.map */
