
body {font-family: 'Montserrat', sans-serif; margin: 0; padding: 0; font-size: 14px; font-weight: 300; line-height: 1.5; background-color: #ffffff; color: #333333;}

INPUT, TEXTAREA, SELECT {padding: 0px; margin: 0px; border: 1px #ccc solid; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; font-family: inherit; font-size: inherit; color: inherit; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
INPUT:FOCUS, TEXTAREA:FOCUS, SELECT:FOCUS {box-shadow: inset 0 0 4px rgba(0,0,0,0.15);}
INPUT[type=submit] {cursor: pointer;}
INPUT[type=checkbox] {cursor: pointer;}
HR {width: 100%; height: 1px; border: 0px; margin: 30px 0px; float: left; background-color: #e8e8e8;}

* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.mainFrame {width: 1280px; margin: 0px auto;}

/* tinymce */
.tinymceCont {width: 100%; float: left; padding: 0px 0px 15px 0px; font-size: 16px;}
.tinymceCont h1 {font-size: 34px; margin: 30px 0px 10px 0px; text-align: center; font-weight: 700; color: #664722; text-transform: uppercase;}
.tinymceCont h2 {font-size: 27px; margin: 20px 0px 10px 0px;}
.tinymceCont h3 {font-size: 21px; margin: 20px 0px 10px 0px; color: #664722;}
.tinymceCont h4 {font-size: 19px; margin: 20px 0px 10px 0px;}
.tinymceCont h5 {font-size: 18px; margin: 20px 0px 10px 0px;}
.tinymceCont h6 {font-size: 17px; margin: 20px 0px 10px 0px;}
.tinymceCont p {font-size: 17px; margin: 0; padding: 15px 0px 15px 0px; line-height: 1.4; font-weight: 300;}

.tinymceCont ul {width: 100%; float: left; padding: 0; margin: 10px 0; font-size: 14px; line-height: 1.6; font-weight: 300; list-style: none;}
.tinymceCont ul li {position: relative; padding: 1px 0 1px 20px; margin: 0 0 0 0;}
.tinymceCont ul li:before {content: ''; position: absolute; display: block; left: 0; top: 12px; width: 4px; height: 4px; background-color: #333333; border-radius: 50%;}


.tinymceCont a {text-decoration: underline;}
.tinymceCont .btn {
  *padding: 5px 30px;
  *border: 1px solid #e1c8a7;
  color: #664722;
  font-size: 17px;
  font-weight: 100;
  border-radius: 20px;
  background-color: #f8e4cc;
}
/* tinymce */



IMG {border: 0px; max-width: 100%;}
P, UL, LI, H1, H2, H3, H4, H5, H6 {margin: 0px;}
a {color: inherit; text-decoration: none; -moz-transition: all 200ms ease-in; -webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; transition: all 200ms ease-in;}
a:hover {text-decoration: none; -moz-transition: all 200ms ease-in; -webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; transition: all 200ms ease-in;}
hr {width: 100%; border-bottom: 1px dashed #664722; margin: 20px 0px; float: left; *background-color: #ccc;}
strong {font-weight: 600;}

#menuMobile {display: none;}

.filter {width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: rgba(0,0,0,0.15);}

/* Loader */
#loaderOverlay {width: 100%; height: 100%; float: left; background-color: rgba(0,0,0,0.3); position: fixed; top: 0px; left: 0px; display: none; z-index: 1000;}
#loaderOverlay .inner {width: 100%; height: 100%; float: left; display: flex; justify-content: space-around; align-items: center;}
#loaderOverlay P {color: #FFF; font-size: 18px !important; font-weight: 500;}


.burger {display: none;}

#header {width: 100%;}
#header .inner {width: 100%; padding: 15px 0; display: flex; justify-content: space-between; align-items: center;}

#header .inner .menu {margin-left: auto; margin-right: 40px;}
#header .inner .menu ul {list-style: none; margin: 0; padding: 0;}
#header .inner .menu ul li {list-style: none; margin: 0; padding: 0;}
#header .inner .menu ul li a {margin: 0 20px; font-size: 15px; font-weight: 400; text-transform: uppercase;}
#header .inner .menu ul li a:hover {color: #000000;}

#header .inner a.fb svg {width: 50px; display: block; fill: #999999;}

#bannerPhoto {position: relative; width: 100%;}
#bannerPhoto img {display: block;}
#bannerPhoto .text {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
#bannerPhoto .text h2 {font-weight: 700; font-size: 46px; color: #ffffff; text-transform: uppercase;}
#bannerPhoto .text p {font-weight: 500; font-size: 32px; color: #ffffff; text-transform: uppercase;}


#homeText {width: 100%;}
#homeText h1 {margin: 20px 0; font-size: 30px; font-weight: 400; text-transform: uppercase;}
#homeText h3 {margin: 20px 0; font-size: 21px; font-weight: 400;}
#homeText .inner {width: 100%; padding: 40px 0; text-align: center;}
#homeText .inner ul {width: 70%; margin: 0 15%; display: flex; flex-wrap: wrap; text-align: left; gap: 0 40px;}
#homeText .inner ul li {width: calc(50% - 20px); margin: 0;}


#catList {width: 100%;}
#catList .inner {width: 100%; display: flex; gap: 30px; justify-content: center; flex-wrap: wrap;}
#catList .inner .item {max-width: 350px;}
#catList .inner .item img {display: block; max-width: 100%;}


#bannerKava {position: relative; width: 100%; margin: 60px 0 20px 0;}
#bannerKava img {display: block;}
#bannerKava .text {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
#bannerKava .text h2 {font-weight: 400; font-size: 30px; color: #ffffff; text-transform: uppercase;}
#bannerKava .text p {font-weight: 400; font-size: 20px; color: #ffffff;}


#chlebickarna {width: 100%; margin: 60px 0 20px 0; font-size: 18px;}
#chlebickarna img {max-width: 100%; max-height: 100%;}
#chlebickarna h2 {width: 100%; margin: 0 0 60px 0; font-size: 30px; text-transform: uppercase; text-align: center; font-weight: 400;}
#chlebickarna .inner {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 100px;}
#chlebickarna .inner .col {display: flex; flex-direction: column; align-items: center;}
#chlebickarna .inner .col.prodejna img {display: block; width: 400px;}


#map {width: 100%; margin: 60px 0;}
#map iframe {display: block; width: 100%; height: 400px;}


#fotogalerie {width: 100%; margin: 60px 0 0 0;}
#fotogalerie h2 {width: 100%; margin: 0 0 0 0; font-size: 30px; text-transform: uppercase; text-align: center; font-weight: 400;}
#fotogalerie .inner {width: 100%; margin: 0; padding: 0 50px;}


#syryBanner {width: 100%; display: inline-block; margin: 80px 0 0 0; text-align: center;}


#footer {width: 100%; display: inline-block; margin: 60px 0;}
#footer .inner {width: 100%; margin: 0; text-align: center;}


.scroll-top {position: fixed; right: 20px; bottom: 20px; width: 44px; height: 44px; display: none; align-items: center; justify-content: center; color: #fff; border-radius: 50%; text-decoration: none; z-index: 999;}
.scroll-top svg {fill: #333333;}




