@charset "UTF-8";
@import "margin-padding.css";
/*palette*/
html {
  font-size: 16px;
}

/*16px*/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  background-color: #101015;
  color: black;
}

p {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  margin: 0rem 0 1.38rem;
  font-weight: 300;
  line-height: 1.3;
  font-family: "OS-bold";
  color: black;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.15rem;
}

small, .text_small {
  font-size: 0.8rem;
}

a {
  color: #DA3832;
}
a:visited {
  color: #d9342e;
}
a:hover {
  color: #ed1c24;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.red {
  color: red;
}

.rounded-corners {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.rounded-corners .no-bottom-corners {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-corners .no-top-corners {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.drop-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.js-video .widescreen {
  padding-bottom: 57.25%;
}
.js-video .vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.upper {
  text-transform: uppercase;
}

.img-left {
  float: left;
  margin: 0 15px 15px 0;
}

.img-right {
  float: right;
  margin: 0 0 15px 15px;
}

.img-above {
  float: none;
  clear: both;
  margin: 0 auto 15px auto;
}

.img-full {
  float: none;
  margin: 0 auto 15px auto;
  width: 100%;
}

.img-transparent {
  opacity: 0.2;
  filter: alpha(opacity=calc(0.2 * 100));
  /* For IE8 and earlier */
}

a.img-thumbnail {
  border: none;
}

.gallery {
  width: 100%;
  clear: both;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.gallery-0 img, .gallery-0 img.img-left, .gallery-0 img.img-right, .gallery-0 img.img-thumbnail {
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  border-radius: unset;
  float: none;
}

.gallery-2 a {
  display: block;
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.gallery-2 a img {
  margin: 0;
  width: 100%;
}
.gallery-2 img {
  margin-right: 15px;
  margin-bottom: 15px;
  width: calc(50% - 15px);
}

.gallery-3 a {
  width: 30%;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.gallery-3 a:before {
  position: absolute;
  width: 9rem;
  height: 9rem;
  right: -4.5rem;
  top: -4.5rem;
  background: grey;
  z-index: 2;
  content: "+";
  color: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  font-weight: lighter;
  font-size: 3rem;
  padding-left: 2.5rem;
  padding-top: 2.7rem;
  background: black;
  background: linear-gradient(90deg, black 0%, #919191 100%);
}
.gallery-3 a span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: var(--bg-link);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gallery-3 a img {
  margin: 0;
  height: 100%;
  min-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  visibility: hidden;
}
.gallery-3 a:hover:before {
  background: #ed1c24;
  background: linear-gradient(90deg, #9a0202 0%, #e01818 100%);
}
.gallery-3 img {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 30%;
}

.gallery-4 a {
  display: block;
  width: 23%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.gallery-4 a img {
  margin: 0;
  width: 100%;
}
.gallery-4 img {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 23%;
}
.gallery-4 a:nth-of-type(1n +5) {
  /* display: none;*/
}
.gallery-4.all-visible a:nth-of-type(1n +5) {
  display: block;
}
.gallery-4 .gallery-visibility-toggler {
  display: block;
  width: 100%;
  clear: both;
  text-align: right;
}
.gallery-4 .gallery-visibility-toggler a {
  width: 100%;
}

.clearfix {
  margin: -1px 0 0;
  padding: 0;
  float: none;
  clear: both;
  height: 1px;
  font-size: 1px;
}

.sitemap .alert.alert-danger, .mapa-stranek .alert.alert-danger {
  background: #eb4d4b;
  border-color: #ff7979;
}
.sitemap .alert.alert-danger h4, .mapa-stranek .alert.alert-danger h4 {
  color: #fff;
}
.sitemap .alert.alert-danger i, .mapa-stranek .alert.alert-danger i {
  color: rgba(255, 255, 255, 0.3);
}
.sitemap .alert.alert-danger p, .mapa-stranek .alert.alert-danger p {
  color: #333;
}
.sitemap .alert.alert-danger .alert-link, .mapa-stranek .alert.alert-danger .alert-link {
  color: rgba(255, 255, 255, 0.7);
}

.sitemap footer {
  margin-top: 50px;
}

/* -------- Top Level --------- */
.primaryNav {
  clear: both;
  width: 100%;
  margin-top: 3em;
}

.primaryNav #home {
  position: absolute;
  margin-top: -3em;
  margin-bottom: 0;
  min-width: 11.5em;
  width: 100%;
}

.primaryNav #home:before {
  display: none;
}

.primaryNav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
}

.primaryNav li {
  flex: 1;
  flex-basis: 11.5em;
  padding-right: 1.25em;
  position: relative;
}

.primaryNav > ul > li {
  margin-top: 3em;
}

.primaryNav li a {
  margin: 0;
  padding: 0.875em 0.9375em 0.9375em 0.9375em;
  display: block;
  font-size: 0.9375em;
  font-weight: bold;
  color: white;
  background: #0090ff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.025);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.primaryNav li a:hover {
  background-color: #0070f9;
}

/*
.primaryNav a:link:after,
.primaryNav a:visited:after,
.utilityNav a:link:after,
.utilityNav a:visited:after {
  content: " "attr(href)" ";
  display: block;
  font-weight: 600;
  font-size: .75em;
  margin-top: .25em;
  word-wrap: break-word;
  color: rgba(255,255,255,.75);
}
*/
/* -------- Second Level --------- */
.primaryNav ul ul {
  display: block;
}

.primaryNav ul ul li {
  padding-top: 0.6875em;
  padding-right: 0;
}

.primaryNav ul ul li a {
  background-color: #28bf5e;
}

.primaryNav ul ul li a:hover {
  background-color: #09a63e;
}

.primaryNav ul ul li:first-child {
  padding-top: 2em;
}

/* -------- Third Level --------- */
.primaryNav ul ul ul {
  margin-top: 0.6em;
  padding-top: 0.6em;
  padding-bottom: 0.625em;
}

.primaryNav ul ul ul li {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.primaryNav ul ul ul li a {
  background-color: #ff9d00;
  font-size: 0.75em;
  padding: 0.75em;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}

.primaryNav ul ul ul li a:hover {
  background-color: #ff831b;
}

.primaryNav ul ul ul li:first-child {
  padding-top: 1em;
}

.primaryNav ul ul ul li a:link:after,
.primaryNav ul ul ul li a:visited:after {
  font-size: 0.75em;
}

/* --------	Fourth Level --------- */
.primaryNav ul ul ul ul {
  margin-top: 0;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.primaryNav ul ul ul ul li a {
  background-color: #de003a;
  padding: 0.75em;
  width: 80%;
}

.primaryNav ul ul ul ul li a:hover {
  background-color: #c20035;
}

.primaryNav ul ul ul ul li a:link:after,
.primaryNav ul ul ul ul li a:visited:after {
  display: none;
}

/* ------------------------------------------------------------
	Connecting Lines:
	Uncomment 'border-color: red' for debugging
------------------------------------------------------------ */
.primaryNav ul:before,
.primaryNav ul:after,
.primaryNav ul li:before,
.primaryNav ul li:after {
  display: block;
  content: "";
  position: absolute;
  border-width: 0;
  border-color: #e3e3e3;
  border-style: solid;
  z-index: -1;
  /* border-color: red; */
}

.primaryNav > ul > li:before {
  height: 1.375em;
  top: -1.375em;
  right: calc(50% + .625em);
  width: calc(100% - 2px);
  border-top-width: 2px;
  border-right-width: 2px;
  /* border-color: red; */
}

.primaryNav > ul > li:first-child + li:before {
  border-top-width: 0;
  height: 5em;
  top: -5em;
  /* border-color: red; */
}

.primaryNav ul ul li:after {
  width: 50%;
  height: 0.6875em;
  top: 0;
  right: 1px;
  border-left-width: 2px;
  /* border-color: red */
}

.primaryNav ul ul li:first-child:before {
  width: 50%;
  height: 1.3125em;
  top: 0.6875em;
  right: 1px;
  border-left-width: 2px;
  /* border-color: red; */
}

.primaryNav > ul > li:last-child:after {
  border-bottom-width: 0;
}

.primaryNav ul ul ul li:before {
  width: calc(50% - 5px) !important;
  height: calc(100% - 2px);
  top: -50%;
  left: 0;
  border-left-width: 2px;
  border-bottom-width: 2px;
  /* border-color: red; */
}

.primaryNav ul ul ul li:first-child:before {
  height: 2.125em;
  top: -1px;
  border-top-width: 2px;
  /* border-color: red; */
}

.primaryNav ul ul ul:before {
  width: 50%;
  height: 1.25em;
  top: -10px;
  right: 1px;
  border-left-width: 2px;
  /* border-color: red; */
}

.primaryNav ul ul ul li:after {
  border-width: 0;
}

.primaryNav ul ul ul ul li:before,
.primaryNav ul ul ul ul li:first-child:before {
  display: none;
}

.primaryNav ul ul ul ul:before {
  width: 1px;
  height: calc(100% + 2.5em);
  top: -2.5em;
  left: 0;
  border-left-width: 2px;
  /* border-color: red; */
}

/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */
.utilityNav {
  float: right;
  margin-top: 0;
  margin-bottom: -0.25em;
  margin-right: 1.25em;
  max-width: 48%;
  list-style-type: none;
}

.utilityNav li {
  padding: 0 0 0.625em 0.625em;
  display: inline-block;
}

.utilityNav li a {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.75em 1em;
  font-weight: bold;
  text-align: left;
  color: white;
  background-color: #ff9d00;
  border: 1px solid rgba(0, 0, 0, 0.025);
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.utilityNav li a:hover {
  background-color: #ff831b;
}

.utilityNav li a:link:after,
.utilityNav li a:visited:after {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75em;
  font-weight: 600;
  margin-top: 0.25em;
}

/* ------------------------------------------------------------
	Responsive Styles
------------------------------------------------------------ */
@media screen and (max-width: 30em) {
  .primaryNav ul {
    display: block;
  }

  .primaryNav li {
    width: 100%;
    padding-right: 0;
  }

  .primaryNav #home {
    width: 100%;
    position: relative;
    margin-bottom: -1em;
    margin-top: 0;
  }

  .utilityNav {
    float: none;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 2.5em;
    max-width: 100%;
  }
}
/* The media queries below keep the grid column widths intact when
a column wraps. This prevents the wrapped column from displaying at
100% width. These queries also make the homepage line item flex
appropriately. When your sitemap is complete, remove the queries
that you don't need, and your sitemap layout will work perfectly. */
/* two column */
@media screen and (min-width: 30em) {
  .primaryNav > ul > li {
    max-width: 50%;
  }
}
/* three column */
@media screen and (min-width: 38.5em) {
  .primaryNav > ul > li {
    max-width: 33%;
  }
}
/* four column */
@media screen and (min-width: 50em) {
  .primaryNav > ul > li {
    max-width: 25%;
  }
}
/* five column */
@media screen and (min-width: 61em) {
  .primaryNav > ul > li {
    max-width: 20%;
  }
}
/* six column */
@media screen and (min-width: 73em) {
  .primaryNav > ul > li {
    max-width: 16.66%;
  }
}
/* seven column */
@media screen and (min-width: 84.5em) {
  .primaryNav > ul > li {
    max-width: 14.285%;
  }
}
/* eight column */
@media screen and (min-width: 96em) {
  .primaryNav > ul > li {
    max-width: 12.5%;
  }
}
/* nine column */
@media screen and (min-width: 107.5em) {
  .primaryNav > ul > li {
    max-width: 11.11%;
  }
}
/* ten column */
@media screen and (min-width: 119em) {
  .primaryNav > ul > li {
    max-width: 10%;
  }
}
nav.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.breadcrumb {
  font-size: 0.8rem;
  font-weight: 300;
  background: none;
  margin: 0;
  padding: 10px 0;
}

.breadcrumb-container {
  width: 100%;
}

.breadcrumb a {
  color: #DA3832;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #DA3832;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: black;
}

footer.page-footer {
  padding: 0;
  margin: 3rem 0 0;
  font-size: 0.9rem;
  color: #eee;
  min-height: 50px;
  background: #1e1e1e;
}
footer.page-footer p {
  margin: 0;
  position: relative;
  top: -35px;
}
footer.page-footer p a, footer.page-footer p span {
  display: inline-block;
  margin: 0 1rem;
  color: #626262;
}
footer.page-footer p a:hover, footer.page-footer p span:hover {
  color: white;
  text-decoration: none;
}
footer.page-footer p span:hover {
  color: #626262;
}

.location-arrow {
  position: relative;
  text-align: center;
  pointer-events: none;
  top: -35px;
}

.location-arrow .btn.btn-link {
  pointer-events: all;
  height: 56px;
  width: 80px;
  padding: 0px;
  background: url("/site/imgs/top-klobouk.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 30px;
}
.location-arrow .btn.btn-link:hover {
  background-position: center bottom;
}

.location-arrow .btn.btn-link .move-up {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}

.location-arrow .btn.btn-link .move-down {
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}

.home-gallery .owl-carousel {
  margin-left: 30px;
  margin-right: 30px;
}
.home-gallery .item {
  height: 180px;
  overflow: hidden;
  margin-right: 70px;
}
.home-gallery .item a {
  position: relative;
  display: block;
  width: 100%;
}
.home-gallery .item a:after {
  position: absolute;
  width: 9rem;
  height: 9rem;
  right: -4.5rem;
  top: -4.5rem;
  z-index: 100;
  content: "+";
  color: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  font-weight: lighter;
  font-size: 3rem;
  padding-left: 2.5rem;
  padding-top: 2.7rem;
  background: black;
  background: linear-gradient(90deg, black 0%, #919191 100%);
  transition: all 0.3s ease-in-out;
}
.home-gallery .item a img {
  margin: 0;
  height: 100%;
  min-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}
.home-gallery .item a:hover:after {
  background: #ed1c24;
}
.home-gallery .item img {
  width: 100%;
}
.home-gallery .owl-nav, .home-gallery .owl-dots {
  display: none;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin: auto auto;
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  bottom: 30px;
  /* 30px from the bottom */
  right: 50%;
  transform: translate(50%, -50%);
}
#snackbar.error {
  background: darkred;
  border: 1px solid #eee;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.external-form-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.external-form-container .alert {
  padding-top: 0;
  max-width: 90%;
  margin: 0px auto;
}
.external-form-container .alert h4 {
  margin-top: 1rem;
}

.file-upload-container {
  min-height: 70px;
  padding: 15px 15px;
  border: 1px solid #eee;
  margin: 15px 0;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.file-upload-container .help-block {
  padding-left: 15px;
}
.file-upload-container .valid-feedback-upload {
  padding: 5px;
}
.file-upload-container .invalid-feedback-upload {
  padding: 5px;
  color: darkred;
}
.file-upload-container.success::after {
  transition: all ease-in-out 0.5s;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  right: 15px;
  top: 20px;
  font-size: 3rem;
  color: #0c390e;
}
.file-upload-container.error::after {
  transition: all ease-in-out 0.5s;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  right: 15px;
  top: 20px;
  font-size: 3rem;
  color: darkred;
}
.file-upload-container.uploading::after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  transition: all ease-in-out 0.5s;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  right: 15px;
  top: 20px;
  font-size: 2rem;
  color: #eee;
}

.captcha-code {
  background: darkred;
  color: white;
  padding: 2px 5px;
  text-decoration: line-through red;
  border-radius: 3px;
}

/*obrazkove checkboxy*/
.form-image-checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  justify-items: center;
}
.form-image-checkbox > div {
  width: 250px;
  height: 320px;
  margin-bottom: 3px;
  overflow: hidden;
}
.form-image-checkbox legend {
  width: 100%;
  color: #444;
  font-size: 0.9rem;
  text-align: right;
}
.form-image-checkbox legend::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  padding-right: 15px;
}
.form-image-checkbox .form-check {
  margin: 5px;
  padding: 0px !important;
  position: relative;
}
.form-image-checkbox .form-check input {
  display: none;
}
.form-image-checkbox .form-check label {
  height: 100%;
}
.form-image-checkbox .form-check .label-image {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-items: center;
  justify-content: center;
}
.form-image-checkbox .form-check .label-image img {
  width: 100%;
  margin: 0;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
.form-image-checkbox .form-check .label-image .car-name {
  position: absolute;
  width: 100%;
  padding: 5px 15px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.9);
  color: yellow;
  font-weight: 200;
  font-size: 0.8rem;
  z-index: 1;
  display: none;
}
.form-image-checkbox .form-check.checked .label-image img {
  transform: scale(0.9, 0.9);
  -webkit-box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.13);
}
.form-image-checkbox .form-check.checked::after {
  padding: 8px 0 0;
  margin: 0;
  text-align: center;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #DA3832;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

.invalid-feedback-multicheck {
  display: block !important;
}

fieldset.form-image-checkbox.is-invalid {
  border-bottom: 3px solid red;
  border-radius: 5px;
}

/*media queries*/
@media only screen and (max-width: 500px) {
  .form-image-checkbox {
    justify-items: center;
  }
  .form-image-checkbox > div {
    width: 45%;
    height: 180px;
    margin-bottom: 3px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 375px) {
  .form-image-checkbox {
    justify-items: center;
  }
  .form-image-checkbox > div {
    width: 45%;
    height: 180px;
    margin-bottom: 3px;
    overflow: hidden;
  }
}
.home .top-header {
  /*min-height: 100vh;*/
  background: url("/site/imgs/headers/sluzby-kolaz.png") no-repeat 60% 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 90px;
}
.home .top-header h1 {
  margin: 0;
  padding: 0;
  font-weight: bolder;
  font-size: 4.1875rem;
  font-family: "OS-bold";
  color: #fff;
}
.home .top-header h2 {
  padding: 0;
  font-weight: lighter;
  color: #c8c8c8;
  font-family: "OS-light";
  margin: 0px 0 17px 1rem;
  font-size: 2rem;
  color: #fff;
}
.home .top-header .black-background {
  background: #1c1b18;
  display: inline-block;
  padding-inline: 1rem;
  clear: both;
}
.home .top-header .buttons {
  margin-top: 0.5rem;
  text-align: left;
}
.home .top-header .buttons .button-orange {
  background: url("/site/imgs/orange-button.png");
  width: 159px;
  height: 44px;
  line-height: 44px;
  color: white;
  font-family: "OS-bold";
  text-align: center;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.home .top-header .buttons .button-red {
  background: url("/site/imgs/red-button.png");
  width: 159px;
  height: 44px;
  line-height: 44px;
  color: white;
  font-family: "OS-bold";
  text-align: center;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 3rem;
}
.home .top-header .years {
  margin: 100px auto 0;
  align-self: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home .top-header .years img {
  float: right;
  margin-left: 2rem;
}
.home .top-header .years p {
  font-size: 1.8125rem;
  font-weight: 200;
  color: #fff;
}

@font-face {
  font-family: "OS-bold";
  src: url("/site/css/fonts/opensans-condbold-webfont-webfont.eot");
  src: url("/site/css/fonts/opensans-condbold-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("/site/css/fonts/opensans-condbold-webfont-webfont.woff") format("woff"), url("/site/css/fonts/opensans-condbold-webfont-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OS-light";
  src: url("/site/css/fonts/opensans-light-webfont-webfont.eot");
  src: url("/site/css/fonts/opensans-light-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("/site/css/fonts/opensans-light-webfont-webfont.woff") format("woff"), url("/site/css/fonts/opensans-light-webfont-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #000 url("/site/imgs/headers/planet-bg.jpg") no-repeat top center;
  /*
  background-attachment: fixed;
  */
  padding-top: 80px;
  color: black;
}

#page > .container {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 3rem;
}
#page .page-content-items ul, #page .page-content-items ol {
  list-style: inside;
  padding-bottom: 10px;
}
#page .page-content-items ul li, #page .page-content-items ol li {
  background: url("/site/imgs/li-check.png") no-repeat 0 0;
  padding-bottom: 5px;
  list-style: none;
  padding-left: 35px;
}

.home #page > .container {
  background: none;
}

#col_right {
  background: #fff;
}
#col_right .qr {
  text-align: center;
  background: #DA3832;
  padding: 1rem;
  border-radius: 1rem;
  display: inline-block;
  transform: translateX(25%);
  position: relative;
}
#col_right .qr:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  width: 3rem;
  height: 3rem;
  background: #DA3832;
  bottom: 0rem;
  z-index: -1;
  right: calc(50% - 1.5rem);
}
#col_right .qr img {
  margin: 0px auto;
}
#col_right .r-menu {
  background: #171818;
  padding: 20px 1rem 0;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
}
#col_right .r-menu h2 {
  color: white;
  padding: 0px 0px 15px 20px;
}
#col_right .r-menu li {
  width: 100%;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
#col_right .r-menu a {
  color: white;
  padding: 8px 10px 8px 20px;
  display: block;
  border-bottom: 1px solid #4d4d4d;
  text-decoration: none;
  text-transform: uppercase;
}
#col_right .r-menu a:hover {
  background: #393939;
}
#col_right .r-menu a:nth-of-type(6) {
  border: none;
}
#col_right .r-menu a.active {
  background: #DA3832;
  position: relative;
}
#col_right .r-menu a.active:before {
  width: 1rem;
  height: 1rem;
  left: -0.5rem;
  background: #DA3832;
  content: "";
  position: absolute;
  transform: translateY(50%) rotate(45deg);
}
#col_right .r-menu a.active:hover {
  background: #DA3832;
}

.o-nas-pt #col_main h2 {
  margin-top: 2rem;
}
.o-nas-pt #col_main img {
  filter: grayscale(1);
  margin-top: 2rem;
}

.main-form {
  background: #DA3832;
  color: white;
}
.main-form label {
  color: white;
}
.main-form h2 {
  margin: 0;
  padding: 1rem;
  color: white;
}
.main-form .form-control {
  border-color: #c9413b;
}
.main-form .btnb {
  background: url(/site/imgs/black-button.png);
  width: 179px;
  height: 44px;
  line-height: 44px;
  color: white;
  font-family: "OS-bold";
  text-align: center;
  font-size: 18px;
  display: block;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.synopsis-link-sluzby {
  display: none;
}

.sluzby-pt #col_main .page-content-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sluzby-pt #col_main .page-content-items .synopsis-link {
  display: none;
}
.sluzby-pt #col_main .page-content-items .synopsis-link-sluzby {
  display: block;
}
.sluzby-pt #col_main .page-content-items .synopsis-link-sluzby a {
  background: #474848;
  color: #fff;
  padding: 0.4rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: bold;
}
.sluzby-pt #col_main .page-content-items .synopsis-link-sluzby a:hover {
  background: #DA3832;
  text-decoration: none;
}
.sluzby-pt #col_main .page-content-items .clearfix {
  display: none;
}
.sluzby-pt #col_main .page-content-items article {
  width: 30%;
  padding-bottom: 2rem;
}
.sluzby-pt #col_main .page-content-items article p.paragraph-icon {
  float: left;
}
.sluzby-pt #col_main .page-content-items article p.paragraph-icon i {
  font-size: 2rem;
}
.sluzby-pt #col_main .page-content-items article header {
  padding-left: 3rem;
}
.sluzby-pt #col_main .page-content-items article header a {
  color: black;
}
.sluzby-pt #col_main .page-content-items article:nth-of-type(2n) p.paragraph-icon a {
  color: orange;
}

.sluzby-pt.paragraph #col_main .page-content-items {
  display: block !important;
}

.o-nas-pt #col_main .page-content-item-ing-jaroslav-nozicka {
  padding-bottom: 2rem;
}
.o-nas-pt #col_main a[data-fancybox=gallery] {
  float: right;
  padding: 0;
  margin: 0;
  display: block;
  width: 155px;
  height: 155px;
  /*margin-right: 1rem;*/
}
.o-nas-pt #col_main a[data-fancybox=gallery] span {
  padding: 1px;
  width: 155px;
  height: 155px;
  display: block;
  background: none;
}
.o-nas-pt #col_main a[data-fancybox=gallery] span:hover {
  background: #DA3832 !important;
}
.o-nas-pt #col_main a[data-fancybox=gallery] span img {
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  padding: 0;
  border: none;
  float: none !important;
  border-radius: 0;
  width: 100%;
}

.contact-box {
  background: #ed1c24;
  color: white;
  font-size: 18px;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contact-box .button-black {
  background: url(/site/imgs/black-button.png);
  width: 179px;
  height: 44px;
  line-height: 44px;
  color: white;
  font-family: "OS-bold";
  text-align: center;
  font-size: 18px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.o-nas-pt [id]::before {
  content: "";
  display: block;
  height: 95px;
  margin-top: -95px;
  visibility: hidden;
}

.o-nas-pt hr {
  clear: both;
  position: relative;
  top: 1rem;
}
.o-nas-pt img {
  margin-bottom: 1rem;
  margin-right: 0;
}

.strange-header h2 {
  font-family: "OS-bold";
  color: #848484;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 5px;
  position: relative;
}
.strange-header h2:after {
  content: "";
  border-bottom: 1px solid #848484;
  height: 1px;
  width: calc(100% - 100px);
  right: 0;
  left: 100px;
  top: 50%;
  position: absolute;
}

.shared-link {
  padding: 1rem 0;
  text-align: right;
  text-transform: uppercase;
}
.shared-link a {
  background: #474848;
  border-top: 1px solid #6c6d6d;
  font-size: 12px;
  font-family: "OS-bold";
  color: white;
  text-decoration: none;
  padding: 3px 0.5rem;
}
.shared-link a:hover {
  background: #ed1c24;
  border-top: 1px solid #F68E92;
}

#company-people .shared-items-items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#company-people .shared-items-items h3 {
  color: #fff;
  font-size: 1rem;
  padding-top: 0.5rem;
}
#company-people .shared-items-items .company-item {
  text-align: center;
}
#company-people .shared-items-items .company-item img {
  float: none;
  margin: 0px auto;
  filter: grayscale(1);
  padding: 0 !important;
  border-radius: 0;
  border: none;
}
#company-people .shared-items-items .company-item a {
  border: 1px solid black;
  display: block;
}
#company-people .shared-items-items .company-item a:hover {
  border-color: #DA3832;
}

.services .shared-item {
  padding-left: -0.5rem;
  padding-right: -0.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
}
.services .shared-item p.paragraph-icon {
  float: left;
  padding-right: 1rem;
}
.services .shared-item p.paragraph-icon i {
  font-size: 2rem;
}
.services .shared-item h3 a {
  color: #fff;
}
.services .shared-item .synopsis-link {
  display: none;
}
.services .shared-item:nth-of-type(2n) p.paragraph-icon a {
  color: orange;
}

@media only screen and (max-width: 1200px) {
  .main-menu .nav-link {
    font-size: 1.2rem;
  }
  .main-menu .navbar-nav.contacts-menu {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-brand {
    margin-left: 1rem;
  }

  .breadcrumb-container {
    display: none;
  }

  .main-menu {
    pointer-events: all;
  }
  .main-menu .nav-link {
    font-size: 1.2rem;
  }
  .main-menu .navbar-nav.contacts-menu {
    display: flex !important;
  }

  .home .top-header {
    min-height: 100vh;
    padding-top: 38vh;
    background-size: contain;
  }
  .home .top-header h1, .home .top-header h2 {
    text-align: center;
    margin: 0 0 0.5rem;
    text-shadow: 1px 1px 1px black;
  }
  .home .top-header h1 {
    font-size: 3.2rem;
  }
  .home .top-header h2 {
    font-size: 1.7rem;
  }
  .home .top-header .buttons {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .home .top-header .buttons .button-orange, .home .top-header .buttons .button-red {
    display: block;
    margin: 0;
    width: 70%;
    height: 4rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
  }
  .home .top-header .years {
    margin: 10vh 0 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 1rem;
  }
  .home .top-header .years img {
    margin: 0 0 2rem;
    padding: 0;
    width: 50%;
  }

  #company-people .shared-items-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #company-people .shared-items-items > div {
    width: 45%;
    text-align: center;
  }
  #company-people .shared-items-items > div a {
    border: none !important;
  }

  footer.page-footer {
    text-align: center;
  }
  footer.page-footer img {
    margin: 1rem auto;
  }

  .home-gallery .owl-carousel {
    margin: 0px auto;
    height: 200px;
    overflow: hidden;
  }
  .home-gallery .owl-carousel .owl-stage {
    padding-left: 30px;
    height: 200px;
  }

  .gallery.gallery-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .gallery.gallery-3 a {
    width: 88%;
    height: 200px;
  }

  #col_right p.qr, #col_right p.qr-info {
    display: none;
    text-align: center;
    transform: translateX(50%);
  }

  .sluzby-pt #col_main .page-content-items article {
    width: 48%;
  }

  h1 {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 820px) {
  .navbar-brand {
    margin-left: 1rem;
  }

  .breadcrumb-container {
    display: none;
  }

  .main-menu .nav-link {
    font-size: 1.2rem;
  }
  .main-menu .navbar-nav.contacts-menu {
    display: none;
  }

  .home .top-header {
    min-height: 100vh;
    padding-top: 38vh;
    background-size: contain;
  }
  .home .top-header h1, .home .top-header h2 {
    text-align: center;
    margin: 0 0 0.5rem;
    text-shadow: 1px 1px 1px black;
  }
  .home .top-header h1 {
    font-size: 3.2rem;
  }
  .home .top-header h2 {
    font-size: 1.7rem;
  }
  .home .top-header .buttons {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .home .top-header .buttons .button-orange, .home .top-header .buttons .button-red {
    display: block;
    margin: 0;
    width: 70%;
    height: 4rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
  }
  .home .top-header .years {
    margin: 10vh 0 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 1rem;
  }
  .home .top-header .years img {
    margin: 0 0 2rem;
    padding: 0;
    width: 50%;
  }

  #company-people .shared-items-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #company-people .shared-items-items > div {
    width: 30%;
    text-align: center;
  }
  #company-people .shared-items-items > div a {
    border: none !important;
  }

  footer.page-footer {
    text-align: center;
  }
  footer.page-footer img {
    margin: 1rem auto;
  }

  .home-gallery .owl-carousel {
    margin: 0px auto;
    height: 250px;
    overflow: hidden;
  }
  .home-gallery .owl-carousel .owl-stage {
    padding-left: 30px;
    height: 250px;
  }
  .home-gallery .owl-carousel .owl-stage .item {
    height: 250px;
  }

  .gallery.gallery-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .gallery.gallery-3 a {
    width: 88%;
    height: 200px;
  }

  #col_right p.qr, #col_right p.qr-info {
    display: none;
    text-align: center;
    transform: translateX(50%);
  }

  .sluzby-pt #col_main .page-content-items article {
    width: 48%;
  }

  h1 {
    padding-top: 2rem;
  }
}

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