/*
MENU page
*/

/*
general
*/

p {
  font-size: 18px;
}

#menu-page a {
  color: #009735;
  font-size: 18px;
  font-family: 'Lora', serif;
  font-weight: 700;
  text-decoration: underline;
}

#menu-page a:hover {
  color: #04477a;
}

.header {
  width: 100%;
  height: 170px;
  background-image: url('../images/sub-header-bkg.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #0561a5;
  margin-top: 100px;
}

.header h1 {
  padding-top: 28px;
  color: white;
  font-size: 48px;
  font-family: 'Lora', serif;
  font-weight: 700;
}

.menu-bkg {
  background-image: url('../images/textura-bkg-left.png');
  background-position: top left;
  background-repeat: no-repeat;
}

/*
tabulka - menu
*/

.tbl-cennik {
  margin-top: 80px;
}

.tab-m {
  display: none !important;
}

.tab {
  display: inline-block !important;
}

.tblch-caption {
  display: inline-block;
  color: #666666;
  font-size: 20px;
  font-family: 'Lora', serif;
  font-weight: 700;
  padding: 20px 20px 10px 20px;
  z-index: 4000;
}

.tblch {
  display: inline-block;
  color: #666666;
  font-size: 20px;
  font-family: 'Lora', serif;
  font-weight: 700;
  padding: 20px 40px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background-color: white;
  margin-right: 6px;
  /*  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
  z-index: 4000;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.tblch.active {
  background-color: #04477a;
  color: white;
  border-color: #04477a;
}

.tblc-content {
  border: 2px solid #04477a;
  z-index: 5000;
}

.tblcc-head-week {
  background-color: #04477a;
  margin: 0px;
}

.thw-caption {
  display: block;
  float: left;
  font-size: 28px;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: white;
}

.thw-caption-m, .nav-content {
  font-size: 28px;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: white;
}

.nav-content {
  cursor: pointer;
}

.thw-btns {
  display: block;
  float: right;
}

.tblcc-head, .tblcc-row {
  margin: 0px;
}

.tblcc-head div {
  background-color: #666666;
  color: white;
  padding: 8px;
}

.tblcc-head {
  background-color: #666666;
}

.tblcc-row div {
  position: relative;
}

.tblcc-row div img.no-record {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.c16 {
  width: 16%;
  font-weight: 500;
}

.c14 {
  width: 14%;
  font-weight: 500;
}

.tblcc-row {
  background-color: white;
  border-bottom: 1px solid #d4d4d4;
}

.tblcc-row div:first-child {
  padding: 0;
  min-height: 75px;
}

.tblcc-row div {
  padding: 8px;
  line-height: 110%;
}

.tblcc-row .c16 {
  position: relative;
}

.tblcc-row .c16 div {
  font-weight: 700;
  color: #04477a;
  font-size: 18px;
  font-family: 'Lora', serif;
  left: 8px;
  top: 50%;
  margin-top: -14px;
  position: absolute;
}

.tblcc-row .c16 div span {
  display: inline-block;
  line-height: 110%;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  color: #666666;
}

.tblcc-row .ee {
  background-color: #eeeeee;
}

.tblcc-row .f4 {
  background-color: #f4f4f4;
}

.tblcc-row-m {
  background-color: #ffffff;
}

.obedovy_salat {
  background-color: #009735;
}

.obedovy_salat div {
  color: #ffffff !important;
}

.veganske_obedy {
  background-color: #666666;
  color: #ffffff !important;
}

.veganske_obedy div {
  color: #ffffff !important;
  margin-top: -32px !important;
}

.tradicne_obedy {
  background-color: #FAA200;
  color: #ffffff !important;
}

.tradicne_obedy div {
  color: #ffffff !important;
  margin-top: -32px !important;
}

.smoothie {
  background-color: #04477a;
  color: #ffffff !important;
}

.smoothie div {
  color: #ffffff !important;
  margin-top: -10px !important;
}

.tblcc-row:last-child {
  border-bottom: none;
}

.tblccrA, .tblccrB {
  color: #666666;
}

table.m-menu {
  width: 100%;
}

td.m-menu-k {
  background-color: #666666;
  color: #ffffff;
}

td.m-menu-v {
  background-color: #ffffff;
  color: #04477a;
}

table.m-menu tr {
  border-bottom: 1px #cccccc solid;
}

table.m-menu tr:last-child {
  border-bottom: none;
}

table.m-menu td {
  font-size: 20px;
  padding: 10px 15px;
  vertical-align: middle;
  text-align: left;
}

table.m-menu table td {
  font-size: 12px;
  padding: 2px 4px;
  vertical-align: middle;
  text-align: center;
}

table.m-menu table td:first-child {
  text-align: left;
}

table.m-menu table  {
  margin-left: auto;
  margin-right: 4px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.tblccrA span {
  font-weight: 700;
  color: #04477a;
  padding-right: 6px;
  font-size: 24px;
}

.tblccrA {
  font-size: 18px;
  font-family: 'Lora', serif;
  padding-top: 8px;
}

.tblccrB {
  padding-bottom: 8px;
}

.tblccrB {
  padding-bottom: 8px;
}

.tblccrCena {
  position: relative;
  background-color: #f4f4f4;
}

.tblccrC {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -15px;
  color: #009735;
  font-size: 24px;
}

strong {
  font-weight: 700;
}

.h2 {
  font-size: 20px;
  font-family: 'Lora', serif;
  color: #04477a;
  font-weight: 700;
  line-height: 130%;
}

.info-text {
  display: inline-block;
  font-size: 16px;
  font-family: 'Lora', serif;
  color: #04477a;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px 24px;
}

/*

*/

.info {
  color: #666666;
  font-size: 1.2rem;
}

.info strong {
  font-weight: 700;
}

#cennik-page h2 {
  color: #04477a;
  font-size: 36px;
  font-family: 'Lora', serif;
  font-weight: 700;
}

/*
cash back
*/

.tbl-cashback {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.tblcb-header {
  background-color: #666666;
  color: white;
}

.tblcb-header, .tblcb-content {
  margin: 0;
}

.tblcb-header div, .tblcb-content div {
  padding: 8px 0px;
}

.tblcb-content {
  border-bottom: 1px solid #d4d4d4;
}

.tblcb-content:last-child {
  border: none;
}

.tblcb-content div {
  background-color: #eeeeee;
  color: #009735;
  font-size: 18px;
}

.tblcb-content div:first-child {
  background-color: #ffffff;
  color: #04477a;
  font-size: 18px;
  font-family: 'Lora', serif;
  font-weight: 700;
}

.tblcb-content div:last-child {
  background-color: #f4f4f4;
  color: #009735;
  font-size: 18px;
}

td span {
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 6px 14px;
}

td.m-menu-v span {
  padding: 0px !important;
}

td {
  padding: 10px;
}

a.objednat-big-btn {
  display: inline-block;
  width: 320px;
  background-color: #009735;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 20px !important;
  font-family: 'Lora', serif;
  text-decoration: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a.objednat-big-btn:hover {
  background-color: #ffffff;
  color: #222222 !important;
  text-decoration: underline !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

span.number {
  background: #009735;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 5px;
  text-align: center;
  width: 2em;
}

.number.white {
  background: #ffffff !important;
  color: #222222 !important;
}

.specialna-dieta {
  background-color: #ffffff;
}

.specialna-dieta h3 {
  color: #666666;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Lora', serif;
}

a.kontakt-big-btn {
  display: inline-block;
  width: 350px;
  background-color: #04477a;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 23px !important;
  font-family: 'Lora', serif;
  text-decoration: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a.kontakt-big-btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/*
tooltipster
*/

.td01 {
  background-color: #666666;
  color: #ffffff;
}

.td02 {
  background-color: #04477a;
  color: #ffffff;
  font-weight: 700;
}

#alergeny-pc {
  display: block;
}

#alergeny-m {
  display: none;
}

.fr-btn {
  background-color: #009735;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  margin-bottom: 16px;
  display: inline-block;
}

.fr-btn:hover {
  color: white !important;
}

.fr-btn img {
  position: relative;
  top: -1px;
}

.mobile-caption {
  display: none;
  color: #666666;
  font-size: 20px;
  font-family: 'Lora', serif;
  font-weight: 700;
}

/* EOF */