/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&display=swap');
font-family: 'Barlow', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;900&display=swap');
/* GLOBAL STYLES
-------------------------------------------------- */ :root {
  --bg-dblue-color: #11161a;
  --text-color: black;
  --text-color-l: #656565;
  --link-color: #c4000c;
  --hover-color: #c4000c;
  --border-red-color: #c4000c;
  --graylight-color: #b5b5b5;
  --graylight2-color: #ebebeb;
  --ulgraylight-color: #f7f7f7;
  --gray-color: #656565;
  /*typo*/
  --baseline: 0.25rem;
  --baseline-multiplier: 5;
  /*--line-height: calc(var(--baseline-multiplier) * var(--baseline));*/
  --line-height: 2.4rem;
  /* --font-size: calc(var(--line-height) / 1.4);*/
  --font-size: 1.4rem;
  --text-graylight: #b7b7b7;
  --text-red: #c4000c;
  /*m a p*/
  --section-m: 4rem;
  --section-pt: 3.5rem;
  --section-pb: 3.5rem;
  --bs-gutter-x: calc(1.5rem * 1);
  --bs-gutter-y: calc(1.5rem * 1);
}
body {
  color: #000000;
  font-family: 'Myriad Pro', sans-serif;
  line-height: var(--line-height);
  font-size: var(--font-size);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}
.alcadrain {
  font-family: 'Inter', sans-serif !important;
  /*--font-size: calc(var(--line-height) / 1.5);*/
   --link-color: #e10600;
  --hover-color: #e10600;
  --border-red-color: #e10600; 
    --border-radius: 50%;
}
.chrome body {
  overflow-x: hidden;
}
/*:target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}*/

.logo-color {
  max-height: 40px;
}
.header *:focus {
  outline: 0;
  box-shadow: none;
}
.affix {
  top: 0;
  width: 100%;
  transition: all 0.25s ease;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--border-red-color);
}
.affix .header-top .ico-text {
  display: none;
}
.header-top .ico-conf {
  display: none;
}
.affix .container-affix {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}
.affix .header-top .navbar-top {
  border-bottom: none;
}
.affix .header-top .ico {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.affix .header-top .ico-conf {
  background-image: url(../../../img/ico/config.svg);
  background-size: 90%;
  background-position: 0% bottom;
}
.affix .header-top .ico-cat {
  background-image: url("../../../img/ico/catalog.svg");
}
.affix .header-top .ico-supp {
  background-image: url("../../../img/ico/support.svg");
}
.affix .header-top .navbar-brand {
  display: none !important;
}
.affix .header-top .navbar-collapse .navbar-nav {
  z-index: 500;
}
.affix .header-top .navbar-collapse .navbar-nav .dropdown-tech .dropdown-menu {
  left: -165px;
}
.affix .header-menu {
  position: absolute;
  /*left: calc(50% - 660px);*/
  left: 24px; /*15px*/
  top: 3px;
  max-width: 1320px;
  width: 100%;
}
.affix .header-menu .container-xl {
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
}
.affix .header-menu .container-xl .navbar-menu {
  height: 100%;
}
.affix .header-menu .navbar-brand {
  width: 187px;
  display: block !important;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
    margin-top: 0;
}
.header-menu .navbar-brand {
  display: none !important;
}
.affix .header-menu .container-menu {
  justify-content: flex-start !important;
  padding-left: 0px;
  padding-right: 0px;
}
.affix .header-menu .container-menu .navbar-collapse.justify-content-end.bg-white {
  justify-content: flex-start !important;
  background-color: transparent !important;
}
.affix .header-menu .container-menu .navbar-collapse.justify-content-end.bg-white .navbar-nav.ms-auto {
  margin-left: inherit !important;
}
.header-top .ico-cat .badge {
  display: none;
}
.affix .header-top .ico-cat .badge {
  display: inline-block;
  right: -16px;
  position: relative;
  bottom: -9px;
  padding: .25em .45em;
}
.header-top .ico-text .badge {
  padding: .25em .45em;
  font-size: 0.60em;
}
.alcadrain .header-top .ico-text .badge {
    border-radius: 50%;
}
.affix .header-top .ico-text .badge {
  display: none;
}
.header.affix .dropdown-tech .dropdown-toggle::after {
  display: none;
}
.affix .header-top .navbar-top .navbar-nav {
  margin-right: -55px;
}
.to-top {
  height: 30px;
  display: block;
  padding: 0px;
  clear: both;
  width: 100%;
  position: relative;
}
.to-top a {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  opacity: 0.7;
}
.to-top a:hover {
  opacity: 1;
}
/* ICONS
-------------------------------------------------- */
.ico-a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: calc(var(--font-size) * 1.5);
  height: calc(var(--font-size) * 1.5);
}
.ico-catalog-plus {
  background-image: url("../../../img/ico/catalog-plus.svg")
}
.ico-catalog-minus {
  background-image: url("../../../img/ico/catalog-minus.svg")
}
td:hover .ico-catalog-plus {
  background-image: url("../../../img/ico/catalog-plus-hover.svg")
}
td:hover .ico-catalog-minus {
  background-image: url("../../../img/ico/catalog-minus-hover.svg")
}
/* TYPO a KONSTANTY
-------------------------------------------------- */

/*hover všechny nad a*/
/*.acymailing_module_form a:hover, .small a:hover, .breadcrumb a:hover */

/*a hover, kde to nechci*/
.header-top .navbar-top .nav-link:hover, .navbar-light .navbar-nav .nav-link:hover, footer .foot-menu a:hover, .dropdown-megamenu .dropdown-menu a:hover, .invers .btn-outline-light:hover, .dropdown-lang .dropdown-menu a:hover, .card.akt-single a:hover, .btn-outline-light:hover, .bnews-single a:hover, .splide__list a:hover, .btn-outline-wdark:hover, .header-menu .navbar-menu .dropdown-item:hover {
  text-decoration: none;
}
.h1 {
  font-weight: 300;
  color: var(--text-graylight);
  font-size: calc(var(--font-size) * 4);
  ;
  text-transform: uppercase;
  letter-spacing: -0.009em;
}
.h1-ct, .h2-ct {
  position: relative;
  display: inline-block;
  max-width: 95%;
  font-weight: 300;
  letter-spacing: -0.009em;
}
.h1-ct::after, .h2-ct::after {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(var(--font-size) * 0.5);
  right: -20px;
}
.headlineblock .h1-ct {
  font-size: 3.0rem;
}
.alcadrain .headlineblock .h1-ct {
  font-size: 2.7rem;
}
.page-text h2 {
  margin-top: calc(var(--font-size) * 5.5);
}
.page-text h3 {
  margin-top: calc(var(--font-size) * 4.0);
}
.page-text h4 {
  margin-top: calc(var(--font-size) * 3.0);
}
.text-red {
  color: var(--text-red);
}
.text-grey {
  color: var(--gray-color);
}
.text-glgrey2 {
  color: var(--graylight2-color);
}
.title-block {
  text-align: center;
  padding-bottom: calc(var(--bs-gutter-x)/ 2);
}
.title-block .lead {
  font-weight: 400 !important;
}
.w-900 {
  font-weight: 900 !important;
}
.w-600 {
  font-weight: 600 !important;
}
.w-300 {
  font-weight: 300 !important;
}
.w-bold {
  font-weight: bold !important;
}
.lead2 {
  color: var(--gray-color);
  font-weight: 400;
}
.lead2::after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: var(--text-red);
  height: 1px;
  width: 10%;
}
.btn-1-1 {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 1.00);
  background-image: url(../../../img/ico/arr-right-w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  border-radius: 0;
  width: 40px;
  height: 40px;
}
.btn-outline-light, .btn-outline-dark, .btn-outline-red, .btn-outline-blight, .btn-outline-wdark, .btn-routline-light, .btn-light {
  border-radius: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.invers .btn-outline-light {
  /* border-color: var(--text-color);*/
  /*uprava na cervene*/
  border-color: var(--link-color);
  color: var(--text-color);
  display: inline-flex;
  align-items: center;
}
.invers .btn-outline-light:hover, .invers .btn-outline-light:focus {
  background: var(--link-color);
  color: #fff;
  border-color: transparent;
}
.invers .btn-outline-light:hover i, .invers .btn-outline-light:focus i {
  color: #fff !important;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.invers .btn-outline-light i {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.invers .btn-outline-light * {
  margin-right: 5px;
}
.btn-outline-blight {
  /*border-color: var(--text-color);*/
  /*uprava na cervene*/
  border-color: var(--link-color);
  boder: solid 2px;
}
.btn-outline-bltd {
  border-color: var(--link-color);
  color: var(--text-color);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 0px;
}
.btn-outline-bltd:hover {
  background-color: var(--link-color);
  color: #fff;
  border-color: transparent;
}
.btn-outline-wdark {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-wdark:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-routline-light {
  border-color: var(--border-red-color);
  color: var(--text-color);
}
.btn-dark2 {
  border-radius: 0px;
  background-color: var(--bg-dblue-color);
  color: #fff;
}
.btn-dark2:hover, .btn-dark2:focus {
  background-color: var(--link-color);
  color: #fff;
}
.btn-light {}
.btn-arr {
  background-image: url(../../../img/arr-right.svg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(var(--font-size) * 1.7);
}
.btn-arr-down2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 35px);
  color: transparent;
  text-indent: -3000px;
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes color {
  0% {
    background-color: rgba(255, 255, 255, 0.00);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.btn-outline-red {
  border-color: var(--border-red-color);
}
.btn-arr-down {}
.foot-block {
  text-align: center;
}
a.btn-arr-down {
  /*display: inline-block;
  position: relative;
  background: green;
  color: #FFF;*/
  text-decoration: none;
  padding: 20px;
  display: inline-flex;
  align-items: center;
}
a.btn-arr-down .fas, a.btn-arr-down .fab, a.btn-arr-down .fa {
  margin-right: 5px;
}
a:hover.btn-arr-down {
  background: var(--link-color);
  color: #fff;
  border-color: transparent;
}
a.btn-arr-down:after {
  /*content: '';
  display: block;
  position: absolute;
  left: auto;
  right: auto;
  top: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid green;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;*/
}
a:hover.btn-arr-down:after {
  border-bottom-color: var(--link-color);
}
.w-15 {
  width: 15%;
}
.bg-graylight {
  background-color: var(--graylight-color);
}
.bg-ulgraylight {
  background-color: var(--ulgraylight-color);
}
.bg-bluedark {
  background-color: var(--bg-dblue-color);
}
.bg-red {
  background-color: var(--border-red-color);
}
.list-inline.list-check li {
  background-image: url(../../../img/check.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 15px auto;
  padding-left: 20px;
}
.list-red li {
  list-style-type: square;
}
.alcadrain .list-red li {
  list-style-type: disc;
}
.list-red li::marker {
  color: var(--border-red-color);
}
.file {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.file-dwg {
  background-image: url(../../../img/ico/file-dwg.svg);
}
.file-word {
  background-image: url(../../../img/ico/file-word.svg);
}
.file-pdf {
  background-image: url(../../../img/ico/file-pdf.svg);
}
.file-dxf {
  background-image: url(../../../img/ico/file-dxf.svg);
}
.file-exe {
  background-image: url(../../../img/ico/file-exe.svg);
}
.file-zip {
  background-image: url(../../../img/ico/file-zip.svg);
}
.video {
  background-size: cover;
  background-position: center;
}
.video .btn-outline-light {
  display: inline-flex;
  align-items: center;
}
.video .btn-outline-light .fab {
  margin-right: 5px;
}
.video1 {
  background-image: url(../../../data/banner-home-mega/banner-mega-2.jpg);
}
.video .item a > div {
  position: relative;
}
.ico-play {
  background-image: url(../../../images/play-circle-regular.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.video .item a > div .ico-play {
  display: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.video .item a > div:hover .ico-play {
  display: inherit;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.video .item a > div:hover img {
  opacity: 0.7;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.video .item a > div img {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.carousel-control-next, .carousel-control-prev {
  width: 9%;
}
.carousel-home .carousel-control-next {
  justify-content: right;
}
.chrome .carousel-home .carousel-control-next, .safari .carousel-home .carousel-control-next {
  justify-content: flex-end;
}
.carousel-home .carousel-control-next .carousel-control-next-icon {
  margin-right: 15px;
}
.carousel-home .carousel-control-prev {
  justify-content: left;
}
.carousel-home .carousel-control-prev .carousel-control-prev-icon {
  margin-left: 15px;
}
.list-check {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.list-check > li {
  background-image: url(../../../img/check.svg);
  background-repeat: no-repeat;
  background-position: left 14px;
  background-size: 10px;
  margin-left: 10px;
}
.hr-od1 {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(var(--font-size) * 2.5);
  margin-bottom: calc(var(--font-size) * 2.5);
}
.text-muted strong {
  color: var(--text-color);
}
.arrow-r-dark, .arrow-r-light, .arrow-r-red {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  width: calc(var(--font-size) * 0.9);
  height: calc(var(--font-size) * 0.9);
  align-self: center;
  margin-top: -2px;
  margin-left: 4px;
}
.arrow-r-dark {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.arrow-r-light {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.arrow-r-red {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c4000c'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
/**
 * ----------------------------------------
 * gradient
 * ----------------------------------------
 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,fefefe+10,ffffff+30,ffffff+70,fefefe+90,ededed+100 */
.ultral-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,ffffff+10,ffffff+90,fcfcfc+100 */
  background: rgb(252, 252, 252); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(252, 252, 252, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(252, 252, 252, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(252, 252, 252, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fcfcfc', GradientType=0); /* IE6-9 */
}
/**
 * ----------------------------------------
 * animation 
 * ----------------------------------------
 */
@-webkit-keyframes color-change-1 {
  0% {
    background: transparent;
  }
  100% {
    background: #ffffff;
  }
}
@keyframes color-change-1 {
  0% {
    background: transparent;
  }
  100% {
    background: #ffffff;
  }
}
.color-change-1:hover {
  -webkit-animation: color-change-1 0.5s linear alternate both;
  animation: color-change-1 0.5s linear alternate both;
}
/* MENU
-------------------------------------------------- */
.navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0px;
  height: 100%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
    /*drain*/
    margin-top: 25px;
z-index: 100;
position: relative;
}
.navbar-brand img {
  display: flex;
  align-self: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.header-top .navbar-top {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-color: var(--border-red-color);
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
}
.header-menu .navbar-menu .nav-link {
  font-weight: normal;
  color: #000000;
  font-size: calc(var(--font-size) * 1.0);
}
.header-menu .navbar-nav {
  margin-right: -33px; /*zarovnání vpravo*/
}
.header-top .navbar-top .navbar-nav {
  margin-right: -30px; /*zarovnání vpravo*/
}
.header-top .navbar-top .nav-link {
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}
.dropdown-tech > .btn {
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.dropdown-tech .main-header__support {
  padding: 1rem;
  display: block;
}
.dropdown-tech .main-header__support .small {
  line-height: 1;
}
.dropdown-tech .main-header__support .lead {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 900;
  margin-bottom: 0;
}
.dropdown-tech .main-header__support hr {}
.dropdown-tech .main-header__support a {}
.dropdown-tech .main-header__support .telc {
  margin-bottom: 0;
}
.dropdown-tech .btn-link:hover span {
  color: rgba(0, 0, 0, .7);
}
.dropdown-lang > .btn {
  padding: 5px;
  background-color: transparent;
  border: none;
}
.dropdown-lang > .btn:hover {
  color: rgba(0, 0, 0, .7);
}
.dropdown-lang > .btn:hover::after {
  color: rgba(0, 0, 0, 1.0);
}
.dropdown-lang .dropdown-menu {
  min-width: auto;
}
.navbar-collapse .badge {}
/* SEARCH
-------------------------------------------------- */
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  display: none;
}
.navbar-right {
  /*min-width:450px; or I can probably just use columns*/
}
.navbar-right form {
  width: 100%;
}
.form-group {
  position: relative;
  width: 0%;
  min-width: 35px;
  height: 55px;
  overflow: hidden;
  transition: width 1s;
  backface-visibility: hidden;
}
.form-group input.form-control {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  border: none;
}
input[type="text"].form-control {
  -webkit-appearence: none;
  -webkit-border-radius: 0;
}
.form-control-submit, .search-label {
  width: 30px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 55px;
  background: white;
}
.form-control-submit {
  background: #fff; /*stupid IE*/
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.search-label {
  z-index: 90;
}
.form-group.sb-search-open, .no-js .sb-search-open {
  width: calc(50% - 30px);
  z-index: 2000;
  display: flex;
  position: absolute;
  right: 71px;
  top: 3px;
}
.form-group.sb-search-open .search-label, .no-js .sb-search .search-label {
  background: transparent;
  color: var(--link-color);
  z-index: 11;
}
.form-group.sb-search-open .form-control-submit, .no-js .form-control .form-control-submit {
  z-index: 90;
}
#searchResult {
  position: absolute;
  z-index: 100;
  top: 58px;
  width: 700px;
  right: -7px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
/*MEGA menu + menu*/
.dropdown-megamenu {
  position: static;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-container {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.dropdown-megamenu > .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 1rem;
}
.dropdown-megamenu .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 3rem;
  font-size: 0.9em;
  width: 100%;
  margin-top: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,ffffff+9,ffffff+98 */
  -webkit-box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 6px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-megamenu .row .col-1-5:nth-child(13) {
  margin-bottom: 50px;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  font-size: 0.9em;
  -webkit-box-shadow: 0 10px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 6px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-megamenu .dropdown-menu a {
  color: #000000;
}
.dropdown-megamenu .dropdown-menu a:hover, .dropdown-megamenu .dropdown-menu a:focus {
  color: var(--link-color);
}
.dropdown-megamenu .dropdown-menu h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 900;
}
.alcadrain .dropdown-megamenu .dropdown-menu h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.dropdown-megamenu .dropdown-menu .img-header-megamenu {
  margin-bottom: 10px;
  max-height: 80px;
}
/*.dropdown-megamenu .dropdown-menu {
  display: block;
}*/
.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color: var(--link-color);
}
.link-image .media-object {
  float: left;
  margin-bottom: 1rem;
}
.link-image-sm + .link-image-sm .media-object {
  margin-left: 1rem;
}
.thumbnail .caption {
  min-height: 120px;
}
.thumbnail:hover {
  text-decoration: none;
}
.col-1-5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/*//mega menu*/
/* CAROUSEL HOME top
-------------------------------------------------- */
.carousel-home .carousel {
  margin-bottom: 4rem;
}
.carousel-home .img-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 27vh;
  display: flex;
}
.carousel-home .logo-alca {
  max-height: calc(var(--line-height) * 3.5);
  margin-top: 3.5rem;
}
.carousel-home .logo-alca-carousel {
  position: absolute;
  right: 22px !important;
  top: 0;
  z-index: 10;
  max-width: calc(var(--font-size)* 5);
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-home .carousel-item {
  height: calc(45vh - 0em);
  min-height: 500px;
  background-color: var(--bg-dblue-color);
}
.carousel-home .carousel-item.bh-invert .btn-outline-light {
  border-color: var(--gray-color);
  color: var(--text-color);
}
.carousel-home .carousel-item .carousel-obsah {
  color: #ffffff;
  /*padding-top: 3.5rem;
	padding-right: 2rem;
	padding-left: 10px;
	padding-bottom: 2rem;*/
  padding-top: 6.25vw;
  padding-right: 20px;
}
.carousel-home .carousel-item .carousel-obsah .lead {}
.carousel-home .carousel-item .carousel-obsah hr {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: var(--border-red-color);
  letter-spacing: 0.015em;
  opacity: 1;
  background-color: transparent;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carousel-home .carousel-item .banner-mega {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.carousel-home .carousel-item .banner-mega .card-img-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+30,000000+70,000000+100&0.5+0,0+30,0+70,0.5+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=1); /* IE6-9 */
  padding: 2rem;
}
.carousel-home .carousel-item .banner-mega .card-img-overlay > p {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 15px;
}
.carousel-home .carousel-item > .container-fluid {
  padding: 0px;
}
/* HOME 3news
-------------------------------------------------- */
.home-bnews {
  background-color: var(--ulgraylight-color);
}
.home-bnews .bnews-single {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,f6f6f6+4,f6f6f6+96,ededed+100 */
  background: rgb(237, 237, 237); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 4%, rgba(246, 246, 246, 1) 96%, rgba(237, 237, 237, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 4%, rgba(246, 246, 246, 1) 96%, rgba(237, 237, 237, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 4%, rgba(246, 246, 246, 1) 96%, rgba(237, 237, 237, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=1); /* IE6-9 */
  /*background-color: transparent;*/
  padding-left: calc(var(--bs-gutter-x)/ 2);
  padding-right: calc(var(--bs-gutter-x)/ 2);
  border-left: none;
  border-right: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--graylight-color);
  border-radius: 0px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  padding-top: calc(var(--bs-gutter-x)* 1.2);
  padding-bottom: calc(var(--bs-gutter-x)* 1.2);
}
.home-bnews .bnews-single:hover {
  border-bottom-color: var(--border-red-color);
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.home-bnews .bnews-single:hover .card-title {
  color: var(--link-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.home-bnews .bnews-single h4 {
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  padding-left: 10px;
  font-size: calc(var(--font-size) * 1.7);
  letter-spacing: 0.01em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.home-bnews .bnews-single h4::before {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(var(--font-size) * 0.8);
  left: -4px;
}
.home-bnews .bnews-single .card-text {
  color: var(--text-color-l);
  margin-bottom: 0px;
  padding-bottom: 2rem;
  padding-left: 10px;
}
.home-bnews .bnews-single .card-body .btn-arr {
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.home-bnews .bnews-single .card-text ul {
  padding-left: 0px;
  margin-left: 15px;
  list-style-type: square;
}
/* HOME banner
-------------------------------------------------- */
.home-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(30vw);
  color: #fff;
  margin-bottom: var(--section-m);
}
.home-banner-container {
  position: absolute;
  bottom: 1rem;
  width: 60%;
  right: 15px;
}
.home-banner-text {
  text-align: center;
}
.home-banner-container .lead {
  /* font-size: calc(var(--line-height) / 0.5);*/
  font-size: 2.7rem;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  font-weight: 300;
  letter-spacing: -0.009em;
}
.home-banner-container .lead::after {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 7px;
  height: 7px;
  position: absolute;
  margin-top: -28px;
  right: -20px;
}
.home-banner-container .sub-lead {
  text-transform: uppercase;
  font-weight: 900;
}
/* CAROUSEL HOME produkty
-------------------------------------------------- */
.product-list {
  /* background-color: var(--ulgraylight-color);*/
  text-align: center;
  /*margin-bottom: var(--section-m);*/
}
.product-list .title-block .lead {
  font-size: 1.2rem;
}
.product-list .splide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.product-list .splide__list {
  padding-bottom: 20px !important;
}
.product-list .splide__list, .splide__pagination {
  margin-bottom: 20px !important;
}
.home .product-list .splide__pagination {
  bottom: -20px;
}
.home .product-list .product-list-btnrow > div {
  padding-top: 20px;
}

.product-list .product-single .card {
  background-color: transparent;
  border: none;
}
.product-list .product-single .card a {
  color: #000000;
}
.product-list .product-single .card h3 {
  font-weight: 600;
  /*font-size: 1rem;*/
  font-size: calc(var(--font-size) * 1.1);
  text-transform: uppercase;
}
.product-list .splide__slide .card a .product-single-img {
  border: solid 6px;
  border-color: transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  position: relative;
}
.product-list .splide__slide .card .product-single-spec {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 20;
}
.product-list .splide__slide .card .product-single-spec .spec {
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(var(--font-size) * 2.5);
  height: calc(var(--font-size) * 2.5);
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-left: 3px;
  margin-right: 3px;
}
.product-list .splide__slide .card .product-single-spec .spec15 {
  background-image: url(../../../img/ico/product/15.svg);
}
.product-list .splide__slide .card .product-single-spec .spececology {
  background-image: url("/images/icons/ecology/round/ecology.svg");
}
.product-list .splide__slide .card a:hover .card-text {
  color: var(--border-red-color);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.product-list .splide__slide .card a:hover .product-single-img {
  border: solid 6px;
  border-color: var(--graylight-color);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.product-list .splide__slide .card a:hover .product-single-img::after {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 10px;
  height: 10px;
  position: absolute;
  /*top: calc(var(--font-size) * 0.5);*/
  bottom: 10px;
  right: calc(50% - 5px);
}
.splide__arrow {
  width: 2em;
  height: 2em;
  border-radius: 0;
  border: solid 1px;
  border-color: var(--graylight-color);
  padding: 0;
  opacity: .7;
  background: transparent;
}
.alcadrain .splide__arrow {
    border-radius: var(--border-radius);
}
.splide__pagination__page {
  border-radius: 0px;
}
.alcadrain .splide__pagination__page {
  border-radius: var(--border-radius);
}
.splide__pagination__page.is-active {
  background-color: var(--link-color);
  transform: scale(1.0);
}
/* CAROUSEL HOME akt
-------------------------------------------------- */
/*
.aktual-masonry {
  margin-bottom: var(--section-m);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}
*/
.aktual-masonry .akt-single {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 4px solid var(--border-red-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.aktual-masonry .akt-single:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.aktual-masonry .akt-single:hover .card-text {
  color: var(--text-color);
}
.aktual-masonry .akt-single .card-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(var(--font-size) * 1.70);
  /* letter-spacing: -0.03em;*/
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.alcadrain .aktual-masonry .akt-single .card-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(var(--font-size) * 1.65);
  /* letter-spacing: -0.03em;*/
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.aktual-masonry .akt-single .card-title::before {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(var(--font-size) * 0.8);
  left: 2px;
}
.aktual-masonry .akt-single .card-time {
  font-size: 0.7rem;
  color: var(--graylight-color);
  margin-bottom: 5px;
}
.aktual-masonry .akt-single a {
  color: var(--text-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.aktual-masonry .akt-single a:hover, .aktual-masonry .akt-single a:focus {
  color: var(--link-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.aktual-masonry .akt-single .card-body {
  padding-left: 2rem;
  padding-right: 2rem;
}
/* FOOTER
-------------------------------------------------- */
footer {
  background-color: #000000;
  color: #fff;
  border-top-color: var(--border-red-color);
  border-top: 1px solid;
  padding-top: 3rem;
  padding-bottom: 0rem;
}
footer .foot-menu .list-group-item {
  background-color: transparent;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: .25rem;
  padding-top: .25rem;
}
footer .foot-menu a, footer .foot-menu .list-group-item {
  font-size: .8rem;
  font-weight: 300;
  color: var(--graylight-color);
}
footer .foot-menu a:hover {
  color: var(--link-color);
}
footer .foot-menu .foot-menu-title {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-table;
  border-bottom-color: var(--border-red-color) !important;
  border-bottom: solid 1px;
  padding-bottom: 2px;
  color: #fff;
  margin-bottom: 0.2rem;
}
footer .foot-menu.foot-tech .lead a {
  font-size: 1rem !important;
  color: #fff;
  font-weight: 900;
}
footer .news-order {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
footer .foot-hr {
  border-top: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  width: 100%;
}
footer .news-order .lead {
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
}
footer .f-logo {}
footer .totop {
  position: relative;
  right: 0px;
  bottom: 60px;
  height: 30px;
  width: 30px;
}
footer .totop a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
}
footer .totop a:hover {
  opacity: .7;
}
footer .totop .fas {
  color: rgba(255, 255, 255, 0.40);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
footer .totop .fas:hover {
  color: var(--hover-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
footer .form-text {
  line-height: 1;
}
.terms {
  text-align: center;
  color: var(--graylight-color);
  background-color: #fff;
  font-size: 0.7rem;
}
.acymailing_module_form .btn-outline-secondary {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: rgba(255, 255, 255, 1.00);
  color: #fff;
}
.acymailing_module_form .btn-outline-secondary:hover {
  color: #fff;
  background-color: var(--link-color);
  border-color: #f8f9fa;
}
/* PAGE
-------------------------------------------------- */
.page .carousel-home .carousel-item .carousel-obsah {
  position: relative;
  padding-top: calc(var(--bs-gutter-x)* 2);
  padding-right: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.page .invers .carousel-home .carousel-item .carousel-obsah {
  position: relative;
  padding-top: calc(var(--bs-gutter-x)* 3);
  padding-right: calc(var(--bs-gutter-x)* 2);
  padding-left: 0px;
  padding-bottom: 0px;
  text-shadow: none;
  color: var(--text-color);
}
.page .carousel-home .carousel-item .carousel-obsah .lead {}
.page .carousel-home .carousel-item {
  height: calc(50vh - 11em);
}
.page .invers .carousel-home .carousel-item {
  height: calc(50vh - 11em);
  background-color: transparent;
}
.page .carousel-home .logo-alca {
  max-height: calc(var(--font-size)* 5);
  margin-top: 0px;
  position: absolute;
  right: 2px;
  width: 13%;
}
.page .carousel-home .img-box {
  /*justify-content: end;*/
  position: relative;
}
.page .aktual-main .carousel-obsah-buttons {
  position: absolute;
  bottom: 40px;
}
.page .aktual-main .carousel-obsah-buttons::before {
  content: '';
  display: block;
  height: 1px;
  width: 120px;
  background-color: #fff;
  position: absolute;
  left: -140px;
  top: 30px;
}
.page .aktual-main .carousel-obsah-buttons .btn {
  margin-right: 1rem;
  margin-bottom: 0.6rem;
}
.page .home-bnews .headlineblock {
  text-align: center;
  line-height: calc(6 * var(--baseline));
}
.page .banner-page {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.page .banner-page .page-banner-container a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.page .banner-page .page-banner-container a:hover {
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.page .banner-page .banner1 {
  background-image: url("../../../data/banner-page/page1.jpg");
  background-position: center;
  baseline-size: cover;
}
.page .banner-page .banner2 {
  background-image: url("../../../data/banner-page/page2.jpg");
  background-position: center;
  baseline-size: cover;
}
.page .banner-page .banner3 {
  background-image: url("../../../data/banner-page/page3.jpg");
  background-position: center;
  baseline-size: cover;
}
.page .banner-page .home-banner-text {
  text-align: left;
  padding: 2rem;
  padding-top: calc(50% - 50px);
}
.page .banner-page .home-banner-text .sup-lead {
  text-transform: uppercase;
  font-weight: 900;
}
.page .banner-page .home-banner-text .lead {
  font-size: calc(var(--font-size) * 2.5);
  font-weight: 400;
  line-height: 1;
}
.page .banner-page .title-block .h3 {
  color: var(--text-color);
  font-weight: 300;
}
.page .banner-page .bottom-vyhody {
  bottom: 10%;
  position: absolute;
  font-size: calc(var(--font-size) * 1.4);
}
.page .banner-page .bottom-vyhody .btn {
  margin-right: calc(var(--font-size) * 0.6);
}
/* PAGE STANDARD
-------------------------------------------------- */
.page-text {
  line-height: calc(var(--line-height) * 1.16);
  font-size: calc(var(--font-size) * 1.09);
  font-weight: 400;
  margin-bottom: var(--section-m);
}
.alcadrain .page-text {
  line-height: calc(var(--line-height) * 1.16);
  font-size: calc(var(--font-size) * 1.00);
  font-weight: 400;
  margin-bottom: var(--section-m);
}
.fotogalerie .card {
  text-align: center;
}
.page-text .fotogalerie img {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: relative !important;
  background-color: transparent !important;
}
.page-text .fotogalerie .card-img {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  z-index: 10;
}
.page-text .fotogalerie .card-img:after {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url(../../../img/ico/zoom.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 20;
}
.page-text .fotogalerie .card-img:hover::after {
  opacity: 1.0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.page-text .fotogalerie .card-text {
  font-size: var(--font-size) !important;
}
.page-text .table {
  margin-bottom: calc(var(--line-height) * 3);
}
.page-text .table th {
  text-transform: uppercase;
  font-size: calc(var(--font-size) * 0.9);
  line-height: 1.2;
}
.page-text .container .row img {
  max-width: 100%;
  height: auto;
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}
/* PAGE KONTAKT
-------------------------------------------------- */
.blok01, .blok02, .blok03, .blok04, .blok05, .blok06 {
  margin-bottom: var(--section-m);
}
.blok02 .nav-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
.blok02 .nav-link.active {
  background-color: transparent;
  color: var(--text-color);
  border-bottom: 2px solid var(--border-red-color);
}
.blok02 li.nav-item:focus, .blok02 li.nav-item:focus-visible {
  outline: 0 !important;
}
.page-text.page-kontakty .container .row img {
  max-width: 100%;
  height: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: .0;
}
.page-text.page-kontakty .h5 {
  text-transform: uppercase;
}
.page-text.page-kontakty .card {
  border: none;
  border-radius: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.page-text.page-kontakty .card:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.page-text.page-kontakty .card:hover .h5 {
  color: var(--link-color);
}
.list-group-flag img {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.list-group-flag li {
  margin-bottom: 15px;
}
.blok06 .h5 {
  align-items: first baseline;
  display: flex;
}
.blok06 .h5 img {
  margin-right: 7px;
  width: 15px;
}
.page-text.page-kontakty .text-muted {
  line-height: 1.3;
}
.page-text.page-kontakty .blok01 .card:hover i {
  color: var(--gray-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.tablist-land .nav-item {}
.tablist-land .nav-item .nav-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  margin-bottom: 10px;
}
.tablist-land .nav-item .nav-link:hover, .tablist-land .nav-item .nav-link:focus {
  outline: none;
  border-bottom: solid;
  border-bottom-color: var(--link-color);
  border-bottom-width: 2px;
}
.tablist-land .nav-item .nav-link.active {
  color: var(--text-color);
  border-bottom: solid;
  border-bottom-color: var(--link-color);
  border-bottom-width: 2px;
  outline: none;
}
.tablist-land .nav-item .nav-link img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
/* PAGE seznam clanku
-------------------------------------------------- */
.article-list {}
.article-list .article-item {
  padding: 1rem;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.article-list .article-item:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.article-list .article-item .card {
  border: none;
}
.article-list .article-item .card-body {}
.article-list .article-item .card-body time,
.article-list time {
  color: var(--graylight-color);
  margin-bottom: 1rem;
  font-size: calc(var(--font-size) / 1.2);
  display: inline-block;
}
.article-list .article-item .card-body .card-title {
  margin-top: 0;
  /*font-weight: 600;
  font-size: 2.25rem;*/
  /*extra tenké*/
  font-weight: 300;
  font-size: 2.7rem;
  letter-spacing: -0.009rem;
  position: relative;
  line-height: 1.1;
  margin-bottom: 1.35rem;
}
.article-list .article-item .card-body .card-title::before {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(var(--font-size) * 0.55);
  left: -18px;
}
.article-list .article-item .card-body .card-title a {
  color: var(--text-color);
}
.article-list .article-item .card-body .card-title a:hover {
  color: var(--link-color);
}
.article-list .article-item .card-body .card-text {}
.article-list .article-item .card-body .card-btn {}
.pagination .btn-outline-blight {
  border-color: var(--graylight-color);
}
/* PAGE AKTUALITY
-------------------------------------------------- */
.aktuality .article-list .article-item .card-body .card-title {
  font-size: calc(var(--font-size) * 1.7);
  font-weight: normal;
  text-transform: uppercase;
  color: var(--text-color);
  position: relative;
  padding-left: 10px;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.aktuality .article-list .article-item .card-body .card-title::before {
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(var(--font-size) * 0.7);
  left: -4px;
}
.aktuality .article-list .article-item .card-body .card-text {
  color: var(--text-color-l);
  margin-bottom: 0px;
  padding-bottom: 2rem;
  padding-left: 10px;
}
.aktuality .article-list .article-item .card-body .card-text p, .aktuality .article-list .article-item .card-body .card-btn, .aktuality .article-list .article-item .card-body .card-text ul {
  line-height: var(--line-height);
  font-size: var(--font-size);
}
.aktuality .article-list .article-item .card-body .card-text ul {
  padding-left: 0px;
  margin-left: 15px;
  list-style-type: square;
}
.aktuality .article-list .article-item .card-body time {
  padding-left: 10px;
}
.aktuality .article-list .article-item:hover .card-body .card-title a, .aktuality .article-list .article-item .card-body .card-btn {
  text-decoration: none;
  color: var(--link-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
/* SEZNAM SKUPIN
-------------------------------------------------- */
.skupiny-seznam .akt-single .card-text {
  color: var(--gray-color);
  font-size: calc(var(--font-size) * 1.00);
}
.alcadrain .skupiny-seznam .akt-single .card-text {
  color: var(--gray-color);
  font-size: calc(var(--font-size) * 0.95);
}
.skupiny-seznam .akt-single .card-title {
  /* background-position: right 8px;
 background-image: url(../../../img/ico/arr-right.svg);
	background-size: 2% auto;
	*/
  background-position: calc(100% + 2px) 0px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  background-size: calc(var(--font-size) * 1.7);
}
.skupiny-seznam .akt-single a {
  color: var(--text-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.skupiny-seznam .akt-single a:hover, .skupiny-seznam .akt-single a:focus {
  color: var(--hover-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.skupiny-seznam .akt-single .card-img {
  position: relative;
  overflow: hidden;
  background-color: var(--ulgraylight-color);
  padding: 2rem;
  /*uprava obrazku v seznamu*/
  height: 250px;
  display: flex;
  align-items: center;
}
.skupiny-seznam .akt-single .benefit, .skupiny-seznam .akt-single .warr-buttons {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
}
.skupiny-seznam .akt-single .benefit .benefit-text {
  background-color: var(--graylight-color);
  font-size: calc(var(--font-size) * 0.7);
  text-transform: uppercase;
  padding-left: 16px;
  padding-right: 8px;
  font-weight: 900;
  margin-bottom: 2px;
  background-image: url(../../../img/ico/check-w.svg);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 10%;
}
.skupiny-seznam .akt-single .card-img .card-img-num {
  position: absolute;
  color: var(--graylight2-color);
  font-size: calc(var(--font-size) * 9);
  top: 24px;
  left: -18px;
  font-weight: 900;
  letter-spacing: -0.03em;
  z-index: 5;
  display: none;
}
.skupiny-seznam .akt-single .card-img .card-add {
  position: absolute;
  z-index: 15;
  left: 0;
  bottom: 1rem;
  padding-left: 1rem;
  height: 70px;
}
.skupiny-seznam .akt-single .card-img .card-add img {
  max-width: 70px;
  height: auto;
}
.carousel-home .card-add {
  position: absolute;
  top: calc(26%);
  left: calc(100% - 60px);
}
.carousel-home .card-add img {
  max-width: 50px;
  height: auto;
}
.skupiny-seznam .akt-single .card-img .card-img-top {
  position: relative;
  z-index: 10;
  /*uprava obrazku v seznamu*/
  width: auto;
  max-height: 180px;
}
.skupiny-seznam .akt-single .benefit .benefit-ico img {
  height: 35px;
  float: right;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.benefits li {
  width: 90px;
  height: 90px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
/* benefity */
.benefits li:first-child {
  margin-left: 0;
}
.benefits li {
  width: 107px;
  height: 107px;
  margin: 0 5px;
  background-repeat: no-repeat;
}
/* prazda ikona benefitu */
.benefits li.e, div.e {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* justify-content: center; */
  font-size: 0.8rem;
  border: 1px solid var(--border-red-color);
  /* 107px */
  width: 90px;
  height: 90px;
  min-width: 90px;
  max-width: 90px;
  margin-right: 1rem;
  margin-bottom: 5px;
  padding: 10px;
  line-height: 1rem;
  background-repeat: no-repeat;
}
.alcadrain .benefits li.e, div.e {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* justify-content: center; */
  font-size: 0.7rem;
  border: 1px solid var(--border-red-color);
  /* 107px */
  width: 90px;
  height: 90px;
  min-width: 90px;
  max-width: 90px;
  margin-right: 1rem;
  margin-bottom: 5px;
  padding: 10px;
  line-height: 1rem;
  background-repeat: no-repeat;
    border-radius: 50%;
}
.benefits .nb {
  border: none;
}
/* SEZNAM RADA
-------------------------------------------------- */
.product-list-slider .h1 {
  color: var(--text-color) !important;
}
.product-list-slider .product-single {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left
}
.product-list-slider .product-single .card-title {
  font-size: calc(var(--font-size) * 2) !important;
  position: relative;
  padding-left: calc(var(--font-size) * 0.6);
}
.product-list-slider .product-single .card-title::before {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(var(--font-size) * 0.6);
  left: -8px;
}
.page .banner-page.vyhody1 .banner1 {
  background-image: url(../../../data/banner-product/vyhody01/vyhoda-back.jpg);
  background-position: center;
  background-size: cover;
}
.page .banner-page.vyhody1 .banner2 {
  background-image: url(../../../data/banner-product/vyhody01/vyhoda-5mm.jpg);
  background-position: center;
  background-size: cover;
}
.page .banner-page.vyhody1 .banner3 {
  background-image: url(../../../data/banner-product/vyhody01/vyhoda-84mm-modul.jpg);
  background-position: center;
  background-size: cover;
}
.page .banner-page.banner-vyhody .home-banner-text {
  padding-top: 2rem;
}
.page .banner-page.banner-vyhody .home-banner-text .sup-lead {
  position: relative;
  padding-left: calc(var(--font-size) * 0.35);
}
.page .banner-page.banner-vyhody .home-banner-text .sup-lead::before {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(var(--font-size) * 0.35);
  left: -8px;
}
.page .banner-page.banner-vyhody .home-banner-text hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* DETAIL PRODUKTU
-------------------------------------------------- */

.detail-produktu {
  border-top: 3px solid var(--border-red-color);
  /*padding-left: 20px;
	padding-right: 20px;*/
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.detail-produktu-in li {}
.detail-produktu-in li .nav-link, .detail-produktu-in li .nav-link:focus {
  color: var(--gray-color);
  border-top: 1px solid var(--graylight-color);
  border-right: 1px solid var(--graylight-color);
  border-radius: 0;
  text-transform: uppercase;
  border-left: 0;
  border-bottom: 1px solid var(--graylight-color);
  background-color: #fff;
}
.detail-produktu-in li .nav-link.active::after {
  position: absolute;
  bottom: -17px;
  height: 0;
  width: 0;
  left: calc(50% - 8px);
  border: 8px solid transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-top-color: var(--link-color);
  content: "";
}
.detail-produktu-in li:first-child .nav-link {
  border-left: 1px solid var(--graylight-color);
}
.detail-produktu-in li .nav-link:focus {
  outline: 0;
}
.detail-produktu-in li .nav-link.active {
  background-color: var(--text-color);
  color: #fff;
  border-bottom: 2px solid var(--border-red-color);
  position: relative;
}
.detail-produktu-in li .nav-link:hover {
  background-color: transparent;
  color: var(--text-color);
  border-bottom: 2px solid var(--border-red-color);
}
.detail-produktu-in .tab-pane {
  padding-top: 1rem;
  color: var(--gray-color);
}
.detail-produktu-in .tab-pane .lead {
  color: var(--text-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(var(--font-size) * 1.2);
  text-align: center;
}
.detaily-produktu.detaily-tabulky {
  background-color: var(--ulgraylight-color);
  margin-top: var(--section-m);
  margin-bottom: var(--section-m);
}
.detaily-produktu.detaily-tabulky .detail-tabulky {
  padding-top: calc(var(--bs-gutter-x)/ 2);
  padding-bottom: calc(var(--bs-gutter-x)/ 2);
  /*
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);*/
}
.detaily-produktu.detaily-tabulky .carousel-obsah-buttons {
  text-align: center;
}
/*vyjimka BTN v cenove table*/
.detaily-produktu.detaily-tabulky .carousel-obsah-buttons .btn-outline-light {
  border-color: var(--link-color);
  text-decoration: none;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  color: #212529;
  margin-right: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.detaily-produktu.detaily-tabulky .carousel-obsah-buttons .btn-outline-light i {
  margin-right: 5px;
}
.detaily-produktu.detaily-tabulky .carousel-obsah-buttons .btn-outline-light:hover {
  background: var(--link-color);
  color: #fff;
  border-color: transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.detaily-produktu.detaily-tabulky .carousel-obsah-buttons .btn-outline-light:hover i, .detaily-produktu.detaily-tabulky .carousel-obsah-buttons .btn-arr-down:hover i {
  color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*end vyjimka*/
.detaily-produktu.detaily-tabulky .detail-tabulky .small {
  color: var(--graylight-color);
}
.detaily-produktu.detaily-tabulky .detail-tabulky .table thead th {
  text-transform: uppercase;
  font-weight: normal;
  background-color: var(--graylight-color);
}
.discontinued::after {
  content: "Výroba tohoto produktu byla ukončena";
  display: block;
  top: 90px;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.80);
  color: var(--link-color);
  text-align: center;
  padding-top: 3rem;
  font-size: calc(var(--font-size) * 3);
  font-weight: 900;
}
.detail-tabulky .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--hover-color);
  color: #fff;
}
.detail-tabulky .table-hover > tbody > tr:hover th {
  color: var(--text-color);
}
.detail-tabulky .table-hover > tbody > tr:hover td a:hover {
  color: #fff;
}
.detail-tabulky .table-hover > tbody > tr:hover .addcat {
  color: #fff;
}
.detail-tabulky .addcat.checked .fas {
  color: #000;
}
.detaily-produktu.detaily-tabulky.detaily-tabulky2 .detail-tabulky tr td:last-child .fas {
  color: var(--link-color);
}
.detaily-produktu.detaily-tabulky .detail-tabulky tr td:last-child .fas {
  color: var(--graylight-color);
}
.video > .container, .video > .container-fluid {
  padding-top: calc(var(--bs-gutter-x)/ 2);
  padding-bottom: calc(var(--bs-gutter-x)/ 2);
  /*
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);*/
}
.video-list {
  margin-top: 15px;
}
/*inverzní detail*/
.page .aktual-main .carousel-home {
  padding-left: calc(var(--bs-gutter-x)/ 1);
  padding-right: calc(var(--bs-gutter-x)/ 1);
}
.page .aktual-main .carousel-home.alcatile {
  padding-left: 0px;
  padding-right: 0px;
}
.detail-produkt .aktual-main.invers {}
.detail-produkt .aktual-main.invers .carousel-home .carousel-item {
  background-color: #fff;
}
.detail-produkt .aktual-main.invers .carousel-home .carousel-item .carousel-obsah .w-75 {
  color: var(--gray-color);
}
.detail-produkt .aktual-main.invers .btn-outline-light {
  /*zmena na cervene*/
  /*	border-color: var(--text-color);
  color: var(--text-color);*/
  display: inline-flex;
  align-items: center;
}
.detail-produkt .aktual-main.invers .btn-outline-light .fas {
  margin-right: 5px;
}
/*SPLIDE-DETAIL*/
.splide-container {
  position: relative;
  height: 100%;
}
#image-slider .splide__slide img {
  width: 100%;
  height: auto;
}
.thumbnails__list {
  display: inline-flex;
  margin: 0 !important;
  max-height: 90px;
}
.thumbnails.js-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumbnails.js-thumbnails .thumbnails__list .thumbnails__item {
  max-width: 100px;
  cursor: pointer;
  overflow: hidden;
  margin: 0 5px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 1.00);
  position: relative;
}
.thumbnails.js-thumbnails .thumbnails__list .thumbnails__item:focus, .thumbnails.js-thumbnails .thumbnails__list .thumbnails__item:active {
  outline: none;
  outline: -webkit-focus-ring-color auto 0px;
}
.thumbnails.js-thumbnails .thumbnails__list .thumbnails__item.is-active::after {
  content: "";
  display: block;
  background-color: var(--border-red-color);
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
}
.thumbnails__item img {
  vertical-align: bottom;
}
#image-slider.splide .splide__track {
  height: 100%;
}
.home .product-list .splide__slide.product-single .product-single-img {
  overflow: hidden;
}
.home .product-list .splide__slide.product-single .product-single-img .card-img-top {
  bottom: -30px;
  position: relative;
}
.product-list .splide__track::before {
  width: 7%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
.product-list .splide__track::after {
  width: 7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}
#image-slider.splide .splide__list {
  height: calc(100% - 23%);
  margin-top: 10px !important;
  max-width: 80%;
}
#image-slider.splide .splide__pagination {
  display: none;
}
#image-slider.splide, #image-slider .splide__slide {
  /*max-height: calc(50vh - 7em);*/
  height: 100%;
  background-size: contain !important;
}
#image-slider .splide__slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../../img/ico/zoom.svg);
  background-repeat: no-repeat;
  /*background-position: calc(100% - 20px) calc((100% - 100%) + 20px);*/
  background-position: calc(100% - 20px) calc(100% - 30px);
  background-size: 20px auto;
  opacity: 0.35;
  transition: all 0.45s ease;
}
#image-slider .splide__slide a:hover {
  opacity: 1;
  transition: all 0.45s ease;
}
.thumbnails.js-thumbnails {
  height: 90px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.detail-produkt .splide.splide--loop {
  /*padding-right: 45px;
	padding-top: 10px;*/
}
/*WARRANTY-DETAIL*/
.page .aktual-main .carousel-obsah-buttons.warr-buttons {
  bottom: 0px
}
.page.seznam.detail-produkt .splide-container .carousel-obsah-buttons.warr-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40%;
  z-index: 30;
}
.alcadrain.page.seznam.detail-produkt .splide-container .carousel-obsah-buttons.warr-buttons {
    right: 12px;
}
.page.seznam .carousel-obsah-buttons.warr-buttons {
  position: absolute;
  top: 95px;
  right: 10px;
}
.page.seznam .carousel-obsah-buttons.warr-buttons::before {
  display: none;
}

.warr-buttons .item2 {
  background-image: url(../../../img/ico/product/2.svg);
}
.warr-buttons .ecology {
  background-image: url('/images/icons/ecology/round/ecology.svg');
}
.warr-buttons .ovladanishora {
  background-image: url(../../../img/ico/product/ovladani_shora.svg);
}
/* JAZYKY
-------------------------------------------------- */
.en-GB .header .header-top #wrap, .hu-HU .header .header-top #wrap {
  margin-right: 0.3rem;
}
.en-GB .header.affix .header-top #wrap, .hu-HU .header.affix .header-top #wrap {
  margin-right: 0.3rem;
  margin-left: .6rem;
}
/* MODAL KONFIGURATOR
-------------------------------------------------- */
.modal-configurator {
  background-color: rgba(0, 0, 0, 0.30)
}
.modal-configurator .form-check {
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}
.modal-configurator form {
  display: flex;
  justify-content: center;
}
.modal-configurator .checklike .form-check-input, .modal-configurator .checkdislike .form-check-input {
  background-repeat: no-repeat;
  background-color: transparent;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin-right: 7px;
}
.modal-configurator .checklike .form-check-input {
  background-image: url(../../../images/thumbs-up-regular.svg);
}
.modal-configurator .checkdislike .form-check-input {
  background-image: url(../../../images/thumbs-down-regular.svg);
}
.modal-configurator .checklike .form-check-input:checked {
  background-image: url(../../../images/thumbs-up-regular_red.svg);
  outline: none;
}
.modal-configurator .checkdislike .form-check-input:checked {
  background-image: url(../../../images/thumbs-down-regular_red.svg);
  outline: none;
}
.modal-configurator .checklike .form-check-input:checked, .modal-configurator .checkdislike .form-check-input:checked {
  box-shadow: none;
}
.modal-configurator .modal-footer {
  display: block;
  text-align: center;
}
.modal-configurator .btn-arr-down:hover {
  background: var(--link-color);
  color: #fff;
  border-color: transparent;
}
/* OBSAH BALENÍ
-------------------------------------------------- */
.balobsahuje {
  display: grid;
  justify-items: center;
}
.balneobsahuje {
  display: grid;
  justify-items: center;
}
.balneobsahuje img {
  filter: grayscale(100%);
}
/* FILTRY
-------------------------------------------------- */
.filters {
  border-bottom: 1px solid var(--graylight-color);
}
.filters .row-oddel .col {
  position: relative;
}
.filters .row-oddel .col::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: var(--graylight-color);
  position: absolute;
  right: 0;
  top: 20px;
}
.filters .row-oddel .col:last-child::after {
  display: none;
}
.filters .nav-item {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--graylight-color);
}
.filters .nav-item:first-child {
  justify-content: flex-start;
}
.filters .nav-item:last-child {
  justify-content: flex-end;
}
.filters .nav-item a {
  color: var(--text-color);
}
.filters .nav-item a:hover {
  text-decoration: none;
}
.filters .filter-sort {
  text-transform: uppercase;
}
.filters .active.filter-sort {
  border-radius: 0;
  background-color: var(--text-color);
}
.filters .tab-content {
  display: flex;
  justify-content: center;
}
.filters .card-filter {
  text-align: center;
  border: none;
  border-radius: 0;
}
.filters .filters1 .card-filter img {
  max-width: 80px;
  border-radius: 50%;
}
.filters .card-filter .filter-image {
  position: relative;
}
.filters .filters2 .card-filter img, .filters .filters3 .card-filter img {
  max-height: 100px;
}
.filters .btn-close-red {
  border: 1px solid var(--hover-color);
  float: right;
  border-radius: 0px;
  float: right;
  border-radius: 0px;
  margin-top: -6px;
  margin-bottom: 6px;
  background-image: url("../../../images/filters/cross-solid.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: 12px;
}
.filters .btn-close-red.collapsed {
  background-image: url("../../../images/filters/search-solid.svg");
}
/*filters .card-filter .filter-image .selected-filter {
  background-image: url(../../../images/check-circle-solid.svg);
background-repeat: no-repeat;
position: absolute;
bottom: -6px;
width: 12px;
height: 12px;
left: calc(50% - 6px);
}*/
.filters .card-filter p {
  line-height: 1;
}
.filters .filter-container.show:target {
  top: auto;
  visibility: inherit;
}
.filters .form-check label a {
  color: var(--text-color);
}
.filters .filter-container ul.nav {
  padding-left: 25%;
  padding-right: 25%;
}
.filters .form-check-input[type="checkbox"] {
  border-radius: 0;
}
.filters .filters1 .form-check, .filters .filters2 .form-check {
  display: inline-block;
}
.filters .form-check-input:checked {
  background-color: var(--link-color);
  border-color: #BD000B;
}
.filters .form-check-input:focus, .filters .btn-close-red:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(253, 12, 12, 0.25);
  -webkit-box-shadow: 0 0 0 .25rem rgba(253, 12, 12, 0.25);
  border-color: #BD000B;
}
.filters .filter-container.show .link-konfigurator {
  display: none;
}
.filters .filter-container .link-konfigurator {
  display: inherit;
}
.filters .btn-outline-red:hover {
  background-color: var(--link-color);
  color: #fff;
  text-decoration: none;
}
.filters .filters1 .card-filter .filter-image a {
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50%;
}
.filters .filters1 .card-filter .filter-image a:hover {
  border: 2px solid var(--link-color);
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: all;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
/*filters - var2*/
.filters2 .filter-container .h5 .badge {
  color: var(--graylight-color);
  font-weight: 400;
  font-size: inherit;
  margin-left: -14px;
}
.filters2 .filter-container .h5 .badge::after {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background-color: red;
}
/* KDE KOUPIT
-------------------------------------------------- */
.filtr_reset {
  display: flex;
  height: 50px;
  align-items: center;
}
/* DOWNLOAD BOX
-------------------------------------------------- */
.download-box {
  border: 1px solid var(--graylight2-color);
  margin-top: var(--bs-gutter-x);
  padding: var(--bs-gutter-x);
  margin-bottom: var(--bs-gutter-x);
  position: relative;
  padding-top: calc(var(--bs-gutter-x) + 10px);
  max-width: 95%;
}
.download-box .lead {
  background-color: #fff;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: -12px;
}
/* ADDRESS BOX
-------------------------------------------------- */
.address-box p {
  margin-bottom: 0px;
}
/* DOWNLOAD PAGE
-------------------------------------------------- */
#leaflet .list-download li {
  margin-bottom: 5px;
}
.down01 {
  background-image: url(../../../data/download/test01.jpg);
  background-position: center;
  background-size: contain;
  height: 250px;
  display: block;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.down01:hover {
  background-image: url(../../../data/download/test01_hover.png);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 160px;
  perspective: 1000px;
  margin-bottom: 50px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}
.flip-card:hover .flip-card-inner, .flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  color: black;
  height: 200px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.flip-card-back {
  transform: rotateY(180deg);
  /*background-image: url(file://///data01/Grafika5/Web/weby/alcaplast.cz/templates/alcaplast2021/web/data/download/test01_hover.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  min-height: 200px;
  background-color: #fff;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: background-color 1500ms ease;
  transition-property: background-color 1500ms ease;
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background-color: #c4000c;
}
/*LOGO
-------------------------------------------------- */
.flip-logo01 {
  background-image: url("../../../data/logo/alcaplast_01_hover.png");
}
.flip-logo02 {
  background-image: url("../../../data/logo/alca_01_hover.png");
}
.flip-front01 {
  background-image: url("../../../data/download/katalog1_0.jpg");
}
.flip-front02 {
  background-image: url("../../../data/download/katalog2_0.jpg");
}
.flip-front03 {
  background-image: url("../../../data/download/katalog3_0.jpg");
}
.flip-front04 {
  background-image: url("../../../data/download/katalog4_0.jpg");
}
.flip-front05 {
  background-image: url("../../../data/download/katalog5_0.jpg");
}
.flip-back01 {
  background-image: url("../../../data/download/katalog1_1.jpg");
}
.flip-back02 {
  background-image: url("../../../data/download/katalog2_1.jpg");
}
.flip-back03 {
  background-image: url("../../../data/download/katalog3_1.jpg");
}
.flip-back04 {
  background-image: url("../../../data/download/katalog4_1.jpg");
}
.flip-back05 {
  background-image: url("../../../data/download/katalog5_1.jpg");
}
.kestazeni .jd_content_category {
  text-align: center;
}
#leaflet h2 {
  position: relative;
  z-index: 100;
}
.card.download-card {
  border: none;
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 2rem;
}
.card.download-card:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.card.download-card img {
    max-width: inherit !important;
}
/*INFO
-------------------------------------------------- */
.info h2 {
  margin-top: 20px;
 font-size: calc(var(--font-size) * 1.7);
font-weight: normal;
text-transform: uppercase;
color: var(--text-color);
position: relative;
padding-left: 10px;
letter-spacing: 0.01em;
margin-bottom: 0.5rem;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: all;
transition-property: all;
}
.info h2::before {
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(var(--font-size) * 0.7);
  left: -4px;
  content: "";
  display: block;
  background-color: var(--border-red-color);
}
.info .download-card h2 a {
    color: var(--text-color);
    -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.download-card:hover h2 a {
    color: var(--link-color);
    -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.info .download-card a:hover {
    text-decoration: none;
}
/* SF OKNO
-------------------------------------------------- */
.sf-window {
  position: absolute;
  width: 100px;
  top: 300px;
  right: 0;
  z-index: 11000;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  overflow: hidden;
}
.sf-window #sf-toggle {}
.sf-window.active {
  width: 300px;
  overflow: visible;
}
.sf-window .modal-content {
  width: 0px;
  position: absolute;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
}
.sf-window.active .modal-content {
  right: 0px;
  width: 400px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
}
/*KOUPELNOVE STUDIO
-------------------------------------------------- */
.akcesec .splide__list {
    display: flex;
}
.akcesec .splideakce {
    position: relative;
}
.splide__pagination {
    margin-top: 1rem;
    position: relative;
    width: 100%;
}
.akcesec .splideakce .card {
    border: none;
}
.akcesec .splideakce .card .img-holder {
    height: 300px;
    overflow: hidden;
    padding: 1rem;
}
.akcesec .splideakce .card-body {
}
.akcesec .splideakce .card-title  {
    margin-top: calc(var(--font-size) * 2.0);
}
.akcesec .splideakce .card-body .card-text.akce_cena {
    font-weight: 600;
    font-size: 1.2rem;
}
.akcesec .splideakce .card-body .card-text.akce_cena span {
    text-decoration: line-through;
    font-weight: 400;
    font-size: calc(var(--font-size) * 1.09);
    color: var(--gray-color);
}
.studiosluzby {
    background-image: url(../../../data/banner-page/koupelnove-studio3bw.jpg);  
    position: relative;
}
.studiosluzby .slubykoupelny {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    position: relative;
z-index: 11;
}
.studiosluzby .slubykoupelny .tab-pane {
    padding: 2rem;
}
.studiosluzby .slubykoupelny .tab-pane h2 {
    margin-top: 0px;
}
.nav-slubykoupelny {
background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
} 
.nav-slubykoupelny .nav-link {
    background-color: transparent;
    border-radius: 0;
    border: none;   
    text-transform: uppercase;
    width: 100%;
    position: relative;
}
.nav-slubykoupelny .nav-link.active {
    background-color: var(--text-color);
}
.nav-slubykoupelny .nav-link.active::after {
    position: absolute;
    bottom: -16px;
    height: 0;
    width: 0;
    left: calc(50% - 8px);
    border: 8px solid transparent;
        border-top-color: transparent;
    border-top-color: var(--link-color);
    content: ""; 
    z-index: 1100;
}
.studiosluzby .taby {
position: relative;
top: 180px;
    margin-bottom: 180px;
}
.studiosluzby .taby .nav-slubykoupelny .nav-item {
justify-content: center;
display: flex;
}
.studiosluzby::after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-color: white;
    z-index: 1;
}
.slubykoupelny .koupelnytab1 {
   background-image: url("../../../data/koupelna/sluzby.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.slubykoupelny .koupelnytab2 {
   background-image: url("../../../data/koupelna/sotiment.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.slubykoupelny .koupelnytab3 {
   background-image: url("../../../data/koupelna/3dvizualizace.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.slubykoupelny .koupelnytab2 ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
} 
/* PROGRAM INDIVIDUAL
-------------------------------------------------- */
.pvd-video video {
  object-fit: cover;
  width: 100vw;
  height: auto;
}
.page .carousel-home .carousel-item.pvd-video {
  height: auto;
  min-height: auto;
}
.page .carousel-home .carousel-item.pvd-video .card-img-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+57,000000+100&0+61,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}
.page.pvd .carousel-home .carousel-item .carousel-obsah {
  padding-top: calc(var(--bs-gutter-x)* 9.5);
}
.carousel-home .carousel-item.pvd-video .carousel-obsah h1 {
  letter-spacing: 0.04em;
  text-shadow: none;
}
.carousel-home .carousel-item.pvd-video .carousel-obsah img {
  max-width: calc(var(--font-size)* 9.5);
  height: auto;
}
/* BI ICONS
-------------------------------------------------- */
.bi {
    position: relative;
    bottom: -2px;
}
[class^="bi-"]::before, [class*=" bi-"]::before {
  display: inline-block;
  /* font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  content: '';
  width: calc(var(--font-size)* 1.3);
  height: calc(var(--font-size)* 1.3);
}
.bi-download::before {
  background-image: url("../../../img/ico/b_download.svg");
}
.bi-book::before {
  background-image: url("../../../img/ico/b_book.svg");
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}