@charset "UTF-8";
body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.detail-produktu .owl-dots {
  display: none;
}

.wrapper {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
}

.wrapper.back-darker {
  background-color: #fbfbfa;
}

@media only screen and (min-width: 1366px) {
  .wrapper {
    width: 1366px;
  }
}

.wrapper .wrapper-inner {
  position: relative;
  display: block;
  margin: auto;
  width: 1170px;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .wrapper .wrapper-inner {
    width: calc(100% - 30px);
  }
}

body main {
  /* Background  ovals */
  /* END - Background  ovals */
}

body main .overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

body main .contact-panel-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fbfbfa;
}

@media only screen and (max-width: 575px) {
  body main .contact-panel-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body main .contact-panel-tile .tile {
	position: relative;
	width: 452px;
	height: 301px;
	display: inline-block;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
	box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
body main .contact-panel-tile .tile.long-btn-text {
	height: 341px;
}
@media only screen and (max-width: 575px) {
	body main .contact-panel-tile .tile {
		width: 100%;
		height: 321px;
	}
}

@media only screen and (max-width: 419px) {
	body main .contact-panel-tile .tile {
		height: 351px;
	}
	body main .contact-panel-tile .tile.long-btn-text{
		height: 361px;
		padding: 0 15px;
	}
}

body main .contact-panel-tile .tile:first-of-type {
  margin-right: 18px;
}

@media only screen and (max-width: 575px) {
  body main .contact-panel-tile .tile:first-of-type {
    margin-right: 0px;
  }
}

body main .contact-panel-tile .tile i.icon-kontakt,
body main .contact-panel-tile .tile i.icon-hladat {
  font-size: 62px;
  color: #a50000;
  margin-top: 20px;
}

body main .contact-panel-tile .tile img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
}

body main .contact-panel-tile .tile h6 {
  color: #a06d34;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px;
}

body main .contact-panel-tile .tile p {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

body main .row-style-1 {
  padding-top: 90px;
  padding-bottom: 90px;
  width: 1346px;
  margin: auto;
  display: block;
  z-index: 2;
}

@media only screen and (max-width: 1400px) {
  body main .row-style-1 {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  body main .row-style-1 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

body main .row-style-1 .odd, body main .row-style-1 .even {
  margin-top: 90px;
  margin-bottom: 90px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  body main .row-style-1 .odd, body main .row-style-1 .even {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

body main .row-style-1 .odd:first-of-type {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  body main .row-style-1 .even {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  body main .row-style-1 .even .text {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}

body main .row-style-1 .text {
  height: 100%;
}

body main .row-style-1 .text .wrap {
  width: calc(100% - 30px);
  position: relative;
}

@media only screen and (max-width: 767px) {
  body main .row-style-1 .text .wrap {
    width: 100%;
  }
}

body main .row-style-1 .text .wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -7.5px;
  width: 15px;
  height: 15px;
  background-color: #ff0000;
  border-radius: 100%;
}

body main .row-style-1 .text h6 {
  color: #ff0000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

body main .row-style-1 .text p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}

body main .row-style-1 .text ul {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  body main .row-style-1 .text ul {
    margin-top: 25px;
  }
}

body main .row-style-1 .text ul li {
  color: #555555;
}

body main .row-style-1 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

body main .row-style-1 .icon img {
  max-width: 240px;
  max-height: 240px;
  width: 240px;
  height: 240px;
}

body main .row-style-1 .odd .text {
  z-index: 2;
}

body main .row-style-1 .odd .text .wrap {
  left: -15px;
  border-left: 1px solid #ff0000;
  padding-left: 15px;
}

body main .row-style-1 .even .text {
  z-index: 2;
}

body main .row-style-1 .even .text .wrap {
  border-left: 1px solid #ff0000;
  padding-left: 15px;
}

body main .circles-background-wrapper {
  width: 608px;
  height: 1004px;
}

body main .circle-background-big {
  width: 256px;
  height: 256px;
  background-color: #fbfbfa;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}

.wrap-half-size {
  position: relative;
  display: inline-block;
  width: 50%;
}

.container-top {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent;
  padding: 0px 0px;
  overflow: hidden;
}

.container-top .top-backimage {
  position: absolute;
  top: 0%;
  right: 0%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

.container-top .wrapper .wrap-inner {
  padding-top: 80px;
}

main .container-top {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 0px;
  left: 0px;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  main .container-top {
    height: 600px;
  }
}

@media only screen and (max-width: 575px) {
  main .container-top {
    height: 600px;
  }
}

@media only screen and (max-width: 380px) {
  main .container-top {
    height: 640px;
  }
}

main .container-top .wrapper {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  main .container-top .wrapper {
    height: 600px;
  }
}

@media only screen and (max-width: 575px) {
  main .container-top .wrapper {
    height: 600px;
  }
}

@media only screen and (max-width: 380px) {
  main .container-top .wrapper {
    height: 640px;
  }
}

main .container-top .wrapper .wrap-inner {
  position: relative;
  display: block;
  margin: auto;
  top: 0px;
  width: calc(100% - 62px - 62px - 10px);
  height: 500px;
}

@media only screen and (max-width: 767px) {
  main .container-top .wrapper .wrap-inner {
    height: 600px;
    width: calc(100% - 35px - 35px);
  }
}

@media only screen and (max-width: 575px) {
  main .container-top .wrapper .wrap-inner {
    height: 600px;
  }
}

@media only screen and (max-width: 380px) {
  main .container-top .wrapper .wrap-inner {
    width: calc(100% - 15px - 15px);
    height: 640px;
  }
}

main .container-top .wrapper .wrap-inner h1 {
  position: relative;
  display: block;
  color: #a06d34;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: 1.06px;
  line-height: 61px;
  text-transform: uppercase;
  margin-top: 40px;
}

main .container-top .wrapper .wrap-inner p {
  color: #211a13;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.42px;
}

main .container-top .wrapper .wrap-inner a.jumbotron-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 35px;
  background-color: #ff0000;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

main .container-top .wrapper .wrap-inner a.jumbotron-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ff0000;
  color: #ff0000;
}

@media only screen and (max-width: 380px) {
  main .container-top .wrapper .wrap-inner a.jumbotron-btn {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    width: calc(100% - 30px);
  }
}

main .container-top .container-controls {
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  bottom: 20px;
  text-align: center;
}

main .container-top .container-controls .circle-button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #555555;
  border-radius: 100%;
  margin-right: 18px;
}

main .container-top .container-controls .circle-button:last-of-type {
  margin-right: 0px;
}

main .container-top .container-controls .circle-button.active {
  background-color: #a50000;
}

main .info-panel-contacts {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
}

main .info-panel-contacts h5 {
  display: inline-block;
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
}

main .info-panel-contacts .icon-kontakt {
  position: relative;
  display: inline-block;
  color: #a06d34;
  font-size: 30px;
  top: -0.5em;
  left: 2px;
}

main .info-panel-contacts hr {
  position: relative;
  display: block;
  margin: auto;
  width: 46px;
  height: 4px;
  background-color: #a50000;
  color: #a50000;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  margin-top: 12px;
  margin-bottom: 12px;
}

main .info-panel-contacts h6 {
  color: #555555;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 15px;
}

main .info-panel-contacts p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 30px;
}

main .info-panel-contacts p strong {
  font-weight: 700;
}

main .info-panel-contacts .contacts-gallery {
  display: block;
  /*margin-top: 50px;
			margin-bottom: 90px;*/
  margin: auto;
  max-width: 850px;
  width: auto;
  max-height: 403px;
}

main .info-panel-contacts .contacts-gallery .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .info-panel-contacts .contacts-gallery .card-tall {
  position: relative;
  display: inline-block;
  width: 250px;
  min-height: 402px;
  -webkit-box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
          box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  padding: 20px 20px;
  margin-right: 3.95vw;
}

main .info-panel-contacts .contacts-gallery .card-tall:last-of-type {
  margin-right: 0px;
}

main .info-panel-contacts .contacts-gallery .card-tall i.icon-kontakt {
  display: inline-block;
  font-size: 42px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
}

main .info-panel-contacts .contacts-gallery .card-tall img {
  margin-bottom: 20px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 2px solid #a06d34;
}

main .info-panel-contacts .contacts-gallery .card-tall .name h6 {
  color: #211a13;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 16px;
}

main .info-panel-contacts .contacts-gallery .card-tall .name p {
  color: #211a13;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

main .info-panel-contacts .contacts-gallery .card-tall hr {
  -webkit-transform: none;
          transform: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

main .info-panel-contacts .contacts-gallery .card-tall .contacts p, main .info-panel-contacts .contacts-gallery .card-tall .contacts a {
  display: block;
  color: #211a13;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: left;
  text-decoration: underline;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
}

main .info-panel-contacts .contacts-gallery .card-tall .contacts p:hover, main .info-panel-contacts .contacts-gallery .card-tall .contacts a:hover {
  font-weight: 600;
}

main .info-panel-contacts .contacts-gallery .card-tall .contacts p i, main .info-panel-contacts .contacts-gallery .card-tall .contacts a i {
  font-size: 12px;
  color: #b79166;
  margin-right: 6px;
}

main .info-panel-contacts .contacts-gallery-new {
  margin-bottom: 60px;
}

main .info-panel-contacts .contacts-gallery-new:last-of-type {
  margin-bottom: 0px;
}

main .info-panel-contacts .contacts-gallery-new .emp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 569px) {
  main .info-panel-contacts .contacts-gallery-new .emp-wrapper {
    display: block;
    margin: auto;
    max-width: 850px;
    width: auto;
    max-height: 403px;
  }
}

main .info-panel-contacts .contacts-gallery-new .emp-wrapper .slider_nav {
  display: none;
}

main .info-panel-contacts .contacts-gallery-new .text {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

main .info-panel-contacts .contacts-gallery-new .text .area-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

main .info-panel-contacts .contacts-gallery-new .text .area-description {
  max-width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

main .info-panel-contacts .contacts-gallery-new .card-tall {
  position: relative;
  display: inline-block;
  width: 250px;
  min-height: 402px;
  -webkit-box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
          box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  padding: 20px 20px;
  margin-right: 1.95vw;
  margin-bottom: 30px;
}

@media only screen and (max-width: 569px) {
  main .info-panel-contacts .contacts-gallery-new .card-tall {
    margin-right: 0px;
  }
}

main .info-panel-contacts .contacts-gallery-new .card-tall i.icon-kontakt {
  display: inline-block;
  font-size: 42px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
}

main .info-panel-contacts .contacts-gallery-new .card-tall img {
  margin-bottom: 20px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 2px solid #a06d34;
}

main .info-panel-contacts .contacts-gallery-new .card-tall .name h6 {
  color: #211a13;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 16px;
}

main .info-panel-contacts .contacts-gallery-new .card-tall .name p {
  color: #211a13;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

main .info-panel-contacts .contacts-gallery-new .card-tall hr {
  -webkit-transform: none;
          transform: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

main .info-panel-contacts .contacts-gallery-new .card-tall .contacts p, main .info-panel-contacts .contacts-gallery-new .card-tall .contacts a {
  display: block;
  color: #211a13;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: left;
  text-decoration: underline;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
}

main .info-panel-contacts .contacts-gallery-new .card-tall .contacts p:hover, main .info-panel-contacts .contacts-gallery-new .card-tall .contacts a:hover {
  font-weight: 600;
}

main .info-panel-contacts .contacts-gallery-new .card-tall .contacts p i, main .info-panel-contacts .contacts-gallery-new .card-tall .contacts a i {
  font-size: 12px;
  color: #b79166;
  margin-right: 6px;
}

main .info-panel-contacts .contacts-gallery-new.contacts-beside {
  width: 250px;
  display: inline-block;
  position: relative;
}

main .info-panel-contacts .areas-panel-contacts {
  margin-top: 50px;
  margin-bottom: 30px;
}

main .info-panel-contacts .areas-panel-contacts .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
  margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
  main .info-panel-contacts .areas-panel-contacts .area {
    margin-bottom: 30px;
  }
}

main .info-panel-contacts .areas-panel-contacts .area .btn-circle {
  display: inline-block;
  margin-right: 15px;
}

main .info-panel-contacts .areas-panel-contacts .area .text {
  display: inline-block;
  text-align: left;
}

main .info-panel-contacts .areas-panel-contacts .area .text .area-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

main .info-panel-contacts .areas-panel-contacts .area .text .area-description {
  max-width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

/* Circle button with circle inside. */
.btn-circle {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  background-color: transparent;
}

.btn-circle .inner {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #d8d8d8;
  top: 50%;
  left: calc(50% - 0px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.active .btn-circle .inner {
  background-color: #ff0000;
}

.arrow-bottom-center-element {
  position: absolute;
  bottom: -62px;
  left: calc(50% - 0.5em);
  font-size: 62px;
  color: #d8d8d8;
}

main i.icon-arrow-down {
  position: absolute;
  bottom: -40px;
  -webkit-transform: translateX(-31px);
          transform: translateX(-31px);
  left: 50%;
  font-size: 62px;
  color: #d8d8d8;
  line-height: 62px;
  z-index: 1;
  max-height: 180px;
}

main i.icon-arrow-down.ontop {
  top: -30px;
}

.test-img-gal {
  border: 1px solid black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  height: 320px;
  background-color: wheat;
  position: relative;
}

.test-img-gal span {
  font-size: 18px;
  color: black;
}

a.btn-contact-us {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #211a13;
	border: 1px solid #211a13;
	color: #ffffff;
	/*width: 194px;
	height: 45px;
	margin: auto;*/
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	line-height: 16px;
	padding: 12px 25px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	cursor: pointer;
}

a.btn-contact-us i.icon-arrow-03 {
  color: white;
  font-size: 20px;
  margin-left: 0.5em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a.btn-contact-us:hover {
  background-color: #ffffff;
  border: 1px solid #211a13;
  color: #211a13;
}

a.btn-contact-us:hover i.icon-arrow-03 {
  color: #211a13;
}

.slick-dotted.slick-slider {
  z-index: 4999;
}

/**************************************/
/* Fonts/Icons created for Perfolinea */
/**************************************/
@font-face {
  font-family: "untitled-font-4";
  font-display: fallback;
  src: url("../fonts/fonts/untitled-font-4.eot");
  src: url("../fonts/fonts/untitled-font-4.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts/untitled-font-4.woff") format("woff"), url("../fonts/fonts/untitled-font-4.ttf") format("truetype"), url("../fonts/fonts/untitled-font-4.svg#untitled-font-4") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "untitled-font-4" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-4" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-architektura:before {
  content: "\61";
}

.icon-arrow-01:before {
  content: "\62";
}

.icon-arrow-02:before {
  content: "\63";
}

.icon-arrow-03:before {
  content: "\64";
}

.icon-arrow-down:before {
  content: "\65";
}

.icon-balenie-a-expedicia:before {
  content: "\66";
}

.icon-citat-viac:before {
  content: "\67";
}

.icon-download:before {
  content: "\68";
}

.icon-e-mail:before {
  content: "\69";
}

.icon-fax:before {
  content: "\6a";
}

.icon-hladat:before {
  content: "\6b";
}

.icon-kalkulator:before {
  content: "\6c";
}

.icon-katalogy:before {
  content: "\6d";
}

.icon-zakazkova-vyroba:before {
  content: "\6e";
}

.icon-vzorky:before {
  content: "\6f";
}

.icon-telefon:before {
  content: "\70";
}

.icon-sluzby:before {
  content: "\71";
}

.icon-produkty:before {
  content: "\72";
}

.icon-poradenstvo:before {
  content: "\73";
}

.icon-perfolinea:before {
  content: "\74";
}

.icon-mobil:before {
  content: "\75";
}

.icon-menu:before {
  content: "\76";
}

.icon-mapa:before {
  content: "\77";
}

.icon-lupa:before {
  content: "\78";
}

.icon-kosik:before {
  content: "\79";
}

.icon-kontakt:before {
  content: "\7a";
}

/********************************************/
/* END - Fonts/Icons created for Perfolinea */
/********************************************/
/******************************/
/* Rest of fonts used on site */
/******************************/
@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: auto;
  src: url("../fonts/roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: oblique;
}

@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: oblique;
}*/

@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/*@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: oblique;
}*/

@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/*@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: oblique;
}*/

@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: oblique;
}*/

@font-face {
  font-family: "Roboto";
  font-display: fallback;
  src: url("../fonts/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/************************************/
/* END - Rest of fonts used on site */
/************************************/
body header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  display: block;
}

footer {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100vw;
  min-height: 137px;
  background-color: #211a13;
  color: #ffffff;
  /*margin-top: 120px;*/
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Footer addresses */
  /* END - Footer addresses */
  /* Footer menu */
  /* END - Footer menu */
  /* Footer social icons */
  /* END - Footer social icons */
}

footer .wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  footer .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer .footer-address {
  padding-left: 0px;
  padding-right: 0px;
}

footer .footer-address p, footer .footer-address a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 10px;
  width: calc(100% - 30px);
}

footer .footer-address a {
  text-decoration: underline;
  color: #ffffff;
}

footer .footer-address:before {
  content: "\0077";
  font-family: "untitled-font-4";
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  display: inline-block;
  top: -4px;
  left: -20px;
  vertical-align: top;
}

footer .footer-menu {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 767px) {
  footer .footer-menu {
    margin-top: 45px;
  }
}

footer .footer-menu ul {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

footer .footer-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .footer-menu ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 2px;
}

footer .footer-menu ul li a:hover {
  font-weight: 700;
}

footer .footer-menu ul li a:hover i.icon-arrow-01::before {
  font-weight: 700;
}

footer .footer-menu ul li a i.icon-arrow-01 {
  color: white;
  margin-right: 8px;
  font-size: 14px;
}

footer .footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 991px) {
  footer .footer-social-icons {
    margin-top: 45px;
  }
}

footer .footer-social-icons a {
  margin-right: 15px;
  position: relative;
  display: inline-block;
}

footer .footer-social-icons img {
  width: 22px;
  height: 23px;
}

footer .footer-social-icons img:last-of-type {
  margin-right: 0px;
}

.error-404 {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100%;
  height: calc(100vh - 150px);
}

.error-404 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.error-404 h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.error-404 p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

body.homepage {
  /* Header */
  /* END - Header */
  /* Content */
  /* END - Content */
}

body.homepage i.icon-sluzby, body.homepage i.icon-produkty, body.homepage i.icon-zakazkova-vyroba {
  color: red;
  font-size: 60px;
  margin-right: 20px;
}

body.homepage footer {
  margin-top: 0px;
}

body.homepage main .container-top .wrapper > .wrapper-inner {
  padding-top: calc(63px + 20px + 34px);
}

body.homepage main .container-top .title {
  display: block;
  margin: auto;
  width: calc(100% - 35px - 35px);
}

@media only screen and (max-width: 576px) {
  body.homepage main .container-top .title {
    width: calc(100% - 15px - 15px);
  }
}

body.homepage main .container-top .title .text h4 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body.homepage main .container-top .title .text h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #211a13;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
  text-transform: uppercase;
}

body.homepage main .container-top .title .text p {
  width: 50%;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  body.homepage main .container-top .title .text p {
    width: 100%;
  }
}

body.homepage main .container-contact-us {
  position: relative;
  display: block;
  margin: auto;
  width: 575px;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  body.homepage main .container-contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(100% - 35px - 35px);
  }
}

@media only screen and (max-width: 380px) {
  body.homepage main .container-contact-us {
    width: calc(100% - 15px - 15px);
  }
}

body.homepage main .container-contact-us p {
  color: #211a13;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 32px;
}

body.homepage main .container-contact-us p strong {
  font-weight: 700;
}

body.homepage main .container-contact-us a.btn-contact-us {
  /*-webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #211a13;
  border: 1px solid #211a13;
  color: #ffffff;
  width: 194px;
  height: 45px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;*/
}

body.homepage main .container-contact-us a.btn-contact-us i.icon-arrow-03 {
  color: white;
  font-size: 20px;
  margin-left: 0.5em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body.homepage main .container-contact-us a.btn-contact-us:hover {
  background-color: #ffffff;
  border: 1px solid #211a13;
  color: #211a13;
}

body.homepage main .container-contact-us a.btn-contact-us:hover i.icon-arrow-03 {
  color: #211a13;
}

body.homepage main .container-services {
  position: relative;
  display: block;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  width: calc(100% - 62px - 62px);
  height: 100%;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  body.homepage main .container-services {
    width: calc(100% - 35px - 35px);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 380px) {
  body.homepage main .container-services {
    width: calc(100% - 15px - 15px);
  }
}

body.homepage main .container-services h2 {
  text-align: center;
  color: #211a13;
  font-family: Roboto;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 50px;
  margin-bottom: 20px;
}

body.homepage main .container-services .services-block {
  margin-top: 20px;
}

body.homepage main .container-services .services-block .service-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body.homepage main .container-services .services-block .service-block {
    margin-top: 46px;
  }
}

body.homepage main .container-services .services-block .service-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  height: 73px;
  position: relative;
  width: 100%;
}

body.homepage main .container-services .services-block .service-block .title img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

body.homepage main .container-services .services-block .service-block .title span {
  color: #ff0000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  position: relative;
  width: 100%;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom > div {
  position: relative;
  width: 100%;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  width: 100%;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom p strong {
  font-weight: 700;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom a.btn-more {
  width: 164px;
  height: 45px;
  background-color: #211a13;
  border: 1px solid #211a13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media only screen and (max-width: 767px) {
  body.homepage main .container-services .services-block .service-block .wrap-bottom a.btn-more {
    width: 100%;
  }
}

body.homepage main .container-services .services-block .service-block .wrap-bottom a.btn-more span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 12px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom a.btn-more i.icon-arrow-03 {
  color: white;
  font-size: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom a.btn-more:hover {
  background-color: #ffffff;
  border: 1px solid #211a13;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom a.btn-more:hover span {
  color: #211a13;
}

body.homepage main .container-services .services-block .service-block .wrap-bottom a.btn-more:hover i.icon-arrow-03 {
  color: #211a13;
}

body.homepage main .container-get-inspired {
  width: 100%;
  position: relative;
  display: block;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfa;
}

@media only screen and (max-width: 767px) {
  body.homepage main .container-get-inspired {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

body.homepage main .container-get-inspired .circles-background-wrapper {
  overflow: visible;
  position: absolute;
  top: -600px;
  left: 0px;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  body.homepage main .container-get-inspired .circles-background-wrapper {
    display: none;
  }
}

body.homepage main .container-get-inspired .circles-background-wrapper .circle-background-big:nth-of-type(odd) {
  margin-right: 90px;
  margin-bottom: 90px;
}

body.homepage main .container-get-inspired .text-block {
  display: block;
  width: 570px;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.homepage main .container-get-inspired .text-block {
    width: calc(100% - 35px - 35px);
  }
}

@media only screen and (max-width: 380px) {
  body.homepage main .container-get-inspired .text-block {
    width: calc(100% - 15px - 15px);
  }
}

body.homepage main .container-get-inspired .text-block h3 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
}

body.homepage main .container-get-inspired .text-block p {
  color: #555555;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 30px;
}

body.homepage .wrap-half-size {
  padding-left: 60px;
}

@media only screen and (max-width: 1366px) {
  body.homepage .wrap-half-size {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  body.homepage .wrap-half-size {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  body.homepage .wrap-half-size {
    width: 100%;
  }
}

.gallery-inspire .wrapper {
  background-color: #fbfbfa;
  padding-bottom: 120px;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 1170px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container {
    width: calc(100% - 70px);
  }
}

@media only screen and (max-width: 767px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container {
    width: calc(305px + 125px);
  }
}

@media only screen and (max-width: 460px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container {
    width: 100%;
  }
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images {
  width: 915px;
  height: 306px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 50px 60px rgba(187, 187, 187, 0.801);
          box-shadow: 0px 50px 60px rgba(187, 187, 187, 0.801);
}

@media only screen and (max-width: 1170px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images {
    width: 610px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images {
    width: 305px;
  }
}

@media only screen and (max-width: 460px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images {
    width: 75%;
    height: auto;
  }
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project {
  position: relative;
  width: calc(100% / 3);
  height: 100%;
  display: none;
}

@media only screen and (min-width: 1171px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(1) {
    display: inline-block;
  }
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(2) {
    display: inline-block;
  }
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(3) {
    display: inline-block;
  }
}

@media only screen and (max-width: 1170px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project {
    width: calc(100% / 2);
  }
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(1) {
    display: inline-block;
  }
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(2) {
    display: inline-block;
  }
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(3) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project {
    width: 100%;
  }
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(1) {
    display: inline-block;
  }
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(2) {
    display: none;
  }
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:nth-of-type(3) {
    display: none;
  }
}

@media only screen and (max-width: 460px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project {
    width: 100%;
    height: auto;
  }
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:hover .overlayer {
  opacity: 0.65;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project:hover .overlayer-text {
  opacity: 1.00;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer {
  background-color: #ff0000;
  opacity: 0.00;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer {
    display: none;
  }
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.00;
  z-index: 2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text {
    display: none;
  }
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text h6 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text p strong {
  font-weight: 700;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text hr {
  color: white;
  background-color: white;
  width: 48px;
  height: 4px;
  margin: auto;
  display: block;
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text a.btn-read-more {
  width: 136px;
  height: 45px;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text a.btn-read-more span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 6px;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text a.btn-read-more i.icon-citat-viac {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: 3px;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text a.btn-read-more:hover {
  background-color: white;
  border: 1px solid #ff0000;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text a.btn-read-more:hover span {
  color: #ff0000;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project .overlayer-text a.btn-read-more:hover i.icon-citat-viac {
  color: #ff0000;
}

@media only screen and (max-width: 460px) {
  .gallery-inspire .wrapper .wrapper-inner .gallery-container .images .img-project img {
    width: 100%;
    height: auto;
  }
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .control {
  width: 32px;
  height: 32px;
  border: 1px solid #707070;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .control i.icon-arrow-01 {
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .control.move-left i.icon-arrow-01 {
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.gallery-inspire .wrapper .wrapper-inner .gallery-container .control.move-right i.icon-arrow-01 {
  left: calc(50% + 1px);
}

hr.dashed {
  border-top: 1px dashed #d8d8d8;
  width: 100%;
}

/* Sluzby - specific styles for page */
body.sluzby footer {
  margin-top: 0px;
}

body.sluzby main .storage-hidden {
  display: none;
}

body.sluzby main .container-top {
  height: 300px;
}

body.sluzby main .container-top .wrapper .wrapper-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: calc(100% - 35px - 35px);
}

@media only screen and (max-width: 576px) {
  body.sluzby main .container-top .wrapper .wrapper-inner .title {
    width: calc(100% - 15px - 15px);
  }
}

body.sluzby main .container-top .wrapper .wrapper-inner .title .text h4 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body.sluzby main .container-top .wrapper .wrapper-inner .title .text h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #211a13;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
  text-transform: uppercase;
}

body.sluzby main .container-top .wrapper .wrapper-inner .title .text p {
  width: 50%;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  body.sluzby main .container-top .wrapper .wrapper-inner .title .text p {
    width: 100%;
  }
}

body.sluzby main .container-top .wrapper > .wrapper-inner {
  padding-top: calc(63px + 20px + 34px);
}

body.sluzby main .container-calc {
  margin: auto;
  display: block;
  position: relative;
  top: -100px;
  width: 358px;
  /*height: 275px;*/
  height: auto;
  background-color: rgba(249, 249, 249, 0.75);
  opacity: 1;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #d8d8d8;
  z-index: 5;
}

body.sluzby main .container-calc.calc-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

body.sluzby main .container-calc.calc-2 .wrap h3 {
  font-size: 24px;
  line-height: 24px;
  width: 100%;
}

@media only screen and (max-width: 400px) {
  body.sluzby main .container-calc {
    width: 100%;
    height: auto;
  }
}

body.sluzby main .container-calc + i.icon-arrow-down {
  bottom: 0px;
}

body.sluzby main .container-calc .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
}

body.sluzby main .container-calc .wrap i.icon-kalkulator {
  font-size: 52px;
  color: #a06d34;
}

body.sluzby main .container-calc .wrap h3 {
  color: #a06d34;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

body.sluzby main .container-calc .wrap p {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  width: 90%;
}

body.sluzby main .container-calc .wrap a.btn-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 166px;
  height: 45px;
  border: 1px solid #ffffff;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

body.sluzby main .container-calc .wrap a.btn-calculator:hover {
  border: 1px solid #ff0000;
  background-color: #ffffff;
  color: #ff0000;
}

body.sluzby main .container-techsupport {
  display: block;
  text-align: center;
  width: 546px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  body.sluzby main .container-techsupport {
    width: 100%;
    padding-top: 75px;
  }
}

body.sluzby main .container-techsupport i.icon-arrow-down {
  color: #ebebeb;
  font-size: 60px;
}

body.sluzby main .container-techsupport i.icon-arrow-down:last-of-type {
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}

body.sluzby main .container-techsupport h2 {
  color: #211a13;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 50px;
}

body.sluzby main .container-techsupport p {
  color: #211a13;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

body.sluzby main .container-techsupport p strong {
  font-weight: 700;
}

body.sluzby main .container-techsupport a {
  width: 156px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #ffffff;
  background-color: #211a13;
  border: 1px solid #ffffff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  body.sluzby main .container-techsupport a {
    width: calc(100% - 30px);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

body.sluzby main .container-techsupport a:hover {
  color: #211a13;
  background-color: #ffffff;
  border: 1px solid #211a13;
}

body.sluzby main .container-services-included {
  width: 100%;
  display: block;
  margin: auto;
  background-color: #fbfbfa;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

body.sluzby main .container-services-included .background-circles {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -130px;
  top: -180px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  body.sluzby main .container-services-included .background-circles {
    display: none;
  }
}

body.sluzby main .container-services-included h3 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 80px;
}

body.sluzby main .container-services-included .item {
	position: relative;
	border: 1px solid #dddddd;
	width: 358px;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	text-align: center;
	margin: auto;
	margin-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	justify-self: stretch;
	align-self: stretch;
}

@media only screen and (max-width: 420px) {
  body.sluzby main .container-services-included .item {
    width: 100%;
    height: auto;
    padding-top: 42px;
  }
}

body.sluzby main .container-services-included .item .number {
  color: #e9dfd2;
  font-size: 80px;
  line-height: 60px;
  font-weight: 700;
  background-color: #fbfbfa;
  padding: 0px 15px;
  position: absolute;
  left: 118px;
  top: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
}

@media only screen and (max-width: 420px) {
  body.sluzby main .container-services-included .item .number {
    width: auto;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

body.sluzby main .container-services-included .item p {
  color: #211a13;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  width: calc(100% - 20px);
  word-break: break-word;
}

body.sluzby main .bottom-info-panel {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
  /*padding-bottom: 120px;*/
  background-color: #fbfbfa;
  margin: auto;
  /*.item-info.last{
				justify-content: flex-end;
				align-items: flex-end;
			}*/
}

@media only screen and (max-width: 767px) {
  body.sluzby main .bottom-info-panel {
    padding-bottom: 60px;
  }
}

body.sluzby main .bottom-info-panel .row {
  width: 100%;
  margin: auto;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  body.sluzby main .bottom-info-panel .row .image-in-redbox {
    margin-bottom: 15px;
  }
}

body.sluzby main .bottom-info-panel .row .image-in-redbox img {
  width: 540px;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 1170px) {
  body.sluzby main .bottom-info-panel .row .image-in-redbox img {
    width: 45vw;
    max-height: 23.931vw;
    height: 23.931vw;
  }
}

@media only screen and (max-width: 767px) {
  body.sluzby main .bottom-info-panel .row .image-in-redbox img {
    width: calc(100vw - 60px);
    max-height: calc((100vw - 60px) * 0.518519);
    height: calc((100vw - 60px) * 0.518519);
  }
}

body.sluzby main .bottom-info-panel .item {
  margin-bottom: 60px;
  padding-top: 30px;
}

body.sluzby main .bottom-info-panel .item .item-info {
  width: 495px;
  /*min-height: 403px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

@media only screen and (max-width: 1080px) {
  body.sluzby main .bottom-info-panel .item .item-info {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  body.sluzby main .bottom-info-panel .item .item-info {
    min-height: auto;
    width: 100%;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

body.sluzby main .bottom-info-panel .item .item-info .wrap {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.sluzby main .bottom-info-panel .left {
  height: 100%;
  padding-right: 10px;
}

body.sluzby main .bottom-info-panel .left i {
  position: relative;
  top: -20px;
  color: #ff0000;
  font-size: 48px;
}

body.sluzby main .bottom-info-panel .right {
  display: table-cell;
}

body.sluzby main .bottom-info-panel .right h6 {
  color: #ff0000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

body.sluzby main .bottom-info-panel .right p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

body.sluzby main .bottom-info-panel .right p strong {
  font-weight: 700;
}

.background-circles .circle {
  display: inline-block;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  background-color: #fbfbfa;
  margin-right: 60px;
}

body.kalkulator footer {
  margin-top: 0px;
}

body.kalkulator main .container-top {
  height: 300px;
}

body.kalkulator main .container-top .wrapper > .wrapper-inner {
  padding-top: calc(63px + 20px + 34px);
}

body.kalkulator main .container-top .title {
  display: block;
  margin: auto;
  max-width: 1110px;
}

body.kalkulator main .container-top .title .text h4 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body.kalkulator main .container-top .title .text h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #211a13;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
  text-transform: uppercase;
}

body.kalkulator main .container-top .title .text p {
  width: 50%;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  body.kalkulator main .container-top .title .text p {
    width: 100%;
  }
}

body.kalkulator main #calc-free-area-desktop {
  position: relative;
  display: block;
  margin: auto;
  width: 1110px;
  height: auto;
  padding-top: 76px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body.kalkulator main #calc-free-area-desktop {
    display: none;
  }
}

@media only screen and (max-width: 1170px) {
  body.kalkulator main #calc-free-area-desktop {
    width: 100%;
    padding-top: 60px;
  }
}

body.kalkulator main #calc-free-area-desktop .t-head {
  padding: 0px;
  width: 1110px;
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 1170px) {
  body.kalkulator main #calc-free-area-desktop .t-head {
    width: 100%;
  }
}

body.kalkulator main #calc-free-area-desktop .t-head .cell {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  background-color: #d8d8d8;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

body.kalkulator main #calc-free-area-desktop .t-head .cell:last-of-type {
  border-right: 1px solid #d8d8d8;
}

body.kalkulator main #calc-free-area-desktop .t-head .cell p {
  margin: 0px;
}

body.kalkulator main #calc-free-area-desktop .t-row {
  padding: 0px;
  width: 1110px;
  margin-left: 0px;
  margin-right: 0px;
  height: 220px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #d8d8d8;
}

@media only screen and (max-width: 1170px) {
  body.kalkulator main #calc-free-area-desktop .t-row {
    width: 100%;
    margin: auto;
  }
}

body.kalkulator main #calc-free-area-desktop .t-row:nth-child(odd) {
  background-color: #fbfbfa;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell:nth-of-type(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .function {
  margin-bottom: 12px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .function:last-of-type {
  margin-bottom: 0px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .function .f-top, body.kalkulator main #calc-free-area-desktop .t-row .cell .function .f-bottom {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .function .f-bottom {
  border-top: 1px solid #000000;
  margin-top: 2px;
  padding-bottom: 5px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .input-block {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell input[type="number"] {
  width: 76px;
  height: 40px;
  border: 1px solid #707070;
  background-color: #ffffff;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  padding-left: 10px;
  padding-top: 0px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .input-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 125px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .input-value span {
  color: #211a13;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  margin-right: 14px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .input-value span span {
  position: relative;
  font-size: 10px;
  line-height: 6px;
  bottom: -5px;
  font-weight: 700;
  margin: 0px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .output-value input[type="number"] {
  width: 120px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .btn-calculate {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(50% - 23px);
  right: -23px;
  background-color: white;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 16px 30px rgba(105, 105, 105, 0.411);
          box-shadow: 0px 16px 30px rgba(105, 105, 105, 0.411);
  z-index: 999;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell .btn-calculate img {
  position: relative;
  left: 2px;
  width: auto;
  height: 19px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell h6 {
  text-align: center;
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 4px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell p {
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}

body.kalkulator main #calc-free-area-desktop .t-row .cell img {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  body.kalkulator main #calc-free-area-desktop .t-row .cell img {
    max-width: calc(100% - 30px);
    height: auto;
  }
}

body.kalkulator main .calc-description {
  margin-top: 30px;
}

body.kalkulator main .calc-description h6 {
  color: #ff0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

body.kalkulator main .calc-description p {
  color: #211a13;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

body.kalkulator main #calc-free-area-mobile {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60px;
  background-color: white;
}

@media only screen and (min-width: 768px) {
  body.kalkulator main #calc-free-area-mobile {
    display: none;
  }
}

body.kalkulator main #calc-free-area-mobile .control-calc-type h6 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  margin-bottom: 40px;
}

body.kalkulator main #calc-free-area-mobile .control-calc-type ul {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

body.kalkulator main #calc-free-area-mobile .control-calc-type ul li {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 30px;
}

body.kalkulator main #calc-free-area-mobile .control-calc-type ul li.active a {
  color: #ff0000;
}

body.kalkulator main #calc-free-area-mobile .control-calc-type ul li.active a .bullet-oval-in-circle {
  border: 1px solid #ff0000;
}

body.kalkulator main #calc-free-area-mobile .control-calc-type ul li.active a .bullet-oval-in-circle .inner-circle {
  background-color: #ff0000;
}

body.kalkulator main #calc-free-area-mobile .control-calc-type ul li a {
  color: #555555;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

body.kalkulator main #calc-free-area-mobile .control-calc-type ul li a .bullet-oval-in-circle {
  position: relative;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  display: inline-block;
  margin-right: 10px;
}

body.kalkulator main #calc-free-area-mobile .control-calc-type ul li a .bullet-oval-in-circle .inner-circle {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #d8d8d8;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.kalkulator main #calc-free-area-mobile #calc-view {
  width: 100%;
  background-color: #fbfbfa;
  padding-top: 50px;
  padding-bottom: 50px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card {
  width: calc(100% - 30px);
  position: relative;
  margin: auto;
  display: block;
  text-align: center;
  border: 1px solid #d8d8d8;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-text {
  width: 100%;
  padding: 10px 20px;
  background-color: #d8d8d8;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr {
  background-color: white;
  padding: 30px 20px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr h6 {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  line-height: 26px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr .function {
  position: relative;
  width: auto;
  display: table;
  margin: auto;
  margin-bottom: 30px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr .function:last-of-type {
  margin-bottom: 0px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr .function .f-top, body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr .function .f-bottom {
  width: auto;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr .function .f-bottom {
  border-top: 1px solid #000000;
  margin-top: 2px;
  padding-bottom: 5px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-type-descr img {
  max-width: 228px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: auto;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-calculation {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
}

@media only screen and (max-width: 380px) {
  body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-calculation {
    padding: 20px 10px;
  }
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-calculation input[type="number"] {
  width: 77px;
  height: 40px;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-calculation .btn-calculate {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  width: 46px;
  height: 46px;
  border-radius: 100%;
  z-index: 999;
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-calculation .btn-calculate i.icon-arrow-02 {
  font-size: 20px;
  position: absolute;
  top: calc(50% + 3px);
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.kalkulator main #calc-free-area-mobile #calc-view .calc-card .punching-calculation .input-block .input-value span {
  color: #211a13;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  margin-right: 15px;
}

body.kalkulator main #calc-free-area-mobile .calc-types-storage {
  display: none;
}

/* Zákazkova výroba - specific styles for page */
body.zakazkova-vyroba main .container-top {
  height: 300px;
}

body.zakazkova-vyroba main .container-top .wrapper .wrapper-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: calc(100% - 35px - 35px);
}

@media only screen and (max-width: 576px) {
  body.zakazkova-vyroba main .container-top .wrapper .wrapper-inner .title {
    width: calc(100% - 15px - 15px);
  }
}

body.zakazkova-vyroba main .container-top .wrapper .wrapper-inner .title .text h4 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body.zakazkova-vyroba main .container-top .wrapper .wrapper-inner .title .text h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #211a13;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
  text-transform: uppercase;
}

body.zakazkova-vyroba main .container-top .wrapper .wrapper-inner .title .text p {
  width: 50%;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  body.zakazkova-vyroba main .container-top .wrapper .wrapper-inner .title .text p {
    width: 100%;
  }
}

body.zakazkova-vyroba main .container-top .wrapper > .wrapper-inner {
  padding-top: calc(63px + 20px + 34px);
}

body.zakazkova-vyroba main .info-panel {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

body.zakazkova-vyroba main .info-panel h3 {
  color: #211a13;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
}

body.zakazkova-vyroba main .info-panel p {
  color: #211a13;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

body.zakazkova-vyroba main .info-panel p strong {
  font-weight: 700;
  line-height: 23px;
}

body.zakazkova-vyroba main .contact-panel-tile {
  background-color: #fbfbfa;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1110px) {
  body.zakazkova-vyroba main .contact-panel-tile {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.zakazkova-vyroba main .contact-panel-tile .tile {
  z-index: 2;
}

body.zakazkova-vyroba main .contact-panel-tile .tile h6 {
  max-width: 100%;
}

body.zakazkova-vyroba main .contact-panel-tile .circles-background-wrapper {
  overflow: visible;
  position: absolute;
  bottom: -900px;
  left: calc(50% + 200px);
  z-index: 0;
}

@media only screen and (max-width: 900px) {
  body.zakazkova-vyroba main .contact-panel-tile .circles-background-wrapper {
    display: none;
  }
}

body.zakazkova-vyroba main .contact-panel-tile .circles-background-wrapper .circle-background-big:nth-of-type(odd) {
  margin-right: 90px;
  margin-bottom: 90px;
}

body.zakazkova-vyroba main .catalogue-design {
  padding-top: 75px;
  padding-bottom: 90px;
  z-index: 2;
}

body.zakazkova-vyroba main .catalogue-design h2 {
  text-align: center;
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
  margin-bottom: 50px;
}

body.zakazkova-vyroba main .catalogue-design .cat-item {
  /*background-color: #fbfbfa;*/
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fbfbfa));
  background-image: linear-gradient(to top, #ffffff 0%, #fbfbfa 100%);
  -webkit-box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
          box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
  margin-bottom: 32px;
  margin-right: 0px;
  margin-left: 0px;
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell {
  padding-top: 40px;
  padding-bottom: 20px;
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell .cell-image {
  height: 100%;
}

@media only screen and (max-width: 1080px) {
  body.zakazkova-vyroba main .catalogue-design .cat-item .cell .cell-image {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  body.zakazkova-vyroba main .catalogue-design .cat-item .cell .cell-image {
    height: 200px;
  }
}

@media only screen and (max-width: 575px) {
  body.zakazkova-vyroba main .catalogue-design .cat-item .cell:last-of-type {
    padding-top: 0px;
  }
  body.zakazkova-vyroba main .catalogue-design .cat-item .cell:nth-of-type {
    padding-bottom: 0px;
  }
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell ul {
  list-style: none;
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell ul li:before {
  content: "-";
  position: relative;
  display: inline-block;
  left: -0.5em;
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell:first-of-type {
  padding: 0px;
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell img {
  max-width: 356px;
  height: 355px;
  width: auto;
}

@media only screen and (max-width: 1200px) {
  body.zakazkova-vyroba main .catalogue-design .cat-item .cell img {
    height: 100%;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  body.zakazkova-vyroba main .catalogue-design .cat-item .cell img {
    max-width: 100vw;
    max-height: 99999px;
    min-height: 200px;
    width: 100%;
    height: auto;
  }
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell p strong {
  font-weight: 700;
}

body.zakazkova-vyroba main .catalogue-design .cat-item .cell ul li {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

body.zakazkova-vyroba .row-style-1 {
  z-index: 2;
}

body.zakazkova-vyroba .row-style-1 hr {
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  body.zakazkova-vyroba .row-style-1 hr {
    display: none;
  }
}

body.zakazkova-vyroba .row-style-1 .image-in-circle img {
  border-radius: 100%;
  border: 2px solid #a06d34;
  width: 240px;
  height: 240px;
  z-index: 9999;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body.zakazkova-vyroba .row-style-1 .image-in-redbox {
    margin-top: 30px;
    margin-bottom: 76px;
  }
}

body.zakazkova-vyroba .row-style-1 .image-in-redbox img {
  width: 540px;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 1170px) {
  body.zakazkova-vyroba .row-style-1 .image-in-redbox img {
    width: 45vw;
    max-height: 23.931vw;
    height: 23.931vw;
  }
}

@media only screen and (max-width: 767px) {
  body.zakazkova-vyroba .row-style-1 .image-in-redbox img {
    width: calc(100vw - 60px);
    max-height: calc((100vw - 60px) * 0.518519);
    height: calc((100vw - 60px) * 0.518519);
  }
}

/* Gallery - on page Zakazkova vyroba */
#gallery-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1366px;
  margin: auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1366px) {
  #gallery-one {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  #gallery-one {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-bottom: 50px;
  }
}

/* O nas - specific styles for page */
body.o-nas footer {
  margin-top: 0px;
}

body.o-nas main .container-top {
  height: 300px;
}

body.o-nas main .container-top .wrapper .wrapper-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: calc(100% - 35px - 35px);
}

@media only screen and (max-width: 576px) {
  body.o-nas main .container-top .wrapper .wrapper-inner .title {
    width: calc(100% - 15px - 15px);
  }
}

@media only screen and (max-width: 380px) {
  body.o-nas main .container-top .wrapper .wrapper-inner .title {
    position: relative;
    top: -25px;
    left: -15px;
  }
}

body.o-nas main .container-top .wrapper .wrapper-inner .title .text h4 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body.o-nas main .container-top .wrapper .wrapper-inner .title .text h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #211a13;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
  text-transform: uppercase;
}

body.o-nas main .container-top .wrapper .wrapper-inner .title .text p {
  width: 50%;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  body.o-nas main .container-top .wrapper .wrapper-inner .title .text p {
    width: 100%;
  }
}

body.o-nas main .container-top .wrapper > .wrapper-inner {
  padding-top: calc(63px + 20px + 34px);
}

body.o-nas main .pre-footer-img {
  position: relative;
  display: block;
  margin: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 575px) {
  body.o-nas main .pre-footer-img {
    display: none;
  }
}

body.o-nas main .info-aboutus {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  body.o-nas main .info-aboutus {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

body.o-nas main .info-aboutus h2 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 49px;
}

@media only screen and (max-width: 575px) {
  body.o-nas main .info-aboutus h2 {
    margin-bottom: 28px;
  }
}

body.o-nas main .info-aboutus .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d8d8d8;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body.o-nas main .info-aboutus .item {
    border: none;
  }
}

body.o-nas main .info-aboutus .item:nth-of-type(3n) {
  border-right: 0px;
}

body.o-nas main .info-aboutus .item h6 {
  position: relative;
  width: 100%;
  color: #211a13;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

body.o-nas main .info-aboutus .item h6 strong {
  font-weight: 700;
}

body.o-nas main .info-aboutus .item p {
  position: relative;
  width: 100%;
  color: #211a13;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  body.o-nas main .info-aboutus .item p {
    margin-bottom: 50px;
  }
}

body.o-nas main .info-panel-tile-long {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  min-height: 472px;
  padding-top: 90px;
  padding-bottom: 260px;
  margin-bottom: 90px;
  background-color: #fbfbfa;
}

body.o-nas main .info-panel-tile-long h5 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
}

body.o-nas main .info-panel-tile-long p {
  color: #211a13;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

body.o-nas main .info-panel-tile-long ul {
  list-style: none;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

body.o-nas main .info-panel-tile-long ul li {
  color: #211a13;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
}

body.o-nas main .info-panel-tile-long ul li::before {
  content: "";
  background-color: red;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border-radius: 100%;
  margin-right: 15px;
}

body.o-nas main .info-panel-tile-long .row.tile-type-01 {
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
          box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  width: 100%;
  height: 472px;
}

@media only screen and (max-width: 1100px) {
  body.o-nas main .info-panel-tile-long .row.tile-type-01 {
    height: auto;
  }
}

body.o-nas main .info-panel-tile-long .row.tile-type-01 .left ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-top: 40px;
}

body.o-nas main .info-panel-tile-long .row.tile-type-01 .left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 18px;
  margin-bottom: 24px;
}

body.o-nas main .info-panel-tile-long .row.tile-type-01 .right {
  overflow: hidden;
}

body.o-nas main .info-panel-tile-long .row.tile-type-01 .right .overlayer {
  z-index: 1;
}

body.o-nas main .info-panel-tile-long .row.tile-type-01 .right p {
  z-index: 2;
}

body.o-nas main .info-panel-tile-long .row.tile-type-01 .right img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  right: 0%;
  position: relative;
}

@media only screen and (max-width: 980px) {
  body.o-nas main .info-panel-tile-long .row.tile-type-01 .right img {
    right: 140px;
  }
}

@media only screen and (max-width: 800px) {
  body.o-nas main .info-panel-tile-long .row.tile-type-01 .right img {
    right: 250px;
  }
}

@media only screen and (max-width: 767px) {
  body.o-nas main .info-panel-tile-long .row.tile-type-01 .right img {
    right: 0%;
  }
}

@media only screen and (max-width: 420px) {
  body.o-nas main .info-panel-tile-long .row.tile-type-01 .right img {
    right: 80px;
  }
}

body.o-nas main .info-panel-tile-long .row .left {
  padding: 40px 30px;
  max-width: 545px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.o-nas main .info-panel-tile-long .row .right {
  max-width: 545px;
  max-height: 100%;
  width: 50%;
  height: auto;
  padding: 0px;
}

@media only screen and (max-width: 1169px) {
  body.o-nas main .info-panel-tile-long .row .right {
    max-width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  body.o-nas main .info-panel-tile-long .row .right {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  body.o-nas main .info-panel-tile-long .row .right img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}

body.o-nas main .info-panel-tile-long .row .right p {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: right;
  margin-bottom: 0px;
  padding: 45px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.o-nas main .info-panel-tile-long .row .right .overlayer {
  background-color: #211a13;
  opacity: 0.35;
  width: 100%;
}

body.o-nas main .info-panel-tile-long i.icon-arrow-down {
  position: absolute;
  top: calc(0% - 34px);
  left: 50%;
  color: #d8d8d8;
  font-size: 62px;
  z-index: 2;
  height: 150px;
}

body.o-nas main .info-panel-lists {
  padding-top: 88px;
  background-color: info-panel-lists;
}

body.o-nas main .info-panel-lists .row.tile-type-02 .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  body.o-nas main .info-panel-lists .row.tile-type-02 .cell {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body.o-nas main .info-panel-lists .row.tile-type-02 .cell ul li {
  color: #211a13;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 767px) {
  body.o-nas main .info-panel-lists .row.tile-type-02 .cell ul li {
    margin-bottom: 40px;
  }
}

body.o-nas main .info-panel-lists div:first-of-type {
  border-right: 1px solid #d8d8d8;
}

body.o-nas main .info-panel-lists h5 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 72px;
}

body.o-nas main .contact-panel-tile {
  padding-bottom: 140px;
  background-color: transparent;
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
  padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  body.o-nas main .contact-panel-tile {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  body.o-nas main .contact-panel-tile {
    width: calc(100% - 70px);
    display: block;
    margin: auto;
  }
}

body.o-nas main .contact-panel-tile .tile {
  background-color: white;
}

body.o-nas main .findus-block {
  padding-top: 0px;
}

body.o-nas main .findus-block i.icon-arrow-down.ontop {
  top: -140px;
}

body.o-nas main .findus-block .text-block {
  padding-left: 50%;
  padding-bottom: 60px;
}

@media only screen and (max-width: 900px) {
  body.o-nas main .findus-block .text-block {
    padding-left: 0%;
    padding-bottom: 120px;
  }
}

body.o-nas main .findus-block .text-block h3 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
}

body.o-nas main .findus-block .text-block p {
  color: #555555;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  max-width: 550px;
}

body.o-nas main .findus-block .text-block p strong {
  font-weight: 700;
}

body.o-nas main .findus-block .map-block {
  width: 100%;
  height: 300px;
  position: relative;
  display: block;
  margin: auto;
}

body.o-nas main .findus-block .map-block img {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  max-height: 99999999px;
}

@media only screen and (max-width: 1100px) {
  body.o-nas main .findus-block .map-block img {
    right: 20%;
  }
}

@media only screen and (max-width: 900px) {
  body.o-nas main .findus-block .map-block img {
    right: 35%;
  }
}

@media only screen and (max-width: 767px) {
  body.o-nas main .findus-block .map-block img {
    right: 55%;
  }
}

body.o-nas main .findus-block .map-block .contact-panels-wrap {
  z-index: 10;
  position: absolute;
  left: 129px;
  top: -113px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1110px) {
  body.o-nas main .findus-block .map-block .contact-panels-wrap {
    left: 2vw;
  }
}

@media only screen and (max-width: 410px) {
  body.o-nas main .findus-block .map-block .contact-panels-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel {
  width: 188px;
  height: 226px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-right: 20px;
}

@media only screen and (max-width: 410px) {
  body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel:last-of-type {
  margin-right: 0px;
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 0px;
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel .control img {
  width: 24px;
  height: 31px;
  min-height: 31px;
  right: 0%;
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel .control .middle-line {
  width: 1px;
  height: 104px;
  left: 0px;
  border-right: 1px solid #d8d8d8;
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel .text h6 {
  color: #211a13;
  line-height: 20px;
  font-size: 24px;
  font-weight: 700;
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel .text p {
  color: #211a13;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
 
}

body.o-nas main .findus-block .map-block .contact-panels-wrap .contact-panel .text p:first-of-type {
  color: #211a13;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  justify-self: flex-start;
}

body.o-nas main .findus-block .our-history {
  padding-top: 90px;
}

body.o-nas main .findus-block .our-history h4 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
  text-align: center;
}

body.o-nas main .findus-block .our-history .row-style-1 {
  padding-top: 74px;
  padding-bottom: 120px;
}

body.o-nas main .findus-block .our-history .row-style-1 .row {
  margin-top: 0px;
  margin-bottom: 75px;
}

body.o-nas main .findus-block .our-history .row-style-1 .row:first-of-type {
  margin-top: 0px;
}

body.o-nas main .findus-block .our-history .row-style-1 .row:last-of-type {
  margin-bottom: 0px;
}

/* katalogy - specific styles for page */
@media only screen and (max-width: 767px) {
  body.katalogy-ke-stazeni footer {
    margin-top: 60px;
  }
}

body.katalogy-ke-stazeni main .container-top {
  height: 300px;
  min-height: 300px;
  overflow: hidden;
}

body.katalogy-ke-stazeni main .container-top .top-backimage {
  height: 300px;
  min-height: 300px;
}

@media only screen and (max-width: 980px) {
  body.katalogy-ke-stazeni main .container-top .top-backimage {
    right: 0%;
  }
}

@media only screen and (max-width: 767px) {
  body.katalogy-ke-stazeni main .container-top .top-backimage {
    right: -50%;
  }
}

@media only screen and (max-width: 575px) {
  body.katalogy-ke-stazeni main .container-top .top-backimage {
    right: -100%;
  }
}

@media only screen and (max-width: 380px) {
  body.katalogy-ke-stazeni main .container-top .top-backimage {
    right: -150%;
  }
}

body.katalogy-ke-stazeni main .container-top .wrapper .wrapper-inner {
  padding-top: 120px;
  width: 1110px;
}

@media only screen and (max-width: 1130px) {
  body.katalogy-ke-stazeni main .container-top .wrapper .wrapper-inner {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 460px) {
  body.katalogy-ke-stazeni main .container-top .wrapper .wrapper-inner {
    padding-top: 90px;
  }
}

body.katalogy-ke-stazeni main .container-top .wrapper .wrapper-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.katalogy-ke-stazeni main .container-top .wrapper .wrapper-inner .title i.icon-katalogy {
  display: inline-block;
  font-size: 60px;
  color: #ff0000;
  margin-right: 14px;
}

body.katalogy-ke-stazeni main .container-top .wrapper .wrapper-inner .title h1 {
  display: inline-block;
  color: #070707;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
}

/* Inspiracie v architekture - specific styles for page */
body.inspirace-v-architekture main .container-top {
  height: 300px;
}

body.inspirace-v-architekture main .container-top .wrapper > .wrapper-inner {
  padding-top: calc(63px + 20px + 34px);
}

body.inspirace-v-architekture main .container-top .wrapper .wrapper-inner .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.inspirace-v-architekture main .category-menu {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body.inspirace-v-architekture main .category-menu {
    padding-bottom: 0px;
  }
}

body.inspirace-v-architekture main .category-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
  body.inspirace-v-architekture main .category-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
  }
}

body.inspirace-v-architekture main .category-menu ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 42px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  body.inspirace-v-architekture main .category-menu ul li {
    margin-bottom: 30px;
  }
}

body.inspirace-v-architekture main .category-menu ul li:last-of-type {
  margin-right: 0px;
}

body.inspirace-v-architekture main .category-menu ul li .btn-circle {
  display: inline-block;
  margin-right: 10px;
}

body.inspirace-v-architekture main .category-menu ul li .btn-circle .inner {
  background-color: #d8d8d8;
}

body.inspirace-v-architekture main .category-menu ul li span {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

body.inspirace-v-architekture main .category-menu ul li span a {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body.inspirace-v-architekture main .category-menu ul li span a:hover {
  color: black;
}

body.inspirace-v-architekture main .category-menu ul li.active .btn-circle {
  display: inline-block;
  margin-right: 10px;
}

body.inspirace-v-architekture main .category-menu ul li.active .btn-circle .inner {
  background-color: #ff0000;
}

body.inspirace-v-architekture main .category-menu ul li.active span {
  color: #ff0000;
}

body.inspirace-v-architekture main .category-menu ul li.active span a {
  color: #ff0000;
}

body.inspirace-v-architekture main .projects {
  padding-bottom: 90px;
}

.cat-info-block {
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
  max-width: 564px;
  padding-top: 150px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #707070;
}
.cat-info-block ul{
	list-style-position: inside;
	padding-inline-start: 0px;
}
@media only screen and (max-width: 575px) {
  .cat-info-block {
    padding-top: 30px;
  }
}

.cat-info-block h3 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
}

.cat-info-block p {
  color: #555555;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.cat-info-block p u {
  color: #a50000;
  text-decoration: underline;
  font-weight: 400;
}

.cat-info-block p a {
  color: #a50000 !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

.cat-info-block p a strong {
  color: #a50000 !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

/* Kontakt - specific styles for page */
body.kontakt header {
  height: 500px;
}

body.kontakt main .container-top {
  background-image: url("../images/photos/map_big.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 576px) {
  body.kontakt main .container-top {
    background-position: 70% 30%;
  }
}

@media only screen and (max-width: 440px) {
  body.kontakt main .container-top {
    background-position: 60% 30%;
  }
}

body.kontakt main .container-top .wrapper .wrapper-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: calc(100% - 35px - 35px);
}

@media only screen and (max-width: 576px) {
  body.kontakt main .container-top .wrapper .wrapper-inner .title {
    width: calc(100% - 15px - 15px);
  }
}

body.kontakt main .container-top .wrapper .wrapper-inner .title .text h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #211a13;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
  text-transform: uppercase;
}

body.kontakt main .container-top .wrapper > .wrapper-inner {
  padding-top: calc(63px + 20px + 34px);
}

body.kontakt main .wrap-full {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: auto;
  min-height: 5px;
}

body.kontakt main .wrap-full .wrap-inside {
  position: relative;
  display: block;
  margin: auto;
  max-width: 1110px;
  width: 100%;
}

body.kontakt main .contact-panels-wrap {
  z-index: 10;
  position: absolute;
  left: 0px;
  top: -160px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}

@media only screen and (max-width: 480px) {
  body.kontakt main .contact-panels-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -410px;
  }
}

body.kontakt main .contact-panels-wrap .contact-panel {
  width: 188px;
  height: 226px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  body.kontakt main .contact-panels-wrap .contact-panel {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

body.kontakt main .contact-panels-wrap .contact-panel:last-of-type {
  margin-right: 0px;
}

body.kontakt main .contact-panels-wrap .contact-panel .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 0px;
}

body.kontakt main .contact-panels-wrap .contact-panel .control img {
  width: 24px;
  height: 31px;
}

body.kontakt main .contact-panels-wrap .contact-panel .control .middle-line {
  width: 1px;
  height: 104px;
  left: 0px;
  border-right: 1px solid #d8d8d8;
}

body.kontakt main .contact-panels-wrap .contact-panel .text {
  height: 100%;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body.kontakt main .contact-panels-wrap .contact-panel .text h6 {
  color: #211a13;
  line-height: 20px;
  font-size: 24px;
  font-weight: 700;
}

body.kontakt main .contact-panels-wrap .contact-panel .text p {
  color: #211a13;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
}

body.kontakt main .contact-panels-wrap .contact-panel .text p:first-of-type {
  color: #211a13;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  justify-self: flex-start;
  width: 130px;
}

body.kontakt main .sub-header {
  padding-top: 90px;
}

body.kontakt main .sub-header .row .invoice-address {
  width: auto;
  display: inline-block;
  text-align: left;
}

body.kontakt main .sub-header .row .invoice-address h5 {
  color: #211a13;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

body.kontakt main .sub-header .row .invoice-address p {
  display: inline-block;
  color: #211a13;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-right: 40px;
}

body.kontakt main .sub-header .row .invoice-address p:last-of-type {
  margin-right: 0px;
}

body.kontakt main .sub-header .row .invoice-address p strong {
  font-weight: 500;
}

body.kontakt footer {
  margin-top: 0px;
}

hr.dashed {
  margin-top: 45px;
  margin-bottom: 0px;
}

/* Employee gallery */
.employee-gallery h6 {
  color: #211a13;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.employee-gallery .emp-card {
  position: relative;
  width: 322px;
  height: 190px;
  /*border: 1px solid #d8d8d8;*/
  outline-style: solid;
  outline-color: #d8d8d8;
  outline-width: 1px;
  outline-offset: 0px;
  background-color: #ffffff;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0px;
}

@media only screen and (max-width: 380px) {
  .employee-gallery .emp-card {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.employee-gallery .emp-card .emp-card-left {
  position: relative;
  width: 150px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.employee-gallery .emp-card .emp-card-left img {
  width: 111px;
  height: 110px;
  border-radius: 100%;
  border: 2px solid #a06d34;
}

.employee-gallery .emp-card .emp-card-right {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 25px);
  height: 100%;
}

@media only screen and (max-width: 420px) {
  .employee-gallery .emp-card .emp-card-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.employee-gallery .emp-card .emp-card-right .emp-name {
  width: 100%;
  color: #a06d34;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0px;
}

.employee-gallery .emp-card .emp-card-right .emp-role {
  width: 100%;
  color: #211a13;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}

.employee-gallery .emp-card .emp-card-right .emp-town {
  width: 100%;
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 12px;
}

.employee-gallery .emp-card .emp-card-right .emp-contacts {
  width: 100%;
  display: table;
  position: relative;
}

.employee-gallery .emp-card .emp-card-right .emp-contacts .left-icon {
  width: 20px;
  text-align: center;
  display: table-cell;
  padding-right: 8px;
  padding-bottom: 0px;
}

.employee-gallery .emp-card .emp-card-right .emp-contacts .left-icon img {
  display: block;
  margin: auto;
  max-height: 18px;
  max-width: 18px;
  width: auto;
  height: auto;
}

.employee-gallery .emp-card .emp-card-right .emp-contacts .right-data {
  display: table-cell;
  padding-top: 0px;
  text-align: left;
}

.employee-gallery .emp-card .emp-card-right .emp-contacts .right-data p {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #211a13;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
}

.employee-gallery .emp-card .emp-card-right .emp-contacts .right-data a {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #211a13;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
  text-decoration: underline;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
}

.employee-gallery .emp-card .emp-card-right .emp-contacts .right-data a:hover {
  font-weight: 600;
}

.employee-gallery .emp-card .emp-card-right .emp-contacts .emp-phone, .employee-gallery .emp-card .emp-card-right .emp-contacts .emp-mobile, .employee-gallery .emp-card .emp-card-right .emp-contacts .emp-skype, .employee-gallery .emp-card .emp-card-right .emp-contacts .emp-fax, .employee-gallery .emp-card .emp-card-right .emp-contacts .emp-email {
  display: table-row;
}

.employee-gallery .emp-card-2 {
  position: relative;
  text-align: center;
  width: calc((100% - 30px) / 4);
}

@media only screen and (max-width: 960px) {
  .employee-gallery .emp-card-2 {
    width: calc((100% - 30px) / 2);
  }
}

@media only screen and (max-width: 575px) {
  .employee-gallery .emp-card-2 {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}

.employee-gallery .emp-card-2:last-of-type {
  margin-right: 0px;
}

.employee-gallery .emp-card-2 .photo {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 15px;
}

.employee-gallery .emp-card-2 .photo img {
  position: relative;
  border-radius: 100%;
  border: 2px solid #a06d34;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.employee-gallery .emp-card-2 .photo img.frame {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.employee-gallery .emp-card-2 .name {
  color: #211a13;
  line-height: 19px;
  font-size: 18px;
  font-weight: 700;
}

.employee-gallery .emp-card-2 .role {
  color: #211a13;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 15px;
}

.employee-gallery .emp-card-2 .place {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 10px;
}

.employee-gallery .emp-card-2 .address {
  position: relative;
  display: block;
  margin: auto;
  width: 85%;
}

.employee-gallery .emp-card-2 .address .icon-telefon:before, .employee-gallery .emp-card-2 .address .icon-mobil:before,
.employee-gallery .emp-card-2 .address .icon-fax:before, .employee-gallery .emp-card-2 .address .icon-e-mail:before {
  position: relative;
  color: #a06d34;
  font-size: 16px;
  top: 3px;
  margin-right: 5px;
}

.employee-gallery .emp-card-2 .address .phone, .employee-gallery .emp-card-2 .address .mobile, .employee-gallery .emp-card-2 .address .fax, .employee-gallery .emp-card-2 .address .email {
  text-align: left;
  color: #211a13;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.employee-gallery .emp-card-2 .emp-contacts {
  width: calc(100% - 30px);
  min-width: 150px;
  display: table;
  position: relative;
  margin: auto;
}

.employee-gallery .emp-card-2 .emp-contacts .left-icon {
  width: 20px;
  text-align: center;
  display: table-cell;
  padding-right: 8px;
  padding-bottom: 0px;
}

.employee-gallery .emp-card-2 .emp-contacts .left-icon img {
  display: block;
  margin: auto;
  max-height: 18px;
  max-width: 18px;
  width: auto;
  height: auto;
}

.employee-gallery .emp-card-2 .emp-contacts .right-data {
  display: table-cell;
  padding-top: 0px;
  text-align: left;
}

.employee-gallery .emp-card-2 .emp-contacts .right-data p {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #211a13;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
}

.employee-gallery .emp-card-2 .emp-contacts .right-data a {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #211a13;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
  text-decoration: none;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
}

.employee-gallery .emp-card-2 .emp-contacts .right-data a:hover {
  font-weight: 600;
}

.employee-gallery .emp-card-2 .emp-contacts .emp-phone, .employee-gallery .emp-card-2 .emp-contacts .emp-mobile, .employee-gallery .emp-card-2 .emp-contacts .emp-skype, .employee-gallery .emp-card-2 .emp-contacts .emp-fax, .employee-gallery .emp-card-2 .emp-contacts .emp-email {
  display: table-row;
}

/* END - Employee gallery */
/* Informace - employees gallery */
.empl-information {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fbfbfa;
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
}

.empl-information .text-block h4 {
  color: #a06d34;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 40px;
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 15px;
}

.empl-information .text-block h4 i.icon-kontakt {
  position: relative;
  top: -0.5em;
}

.empl-information .text-block hr {
  width: 46px;
  display: block;
  margin: auto;
  color: #a50000;
  background-color: #a50000;
  margin-bottom: 15px;
  position: relative;
  left: -10px;
}

.empl-information .text-block p {
  color: #555555;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 30px;
  margin-bottom: 30px;
}

/* END - Informace - employees gallery */
/* Employee by area */
.employee-area-container {
  background-color: #fbfbfa;
}

.employee-area-container .empl-by-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .employee-area-container .empl-by-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.employee-area-container .empl-by-area .area-control {
  width: calc(100% / 3);
  min-width: 220px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1100px) {
  .employee-area-container .empl-by-area .area-control {
    min-width: 0px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .employee-area-container .empl-by-area .area-control {
    width: 100%;
  }
}

.employee-area-container .empl-by-area .area-control .item {
  color: #555555;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

.employee-area-container .empl-by-area .area-control .item.active {
  color: #ff0000;
}

.employee-area-container .empl-by-area .area-control .item:last-of-type .road-map:after {
  content: none;
}

.employee-area-container .empl-by-area .area-control .item .road-map {
  margin-right: 15px;
}

.employee-area-container .empl-by-area .area-control .item .road-map:after {
  content: "";
  position: relative;
  display: block;
  top: 35px;
  width: 1px;
  height: calc(100% - 15px);
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #d8d8d8;
}

.employee-area-container .empl-by-area .area-control .item .area-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.employee-area-container .empl-by-area .area-control .item .area-description {
  max-width: 225px;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.employee-area-container .empl-by-area .employee-gallery {
  display: inline-block;
  width: 100%;
}

.employee-area-container .empl-by-area .employee-gallery .text {
  text-align: center;
}

.employee-area-container .empl-by-area .employee-gallery .text .area-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin: auto;
  display: block;
  margin-top: 30px;
}

.employee-area-container .empl-by-area .employee-gallery .text .area-description {
  max-width: 225px;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  margin: auto;
  display: block;
  margin-bottom: 15px;
}

.employee-area-container .empl-by-area .employee-gallery .emp-cards {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.employee-area-container .empl-by-area .employee-gallery .emp-cards.storage {
  display: none;
}

@media only screen and (max-width: 960px) {
  .employee-area-container .empl-by-area .employee-gallery .emp-cards {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 800px) {
  .employee-area-container .empl-by-area .employee-gallery .emp-cards {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .employee-area-container .empl-by-area .employee-gallery .emp-cards .emp-card {
    width: 100%;
  }
}

.employee-area-container .empl-by-area .employee-gallery h6 {
  display: block;
}

/* END - Employee by area */
/* Employees by divisions */
.employee-division-container {
  background-color: #fbfbfa;
}

.employee-division-container .empl-divisions {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .employee-division-container .empl-divisions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.employee-division-container .empl-divisions .empl-division {
  position: inline-block;
  /*max-width: 358px;*/
  margin-right: 7px;
  margin-left: 7px;
  padding-bottom: 45px;
  padding-top: 45px;
}

@media only screen and (max-width: 1108px) {
  .employee-division-container .empl-divisions .empl-division {
    text-align: center;
  }
}

.employee-division-container .empl-divisions .empl-division:last-of-type {
  margin-right: 0px;
}

.employee-division-container .empl-divisions .empl-division h6 {
  text-align: center;
  max-width: 358px;
  margin: auto;
  margin-bottom: 10px;
}

@media only screen and (max-width: 380px) {
  .employee-division-container .empl-divisions .empl-division h6 {
    max-width: calc(100% - 60px);
  }
}

.employee-division-container .empl-divisions .empl-division.multiemployee {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 960px) {
  .employee-division-container .empl-divisions .empl-division.multiemployee {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.employee-division-container .empl-divisions .empl-division.multiemployee h6 {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
}

.employee-division-container .empl-division.management {
  padding-bottom: 120px;
}

.employee-division-container .empl-division.management h6 {
  margin-top: 50px;
  margin-bottom: 70px;
}

/* END - Employees by divisions */
/* PopUp Contact on product page */
#popup-contacts {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  z-index: 9999;
}

#popup-contacts.hidden {
  display: none;
}

#popup-contacts .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#popup-contacts .close-btn img {
  width: 20px;
  height: 20px;
}

#popup-contacts .contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*flex-wrap: wrap;*/
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100vw;
  max-height: 100vh;
  background-color: white;
  padding-top: 100px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid black;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 899px) {
  #popup-contacts .contact-container {
    display: block;
  }
}

#popup-contacts .contact-container h6 {
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  margin-bottom: 30px;
  max-width: calc(100% - 60px);
  text-align: center;
}

#popup-contacts .contact-container .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px;
  /*padding: 30px 25px;*/
}

@media only screen and (max-width: 899px) {
  #popup-contacts .contact-container .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-height: 714px) {
  #popup-contacts .contact-container .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap p.covered-are-name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  max-width: 250px;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap p.covered-area-describtion {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  max-width: 250px;
  height: 80px;
}

@media only screen and (max-width: 620px) {
  #popup-contacts .contact-container .card-container .card-tall-area-wrap {
    margin-right: 0px;
  }
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap:last-of-type {
  margin-right: 0px;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall {
  position: relative;
  display: block;
  width: 250px;
  min-height: 402px;
  -webkit-box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
          box-shadow: 0 10px 20px rgba(33, 26, 19, 0.25);
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  padding: 20px 20px;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall i.icon-kontakt {
  color: #a06d34;
  display: inline-block;
  font-size: 42px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall img {
  margin-bottom: 20px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 2px solid #a06d34;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall .name h6 {
  color: #211a13;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 16px;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall .name p {
  color: #211a13;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  display: block;
  margin: auto;
  width: 98%;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall hr {
  -webkit-transform: none;
          transform: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall .contacts p, #popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall .contacts a {
  color: #211a13;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: left;
  text-decoration: underline;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
  display: block;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall .contacts p:hover, #popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall .contacts a:hover {
  font-weight: 600;
}

#popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall .contacts p i, #popup-contacts .contact-container .card-container .card-tall-area-wrap .card-tall .contacts a i {
  font-size: 12px;
  color: #b79166;
  margin-right: 6px;
}

/* END - PopUp Contact on product page */
/* Kontakt - specific styles for page */
body.detail-produktu header {
  height: 490px;
}

@media only screen and (max-width: 767px) {
  body.detail-produktu header {
    background-position: 50% 0%;
  }
}

body.detail-produktu main .product-description-second h4 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body.detail-produktu main .product-description-second h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #211a13;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
  text-transform: uppercase;
}

body.detail-produktu main .product-description-second p {
  width: 50%;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 575px) {
  body.detail-produktu main .product-description-second p {
    width: 100%;
  }
}

@media only screen and (max-width: 1365px) {
  body.detail-produktu main .container-top .top-backimage {
    bottom: 0%;
    right: -250px;
  }
}

@media only screen and (max-width: 980px) {
  body.detail-produktu main .container-top .top-backimage {
    bottom: 0%;
    right: -35%;
  }
}

@media only screen and (max-width: 900px) {
  body.detail-produktu main .container-top .top-backimage {
    bottom: 0%;
    right: -55%;
  }
}

@media only screen and (max-width: 767px) {
  body.detail-produktu main .container-top .top-backimage {
    top: 0px;
    right: -60%;
    width: 1768px;
    height: auto;
    min-height: 0px;
    /*transform: scale(0.85);*/
    /*transform-origin: 0% 0%;*/
  }
}

@media only screen and (max-width: 575px) {
  body.detail-produktu main .container-top .top-backimage {
    top: -120px;
  }
}

@media only screen and (max-width: 480px) {
  body.detail-produktu main .container-top .top-backimage {
    top: -120px;
    right: calc(-60% - 150px);
    /*transform: scale(0.35);*/
  }
}

@media only screen and (max-width: 380px) {
  body.detail-produktu main .container-top .top-backimage {
    top: -120px;
    right: calc(-60% - 250px);
    /*transform: scale(0.35);*/
  }
}

body.detail-produktu main .container-top .wrapper > .wrapper-inner {
  padding-top: calc(63px + 20px + 34px);
}

body.detail-produktu main .container-top .title {
  display: block;
  margin: auto;
  width: calc(100% - 35px - 35px);
}

@media only screen and (max-width: 576px) {
  body.detail-produktu main .container-top .title {
    width: calc(100% - 15px - 15px);
  }
}

body.detail-produktu main .container-top .title .text h4 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body.detail-produktu main .container-top .title .text h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #211a13;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
  text-transform: uppercase;
}

body.detail-produktu main .container-top .title .text p {
  width: 50%;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 575px) {
  body.detail-produktu main .container-top .title .text p {
    width: 100%;
  }
}

.contacts-gallery .owl-nav .owl-prev:focus,
.contacts-gallery .owl-nav .owl-next:focus,
.contacts-gallery-new .owl-nav .owl-prev:focus,
.contacts-gallery-new .owl-nav .owl-next:focus {
  outline: none;
}

.contacts-gallery .owl-prev .button-circle,
.contacts-gallery .owl-next .button-circle,
.contacts-gallery-new .owl-prev .button-circle,
.contacts-gallery-new .owl-next .button-circle {
  width: 32px;
  height: 32px;
  border: 1px solid #707070;
  border-radius: 100%;
  text-align: center;
}

.contacts-gallery .owl-prev .button-circle i.icon-arrow-01,
.contacts-gallery .owl-next .button-circle i.icon-arrow-01,
.contacts-gallery-new .owl-prev .button-circle i.icon-arrow-01,
.contacts-gallery-new .owl-next .button-circle i.icon-arrow-01 {
  position: relative;
  top: 9px;
  font-size: 14px;
  color: #707070;
}

.contacts-gallery .owl-prev .button-circle i.icon-arrow-01::before,
.contacts-gallery-new .owl-prev .button-circle i.icon-arrow-01::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-prev {
  position: absolute;
  top: 40%;
  margin-left: -55px;
  display: block !important;
}

.owl-prev i.icon-arrow-01::before {
  position: relative;
  left: -2px;
}

@media only screen and (max-width: 991px) {
  .owl-prev {
    margin-left: 15px;
  }
}

.owl-next {
  position: absolute;
  top: 40%;
  right: -55px;
  display: block !important;
}

.owl-next i.icon-arrow-01::before {
  position: relative;
  left: 1px;
}

@media only screen and (max-width: 991px) {
  .owl-next {
    right: 15px;
  }
}

.slick-slider.slick-slider-1 .slide .slide-image {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slick-slider.slick-slider-1 .slide .slide-image .slide-content {
  position: relative;
  left: calc((100vw - 1170px) / 2);
  top: 140px;
  padding-left: 60px;
  text-align: left;
}

@media only screen and (max-width: 1110px) {
  .slick-slider.slick-slider-1 .slide .slide-image .slide-content {
    left: 30px;
    top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-slider.slick-slider-1 .slide .slide-image .slide-content {
    left: 0px;
    top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .slick-slider.slick-slider-1 .slide .slide-image .slide-content {
    height: 600px;
    width: 100%;
  }
}

.slick-slider.slick-slider-1 .slide .slide-image .slide-content h1 {
  color: #a06d34;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: 1.06px;
  line-height: 61px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .slick-slider.slick-slider-1 .slide .slide-image .slide-content h1 {
    font-size: 44px;
    line-height: 50px;
    width: 100%;
  }
}

.slick-slider.slick-slider-1 .slide .slide-image .slide-content p {
  color: #211a13;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .slick-slider.slick-slider-1 .slide .slide-image .slide-content p {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .slick-slider.slick-slider-1 .slide .slide-image .slide-content p {
    font-size: 18px;
  }
}

.slick-slider.slick-slider-1 .slide .slide-image .slide-content p a.jumbotron-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 35px;
  background-color: #ff0000;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.slick-slider.slick-slider-1 .slide .slide-image .slide-content p a.jumbotron-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ff0000;
  color: #ff0000;
}

@media only screen and (max-width: 380px) {
  .slick-slider.slick-slider-1 .slide .slide-image .slide-content p a.jumbotron-btn {
    width: calc(100% - 30px);
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    top: -10px;
  }
}

.slick-slider.slick-slider-1 ul.slick-dots {
  z-index: 5000;
  background-color: transparent;
  bottom: 15px;
}

.slick-slider.slick-slider-1 ul.slick-dots li {
  background-color: transparent;
  color: black;
}

.slick-slider.slick-slider-1 ul.slick-dots li button::before {
  font-size: 12px;
}