/**
* Template Name: Vesperr - v2.0.0
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Poppins", sans-serif;
  color: var(--black);
}

a {
  color: var(--accent);
}

a:hover {
  color: var(--accent);
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.no-underline:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font2);
}

.text-item1 {
  font-weight: 500;
  font-size: 16px;
}

.text-item2 {
  font-size: 15px;
  color: var(--secondary1);
}

ul li {
  padding-left: 28px;
  position: relative;
}

ul li + li {
  margin-top: 10px;
}

ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--primary);
  line-height: 1;
}

.wrapper {
  min-height: calc(100vh - 140px);
}

.debug-info {
  font-size: 0.85rem;
}

.item-zoom,
.zoom-card {
  overflow: hidden;
  transition: transform 0.3s; /* Animation */
}

.zoom-card:hover {
  transform: scale(1.05);
}
.item-zoom:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6,
.line-clamp-15 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  -webkit-line-clamp: 6;
}

.line-clamp-15 {
  -webkit-line-clamp: 15;
}

.break-word-to-multiline {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
/*@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
*/
/* buttons */
.btn-action:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  cursor: pointer;
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  transition: all 0.4s;
  background: var(--accent);
}

.back-to-top i:hover {
  background: var(--primary);
  color: #fff;
}

/*--------------------------------------------------------------
# pricelist
--------------------------------------------------------------*/

.price-list .pl-price-text {
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
}

#header a[target="_blank"]:after {
  padding-left: 4px;
  font-family: "icofont";
  content: " \ef1f";
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 60px;
  background: #fff;
}

.logo-icon {
  font-size: 25px;
  font-weight: 600;
}

.logo-prefix {
  font-size: 18px;
  font-weight: 600;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: var(--accent);
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    background: #fff;
  }
  #header .logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: var(--black);
  font-weight: 500;
  padding: 8px 0 12px 25px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: var(--black);
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 5px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: var(--black);
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: var(--primary);
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
  margin-top: 10px;
}

.mobile-nav .get-started a {
  background: var(--primary);
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 30px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #57aae1;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  margin-top: 70px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  color: var(--black);
}

#hero h2 {
  color: #484848;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/* 
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title p {
  margin: 15px 0 0 0;
}

.section-subtitle {
  font-size: 22px;
}

/*xs*/
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 26px;
  }

  /*mensi nez xs nezobrazovat cary after a before*/
  .section-title h2::before,
  .section-title h2::after {
    content: "";
    width: 0px;
    height: 0px;
  }
}

/*sm*/
@media (min-width: 576px) {
  .section-title h2 {
    font-size: 28px;
  }
}

/*md*/
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 30px;
  }
}

/*lg*/
@media (min-width: 992px) {
  .section-title h2 {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  min-width: 300px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  width: auto;
  height: 300px;
  overflow: hidden;
}
.team .member .member-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span,
.team .member .member-info a,
.team .member .member-info i {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary1);
}

.team .member .member-info a:hover {
  color: var(--accent);
}

.team .member .member-info .team-icon-padding {
  padding-top: 3px;
}

/*xs*/
@media (max-width: 576px) {
  .team .member {
    width: 100%;
    max-width: 300px;
  }

  .team .member .member-img {
    width: 100%;
  }
}

/*sm*/
@media (min-width: 576px) {
  .team .member {
    width: 100%;
    max-width: 300px;
  }

  .team .member .member-img {
    width: 100%;
  }
}

/*md*/
@media (min-width: 768px) {
}

/*lg*/
@media (min-width: 992px) {
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: var(--primary);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: var(--primary);
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: var(--primary);
  color: #fff;
}

.pricing .recommended {
  border-color: var(--primary);
}

.pricing .recommended .btn-buy {
  background: var(--primary);
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
  color: var(--primary);
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f3f3;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding-top: 20px !important;
  padding-bottom: 20px;
  height: auto;
  width: 100%;
  background: #f0f0f0;
  padding-top: 10px;
  color: #222222;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .court-text {
  font-size: 13px;
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: var(--primary);
}

/*---------------------------------
# ext info
---------------------------------*/
.text_ext_info {
  font-size: 12px;
  word-wrap: break-word;
  max-width: 64px;
  line-height: 14px;
  color: var(--secondary1);
}

.ext-info-item .ic-svg {
  width: 50px;
}
.ext-info-item .cls-1 {
  fill: #fff;
  stroke: var(--primary);
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.ext-info-item .cls-2,
.ext-info-item .cls-3,
.ext-info-item .cls-3m {
  fill: var(--primary);
}
.ext-info-item .cls-3 {
  font-size: 12.08px;
  font-family: Roboto-Black, Roboto;
  font-weight: 800;
}
.ext-info-item .cls-3m {
  font-size: 11.45px;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: 700;
}
.ext-info-item .cls-4 {
  letter-spacing: -0.01em;
}

/**********mapa***********/

.map-height {
  height: 600px;
}

/*---------------------------------
# opening hours
---------------------------------*/
.oh_day_text {
  font-weight: 500;
  font-size: 18px;
}

.oh_day {
  line-height: 1.3em;
}

.oh_time_hour_text {
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
}

.oh_time_label_text {
  margin-left: 8px;
  font-size: 12px;
}

.oh_selected_day {
  background-color: #f8f9fa;
}

/*---------------------------------
# urgent-notice 
---------------------------------*/

.urgent-notice .btn-action {
  background-color: var(--primary);
  border-color: var(--primary-light);
  color: white;
}
.urgent-notice .btn-action:hover {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
  color: var(--primary);
  cursor: pointer;
}

.urgent-notice {
  background-color: var(--primary); /* rgb(233, 44, 88, 0.9);*/
  border-color: var(--primary); /* #ff547d;*/
  border-radius: 10px;
}

.urgent-notice .card-body .title {
  text-transform: uppercase;
  color: white;
  font-size: 1.75rem;
  font-weight: 600;
  font-family: var(--font2);
}

.urgent-notice .card-body .text {
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  /*line-height: 16px;*/
}

/*xs*/
@media (max-width: 576px) {
  .urgent-notice .card-body .title {
    font-size: 1.5rem;
  }

  .urgent-notice .card-body .text {
    font-size: 1rem;
  }
}

/*sm*/
@media (min-width: 576px) {
}

/*md*/
@media (min-width: 768px) {
}

/*lg*/
@media (min-width: 992px) {
}

/*---------------------------------
# image gallery
---------------------------------*/

.ig-thumbnail {
  position: relative;
  width: 120px;
  height: 120px;
}

.ig-selected-image {
  position: relative;
  width: 480px;
  height: 480px;
  overflow: hidden;
}
.ig-selected-image img,
.ig-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ig-thumbnail img {
  cursor: pointer;
}

.ig-selected-image img.portrait {
  width: 100%;
  height: auto;
}

.ig-image-text {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.ig-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.75);
}

.ig-modal-body {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100001;
  padding: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.ig-modal-body img {
  max-width: 100%;
  max-height: 100%;
}

.ig-modal-left,
.ig-modal-right,
.ig-modal-close {
  font-size: 30px;
  position: fixed;
  z-index: 100002;
  color: #eee;
  transition: all 0.25s ease-in-out;
}

.ig-modal-left {
  font-size: 60px;
  top: 50%;
  left: 50px;
}

.ig-modal-right {
  font-size: 60px;
  top: 50%;
  right: 50px;
}

.ig-modal-close {
  top: 30px;
  right: 50px;
}

.ig-modal-right:focus,
.ig-modal-right:hover,
.ig-modal-left:focus,
.ig-modal-left:hover,
.ig-modal-close:focus,
.ig-modal-close:hover {
  cursor: pointer;
  color: red;
}

/*xs*/
@media (max-width: 576px) {
  .ig-thumbnail {
    width: 100px;
    height: 100px;
  }

  .ig-selected-image {
    width: 350px;
    height: 350px;
  }

  .ig-modal-left {
    font-size: 50px;
    left: 20px;
  }

  .ig-modal-right {
    font-size: 50px;
    right: 20px;
  }
}

/*sm*/
@media (min-width: 576px) {
}

/*md*/
@media (min-width: 768px) {
}

/*lg*/
@media (min-width: 992px) {
}

/*--------------------------------------------------------------
# files
--------------------------------------------------------------*/

.file-item {
  color: var(--black);
}

.file-item-i {
  color: var(--accent);
  font-size: 24px;
}

.file-item:hover {
  color: var(--accent);
}

.file-item-i:hover {
  color: var(--primary);
}

/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
.blog .blog-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.blog .blog-item .blog-item-img {
  position: relative;
  width: auto;
  height: 300px;
  overflow: hidden;
}

.blog-float-image {
  max-width: 50%;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

/*xs*/
@media (max-width: 576px) {
  .blog .blog-item {
    width: 100%;
    max-width: 350px;
  }

  .blog .blog-item .blog-item-img {
    width: 100%;
  }
}

/*sm*/
@media (min-width: 576px) {
  .blog .blog-item {
    width: 100%;
    max-width: 350px;
  }

  .blog .blog-item .blog-item-img {
    width: 100%;
  }
}

/*md*/
@media (min-width: 768px) {
}

/*lg*/
@media (min-width: 992px) {
}

.blog-detail .blog-item .blog-item-img {
  position: relative;
  width: auto;
  height: 450px;
  overflow: hidden;
}

.blog .blog-item .blog-item-img img,
.blog-detail .blog-item .blog-item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog .blog-item .blog-item-info {
  padding: 25px 15px;
}
.blog-detail .blog-item .blog-item-info {
  padding: 0px 0px;
}

.blog .blog-item .blog-item-info h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.blog-detail .blog-item .blog-item-info h4 {
  margin-top: 0px;
  font-size: 22px;
}

.blog .blog-item .blog-item-info div,
.blog-detail .blog-item .blog-item-info div {
  font-size: 15px;
  font-weight: 400;
  color: var(--secondary1);
}

.blog .blog-item .blog-item-info a:hover {
  color: var(--primary);
}

.blog .blog-item .blog-item-info .date-icon-padding,
.blog-detail .blog-item .blog-item-info .date-icon-padding {
  padding-top: 1px;
}

.blog .blog-item .blog-item-info .date,
.blog-detail .blog-item .blog-item-info .date {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary1);
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 120px;
  height: 120px;
  text-align: right;
}
.ribbon span {
  font-size: 14px;
  color: #fff;
  font-family: var(--font2);
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); /* Needed for Safari */
  width: 120px;
  display: block;
  background: var(--primary);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 25px;
  right: -21px;
}

/*xs*/
@media (max-width: 576px) {
  .blog .blog-item {
    width: 100%;
  }
  .blog .blog-item .blog-item-img {
    width: 100%;
  }
}

/*sm*/
@media (min-width: 576px) {
}

/*md*/
@media (min-width: 768px) {
}

/*lg*/
@media (min-width: 992px) {
}

/*************************************
contact
*************************************/
.contact .contact-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact a {
  color: var(--black);
}

.contact a:hover {
  color: var(--accent);
}

.contact-title {
  color: var(--primary);
}

.contact a > .social-link {
  color: var(--primary);
}
.contact a:hover > .social-link {
  color: var(--accent);
}

/************************************
topbar
*************************************/
.topbar {
  margin: 0 auto;
  background: #f1f1f1;
  padding: 0 0px;
  width: 100%;
  color: whitea;
  height: 25px;
  font-size: 13px;
}

/************************************
map marker
*************************************/
.map-marker {
  background-color: var(--primary);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 15px 35px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
   transform: translate(-50%, -120%);
}

.map-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--primary);
}

/************************************
cookie consenst
************************************/
a.cc_logo {
  display: none !important;
}
.cc_container .cc_btn {
  bottom: 10px !important;
}

.cc_container {
  padding-bottom: 45px !important;
}

@media screen and (min-width: 500px) {
  .cc_container {
    left: 10px !important;
    bottom: 10px !important;
    padding-bottom: 55px !important;
  }
}

/************************************
smippety - pro pouziti
************************************/

/*xs*/
@media (max-width: 576px) {
}

/*sm*/
@media (min-width: 576px) {
}

/*md*/
@media (min-width: 768px) {
}

/*lg*/
@media (min-width: 992px) {
}

/*xl*/
@media (min-width: 1200px) {
}
