/*@import url("http://localhost/poradci-pojisteni.cz/css/main.css");*/

/*
.section-home {
height: 526px;
background: url("/obrazek/3/onas-jpg/") no-repeat right bottom !important;
background-size: contain !important;
}
*/

@charset "UTF-8";
/* Colors
====================================================================== */
/* Fonts
====================================================================== */
/* Font sizes
====================================================================== */
/* Custom properties
====================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
:root {
  --primary: #2e70b8;
  --secondary: #ffcc33;
}

/* Prevent overflow-x
====================================================================== */
body {
  overflow-x: hidden;
  background-color: #fff;
}

/* Keep footer always at the bottom
====================================================================== */
@supports not (-ms-high-contrast: none) {
  /* Non-IE styles here */
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
  body > .container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* krome tohoto zakladniho paddingu se meni padding dynamicky
    pomoci js, aby se prizpusobil podle toho, jestli je nebo
    neni v headeru "top ribbon" (vyhledavani, cena zbozi v kosiku) */
    /* Pozn.: duvod dynamickeho reseni pomoci js je, aby nevznikalo skakani
    zpusobene zmenou position relative na position fixed u headeru */
  }
}

/* Disable zooming animations
====================================================================== */
.thumbnail:hover,
.image-slider.slick-slider a img:hover,
#list-rubrics li .media-body:hover,
#list-downloads li .inside:hover {
  -webkit-transform: none;
  transform: none;
}

/* Remove underline from headers
====================================================================== */
h1::after,
.h1::after,
#random-image h3::after,
#panel-products h3.panel-title::after,
#separator h3.panel-title::after,
#second h3.panel-title::after,
#blog h3.panel-title::after {
  display: none;
}

/* Preview mode fixes
====================================================================== */
#own-motive .preview-mode-buttons.inside {
  -webkit-transform: translateY(105px);
  transform: translateY(105px);
}

@media (max-width: 991px) {
  #navbar .preview-mode-buttons {
    -webkit-transform: none;
    transform: none;
  }
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #242424;
  line-height: 1.7;
}

::-moz-selection {
  background: #2e70b8;
  color: #fff;
}

::selection {
  background: #2e70b8;
  color: #fff;
}

a:hover {
  color: #2e70b8;
}

/* Headers
==================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

.h1, .h2, .h3, h1, h2, h3, .panel-title, h4 {
  font-family: "Montserrat", sans-serif;
  margin-top: 1em;
  margin-bottom: .5em;
  color: #3e3e3e;
  letter-spacing: .035em;
  font-weight: 600;
}

.h1 a, .h2 a, .h3 a, h1 a, h2 a, h3 a, .panel-title a, h4 a {
  font-weight: 600;
}

h1,
#mainContent h1 {
  font-size: 4rem;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  h1,
  #mainContent h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .category-detail h1,
  .product-detail h1,
  #eshop h1 {
    font-size: 2rem;
  }
}

.subtitle {
  font-size: clamp(1.6rem, calc(.4rem + 2vw), 2rem);
}

h2 {
  font-size: 3rem;
}

.item-photogallery .thumbnail .caption h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

.navbar-default {
  font-family: "Montserrat", sans-serif;
}

dt {
  font-weight: 600;
}

a {
  font-weight: 500;
  -webkit-transition: none;
  transition: none;
}

blockquote {
  font-size: initial;
  background: #fafafa;
  padding: clamp(1.5rem, calc(.5rem + 4vw), 3rem);
}

/* Links
====================================================================== */
a,
.btn-link,
.btn-link:hover {
  color: #2e70b8;
}

main a {
  text-decoration: underline;
}

a:hover {
  color: #2964a4;
  text-decoration: none;
}

a:focus,
.btn-link:focus {
  color: #24578f;
  text-decoration: none;
}

/* Topbar
====================================================================== */
#top-ribbon .btn.btn-danger:hover {
  color: #2e70b8;
}

#basket .label {
  background-color: #2e70b8;
}

/* Navigation
====================================================================== */
.navbar-default, #index .navbar-default.f-nav, .f-nav,
#index .navbar:not(.f-nav) .navbar-nav > .active > a:after,
#index .navbar:not(.f-nav) .navbar-nav > li > a:hover:after {
  background: #2e70b8;
}

.nav-pills > li.active > a,
.nav-tabs > li.active > a {
  background: #2e70b8;
  border-color: #2e70b8;
}

/* Headings
====================================================================== */
h1::after, .h1::after,
#random-image h3::after,
#panel-products h3.panel-title::after,
#separator h3.panel-title::after,
#second h3.panel-title::after,
#blog h3.panel-title::after,
#list-comments > .media .media-heading {
  background: #2e70b8;
}

/* Buttons
====================================================================== */
.btn-primary, .goin,
#panel-news .more a,
.btn-primary:hover {
  background: #ffcc33;
  border-color: #ffcc33;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
  background: #ffbf00;
  border-color: #ffbf00;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#panel-news .more a:hover {
  background-color: #ffcc33;
}

#panel-news .more a:focus {
  background-color: #ffbf00;
}

.goin:hover {
  background-color: #ffcc33;
}

.goin:focus, .goin:hover:focus {
  background-color: #ffbf00;
}

.item-eshop-product .thumbnail .caption .more .btn:focus,
.item-eshop-product .thumbnail .caption .more .btn:hover:focus {
  color: #fff;
  background-color: #ffbf00;
  border-color: transparent;
  outline: none;
}

.nav-tabs > li > a {
  background: transparent;
  border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  border-color: transparent;
  background: transparent;
  color: #ffcc33;
}

/* Pagination
====================================================================== */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #2e70b8;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #24578f;
}

/* Images
====================================================================== */
.image-slider.slick-slider a img:hover,
.item-photogallery .thumbnail:hover,
.item-eshop-category .thumbnail:hover,
a.thumbnail:hover {
  border-color: #2e70b8;
}

/* Lists
====================================================================== */
#list-downloads li .inside:hover {
  border-color: #2e70b8;
}

/* Forms
====================================================================== */
.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 112, 184, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 112, 184, 0.6);
  border-color: #2e70b8;
}

/* Sections
====================================================================== */
#second {
  background-color: #2e70b8;
  background: -webkit-gradient(linear, left top, right top, from(#24578f), to(#488ad1));
  background: linear-gradient(to right, #24578f, #488ad1);
}

/* Cookies
====================================================================== */
.cc_container {
  background-color: #1b1918 !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #2e70b8 !important;
}

.cc_container a,
.cc_container a:visited {
  color: #2e70b8 !important;
}

/* Footer
====================================================================== */
.copy a:hover {
  color: #2e70b8;
}

footer a:hover {
  color: #2e70b8;
}

/* Header - motive
====================================================================== */
#motive .container,
#index #motive .container {
  height: 100%;
  margin-top: 0;
}

#motive {
  position: relative;
  width: 100%;
  height: 420px;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#motive:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

#index #motive {
  max-height: 580px;
}

@media (max-width: 1199px) {
  #motive {
    height: 380px;
  }
}

@media (max-width: 991px) {
  #motive {
    height: 300px;
  }
}

@media (max-width: 767px) {
  #motive {
    height: 240px;
  }
}

/* Header - motto
====================================================================== */
#motto {
  padding: 0 15px;
  z-index: 1;
}

#motto #motto-title {
  font-family: "Montserrat", sans-serif;
  color: #2e70b8;
  letter-spacing: 1rem;
}

#motto #motto-title,
#motto #motto-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

/* Footer
====================================================== */
footer > .container {
  display: none;
}

footer {
  color: #242424;
  background-color: #f0f0f0;
  padding-top: 0;
}

.footer-content {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.footer-copy {
  background-color: #fff !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

@media (max-width: 767px) {
  .footer-content {
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-content,
  .footer-copy {
    text-align: center;
  }
}

footer h3 {
  color: #242424;
  margin-top: 0;
}

footer p {
  margin-bottom: 1rem;
}

footer a {
  color: initial;
  font-weight: normal;
  border-bottom: 1px dashed;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
  }
}

.social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  color: var(--primary);
  background-color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 2.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.social-links a:hover {
  color: #fff;
  background-color: var(--primary);
}

.social-links a:focus {
  color: #fff;
  background-color: #2964a4;
}

.social-links .fa-twitter {
  padding-top: .2rem;
}

.social-links .fa-linkedin {
  padding-bottom: .125rem;
  padding-left: .125rem;
}

.social-links .fa-facebook {
  padding-top: .125rem;
  padding-right: .125rem;
}

/* Header
====================================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}

/* Navbar
====================================================== */
.navbar-default {
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  background: #fff !important;
}

#navbar {
  background: #fff;
}

@media (min-width: 992px) {
  .navbar-default {
    min-height: 110px;
  }
}

.navbar-default > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .navbar-default > .container {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .logo {
    margin-right: 0;
  }
  .navbar-default .nav {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-default .nav > li > a {
    padding: 10px 12px;
  }
}

.navbar-default .logo {
  margin-right: auto;
}

.navbar .navbar-nav > li:not(.active) > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: var(--primary) !important;
}

.navbar .navbar-nav li.open > ul li ul li a:hover,
.navbar .navbar-nav li.open > ul li ul li a:focus,
.navbar .navbar-nav li.open > ul li ul li a:active {
  color: var(--primary) !important;
}

.navbar .navbar-nav > li:not(.active) > a:hover::after,
.navbar .navbar-nav > .active > a:after,
.navbar .navbar-nav > .active > a:focus:after,
.navbar .navbar-nav > .active > a:hover:after,
.navbar .navbar-nav > .active > a:after,
.navbar .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > .open > a:after,
.navbar-default .navbar-nav > .open > a:focus:after,
.navbar-default .navbar-nav > .open > a:hover:after {
  display: none !important;
}

.navbar a {
  font-weight: normal;
}

.navbar .navbar-nav > li > a:after {
  left: 10px !important;
  width: calc(100% - 20px) !important;
  top: 80% !important;
  height: 3px !important;
  background-color: var(--primary) !important;
}

.navbar .navbar-nav > li:last-child a {
  padding-right: 15px;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > li > a:hover {
  color: #242424;
}

.logo img {
  max-height: none;
  max-width: clamp(110px, calc(50px + 10vw), 200px);
}

/* Dropdown (level 2) */
.nav .dropdown {
  position: relative;
}

.dropdown-menu.level2 {
  left: 0;
  right: auto;
  width: 22rem;
}

.dropdown-menu li ul {
  -webkit-column-count: auto;
  column-count: auto;
}

/* Menu toggler */
.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--primary);
}

/* Navbar - CTA buttons
====================================================== */
/* Telefon */
#menu-item-396749 a {
  position: relative;
  pointer-events: none;
  cursor: text;
  color: #2e70b8;
  padding-top: 2.25em;
  margin-top: 2rem;
}

#menu-item-396749 a::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 2em;
  height: 2em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%232e70b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone-call'%3E%3Cpath d='M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

@media (min-width: 992px) {
  #menu-item-396749 {
    margin-left: 1rem;
  }
  #menu-item-396749 a {
    padding-left: 2.75em;
    padding-top: 1rem;
    margin-top: 0;
  }
  #menu-item-396749 a::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* Náš tým card box */
.cardbox { 
  padding: 10px; 
  background-color: #fc3;
  border: 10px solid #fff;  
  border-radius: 2em;
}

/* Reference + Kontaktujte nas */
#menu-item-396611 a,
#menu-item-396493 a {
  border: 2px solid transparent;
  border-radius: 4rem;
  padding: .3em 1em;
  -webkit-transition: .2s;
  transition: .2s;
}

/* Reference */
#menu-item-396611 {
  margin-bottom: 1rem;
}

#menu-item-396611 a {
  background-color: #ffcc33;
}

#menu-item-396611 a:hover {
  color: #242424 !important;
  background-color: transparent;
  border: 2px solid #ffbf00;
}

@media (min-width: 992px) {
  #menu-item-396611 {
    margin-bottom: 0;
  }
}

/* Kontaktujte nas */
@media (min-width: 992px) {
  #menu-item-396493 {
    margin-left: .5rem;
  }
}

#menu-item-396493 a {
  color: #fff;
  background-color: var(--primary);
}

#menu-item-396493 a:hover {
  color: #2e70b8;
  background-color: transparent;
  border: 2px solid #2e70b8;
}

/* Navbar - submenu
====================================================================== */
.navbar .navbar-nav li.open > ul a:hover,
.navbar .navbar-nav li.open > ul a:focus,
.navbar .navbar-nav li.open > ul a:active {
  text-decoration: none;
  color: #2e70b8;
}

@media (min-width: 992px) {
  .navbar .navbar-nav li {
    position: relative;
    /* dropdown item */
    /* submenu styling */
  }
  .navbar .navbar-nav li.dropdown .caret {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
  }
  .navbar .navbar-nav li.open > ul {
    right: 0;
    width: auto;
    min-width: 22rem;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 50px -5px rgba(15, 37, 61, 0.35);
    box-shadow: 0 15px 50px -5px rgba(15, 37, 61, 0.35);
    border-radius: 3px;
  }
  .navbar .navbar-nav li.open > ul:before {
    position: absolute;
    top: -8px;
    left: 35px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
  }
  .navbar .navbar-nav li.open > ul li.container {
    width: auto;
    padding-right: 0;
  }
  .navbar .navbar-nav li.open > ul li ul li a {
    color: inherit;
  }
  .navbar .navbar-nav li.open > ul .container {
    padding-left: 0;
  }
  .navbar .navbar-nav li.open > ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar .navbar-nav li.open > ul li ul > .container {
    padding-left: 0;
  }
  .navbar .navbar-nav li.open > ul li ul li {
    padding: 0;
  }
  .navbar .navbar-nav li.open > ul li ul li a {
    text-decoration: none;
    padding: 1rem 2rem;
  }
  .navbar .navbar-nav li.open > ul li ul li a:hover,
  .navbar .navbar-nav li.open > ul li ul li a:focus,
  .navbar .navbar-nav li.open > ul li ul li a:active {
    text-decoration: none;
    background-color: #f3f7fc;
    color: #ffcc33;
  }
}

/* Navbar - mobile menu
====================================================================== */
@media (max-width: 991px) {
  #navbar {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55px;
    z-index: 1050;
    height: 100vh;
  }
  #navbar .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #navbar .navbar-nav li:not(.dropdown) {
    min-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  #index .navbar-default .navbar-collapse {
    background-color: #fff;
  }
  .dropdown.open ul.dropdown-menu {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown.open ul.dropdown-menu .container li {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .navbar .navbar-nav > li.active > a {
    color: var(--primary);
  }
}

@media (min-width: 768px) {
  #top-ribbon #search-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  #top-ribbon #search-bar form {
    width: 240px;
  }
}

/* Navbar - mobile menu animation
====================================================================== */
@media (max-width: 991px) {
  #navbar.navbar-collapse {
    display: block !important;
    left: -100%;
    width: 100%;
    height: calc(100vh - 55px) !important;
    max-height: 100vh;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  #navbar.navbar-collapse.collapsing {
    left: -50%;
    -webkit-transition: .15s ease-in;
    transition: .15s ease-in;
  }
  #navbar.navbar-collapse.in {
    left: 0;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
  }
}

/* Navbar - mobile menu icon animation
====================================================================== */
@media (max-width: 991px) {
  .navbar-default button.navbar-toggle {
    position: relative;
    height: 18px;
    width: 30px;
    margin: 0;
    border: none;
  }
  .navbar-default button.navbar-toggle::before {
    content: "MENU";
    position: absolute;
    left: -5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: .25rem;
  }
  .navbar-default button.navbar-toggle:focus, .navbar-default button.navbar-toggle:active, .navbar-default button.navbar-toggle:hover {
    background: transparent !important;
  }
  .navbar-default button.navbar-toggle .icon-bar {
    position: absolute;
    left: 0;
    border-radius: 2px;
    width: 100%;
  }
  .navbar-default button.navbar-toggle .icon-bar:nth-child(2) {
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle .icon-bar:nth-child(3) {
    top: 50%;
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle .icon-bar:nth-child(4) {
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    top: 11px;
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(-50%);
    transform: scale(0.5) translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
}

/* Navbar - logo
====================================================================== */
.navbar .logo {
  max-width: 160px;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1060;
}

@media (max-width: 767px) {
  .navbar .logo img {
    max-height: none;
  }
}

/* Navbar - contact us
====================================================================== */
#contactus {
  display: none;
}

/* Breadcrumbs
====================================================================== */
#breadcrumb {
  text-align: left;
  padding: 1rem 0;
  margin-top: .5rem;
  margin-bottom: 0;
}

/* Uvodni strana
====================================================== */
#index #content {
  padding-top: 0;
}

.section-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .section-home {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section-home-text {
  font-size: clamp(2rem, calc(.5rem + 4vw), 4rem);
}

/* Sluzby
====================================================================== */
section.section-bg-light.section-bg-title {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2e70b8), color-stop(#2c80b9), color-stop(#2b91ba), color-stop(#2aa1bb), to(#29b2bc));
  background: linear-gradient(90deg, #2e70b8, #2c80b9, #2b91ba, #2aa1bb, #29b2bc);
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 0;
}

#mainContent .section-bg-title h1,
.section-bg-title h1 {
  color: #fff;
  font-size: clamp(2.625rem, calc(.5rem + 4vw), 6rem);
  margin: .1em auto .4em;
  max-width: 12em;
}

#mainContent .section-bg-title h1::after,
.section-bg-title h1::after {
  display: none;
}

@media (min-width: 768px) {
  section.section-services ul.section-cell-parent {
    margin-left: -15px;
    margin-right: -15px;
  }
}

section.section-services li {
  width: calc(33.333% - 30px);
  background-color: #faf8f4;
  border-left-color: #2e70b8;
}

/* Sekce se svetlym pozadim
====================================================================== */
section.section-bg-light {
  background: #faf8f4;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 4rem 0;
}

/* Obrazek s textem
====================================================================== */
section.section-2-col-left-text img,
section.section-2-col-right-text img {
  margin: 2rem auto;
}

@media (min-width: 768px) {
  section.section-2-col-left-text,
  section.section-2-col-right-text {
    text-align: left;
  }
  .section-2-col-left-text > .row,
  .section-2-col-right-text > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Tri sloupce
====================================================================== */
section.section-3-col-top-text > .row,
section.section-3-col-bottom-text > .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.section-3-col-top-text > .row > .section-cell-item,
section.section-3-col-bottom-text > .row > .section-cell-item {
  margin-bottom: 2rem;
}

/* Kyra responsive overriding
====================================================================== */
#second, #separator, #content, #blog, #random-image {
  padding: 40px 0;
}

#index #content {
  padding-top: 0;
}

#content {
  padding-top: 0;
}

/* Vlastni box 2
====================================================================== */
#second {
  color: initial;
  background: #fff;
}

#second .panel-title {
  display: none;
}

.section-home {
  height: 526px;
  background: url("/obrazek/3/onas-jpg/") no-repeat right bottom !important;
  background-size: contain !important;
}

/* Article
====================================================================== */
#mainContent {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#mainContent p img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.index-h1 {
  display: none;
}

/* Buttons
====================================================================== */
.btn:hover,
.btn-primary:hover,
.goin:hover {
  -webkit-transform: none;
  transform: none;
}

.goin {
  margin-top: 25px;
}

.btn-primary,
.btn-default {
  font-size: inherit;
  color: #242424;
  background-color: var(--secondary);
  border: none;
  border-radius: 4rem;
  padding: .75em 1.5em;
}

.btn-primary:hover,
.btn-primary:focus {
  -webkit-transform: none;
  transform: none;
  color: #242424 !important;
}

.btn-primary:hover {
  background-color: #ffc61a;
}

.btn-primary:focus {
  background-color: #ffbf00;
}

.btn-default,
.btn-default:hover {
  background-color: #2e70b8;
  color: #fff;
  border: none;
}

.btn-default:focus,
.btn-default:hover:focus {
  color: #fff;
  background-color: #24578f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 1.3rem;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 1.6rem;
}

button.btn[title="Hledat"],
#openid-button,
#detail-product #inputs button[type="submit"] {
  padding: 0.35em 1.5em;
}

/* Vypis clanku
====================================================================== */
#list-panel-news > li,
#list-pages > li {
  width: calc(33.333% - 30px);
}

#list-panel-news > li h4,
#list-pages > li h4 {
  color: #9e9894;
}

#list-panel-news > li .perex,
#list-pages > li .description {
  margin-top: 1rem;
}

#list-panel-news > li,
#list-pages > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
  /* clanek bez obrazku */
  /* clanek s obrazkem */
}

#list-panel-news > li .date,
#list-pages > li .date {
  color: #9e9894;
}

#list-panel-news > li .date .day,
#list-pages > li .date .day {
  font-size: 1.4rem;
  color: #9e9894;
}

#list-panel-news > li .date .day::after,
#list-pages > li .date .day::after {
  content: '.';
}

#list-panel-news > li .date .rest .cir,
#list-pages > li .date .rest .cir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin-left: 0;
}

#list-panel-news > li .date .rest .cir .month,
#list-pages > li .date .rest .cir .month {
  margin-right: .5rem;
}

#list-panel-news > li .image-perex,
#list-pages > li .image-perex {
  width: 100%;
  padding-right: 0;
}

#list-panel-news > li .image-perex .perex-image,
#list-pages > li .image-perex .perex-image {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: .6s;
  transition: .6s;
}

#list-panel-news > li .image-perex .perex-image:hover,
#list-pages > li .image-perex .perex-image:hover {
  margin-top: 0;
  margin-bottom: 0;
  margin-top: -.5rem;
  margin-bottom: .5rem;
  -webkit-transition: .4s;
  transition: .4s;
}

#list-panel-news > li .image-perex ~ h4,
#list-panel-news > li .image-perex ~ .normal-date,
#list-panel-news > li .image-perex ~ .description,
#list-pages > li .image-perex ~ h4,
#list-pages > li .image-perex ~ .normal-date,
#list-pages > li .image-perex ~ .description {
  margin-left: 2rem;
  margin-right: 2rem;
}

#list-panel-news > li .image-perex ~ h4,
#list-pages > li .image-perex ~ h4 {
  font-size: 2.4rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: -6rem;
  padding: 2rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

#list-panel-news > li .image-perex ~ .normal-date,
#list-pages > li .image-perex ~ .normal-date {
  font-size: 1.4rem;
  font-style: normal;
  text-align: center;
  color: #9e9894;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -1px;
  padding: 0 2rem 2rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

#list-panel-news > li .image-perex ~ .description,
#list-pages > li .image-perex ~ .description {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#list-panel-news > li h4 .rub,
#list-pages > li h4 .rub {
  color: #9e9894;
  /* skryti nazvu rubriky v nadpisu clanku */
  display: none;
}

#list-panel-news > li h4 .rub a,
#list-pages > li h4 .rub a {
  color: #9e9894;
}

#list-panel-news > li h4 .rub a:hover,
#list-pages > li h4 .rub a:hover {
  color: #242424;
}

@media (max-width: 991px) {
  #list-panel-news > li .image-perex ~ h4,
  #list-panel-news > li .image-perex ~ .normal-date,
  #list-panel-news > li .image-perex ~ .description,
  #list-pages > li .image-perex ~ h4,
  #list-pages > li .image-perex ~ .normal-date,
  #list-pages > li .image-perex ~ .description {
    margin-left: 0;
    margin-right: 0;
  }
  #list-panel-news > li .image-perex ~ h4,
  #list-pages > li .image-perex ~ h4 {
    margin-top: -2rem;
    padding: 1.5rem;
  }
  #list-panel-news > li .image-perex ~ .normal-date,
  #list-pages > li .image-perex ~ .normal-date {
    padding: 0 1.5rem 1.5rem;
  }
}

@media (max-width: 767px) {
  #list-panel-news > li,
  #list-pages > li {
    width: calc(50% - 30px);
  }
}

@media (max-width: 575px) {
  #list-panel-news > li,
  #list-pages > li {
    width: calc(100% - 30px);
  }
}

/* Vypis rubrik
====================================================================== */
#list-rubrics li .media-body {
  padding: 4rem;
}

#list-rubrics li .media-body .perex-image-link img,
#list-rubrics li .media-body .perex-text {
  margin-top: 1rem;
}

/* Vypis slozek
====================================================================== */
#list-downloads li .inside {
  padding: 4rem;
}

/* Obecne - vypis vseho mozneho - Kyra overriding
====================================================================== */
.thumbnail,
a.thumbnail,
#list-rubrics li .media-body,
.item-photogallery .thumbnail,
.item-eshop-category .thumbnail,
.item-eshop-product .thumbnail,
#list-downloads li .inside {
  background-color: #fff;
  border-color: #eaeaea;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.thumbnail:hover,
a.thumbnail:hover,
.item-eshop-category .thumbnail:hover,
.item-eshop-product .thumbnail:hover,
#list-rubrics li .media-body:hover,
.image-slider.slick-slider a img:hover,
.item-photogallery .thumbnail:hover,
#list-downloads li .inside:hover {
  border-color: #eaeaea;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

#list-panel-news > li {
  padding: 15px;
}

/* Tables
====================================================================== */
.table-responsive {
  border: none;
}

.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-top: none;
  border-bottom: 1px solid #2e70b8;
}

.table > tbody > tr:last-of-type:not(:first-of-type) > td,
.table > tbody > tr:last-of-type:not(:first-of-type) > th {
  border: none;
}

/* Forms - global settings, contact form
====================================================================== */
textarea {
  resize: vertical;
  min-height: 3.5rem;
}

.form-control,
.form-control:focus,
.form-control:focus:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-container.mailform {
  background-color: #ebf2fa;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.form-container.mailform .aster {
  margin-bottom: 1rem;
}

.form-container.mailform input[type="submit"] {
  margin-top: 2rem;
}

.panel-body .form-group {
  font-size: 1.4rem;
}

#detail-product .form-control {
  font-size: 1.6rem;
}

.panel-filter,
#panel-categories,
#panel-accounts,
.form-horizontal,
#cart thead,
#order-form .panel-primary,
.input-group-addon,
#list-panel-categories li.active > a,
.comms,
#separator,
.form-container {
  background-color: #f7f3ed;
}

/* Icons
====================================================================== */
.filter-default {
  -webkit-filter: invert(46%) sepia(63%) saturate(781%) hue-rotate(176deg) brightness(75%) contrast(89%);
  filter: invert(46%) sepia(63%) saturate(781%) hue-rotate(176deg) brightness(75%) contrast(89%);
}

/* Margin pro obrazky v textu
====================================================================== */
#mainContent img[style*="float: left"],
.section-container img[style*="float: left"] {
  margin: 1rem 2rem 1rem 0;
}

#mainContent img[style*="float: right"],
.section-container img[style*="float: right"] {
  margin: 1rem 0 1rem 2rem;
}

@media (max-width: 649px) {
  #mainContent img[style*="float"],
  .section-container img[style*="float"] {
    float: none !important;
    margin: 2rem auto;
    display: block;
  }
}

/* Carousel control
====================================================================== */
.carousel-control {
  -webkit-transition: .2s;
  transition: .2s;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 5rem;
  width: auto;
  height: auto;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.glyphicon-chevron-left:before {
  content: '\f104';
  font-family: 'FontAwesome';
}

.glyphicon-chevron-right:before {
  content: '\f105';
  font-family: 'FontAwesome';
}

/* Uvodni slider
====================================================== */
body:not(#index) #own-motive {
  display: none;
}

#own-motive {
  padding-top: 60px !important;
  margin-bottom: -20px;
}

@media (min-width: 992px) {
  #own-motive {
    padding-top: 110px !important;
  }
}

#own-motive .section-carousel {
  padding: 0;
}

.carousel-control-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 449px) {
  .carousel-control-list {
    display: none;
  }
}

.carousel-control-list li {
  border: 2px solid transparent;
  padding: .5em 1em;
  margin: 1rem;
}

.carousel-control-list li:hover {
  cursor: pointer;
  color: var(--primary);
}

.carousel-control-list li.active {
  color: var(--primary);
  border: 2px solid #508fd3;
  border-radius: 4rem;
}

#intro-carousel .carousel-caption {
  /* background-color: var(--primary); */
  /* text-shadow: none; */
  /* background-color: rgb(25 50 77 / 50%); */
  max-width: 21em;
  text-shadow: 0.1em 0.2em 0.5em rgba(15, 37, 61, 0.75);
  text-align: left;
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 3rem;
  /* border-top-right-radius: 6rem; */
  border-radius: 3rem;
}

@media (min-width: 576px) {
  #intro-carousel .carousel-caption {
    left: 10%;
    max-width: 25em;
  }
}

@media (min-width: 992px) {
  #intro-carousel .carousel-caption {
    max-width: 38em;
  }
}

#intro-carousel .carousel-caption h3 {
  font-size: clamp(2.25rem, calc(.5rem + 4vw), 5rem);
  color: inherit;
  margin-top: .5em;
  margin-bottom: .5em;
}

#intro-carousel .carousel-caption p {
  font-size: clamp(1.6rem, calc(.25rem + 2vw), 2.5rem);
}

#intro-carousel .carousel-caption .btn {
  margin-top: 1rem;
}

#intro-carousel .section-cell-item {
  height: clamp(250px, calc(100px + 40vw), 450px);
}

#intro-carousel .section-cell-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

#intro-carousel .section-cell-item::before {
  position: absolute;
  left: 0;
  top: 0;
  /* width: 400px; */
  width: 100%;
  height: 100%;
  content: '';
  /* background: url("/obrazek/3/bg-slide-png/") no-repeat left; */
  background: linear-gradient(110deg, rgba(12, 25, 39, 0.5) 35%, rgba(12, 25, 39, 0) 90%);
}

/* Add carousel-fade animation
====================================================================== */
/*  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
CSS from:       http://codepen.io/transportedman/pen/NPWRGq
and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
Inspired from:  http://codepen.io/Rowno/pen/Afykb

*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
Need to override the 3.3 new styles for modern browsers & apply opacity */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Nas tym
====================================================== */
.nas-tym {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 576px) and (max-width: 767px) {
  .nas-tym > .col-sm-4 {
    width: 33.33333333%;
  }
}

.nas-tym h3 {
  font-size: 2rem;
  font-weight: 500;
}

.nas-tym a {
  text-decoration: none;
  color: #242424;
  font-weight: 500;
}

.person-link__role {
  color: #867e79;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  padding-bottom: 2rem;
}

.person-link__img-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 133.33333%;
}

.person-link__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

.person-link__img-wrap a:hover img {
  -webkit-filter: brightness(1.07) contrast(0.93) saturate(0.97);
  filter: brightness(1.07) contrast(0.93) saturate(0.97);
}

.person-detail p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.person-detail img {
  border-radius: 3px;
}

/* Reference
====================================================== */
.testimonial {
  margin-bottom: clamp(3rem, calc(.5rem + 5vw), 6rem);
  padding: 1rem 2rem 2rem;
  border-radius: 1rem;
}

.testimonial:nth-child(odd) {
  background: rgba(15, 37, 61, 0.02);
}

@media (min-width: 576px) {
  .testimonial {
    padding: 2rem 3rem;
  }
}

.testimonial h4 {
  letter-spacing: normal;
}

.button-testimonial {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #2e70b8;
}

.testimonial > p:first-of-type {
  position: relative;
  text-indent: 2rem;
}

.testimonial > p:first-of-type::before {
  position: absolute;
  content: '„';
  left: -3rem;
  top: -4rem;
  font-size: 15rem;
  line-height: 0;
  color: #2e70b8;
  opacity: .1;
  font-family: "Abril Fatface", serif;
  z-index: -1;
}

/* E-SHOP / Filters
====================================================================== */
.panel-filter .navbar-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.panel-filter .navbar-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.5rem;
}

.panel-filter .navbar-form .form-group label {
  padding-right: .5rem;
  margin-bottom: 0;
}

.panel-filter .navbar-form .form-group input {
  margin-right: .5rem;
  margin-top: 0;
}

.panel-filter .navbar-form .form-group, .panel-filter .navbar-form button {
  margin: .5rem 0;
}

/* E-SHOP / Categories --- vypis kategorii
==================================================================== */
.item-eshop-category .thumbnail {
  position: relative;
  padding: 0;
  text-align: center;
}

.item-eshop-category .thumbnail:hover {
  -webkit-transform: none;
  transform: none;
}

.item-eshop-category .thumbnail .img-thumbnail {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  padding: 0;
}

.item-eshop-category .thumbnail .caption dt {
  font-weight: normal;
}

/* E-SHOP / Products --- vypis produktu
==================================================================== */
#eshop-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #eshop-products .item-eshop-product {
    width: 100%;
  }
}

.item-eshop-product .thumbnail {
  position: relative;
  text-align: center;
}

.item-eshop-product .thumbnail:hover {
  -webkit-transform: none;
  transform: none;
}

.item-eshop-product .thumbnail:hover .img-thumbnail {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item-eshop-product .thumbnail .link-thumbnail {
  overflow: hidden;
}

.item-eshop-product .thumbnail .subtitle {
  font-size: 2rem;
  line-height: 1.25;
}

.item-eshop-product .thumbnail .caption {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.item-eshop-product .thumbnail .caption .price dt {
  font-weight: 400;
  display: none;
}

.item-eshop-product .thumbnail .caption .price .price-current-vat strong {
  font-size: 2rem;
}

.item-eshop-product .thumbnail .caption .more .btn {
  -webkit-transition: .3s;
  transition: .3s;
}

.item-eshop-product .thumbnail .caption .more .btn:hover {
  background: #2e70b8;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.item-eshop-product .thumbnail .info-instock {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* E-SHOP / Products / Labels --- sleva, dostupnost zbozi apod.
==================================================================== */
.label.label-stock1,
.label.label-stock2,
.label.label-stock3,
.label.label-stock4,
.label.label-stock5,
.label.label-stock6 {
  font-weight: normal;
  border-radius: 2px;
}

.label.label-stock1 {
  background: #fafef6;
  border: 1px solid #5e9a18;
  color: #5e9a18;
}

.label.label-stock2,
.label.label-stock3,
.label.label-stock4,
.label.label-stock5 {
  background: #f2f2f2;
  border: 1px solid #595959;
  color: #595959;
}

.label.label-stock6 {
  background: #fef2f0;
  border: 1px solid #b1240b;
  color: #b1240b;
}

.icon-favourite {
  color: #2e70b8;
  margin-right: .25rem;
}

.icon-favourite::before {
  content: "\f006";
}

.product-label-special {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* E-SHOP / Product detail
==================================================================== */
#detail-product .link-thumbnail .img-thumbnail,
#detail-product .link-thumbnail:hover .img-thumbnail {
  border: none;
}

#detail-product #col-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#detail-product #prices-original {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detail-product #prices-original dd {
  margin-left: 60px;
}

#detail-product #prices-original dt {
  width: auto;
}

#detail-product #prices,
#detail-product #prices-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detail-product #prices dt,
#detail-product #prices-current dt {
  margin-top: 1rem;
  width: auto;
}

#detail-product #prices dd,
#detail-product #prices-current dd {
  margin-left: 60px;
}

#tabs-product .nav-tabs > li > a {
  border: none;
  border-bottom: 3px solid transparent;
}

#tabs-product .nav-tabs > li.active > a {
  background: transparent;
  color: #242424;
  border: none;
  border-bottom: 3px solid #2e70b8;
}

@media (max-width: 767px) {
  #tab-related .item-eshop-product {
    width: 100%;
  }
}

/* E-SHOP / Panel
==================================================================== */
#panel-categories {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#list-panel-categories li a {
  background: transparent;
  color: #242424;
}

#list-panel-categories li a .badge {
  background: #f3f2f2;
  color: #6b6561;
  font-weight: 600;
}

#list-panel-categories li.active > a {
  color: #2e70b8;
}

#list-panel-categories li.active > a .badge {
  background: #fff;
  color: #2e70b8;
}

/* E-SHOP / Cart
==================================================================== */
#panel-cart.panel-primary {
  padding: 20px;
}

.productincart .btn.sremove {
  padding: 0.75em 1em;
  background-color: transparent;
}

.productincart .btn.sremove .fa-trash-o {
  font-size: 1.6rem;
  color: #ffcc33;
}
/*# sourceMappingURL=main.css.map */