<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*                                                                                      */
/*       modra primarni:        #3c6e8c   rgba(60, 110, 140, 1.0)                       */
/*       modra hover:           #3C5064   rgba(60, 80, 100, 1.0)                        */
/*       cervena sekundarni:    #8c4b4b   rgba(140, 75, 75, 1.0)                        */
/*       cervena hover:         #784141   rgba(120, 65, 65, 1.0)                        */
/*       zluta tercialni:       #dcb94b   rgba(220, 185, 75, 1.0)                       */
/*       zluta hover:           #c8a032   rgba(200, 160, 50, 1.0)                       */
/*                                                                                      */
:root {
  --red: #891a1c;
  --blue: #0c2e8a;
  --info: #f2d0a7;
  --danger: #891a1c;
  --primary: #0c2e8a !important;
  --success: #2e5902 !important;

  --shop_primary: #3c6e8c;
  --shop_primary_hover: #3C5064;
  --shop_secondary: #8c4b4b;
  --shop_secondary_hover: #784141;
  --shop_tertiary: #dcb94b;
  --shop_tertiary_hover: #c8a032;

  --font_family_heading: 'Cabin', sans-serif;
}

/*--------------------------------------------------------------
# HlavnĂ­ styly
--------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }

body {
  background: rgba(220, 185, 75, 0.04); /*#faf7f3;*/ /*#f0f0f2;*/
  color: #444;
  font-family: "Open Sans", sans-serif;
}

.nk-cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  border-radius: 0px;
  display: none;
  box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.1);
}

.startBanner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  border-radius: 0px;
  display: none;
  box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.1);
}

a {
  color: var(--shop_primary);
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: var(--shop_primary_hover);
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_family_heading);
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.btn,
.form-control {
  border-radius: .01rem;
}

.w-20 {
    width: 20%!important;
}
.ruka {
  cursor: pointer;
}

.odsazeni-1 {
  text-indent: 1em;
}
i.wine {
  color: rgba(168, 16, 16, 0.6);
}
i.wine:hover {
  color: rgba(168, 16, 16, 1);
}
i.zluta {
  color: rgba(255, 201, 40, 0.6);
}
i.zluta:hover {
  color: rgba(255, 201, 40, 1);
}

.btn-success {
  color: #fff;
  background-color: rgba(46, 89, 2, 1.0);
  border-color: rgba(41, 84, 0, 1.0);
}
.btn-success:hover {
  color: #fff;
  background-color: rgba(41, 84, 0, 1.0);
  border-color: rgba(41, 84, 0, 1.0);
}

.btn-warning-cust {
    color: #333;
    background-color: rgba(255, 201, 40, 1);
    /*border-color: rgba(255, 180, 40, 1);*/
}
.btn-warning-cust:hover {
    color: #000;
    background-color: rgba(235, 190, 40, 1);
    /*border-color: rgba(255, 201, 40, 1);*/
}
.btn-primary-cust {
    color: #fff;
    background-color: rgba(12, 46, 138, 1.0);
    border-color: rgba(12, 46, 138, 1.0);
}
.btn-primary-cust:hover {
    color: #fff;
    background-color: rgba(12, 46, 100, 1.0);
    border-color: rgba(12, 46, 100, 1.0);
}

.text-cust-01 {
  color: var(--shop_secondary) !important; /*rgba(115, 52, 29, 1.0) !important;*/
}

.text-cust-02 {
  color: var(--shop_primary) !important; /*rgba(46, 80, 102, 1.0);*/
}

.text-cust-03 {
  color: var(--shop_tertiary) !important; /*rgba(242, 208, 167, 1.0) !important;*/
}

.btn-cust-01 {
    font-family: var(--font_family_heading);
    color: var(--shop_tertiary) !important;
    background-color: var(--shop_secondary);
    border-color: var(--shop_secondary_hover);
    transition: all .2s linear;
}
.btn-cust-01:hover {
    color: var(--shop_tertiary) !important;
    background-color: var(--shop_secondary_hover);
    border-color: var(--shop_secondary_hover);
    -webkit-box-shadow: 2px 2px 5px var(--shop_secondary_hover);
    -moz-box-shadow: 2px 2px 5px var(--shop_secondary_hover);
    box-shadow: 2px 2px 5px var(--shop_secondary_hover);
}
.btn-cust-01.focus, .btn-cust-01:focus {
    color: var(--shop_tertiary);
    background-color: var(--shop_secondary);
    border: 1px dotted  var(--shop_secondary);
    box-shadow: 0 0 0 .2rem rgba(140, 75, 75, .5);
}

.btn-cust-02 {
    font-family: var(--font_family_heading);
    color: var(--shop_tertiary);
    background-color: var(--shop_primary);
    border: 1px dotted var(--shop_primary);
    transition: all .2s linear;
}
.btn-cust-02:hover {
    color: var(--shop_tertiary);
    background-color: var(--shop_primary_hover);
    border: 1px solid var(--shop_primary_hover);
    -webkit-box-shadow: 2px 2px 5px var(--shop_primary);
    -moz-box-shadow: 2px 2px 5px var(--shop_primary);
    box-shadow: 2px 2px 5px var(--shop_primary);
}
.btn-cust-02.focus, .btn-cust-02:focus {
    color: var(--shop_tertiary);
    background-color: var(--shop_primary);
    border: 1px dotted  var(--shop_primary_hover);
    box-shadow: 0 0 0 .2rem rgba(60, 110, 140, .5);
}

.btn-cust-03 {
    font-family: var(--font_family_heading);
    color: #fff;
    background-color: var(--shop_tertiary);
    border: 1px dotted var(--shop_tertiary);
    transition: all .2s linear;
}
.btn-cust-03:hover {
    color: var(--shop_tertiary);
    background-color: var(--shop_secondary_hover);
    border: 2px solid var(--shop_secondary_hover);
    -webkit-box-shadow: 2px 2px 5px var(--shop_secondary);
    -moz-box-shadow: 2px 2px 5px var(--shop_secondary);
    box-shadow: 2px 2px 5px var(--shop_secondary);
}
.btn-cust-03.focus, .btn-cust-03:focus {
    color: #fff;
    background-color: var(--shop_tertiary);
    border: 1px dotted  var(--shop_tertiary);
    box-shadow: 0 0 0 .2rem rgba(220, 185, 75, .5);
}

.btn-do-kosiku {
  font-family: var(--font_family_heading);
  color: var(--shop_tertiary);
  border: 1px solid var(--shop_secondary);
  background: var(--shop_secondary);
  transition: all .2s linear;
}
.btn-do-kosiku:hover {
  color: var(--shop_tertiary);
  border: 2px solid var(--shop_secondary_hover);
  background: var(--shop_secondary_hover);
  box-shadow: 2px 2px 5px var(--shop_secondary); /*rgba(140, 75, 75, .5);*/
}

.btn-preorder {
  font-family: var(--font_family_heading);
  color: var(--shop_tertiary);
  border: 1px solid var(--shop_primary);
  background: var(--shop_primary);
  transition: all .2s linear;
}
.btn-preorder:hover {
  color: var(--shop_tertiary);
  border: 2px solid var(--shop_primary_hover);
  background: var(--shop_primary_hover);
  box-shadow: 2px 2px 5px var(--shop_primary);
}

.bg-gradient-danger {
  color: #fff;
  background: -webkit-linear-gradient(#872800, #913001);
  border-color: #872800;
}

.bg-cust-03 {
  color: var(--shop_tertiary); /*rgba(115, 52, 29, 1.0);*/
  background: var(--shop_secondary); /*-webkit-linear-gradient(rgba(235, 200, 160, 1.0), rgba(242, 208, 167, 1.0));*/
  border-color: var(--shop_secondary_hover); /*rgba(115, 52, 29, 1.0);*/
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  padding: 6px 12px 9px 12px;
  background: var(--shop_secondary);
  border-radius: 2px;
  opacity: .6;
  color: var(--shop_tertiary);
  font-size: 16px;
  transition: background 0.5s;
  z-index: 999;
}

.back-to-top:focus {
  background: var(--shop_secondary_hover);
  color: var(--shop_tertiary);
  opacity: 1.0;
  outline: none;
}

.back-to-top:hover {
  background: var(--shop_secondary_hover);
  color: var(--shop_tertiary);
  opacity: 1.0;
}


.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    /*content: "/";*/
    font-family: "bootstrap-icons";
    content: "\F27B";
}

.breadcrumb-item+.breadcrumb-item.active::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    /*content: "/";*/
    font-family: "bootstrap-icons";
    content: "\F27B";
}
@media (max-width: 991.4px) {
    .breadcrumb-item+.breadcrumb-item::before,
    .breadcrumb-item+.breadcrumb-item.active::before {
        padding: 0 .15rem 0 0;
        font-family: "bootstrap-icons";
        content: "\F27B";
        font-size: 1em;
    }

    .breadcrumb-item + .breadcrumb-item,
    .breadcrumb-item a,
    .breadcrumb-item.active {
        /*padding-left: 0;*/
        font-size: 0.6em;
        line-height: 1.4rem;
    }
}
/*--------------------------------------------------------------
# VlastnĂ­ styly
--------------------------------------------------------------*/

.font-07 {
  font-size: 0.7em;
}
.font-08 {
  font-size: 0.8em;
}
.font-16 {
  font-size: 1.6em;
}
.font-bold {
  font-weight: bold;
}
.h-40px {
  height: 40px;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.smaller {
    font-size: 70%;
    font-weight: 300;
}
a.odkaz-dotted::before {
  border-bottom: 1px dotted #1C459F;
}
a.odkaz-dotted::after {
  border-bottom: 1px dotted #1C459F;
}
a.odkaz-dotted {
  border-bottom: 1px dotted #1C459F;
}
a:hover.odkaz-dotted {
  border-bottom: 1px dotted rgba(168, 16, 16, 1.0);
}

#aktuality {
  background: #fefbee;
}

.aktualita {
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e9e9e9;
}
.aktualita &gt; h4 {
  color: #1C459F;
  margin-top: 2vh;
}
.card-img {
    width: 100%;
    border-radius: 0px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #891A1C;
    border-color: #420B14;
}
.page-item .page-link {
    z-index: 3;
    color: #891A1C;
}
.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}
.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
.btn-icon-split.btn-sm .icon, .btn-group-sm &gt; .btn-icon-split.btn .icon {
  padding: 0.25rem 0.5rem;
}
.btn-icon-split.btn-sm .text, .btn-group-sm &gt; .btn-icon-split.btn .text {
  padding: 0.25rem 0.5rem;
}
.btn-icon-split.btn-lg .icon, .btn-group-lg &gt; .btn-icon-split.btn .icon {
  padding: 0.5rem 1rem;
}
.btn-icon-split.btn-lg .text, .btn-group-lg &gt; .btn-icon-split.btn .text {
  padding: 0.5rem 1rem;
}
.sticker-darek-1 {
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    right: -2rem;
    top: -4rem;
    background: url(/soubory/stick-label-darek-1.png) center center no-repeat;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 10;
}
.sticker-darek-2 {
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    right: -2rem;
    top: -4rem;
    background: url(/soubory/stick-label-darek-2.png) top right no-repeat;
    z-index: 10;
}
.sticker-darek-3 {
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    right: -2rem;
    top: -4rem;
    background: url(/soubory/stick-label-darek-3.png) top right no-repeat;
    z-index: 10;
}

/*--------------------------------------------------------------
# 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: #a81010;
}

#topbar .contact-info i {
  color: #333;
  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: #a81010;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
#topbar a.user-menu {
  background: #913001;
  color: #f1e7e2;
/*  height: 3.8vh;
  padding: .5rem 1rem;
  font-size: 1.2em;
  margin-top: .2rem;*/
}
#topbar a:hover.user-menu {
  background: #4b2411;
  color: #ffffff;
}
#topbar a.kosik-menu {
  background: #ffc928;
  color: #333;
  height: 3.8vh;
  padding: .5rem 1rem;
  font-size: 1.2em;
  margin-top: .2rem;
}
#topbar a:hover.kosik-menu {
  background: #F2CD13;/*#ffc928;*/
  color: #ffffff;
}
#kosik-tlacitko:hover #kosik-detail {display: block; visibility: visible; opacity: 1;}
#kosik-detail {
  width: 500px;
  height: auto;
  position: absolute;
  background-color: #f2f2f2;
  z-index: 99;
  margin-left: auto;
  max-height: 500px;
  overflow-y: hidden;
  color: #333;
  /*right: calc(10%);*/
  right: 0;
  top: 38px;

  display: none;
  opacity: 0;
  visibility: hidden;

  margin-right: auto;
  padding: 50px 10px;
  border: solid 2px rgba(115, 52, 29, 1.0);   /*#a81010;*/
  -webkit-transition: opacity 2s, visibility 2s;
  transition: opacity 2s, visibility 2s;
  box-shadow: 0 5px 25px -4px rgba(0, 0, 0, 0.8);
}
#kos-kusy {
  position: relative;
  top: -22px;
  right: -460px; /*-250px;*/
  display: block;
  width: 30px;
  height: 30px;
  padding: 2px 10px 0 5px;
  background: #dcb94b; /*rgba(242, 208, 167, 1.0);*/   /*#cc0000;*/
  color: #8c4b4b; /*rgba(115, 52, 29, 1.0);*/
  border: 1px solid #8c4b4b; /*rgba(115, 52, 29, 1.0);*/
  z-index: 100;
  border-radius: 50%;
  font-weight: 600;
  font-family: inherit;
}
.zobrazene_jmeno {
  width: 6.6rem !important;
}
#search-down-tlacitko:hover #search-down-detail {
  display: block;
  visibility: visible;
  opacity: 1;
}
#search-down-detail {
  width: 500px;
  height: auto;
  position: absolute;
  background-color: #f2f2f2;
  z-index: 99;
  margin-left: auto;
  max-height: 500px;
  overflow-y: hidden;
  color: #333;
  right: calc(30%);
  top: 38px;
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-right: auto;
  padding: 50px 10px;
  border: solid 2px rgba(115, 52, 29, 1.0);   /*#a81010;*/
  -webkit-transition: opacity 2s, visibility 2s;
  transition: opacity 2s, visibility 2s;
  box-shadow: 0 5px 25px -4px rgba(0, 0, 0, 0.8);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  margin-top: 40px;
}

#header #logo .logoweb {
  font-size: 1.2em;       /*42px;*/
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo .logoweb a {
  display: inline-block;
  line-height: 1;
  color: #555;
  /*background: -webkit-linear-gradient(45deg, #04D9C4, #5B48D9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

#header #logo .logoweb a span {
  color: #333;
}

#header #logo img {
  height: 60px;
  width: auto;
  padding: 0;
  margin: 0;
  margin-top: -10px;
}

/*--------------------------------------------------------------
# Sekce slider - carousel
--------------------------------------------------------------*/
#hledat-box {
  /*position: absolute;
  top: 260px;*/       /*400px;*/     /*240px;*/
}
#hledat-box #button-hledat {
  background: rgba(168, 16, 16, 1) !important;
  border-color: rgba(119, 0, 0, 1) !important
}
#hledat-box #button-hledat:hover {
  background: rgba(119, 0, 0, 1) !important;
  border-color: rgba(109, 0, 0, 1) !important
}

#intro {
  position: relative;
  /*width: 100%;
  height: 60vh;*/

  width: 100%;
  height: 360px; /*auto;*/
  max-width: 1140px;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
  /*background: url("../soubory/knihy-jiri-fiala-kniha-kava-02.jpg") no-repeat rgba(240, 240, 242, 0.1);*/
  background: #faf7f3;
  background-size: contain; /*cover;*/
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top:22vh; /*10vh;*/
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 25vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  /*width: 50em;
  height: 20em;
  margin: auto;*/
  /*background: rgba(0, 0, 0, 0.8);*/
}

#intro .intro-content h2 {
  color: #fff;/*#555;*/
  margin-bottom: 30px;
  font-size: 44px; /*64px;*/
  font-weight: 700;
  text-shadow:  1px 1px 20px rgba(168, 16, 16, 0),
                1px 1px 10px rgba(0, 0, 0, 0.6),
                1px 1px 5px rgba(0, 0, 0, 0.8);
}

#intro .intro-content h2 span {
  color: #fff; /*rgba(91, 72, 217, 1.0);*/
  text-shadow:  0px 0px 25px rgba(255, 255, 255, 1),
                0px 0px 20px rgba(255, 255, 255, 1),
                1px 1px 10px rgba(0, 0, 0, 0.6),
                1px 1px 5px rgba(0, 0, 0, 0.8)
/*  text-decoration: underline;*/
}

#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: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: rgba(168, 16, 16, 1.0);
  border: 2px solid rgba(168, 16, 16, 1.0);
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: rgba(168, 16, 16, 1.0);
}

#intro #intro-carousel {
  z-index: 8;
}

/*#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}*/

#intro #intro-carousel .item {
  width: 100%;
  height: 36.9vh; /*39.37vh;*/ /*60vh;*/
  background-size: contain; /*cover;*/
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

#intro #intro-carousel a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 36.9vh;
}

/*
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.4);
}
*/

.owl-carousel .owl-nav {
  position: absolute;
  top: 5rem;
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: #f0f0f2;
  border: none;
  padding: 0 !important;
  font: 600;
  font-size: 5em;
  cursor: pointer;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot:hover {
  margin-top: -0.1rem;
  margin-left: -0.1rem;
  color: #fff;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 576px) {

}

/*--------------------------------------------------------------
# Navigace 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: -30rem;   /*  BYLA 0 */
  width: 60vw;    /* NOVE */
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu &gt; li {
  float: left;
}

.nav-menu li:hover &gt; ul,
.nav-menu li.sfHover &gt; ul {
  display: block;
}

.nav-menu ul li {
  min-width: 180px;
}

.nav-menu ul ul {
  top: 90%;     /* BYLA 0 */
  left: -50%;     /* BYLO 100% */
  width: 100%;
  min-width: 30rem;     /* NOVE */
}

.nav-menu ul ul li {
  width: 100%;
  /*min-width: 20rem;*/
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  /*right: 45px;*/
  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;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: var(--font_family_heading); /*"Raleway", sans-serif;*/
  font-weight: 700;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover &gt; a,
.nav-menu .menu-active &gt; a {
  color: var(--shop_secondary_hover); /*#913001;*/
  border-bottom: 2px solid var(--shop_secondary_hover); /*#913001;*/
  /*color: #a81010;
  border-bottom: 2px solid #a81010;*/
}

.nav-menu &gt; li {
  margin-left: 10px;
}

.nav-menu li &gt; a {
  border-bottom: 2px solid rgba(255,255,255,0.1);
}

.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 &gt; a {
  color: var(--shop_secondary_hover); /*rgba(168, 16, 16, 1.0);*/
}

.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;
}

#mobile-nav-toggle i {
  color: #888;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#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: rgba(168, 16, 16, 1.0);
}

#mobile-nav ul .menu-item-active {
  color: rgba(168, 16, 16, 1.0);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

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

body.mobile-nav-active #mobile-nav {
  left: 0;
  z-index: 1100;
}

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


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 0;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

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

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

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
/*.breadcrumb li[class^="bg"]:before {*/
.breadcrumb li.bg-info:before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;/*#6c757d;*/
    content: "/";
}
.breadcrumb li:first-child::before {
  content: "";
}



/*--------------------------------------------------------------
# Sekce
--------------------------------------------------------------*/

/* Sekce Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: var(--shop_primary);
  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: var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
  bottom: 0;
  left: 0;
}

/*.section-header h3 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before, h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: rgba(255, 201, 40, 1);
  bottom: 0;
  left: 0;
}*/

.section-header p {
  padding: 0;
  margin: 0;
}

/* Sekce O nĂˇs a Novinky
--------------------------------*/

#about {
  padding: 100px 0 30px 0; /*60px 0 30px 0;*/
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  /*margin-left: -15px;*/
  max-width: 100%;
}

#about .content h2 {
  color: #0c2e8a;
  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: rgba(168, 16, 16, 1.0);
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}
#about .content ul li.kalendar-akci-seznam {
  padding-bottom: 10px;
}
#about .content ul li.kalendar-akci-seznam &gt; .kalendar-seznam-1 {
  display: inline-flex;
  width: 160px !important;
  margin-right: 1vh;
  padding-bottom: 10px;
}
#about .content ul li.kalendar-akci-seznam &gt; .kalendar-seznam-2 {
  display: inline-flex;
  width: 22em;
  margin-right: 1vh;
  padding-bottom: 10px;
}
#about .content ul li.kalendar-akci-seznam &gt; .kalendar-seznam-3 {
  display: inline-flex;
  width: 10em;
  margin-right: 0px;
  padding-bottom: 10px;
}

@media (max-width: 576px) {
    #about {
        padding: 30px 0 30px 0; /*60px 0 30px 0;*/
    }
}

/* Sekce Services
--------------------------------*/

#services {
  padding: 30px 0 0 0;
}

#services .box {
  min-height: 25vh;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#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: #fff;/*#0c2e8a;*/
  background: linear-gradient(45deg, rgba(168, 16, 16, 1.0) 0%, rgba(168, 16, 16, 0.7) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#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;
}

/* Sekce ParneĹ™i
--------------------------------*/

#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.95;
  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: rgba(168, 16, 16, 1.0);
}

/* Sekce Foto a Video
--------------------------------*/

#portfolio {
  background: transparent; /*#fff;*/
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  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 {
  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%);
}

/* Sekce Reference
--------------------------------*/

#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#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: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#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;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: rgba(168, 16, 16, 1.0);
}

/* Sekce Jdi na akci (call-to-action)
--------------------------------*/

#call-to-action {
  background: var(--shop_secondary_hover); /*#5a3c28;*/ /*#081e5b;*/
  /*background: rgba(255, 201, 40, 1);*/
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
  font-size: 1.2em;
}

#call-to-action .cta-btn {
  font-family: var(--font_family_heading);   /*"Montserrat", sans-serif;*/
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 1px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  background: var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
  color: var(--shop_secondary); /*rgba(115, 52, 29, 1.0);*/
}

#call-to-action .cta-btn:hover {
  background: #fff;
  border: 3px solid #fff;
  color: rgba(115, 52, 29, 1.0);
}

/* Sekce TĂ˝m - Osoby
--------------------------------*/

#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: rgba(168, 16, 16, 1.0);
  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;
}

/* Sekce Kontakt
--------------------------------*/

#contact {
  padding: 30px 0;
  background-color: #fff;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(115, 52, 29, 1.0);    /*rgba(12, 46, 138, 1);*/
}

#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: rgba(168, 16, 16, 1.0);
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: rgba(168, 16, 16, 1.0);
  border: 1px solid rgba(168, 16, 16, 1.0);
  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;
}

#contact .form button[type="submit"] {
  background: rgba(168, 16, 16, 0.7);
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: rgba(168, 16, 16, 1.0);
}


/* Sekce contact-form
--------------------------------*/
#contact-form {
  background-color: #fff;
  padding-bottom: 5rem;
}


/*--------------------------------------------------------------
# KNIHA
--------------------------------------------------------------*/
.kniha {

}
.kniha .icon {
  float: none !important;
  height: 250px;
}
.kniha .kniha-img {
  max-height: 230px;
  max-width: 250px;
  margin-bottom: 15px;
}
.kniha .title {
  margin-left: 0 !important;
  height: 3rem;
  overflow: hidden;
}
.kniha .title:after {
  /*content: "...";*/
}
.kniha .title a {
  color: #913001;
}
.kniha .description {
  margin-left: 0 !important;
}
.kniha .autor {
  max-height: 2rem;
}
.kniha .nakladatel {
  max-height: 2rem;
  overflow: hidden;
}
.kniha .cena {
  margin-top: .5rem;
  max-height: 2rem;
  font-size: 1.2em !important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: var(--shop_primary); /*rgba(90, 60, 40, 1.0);*/
  padding: 0 0 30px 0;
  color: #f5f5f5;
  font-size: 14px;
}
#footer hr {
  border: none;
  border-top: 1px solid var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
}
#footer .creator {
  margin-top: 20px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-bottom: 1rem;
  text-align: center;
  font-size: 14px;
  color: var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
}
#footer .credits a {
  color: var(--shop_tertiary_hover); /*rgba(242, 208, 167, 1.0);*/
}
#footer .flogo h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: var(--font_family_heading); /*"Montserrat", sans-serif;*/
    font-weight: 700;
}
#footer.bg-grey {
  background: #292929;
}
#footer .logo-footer {
  margin-bottom: 40px;
}
#footer {
  color: #f5f5f5; /*var(--shop_tertiary);*/ /*rgba(242, 208, 167, 1.0);*/
}
#footer p, #footer a {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
#footer h6 {
  font-family: var(--font_family_heading);
  margin-bottom: 40px;
  position: relative;
}
#footer h6:after {
  position: absolute;
  content: "";
  background: var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
  width: 12%;
  height: 1px;
  left: 0;
  bottom: -20px;
}
#footer .btn-footer {
  color: var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
  text-decoration: none;
  border: 1px solid;
  border-radius: 5px;
  font-size: 13px;
  padding: 7px 30px;
  line-height: 47px;
}
#footer .btn-footer:hover {
  text-decoration: none;
}
#footer .form-footer input[type="text"] {
  border: none;
  border-radius: 16px 0 0 16px;
  outline: none;
  padding-left: 10px;
}
#footer .form-footer input[type="button"] {
  border: none;
  background:#232323;
  margin-left: -5px;
  color: #fff;
  outline: none;
  border-radius: 0 16px 16px 0;
  padding: 2px 12px;
}
#footer .social .fab, #footer .social .fas {
  color: var(--shop_secondary); /*rgba(115, 52, 29, 1.0);*/
  font-size: 2.2em;
  padding: 10px 15px;
  background: #f5f5f5; /*var(--shop_tertiary);*/ /*rgba(242, 208, 167, 0.7);*/
}
#footer .social .fab:hover, #footer .social .fas:hover {
  color: var(--shop_secondary_hover); /*#fff;*/
}
#footer ul li {
  list-style: none;
  display: block;
}
#footer ul  {
  padding-left: 0;
}
#footer ul  li a {
  text-decoration: none;
  color: var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
  text-decoration:none;
  font-size: 1.4em;
}
#footer a:hover {
  text-decoration: none;
  color: var(--shop_tertiary_hover); /*#f5f5f5 !important;*/
}
#footer .logo-part {
  padding-right: 20px;
  border-right: 1px solid var(--shop_tertiary); /*rgba(242, 208, 167, 1.0);*/
  height: 100%;
}

/*--------------------------------------------------------------
# RESPONZIVNI
--------------------------------------------------------------*/
@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    /*padding: 20px 0 5px 0;*/
    padding: 45px 0 5px 0;
    height: 100px;
  }

  #header #logo h1 {
    /*font-size: 34px;*/
    font-size: 14px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
    top: 60px;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
    #intro {
        height: 120px; /*auto;*/
    }
    #intro #intro-carousel .item {
        height: 16.0vh;
    }
    .owl-carousel .owl-nav {
        top: -1.3rem;
    }
  #intro .intro-content {
    top: 4vh;
  }
  #intro .intro-content h2 {
    font-size: 20px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}</pre></body></html>