:root{
    --zaux-css-var-color-1: #F1F1F1;
    --zaux-css-var-color-2: #676767;
    --zaux-css-var-color-3: #d8d8d8;
}

.c-card1__recipe img{
  max-width:100%;
  object-fit:cover;
}

.c-menu .c-card1__recipe img{
  max-height:180px;
}

.c-slider .swiper-3d .swiper-slide-active .c-twitter{
  transition: 0.2s !important;
}

.archive-results-count{
  border-bottom: 2px solid var(--zaux-css-var-color-3) !important;
}

.c-modale__content--search-btn{
  position:absolute;
  height:60px;
  width:60px;
  right:0px;
  top:0px;
  opacity:0;
}

.c-modale__content .form-group input{
  background-image: url(../../assets/icon/icozaux1/SVG/search.svg) !important;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: bottom 10px right 20px;
}

.c-boxcontent__content--webcast p{
  padding-bottom: 0.9375rem !important;
  line-height:1.15rem !important;
}

/*-- SEARCH AUTOCOMPLETE --*/

[data-search-autocomplete] mark{
  padding:0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  font-weight:600;
  background:none;
  margin:0;
}

[data-search-autocomplete] [data-autocomplete-parrot]{
  margin-bottom: 0.625rem;
}

[data-search-autocomplete] [data-loader]{
  opacity:0;
  transition: opacity 0.2s ease-out;
  position:absolute;
  bottom:-120px;
  pointer-events:none;
}

[data-search-autocomplete] [data-loader].active{
  opacity:1;
}

[data-search-autocomplete] [data-autocomplete-entry-tpl]{
  display:none;
}

/*-- TWITTER BLOCK --*/

[data-twitter-block] .c-twitter__content--img img{
  max-height: 160px;
  object-fit:cover;
  width:100%;
}

[data-twitter-block]{
    position:relative;
}

[data-twitter-block] .c-slider{
    position:relative;
    opacity:0;
    transition: opacity 0.5s ease-out;
}

[data-twitter-block].loaded .c-slider{
    opacity:1;
}

[data-twitter-block] .c-twitter__content--img.hidden{
    display:none;
}

[data-twitter-block].loaded .loading-block{
  opacity:0;
  pointer-events:none;
  z-index:-1;
  bottom:0;
  transform:unset;
}

[data-twitter-block] .loading-block{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:1;
}

[data-tweet-template]{
    display:none;
}

[data-tweet-template] [data-picture]{
    display:none;
}

[data-tweet-template] [data-picture].present{
    display:block;
}

/*-- SEARCH ARCHIVE --*/

[data-search-load-more].loading{
  animation: opacity-pulse 0.5s ease-out infinite;
  animation-direction: alternate-reverse;
}

[data-search-filters] select{
  max-width:100%;
}
[data-search-filters] .form-group{
  min-width:100px;
  /*max-width:350px;*/
}

[data-search-filters] .c-form__search--input .form-group{
  max-width:none !important;
}

[data-search-filters] .c-form__search{
  max-width:100%;
}

[data-search-filters] .c-form__search--grp{
  /*width:50%;*/
  justify-content: flex-start;
}

.c-form--light select optgroup option:active, 
.c-form--light select optgroup option:hover, 
.c-form--light select optgroup option:checked, 
.c-form--light select optgroup option:focus, 
.c-form--light button.dropbtn optgroup option:active, 
.c-form--light button.dropbtn optgroup option:hover, 
.c-form--light button.dropbtn optgroup option:checked, 
.c-form--light button.dropbtn optgroup option:focus{
  background-color: #951616 !important;
  color:white !important;
}

@keyframes opacity-pulse {
  0% {
    opacity:1;
  }

  100% {
    opacity:0.2;
  }
}


/*-- LOADER --*/

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--zaux-css-var-color-2);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.php-table-error{
  font-size:14px;
  border-collapse: collapse;
  box-shadow: 0px 3px 5px #e8e8e8;
}

.php-table-error tr:first-child{
  background-color:rgb(169, 50, 50);
  color:white;
}

.php-table-error td{
  padding:10px;
  border:1px solid #e8e8e8;
}

.c-grid-text-boxes ul{
  list-style-type:none;
  padding-left:0px;
}

.wpcf7-not-valid-tip{
  padding-top:10px;
  background-color: transparent !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #feefc6;
  color:#7d6105;
  padding-top:10px;
  padding-bottom:10px;
  border:none !important;
}

.here-special-excerpt p {
  margin-bottom: 14px !important;
  line-height: 17px !important;
}
.here-special-excerpt p strong:first-child {
  line-height: 23px !important;
}

.collapsable-tab {
  display: none;
}
.collapsable-tab.is-active {
  display: block;
}

.c-form--light .c-form__search--input .form-group input {
  background-position: calc(100% - 7px) center;
  padding-right: 30px;
}

.c-form__search--grp .form-group select, .c-form__search--grp .form-group button.dropbtn {
  padding-right: 30px;
  text-overflow: ellipsis;
}

/* @media (min-width: 992px) {
  .c-modale.modal-profile .modal-dialog {
      max-height: 700px;
      height: auto;
  }
} */

.centered-with-margins {
  margin: 0 auto;
}

.force-default {
  color: #212529;
}
.text-justify {
  text-align: justify;
}

.c-breadcrumbs {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
  .mih-boxtitle {
    min-height: 220px;
  }
}

.free-content-here h1,
.free-content-here h2,
.free-content-here h3,
.free-content-here h4,
.free-content-here h5,
.free-content-here h6,
.zaux-theme--light1.free-content-here ul,
.zaux-theme--light1.free-content-here ol,
.free-content-here p,
.free-content-here img {
  margin-bottom: 20px;
}
.zaux-theme--light1.free-content-here *:last-child {
  margin-bottom: 0;
}

#zaux-content-inner main > .zaux-pos-content a:not(.c-cta1,.text-body,.no-def-underline,.c-cta__tag), 
/*.c-footer .c-footer__container--list li a, */
.c-footer__container--social .c-typo-style1-2 p a {
  color: #212529;
  text-decoration: underline;
}

a {
  color: #212529;
}
.c-breadcrumbs a {
  text-decoration: none !important;
}

.c-form__search--grp .form-group select {
  max-width: 300px;
}

.c-menu__search--post > div > div:first-letter {
    text-transform: uppercase;
}

.border-gradient .zaux-theme--light1 p,
.border-gradient .zaux-theme--light1 li {
  word-wrap: break-word;
}

.table-container .divTable.divTableSpecial:hover,
.divTableSpecial:hover > div {
  background: #F5F5F5;
  transition: 500ms;
}

.divTableSpecial {
  pointer-events: none !important;
}

.max-5-row-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (min-width: 1301px) {
  .zk-special-resize-margin {
    padding-right: 600px;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .zk-special-resize {
    width: 400px;
  }
  .zk-special-resize-margin {
    padding-right: 430px;
  }
}

@media (max-width: 992px) and (max-width: 1300px) {
  .zk-special-resize-margin .maw-size-custom1 {
    max-width: 100%;
    padding-right: 190px;
  }
}

@media (max-width: 992px) {
  .justify-content-center--no-mobile {
    justify-content: initial !important;
  }
}

@media (max-width: 992px) {
  .on-mobile-full-width {
    width: 100% !important;
  }
  .p-box--special {
    padding: 0 15px;
  }
  .mih-seminarcard {
    min-height: 320px;
  }
  .mih-575--special {
    min-height: 500px;
  }

  .custom-table-zk th, .custom-table-zk td {
    padding: 5px !important;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 451px) and (max-width: 700px) {
  .zk-special-resize-margin .maw-size-custom1 + div {
    padding-right: 150px;
  }
}

.c-accordion__head {
  padding-right: 50px;
}

@media (min-width: 992px) {
  .c-modale.modal-profile .modal-dialog {
    max-height: 700px;
    height: auto;
  }
}

.customized-zk-fit {
  object-fit: cover;
  object-position: center;
}

.c-header__inner {
  border-image: linear-gradient(to right,#d32e12 0%,#ff7808 25%,#fec837 50%,#0daf2b 75%,#005ec3 100%) 1;
}
.c-card2__inner, 
.border-left-gradient {
  border-image: linear-gradient(to bottom,#d32e12 0%,#ff7808 25%,#fec837 50%,#0daf2b 75%,#005ec3 100%) 1;
}
.border-gradient {
  border-image: linear-gradient(to right,#d32e12 0%,#ff7808 25%,#fec837 50%,#0daf2b 75%,#005ec3 100%) 1;
}
.c-card2__inner.border-all-gradient {
  border-image: linear-gradient(to right,#d32e12 0%,#ff7808 25%,#fec837 50%,#0daf2b 75%,#005ec3 100%) 1;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 10px 16px;
  color: #ffffff;
}

.c-menu .c-card1__recipe img {
  max-height: 208px;
}

@media (max-width: 991px) {
  .c-nav2 {
    overflow: hidden;
  }
  .c-nav2 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-nav2 ul li:first-child {
    padding-left: 8px;
  }
  .c-nav2 ul li:last-child {
    padding-right: 28px;
  }
}

@media (min-width: 992px) {
  .c-modale.modal-profile .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
  }
  .c-modale.modal-profile .c-modale--grey {
    max-height: 740px;
    overflow-y: auto;
  }
  .c-modale--grey:after {
    display: none;
  }
  .modal-dialog:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 20px;
    background: linear-gradient(to bottom,transparent 10%,#fff);
    height: 40px;
    right: 20px;
    display: block;
  }

  .c-modale.modal-profile .modal-dialog {
    max-height: 740px;
  }
}

@media (max-width: 991px) {
  .c-nav2 {
    position: relative;
  }
  .c-nav2:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: rgb(211,46,18);
    background: linear-gradient(90deg, rgba(211,46,18,1) 0%, rgba(211,46,18,0) 100%);
    z-index: 1;
  }
  .c-nav2:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: rgb(211,46,18);
    background: linear-gradient(270deg, rgba(211,46,18,1) 0%, rgba(211,46,18,0) 100%);
    z-index: 1;
  }
  .c-nav2 > div:before {
    background-image: url('../../media/arrow-left@2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 20px;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: block;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s linear;
  }
  .c-nav2 > div:after {
    background-image: url('../../media/arrow-right@2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 20px;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: block;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: opacity .2s linear;
  }
  .c-nav2.scrolled-bar > div:before {
    opacity: 1;
  }
  .c-nav2.scroll-ended > div:after {
    opacity: 0;
  }
}

a.c-share--tw, 
a.c-share--fb, 
a.c-share--ln, 
a.c-share--wh {
  text-decoration: none !important;
}
[class^="icozaux2-"], [class*=" icozaux2-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
#big-lang-slug, #big-lang-slug2 {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  line-height: 0 !important;
  position: relative;
  top: 2px;
}
#big-lang-slug {
  height: 26px;
  line-height: 23px !important;
  min-width: 30px;
  text-align: center;
}
.mob-ver #ModalLabel2 {
  padding-left: 0;
  display: block;
  font-size: 11px;
  padding-bottom: 8px;
}
.mob-ver #big-lang-slug2 {
  font-size: 18px;
  display: block;
  text-align: center;
}
.mob-ver-trzk {
  margin-top: -15px;
}
.modal-under-fixed-menu .modal-dialog {
  padding-top: 158px;
}
.zk-scrolled-page .modal-under-fixed-menu .modal-dialog {
  padding-top: 80px;
}
@media (min-width: 1100px) {
  .me-int-5 {
    margin-right: 1.5625rem !important;
  }
}
@media (min-width: 1221px) {
  .me-xl-8 {
    margin-right: 3.125rem !important;
  }
}
@media (max-width: 991.9px) {
  .modal-under-fixed-menu .modal-dialog {
    padding-top: 65px;
  }
}

#translation-list {
  font-size: 15px;
}
#translation-list ul {
  list-style: none !important;
  /*padding-left: 17%;*/
  text-align: center;
  padding-top: 35px;
  margin-left: 0;
}
#translation-list li {
  padding-bottom: 5px;
}
#translation-list li a {
  font-weight: 500;
  color: #000000;
  font-size: 17px;
}

@media (min-width: 992px) {
  #translation-list {
    font-size: 17px;
  }
  #translation-list li a {
    font-size: 20px;
  }
}