/*
Theme Name: 	Redesign 2023 HAVEX-auto s.r.o. WordPress téma
Theme URI: 		https://bootstraponwordpress.com/
Description: 	CSS Tema pro rok 2023.
Version: 		1.0.0
Author: 		HAVEX-auto s.r.o.
Author URI: 	https://www.havex.cz
Tags: 			bootstrap, basic theme
*/



:root {
  --color-primary: #005c99;
  --color-primary-hov: #0d4365;
  --color-secondary: #e96e6e;
  --color-secondary-hov: #bb3735;

  --color-bg-primary: #f4faff;
  --color-bg-secondary: #dae9f2;
  --color-bg-contrast: #6597b0;
  --color-bg-footer: #19334c;
  --color-bg-neutral: #96aab2;
  --color-bg-light: #fff;
  --color-bg-skoda: #1e4262;
  --color-bg-seat: #6597b0;
  --color-bg-cupra: #15253b;
  --color-bg-text: #161718;

  --color-fg-paragraph: #172332;
  --color-fg-heading: #0d4365;
  --color-fg-dark: #000;
  --color-fg-grey: #ccc;
  --color-fg-light: #fff;
  --color-fg-secondary: #902624;

  --color-util-danger: #99171b;
  --color-util-positive: #00993d;
  --color-util-danger: #cc6b1c;
  --color-util-info: #084a96;

  --color-navlink: #0D4365;
  --color-skoda-plus: #ee7d07;

  --bs-body-font-family: Poppins, sans-serif;
  /*, var(--bs-font-sans-serif);*/
  /*--bs-nav-link-color: #0D4365;
  --bs-navbar-color: #0D4365;*/

  --size-font-h1-big: 2.75rem;
  --size-height-h1-big: 3.375rem;

}

a {
  text-decoration: none;
  color: #005c99;
  transition: color 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  color: var(--color-fg-heading);
  text-transform: uppercase;
}

h4 {
  text-transform: none;
}

section {
  margin-top: 4.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

section.dark {
  margin-top: 4.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* mala velikost pisma */
h1 {
  font-weight: bold;
  font-size: 2.063rem;
  line-height: 2.5rem;
}

h2,
.hx-h2,
h1.claim {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

h3, .hx-h3 {
  font-weight: 600;
  font-size: 1.438rem;
  line-height: 1.75rem;
}

h4 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.color-heading{
  color:var(--color-fg-heading) !important;
}
h1.claim {
  /* text-transform: uppercase; */
  /*margin-top: 5rem;*/
  /* font-size: 2.25rem;
  line-height: 2.75rem; */
}

h3.claim {
  /*padding-top: 1.5rem;
  padding-bottom: 1.5rem;*/
}

.emp {
  color: var(--color-secondary);
}

a:hover {
  color: #0d4365;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.pb-4-5, .pb-40 {
  padding-bottom: 2.5rem !important;
}

nav.navbar {
  /*position:relative;  
  position: sticky;*/
  z-index: 10;
  top: 0;
  height: 4.375rem;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

nav.navbar .nav-link {
  color: var(--color-navlink);
}

.navbar-nav .nav-link.active {
  color: var(--color-navlink);
}

.navbar-nav .hx-btn {
  line-height: 1.5rem;
}

nav.navbar.sticking {
  box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .10) !important;
}

nav.navbar.sticking .navbar-brand img {
  /*max-width: 150px;*/
}

.sentence {
  text-transform: uppercase;
  padding-top: 1.125rem;
  padding-bottom: 1rem;
  color: var(--color-fg-light);
}

section.dark {
  background-color: var(--color-bg-primary);
}

section.slider {
  background-color: #6597b0;
}

.slide {
  /*margin-top: 1rem;*/
  color: var(--color-fg-paragraph);
  text-align: center;
}

.slide .ico {
  /*text-align: center;
  font-size: 3rem;
  filter: grayscale();*/
}

.slide .img {
  margin-top: 2rem;
}

.slide .content {}

.slide .content a {
  /* color: var(--color-fg-paragraph); */
}

.slide .title {
  /*color: var(--color-fg-paragraph);*/
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.slide .text {
  margin-top: 1rem;
  font-weight: 500;
}

.grid {
  display: grid;
}

/*.with-bg{
  background-image: url("/h-16px-ico.svg");
  background-repeat: no-repeat;            
  background-size: 80% 80%;
  background-position-y: 0px;
  background-position-x: center;
  background-attachment:local;
  /*background-position: 50% 50%;*/
/*background-position: center;*/
/*background-size: contain;*/
/*background-size: 50vw 50vh;*/
/*background-blend-mode: darken;*/
/*-webkit-mask-image: url("/h-16px-ico.svg");
  mask-image: url("/h-16px-ico.svg");
  margin-top: -50px;
  padding-top: 70px;
}*/

.link-grid .item {
  padding: 1rem;
  /*border: 1px solid #c5c4c4;*/
  text-align: center;
  transition: transform 1s ease;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
  border-radius: 3px;
}

/*.hide-down{
  transform: translateY(100%);
}*/
.link-grid .item {
  background-color: #fff;
}

.link-grid .item h3 {
  font-size: 1.25rem;
  color: #0d4365;
  margin-bottom: 1rem;
  text-transform: none;
  line-height: 1.5rem;
}

.link-grid .item .more {
  color: #0d4365;
  position: relative;
}

.link-grid .item .more:after {
  /* content: "\25BC"; */
  content: url(/wp-content/uploads/img/red/ico/rozbalit-ico-modra.svg);
  margin-left: .5rem;
  /* width: 100%; */
  max-width: 15px;
  width: 14px;
  display: block;
  position: absolute;
  right: -20px;
  top: -4px;
  /*position:absolute;
  top: 50%;
  right:-10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;*/
}

.link-grid .item .more.up:after {
  content: "\25B2";
  content: url(/wp-content/uploads/img/red/ico/skryt-ico-modra.svg);
}

.hx-btn {
  display: block;
  background-color: #005c99;
  height: 2.5rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  margin-bottom: .5rem;
  /* border-radius: 3px; */
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  transition: background-color 650ms;
}

.compact {
  /* compact button */
  height: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hx-btn-in {
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hx-btn:hover {
  background-color: #0d4365;
  color: #fff;
}

.hx-btn.emp {
  background-color: #e96e6e;
}

.hx-btn.emp:hover {
  background-color: #bb3735;
}

.nav-item .hx-btn {
  margin-bottom: 0px;
  /*margin-top: .25rem;*/
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: 1rem;
  margin-right: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.hx-link-main {
  color: #172332;
}

.hx-link-main:hover {
  color: #902624;
}

.nav-item {
  margin-right: .5rem;
}


.link-grid .buttons {
  margin-bottom: 1rem;
}

.link-grid .grid {
  grid-template-columns: 1fr;
  /* column-gap: 1.5rem; */
  row-gap: 1.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.brand-wrap {
  display: flex;
  /*gap: 10px;*/
  justify-content: center;
  margin-top: 1.5rem;
}

.card.brand {
  color: var(--color-fg-light);
  border-radius: 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.card .logo-wrap {
  /*border: 1px solid turquoise;*/
  flex-grow: 4;
  display: flex;
  /*min-height: 15rem;*/
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.card .c-body {
  padding: 0 .5rem .5rem .5rem;
  /*border: 1px solid turquoise;*/
}

.search .card .c-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  /*border: 1px solid turquoise;*/
}

.brand .card-img-top {
  /*filter: invert(86%) sepia(21%) saturate(761%) hue-rotate(92deg) brightness(99%) contrast(107%);*/
  filter: brightness(0) invert(1);
}

.skoda-hp {
  background-color: var(--color-bg-skoda);
}

.seat-hp {
  background-color: var(--color-bg-seat);
}

.cupra-hp {
  background-color: var(--color-bg-cupra);
}

.btn-ghost {
  text-decoration: none;
  color: var(--color-bg-light);
  border: 1px solid var(--color-bg-light);
  position: relative;
  overflow: hidden;
  padding: .25rem 1rem;
  transition: background-color 650ms;
}

.btn-ghost:hover {
  /*box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);*/
  color: var(--color-bg-light);
  background-color: var(--color-secondary);
}

.arrow-right::after {
  content: "\2192";
  padding-left: .5rem;
}

footer {
  background-color: var(--color-bg-footer);
  color: var(--color-fg-light);
  padding-top: 3rem;
  padding-bottom: 0rem;
  /* font-size: .875rem; */
  font-size: 1rem;
}

footer a {
  color: var(--color-fg-grey);
  /* padding-bottom: .25rem; */
  transition: color 300ms;
}

footer a:hover, a.light {
  color: var(--color-fg-light);
}
a.light:hover {
  color: var(--color-fg-grey)
}

footer h4 {
  color: var(--color-fg-light);
  text-transform: uppercase;
  font-size: 1rem;
}

footer .dark {
  background-color: #000;
}

footer .copyright {
  text-align: center;
  padding: .75rem;
  font-size: .75rem;
  color: #ccc;
}
footer .brands{
  text-align: center;
}
footer .brands img{
  max-width: 120px;
  margin-left: 1.5rem;   
}
footer address b {
  line-height: 2.5rem;
}

footer .grid {
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1.5fr; */
  grid-template-columns: 1fr;
}

footer .links a {
  display: block;
}

footer .socialarea a {
  display: inline-block;
  width: 40px;
  height: 40px;
  opacity: .5;
  margin: 0 3px;
  transition: opacity 500ms;
}
footer .logo{
  max-width: 200px;
  padding-bottom: 2rem;
}
footer hr{
  width: 95%;
  margin:auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
footer .socialarea a:hover {
  opacity: 1
}

footer .socialarea a.ico_facebook {
  background: url(https://www.havex.cz/wp-content/uploads/img/sys/_new/ico_facebook.svg) center center no-repeat
}

footer .socialarea a.ico_youtube {
  background: url(https://www.havex.cz/wp-content/uploads/img/sys/_new/ico_youtube.svg) center center no-repeat
}

footer .socialarea a.ico_rss {
  background: url(https://www.havex.cz/wp-content/uploads/img/sys/_new/ico_rss.svg) center center no-repeat
}

/* news section */
.news .grid {
  grid-template-columns: 1fr;
  row-gap: 1rem;
  column-gap: .5rem;
}

.news .card {
  border-radius: 0;
  border: none;
  position: relative;
}

.news .card .card-body {
  /*position: absolute;
  max-height: 3rem;
  */
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  background-color: #0d3352;
  padding: 1.5rem;
  min-height: 6.5rem;
  /* transition: max-height 300ms; */
}

.news .card h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: none;
}

.news .card-img-top {
  border-radius: 0;
  /* transition: transform 200ms; */
}

.news .card:hover .card-body {
  /* max-height: 5rem; */
}

.news .card:hover img {
  /* transform: scale(105%); */
}

/* actions */
.actions .grid {
  grid-template-columns: 1fr;
  row-gap: 1rem;
  column-gap: .5rem;
}

.actions .card {
  border-radius: 0;
  border: none;
  position: relative;
}

.actions .card .tags {
  font-size: .75rem;
  color: #555;
  margin-bottom: .5rem;
}

.actions .card .perex,
.actions .card .more {
  /*display: none;*/
  opacity: 0;
  transition: all 300ms;
}

.actions .card .card-body {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  background-color: #19334c;
  background-color: #f6f7f8;
  background-color: #f5f5f5;
  padding: 1.5rem;
  max-height: 8rem;
  transition: all 300ms;
  color: #000;
}

.actions .card h4 {
  color: #1d343d;
  font-size: 1.25rem;
  line-height: 1.7rem;
  margin-bottom: 0;
  text-transform: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  text-overflow: ellipsis;
  line-clamp: 2;
  overflow: hidden;
}

.actions .card-img-top {
  border-radius: 0;
  transition: transform 200ms;
}

.actions .card:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  outline: 1px solid #ddd;
}

.actions .card:hover .card-body {
  max-height: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}

.actions .card:hover .perex {
  margin-top: 1rem;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  opacity: 1;
  text-overflow: ellipsis;
  line-clamp: 6;
  overflow: hidden;
}

.actions .card:hover .more {
  display: block;
  margin-top: .75rem;
  text-align: right;
  color: var(--color-secondary);
  opacity: 1;
  /*animation-name: neon1;
  animation-timing-function: ease-in-out;
  animation-duration: 600ms;*/
  animation: neon1 1.4s ease-in-out infinite alternate;
}

.actions .card:hover .more::after {
  content: "\2192";
  padding-left: .5rem;
}

.actions .card:hover img {
  /*transform: scale(105%);*/
}

.actions .spacer {
  background-color: #f6f7f8;
  height: 8rem;
}

/* HERO */
.hero{
      
}
.hero .inner{
  /* min-height: 24rem; */
  position: relative;
  /* display: flex;
  align-items: flex-end; */
}
.hero h1{
  position: absolute;
  bottom: 1.5rem;
  /* font-size: 1.75rem;
  line-height: 2.125rem; */
  padding-left:.5rem;
  padding-right: .5rem;
  width: 100%;
}
/* .domovsky-servis{
  background-image: url(img/domovsky-servis-hero-mobilni.jpg);
  background-repeat: no-repeat;
  background-size: cover;
} */
.with-thumb{
  position:relative;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.with-thumb::before{
  content: url(/wp-content/uploads/img/red/ico/palec-nahoru-ico.svg);
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  left: -1.5rem;
}
.with-thumb.with-bg-url::before{
  content: var(--bg-url) !important;
}
.with-thumb-bigger{
  position:relative;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.with-thumb-bigger::before{
  content: url(/wp-content/uploads/img/red/ico/palec-nahoru-ico.svg);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -1.75rem;
}
.with-thumb-bigger.with-bg-url::before{
  content: var(--bg-url) !important;
}
li.thumb::before{
  content: url(/wp-content/uploads/img/red/ico/palec-nahoru-ico.svg) !important;
}
.contact-card{
  text-align: center;
  color: var(--color-fg-heading);
}
.contact-card img.rounded-circle{
  border: none;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}
.max-w-500{
  max-width: 31.25rem;
}
.max-w-300{
  max-width: 18.75rem;
}
.d-grid{
  display: grid !important;
}
.mb-big, .mb-72{
  margin-bottom: 4.5rem !important;
}
.mt-big, .mt-72{
  margin-top: 4.5rem !important;
}
.mb-medium, .mb-36{
  margin-bottom: 2.25rem !important;
}
.mt-medium, .mt-36{
  margin-top: 2.25rem !important;
}
.mb-54{
  margin-bottom: 3.375rem !important;
}
.mb-18 {
  margin-bottom: 1.125rem !important;
}
.mb-30 {
  margin-bottom: 1.875rem !important;
}
.mb-36 {
  margin-bottom: 2.25rem !important;
}
.mt-18 {
  margin-top: 1.125rem !important;
}
.mt-96{
  margin-top: 6rem !important;
}

.pb-54{
  padding-bottom: 3.375rem !important;
}
.pt-30{
  padding-top: 1.875rem !important;
}
.pb-30 {
  padding-bottom: 1.875rem !important;
}
.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.px-32{
  padding-left: 2rem;
  padding-right: 2rem;
}

.min-w-200{
  min-width: 12.5rem;
}

.bg-contrast{
  background-color: var(--color-bg-contrast);
}
.bg-hx-secondary{
  background-color: var(--color-bg-secondary);
}
.bg-dark-hover{
  background-color: var(--color-primary-hov);
}
.fg-color-primary{
  color: var(--color-primary);
}
.fg-skoda-plus{
  color: var(--color-skoda-plus) !important;
}
.fg-black{
  color: #000 !important;
}
.bg-color-primary{
  background-color: var(--color-bg-primary);
}
.bg-color-text{
  background-color: var(--color-bg-text);
}
ul.hx-ticks{
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: var(--color-fg-heading);
  font-family: Montserrat;
  margin-bottom: 0;
}
.lh-32{
  line-height: 2rem !important;
}
.lh-38{
  line-height: 2.375rem !important;
}
.lh-42{
  line-height: 2.625rem !important;
}
.hx-ticks li{
  padding-bottom: 1.875rem;
  /* padding-left: 2rem; */
  position:relative;
  padding-left: .25rem;
}
.hx-ticks li:last-of-type{
  padding-bottom: 0;
}
.hx-ticks li::before{
  content: url(/wp-content/uploads/img/red/ico/odrazka-ico.svg);
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  left: -2rem;
  top: .325rem;
}
.hx-ticks li.milestone::before{
  content: url(/wp-content/uploads/img/red/ico/historie/historicky-milnik-ico.svg);
}
.font-18{
  font-size: 1.125rem !important;
}
.font-20{
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.font-22{
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.font-24{
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.font-poppins{
  font-family: Poppins !important;
}
.font-montserrat{
  font-family: Montserrat, sans-serif;
}
.h-100 {
  height: 6.25rem !important;
}
.h-80 {
  height: 5rem !important;
}
.h-70 {
  height: 4.375rem !important;
}
.h-60 {
  height: 3.75rem !important;
}
.h-46 {
  height: 2.875rem !important;
}
.h-p100{
  height: 100%;
}
.row-gap-18{
  row-gap: 1.125rem !important;
}
.row-gap-24{
  row-gap: 1.5rem !important;
}
.column-gap-96{
  column-gap: 6rem !important;
}
figcaption{
  opacity: .7;
}
.mw-32{
  max-width: 2rem;
}
.mw-40{
  max-width: 2.5rem;
}
.mw-200{
  max-width: 12.5rem;
}
.breadcrumb ol {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  font-size: .75rem;
}
.breadcrumb li {
  display: inline-block;
}
@media (min-width: 768px) {
  .mb-md-72 {
      margin-bottom: 4.5rem !important;
  }

  .h-md-100 {
      height: 6.25rem !important;
  }
  .columns-md-2x{
      columns: 2;
  }
  .columns-md-3x{
      columns: 3;
  }
}
@media (min-width: 992px) {
  .px-lg-6 {
      padding-right: 9rem!important;
      padding-left: 9rem!important;
  }
}
.grid-gap-1{
  column-gap: 1rem;
  row-gap: 1rem;
}
.grid-2x {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1.125rem;
}

.grid-3x {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 1.125rem;
}

.grid-4x {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1.125rem;
}

a.more::after, .more::after {
  content: "\2192";
  display: inline-block;
  padding-left: .5rem;
  transition: transform .15s ease-in-out;
}
a.more:hover::after, .more:hover::after{
  transform: translateX(3px);
}
.grecaptcha-badge { visibility: hidden; }

@keyframes glowEff {

  0%,
  49%,
  100% {
      filter: brightness(100)
  }

  50% {
      filter: brightness(150)
  }
}

@keyframes neon1 {
  from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }

  to {
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}

/*.btn-ghost:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
          transparent,
          rgba(146, 148, 248, 0.4),
          transparent);
  transition: all 650ms;
}

.btn-ghost:hover:before {
  left: 100%;
}*/

.card:hover .btn-ghost {
  background: linear-gradient(90deg, #e96e6e, #e84e4d, #bb3735, #e84e4d, #bb3735, #e84e4d, #e96e6e);
  background-size: 400%;
  animation: anim-btn 30s linear infinite;
}

@keyframes anim-btn {
  0% {
      background-position: 0%;
  }

  100% {
      background-position: 400%;
  }
}


.brand-slider {
  width: 100%;
  overflow: hidden;
  padding-left: 2rem;
  padding-right: 2rem;
}

.brand-slider-container {
  display: flex;
  width: 100%;
  transition: all 2s;
}

.brand-slider-container .brand-slide {
  width: 10rem;
  max-width: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  flex-shrink: 0;
  /*outline: 1px solid #eee;*/
}

.brand-slider-container .brand-slide img {
  /* filter: grayscale(); */
  width: 10rem;
  transition: all .5s;
}

.brand-slider-container .brand-slide:hover img {
  filter: none;
}

input.newsletter {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid #ccc;
  width: 80%;
  text-align: center;
  color: #777;
}

/* mobil only modifikace */
@media (max-width: 575.9px) {
  .navbar-brand img {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
  }
}

@media (min-width: 576px) {
  .link-grid .grid {
      grid-template-columns: 1fr 1fr;
      column-gap: 1.5rem;
      row-gap: 1.5rem;
      padding-right: 0;
      padding-left: 0;
  }

  .sentence {
      padding-top: 1.5rem;
  }

  .slide .img {
      margin-top: 0;
  }

  .grid-3x {
      grid-template-columns: 1fr 1fr 1fr;
      row-gap: 0;
  }

  .grid-4x {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      row-gap: 0;
  }

  section {
      padding-left: 0;
      padding-right: 0;
  }

  .grid-sm-2x {
      grid-template-columns: 1fr 1fr !important;        
  }

  .col-count-sm-4x{
      column-count: 4;
  }
  .w-sm-p50{
      width: 50%;
  }
  .brand-wrap>*+*{
      /*margin-left: .5rem;*/
  }
}

@media (min-width: 768px) {
  .link-grid .grid {
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 1.5rem;
      row-gap: 1.5rem;
  }

  .brand-wrap>*+* {
      margin-left: 2rem;
  }

  /* stredni velikost pisma */
  h1 {
      font-weight: bold;
      font-size: 2.375rem;
      line-height: 2.875rem;
  }

  h2,
  h1.claim {
      font-weight: bold;
      font-size: 2rem;
      line-height: 2.438rem;
  }

  h3 {
      font-weight: 600;
      font-size: 1.688rem;
      line-height: 2.063rem;
  }

  h4 {
      font-weight: 500;
      font-size: 1.438rem;
      line-height: 1.75rem;
  }
  .grid-md-2x {
      grid-template-columns: 1fr 1fr !important;
  }
  .grid-md-3x {
      grid-template-columns: 1fr 1fr 1fr !important;
  }
  .grid-md-4x {
      grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-md-5x{
      grid-template-columns: repeat(5, 1fr) !important;
  }
  .h-md-100{
      height: 6.25rem !important;
  }
  .w-md-p50{
      width: 50%;
  }
  footer .grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }
  
}

@media (min-width: 992px) {
  .link-grid .grid {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      column-gap: 1.5rem;
  }

  .brand-wrap>*+* {
      margin-left: 2rem;
  }

  .with-bg {
      background-image: url("/wp-content/uploads/img/red/h-16px-ico.svg");
      background-repeat: no-repeat;
      background-size: 30% 30%;
      background-position-y: 0px;
      background-position-x: center;
      background-attachment: local;
      /*background-position: 50% 50%;*/
      /*background-position: center;*/
      /*background-size: contain;*/
      /*background-size: 50vw 50vh;*/
      /*background-blend-mode: darken;*/
      /*-webkit-mask-image: url("/h-16px-ico.svg");
      mask-image: url("/h-16px-ico.svg");*/
      margin-top: -50px;
      padding-top: 115px;
  }

  .news .grid {
      grid-template-columns: 1fr 1fr 1fr;
      row-gap: 1rem;
      column-gap: 1rem;
  }

  .actions .grid {
      grid-template-columns: 1fr 1fr 1fr;
      row-gap: 1rem;
      column-gap: 1rem;
  }
  .grid-lg-2x {
      grid-template-columns: 1fr 1fr !important;        
  }
  .grid-lg-3x {
      grid-template-columns: 1fr 1fr 1fr !important;        
  }
  .grid-lg-4x {
      grid-template-columns: 1fr 1fr 1fr 1fr !important;        
  }
  .grid-lg-6x{
      grid-template-columns: repeat(6, 1fr) !important;
  }
  .w-lg-p50{
      width: 50%;
  }
  footer .grid {
      grid-template-columns: 1fr 1fr 1fr 1.5fr;
  }    
}

@media (min-width: 1200px) {
  .grid-xl-5x{
      grid-template-columns: repeat(5, 1fr) !important;        
  }
  .grid-xl-6x{
      grid-template-columns: repeat(6, 1fr) !important;        
  }
  .grid-xl-7x{
      grid-template-columns: repeat(7, 1fr) !important;
  }
  .h-xl-150 {
      height: 9.375rem !important;
  }
  .columns-xl-3{
      columns: 3;
  }
  .link-grid .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 1.5rem;
}
}
@media (min-width: 1400px) {
  :root {
      --bs-body-font-size: 1.125rem;
      --bs-body-line-height: 1.813rem;
  }

  h1 {
      font-weight: bold;
      font-size: 2.75rem;
      line-height: 3.375rem;
  }

  h2,
  h1.claim {
      font-weight: bold;
      font-size: 2.25rem;
      line-height: 2.75rem;
  }

  h3 {
      font-weight: 600;
      font-size: 1.875rem;
      line-height: 2.25rem;
  }

  h4 {
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1.75rem;
  }
  .hero h1{
      bottom: 2.5rem;
  }
  .mb-xxl-24{
      margin-bottom: 1.5rem !important;
  }
  .mb-xxl-40{
      margin-bottom: 2.5rem !important;   
  }
  .mb-xxl-48{
      margin-bottom: 3rem !important;
  }
  .mb-xxl-72{
      margin-bottom: 4.5rem !important;
  }
  .mt-xxl-40{
      margin-top: 2.5rem !important;
  }
  .pt-xxl-40{
      padding-top: 2.5rem !important;
  }
  .pb-xxl-72{
      padding-bottom: 4.5rem !important;
  }
  .h-xxl-150 {
      height: 9.375rem !important;
  }
  .mw-xxl-40{
      max-width: 2.5rem;
  }
  .mw-xxl-250{
    max-width: 15.625rem;
  }
}


.card {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.shine {
  /*position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1), transparent);
  pointer-events: none;
  animation: shineEffect 2s linear infinite;*/
  width: 200%;
  height: 300px;
  margin-left: -100px;
  margin-top: -400px;
  transform: rotate(-30deg);
  background: linear-gradient(0deg, transparent, rgba(200, 200, 200, 0.2), transparent);
  /*background: linear-gradient(0deg, rgba(255,255,255,.5), rgba(200,200,200,0.5), transparent);*/
  position: absolute;
  /*animation: shineEff 2s linear infinite;*/
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

.brand.card:hover {
  transform: scale(102%);
  transition: transform 200ms;
}

.text-transform-none {
  text-transform: none;
}

section.world {
  margin-top: 4.5rem;
  padding-top: 2.5rem;
}

section.search {
  margin-top: 4.5rem;

}

.search .card-img-top {
  border-radius: 0;
}

.world h4 {
  /* font-weight: 500; */
}

.world .card,
.world .card img,
.interest .card,
.interest .card img {
  border-radius: 0;
}

@keyframes shineEff {
  0% {
      margin-top: -400px;
  }

  100% {
      margin-top: 800px;
  }
}

@keyframes shineEffect {
  0% {
      left: -100%;
  }

  100% {
      left: 100%;
  }
}

.card:hover .shine {
  /*animation-play-state:paused;*/
  animation-name: shineEff;
  animation-timing-function: ease;
}

.card.eshop .title{
  text-align: center;
  font-weight: bold;
  color: var(--color-fg-light);
  background-color: var(--color-primary-hov);
  padding: .5rem 1.5rem;
  text-transform: uppercase;
}
.card.eshop .title.catalogue{
  background-color: var(--color-bg-contrast) !important;
}
.card.eshop img{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.pobocky h2{
  font-size: 1rem;
  color: var(--color-fg-light);
}
.pobocky .desc{
  padding: 1rem;
  color: var(--color-fg-light);
}

@media screen and (min-width: 992px) {
  .pobocky h2{
      font-size: 1.5rem;
  }
}

.btn-form{  
    display: inline-block;
    background-color: #005c99;
    height: 2.5rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem;
    text-decoration: none;
    margin-bottom: .5rem;
    /* border-radius: 3px; */
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
    transition: background-color 650ms;
}
.btn-form:hover{
  color: #fff;
}

/* ======== rady ridicum */


#rady-leto-list {
  margin-left: -15px;
  margin-right: -15px
}

#rady-leto-list .rada-leto {
  height: 246px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  cursor: pointer
}

@media (min-width: 992px) {
  #rady-leto-list .rada-leto {
      float:left;
      width: 50%
  }
}

#rady-leto-list .rada-leto .rada-leto-in {
  background-color: #f2f2f2;
  width: 100%;
  height: 246px
}

#rady-leto-list .rada-leto.svk .panel {
  background: #dedede url(https://www.havex.cz/wp-content/uploads/img/sys/mapy/map-svk.png) no-repeat 0 0
}

#rady-leto-list .rada-leto.cro .panel {
  background: #dedede url(https://www.havex.cz/wp-content/uploads/img/sys/mapy/map-cro.png) no-repeat 0 0
}

#rady-leto-list .rada-leto.ita .panel {
  background: #dedede url(https://www.havex.cz/wp-content/uploads/img/sys/mapy/map-ita.png) no-repeat 0 0
}

#rady-leto-list .rada-leto.hun .panel {
  background: #dedede url(https://www.havex.cz/wp-content/uploads/img/sys/mapy/map-hun.png) no-repeat 0 0
}

#rady-leto-list .rada-leto.gre .panel {
  background: #dedede url(https://www.havex.cz/wp-content/uploads/img/sys/mapy/map-gre.png) no-repeat 0 0
}

#rady-leto-list .rada-leto.pol .panel {
  background: #dedede url(https://www.havex.cz/wp-content/uploads/img/sys/mapy/map-pol.png) no-repeat 0 0
}

#rady-leto-list .rada-leto:hover img {
  display: none
}

#rady-leto-list .rada-leto:hover .panel {
  /* background-color: #a8d12d; */
  background-color: var(--color-bg-contrast);
}

#rady-leto-list .rada-leto:hover .panel h2 {
  color: #fff
}

#rady-leto-list .rada-leto.last {
  margin-right: 0
}

#rady-leto-list .rada-leto .panel {
  background-color: #dedede;
  height: 100%;
  width: 35%;
  float: left;
  position: relative
}

#rady-leto-list .rada-leto .panel h2 {
  margin: 0;
  padding: 25px 0 0 0;
  color: #414141;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center
}

#rady-leto-list .rada-leto .panel a {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: transparent;
  position: absolute
}

#rady-leto-list .rada-leto .desc {
  width: 65%;
  overflow: hidden;
  height: 246px;
  float: right
}

#rady-leto-list .rada-leto .desc img {
  width: 100%;
  height: auto
}

#rady-leto-list .rada-leto .desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  /* padding: 20px 0 0 20px */
  padding-top: .25rem;
}

#rady-leto-list .rada-leto .desc ul li {
  color: #373737;
  text-transform: uppercase;
  background: url(/wp-content/uploads/img/sys/xrr-bullet.png.pagespeed.ic.euXLqD4pki.png) left 9px no-repeat;
  padding-left: 15px;
  margin: 0
}

#rady-leto-list .rada-leto .desc ul li a {
  /* color: #a8d12d; */
  color: var(--color-fg-heading);
}

@media only screen and (max-width: 480px) {
  #rady-leto-list .rada-leto {
  }

  #rady-leto-list .rada-leto .rada-leto-in {
      height: auto
  }

  #rady-leto-list .rada-leto .panel {
      width: 100%;
      height: 240px
  }

  #rady-leto-list .rada-leto .desc {
      width: 100%
  }

  #rady-leto-list .rada-leto .desc img {
      display: none
  }
}


#rady-list,#rady-soutez-list {
  padding: 20px 0
}

#rady-list .rady-item,#rady-soutez-list .rady-item {
  color: #373737;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px
}

#rady-list .rady-item .rady-item-in,#rady-soutez-list .rady-item .rady-item-in {
  background-color: #f2f2f2;
  width: 100%;
  height: 160px
}

#rady-list .rady-item .rady-item-in a,#rady-soutez-list .rady-item .rady-item-in a {
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0
}

#rady-list .rady-item .rady-item-in:hover,#rady-soutez-list .rady-item .rady-item-in:hover {
  background-color: #a8d12d
}

#rady-list .rady-item .rady-item-in:hover .ri-button,#rady-soutez-list .rady-item .rady-item-in:hover .ri-button {
  background: transparent url(https://www.havex.cz/wp-content/uploads/img/sys/ributton_hover.png) no-repeat 0 0
}

#rady-list .rady-item .rady-item-in:hover .number,#rady-soutez-list .rady-item .rady-item-in:hover .number {
  color: #fff
}

#rady-list .rady-item .rady-item-in.video,#rady-soutez-list .rady-item .rady-item-in.video {
  background: #f2f2f2 url(https://www.havex.cz/wp-content/uploads/img/sys/ico-video.png) no-repeat 50% 50%
}

#rady-list .rady-item .rady-item-in:hover.video,#rady-soutez-list .rady-item .rady-item-in:hover.video {
  background: #a8d12d url(https://www.havex.cz/wp-content/uploads/img/sys/ico-video.png) no-repeat 50% 50%
}

#rady-list .rady-item .rady-item-in .ri-button,#rady-soutez-list .rady-item .rady-item-in .ri-button {
  display: block;
  background: transparent url(https://www.havex.cz/wp-content/uploads/img/sys/ributton.png) no-repeat 0 0;
  width: 76px;
  height: 31px;
  line-height: 31px;
  float: left;
  color: #373737;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-indent: 10px;
  position: relative;
  top: 30px
}

#rady-list .rady-item .rady-item-in .number,#rady-soutez-list .rady-item .rady-item-in .number {
  color: #7e9d22;
  font-size: 50px;
  width: 33%;
  float: left;
  text-indent: 10px;
  letter-spacing: -5px;
  top: 35px;
  position: relative
}

#rady-list .rady-item .rady-item-in p,#rady-soutez-list .rady-item .rady-item-in p {
  float: right;
  width: 66%
}

#rady-list .rady-item-in{
  padding-top: 1rem;
  padding-right: 1rem;
}
.rady-main.rr2{
  display: none;
}

.rada-leto-in p{
  display: none;
}

.row.gallery-images{
	row-gap: 2rem;
}
.img-responsive{
  max-width: 100%;
  height: auto;
}