.refference-web-card {
  padding-bottom: 15px;
}

.refference-web-card_inner {
  box-shadow: 10px 10px 15px rgb(73 78 92 / 10%);
  pointer-events: none;
  transition: 0.4s;
}

.refference-web-card_header {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
}

.refference-web-card_img {
  width: 100%;
}

.refference-web-card_content {
  text-align: center;
  padding: 15px 15px;
}

.refference-web-card_link {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  color: #26ace3 !important;
  display: block;
  margin-bottom: 0;
  pointer-events: auto;
}


.refference-web-card_inner:hover {
    box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.refference-web-more {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .refference-web-more {
    margin-top: 3rem;
    padding: 0 12px;
  }

  .refference-web-more a {
    width: 100%;
    text-align: center;
    background-color: #26ace3;
    padding: 15px 15px;
    color: #ffffff;
  }

  .refference-web-more a:hover {
    background: #229acc;
    color: #ffffff;
  }
}


.refference-web-more a {
  margin: 0 auto;
  font-weight: bold;
}

.nav-menu .btn-projects3 {
  color: #fff;
}
.btn-projects3 {
  font-family: "Raleway", sans-serif;
  margin-top: -2px !important;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 18px!important;
  padding-left: 18px!important;
  border-radius: 2px;
  transition: 0.5s;
  color: #fff;
  background: #26ace3;
  border: 2px solid #26ace3;
}
.btn-projects3:hover {
  background: none;
  color: #26ace3;
}
#main {
  position: relative;
  z-index: 5;
}
.services.wheretofindus {
  overflow: visible;
  position: relative;
}
.services.wheretofindus .container {
  position: relative;
  z-index: 10;
}
.services.wheretofindus .container .row {
  position: relative;
  z-index: 10;
}
.services.wheretofindus .container .podbarvene {
  position: relative;
  z-index: 10;
  margin-top: 4px;
}
.services.wheretofindus .container .podbarvene div {
  position: relative;
  z-index: 10;
}
.services.wheretofindus .container .podbarvene:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background: #F0F3F6;
}
@media (max-width: 1440px) {
  .services.wheretofindus .container .podbarvene:before {
    left: 0px;
    right: 0px;
  }
}
.services.wheretofindus .container .podbarvene:after {
  content: "";
  position: absolute;
  z-index: 7;
  top: -37px;
  left: -37px;
  right: -37px;
  bottom: -37px;
  background: transparent;
  border: 3px solid white;
}
@media (max-width: 1440px) {
  .services.wheretofindus .container .podbarvene:after {
    left: 0px;
    right: 0px;
    border-left: none;
    border-right: none;
  }
}
#about {
  padding-top: 30px !important;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-button:not(.collapsed) {
  color: #26ace3;
  background-color: #f2f5f8;
  box-shadow: none;
}
.accordion-header .accordion-button {
  font-weight: bold;
  color: #26ace3 !important;
}
.accordion-body {
  color: #444;
}
/*.accordion-flush{
    .accordion-item{
        border:none;

        .accordion-button{
            border:none;

            &:after{
                display:none;
            }
        }
    }
} */
.breadcrumbs-main {
  position: relative;
  z-index: 6;
}
.breadcrumbs-main .mainbreads {
  margin-top: 25px;
  margin-bottom: -18px;
}
.breadcrumbs-main .mainbreads a:last-of-type {
  cursor: auto;
  opacity: 0.5;
  color: #26ace3 !important;
}
.nav-menu .btn-projects2 {
  color: #fff;
}
.btn-projects2 {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}
.btn-projects2 {
  background: #26ace3;
  border: 2px solid #26ace3;
}
.btn-projects2:hover {
  background: none;
  color: #26ace3;
}
.formPotClass {
  display: none;
}
.blue-list ul {
  list-style: none;
  padding: 0;
}
.blue-list ul li {
  padding-bottom: 10px;
}
.blue-list i {
  font-size: 20px;
  padding-right: 4px;
  color: #26ace3;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.grey {
  background: #f2f5f8;
}
#footer ul {
  padding: 0px;
}
#footer li {
  list-style-type: square;
  margin-left: 20px;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.btnSwitchBorder {
  padding: 2px;
  border: 1px solid #ddd;
  border-radius: 8px !important;
}
.pd20 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.liColor li {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px!important;
}
.liColor li:nth-child(odd) {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px!important;
  background: #eee;
}
.li1 {
  padding-left: 16px;
  /* Also needed for space (tweak if needed) */
}
.btnSwitch {
  background: #26ace3;
  border: 1px solid #26ace3;
  color: #fff;
}
.hide {
  display: none;
}
.card,
.card-header {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.card,
.card-footer {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.cenikAdresa {
  font-size: 32px;
  color: #26ace3;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.cenikAdresa::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #26ace3;
  bottom: 0;
  left: 0;
}
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}
a {
  color: #26ace3;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #8ed5f0;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #26ace3;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top:focus {
  background: #26ace3;
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #555;
  color: #fff;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #555;
}
#topbar .contact-info a:hover {
  color: #26ace3;
}
#topbar .contact-info i {
  color: #26ace3;
  padding: 4px;
}
#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #26ace3;
}
#topbar .social-links a:first-child {
  border-left: 0;
}
.pull-left {
  float: left;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  width: 100%;
  z-index: 997;
  transition: 0s all;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
#header * {
  transition: 0s all;
}
section {
  overflow: hidden;
}
#header #logo .logo1 {
  font-size: 35px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#header #logo .logo1 a {
  color: #555;
  line-height: 1.3;
  display: inline-block;
}
#header #logo .logo1 a span {
  color: #26ace3;
}
@media (max-width: 370px) {
  #header #logo h1 {
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  #header #logo h1 a {
    color: #555;
    line-height: 1;
    display: inline-block;
  }
  #header #logo h1 a span {
    color: #26ace3;
  }
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    /* max-height: 40px;*/
  }
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#intro .intro-content h1 {
  color: #555;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}
#intro .intro-content h1 span {
  color: #26ace3;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #intro .intro-content h1 {
    font-size: 34px;
  }
}
#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}
#intro .intro-content .btn-get-started {
  background: #555;
  border: 2px solid #555;
}
#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #555;
}
#intro .intro-content .btn-projects {
  background: #26ace3;
  border: 2px solid #26ace3;
}
#intro .intro-content .btn-projects:hover {
  background: none;
  color: #26ace3;
}
#intro #intro-carousel {
  z-index: 8;
}
#intro #intro-carousel::before {
  /*  content: '';
      background-color: rgba(255, 255, 255, 1);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;*/
  /*  z-index: 7;*/
}
#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 200px;
}
.nav-menu ul li.menu-has-icon a {
  position: relative;
  transition: 0.3s all !important;
  padding-left: 45px;
}
.nav-menu ul li.menu-has-icon a i {
  position: absolute;
  left: 0px;
  top: 8px;
  right: calc(100% - 40px);
  font-size: 22px;
  color: #26ace3;
  text-align: center;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  /*float: right;*/ /*menu fix*/

  margin-left: auto;
}
.hidden {
  display: none;
}
@media (max-width: 768px) {
  .hidden {
    display: block;
  }
  .oddelovacmenu {
    padding: 0px !important;
    height: 3px;
    margin: 30px 0px 15px 0px !important;
    width: 100%;
    display: inline-block;
    border: none !important;
  }
}
@media (max-width: 1200px) {
  #nav-menu-container {
    display: none;
  }
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #26ace3;
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #26ace3;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  transition: 0s all;
  margin-left: auto;
}
.mobile-nav-toggle i {
  color: #555;
}
.mobile-nav-toggle i.fa-times {
  color: #26ace3;
}
@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: inline;
    top: 0px;
    float: right;
    padding-top: 0px;
    margin-top: 7px;
    width: 33px;
    position: relative;
    margin-right: 0px;
  }
  header .container.header-wrap {
    max-width: none !important;
  }
  #topbar .container {
    max-width: none !important;
  }
}
@media (max-width: 990px) {
  .mobile-nav-toggle {
    top: 0px;
    width: 33px;
  }
  #logo {
    width: calc(100% - 45px);
  }
  #logo .logo1 {
    float: left;
    width: 100%;
  }
  #logo .logo1 a {
    float: left;
    width: 100%;
  }
  #logo .logo1 a img {
    max-width: 100%;
  }
  .header-content {
    width: 100%;
    position: relative;
    float: left;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 90px;
  padding-bottom: 30px;
  bottom: 0;
  z-index: 998;
  background: #ffffff;
  left: -100%;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0 10px;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
  background: #26ace3;
  border: 0;
  padding-bottom: 10px;
  border-radius: 0px;
  cursor: pointer;
}
#mobile-nav ul li.menu-has-children ul {
  padding-bottom: 17px;
}
@media (max-width: 1200px) {
  #mobile-nav ul li.menu-has-children ul {
    padding-bottom: 22px;
  }
  #mobile-nav ul li.menu-has-children ul h2 {
    color: white;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
  overflow: hidden;
  padding: 10px 22px 0px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-size: 1em;
  font-weight: bold;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li + li {
  margin-top: 10px;
}
#mobile-nav ul li.menu-active {
  background: #14799c;
}
#mobile-nav ul li ul {
  padding-top: 10px;
}
#mobile-nav ul li li {
  padding-left: 0px;
  text-align: center;
  background: white;
  color: #26ace3;
}
@media (max-width: 1200px) {
  #mobile-nav ul li li {
    background: none;
    padding-bottom: 0px;
  }
  #mobile-nav ul li li p {
    display: none;
  }
  #mobile-nav ul li li ul {
    display: block !important;
    width: 100%;
    padding: 0px !important;
  }
  #mobile-nav ul li li ul li a {
    font-size: 16px;
    background: white;
    padding: 6px 10px 6px 15px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  #mobile-nav ul li li ul li a br {
    display: none;
  }
  #mobile-nav ul li li ul li a i {
    right: auto !important;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0px;
    color: #26ace3 !important;
    padding: 0px  !important;
    width: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative !important;
    left: -6px;
  }
  #mobile-nav ul li li ul li a:hover {
    background: #8ed5f0;
    text-decoration: none;
    color: white !important;
  }
  #mobile-nav ul li li ul li a:hover i {
    color: white  !important;
  }
}
@media (max-width: 550px) {
  #mobile-nav ul li li ul li a br {
    display: block;
  }
}
#mobile-nav ul li li a {
  color: #26ace3;
}
#mobile-nav ul li li.menu-active {
  background: #26ace3;
  color: white;
}
#mobile-nav ul li li.menu-active a {
  color: white;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #fff;
}
#mobile-nav ul .menu-item-active {
  color: #fff;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}
.section-header h3 {
  font-size: 24px;
  color: #26ace3;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #26ace3;
  bottom: 0;
  left: 0;
}
.section-header.no-line {
  margin-bottom: 0px;
}
.section-header.no-line *::before {
  content: none;
  display: none;
}
.section-header.no-line * {
  padding-bottom: 0px !important;
}
.section-header h2 {
  font-size: 32px;
  color: #26ace3 !important;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #26ace3;
  bottom: 0;
  left: 0;
}
.section-header h1 {
  font-size: 32px;
  color: #26ace3 !important;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h1::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #26ace3;
  bottom: 0;
  left: 0;
}
.section-header p {
  padding: 0;
  margin: 0;
}
/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#about .content h1 {
  color: #555;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}
#about .content h2 {
  color: #555;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}
#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
#about .content p {
  line-height: 26px;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #26ace3;
}
#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
#about .content ul li i {
  position: absolute;
  left: 0px;
  top: -3px;
}
/* Services Section
--------------------------------*/
.services {
  padding: 30px 0 0 0;
}
.services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}
@media (min-width: 991px) {
  .nogutters {
    padding-right: 0px;
  }
}
.services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.services .box .icon {
  float: left;
}
.services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}
.services .box .icon i:before {
  background: #555;
  background: linear-gradient(45deg, #26ace3 0%, #8ed5f0 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .box h3 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
.services .box h3 a {
  color: #444;
}
.services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
.services .box h4 a {
  color: #444;
}
.services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
.services .box-nabidka {
  padding: 0px;
}
.services .box-nabidka h3 {
  text-transform: uppercase;
  margin-top: -10px !important;
  padding: 0px;
  font-size: 1.2em;
  font-weight: bold;
}
.services .box-nabidka h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #26ace3 !important;
  padding: 0px;
  margin-top: 0px;
  font-size: 1.5em;
}
.services .box-nabidka h2 a {
  text-transform: uppercase;
  font-weight: bold;
  color: #26ace3 !important;
  padding: 0px;
  text-decoration: none;
  margin-top: 0px;
}
.services .box-nabidka h2 a:hover {
  color: #8ed5f0 !important;
  text-decoration: none;
}
form .row {
  flex-wrap: wrap;
  margin-right: -5px;
  display: flex;
  margin-left: -5px;
}
form .row > .col,
form .row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-group {
  margin-bottom: 1rem;
}
.vypis-sidel .section-filter {
  margin-bottom: 0px;
}
.vypis-sidel .section-filter p {
  text-align: left;
  width: 100%;
  font-size: 13px !important;
  line-height: 23px;
  font-weight: 900;
  margin-bottom: 10px;
}
.vypis-sidel .section-filter label {
  padding: 8px 15px;
  line-height: 20px;
  background: #26ace3;
  border: 0;
  border-radius: 0px;
  color: #fff;
  height: 38px;
  transition: 0.4s;
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.vypis-sidel .section-filter label:hover,
.vypis-sidel .section-filter label.active {
  background: #14799c;
}
.vypis-sidel .section-filter label i {
  font-size: 12px;
  color: inherit;
  font-weight: 300;
  font-style: normal;
}
.services .box-nabidka .cena {
  padding: 0px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 35px!important;
  margin-bottom: 0px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
#header-sticky-wrapper {
  height: 93px !important;
}
.map-picker {
  width: 100%;
  height: 500px;
  margin-top: 0px;
}
.map-picker .map-big {
  float: left;
  width: 100%;
  height: 100%;
}
.dev-version {
  position: fixed;
  top: 0px;
  left: 0px;
  background: red;
  z-index: 10000;
  padding: 4px 10px;
  color: #fff;
  font-size: 0.7em;
  border-bottom-right-radius: 5px;
}
.landing {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 136px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  /*    &:before{
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 112px;
            background: url(/front/img/landing.png) no-repeat scroll center top;
            content: "";
            display: block;
            z-index: 5;
        }*/
}
@media (max-width: 576px) {
  .landing .services .box {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .landing .services .box h3 {
    width: 100%;
    margin-top: 15px !important;
    margin-bottom: 0px;
  }
}
.landing .services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}
@media (max-width: 576px) {
  .landing .services .box .icon i {
    margin-top: 20px;
    font-size: 40px;
  }
}
.landing .container {
  z-index: 10;
}
.landing .landing-b {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  z-index: 1;
  height: 100%;
  width: 100%!important;
  background-size: cover;
  background-image: url(/front/img/intro-carousel/2.jpg);
}
.landing h1 {
  color: #555;
  font-size: 64px;
  text-align: center;
  font-weight: 700;
  max-width: 1166px;
  display: inline-block;
  margin: auto;
  margin-bottom: 30px;
}
.landing h1 br {
  display: none;
}
.landing span {
  color: #26ace3;
  text-decoration: underline;
}
.logofooter img {
  max-width: 340px;
}
@media (max-width: 460px) {
  .logofooter img {
    max-width: 90%;
  }
}
.fl-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .fl-centered {
    margin-bottom: 30px;
  }
}
.services .box-nabidka .btn-custom {
  background: #26ace3;
  border: 0;
  border-radius: 0px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  margin-top: 0px;
}
a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left!important;
  }
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-deck .card {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.card-deck .card.different {
  border: 2px solid;
  border-color: #26ace3;
  max-width: 50%;
  margin: auto;
}
.card-deck .card .card-header {
  position: relative;
  z-index: 10;
}
.card-deck .card .card-header.bigger {
  border: 2px solid #26ace3;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  background: #26ace3;
  color: #fff;
}
.card-deck .card .card-header.bigger + .reccomend-stripe {
  top: 83px;
}
.reccomend-stripe {
  left: -58px;
  position: absolute;
  background: #14799c;
  color: white;
  padding: 8px 50px;
  text-transform: uppercase;
  line-height: 20px;
  transform-origin: center center;
  transform: rotate(-45deg);
  font-size: 14px;
  top: 74px;
  z-index: 5;
}
.services .box-nabidka .paddedtopbot {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .services .box-nabidka .paddedtopbot {
    padding: 15px 30px !important;
  }
}
@media (min-width: 768px) {
  .services .box-nabidka .paddedtopbot .varianta-picker {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .services .box-nabidka .paddedtopbot h2 {
    text-align: center;
  }
}
.services-blog .box {
  padding: 20px;
}
.services-blog .box h3,
.services-blog .box p {
  margin-left: 0px;
  margin-top: 0px !important;
}
.services-blog .box > div {
  margin-bottom: 20px;
}
.services .box-nabidka .btn-custom:hover {
  background: #8ed5f0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .services .box .box {
    margin-bottom: 20px;
  }
  .services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  .services .box h3,
  .services .box p {
    margin-left: 0;
    text-align: center;
  }
  .services .box h4,
  .services .box p {
    margin-left: 0;
    text-align: center;
  }
}
/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}
#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}
#clients img:hover {
  opacity: 1;
}
#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#clients .owl-dot.active {
  background-color: #26ace3;
}
/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}
#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}
#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}
#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}
#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  height: 265px!important;
  text-align: center;
  min-height: 140px;
  display: table-cell;
  vertical-align: middle;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #222;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #555;
  margin: 0px;
  padding-bottom: 30px;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
#intro .owl-nav,
#intro .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#intro .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#intro .owl-dot.active {
  background-color: #26ace3;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #26ace3;
  background-size: cover;
  padding: 40px 0;
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
}
@media (min-width: 769px) {
  #nav-menu-container {
    margin-top: 12px;
  }
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 0px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
  background: #555;
  border: 3px solid #ffffff;
}
/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
}
#team .member .pic {
  overflow: hidden;
  text-align: center;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member .details {
  background: #26ace3;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 5px;
}
#team .member .social a {
  color: #fff;
}
#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
/* Contact Section
--------------------------------*/
#contact {
  padding: 20px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #26ace3;
}
#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #26ace3;
}
#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
#contact #google-map {
  height: 425px;
  /*margin-bottom: 20px;*/
}
@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}
#contact .form #sendmessage {
  color: #26ace3;
  border: 1px solid #26ace3;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
.btn2 {
  background: #26ace3;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
.btn2:hover {
  background: #229acc;
}
section#contact:not(.noborderis) {
  background: #f2f5f8;
  border-top: 1px dashed #26ace3;
  border-bottom: 1px dashed #26ace3;
  margin-top: 40px;
  margin-bottom: -2px;
}
.mapbotfooter {
  margin-bottom: -60px;
}
#contact .form button[type="submit"] {
  background: #26ace3;
  border: 0;
  border-radius: 0px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 20px;
}
#contact .form button[type="submit"]:hover {
  background: #229acc;
}
.padded-menu {
  transform: translateY(22px);
}
@media (max-width: 1200px) {
  .padded-menu li a {
    font-size: 16px !important;
    background: white;
    padding: 6px 10px 6px 15px !important;
    text-align: left;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .padded-menu li a br {
    display: none;
  }
  .padded-menu li a i {
    right: auto !important;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0px;
    color: #26ace3 !important;
    padding: 0px  !important;
    width: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative !important;
    left: -6px;
  }
  .padded-menu li a:hover {
    background: #8ed5f0;
    text-decoration: none;
    color: white  !important;
  }
  .padded-menu li a:hover i {
    color: white  !important;
  }
}
.btn {
  border-radius: 0px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #26ace3;
  padding: 30px 0 0 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}
#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
  font-size: 1.4em;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}
#footer .copyright {
  text-align: center;
  /*  padding-bottom: 30px;*/
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #333;
}
#footer .credits a {
  /* color: #bfddfe;*/
}
#footer .credits a:hover {
  color: #f1f7ff;
}
.sticky-wrapper {
  height: 100% !important;
  display: flex !important;
}
.vypis-sidel h3 {
  margin: 0px!important;
}
.vypis-sidel p {
  margin-left: 0px!important;
  margin-top: 16px;
  font-size: 18px!important;
}
.nicebtn {
  background: #26ace3;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
}
.nicebtn:hover {
  background: #229acc;
}
@media (max-width: 580px) {
  .landing h1 {
    font-size: 48px;
  }
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-bottom .content {
  margin-top: 30px;
}
.margin-bottom .section-header h2 {
  font-size: 26px;
  padding-bottom: 20px;
}
.toggler {
  position: relative;
  width: 100%;
  display: block;
}
.toggler .section-header-toggle {
  position: relative;
  width: 100%;
}
.toggler .section-header-toggle h3 {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 30px;
  font-size: 20px;
  cursor: pointer;
  line-height: 30px;
  color: #26ace3;
  margin-bottom: 10px;
}
.toggler .section-header-toggle h3:before {
  content: "\f107";
  position: absolute;
  left: 0px;
  transform: rotateX(0deg);
  transition: 0.3s all;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.toggler .toggler-content {
  display: none;
}
.toggler.open .section-header-toggle h3:before {
  transform: rotateX(180deg);
}
.zalozeni-boxy a {
  height: 100%;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.zalozeni-boxy .box {
  height: auto !important;
  padding: 15px !important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-height: calc(100% - 30px);
  margin-bottom: 0px;
}
.zalozeni-boxy .box .icon {
  float: left !important;
  width: 100%;
  text-align: center;
}
.zalozeni-boxy .box p {
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 0;
  line-height: 22px;
  text-align: justify;
}
.box-blog .content {
  padding: 30px 30px 10px 30px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #f2f5f8;
  transition: 0.4s;
  margin-top: 35px;
  position: relative;
}
.box-blog .content:before {
  content: "";
  position: absolute;
  left: 13.5px;
  z-index: 1;
  top: 13.5px;
  bottom: 13.5px;
  right: 13.5px;
  border: 3px solid white;
}
.box-blog .content ul li:before {
  content: "";
  left: 2px;
  height: 3px;
  top: 11px;
  width: 10px;
  position: absolute;
  background: #26ace3;
}
.box-blog .content * {
  position: relative;
  z-index: 2;
}

.box-blog .content .section-header {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.box-blog .content .section-header h2 {
  padding-top: 30px;
  margin-bottom: 0px !important;
}

.box-blog .content .section-header .img-blog-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.box-blog .content .section-header .img-blog-wrapper img {
  position: absolute;
  width: 100% !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-blog .content p {
  margin: 0 0 20px 0;
}

.box-blog .content ul {
    list-style: none;
    padding: 0;
}

.box-blog .content ul li {
    padding-bottom: 10px;
    position:relative;
    padding-left:25px;
}

.box-blog .content ul li i {
  position:absolute;
  left:0px;
  top:-3px;
}

@media (max-width: 768px) {
  .box-blog .content {
    padding: 15px 15px 0px 15px;
  }
}
.blog-contact {
  background: #f2f5f8;
  border-top: 1px dashed #26ace3;
  border-bottom: 1px dashed #26ace3;
}
.form-select {
  border-radius: 0px;
}
.boxik {
  margin-top: 10px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 60px;
  float: left;
  width: 100%;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .boxik {
    padding: 0px 0px 0px 0px;
  }
}
.boxik .img-wrap {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
  float: left;
  margin-bottom: 30px;
}
.boxik .img-wrap img {
  float: left;
  position: relative;
  z-index: 5;
  width: 100%;
}
.boxik .img-wrap .owerlay {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s all ease-out;
}
.boxik .img-wrap .owerlay a + a {
  margin-top: 40px;
}
.boxik .img-wrap:hover .owerlay {
  z-index: 10;
  cursor: auto;
  opacity: 1;
}
.boxik .section-header {
  float: left;
  width: 100%;
}
.boxik .section-header h3 {
  text-align: center;
  margin-top: 0px !important;
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: 400;
}
.boxik .section-header h3:before {
  left: 50%;
  display: none;
  transform: translateX(-50%);
}
.boxik span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 20px;
}
.boxik p {
  text-align: center;
  margin-bottom: 0px;
}
.boxik p + p {
  margin-top: 30px;
}
#footer {
  border-top: 3px solid #26ace3;
}
.footer-top-pad {
  margin-bottom: 40px;
}
.footer-top-info {
  padding: 25px 0px 0px 0px;
}
.footer-top-info .section-header {
  margin-bottom: 0px;
}
.footer-top-info .section-header h2 {
  line-height: 22px;
  min-height: 44px;
  padding-bottom: 0px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-top-info .section-header h2:before {
  content: none;
}
.footer-top-info .contacts {
  display: block;
  float: left;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 15px;
  position: relative;
}
.footer-top-info .contacts h3 {
  font-size: 16px;
  line-height: 22px;
  color: #26ace3;
  float: left;
  width: auto;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 0px;
}
.footer-top-info .contacts a {
  color: #000;
  float: left;
  width: auto;
  font-size: 16px;
  transition: 0.3s all;
  line-height: 22px;
  margin-bottom: 0px;
}
.footer-top-info .contacts a:hover {
  color: #26ace3;
}
.footer-top-info .container:after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background: #26ace3;
}
.footer-top-info ul {
  list-style: none;
  margin: 0px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0px;
  margin-bottom: 40px;
}
.footer-top-info ul li {
  margin: 0px !important;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: block;
  padding: 0px 0px 0px 20px !important;
}
.footer-top-info ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #26ace3;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  top: 8px;
}
.footer-top-info ul li a {
  color: #000;
  font-size: 16px;
  transition: 0.3s all;
  line-height: 22px;
}
.footer-top-info ul li a:hover {
  color: #26ace3;
}
.footer-top-info ul li + li {
  margin-top: 10px !important;
}
.iconlink {
  display: block;
  text-align: center;
  position: relative;
}
.iconlink i {
  font-size: 30px;
  display: block;
}
.iconlink p {
  transition: 0.3s all;
  display: block;
  color: #000;
}
.iconlink:hover p {
  color: #26ace3;
}
.iconlink + .iconlink {
  margin-top: 15px;
}
.btn-primary {
  border: none;
  border-radius: 0px;
  cursor: pointer;
  background: #26ace3;
  border-color: #26ace3;
  color: #ffffff;
}
.btn-primary:hover {
  background: #229acc;
  border-color: #229acc;
  color: #ffffff;
}

.btn-outline-primary {
  color: #26ace3;
  border-color: #26ace3;
  background-color: transparent;
  border-radius: 0px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #26ace3;
  border-color: #26ace3;
  color: #ffffff;
}

/* Bílá tlačítka pro mobilní verzi */
.btn-white-mobile {
  background-color: #ffffff;
  color: #26ace3;
  border: 1px solid #26ace3;
}

.btn-white-mobile:hover,
.btn-white-mobile:focus,
.btn-white-mobile:active {
  background-color: #26ace3;
  color: #ffffff;
  border-color: #26ace3;
}

/* Rozložení kroků procesu apostilizace */
@media (min-width: 768px) {
  .apostila-steps-row {
    display: flex;
    justify-content: space-between;
  }
  .apostila-steps-row > .col-md {
    flex: 1 1 0;
    min-width: 0;
  }
}

.map-small {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 156px;
}
.contact-map {
  float: left;
  width: 100%;
  height: 450px;
}
.with-prouzek {
  position: relative;
}
.with-prouzek .doporucujeme {
  overflow: hidden;
  top: 0px;
  left: 12px;
  height: 100%;
  right: 0px;
  position: absolute;
}
.with-prouzek .doporucujeme:after {
  content: "doporučujeme";
  left: -58px;
  position: absolute;
  background: #14799c;
  color: white;
  padding: 8px 50px;
  text-transform: uppercase;
  line-height: 20px;
  transform-origin: center center;
  transform: rotate(-45deg);
  font-size: 14px;
  top: 30px;
  z-index: 5;
}
.opening-hours {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  max-width: 100%;
}
.opening-hours p {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  color: #444;
  font-weight: 400;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 40px;
}
.socials {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}
.socials a {
  transition: 0.3s all;
  font-size: 36px;
}
.socials a.fb {
  color: #1877f2;
}
.socials a.tw {
  color: #1da1f2;
}
.socials a.lin {
  color: #0a66c2;
}
.socials a.inst {
  color: #c32aa3;
}
.socials a:hover {
  transform: translateY(-10px);
}
.card-deck {
  margin-bottom: 30px !important;
}
.card-deck .card {
  border-radius: 0px !important;
  border: none;
  padding: 0px 0px 20px 0px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}
.card-deck .card:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.card-deck .card .card-body .card-title {
  color: #26ace3;
  font-weight: bold;
}
.card-deck .card .card-header {
  border-bottom: none;
  border-radius: 0px !important;
  color: white;
  background: #26ace3;
  text-transform: uppercase;
}
.card-deck .card .liColor li:nth-child(odd) {
  background: #f2f5f8;
}
.card-deck .card .card-footer {
  border-top: none;
  background: white;
}
.card-deck .card .card-footer .btn {
  border: none;
  border-radius: 0px;
  background: #26ace3;
}
.card-deck .card .card-footer .btn:hover {
  background: #229acc;
}
.card-deck .card.preselected .card-body .card-title {
  color: #28a745;
}
.flip-container {
  perspective: 1000px;
}
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.flip-container .box,
.front .box,
.back .box {
  cursor: pointer;
  padding: 15px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.flip-container .box .icon,
.front .box .icon,
.back .box .icon {
  width: 100%;
  text-align: center;
  float: none;
  display: block;
}
.flip-container .box h3,
.front .box h3,
.back .box h3 {
  margin-left: 0px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: 0.3s all;
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
.flip-container .box p,
.front .box p,
.back .box p {
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: justify;
}
.flip-container .box:hover,
.front .box:hover,
.back .box:hover {
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.flip-container .box:hover h3,
.front .box:hover h3,
.back .box:hover h3 {
  color: #26ace3;
}
.flipper {
  transition: 0.6s;
  padding-top: 100%;
  transform-style: preserve-3d;
  position: relative;
  margin-bottom: 40px;
}
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.front {
  z-index: 2;
  transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
}
.map-inner {
  float: left;
  width: 100%;
}
.map-inner.bigger {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
}
.map-inner .map-inner-foto {
  background-size: cover !important;
  float: left;
  width: 150px;
}
.map-inner .map-inner-content {
  float: left;
  width: calc(100% - 150px);
  padding-left: 15px;
}
.map-inner h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #26ace3 !important;
  padding: 0px;
  margin-top: 0px;
  font-size: 1.5em;
}
.map-inner h2 a {
  text-transform: uppercase;
  font-weight: bold;
  color: #26ace3 !important;
  padding: 0px;
  text-decoration: none;
  margin-top: 0px;
}
.map-inner h2 a:hover {
  color: #8ed5f0 !important;
  text-decoration: none;
}
.map-inner h3 {
  text-transform: uppercase;
  margin-top: -10px !important;
  padding: 0px;
  font-size: 1.2em;
  font-weight: bold;
}
.map-inner .cena {
  padding: 0px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 7px!important;
  margin-bottom: 0px;
  line-height: 24px;
  float: left;
}
.map-inner .btn {
  float: right;
}
.gm-style .gm-style-iw-c {
  border-radius: 0px !important;
}
#mobile-nav .mobile-nav-toggle {
  position: absolute;
  top: 27px;
  right: 11px;
}
#header {
  position: relative;
  text-align: center;
}

/*menu fix*/

#header > .container {
  height: 100%;
  margin: auto;
  position: relative;
  /*display: inline-block;*/
  text-align: left;
  display: flex;
}

.header-content {
  width: 100%;
  display: flex;
}

@media (min-width: 1201px) {
  .has-bigger-menu {
    position: static !important;
  }
  .has-bigger-menu > a {
    position: relative;
  }
  .has-bigger-menu-two {
    position: static !important;
  }
  .has-bigger-menu-two > a {
    position: relative;
  }
  .bigger-menu-smaller {
    width: 100%;
    padding: 30px 20px!important;
    box-shadow: 0px 20px 30px rgba(127, 137, 161, 0.25) !important;
    left: 0px;
  }
  .bigger-menu-smaller:before {
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: calc(20% - 20px);
    background: #26ace3;
    position: absolute;
    z-index: 5;
  }
  .bigger-menu-smaller > li {
    width: 20%;
    vertical-align: top;
    float: left;
    display: inline-block;
    position: static;
  }
  .bigger-menu-smaller > li li {
    position: static;
  }
  .bigger-menu-smaller > li:first-of-type {
    width: 20%;
    padding-right: 50px;
    min-height: 50px;
  }
  .bigger-menu-smaller > li:first-of-type h2 {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    width: 15.4%;
    text-align: center;
    color: white !important;
    font-size: 1.5em;
    white-space: normal;
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .bigger-menu-smaller > li:first-of-type p {
    float: left;
    width: 15.4%;
    text-align: center;
    white-space: normal;
    color: white;
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
  }
  .bigger-menu-smaller > li:first-of-type p a {
    font-size: 120%;
    color: white;
  }
  .bigger-menu-smaller > li:first-of-type p a:hover {
    text-decoration: underline;
  }
  .bigger-menu-smaller > li ul {
    display: block !important;
    height: auto !important;
    background: transparent;
    position: static;
    padding: 0px;
    opacity: 1 !important;
    left: 0px;
    width: 100%;
    float: left;
    box-shadow: none;
  }
  .bigger-menu-smaller > li ul li {
    display: block;
    width: 100%;
    float: left;
    min-height: 56px;
    position: static;
  }
  .bigger-menu-smaller > li ul li li {
    position: static;
  }
  .bigger-menu-smaller > li ul li > a {
    padding-left: 0px;
    text-align: left;
    transition: 0.3s all;
    line-height: 20px;
    position: relative;
    white-space: normal;
    padding: 8px 0px 8px 36px;
  }
  .bigger-menu-smaller > li ul li > a i {
    position: absolute;
    left: 5px;
    top: 8px;
    display: block;
    color: #34b1e4;
    font-size: 20px;
    margin: auto;
    transition: 0.3s all !important;
    margin-bottom: 0px;
    text-align: center;
  }
  .bigger-menu-smaller > li ul li > a:hover i {
    transform: rotate(45deg);
    transform-origin: center center;
  }
  .bigger-menu-smaller > li ul li + li {
    margin-top: 10px;
  }
  .bigger-menu {
    width: 100%;
    padding: 10px!important;
    box-shadow: 0px 20px 30px rgba(127, 137, 161, 0.25) !important;
    left: 0px;
  }
  .bigger-menu li {
    width: 33.33333%;
    vertical-align: top;
    float: left;
    display: inline-block;
  }
  .bigger-menu li ul {
    display: block !important;
    height: auto !important;
    position: relative;
    padding: 0px;
    opacity: 1 !important;
    left: 0px;
    width: 100%;
    float: left;
    box-shadow: none;
  }
  .bigger-menu li ul li {
    display: block;
    width: 100%;
    float: left;
  }
  .bigger-menu li ul li.odsazeni-top {
    margin-top: 18px;
  }
  .bigger-menu li ul li a {
    padding-left: 0px;
    padding: 8px 10px;
  }
  .bigger-menu li ul li h2 {
    color: #333 !important;
    text-transform: uppercase;
    background: #f2f5f8;
    font-weight: 700;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    line-height: 22px;
    min-height: 38px;
    padding-bottom: 0px;
    font-size: 18px;
    padding: 8px 10px;
  }
  .bigger-menu li ul li h2.pded {
    width: calc(100% - 15px);
  }
  .bigger-menu li ul li .placeholder {
    float: left;
    background: #f2f5f8;
    width: calc(100% - 15px);
    min-height: 38px;
    opacity: 1;
  }
}
@media (min-width: 1201px) and (max-width: 1200px) {
  .bigger-menu li ul li .placeholder {
    display: none;
  }
}
@media (max-width: 1200px) {
  nav .placeholder {
    display: none;
  }
}
p.witiconp {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
p.witiconp i {
  position: absolute;
  color: #26ace3 !important;
  left: 0px;
  top: 5px;
}
p.witiconp + h5 {
  margin-top: 30px;
}
.box-content {
  float: left;
  width: 100%;
  min-height: 250px;
  border-radius: 0px !important;
  border: none;
  padding: 20px 20px 20px 20px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  background: #f2f5f8;
  border-top: 1px dashed #26ace3;
  border-bottom: 1px dashed #26ace3;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 10;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
/* top left*/
.ribbon-top-left {
  top: -10px;
  left: 2px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}
/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
.tmavsi-box {
  background: #f2f5f8 !important;
}
.services .box-hp-centered {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  min-height: 104px;
  padding: 20px 40px;
  position: relative;
}
.services .box-hp-centered h3 {
  margin-bottom: 0px;
  padding-left: 64px;
  float: left;
  width: 100%;
}
.services .box-hp-centered .icon {
  position: absolute;
  left: 30px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  margin: auto;
  width: 64px;
  height: 64px;
}
.services .box-hp-centered.shorter h3 {
  margin-left: 0px;
  padding-left: 90px;
}
.buttonobal {
  margin-top: -30px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
  text-align: center;
}
.buttonobal.shorter {
  margin-bottom: -10px;
}
.odsazeni-btn-top {
  margin-top: 30px;
}
.section-header.section-odsadit {
  margin-top: 40px;
}
.articlebox {
  margin-bottom: 0px;
  height: 100%;
  padding-bottom: 50px !important;
  position: relative;
}
.articlebox .nicebtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
ul li::marker {
  color: #26ace3;
}
/*# sourceMappingURL=style3.css.map */

/* Partners section */
.partners .partners-divider{
width: 72px;
height: 3px;
background: #e9ecef;
border-radius: 999px;
}

.partners .partner-card{
border: 1px solid rgba(0,0,0,.06);
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
box-shadow: 0 4px 14px rgba(0,0,0,.04);
}

.partners .partner-card:hover{
transform: translateY(-4px);
box-shadow: 0 10px 24px rgba(0,0,0,.08);
border-color: rgba(0,0,0,.08);
}

.partners .partner-card .card-body{
padding: 1.5rem 1rem;
}

/* jednotné pole pro loga */
.partners .partner-logo-wrap{
width: 100%;
height: 72px;                  /* sjednocená výška log */
display: flex;
align-items: center;
justify-content: center;
}

@media (min-width: 992px){
.partners .partner-logo-wrap{ height: 84px; }
}

.partners .partner-logo{
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: filter .2s ease, transform .2s ease;
}

.partners .partner-card:hover .partner-logo{
filter: grayscale(0%);
transform: translateY(-1px);
}

/* drobnosti */
.partners h2,
.partners h3{
color: #212529;
}

.partners a{
text-decoration: none;
}

/* Blog - Kategorie a meta informace */
.blog-article-meta {
    margin-top: 40px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.blog-article-meta > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.blog-article-meta a {
    display: inline-flex;
    align-items: center;
    background: #26ace3;
    color: white;
    padding: 6px 14px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

.blog-article-meta a:hover {
    background: #1a8ab8;
}

.blog-article-meta a i {
    margin-right: 6px;
}

.blog-article-meta span {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 13px;
}

.blog-article-meta span i {
    margin-right: 6px;
    color: #26ace3;
}

.box-blog {
    margin-top: 5px;
}

/* Blog detail - zmenšení mezery u row v box-blog (pouze pro detail článku) */
section#services.box-blog .row,
section#services .box-blog .row,
section#services .box-blog .container .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

section#services .box-blog .row:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0;
}

section#services .box-blog .container {
    margin-top: 0;
    margin-bottom: 0;
}

section#services .box-blog .container:first-child {
    margin-top: 0 !important;
}

/* Blog - Kategorie badge na obrázku */
.blog-category-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #26ace3;
    padding: 5px 12px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    text-decoration: none;
    display: inline-block;
}

.blog-category-badge i {
    margin-right: 4px;
}

/* Blog - Čas čtení badge */
.blog-reading-time-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(38, 172, 227, 0.95);
    color: white;
    padding: 5px 12px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.blog-reading-time-badge i {
    margin-right: 4px;
}

/* Blog - Kategorie a čas čtení pro články bez obrázku */
.blog-meta-no-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.blog-category-badge-no-image {
    display: inline-block;
    background: #ffffff;
    color: #26ace3;
    border: 1px solid #26ace3;
    padding: 5px 12px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.blog-category-badge-no-image i {
    margin-right: 4px;
}

.blog-reading-time-badge-no-image {
    display: inline-block;
    background: #26ace3;
    color: white;
    padding: 5px 12px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
}

.blog-reading-time-badge-no-image i {
    margin-right: 4px;
}

/* Blog - Obrázek wrapper */
.blog-image-wrapper {
    overflow: hidden;
    height: 190px !important;
    position: relative;
}

/* Blog - Aktivní filtr kategorie */
.blog-category-filter-info {
    margin-bottom: 15px;
}

.blog-active-category {
    padding: 12px 15px;
    background: #f8f9fa;
    border-left: 3px solid #26ace3;
    border-radius: 0px;
    font-size: 14px;
    color: #495057;
    line-height: 1.6;
}

.blog-active-category-header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}

.blog-active-category-label {
    color: #6c757d;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
}

.blog-active-category-label i {
    margin-right: 5px;
    color: #26ace3;
}

.blog-active-category-name {
    color: #26ace3;
    font-weight: 600;
    white-space: nowrap;
    margin-right: auto;
    display: inline-block;
}

.blog-active-category-remove {
    color: #26ace3;
    text-decoration: none;
    font-size: 13px;
    padding: 4px 8px;
    border: 1px solid #26ace3;
    border-radius: 0px;
    transition: all 0.3s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 15px;
}

.blog-active-category-remove:hover {
    background: #26ace3;
    color: white;
    text-decoration: none;
}

.blog-active-category-remove i {
    margin-right: 4px;
}

.blog-active-category-description {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #dee2e6;
}

.blog-active-category-description p {
    margin: 0 0 8px 0;
}

.blog-active-category-description p:last-child {
    margin-bottom: 0;
}

.blog-active-category-description a {
    color: #26ace3;
    text-decoration: underline;
}

.blog-active-category-description a:hover {
    color: #1a8fc7;
    text-decoration: none;
}

.blog-active-category-description strong,
.blog-active-category-description b {
    font-weight: 600;
    color: #495057;
}

.blog-active-category-description em,
.blog-active-category-description i {
    font-style: italic;
}

@media (max-width: 768px) {
    .blog-active-category {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .blog-active-category-description {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        white-space: normal;
    }
    
    .blog-active-category-remove {
        margin-left: 0;
    }
}

/* Blog - Badge pro koncept v meta informacích */
.blog-draft-badge {
    display: inline-flex;
    align-items: center;
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: 4px 10px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.blog-draft-badge i {
    margin-right: 5px;
    color: #ffc107;
    font-size: 13px;
}

/* Tabulka */
.apostila-price-table {
  min-width: 825px;
}

/*========================================
  Holiday Notice Banner Styles
/* ========================================
   OVĚŘENÍ NÁZVU FIRMY - CSS STYLY
   ======================================== */

/* Box bez hover efektu */
.box-no-hover {
  padding: 30px;
  margin-bottom: 30px;
}

.box-no-hover:hover {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
}

/* Reset margin-left pro box v sekci ověření názvu */
section.services:has(.box-no-hover) .box-no-hover p {
  margin-left: 0 !important;
}

/* Fallback pro prohlížeče bez podpory :has() */
.box-no-hover p {
  margin-left: 0 !important;
}

/* Alert info styl pro formulář */
.name-check-alert-info {
  background-color: #e7f3ff;
  border: 1px solid #b3d9ff;
  color: #004085;
  border-radius: 0px;
  margin-bottom: 25px;
}

/* Label pro název firmy */
.name-check-label {
  font-weight: 700;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  display: block;
}

.name-check-label .required {
  color: #26ace3;
}

.name-check-label small {
  font-weight: 400;
  font-size: 13px;
}

/* Input pole */
.name-check-input {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: none;
  height: 52px;
}

/* Label spacer pro tlačítko */
.name-check-label-spacer {
  display: block;
  height: 34px;
}

/* Tlačítko pro kontrolu */
.name-check-btn {
  margin: 0;
  padding: 15px 30px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.name-check-btn .fa-search {
  margin-right: 8px;
}

/* Tip text */
.name-check-tip {
  font-size: 14px;
  margin-top: -10px;
}

/* Ikona s opacity */
.name-check-icon {
  color: #26ace3;
  opacity: 0.3;
}

/* Sekce s šedivým pozadím */
.services-bg-light {
  background: #f9f9f9;
}

/* Alert styly pro formulář výsledky */
#nameCheckForm .alert {
  border-radius: 0px;
  padding: 20px;
}

#nameCheckForm .alert h5,
#nameCheckForm .alert p {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

#nameCheckForm .alert-success {
  background-color: #d4edda;
  border-color: #26ace3;
  color: #155724;
}

#nameCheckForm .alert-danger {
  background-color: #f8d7da;
  border-color: #dc3545;
  color: #721c24;
}

#nameCheckForm .alert-warning {
  background-color: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}

/* Tabulka výsledků */
#nameCheckForm .table {
  border-radius: 0px;
  margin-top: 15px;
}

#nameCheckForm .table thead {
  background-color: #26ace3;
  color: white;
}

#nameCheckForm .table thead th {
  border: none;
  padding: 15px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

#nameCheckForm .table tbody tr {
  transition: 0.3s;
}

#nameCheckForm .table tbody tr:hover {
  background-color: #f8f9fa;
}

#nameCheckForm .table tbody td {
  padding: 12px 10px;
  vertical-align: middle;
}

#nameCheckForm .badge {
  border-radius: 0px;
  padding: 6px 12px;
  font-weight: 700;
}

#nameCheckForm .card {
  border-radius: 0px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  border: none;
}

#nameCheckForm .card-header {
  background-color: #fff3cd;
  border: none;
  border-radius: 0px;
  padding: 15px 20px;
}

/* Text align left */
.name-check-text-left {
  text-align: left;
}

/* Margin bottom pro ikonu */
.name-check-icon-mb {
  margin-bottom: 30px;
}


/* Kroky - Bootstrap flexbox styling */
.name-check-step-item {
  background-color: #cfe2f3;
  color: #000000;
  transition: all 0.3s ease;
  cursor: default;
}

.name-check-step-item:hover {
  background-color: #b8d4f0;
  transform: translateX(5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.name-check-step-icon {
  width: 80px;
  font-size: 32px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.name-check-step-item:hover .name-check-step-icon {
  transform: scale(1.1);
}

/* JavaScript generované výsledky - alert styly */
.name-check-result-alert {
  margin-bottom: 20px;
}

.name-check-result-alert h5 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.name-check-result-alert-danger h5 {
  color: #721c24;
}

.name-check-result-alert-danger.name-check-result-alert h5 {
  color: #721c24;
}

.name-check-result-alert-success {
  margin-bottom: 0;
  padding: 20px;
}

.name-check-result-alert-success h5 {
  color: #155724;
  margin-left: 0;
  padding-left: 0;
}

.name-check-result-alert p {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.name-check-result-alert-success p {
  font-size: 16px;
}

.name-check-result-alert-success p.name-check-result-info {
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.8;
}

/* Tabulka výsledků - JavaScript generované */
.name-check-result-table th {
  white-space: nowrap;
}

.name-check-result-table .col-shoda {
  width: 12%;
}

.name-check-result-table .col-nazev {
  width: 75%;
}

.name-check-result-table .col-ico {
  width: 22%;
}

.name-check-result-table .col-stav {
  width: 16%;
}

.name-check-result-table td {
  white-space: nowrap;
}

.name-check-result-table .col-nazev {
  word-wrap: break-word;
}

.name-check-result-table .text-left {
  text-align: left;
}

.name-check-result-table .text-center {
  text-align: center;
}

.name-check-result-link {
  color: #26ace3;
  text-decoration: none;
  transition: 0.3s;
}

.name-check-result-link:hover {
  color: #8ed5f0;
}

.name-check-result-link-icon {
  font-size: 1rem;
}

.name-check-result-badge {
  font-size: 0.95rem;
  padding: 8px 12px;
}

.name-check-result-debug {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}

/* FAQ stránky
--------------------------------*/
html {
  scroll-behavior: smooth;
}

/* FAQ boxy - menší ikona a centrovaný layout */
.services .box.faq-box .icon {
  font-size: 32px !important;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  margin: 0 auto 20px auto !important;
}

.services .box.faq-box .title {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.services .box.faq-box .title a {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.services .box.faq-box .title a:hover {
  color: #26ace3;
}

.services .box.faq-box .description {
  text-align: center;
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin: 0 !important;
  padding: 0 !important;
  flex-grow: 0;
}

/* Tlačítko zobrazit odpověď */
.faq-read-more {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  text-align: center;
}

.faq-read-more .nicebtn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  margin: 0 !important;
}

/* Stejná výška FAQ boxů */
.services .box.faq-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 25px 20px !important;
}

.services .box.faq-box > * {
  flex-shrink: 0;
}

/* FAQ prázdné výsledky */
.faq-no-results {
  text-align: center;
  padding: 40px;
  background-color: #e7f3ff;
  border: 1px solid #b3d9ff;
  color: #004085;
  border-radius: 0;
  margin-bottom: 40px;
}

.faq-no-results i {
  font-size: 48px;
  margin-bottom: 20px;
  color: #26ace3;
}

.faq-no-results h4 {
  margin-bottom: 15px;
  font-weight: 700;
}

.faq-no-results p {
  margin-bottom: 0;
  font-size: 16px;
}

.faq-no-results .btn {
  padding: 12px 30px;
}

/* FAQ detail box */
.faq-detail-box {
  background: #f8f9fa;
  border-left: 4px solid #26ace3;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  transition: none !important;
}

.faq-detail-box h1 {
  color: #26ace3;
  font-size: 32px;
  margin-left: 0 !important;
}

/* FAQ kategorie navigace (detail stránka) */
.faq-categories-section {
  background: #f8f9fa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq-category-item {
  min-height: 100px;
  height: 100%;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-category-item:hover {
  background: #e7f3ff !important;
  border-color: #26ace3 !important;
  box-shadow: 0 4px 12px rgba(38, 172, 227, 0.15) !important;
}

.faq-category-item:hover h4 {
  color: #26ace3 !important;
}

.faq-category-item:hover .fa-chevron-right {
  transform: translateX(3px);
}

.faq-category-item.active {
  background: #e7f3ff;
  border-color: #26ace3;
  box-shadow: 0 4px 15px rgba(38, 172, 227, 0.25) !important;
}

.faq-category-icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.faq-category-icon i {
  color: #26ace3;
  font-size: 32px;
}

.faq-category-info {
  flex-grow: 1;
  text-align: left;
}

.faq-category-info h4 {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.faq-category-info small {
  color: #999;
  font-size: 13px;
}

.faq-category-arrow {
  flex-shrink: 0;
  margin-left: 10px;
}

.faq-category-arrow i {
  color: #26ace3;
  font-size: 16px;
  transition: transform 0.3s ease;
}

/* FAQ kotvy - offset pro fixní header */
[id^="sekce-"] {
  scroll-margin-top: 110px;
}

/* FAQ rozcestník */
.services .box.faq-rozcestnik {
  padding: 20px 15px 15px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services .box.faq-rozcestnik .icon {
  float: none;
  text-align: center;
  padding-bottom: 10px;
}

.services .box.faq-rozcestnik .icon i {
  font-size: 36px;
}

.services .box.faq-rozcestnik h3 {
  font-size: 15px;
  margin-left: 0;
  margin-bottom: 5px;
  text-align: center;
}

.services .box.faq-rozcestnik .faq-count {
  font-size: 13px;
  color: #999;
  margin-left: 0;
  margin-bottom: 0;
}

/* FAQ responzivita */
@media (max-width: 768px) {
  .faq-detail-box {
    padding: 25px 20px !important;
  }

  .faq-detail-box h1 {
    font-size: 22px !important;
  }
}