@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");

#modal-492437 .modal-dialog {
  width: auto;
  margin: auto;
}


/* novy vzhled
==========================*/

#index #panel-news .more a, .btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0.9rem 1.3rem;
}

#index #panel-news .more a:hover, .btn:hover, #index #panel-news .more a:focus, .btn:focus {
  -webkit-transform: none;
  transform: none;
  outline: none !important;
}

#index #panel-news .more a:active, .btn:active, #index #panel-news .more a:active:focus, .btn:active:focus {
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#index #panel-news .more a .goin, .btn .goin {
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
  width: inherit;
  padding: 0;
  margin: inherit;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#index #panel-news .more a .goin:after, .btn .goin:after {
  content: '\f178';
}

#index #panel-news .more a .goin:hover, .btn .goin:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

#index #panel-news .more a, .btn.btn-primary, .btn.btn-default, a:not(.btn) .goin {
  position: relative;
}

#index #panel-news .more a:before, .btn.btn-primary:before, .btn.btn-default:before, a:not(.btn) .goin:before {
  content: '';
  background-color: #F78F1E;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#index #panel-news .more a:hover:before, .btn.btn-primary:hover:before, .btn.btn-default:hover:before, a:not(.btn) .goin:hover:before {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#index #panel-news .more a, .btn.btn-primary {
  position: relative;
  display: inline-block;
  color: #545454;
  background-color: transparent;
  border: solid 1px #F78F1E;
}

#index #panel-news .more a:before, .btn.btn-primary:before {
  border-radius: 8px;
}

#index #panel-news .more a:hover, .btn.btn-primary:hover, #index #panel-news .more a:focus, .btn.btn-primary:focus {
  color: #0D0D0D;
  border-color: #F78F1E;
  background-color: #F78F1E;
}

#index #panel-news .more a:hover .goin, .btn.btn-primary:hover .goin, #index #panel-news .more a:focus .goin, .btn.btn-primary:focus .goin {
  color: #fff;
}

#index #panel-news .more a .goin, .btn.btn-primary .goin {
  color: #F78F1E;
  background-color: transparent;
}

/* Spacing classes */
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 10rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 5rem;
}

.ml-3 {
  margin-left: 10rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 5rem;
}

.mr-3 {
  margin-right: 10rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 10rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 10rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 2.5rem;
}

.pl-2 {
  padding-left: 5rem;
}

.pl-3 {
  padding-left: 10rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 5rem;
}

.pr-3 {
  padding-right: 10rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

body {
  background-color: #fcfcfc;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .btn-primary {
  border-color: #F78F1E;
  color:#0D0D0D;
}

.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 > .active > a:focus:after, 
#index .navbar:not(.f-nav) .navbar-nav > .active > a:hover:after, 
#index .navbar:not(.f-nav) .navbar-nav > .active > a:after, 
#index .navbar:not(.f-nav) .navbar-nav > li > a:hover:after, 
#index .navbar-default:not(.f-nav) .navbar-nav > .open > a:after, 
#index .navbar-default:not(.f-nav) .navbar-nav > .open > a:focus:after, 
#index .navbar-default:not(.f-nav) .navbar-nav > .open > a:hover:after {
  background-color:#0D0D0D;
}


.h1:after, h1:after, #separator h3.panel-title::after, 
#second h3.panel-title::after, #blog h3.panel-title::after, 
#panel-products h3.panel-title:after, #random-image h3::after, 
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, 
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, 
.nav-tabs > li > a:hover, .nav-pills > li > a:hover, .nav-pills > li.active > a, 
.goin, #panel-news .more a, footer #panel-news .more a, 
#list-comments > .media .media-heading, .btn-primary {
  background: #F78F1E;
}



a, .btn-link, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #F78F1E;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 0;
}

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

.cc_container.cc_banner {
  background-color: #F78F1E !important;
}

.cc_container.cc_banner .cc_btn,
.cc_container.cc_banner .cc_btn:visited {
  color: #545454 !important;
  background-color: #fff !important;
}

.nav-pills>li>a:hover, .nav-pills>li.active>a,
.nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color:#0D0D0D;
}

main {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

aside {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

body:not(#index) #blog {
  display: none;
}

div[id*="modal-"].modal.in {
  display: -ms-grid !important;
  display: grid !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  font-size: 62.5%;
}

body {
  font: 1.8rem "Raleway", sans-serif;
  color: #545454;
  line-height: 1.6;
  /* Automatic color function */
}

a {
  color: #20399D;
  text-decoration: none;
}

a:hover, a:focus {
  color: #F78F1E;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #545454;
}


h1, h2, h3 {
  font-weight: 700;
}

main > section:not(:first-of-type) h1 {
  /* to increase space between sections */
  margin-top: 10rem;
}

#motto-title {
  font-family: "Raleway", sans-serif !important;
  color: #fff !important;
  font-size: 4rem !important;
}

@media (max-width: 991px) {
  #motto-title {
    font-size: 2.52rem !important;
  }
}

#motto-text {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  font-size: 10rem !important;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 991px) {
  #motto-text {
    font-size: 7rem !important;
  }
}

@media (max-width: 767px) {
  #motto-text {
    font-size: 3.84rem !important;
  }
}

h1 {
  font-size: 4.4rem;
  text-transform: uppercase;
}


h1:after {
  display:none;
  background: #F78F1E;
}

@media (max-width: 991px) {
  h1 {
    font-size: 3.84rem;
  }
}

h2 {
  font-size: 3.5rem;
}

@media (max-width: 991px) {
  h2 {
    font-size: 2.94rem;
  }
}

h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

h5 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

h6 {
  font-size: 1.4rem;
  text-transform: uppercase;
}

#prices-original,
#prices {
  color: #545454
}

#motive {
  position: relative;
  background-size: cover;
}

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

@media (max-width: 575px) {
  #index #motive {
    height: 100vh;
    max-height: 100%;
    margin-bottom: 0;
  }
}

#motto {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#contactus {
  display: none;
}

#own-motive {display:none}
#index #own-motive {display:block;}

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


#own-motive .carousel-caption {
  top: 43%;
  bottom:unset;
  padding: 20px 8%;
  text-align: center;
  text-shadow: none;
  font-size:3rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcb874+50,fcb874+99&0+0,0.7+10,0.8+50,0.75+50,0.7+90,0+100 */
  background: -moz-linear-gradient(left,  rgba(252,184,116,0) 0%, rgba(252,184,116,0.7) 10%, rgba(252,184,116,0.75) 50%, rgba(252,184,116,0.7) 90%, rgba(252,184,116,0.07) 99%, rgba(252,184,116,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(252,184,116,0) 0%,rgba(252,184,116,0.7) 10%,rgba(252,184,116,0.75) 50%,rgba(252,184,116,0.7) 90%,rgba(252,184,116,0.07) 99%,rgba(252,184,116,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(252,184,116,0) 0%,rgba(252,184,116,0.7) 10%,rgba(252,184,116,0.75) 50%,rgba(252,184,116,0.7) 90%,rgba(252,184,116,0.07) 99%,rgba(252,184,116,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcb874', endColorstr='#00fcb874',GradientType=1 ); /* IE6-9 */

}

#own-motive .carousel-caption h3 {
  margin:5px 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 4rem;
  color:#0d0d0d;
  font-family: "Montserrat", sans-serif;
}

#own-motive .carousel-caption a.btn {
  margin-top: 20px
}
#own-motive .carousel-control.left,
#own-motive .carousel-control.right {
  background-image: none;

}


@media (max-width: 992px) {
  #own-motive .carousel-caption {
    right: 15%;
    bottom: 20%;
    left: 15%;
  }

  #own-motive .carousel-caption h3 {
    font-size: 3rem;
    margin-bottom:10px;
  }

  #own-motive .carousel-caption a.btn {
    margin-top:0px
  }
}


@media (max-width: 768px) {
  #own-motive .carousel-caption {
    right: 0%;
    bottom: 0;
    left: 0%;
    padding: 15px;
    text-align: center;
    position: relative;
    background:unset;
    background-color: #E1EFCF;
    width:100%;
  }

  #own-motive .carousel-caption h3 {
    color:#545454;
    font-size: 3rem;
    margin: 10px 0 20px
  }

  #own-motive .carousel-caption a.btn {
    margin: 0 0 10px;
    padding:0.9rem 1.3rem;
  }
}



/* display first h1 in header */
/*
body:not(#index):not(.product-detail):not([class*="rubric-"]) #motive {
display: block;
height: 300px;
background-position: center;
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) #motive:before {
background-color: rgba(0, 0, 0, 0.6);
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) #motto {
display: none;
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title {
padding-bottom: 0;
border-bottom: none;
text-align: center;
color: #fff;
margin: auto;
margin-top: -265px;
margin-bottom: 215px;
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title:after {
margin-left: auto !important;
margin-right: auto !important;
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) .section-container h1.page-title {
margin-top: -290px;
}

@media (min-width: 992px) {
body:not(#index):not(.product-detail):not([class*="rubric-"]) #motive {
height: 350px;
}
body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title {
margin-top: -305px;
margin-bottom: 230px;
}
body:not(#index):not(.product-detail):not([class*="rubric-"]) .section-container h1.page-title {
margin-top: -330px;
}
}
*/

#random-image h3,
#separator h3.panel-title,
#second h3.panel-title,
#blog h3.panel-title,
#panel-products h3.panel-title {
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: 800;
  color: #0D0D0D;
  text-transform: uppercase;
}

#second {
  background: #E1EFCF;
  color: #0D0D0D;
}

#second h3.panel-title {
  color: #0D0D0D
}


#bar-footer a,
#bar-poweredby a {
  color: #0D0D0D;
}

#bar-footer a:hover,
#bar-poweredby a:hover {
  color: #fff;
}

footer {
  color: #0D0D0D;
  background-color: #8DC63F;
  padding: 3rem 0 3rem;
}

footer > .container {
  padding: 0;
}
footer h3, footer .panel-title, 
footer #panel-products h3.panel-title {
  color: #0D0D0D;
  text-align: left !important;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 3rem !important;
}

footer h4 {
  color: #d9d9d9;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
}

footer a {
  color: inherit;
}

footer a:hover, footer a:focus {
  color: #fff;
}
footer hr{
  border-color: #333;
}

footer ul {
  text-align: left;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}

footer ul li {
  position: relative;
}

footer ul li .fa {
  position: absolute;
  left: -2.5rem;
  top: 0.5rem;
  display: inline-block;
  width: 2rem;
  text-align: center;
}

footer ul li [class*='social'] .fa {
  position: relative;
  font-size: 4rem;
  width: auto;
  margin-right: 0.5rem;
}

.social-site-icon a {
  position: relative;
  height: 5rem;
  border-radius: 10px !important;
}

.social-site-icon a .fa {
  top: 0.6rem;
  left: 0.95rem;
}

.social-site-icon a .fa-facebook {
  left: 1.4rem;
}

.social-site-icon li.li a {
  background-color: #0077B5;
}


#footer-contact .fa {
  color: inherit !important;
  margin-left: auto !important;
}

#footbox ul {
  list-style: none;
  padding-left: 2.5rem;
}

#footbox .section-container > .row {
  margin: auto;
}

@media (min-width: 768px) {
  #footbox .section-container > .row {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #footbox .section-container > .row {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #footbox .section-container > .row {
    width: 1170px;
  }
}

@media (min-width: 1500px) {
  #footbox .section-container > .row {
    width: 1170px;
  }
}

.copy {background-color:transparent}
.copy.nomb {padding-bottom:0;}


#index header {
  position:sticky
}

#top-ribbon {
  background-color: #8DC63F ;
  color:#0D0D0D;
}

#top-ribbon .btn.btn-danger:hover,
#top-ribbon .btn.btn-danger {
  color:#0D0D0D;
}


#navbar {
  background-color: transparent !important;
}

@media (max-width: 991px) {
  #navbar {
    max-height: none;
  }
  #navbar .navbar-nav {
    height: 100vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10rem;
  }
}

#navbar .nav.navbar-nav li a:after {
  content: '';
  position: absolute;
  top: 75%;
  left: 15px;
  width: 50%;
  background-color: #0D0D0D;
  height: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  bottom: 0;
  opacity: 0;
}

#navbar .nav.navbar-nav > li > a:hover:after,
#navbar .nav.navbar-nav > li > a:focus:after {
  opacity: 1;
  height: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#navbar .nav.navbar-nav > li.active > a:after {
  opacity: 1;
  height: 2px;
}

.navbar.navbar-default {
  background: #8DC63F !important;
}



.navbar.navbar-default .navbar-header,
.navbar.navbar-default .logo {
  padding:5px 0px;
}

.navbar.navbar-default #navbar {
  padding:0;
}



#index .navbar-default {
  position:relative;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.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: #0D0D0D;
}

@media (min-width: 992px) {

  #index .navbar.navbar-default {
    background: #8DC63F !important;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  #index .navbar.navbar-default.f-nav {
    background: #8DC63F !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}

#navbar ul li {
  position: relative;
}

@media (max-width: 991px) {
  #navbar ul li a:after {
    display: none;
  }
  #navbar ul li a.active a {
    color: #404040;
  }
  #navbar ul li a.active li[id*="submenu-item"] a {
    color: inherit;
  }
  #navbar ul li.active a {
    color: #404040;
  }

  #navbar ul li.active a:hover,
  #navbar ul li a:hover {
    color: #fff;
  }
}

#navbar ul li.open > ul {
  width: 100%;
  background-color: #fff;
  color:#0D0D0D;
}

#navbar ul li.open > ul li ul li a {
  color: #0D0D0D;
}

#navbar ul li.open > ul li.container {
  width: auto;
  padding-right: 0;
}

@media (min-width: 992px) {
  #navbar ul li.open > ul {
    right: 0;
    width: auto;
    min-width: 22rem;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 0 4px 15px 0 rgba(50, 50, 50, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 10px;
  }
  #navbar ul li.open > ul li ul li a {
    color: inherit;
  }
  #navbar ul 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: '';
  }
}

.logo img {
  max-height: 60px;
}

@media (min-width:1200px) {
  .navbar .navbar-nav>li>a {
    line-height: 40px;
  }
  .logo img {
    max-height: 70px;
  }

}

#navbar ul li.open > ul .container {
  padding-left: 0;
}

#navbar ul 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 ul li.open > ul li ul > .container {
  padding-left: 0;
}

#navbar ul li.open > ul li ul li {
  padding: 0;
}

#navbar ul li.open > ul li ul li a {
  text-decoration: none;
  padding: 1rem 2rem;
}

#navbar ul li.open > ul li ul li a:hover,
#navbar ul li.open > ul li ul li a:focus,
#navbar ul li.open > ul li ul li a:active {
  text-decoration: none;
  background-color: #f2f2f2;
}



/* toggle menu button animation */
.navbar-default .navbar-toggle {
  border-color: #0D0D0D;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #0D0D0D;
}


button.navbar-toggle {
  position: relative;
  height: 33px;
  width: 42px;
  margin-top: 13px;
}

button.navbar-toggle:focus, button.navbar-toggle:active, button.navbar-toggle:hover {
  background: transparent !important;
}

button.navbar-toggle .icon-bar {
  position: absolute;
  left: 9px;
}

button.navbar-toggle .icon-bar:nth-child(2) {
  top: 8px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

button.navbar-toggle .icon-bar:nth-child(3) {
  top: 11px;
}

button.navbar-toggle .icon-bar:nth-child(4) {
  bottom: 7px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  top: 15px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
  bottom: 14px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}


#breadcrumb {
  text-align: left;
}

#sm-search:not(.open) {
  -webkit-transform: translate(-100vw, 0) scale(1);
  transform: translate(-100vw, 0) scale(1);
}

/* Vypis rubriky */
#list-panel-news, #list-pages {
  margin: 0;
}

#list-panel-news, #list-pages {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#list-panel-news > li,
#list-pages > li {
  width: calc(100% - 30px);
  max-height: 100%;
  padding: 15px;
  margin: 15px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);

}

#list-panel-news > li:hover,
#list-pages > li:hover {
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index:900;
}


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

@media (min-width: 992px) {
  #list-panel-news > li,
  #list-pages > li {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  #list-panel-news > li,
  #list-pages > li {
    width: calc(33.3% - 30px);
  }
}

#list-panel-news .image-perex,
#list-pages .image-perex {
  width: 100%;
  border-radius: 10px;
  padding-right: 0;
  margin-bottom: 2rem;
}

#list-panel-news .image-perex img,
#list-pages .image-perex img {
  height: 300px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#list-panel-news .image-perex img:hover,
#list-pages .image-perex img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}


#list-panel-news h4,
#list-pages h4 {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: none;
  line-height: 1.35;
  margin-bottom: 1rem;
}

.item-eshop-product h2 a,
.item-eshop-category h2 a,
.item-photogallery h2 a,
#list-rubrics h2 a,
#list-panel-news h4 a,
#list-pages h4 a {
  color: inherit;
}

.item-eshop-product h2 a:hover, .item-eshop-product h2 a:focus,
.item-eshop-category h2 a:hover, .item-eshop-category h2 a:focus,
.item-photogallery h2 a:hover, .item-photogallery h2 a:focus,
#list-rubrics h2 a:hover, #list-rubrics h2 a:focus,
#list-panel-news h4 a:hover, #list-panel-news h4 a:focus,
#list-pages h4 a:hover,
#list-pages h4 a:focus {
  color: #F78F1E;
}

#list-panel-news .normal-date,
#list-pages .normal-date {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  color: #545454;
  padding: 0;
  margin-bottom: 1rem;
}

#list-panel-news > li .date,
#list-pages > li .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#list-panel-news > li .date .day, #list-panel-news > li .date .rest,
#list-pages > li .date .day,
#list-pages > li .date .rest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #545454;
  font-weight: 700;
}

#list-panel-news .description p:first-of-type {
  display: block;
  /* for IE */
  display: -webkit-box;
}

#index #panel-news h3.panel-title {
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #index #panel-news h3.panel-title {
    font-size: 3.84rem;
  }
}

#index #panel-news .more a {
  font-size: 1.6rem;
  padding: 2rem 4rem;
}

/**/
section.section-3-col-top-text,
section.section-3-col-bottom-text,
section.section-2-col-left-text,
section.section-2-col-right-text,
section.section-pricelist > .row > div > p {
  text-align: left;
}

/* Text with image */
@media (max-width: 991px) {
  .section-2-col-right-text > .row,
  .section-2-col-left-text > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}



section.section-services li {
  border-color: #545454;
}

section.section-carousel h3 {
  color: #fff;
}

/* Boxes */
.section-3-col-top-text.boxes .thumbnail {
  color: #545454;
  background-color: #fff;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
  margin: 15px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display:flex;
  flex-direction:column;
  height:calc(100% - 20px);

}

.section-3-col-top-text.boxes .thumbnail:hover {
  border:0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.section-3-col-top-text.boxes h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;

}

.section-3-col-top-text.boxes ul {
  padding-left:20px;
  text-align: left;
  flex:1
}
.section-3-col-top-text.boxes img {
  margin-top:auto;
    margin-bottom:auto;
}


.section-3-col-top-text.boxes ul li {
  position: relative;
  margin-bottom: 10px;
}

.section-3-col-top-text.boxes ul li .fa {
  color: gray;
  position: absolute;
  left: 0;
  top: 4px;
}

.section-3-col-top-text.boxes .thumbnail{
  background-color:#8DC63F;
  color:#0d0d0d
}

.section-3-col-top-text.boxes .thumbnail p{
  color:#0d0d0d
}

.section-3-col-top-text.boxes .thumbnail h3{
  background-color:#8DC63F;
  color:#0d0d0d
}

.section-3-col-top-text.boxes .thumbnail .btn.btn-primary:before,
.section-3-col-top-text.boxes .thumbnail .btn.btn-default:before {
  background-color:#fff;

}


.section-3-col-top-text.boxes .thumbnail .btn.btn-primary {
  background-color:#F78F1E;
  border: solid 1px #F78F1E;
  color:#0D0D0D;
}

.section-3-col-top-text.boxes .thumbnail  .btn.btn-primary:hover, 
.section-3-col-top-text.boxes .thumbnail  .btn.btn-primary:focus {
  border-color: #F78F1E;
  background-color: #fff;;
}



.section-3-col-top-text.boxes .thumbnail .btn.btn-default {
  background-color:#8DC63F;
  border: solid 1px #8DC63F;
}

.section-3-col-top-text.boxes .thumbnail  .btn.btn-default:hover, 
.section-3-col-top-text.boxes .thumbnail  .btn.btn-default:focus {
  border-color: #8DC63F;
  background-color: #fff;;
}

/* Circles */
.section-3-col-top-text.circles img,
.section-3-col-bottom-text.circles img {
  width: 25rem;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 1rem;
}

.section-3-col-top-text.circles h3,
.section-3-col-bottom-text.circles h3 {
  margin-top: 2rem;
}



/* Links */
a:not(.btn) .goin {
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  width: auto;
  color: #F78F1E;
  background-color: transparent;
  border: 1px solid #F78F1E;
  border-radius: 10px;
}

a:not(.btn) .goin:hover {
  -webkit-transform: none;
  transform: none;
  color: #fff;
  background-color: #F78F1E;
}

/* Buttons */
.btn {
  white-space:normal
}

.btn.btn-default {
  color: #0D0D0D;
  background-color: #fff;
  border-color:#8DC63F;
}

.btn.btn-default:hover {
  color: #0D0D0D;
  background-color: #8DC63F;
}

.btn.btn-default:before {
  background-color: #8DC63F; 
}

.btn.btn-default:hover .goin {
  color: #404040;
}

.btn.btn-default .goin {
  color: #666666;
  background-color: transparent;
}

.btn.btn-sm {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  padding: 0.7rem 1.2rem;
}

.btn.btn-lg {
  font-size: 1.6rem;
  padding: 2rem 4rem;
}

.header-button {
  margin-top: -255px;
  margin-bottom: 64px;
}

.header-button .btn-primary {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent;
}

.header-button .btn-primary:hover {
  background-color: #F78F1E;
  border-color: #F78F1E !important;
}

.header-button .btn-primary .goin {
  color: #fff !important;
}

/* disable styles in editor */
#tinymce .header-button {
  margin-top: 0;
  margin-bottom: 0;
}

#tinymce .header-button .btn-primary {
  border-color: #F78F1E !important;
}

#tinymce .header-button .btn-primary,
#tinymce .header-button .btn-primary .goin {
  color: #F78F1E !important;
}

#tinymce .header-button .btn-primary:hover,
#tinymce .header-button .btn-primary .goin:hover {
  color: #fff !important;
}

#tinymce .header-button .btn-primary:hover .goin {
  color: #fff !important;
}

.alert button.close {
  font-size: 2.5rem;
}

input[type="text"]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #F78F1E !important;
}

form.form-container {
  max-width: 768px;
  margin: 0 auto 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: auto;
  font-size: 1.6rem;
}

form.form-container .form-control:focus {
  border-color: #FCB875;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.form-container input.btn-primary {
  background-color: #fff;
}

form.form-container input.btn-primary:hover {
  background-color: #F78F1E
    ;
}

form.form-container input {
  font-size: 1.8rem;
  min-height: 4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.form-container input[name*="checkbox"] {
  min-height: 15px;
}

form.form-container textarea {
  font-size: 1.8rem;
  resize: vertical;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px;
}

form.form-container input#mailform-submit {
  font-size: 1.6rem;
}

form.form-container input#captcha {
  min-width: 10rem;
}

form.form-container img#captcha-img {
  margin-left: 4rem;
}

form.form-container select.form-control {
  font-size: 1.8rem;
  min-height: 4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.form-container select.form-control:before {
  display: none;
}

@media (max-width: 991px) {
  form.form-container img#captcha-img {
    margin-left: 0;
  }
}

@media (min-width: 1500px) {
  form.form-container {
    max-width: 665px;
  }
  form.form-container img#captcha-img {
    margin-left: 1rem;
  }
}

.signat form.form-container {
  margin-top: auto;
}

#order-form input,
#order-form select,
#order-form textarea {
  font-size: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 4rem;
}

#order-form input:focus,
#order-form select:focus,
#order-form textarea:focus {
  border-color: #F78F1E;
}

#order-form .input-group-addon {
  font-size: 1.6rem;
}

#order-form .btn.btn-primary {
  text-transform: none;
}

#order-form #openid-button {
  background-color: #fff;
}

#order-form #openid-button:hover {
  background-color: #F78F1E;
}

#order-form h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #545454;
}

#order-form h4 {
  text-transform: none;
  margin-top: 4px !important;
}

#order-form .panel {
  border-radius: 10px;
}

#order-form #cart th {
  color: #545454;
}

#order-form .productincart .sremove {
  padding: 0.9rem 1.1rem 0.6rem;
}

#order-form .productincart .sremove .fa {
  font-size: 1.6rem;
}

#order-form .checkbox > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#order-form .checkbox > label input[type="checkbox"] {
  margin-bottom: 3px;
}

#search-bar > form {
  position: relative;
  margin-right: -15px;
}

#search-bar > form > input {
  border-radius: 10px !important;
  padding-right: 3.5rem !important;
}

#search-bar > form > button {
  position: absolute;
  color: #0D0D0D !important;
  font-size: 1.8rem;
  top: 1.4rem;
  right: 1rem;
}

#search-bar input {
  color: #545454;
  font-size: 1.6rem;
  min-height: 3.3rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color:#FCFCFC;
}

#sm-search {
  background-color: rgba(0, 0, 0, 0.8);
}

#sm-search > button[type="button"] {
  color: transparent;
  background: transparent;
}

#sm-search > button[type="button"]:focus {
  outline: none;
}

#sm-search #small-search input {
  font-size: 4.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sm-search #small-search button {
  background-color: #F78F1E;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.panel-search .panel-body > form {
  border-radius: 10px;
}

.panel-search .form-group .control-label,
.panel-search .form-group .text-left {
  padding-top: 0;
  margin-bottom: 1rem;
}

.panel-search .form-group .control-label {
  padding-top: 0.5rem;
}

.panel-search .form-group input[type="text"] {
  min-height: 4rem;
  font-size: 1.6rem;
}

.alert-info {
  border-radius: 10px;
}

.checkbox input {
  outline: none;
}

#search-bar form input:focus,
#search-bar form input:active {
  border-color: transparent !important;
}


#orderform .panel-primary,
#panel-categories, #panel-accounts,
.panel-filter,
.form-horizontal,
.comms {
  background-color:#F2F2F2;
}

section.section-bg-light,
#separator {
  background-color:#E1EFCF;
}

/* comments */



.panel-primary {
  border-radius: 10px;
}

.panel-primary input,
.panel-primary textarea {
  font-size: 1.6rem;
}

.panel-primary input:focus,
.panel-primary textarea:focus {
  border-color: #F78F1E;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-primary input[type="submit"] {
  background-color: #fff;
}

#list-comments h3 {
  background: #f2f2f2 !important;
  color: #545454 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 4px;
  border-left: 4px solid #F78F1E;
  padding-left: 1rem !important;
}

#list-comments .date {
  font-style: normal;
  font-size: 1.6rem;
  color: #b3b3b3;
}

#list-comments a.showanswer {
  cursor: pointer;
}

.section-2-col-right-text img,
.section-2-col-left-text img {
  border-radius: 10px;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .section-2-col-right-text img,
  .section-2-col-left-text img {

  }
}
#list-downloads li .inside,
.image-slider.slick-slider img,
#list-rubrics li .media-body,
.photos .thumbnail,
#photogalleries .thumbnail {
  border-radius: 10px;
}

#list-downloads li .inside:hover,
.image-slider.slick-slider a img:hover,
.image-slider.slick-slider a img:focus,
#list-rubrics li .media-body:hover,
.photos .thumbnail:hover,
.photos .thumbnail:focus,
#photogalleries .thumbnail:hover,
#photogalleries .thumbnail:focus {
  border-color: #eaeaea;
  -webkit-transform: none;
  transform: none;
}

@media (any-hover: hover) {
  .photos .thumbnail:hover {
    -webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    margin-top: -5px;
  }
}

.table-responsive {
  margin-right: auto;
  margin-left: auto;
  border: none;
}

.table-responsive td {
  padding: 8px 15px !important;
}

.contact-box {
  margin-bottom: 4rem;
}

.contact-box ul {
  list-style: none;
  padding-left: 5rem;
  margin-bottom: 4rem;
}

.contact-box ul li {
  position: relative;
}

.contact-box ul li .fa {
  position: absolute;
  left: -2.5rem;
  top: 0.5rem;
  display: inline-block;
  width: 2rem;
  text-align: center;
}

.contact-box ul li [class*='social'] .fa {
  position: relative;
  font-size: 4rem;
  width: auto;
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .contact-text {
    padding-right: 10rem;
  }
}

#map {
  border: 10px solid #f2f2f2;
  border-radius: 10px;
  margin-bottom: 3rem;
}

#map > iframe {
  margin-bottom: -8px;
}

@media (max-width: 1499px) {
  #map {
    margin-left: -16px;
    margin-right: -16px;
  }
}
/*
form.form-container {
margin-top: -28.5rem;
}

@media (min-width: 1200px) {
form.form-container {
margin-top: -25.5rem;
}
}

@media (min-width: 1500px) {
form.form-container {
margin-top: -22.5rem;
}
}*/

#eshop-filters {
  border-radius: 10px;
}

#eshop-filters .form-group {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#eshop-filters label,
#eshop-filters select,
#eshop-filters input {
  font-size: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}

#eshop-filters label:focus,
#eshop-filters select:focus,
#eshop-filters input:focus {
  border-color: #F78F1E;
}

#eshop-filters button[type*="submit"] {
  background-color: #fff;
  border-color: #F78F1E;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#eshop-filters button[type*="submit"]:hover, #eshop-filters button[type*="submit"]:focus {
  background-color: #F78F1EF78F1E;
}

#shopping h2,
.item-eshop-product h2 {
  font-size: 2.4rem;
  margin-top: 2rem;
}

#shopping .thumbnail,
.item-eshop-product .thumbnail {
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#shopping .thumbnail:hover,
.item-eshop-product .thumbnail:hover {
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index:900;
}

#shopping .thumbnail:hover .img-thumbnail,
.item-eshop-product .thumbnail:hover .img-thumbnail {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

#shopping .thumbnail .product-label-special,
.item-eshop-product .thumbnail .product-label-special {
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#shopping .thumbnail .img-thumbnail,
.item-eshop-product .thumbnail .img-thumbnail {
  margin: 0.5rem auto;
}

#shopping .count-products,
#shopping .price,
.item-eshop-product .count-products,
.item-eshop-product .price {
  color: #545454;
}

@media (any-hover: hover) {
  .item-eshop-product .thumbnail .price {
    margin-bottom: -30px;
    padding-top: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .item-eshop-product .thumbnail .more .btn {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .item-eshop-product .thumbnail:hover .price {
    margin-bottom: 20px;
    padding-top: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .item-eshop-product .thumbnail:hover .more .btn {
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
}


#panel-categories,
#panel-accounts {
  border-radius: 10px;
}

#panel-categories h3,
#panel-accounts h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #545454;
}

#panel-categories ul li a:hover,
#panel-accounts ul li a:hover {
  background-color: #F78F1E;
}

#panel-categories ul li,
#panel-accounts ul li {
  margin-top: 0;
}

#panel-categories ul li:last-child a,
#panel-accounts ul li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#panel-categories button[type*="submit"],
#panel-accounts button[type*="submit"] {
  background-color: #fff;
}

#panel-accounts {
  margin-top: 1rem;
}

#form-login input {
  background-color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#detail-product h1 {
  font-size: 4.2rem;
  text-transform: none;
}

#detail-product .dl-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#detail-product .dl-horizontal dt {
  width: auto;
}

#detail-product .dl-horizontal dd {
  margin-left: 2rem;
  margin-bottom: 0.2rem;
}

#detail-product .link-thumbnail:hover img {
  border-color: #eaeaea;
}

#detail-product .link-thumbnail {
  position: relative;
  display: inline-block;
}

#detail-product .link-thumbnail:after {
  position: absolute;
  content: '\f00e';
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 5rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#detail-product .link-thumbnail:hover:after {
  opacity: 1;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

#detail-product .img-thumbnail {
  border-radius: 10px;
}

#detail-product #discount-box {
  position: relative;
  z-index: 1;
}

#detail-product .product-label-special {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#detail-product .input-group .form-control {
  font-size: 1.8rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#detail-product .input-group .form-control:hover, #detail-product .input-group .form-control:focus {
  border-color: #F78F1E;
}

#detail-product .input-group .input-group-addon {
  font-size: 1.6rem;
}

#tabs-product ul li a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#top-ribbon .input-group-btn .label {
  background-color: #F78F1E;
}

#top-ribbon .nav-icon-btn {
  margin-top: 3px;
}



#top-ribbon #basket .input-group-btn .btn.btn-danger {
  position: relative;
  display: inline-block;
  padding: 1rem;
  margin-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#top-ribbon #basket .input-group-btn .btn.btn-danger:hover {
  color: ;
  background-color: #F78F1E;
  -webkit-box-shadow: 0 -7px #F78F1E;
  box-shadow: 0 -7px #F78F1E;
}

#top-ribbon #basket .input-group-btn .btn.btn-danger:hover .label {
  color: #F78F1E;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#top-ribbon #basket .input-group-btn .btn.btn-danger .label {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.filter-default {
  filter: invert(62%) sepia(29%) saturate(5225%) hue-rotate(10deg) brightness(104%) contrast(101%);
}

/* search results */
@media (max-width: 991px) {
  #eshop-products .item-eshop-product {
    width: 50%;
  }
}

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

/*vlajky*/
#header {
  width:100%;
  position:sticky;
  z-index:1001;
  width:100%;
  top:0;
}
#header .container {
  position:relative;
}

.flags {
  display:inline;
  position:absolute;
  right:15px;
  top:10px;
}
.flags img{
  border-radius: 10px;
}
.flags img:first-of-type {
  margin-right:5px;
}

#top-ribbon #search-bar {
  margin-right:20px
}

@media (min-width:500px){
#top-ribbon .container {
  padding-right:105px
}
}
  
@media (max-width:500px) {
  #top-ribbon  {padding-top:52px}
  #top-ribbon #search-bar {margin-right:unset;}
}



@media (min-width: 1500px) {
  .container {
    width: 1170px;
  }
  section.section-bg-light > .row {
    width: 1170px;
  }
}

.section-flex .row{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap!important;
  justify-content:center;
}

.section-flex .row .col{
  display:flex;
  flex-direction:row;
  padding:40px;
  display:flex;
  justify-content:center;
  align-items:center;
  max-width:300px;
}
.section-flex .row .col img {
  width:auto;
  max-height:80px
}

.list-welko {
  padding-left:0;
}

.list-welko li{
  display:flex;
  align-items:center;
  list-style-type:none;
  background-position:left center;
  border-bottom:1px solid #f2f2f2;
  padding:10px 0 10px 75px;
  position:relative;
  min-height:78px;

}

.list-welko li:before{
  content:"";
  background-image:url("/obrazek/3/list-welko-png");
  background-repeat: no-repeat;
  background-position:center;
  background-color:#E1EFCF;
  border-radius:50%;
  height:32px;
  width:32px;
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  padding:25px;
}


/* popup welko app */
#modal-481552 .modal-body > p {
  display: none;
}

.welko-app-banner {
  position: relative;
}
.welko-app-banner > img {
  width: 100%;
  height: auto;
}
.welko-app-banner a {
  position: absolute;
}

.welko-app-banner a:focus {
  outline: none;
}

.welko-app-banner a:hover {
  opacity: .85 !important;
}

@media screen and (min-width: 992px) {
  #modal-481552 .modal-dialog {
    width: 530px;
  }
}

@media screen and (max-width: 767px) {
  #modal-481552.in {
    display: flex !important;
    align-items: center;
  }
  .welko-app-banner {
    padding-bottom: 1rem;
  }
  .welko-app-banner a {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

#se-webform-5.se-webform .se-image {
  background-size:contain!important;
}
/*own small form - footer*/

/*own small form - footer*/

/*napiste nam 2*/
.napiste-nam {
  position:fixed!important;
  right:10px;
  bottom:10px;
  display:flex;
  align-items:center;
  max-width:200px;
}


.small-form .form-container {
  background-color: #A4D165;
  padding:10px;
  box-shadow:none;
  color:#0D0D0D;
}

.small-form .row {
  display:flex;
  flex-wrap:wrap
}

.small-form input,
.small-form textarea {
  background-color: #C8E3A3;
  border:0;
}

.small-form form.form-container input {
  min-height:unset;
}

.small-form textarea {
  height:100px
}

.small-form label,
.small-form .form-group {
  margin:0;
}
.small-form label {
  margin-top:5px;
} 

.small-form .form-group:nth-of-type(4){
  padding-top:00px!important
}

.small-form .form-container div:nth-of-type(5){
  display:none!important
}

.small-form form.form-container img#captcha-img {
  display:block;
  margin:0 0 5px 0;
}


.small-form .aster {
  display:none
}
.small-form .form-container span.asterisk {
  color:#0D0D0D;
  position: relative;
  right: 0px;
}


.napiste-nam p {
  text-align:right;
  margin-bottom:5px
}

.napiste-nam p img{
  line-height:30px;
  margin-top:-3px;
  margin-left:3px;
}

.napiste-nam .btn.btn-primary {
  background-color:#F39527;
  color:#0D0D0D;
}

.small-form .btn.btn-primary:hover,
.napiste-nam .btn.btn-primary:before {
  background-color: #fff;
}

