/**********************************************************/
/* RTE - Rich Text Editor Styles For BackEnd and FrontEnd */
/**********************************************************/
/* RTE - Products */
/* Top container with header image */
.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container-top .wrapper .wrapper-inner .title i.icon-kalkulator,
.container-top .wrapper .wrapper-inner .title i.icon-architektura,
.container-top .wrapper .wrapper-inner .title i.icon-kontakt,
.container-top .wrapper .wrapper-inner .title i.icon-perfolinea,
.container-top .wrapper .wrapper-inner .title i.icon-zakazkova-vyroba,
.container-top .wrapper .wrapper-inner .title i.icon-kalkulator {
  color: #ff0000;
  font-size: 60px;
  display: inline-block;
  margin-right: 14px;
}

.container-top .wrapper .wrapper-inner .title .text {
  display: inline-block;
}

.container-top .wrapper .wrapper-inner .title .text h1 {
  color: #070707;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 40px;
}

.container-top .wrapper .wrapper-inner .title .text h3 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.row:before, row:after {
  content: none;
  display: inline-block;
}

/* Product details - text / button / list */
.product-details {
  width: 1110px;
  padding-top: 35px;
  position: relative;
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 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: 1170px) {
  .product-details {
    width: 100%;
  }
}

.product-details .detail-box {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-left: 1px solid #ff0000;
  margin-bottom: 50px;
}

.product-details .detail-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -8px;
  width: 16px;
  height: 15px;
  background-color: #ff0000;
  border-radius: 100%;
}

.product-details .detail-box h6 {
  color: #211a13;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.product-details .detail-box p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.product-details .detail-box p strong {
  font-weight: 700;
}

.product-details .detail-box .divider {
  position: relative;
  padding-top: 10px;
}

.product-details .detail-box .divider hr {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #b7b7b7;
  background-color: #b7b7b7;
}

.product-details .detail-box .divider i.icon-arrow-01:before {
  position: absolute;
  bottom: 5px;
  left: 50%;
  color: #b7b7b7;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

a.btn-contact {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	border: 1px solid #211a13;
	background-color: #211a13;
	color: #ffffff;
	padding: 3px 12px;
	text-decoration: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	cursor: pointer;
}

a.btn-contact .icon-arrow-03 {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-left: 10px;
  color: white;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

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

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

/* Product Gallery */
.gallery-perfolineaproduct .container-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10vw;
  max-width: 372px;
  left: 0px;
  position: relative;
  -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;
  margin: auto;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .container-control {
    width: 100%;
    max-width: 100vw;
    margin: auto;
    margin-right: auto;
    margin-left: 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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1365px) {
  .gallery-perfolineaproduct .container-control {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .container-control {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 1366px) {
  .gallery-perfolineaproduct .container-control {
    width: 120px;
    margin-right: 25px;
    margin-left: 25px;
  }
}

.gallery-perfolineaproduct .container-control .btn-gallery-control {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  color: #707070;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: transparent;
}

.gallery-perfolineaproduct .container-control .btn-gallery-control:hover {
  color: black;
  border: 1px solid black;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.226);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.226);
}

.gallery-perfolineaproduct .container-control .btn-gallery-control i.icon-arrow-01:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1110px) {
  .gallery-perfolineaproduct .container-control .btn-gallery-control i.icon-arrow-01:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
}

.gallery-perfolineaproduct .container-control .btn-gallery-control.up {
  -webkit-transform: translateY(-10px) rotate(270deg);
          transform: translateY(-10px) rotate(270deg);
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .container-control .btn-gallery-control.up {
    -webkit-transform: translateY(0px) rotate(180deg);
            transform: translateY(0px) rotate(180deg);
  }
}

.gallery-perfolineaproduct .container-control .btn-gallery-control.down {
  -webkit-transform: translateY(-5px) rotate(90deg);
          transform: translateY(-5px) rotate(90deg);
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .container-control .btn-gallery-control.down {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}

.gallery-perfolineaproduct .container-control p.number {
  position: relative;
  color: #ff0000;
  font-size: 28px;
  font-weight: 900;
  line-height: 95px;
  cursor: default;
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .container-control p.number {
    text-align: center;
    line-height: 28px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.gallery-perfolineaproduct .container-control p.number:before {
  content: "";
  position: relative;
  display: block;
  margin: auto;
  width: 1px;
  height: 82px;
  border: 1px solid #707070;
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .container-control p.number:before {
    width: calc(50% - 32px);
    height: 1px;
    /*left: calc(0px - 1.5em);*/
  }
}

.gallery-perfolineaproduct .container-control p.number:after {
  content: "";
  position: relative;
  display: block;
  margin: auto;
  width: 1px;
  height: 82px;
  border: 1px solid #707070;
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .container-control p.number:after {
    width: calc(50% - 32px);
    height: 1px;
  }
}

.gallery-perfolineaproduct .gallery-photos {
  right: 0px;
  position: relative;
  width: 960px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .gallery-photos {
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}

.gallery-perfolineaproduct .gallery-photos .photo {
  position: relative;
  max-width: 320px;
  max-height: 320px;
  min-width: 320px;
  min-height: 320px;
  width: auto;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .gallery-photos .photo {
    max-width: 100%;
    width: 100%;
    height: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .gallery-perfolineaproduct .gallery-photos .photo {
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    min-height: 200px;
    width: 100%;
    height: 200px;
  }
}

.gallery-perfolineaproduct .gallery-photos .photo img {
  width: 320px;
  height: 320px;
  z-index: 2;
}

@media only screen and (max-width: 1100px) {
  .gallery-perfolineaproduct .gallery-photos .photo img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    /*top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);*/
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 991px) {
  .gallery-perfolineaproduct .gallery-photos .photo img {
    width: 100%;
    height: 200px;
  }
}

.gallery-perfolineaproduct .gallery-photos .photo:hover:after {
  content: "";
  position: absolute;
  background-color: #ff0000;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
}

.gallery-perfolineaproduct .gallery-photos .photo:hover:before {
  content: url(../images/icons/lupa_gallery.png);
  position: absolute;
  z-index: 6;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-perfolineaproduct .gallery-photos.slick-slider {
  width: 980px;
}

@media only screen and (max-width: 991px) {
  .gallery-perfolineaproduct .gallery-photos.slick-slider {
    width: 100%;
  }
}

.gallery-perfolineaproduct .gallery-photos.slick-slider .slick-list .slick-slide .item .photo {
  display: inline-block;
}

.gallery-perfolineaproduct .gallery-photos.slick-slider .slick-list .slick-slide .item .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: red;
  opacity: 0.35;
}

/* END - Product Gallery */
/* Asymetric Info panel on product page */
.info-panel-asymetric {
  background-color: white;
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .info-panel-asymetric {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 380px) {
  .info-panel-asymetric .col-lg-6 {
    padding-left: 0px;
  }
}

.info-panel-asymetric .col-lg-6:nth-of-type(even) .panel {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media only screen and (max-width: 767px) {
  .info-panel-asymetric .col-lg-6:nth-of-type(even) .panel {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.info-panel-asymetric .panel {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .info-panel-asymetric .panel {
    margin-bottom: 40px;
  }
}

.info-panel-asymetric .panel i.icon-vzorky,
.info-panel-asymetric .panel i.icon-zakazkova-vyroba,
.info-panel-asymetric .panel i.icon-poradenstvo {
  color: #ff0000;
  font-size: 44px;
  margin-right: 20px;
  line-height: 46px;
}

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

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

.info-panel-asymetric .panel .right p strong {
  font-weight: 700;
}

.info-panel-asymetric .panel .right ul {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.info-panel-asymetric .panel .right ul li::before {
  content: "\62";
  font-family: "untitled-font-4" !important;
  position: relative;
  display: inline-block;
  color: #ff0000;
  font-size: 16px;
  margin-right: 8px;
}

.info-panel-asymetric .panel .right ul li a {
  color: #ff0000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: font-weight 0.1s ease;
  transition: font-weight 0.1s ease;
  display: inline-block;
}

.info-panel-asymetric .panel .right ul li a:hover {
  font-weight: 700;
}

.info-panel-asymetric .panel .right ul li a.btn-popup {
  cursor: pointer;
}

/* END - Asymetric Info panel on product page */
/* END - RTE - Products */
/* RTE - Services */
.container-surface-finish {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  background-color: white;
  padding-top: 50px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .container-surface-finish {
    padding-bottom: 0px;
  }
}

.container-surface-finish .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: -130px;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .container-surface-finish .background-circles {
    display: none;
  }
}

.container-surface-finish .title {
  display: block;
  margin: auto;
  margin-bottom: 90px;
  text-align: center;
}

.container-surface-finish .title h4 {
  color: #211a13;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 50px;
}

.container-surface-finish .title p {
  color: #211a13;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  width: 530px;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .container-surface-finish .title p {
    width: calc(100% - 15px);
  }
}

.container-surface-finish .surface-finish-menu {
  width: 250px;
  display: inline-block;
  position: relative;
  margin-right: 120px;
  vertical-align: top;
}

@media only screen and (max-width: 1079px) {
  .container-surface-finish .surface-finish-menu {
    margin-right: 11.111111vw;
    width: calc((100% / 4) - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .container-surface-finish .surface-finish-menu {
    width: 80%;
  }
}

.container-surface-finish .surface-finish-menu ul {
  position: relative;
  list-style: none;
  padding-left: 0px;
}

.container-surface-finish .surface-finish-menu ul li {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  height: 100%;
}

.container-surface-finish .surface-finish-menu ul li .left {
  position: relative;
  height: 100%;
}

.container-surface-finish .surface-finish-menu ul li .left .indicator {
  position: relative;
  display: block;
  margin: auto;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  z-index: 0;
  border-radius: 100%;
  cursor: pointer;
}

.container-surface-finish .surface-finish-menu ul li .left .indicator .circle {
  position: absolute;
  background-color: #d8d8d8;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
}

.container-surface-finish .surface-finish-menu ul li .left .line {
  position: relative;
  display: block;
  border-left: 1px solid #d8d8d8;
  height: 100%;
  width: 50%;
}

.container-surface-finish .surface-finish-menu ul li .right {
  padding-left: 15px;
}

.container-surface-finish .surface-finish-menu ul li .right p {
  color: #555555;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.container-surface-finish .surface-finish-menu ul li.active .circle {
  background-color: #ff0000 !important;
}

.container-surface-finish .surface-finish-menu ul li.active .right {
  padding-left: 15px;
}

.container-surface-finish .surface-finish-menu ul li.active .right p {
  color: #ff0000;
}

.container-surface-finish .control-mobile {
  display: block;
  width: 100%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .container-surface-finish .control-mobile {
    display: none;
  }
}

.container-surface-finish .control-mobile .container-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: calc(100% - 30px);
  -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;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 380px) {
  .container-surface-finish .control-mobile .container-controls {
    width: 100%;
  }
}

.container-surface-finish .control-mobile .container-controls .circle-button {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d8d8d8;
  border-radius: 100%;
}

.container-surface-finish .control-mobile .container-controls .circle-button.active {
  background-color: #af0000;
}

.container-surface-finish .control-mobile .container-controls .icon-in-circle {
  width: 31px;
  height: 31px;
  border: 1px solid #949494;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

.container-surface-finish .control-mobile .container-controls .icon-in-circle i.icon-arrow-01 {
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  color: #949494;
  display: inline-block;
}

.container-surface-finish .control-mobile .container-controls .icon-in-circle.move-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.container-surface-finish .control-mobile .container-controls .icon-in-circle.move-left i.icon-arrow-01 {
  left: calc(50% + 1px);
}

.container-surface-finish .control-mobile .container-controls .icon-in-circle.move-right i.icon-arrow-01 {
  left: calc(50% + 1px);
}

.content-dynamic {
  position: relative;
  display: inline-block;
  width: 640px;
  height: auto;
  -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: 30px 30px;
}

@media only screen and (max-width: 1079px) {
  .content-dynamic {
    width: calc((3 * (100% / 4) - 120px));
  }
}

@media only screen and (max-width: 767px) {
  .content-dynamic {
    width: 100%;
  }
}

.content-dynamic h6 {
  color: #211a13;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.content-dynamic p {
  color: #211a13;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.content-dynamic p strong {
  font-weight: 700;
}

.content-dynamic p a {
  color: #211a13;
  text-decoration: underline;
}

.content-dynamic ul {
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}

a.btn-error {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  background-color: #211a13;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 13px 20px;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  word-break: keep-all;
  white-space: nowrap;
}

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

a.btn-tile {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	color: #ffffff;
	background-color: #211a13;
	border: 1px solid #ffffff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: 13px 20px;
	text-decoration: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	word-break: keep-all;
	width: 200px;
	white-space: wrap;
}
a.btn-tile.long-btn-textinbtn{
	width: 230px;
	padding: 13px 8px;
}
@media only screen and (max-width: 319px) {
	a.btn-tile {
		width: calc(100% - 15px);
	}
}
a.btn-tile:hover {
  color: #211a13;
  background-color: #ffffff;
  border: 1px solid #211a13;
}

@media only screen and (max-width: 400px) {
  a.btn-tile {
    /*width: calc(100% - 30px);
		min-width: 200px;*/
  }
}

ul li {
  font-size: 16px;
  font-weight: 300;
}

/* END - RTE - Services */
.cat-project {
  margin-top: 75px;
}

.cat-project:first-of-type {
  margin-top: 30px;
}

.cat-project h5 {
  color: #211a13;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.cat-project p {
  color: #555555;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

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

.cat-project p a {
  color: #a50000;
  font-weight: 400;
  text-decoration: underline;
}

.cat-project p a strong {
  color: #a50000;
  font-weight: 400;
  text-decoration: underline;
}

.cat-project .gallery {
  margin-top: 45px;
  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;
  position: relative;
}

.cat-project .gallery img.photo {
  /*max-height: 320px;
			min-height: 320px;
			max-width: 320px;
			min-width: 320px;*/
  height: 320px;
  width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 575px) {
  .cat-project .gallery img.photo {
    height: 200px;
    width: calc(100vw - 30px);
  }
}

/* Catalogs for download & Services/documents for download */
.catalogues-list {
  width: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .catalogues-list {
    width: 100%;
  }
}

.catalogues-list .cat-item {
  padding: 20px 20px;
  width: 452px;
  height: 240px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  display: block;
  margin: auto;
  margin-bottom: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.catalogues-list .cat-item.long-dwnbtn-text a.btn-download{
	width: 100%;
}
.catalogues-list .cat-item.long-dwnbtn-text .cat-item-wrap .right .bottom{
	width: 100%;
}
@media only screen and (max-width: 480px) {
	.catalogues-list .cat-item.long-dwnbtn-text .cat-item-wrap .right .bottom a.btn-download.desktop{
		padding: 6px 18px;
		height: auto;
	}
	.catalogues-list .cat-item.long-dwnbtn-text .cat-item-mobilewrap a.btn-download.mobile{
		padding: 6px 18px;
		height: auto;
	}
}
@media only screen and (max-width: 575px) {
  .catalogues-list .cat-item {
    width: 100%;
    max-width: calc(100vw - 30px);
    height: auto;
  }
}

.catalogues-list .cat-item .cat-item-wrap {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  height: 100%;
}

.catalogues-list .cat-item .cat-item-wrap img.cat-img {
  display: inline-block;
  width: 142px !important;
  height: 200px;
  margin-right: 26px;
}

@media only screen and (max-width: 380px) {
  .catalogues-list .cat-item .cat-item-wrap img.cat-img {
    margin: auto;
    margin-bottom: 10px;
  }
}

.catalogues-list .cat-item .cat-item-wrap .right {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 142px - 15px);
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 380px) {
  .catalogues-list .cat-item .cat-item-wrap .right {
    display: none;
  }
}

.catalogues-list .cat-item .cat-item-wrap .right .top {
  position: relative;
  width: 100%;
}

.catalogues-list .cat-item .cat-item-wrap .right .top h6 {
  color: #211a13;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.catalogues-list .cat-item .cat-item-wrap .right .top p {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.catalogues-list .cat-item .cat-item-wrap .right .bottom p {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}

.catalogues-list .cat-item .cat-item-mobilewrap h6 {
  color: #211a13;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

@media only screen and (min-width: 381px) {
  .catalogues-list .cat-item .cat-item-mobilewrap h6 {
    display: none;
  }
}

.catalogues-list .cat-item .cat-item-mobilewrap p {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

@media only screen and (min-width: 381px) {
  .catalogues-list .cat-item .cat-item-mobilewrap p {
    display: none;
  }
}

.catalogues-list .cat-item .cat-item-mobilewrap p:last-of-type {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 381px) {
  .catalogues-list .cat-item .cat-item-mobilewrap p:last-of-type {
    display: none;
  }
}

.catalogues-list .cat-item a.btn-download {
  width: 190px;
  height: 45px;
  text-decoration: none;
  background-color: #a06d34;
  border: 1px solid #a06d34;
  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;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media only screen and (max-width: 460px) {
  .catalogues-list .cat-item a.btn-download.desktop {
    display: none;
  }
}

.catalogues-list .cat-item a.btn-download.mobile {
  width: 100%;
  margin: auto;
  margin-top: 10px;
}

@media only screen and (min-width: 461px) {
  .catalogues-list .cat-item a.btn-download.mobile {
    display: none;
  }
}

.catalogues-list .cat-item a.btn-download span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.catalogues-list .cat-item a.btn-download i.icon-download {
  color: white;
  font-size: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.catalogues-list .cat-item a.btn-download:hover {
  background-color: #ffffff;
}

.catalogues-list .cat-item a.btn-download:hover span {
  color: #a06d34;
}

.catalogues-list .cat-item a.btn-download:hover i.icon-download {
  color: #a06d34;
}
/*# sourceMappingURL=rte.css.map */