body {
	background-color: #f3dcc0 !important;
  color: #220000 !important;
  /*font-family: 'Patrick Hand', cursive !important;*/
}

.container {
	display: table;
}

/* HEADER */
.header-brand  {
	background-color: #bb1717;
	padding: 15px 0;
	margin-top: 40px;
}

@media only screen and (max-width: 991px) {
	.header-brand {display: none;}
}

.logo-right {
	width: 100px;
	margin-top: 25px;
}

.header-menu .navbar {
	border-bottom: 1px solid #0a7312;
	line-height: 40px;
	padding: 0;
}

.mobile-logo {
	width: 150px;
	height: auto;
}

@media only screen and (min-width: 991px) {
	.mobile-logo {display: none;}
}

.navbar-light .navbar-toggler {
	margin: 10px 0;
}

 .navbar-nav .nav-link  {
	padding-left: 0 !important;
	padding-right: 50px !important;
	text-transform: uppercase;
	font-weight: 700;
	color: #220000 !important;
}

.navbar-nav .nav-link:hover  {
 color: #C30E1A !important;
}

.phone-number {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
}

.phone-number a{
  color: #fff;
}

.phone-number a:hover{
  color: #0a7312;
}

/* PRVNI SEKCE PRISPEVKU */
.first-contribution-section {
	padding-top: 30px;
}

/* ONE-GRID CONTRIBUTION */
.contribution-box-one {
	float: left;
	background-color: #fff;
	margin-bottom: 60px;
}

.contribution-box-one .contribution-category {
	display: block;
	margin-top: 30px;
	color: #C30E1A;
	letter-spacing: 1px;
	text-decoration: underline;
	margin-bottom: 10px;
}

.contribution-box-one .img-fluid {
	width: 100%;
}

.contribution-box-one h2 {
  margin: 0px;
  font-size: 28px;
  padding: 10px;
  color:#0a7312;
  display: block;
  float: left;
  width: 100%;
}

.contribution-box-one .date {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0;
}

.contribution-box-one p {
	display: block;
	float: left;
	width: 100%;
  padding: 10px;
}

.contribution-box-one p a{
	color: #bb1717;
}

.contribution-box-one p a:hover{
	color: #0a7312;
}

/* THREE-GRID CONTRIBUTION */
.contribution-box-three {
	text-align: center;
	margin-bottom: 60px;
	float: left;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.contribution-box-three .contribution-box-three-text {
	background-color: #fff;
	float: left;
}


.contribution-box-three-text h2 {
	font-size: 23px;
	padding: 10px 5px 0px 5px;
  color: #0a7312;
  margin-top: 20px;
  margin-bottom: 15px;
}

.contribution-box-three-text .date {
	margin-bottom: 15px;
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}

.contribution-box-three-text .date .alergen {
	display: inline-block;
	background: #220000;
  color: #fff;
  border: 1px solid #bb1717;
  padding: 2px 10px;
  border-radius: 50%;
  margin: 0 3px;
}

.contribution-box-three-text p {
	height: 50px;
	width: 100%;
	float: left;
	display: block;
	text-align: center;
  margin-bottom: 5px;
  padding: 0 5px;
}

.contribution-box-three-text .cena {
	margin-bottom: 15px;
	width: 100%;
	float: left;
	display: block;
	text-align: center;
  font-size: 22px;
  color: #220000;
  font-weight: 500;
  padding-left: 15px;
}

.kompletni-nabidka {
  width: 320px;
  display: inline-block;
  background: #bb1717;
  margin-top: -10px;
  padding: 15px 0;
  text-decoration: none;
  color: #fff;
  margin-bottom: 50px;
  border-radius: 4px;
}

.kompletni-nabidka:hover {
   background: #0a7312;
   color: #fff;
   text-decoration: none;
}

/* KONTAKT */

.contact-section {
	padding-top: 0px;
  padding-bottom: 40px;
}

.contact-case {
  display: block;
  float: left;
  background: #fff;
  padding-bottom: 20px;
}

.contact-box {
  display: block;
  float: left;
}

.contact-box .contact-h {
  margin-top: 20px;
  font-size: 19px;
  color: #0a7312;
  font-weight: 700;
  display: block;
  float: left;
  width: 100%;
}

.contact-box .contact-text {
  margin-top: 10px;
  font-size: 18px;
  color: #220000;
  display: block;
  float: left;
  width: 100%;
}

.contact-box .contact-strong {
  margin-top: 10px;
  font-size: 18px;
  color: #220000;
  font-weight: 500;
  display: block;
  float: left;
  width: 100%;
}

.map-box {
  display: block;
  float: left;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.map-box iframe {height: 250px;}
}

/* FOOTER */
.footer {
  background: #0a7312;
}

.footer-contributions-copyright {
  text-align: center;
}

.footer-contributions-copyright span {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

/* SWIPER */

.swiper-container {
    width: 100%;
    height: 100%;
}
  
  .swiper-slide {
    display: block;
    float: left;
}

/* NABIDKA */
.nabidka-box {
  background: #fff;
  display: block;
  float: left;
  padding: 20px 10px;
  width: 100%;
}

.nabidka-box p {
  padding: 10px;
  font-size: 18px;
  display: block;
  float: left;
  width: 100%;
}

.nabidka-box p a{
  color: #bb1717;
  font-weight: bold;
}

.nabidka-box p a:hover {
   color: #0a7312;
   text-decoration: none;
}

.nabidka-item {
  display: block;
  float: left; 
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dotted #220000;
}

.nabidka-item h2 {
  color: #0a7312;
  font-size: 26px;
  display: block;
  float: left;
}

.nabidka-item .date {
  display: block;
  float: left;
  margin-left: 10px;
}

.nabidka-item .date .alergen {
  display: inline-block;
	background: #220000;
  color: #fff;
  border: 1px solid #bb1717;
  padding: 2px 10px;
  border-radius: 50%;
  margin: 0 3px;
}

.nabidka-content {
  display: block;
  float: left;
  width: 100%;
}

.nabidka-item p {
  display: block;
  float: left;
  font-size: 20px;
  margin: 0;
  padding: 0;
  width: auto;
}

.nabidka-item .cena {
  display: block;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
	.nabidka-item .cena {
    float: left;
    width: 100%;
    margin-top: 5px;
  }
}  

/* INFORMACE */

.informace-box {
  background: #fff;
  display: block;
  float: left;
  margin-bottom: 50px;
  padding: 20px !important;
}