body {background: #fff; font-family: 'Open Sans', Arial, Tahoma, sans-serif; font-size: 16px; line-height: 23px; font-weight: 400; color: #352f2f; word-spacing: 3px;}
/*@media (max-width: 767px) {
  body{padding-top: 56px;}
}*/
@media (max-width: 478px) {
  body{text-align: center;}
}

sub, sup {font-size: 60%;}
a {color: #aa8b46; outline:none !important; text-decoration: none !important; -webkit-transition: color 0.4s; transition: color 0.4s;}
a:hover, a:active, a:focus {color: initial;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: 'AndroCZ', Arial, Tahoma, sans-serif; color: #000;}
h1, .h1 {font-size: 55px; color: #871231;}
h2, .h2 {font-size: 45px; color: #871231; text-transform: uppercase; padding-top: 0; margin-top: 0; padding-bottom: 25px; padding: 0;}
h3, .h3 {font-size: 26px; color: #871231; margin-bottom: 15px; margin-top: 0;}
h4, .h4 {font-size: 20px;}
h5, .h5 {font-size: 16px;}
h6, .h6 {font-size: 14px;}

.homeH1{position: absolute; left: -9999px;}

p {margin-bottom: 23px;}
hr {margin: 30px 0;}
blockquote {font-family: 'Open Sans', Arial, Tahoma, sans-serif; font-style: italic; background-image: url('/pic/icons/blockquote.png'); background-repeat: no-repeat; background-position: 10px 10px; border-left-width: 0; padding: 15px; padding-left: 50px; border-radius: 1px;}

[class*='fa-']:before {font-family: 'FontAwesome'; color: inherit;}

.has-error .form-control{-webkit-box-shadow: none !important; -moz-box-shadow:none !important; box-shadow: none !important;}
.has-success .form-control {border-color: #5bd1cc; -webkit-box-shadow: none !important; -moz-box-shadow:none !important; box-shadow: none !important;}
.has-success .input-group-addon {color: #3c763d; background-color: #5bd1cc; border-color: #5bd1cc;}
.has-success .form-control-feedback {color: #3c763d;}

.control-label{font-weight: normal;}
.control-label input[type="radio"] {margin-top: 3px;}
.radio {padding-left: 15px;}

.table > thead > tr > th {background-color: #f8f9f9; color: #401919; padding-top: 15px;}

.form-group{padding: 0 10px; margin-bottom: 0;}
.form-group label{font-weight: 500;}
.form-control {height: auto; padding: 20px 20px; background-color: #fff; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; border-color: #ced4d7; color: #4b565b; box-shadow: none; margin-bottom: 40px;}
.form-control::-webkit-input-placeholder {color: #4b565b;}
.form-control:-moz-placeholder {/* Firefox 18- */color: #4b565b;}
.form-control::-moz-placeholder {/* Firefox 19+ */color: #4b565b;}
.form-control:-ms-input-placeholder {color: #4b565b;}
.form-control:focus {color: #4b565b; border-color: #99acb5; box-shadow: none;}
textarea.form-control{margin-bottom: 40px;}

.lower {min-height: 30px!important;}

.searchForm{text-align: center; margin-bottom: 15px;}
.searchForm input{padding: 10px;}
.searchForm .btn-primary{padding: 9px 15px;}
.searchForm .btn-primary:hover{background-color: #aa8b46; color: #fff; border-color: #aa8b46;}


/* TABULKY V MOBILNIM ZARIZENI begin */
@media only screen and (max-width: 800px){
  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {position: absolute; top: -9999px; left: -9999px;}
  .no-more-tables tr { border: 1px solid #ccc; }
  .no-more-tables td {border: none; border-bottom: 1px solid #eee; position: relative; padding: 5px !important; padding-left: 50% !important; white-space: normal !important; text-align:left;}
  .no-more-tables td:before {/*table header*/position: absolute; top: 6px;/*odsazeni*/ left: 6px;/*odsazeni*/ width: 45%; padding-right: 10px; white-space: nowrap; text-align:left; font-weight: bold;}
  .no-more-tables td.checkboxSelect {padding-bottom: 12px !important;} /*vlastni nastaveni*/
  /* Label the data */
  .no-more-tables td:before { content: attr(data-title);}
}
/* TABULKY V MOBILNIM ZARIZENI end */

/* float label begin */
textarea + label, input + label {display: block; cursor: text; color: #777; transition: all.15s ease-out; -moz-transition: all.15s ease-out; -webkit-transition: all.15s ease-out; position: absolute; top: 12px; left: 40px; font-size: 1.1em; font-weight: 300;}
textarea:focus + label, input:focus + label, label.stay {top: -32px; left: 20px; font-size: .9em; font-weight: 300; color: #999; transition: all .15s ease-out;}

@media (max-width: 767px) {
  textarea + label, input + label {top: 18px; left: 30px; font-size: 1.1em; font-weight: 300;}
  textarea:focus + label, input:focus + label, label.stay {top: -22px; left: 30px;}
}
/* float label end */

.help-block{position: absolute; top: -4px; right: 10px; padding: 5px;}

.alert {-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; margin-bottom: 33px;}
.alert .close {opacity: 0.5; -webkit-transition: opacity 0.3s; transition: opacity 0.3s;}
.alert .close:hover {opacity: 1;}
.alert-info {border-color: transparent; background-color: transparent; color: #00a2e7;}
.alert-info .close {color: #00a2e7;}
.alert-danger {border-color: transparent; background-color: transparent; color: #3a3d3e; font-weight: 700;}
.alert-danger .close {color: #3a3d3e;}

.parallax {background-attachment: fixed !important;}
.pb70 {padding-bottom: 70px !important;} .pb40 {padding-bottom: 40px !important;} .pb30 {padding-bottom: 30px !important;} .mt50 {margin-top: 50px !important;}
.mt80 {margin-top: 80px !important;} .mb250{margin-bottom:250px!important}.mb245{margin-bottom:245px!important}.mb240{margin-bottom:240px!important}.mb235{margin-bottom:235px!important}.mb230{margin-bottom:230px!important}.mb225{margin-bottom:225px!important}.mb220{margin-bottom:220px!important}.mb215{margin-bottom:215px!important}.mb210{margin-bottom:210px!important}.mb205{margin-bottom:205px!important}.mb200{margin-bottom:200px!important}.mb195{margin-bottom:195px!important}.mb190{margin-bottom:190px!important}.mb185{margin-bottom:185px!important}.mb180{margin-bottom:180px!important}.mb175{margin-bottom:175px!important}.mb170{margin-bottom:170px!important}.mb165{margin-bottom:165px!important}.mb160{margin-bottom:160px!important}.mb155{margin-bottom:155px!important}.mb150{margin-bottom:150px!important}.mb145{margin-bottom:145px!important}.mb140{margin-bottom:140px!important}.mb135{margin-bottom:135px!important}.mb130{margin-bottom:130px!important}.mb125{margin-bottom:125px!important}.mb120{margin-bottom:120px!important}.mb115{margin-bottom:115px!important}.mb110{margin-bottom:110px!important}.mb105{margin-bottom:105px!important}.mb100{margin-bottom:100px!important}.mb95{margin-bottom:95px!important}.mb90{margin-bottom:90px!important}.mb85{margin-bottom:85px!important}.mb80{margin-bottom:80px!important}.mb75{margin-bottom:75px!important}.mb70{margin-bottom:70px!important}.mb65{margin-bottom:65px!important}.mb60{margin-bottom:60px!important}.mb55{margin-bottom:55px!important}.mb50{margin-bottom:50px!important}.mb45{margin-bottom:45px!important}.mb40{margin-bottom:40px!important}.mb35{margin-bottom:35px!important}.mb30{margin-bottom:30px!important}.mb25{margin-bottom:25px!important}.mb20{margin-bottom:20px!important}.mb15{margin-bottom:15px!important}.mb10{margin-bottom:10px!important}.mb5{margin-bottom:5px!important}.mb0{margin-bottom:0!important}.mt0{margin-top:0!important}

ul, ol{margin-bottom: 35px;}
ul.styled-list li {list-style: none; padding-left: 0;}
ul.styled-list li:before {content: '\f00c'; font-family: 'FontAwesome'; display: inline-block; margin-left: -1.5em; width: 1.5em; color: #401919;}
ul.styled-list.list-caret li:before {content: '\f0da'; width: 1.1em;}
ul.styled-list.list-hand li:before {content: '\f0a4';}
ul.styled-list.list-chevron li:before {content: '\f054';}
ul.styled-list.list-times li:before {content: '\f00d';}
ul.styled-list.list-star li:before {content: '\f006';}
@media (max-width: 767px) {
  ul li{text-align: left;}
}

/* buttons begin */
.button-block {display: block; width: 100%;}
.btn {display: inline-block; position: relative; padding: 18px 25px; line-height: 20px; font-size: 18px; border-radius: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-style: solid; border-width: 1px; letter-spacing: .15em; text-align: center; cursor: pointer; vertical-align: middle; text-transform: uppercase; font-weight: 600; user-select: none; transition: 250ms all ease-in-out;}
.btn:focus, .btn:active, .btn:active:focus {outline: none;}
.btn:before, .btn:after {position: absolute; top: 50%; content: ''; width: 4px; height: 4px; border-radius: 50%; transform: translateY(-50%); transition: 250ms all ease-in-out;}
.btn:before {left: 15px;}
.btn:after {right: 15px;}
.btn:before, .btn:after {display: none;}

.btn-primary {color: #fff; background-color: #c20e1a; border-color: #c20e1a;}
.btn-primary:before, .btn-primary:after {background: #f7a34a;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:hover {color: #c20e1a;  background-color: #fff; border-color: #fff;}

.btn-primary:hover:before, .btn-primary:hover:after, .btn-primary:hover:before, .btn-primary:hover:after {background: #fff;}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {color: #fff; background-color: #a19564; border-color: #a19564;}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e6d3a8;
  border-color: #e6d3a8;
}

iframe{width: 100%; border: 0 none;}

.boxInfo{background-color: #eaebec; padding: 25px;}

.photoRight{float: right; margin-left: 40px; margin-bottom: 20px;}
.photoLeft{float: left; margin-right: 40px; margin-bottom: 20px;}
@media (max-width: 767px) {
    .photoRight, .photoLeft{float: none; margin: 0 auto 30px auto; text-align: center; display: block;}
}

/* strankovani*/
.pagination li{padding-left: 0;}
.pagination li:before{content: ""; padding-right: 0;}
.pagination > li > a, .pagination > li > span {color: #c20e1a; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border-color: #fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background-color: #eee; border-color: #eee;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {color: #c20e1a; background-color: #eee; border-color: #eee;}
/* konec strankovani*/

/*
* @header begin
*/
.topLine{background-color: #470a19; padding: 3px 0;}
.topLine ul{margin: 0; padding: 0; list-style: none; float: left;}
.topLine ul li{display: inline-block;}
.topLine ul li .btn{padding: 8px 10px; font-weight: 400; letter-spacing: 0.1em;}
.topLine ul li .btn-primary{background-color: transparent; color: #fff;}
.topLine ul li .btn-primary:hover{background-color: #c20e1a; color: #fff; border-color: #c20e1a;}
.topLine ul li.active .btn-primary{background-color: #c20e1a;}
.topLine ul li .btn-default{background-color: transparent; color: #c4a860; border: 0 none;}
.topLine .social{float: right;}
.topLine .social a{padding: 8px; display: inline-block;}
.topLine .social a:hover, .topLine .social a:active, .topLine .social a:focus{color: #f7a34a;}
.topLine .search{float: right;}
.topLine form .form-control{height: 38px; padding: 0; border: 0 none;}
.topLine form .btn-default{padding: 8px 10px; background-color: #e5e5e5; border-color: #e5e5e5;}
@media (max-width: 1300px) {
  .topLine .container{width: 100%;}
  .topLine ul li .btn{font-size: 16px; padding: 8px 10px; letter-spacing: 0;}
}
@media (max-width: 991px) {
  .topLine .container{width: 100%;}
  .topLine ul li .btn{font-size: 13px;}
  .topLine .search{margin-top: 5px;}
  .topLine form .form-control{height: 28px; border: 0 none;}
  .topLine form .btn-default{padding: 3px 5px; font-size: 13px; background-color: #e5e5e5; border-color: #e5e5e5;}
}
@media (max-width: 767px) {
  .topLine{height: 0px !important;}
  .topLine ul, .topLine .search{display: none;}
  .topLine .social{float: none; display: block; position: fixed; right: 60px; top: 9px; font-size: 20px; z-index: 99999999;}
}

.stuckContainer{background-color: rgba(255,255, 255, 1); min-height: 75px; }
.stuckContainer > .container{}
.stuckContainer + * {margin-top: 0;}
@media (min-width: 768px) {
  .stuckContainer{min-height: 80px;}
  .stuckContainer + * {margin-top: 0;}
}
@media (max-width: 992px) {
  .stuckContainer{background-image: none;}
  .stuckContainer > .container{background-image: none; width: 100%;}
}

/* section Header*/
header {padding-bottom: 0;}
@media (min-width: 768px) {
  header {padding-top: 0;}
}

@media (min-width: 767px) {
  header .nav {float: right;}
}

/* @subsection Brand*/
.navbar-brand {display: inline-block; float: none; height: auto; padding: 8px 0 0 0; margin-left: 30px;}
.navbar-brand-logo {padding-top: 0; display: inline;}
.navbar-brand-logo img {width: 100px;}

@media (max-width: 991px) {
  .navbar-brand{margin-left: 0;}
  .navbar-brand-logo {padding-top: 0; display: inline;}
}
@media (max-width: 767px) {
  .navbar-brand{margin-left: 0; width: 200px; left: 60px; top: 6px; position: fixed; z-index: 999999;}
  .navbar-brand-logo {display: block; position: absolute; left: auto; top: -2px; z-index: 999999; width: 65px;}
}
@media (max-width: 580px) {
  .navbar-brand {}
}
@media (max-width: 480px) {
  .navbar-brand {}
}

/*@media (max-width: 992px) {*/
  /*.sf-menu > li:first-child {display: none;}*/
/*}*/


/*
* Top mobile links
* -----------------
*/
.toplineMobile{position: fixed; top: 0; right: 15px; z-index: 9999999; text-align: center;}
.toplineMobile a.dropdown-toggle{position: relative; right: 10px; top: 18px;}
.toplineMobile a.dropdown-toggle:after{content: '\f142'; font-family: 'FontAwesome'; font-size: 25px; display: block; padding: 0; margin: 0; border: 0 none;}
.toplineMobile ul.dropdown-menu{margin-top: 30px; border: 0; width: 220px; transform: translate3d(-206px, 8px, 0) !important;}
.toplineMobile ul.dropdown-menu li{padding: 8px 20px; list-style: none; text-align: left;}
.toplineMobile ul.dropdown-menu li:before{display: none;}
.toplineMobile ul.dropdown-menu li a{padding: 0; margin: 0; background-color: transparent; color: #001218; text-align: left; border: none; font-size: 16px;}
.toplineMobile ul.dropdown-menu li a:hover, .mobileMenuLinks .dropdown-menu li a:active{background-color: transparent; color: #c4a860;}
@media (min-width: 768px) {
  .toplineMobile{display: none;}
}

/*
** header end **
*/

.topObr{border-top: 0px solid #c20e1a; border-bottom: 0px solid #c20e1a; text-align: center; margin-bottom: 45px;}
.topObr > h1{font-family: 'Open Sans', Arial, Tahoma, sans-serif; font-size: 80px; font-weight: 900; text-transform: uppercase; background-color: transparent; display: inline-block; margin: 200px auto 0 auto; padding: 0px 40px; line-height: 100%; text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;}
.topObr > p{font-family: 'Open Sans', Arial, Tahoma, sans-serif; color: #000; font-size: 30px; font-weight: 900; text-transform: uppercase; background-color: transparent; display: inline-block; margin: 0px auto 0 auto; padding: 10px 40px; line-height: 120%; text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;}

@media (max-width: 1200px) {
  .topObr > h1{font-size: 60px;}
  .topObr > p{font-size: 22px; margin-top: 10px;}
}

@media (max-width: 991px) {
  .topObr > h1{font-size: 50px;}
  .topObr > p{font-size: 22px; margin-top: 10px;}
}

@media (max-width: 768px) {
  .topObr{min-height: 350px; margin-top: -24px;}
  .topObr > h1{margin-top: 60px; font-size: 50px; padding: 10px;}
  .topObr > p{font-size: 22px; margin-top: 10px; display: inline-block;}
}

@media (max-width: 450px) {
  .topObr{min-height: 180px;}
  .topObr > h1{margin-top: 20px; font-size: 30px; padding: 10px 10px 10px 10px;}
  .topObr > p{font-size: 14px; margin-top: 0px; display: inline-block; padding: 10px;}
}

main{padding-bottom: 55px; padding-top: 5px; min-height: 800px;}

.headerTitle{background-color: #e9eaeb; margin-top: -1px; border-top: 0 solid #c20e1a; border-bottom: 0px solid #eee; padding-top: 25px; padding-bottom: 25px; margin-bottom: 60px; text-align: center;/* background: url('/pic/bgPage.jpg') no-repeat center;*/}
.headerTitle h1{text-transform: uppercase; font-weight: 900;/* text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/}
@media (max-width: 768px) {
  .headerTitle{margin-top: -28px;}
}

.bgDark{background-color: #e9e9ea;}

.anotace h2{font-size: 28px; padding: 0 0 25px 0; margin: 0;}

/* navigacni menu */
.breadcrumbs {margin: 0 auto 10px auto; padding: 0 15px 5px 15px; text-align: center; display: inline-block;}
.breadcrumbs li{font-family: 'Open Sans', Arial, Tahoma, sans-serif; font-size: 1em; font-weight: 500; margin-left: 3px; list-style: none; display: inline-block;}
.breadcrumbs li:before {content: '\f105'; font-family: 'FontAwesome'; margin: 0 8px 0 2px; color: inherit;}
.breadcrumbs li:first-child {margin: 0;}
.breadcrumbs li:first-child:before {content: ''; margin: 0;}
.breadcrumbs li a {font-weight: 500; font-size: 1em; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; text-decoration: underline !important;}
.breadcrumbs li a:hover{color: inherit; text-decoration: none;}

.sectionTitle {text-align: center; font-family: 'Open Sans', Arial, Tahoma, sans-serif; position: relative; padding-bottom: 10px; margin-bottom: 40px;}
.sectionTitle h1 {color: #871231; font-size: 55px; margin: 0 0 10px;}
.sectionTitle h2 {font-size: 40px; margin: 0 0 10px; padding: 0;}
.sectionTitle p {font-size: 1.7em; font-weight: 300; color: #8a7a57; font-family: 'Open Sans', Arial, Tahoma, sans-serif;}
.sectionTitle:after {content: ''; display: block; width: 80px; height: 4px; background-color: #871231; position: absolute; bottom: 0; left: 50%; margin-left: -40px;}
.sectionLeftTitle h2{margin-top: 0;}
.sectionLeftTitle h2.small{font-size: 30px; margin-bottom: 10px;}
.sectionLeftTitle, .footerTitle {font-family: 'Open Sans', Arial, Tahoma, sans-serif; color: #871231; font-size: 25px; text-transform: uppercase; font-weight: 400; margin: 0 0 35px; padding-bottom: 15px; position: relative;}
.sectionLeftTitle:after, .footerTitle:after {content: ''; display: block; width: 80px; height: 4px; background-color: #871231; position: absolute; bottom: 0; left: 0;}
@media (max-width: 480px) {
  .sectionTitle h1 {color: #3d200b; font-size: 60px;}
  .sectionTitle h2, .sectionLeftTitle h2 {font-size: 30px;}
}
section{padding-top: 0; padding-bottom: 0;}

/* section NEWS */
.fastNews {padding-top: 35px; padding-bottom: 35px; text-align: left; background-color: #eaebec;}
.fastNews .sectionTitle h2{}
.fastNews .sectionTitle:after{}
.fastNews .container {padding-top: 5px;}
.fastNews img{margin-bottom: 15px;}
.fastNews .date {display: block; margin: 0 auto; text-align: left;}
.fastNews .date span {display: block; line-height: 100%; vertical-align: middle; text-align: center; padding-top: 15px; font-size: 13px;}
.fastNews .new h2 {margin: 0;  font-weight: 700; font-size: 20px; text-transform: uppercase;}
.fastNews .new h2 a{font-size: 1.1em; font-weight: 400;}
.fastNews .btnAddNews{text-align: center;}

.news{padding-top: 45px; padding-bottom: 65px;}
.news .thumbnail{background-color: transparent; border: 0 none; border-bottom: 0px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin-bottom: 35px;}
.news .thumbnail .basePhoto{margin-bottom: 25px; float: left; margin-right: 35px;}
.news .thumbnail h2{font-size: 22px; padding: 0 0 20px 0; margin: 0;}
.news .thumbnail .date{font-size: .9em; margin-bottom: 25px;}
.new{padding-bottom: 35px;}
.new .basePhoto{margin-bottom: 25px;}
.new .date{font-style: italic; font-size: .9em; border-bottom: 1px solid #ddd; margin-bottom: 15px; padding-bottom: 5px;}
.new .files{margin-bottom: 25px;}

/* Projekty */
.projects{padding-top: 45px; padding-bottom: 65px;}
.projects .thumbnail{background-color: transparent; border: 0 none; border-bottom: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin-bottom: 35px;}
.projects .thumbnail .basePhoto{margin-bottom: 25px; float: left; margin-right: 35px;}
.projects .thumbnail h2{font-size: 22px; padding: 0 0 20px 0; margin: 0;}
.projects .thumbnail .date{font-size: .9em; margin-bottom: 25px;}
.projects{padding-bottom: 35px;}
.projects .basePhoto{margin-bottom: 25px;}
.projects .date{font-style: italic; font-size: .9em; border-bottom: 1px solid #ddd; margin-bottom: 15px; padding-bottom: 5px;}
.projects .files{margin-bottom: 25px;}

/* section O NÁS */
section.sectionOnas{background-color: #e9e9ea;}
section.sectionOnas h2{color: #000; font-weight: 900; font-size: 45px;}
section.sectionOnas .sectionTitle:after {background-color: #000;}
@media (max-width: 480px) {
  section.sectionOnas h2{color: #000; font-weight: 900; font-size: 40px;}
}

/* section Tydenni menu */

.weekMenu h3{margin-bottom: 25px; padding-top: 0;}
.food_fast_menu{margin-bottom: 0; padding-left: 0; list-style: none; text-align: center; border-bottom: 1px solid #D4D4D4; padding-bottom: 10px;}
.food_fast_menu li{display: inline-block; padding: 0 20px 10px 20px;}
.food_fast_menu li a{padding: 0; white-space: nowrap;}

.day_wrap {
  border: 1px solid #D4D4D4;
  border-radius: 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 60px;
}

.day {
  background-color: #F8F8F8;
  height: 40px;
  border-radius: 20px;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 60px;
  padding: 8px 20px;
  font-weight: 600;
}

.food_list {
  padding: 30px 60px 0 60px;
  counter-reset: item;
}

@media (max-width: 660px) {
  .day {
    left: 40px;
  }
  .food_list {
    padding: 30px 10px 0 10px;
  }
}

.food_list li.no_num {
  list-style-type: none;
}
.food_list li {
  border-bottom: 1px solid #D4D4D4;
  position: relative;
  padding-left: 32px;
  padding-right: 6px;
}
.food_list li div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 36px;
  gap: 6px;
  text-align: left;
  padding: 6px 0;
}

.food_list li:last-child {
  border-bottom: none;
}


.num {
  list-style-type: none;
}

.num:before {
  content: counter(item) ". ";
  counter-increment: item;
  height: 100%;
  width: 32px;
  padding-left: 4px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 6px;
}

/* section PRODUCTS */
.products{text-align: center;}
.products{position: relative;}
.products span.icons{width: 30px; height: 100%; position: absolute; display: block; z-index: 1; right: 10px; top: 10px;}
.products span.icons img{margin-bottom: 10px;}
.products h2{font-size: 22px; height: 60px; padding-top: 5px;}

.product{position: relative;}
.product span.icons{width: 30px; height: 100%; position: absolute; display: block; z-index: 1; right: 10px; top: 10px;}
.product span.icons img{margin-bottom: 10px;}
.product h2{font-size: 28px; text-transform: none; text-align: center; padding-top: 15px;}
.product h2.skupina{font-size: 18px;}
@media (min-width: 768px){
  .products span.icons, .product span.icons{width: 40px; right: 20px; top: 10px;}
}
@media (min-width: 1200px){
  .products span.icons, .product span.icons{width: 50px; right: 30px; top: 10px;}
}
@media (max-width: 767px){
  .product{text-align: center;}
}

/* page REFERENCE DETAIL */
.gallery{margin-bottom: 45px;}
.gallery .text{text-align: center; margin-bottom: 35px;}
.gallery .row{margin-bottom: 35px;}
.gallery .colPhoto{margin-bottom: 0; padding-left: 5px; padding-right: 5px;}
.gallery .colPhoto p{font-weight: 300; min-height: 60px; margin-bottom: 0; font-size: .9em; text-align: center;}

.gallery .btns {text-align: center;}
.gallery .btns ul{list-style: none; padding: 0; margin: 0 auto;}
.gallery .btns ul li{display: inline-block; min-width: 120px; margin: 1px;}

.gallery .btns .btn{background-color: #5c5d78; border: 1px solid #5c5d78; width: 100%; margin-bottom: 0; padding: 10px; position: relative; text-align: left; color: #fff; font-size: 18px; font-weight: 400;}
.gallery .btns .btn span{background: url('/pic/btnIcon.png') no-repeat center; width: 18px; height: 16px; position: absolute; right: 10px; top: 10px;}
.gallery .btns .btn:hover, .gallery .btns .btn.active{background-color: #fff; color: #5c5d78; border: 1px solid #5c5d78; -webkit-box-shadow: none !important; -moz-box-shadow:none !important; box-shadow: none !important;}

/* page PRODEJNY */
.prodejna .anotace {margin-bottom: 45px; text-align: center;}

/* page CERTIFIKATY */
.certifikaty img{margin-bottom: 1.5em;}

/* page KONTAKT */
.colKontakt{margin-bottom: 35px;}
.mapa{margin-bottom: 35px; width: 100%; border: 0 none;}
@media (min-width: 478px) and (max-width: 560px) {
  .colKontakt{margin-bottom: 0; min-height: 180px;}
}


/*==================   Thumbnail    ======================*/
.thumb {display: block; position: relative; overflow: hidden;}
.thumb img {width: 100%; height: auto; -moz-transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -o-transition: 0.5s all ease; transition: 0.5s all ease;}
.thumb_overlay {position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 0 20px; opacity: 1; -moz-transition: 0.3s all ease; -webkit-transition: 0.3s all ease; -o-transition: 0.3s all ease; transition: 0.3s all ease; color: #fff; background: transparent; text-align: center;}
.thumb_overlay span{background: rgba(255,255, 255, 1); padding: 10px 20px 10px 20px; font-size: 14px; font-weight: 400; color: #fff; line-height: 120%; letter-spacing: 0; text-transform: uppercase; text-align: center; position: absolute; bottom: 10%; left: 20px; right: 20px;}
/*.thumb_overlay p{font-weight: 900; position: absolute; top: 42%; left: 20px; right: 20px; background-color: rgba(0, 0, 0, .5); padding: 10px;}*/
.thumb_overlay:before {content: '\f065'; position: absolute; top: 50%; left: 0; right: 0; font: 400 30px 'FontAwesome'; line-height: 30px; margin-top: -15px; text-align: center; -moz-transition: 0.4s all ease; -webkit-transition: 0.4s all ease; -o-transition: 0.4s all ease; transition: 0.4s all ease;}
.thumb_overlay.search-plus:before {content: '\f00e';}
.lt-ie9 .thumb_overlay:before {display: none;}
.thumb:hover .thumb_overlay {opacity: 1; background: rgba(255, 255, 255, 0); border-radius: 5%;}
.lt-ie9 .thumb:hover .thumb_overlay {background: none; -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000'); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000'); zoom: 1;}
.lt-ie9 .thumb:hover .thumb_overlay:before {display: block;}
/*.thumb:hover img {-moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}*/

/* video begin */
.video-responsive {padding-bottom: 2em; position: relative;}
.video-responsive iframe {left: 0; top: 0; height: 100%; width: 100%; position: absolute;}
/* video end */

/* gallery slider begin */
.owl-carousel {overflow: hidden;}
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {margin-left: 0;}
.owl-carousel:hover .owl-controls .owl-buttons .owl-next {margin-right: 0;}
.owl-theme .owl-controls {position: absolute; top: 50%; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: 0;}
.owl-theme .owl-controls .owl-buttons .owl-prev {float: left; margin-left: -50px; -webkit-transition: margin-left 0.3s, background-color 0.5s; transition: margin-left 0.3s, background-color 0.5s;}
.owl-theme .owl-controls .owl-buttons .owl-next {float: right; margin-right: -50px; -webkit-transition: margin-right 0.3s, background-color 0.5s; transition: margin-right 0.3s, background-color 0.5s;}
.owl-theme .owl-controls .owl-buttons div {margin: 1px; padding: 13px 13px 18px 13px !important; font-size: 21px; border-radius: 0; background: rgba(0, 0, 0, 0.2); opacity: 1; -webkit-transition: background-color 0.5s; transition: background-color 0.5s;}
.owl-theme .owl-controls .owl-buttons div:hover {background-color: #c20e1a; color: #fff;}
.owl-theme .owl-controls .owl-buttons div:hover .fa {color: #fff !important;}
.owl-theme .owl-controls .owl-page span {background: rgba(0, 0, 0, 0.5);}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {background-color: #fff;}

.gallery-container {position: relative;}
.gallery {margin: 0; padding: 0; list-style: none;}
.gallery .owl-controls {margin-top: 0; position: absolute; top: 50%; width: 100%;}
.gallery .owl-controls .owl-buttons div {background-color: rgba(255, 255, 255, 0.4) !important; padding: 13px 15px; border-radius: 25px; margin-top: -25px; opacity: 0; color: #401919; -webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s !important; transition: opacity 0.3s, background-color 0.3s, color 0.3s !important;}
.gallery .owl-controls .owl-buttons div.owl-prev {float: left; margin-left: 25px !important;}
.gallery .owl-controls .owl-buttons div.owl-next {float: right; margin-right: 25px !important;}
.gallery .owl-controls .owl-buttons div:hover {opacity: 1; color: #fff; background-color: #c20e1a !important;}
.gallery:hover .owl-controls .owl-buttons div {opacity: 0.5;}
.gallery-thumb {margin: 0; padding: 0; list-style: none; max-width: 330px; position: absolute; bottom: 20px; left: 50%; margin-left: -165px;}
.gallery-thumb .owl-item {opacity: 0.4;}
.gallery-thumb .owl-item.synced {opacity: 1;}

.gallery-btn{padding: 25px 0 0 0;}
/* gallery slider end */

.tab-content {border: 1px solid #eaedee; padding: 20px; margin-bottom: 0;}

/* partneri carousel begin */
.partneri{padding: 45px 0; margin-bottom: -45px;}
.partneri h2{color: #757591; font-size: 35px;}
.partneri .sectionTitle:after{background-color: #757591;}

@media (max-width: 450px) {
  .partneri h2{font-size: 25px;}
}

.partnerLogos{margin: 0; padding: 0; list-style: none;}
.partnerLogos li{list-style: none;}
.owl-carousel {overflow: hidden;}
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {margin-left: 0;}
.owl-carousel:hover .owl-controls .owl-buttons .owl-next {margin-right: 0;}
.owl-theme .owl-controls {position: absolute; top: 50%; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: 0;}
.owl-theme .owl-controls .owl-buttons .owl-prev {float: left; margin-left: -50px; -webkit-transition: margin-left 0.3s, background-color 0.5s; transition: margin-left 0.3s, background-color 0.5s;}
.owl-theme .owl-controls .owl-buttons .owl-next {float: right; margin-right: -50px; -webkit-transition: margin-right 0.3s, background-color 0.5s; transition: margin-right 0.3s, background-color 0.5s;}
.owl-theme .owl-controls .owl-buttons div {margin: 1px; padding: 13px 13px 5px 13px; font-size: 31px; border-radius: 0; background: rgba(0, 0, 0, 0); opacity: 1; -webkit-transition: background-color 0.5s; transition: background-color 0.5s;}
.owl-theme .owl-controls .owl-buttons div:hover i {color: #000 !important;}
.owl-theme .owl-controls .owl-page span {background: rgba(0, 0, 0, 0.5);}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {background-color: #000;}
/* partneri carousel end */

/* footer begin */
.footerWidget {background-color: #c20e1a; padding: 70px 0 20px; color: #fff;}
.footerWidget .widget {margin-bottom: 30px;}
.footerWidget .widget:before, .footerWidget .widget:after {content: " "; display: table;}
.footerWidget .widget:after {clear: both;}
.footerWidget a {color: #fff;}
.footerWidget a:hover {color: #f7a34a;}
.footerWidget h2 {color: #fff; font-size: 32px; font-weight: 400; margin: 0 0 25px;}
.footerWidget h3 {color: #fff; font-size: 22px; font-weight: 400; margin: 0 0 5px;}
.footerWidget address {color: #fff; font-size: 18px;}
.footerWidget address strong {color: #969393;}
.footerWidget .boxContact {text-align: center; padding: 55px 15px;}
.footerWidget .boxContact strong {color: #fff; font-size: 33px; padding-bottom: 10px; display: block;}
.footerSocial {margin: 15px auto 0 auto; padding: 0; list-style: none;}
.footerSocial > li {display: inline-block; margin-right: 3px;}
.footerSocial > li > a {display: block; font-size: 18px;  width: 40px; text-align: center; line-height: 40px; color: #fff; -webkit-transition: background-color 0.3s; transition: background-color 0.3s;}
.footerSocial > li > a:hover {background-color: #f7a34a; color: #fff;}
.footerContact{border-left: 1px solid #fff; border-right: 1px solid #fff;}
.footerMenu{padding-left: 35px;}

@media (max-width: 991px) {
  .footerWidget *{text-align: center;}
  .footerContact{border-left: 1px solid #fff; border-right: 0 solid #fff;}
  .footerMenu{padding: 0;}
  .footerMenu ul{padding-left: 0;}
  .footerMenu ul li{display: inline-block; list-style: none; padding: 0 15px 10px 15px;}
  .footerMenu ul li a:hover{text-decoration: underline !important; color: #fff;}
}

@media (max-width: 768px) {
  .footerWidget .widget {margin-bottom: 0;}
  .footerWidget *{text-align: center;}
}

.copyright {padding: 15px 0; color: #fff; background-color: #470a19; font-size: 13px; text-align: right;}
.copyright a {color: #fff;}
.copyright a:hover {color: #fff; text-decoration: none;}
.copyright p {margin: 0;}
/* footer end */

/* scrolovani nahoru begin */
.scrollup{width: 40px; height: 40px; text-indent: -9999px; opacity: 1; position: fixed; bottom: 50px; right: 20px; border-radius: 50px; display: none; background: #be1c24 url('/pic/icons/icon_top.png') no-repeat; -webkit-transition: opacity 0.3s; transition: opacity 0.3s;}
.scrollup:hover{opacity: .6;}
/* scrolovani nahoru end */

/*
 * Cookie consent
 */
#cc_badge {position: fixed; left: 15px; bottom: 12px; display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; color: #fff; background-color: #c20e1a; box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 15%); border-radius: 2.5rem; transition: background-color .25s; cursor: pointer; border: none; padding: 0;}
#cc_badge:hover {background-color: #c20e1a;}
#cc_badge svg {width: 50%; height: 50%; fill: currentColor;}

#cc_div #s-bns .c-bn{background-color: #c20e1a; color: #fff;}
#cc_div #s-bns .c-bn:hover{background-color: #fff; color: #c20e1a;}
#cc_div .b-tg .c-tgl:checked ~ .c-tg{background-color: #c20e1a !important; color: #fff;}
#c-bns button.c-bn:first-child{background-color: #c20e1a; color: #fff;}
#c-bns button.c-bn:first-child:hover{background-color: #fff; color: #c20e1a;}
#cc_div .cc-link{color: #c20e1a; border-bottom: 0; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s;}
#cc_div .cc-link:hover{color: inherit;}

/* Cookie consent */
.map-consent{position: relative;}
.map-consent__static{position: absolute; top: 0; left: 0; width: 100%;}
.map-consent__static img{width: 100%; height: 350px; object-fit: cover;}
.map-consent-active .map-consent__static {display: none;}