html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  font-family: 'Open Sans', sans-serif;
  background: #e3e3e5;
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 260px;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 10px auto;
  max-height: 36px;
}

.btn.btn-primary {
  color: #FFF;
  margin-top: 50px;
  border: 1px solid #C0BCBF;
  background: #C0BCBF; /* Old browsers */
  background: -moz-linear-gradient(top, #969696 0%, #414141 100%);
  background: -webkit-linear-gradient(top, #969696 0%, #414141 100%);
  background: linear-gradient(to bottom, #969696 0%, #414141 100%);
}

.btn.btn-large {
  max-width: 400px;
  margin-bottom: 40px;
}

.btn.btn-medium {
  max-width: 200px;
  margin-bottom: 40px;
}

/* First page */

.menu h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 88px;
  font-weight: 300;
  margin: 0 0 30px;
}

@media only screen and (max-width: 768px) {
  .menu h1 {
    font-size: 58px;
  }
}

.menu h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 20px 0;
}

.main-bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

.main-menu {
    /*padding: 30px; */
    padding: 0;
    margin: 0 auto;
    width: 100%;
    /*max-width: 1100px; */
    border: 0px solid white;
    position: relative;
    z-index: 1;
    background-color: #d2bc97;
    bottom: 0;
    position: fixed;

}

.menu {
    /*padding: 30px; */
    padding: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 1100px;
    border: 0px solid white;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
  .menu {
    width: 80%;
    max-width: 100%;
    border: none;
  }
}

.main-glasses {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
}

.main-glasses img {
  display: block;
  margin: 20px auto;
  width: 150px;
}

.block-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .block-wrapper {
    flex-direction: column;
  }
}

.glass-blocks {
  margin: 15px 10px;
  text-align: center;
  width: 350px;
}

@media only screen and (max-width: 768px) {
  .glass-blocks {
    width: 100%;
  }
}

/* Second page */

.menu-inner {
  margin: 40px auto;
  width: 80%;
  max-width: 980px;
  border: 3px solid white;
  position: relative;
  z-index: 1;
}

.menu-inner h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  margin: 30px 0;
}

.menu-inner h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  margin: 20px 0 30px;
}

.inner-menu-bg {
  background-color: #e3e3e5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 900px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

.lines {
  background: white;
  height: 3px;
  width: 100%;
  margin: 10px 0 40px;
  position: relative;
}

.lines .green {
  width: 33.3%;
  height: 3px;
  position: absolute;
  left: 0;
}

.lines .red {
  width: 33.3%;
  height: 3px;
  position: absolute;
  right: 0;
}

.menu-list-block {
  margin: 40px 20px 0;
}

.menu-list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-list-block a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

.menu-list-block h3 {
  margin: 10px 0;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

/* Three page */

.inner-wine-descr {
 /* background: #e3e3e5; */
  min-height: 100%;
}

.logo-up {
  position: absolute;
  left: -100px;
  top: 30px;
}

.top-bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 900px;
}

.top-bg .container {
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.left-arrow {
  position: absolute;
  left: 5px;
  color: white;
  font-size: 56px;
  top: 50%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
}

.right-arrow {
  position: absolute;
  right: 5px;
  color: white;
  font-size: 56px;
  top: 50%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
}

.info-block {
  position: relative;
  background: rgba(255,255,255,0.75);
  width: 100%;
  height: 800px;
  max-width: 520px;
  border-radius: 0;
  padding: 40px 0 5px;
  float: right;
  margin: 30px 55px 30px 15px;
}

.last-title {
  margin: 15px 0 0 15px;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .info-block  {
    margin: 30px 0;
  }
}

.info-block h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 300;
  padding-left: 20px;
  margin-top: 0;
}

.info-block p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
}

.info-block a.btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.type {
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}

.type img {
  width: 20px;
  margin-right: 10px;
}

.map {
  width: 350px;
  position: absolute;
  right: 0;
}

.map-descr {
  float: right;
}

.strength {
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 100px;
}

.bottom-part .container {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
}

.bottom-part img {
  margin-bottom: 20px;
}

.bottom-part .info {
  margin: 0 20px;
  border: 3px solid white;
  padding: 5px 15px 20px;
}

.bottom-part .info p {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  text-align: left;
}

.bottom-part {
  text-align: center;
}

@media (max-width: 1024px) {
  .logo-up {
    left: 30px;
  }
}

.btn.btn-primary {
  color: #FFF;
  font-weight: bold;
  z-index: 1;
  position:relative;
}

.info-block p, .type, .menu-list-block h3, .menu-list-block a {
  font-size: 25px;
}

.info-block h3, .menu h2 {
  font-weight: bold;
}

.info-block {
    background: rgba(200,200,200,0.90);
}

.info-block p, .info-block div.type{
  font-weight: bold;
}


#container-mainmenu {
  /* margin-bottom: 60px; */
}

#container-mainmenu .container {
  /*height: 330px; */
  background-size: cover;
  width: 100%;
  /*margin: 15px 0 15px 0; */
}

#container-mainmenu .container#drinks {
  /*background-image: url("../img/cover24.jpg"); */
}

#container-mainmenu .container#wines {
  /*background-image: url("../img/winecard3.jpg"); */
}

#container-mainmenu .container#food {
  /*background-image: url("../img/bg_food2.jpg"); */
}

#container-mainmenu .container a {
  margin-top: 30px;
    margin-bottom: 30px;
  font-weight: bold;
}

#container-awards {
    width: 66%;
}

#container-awards div {
  width: 33%;
  text-align: center;
    margin-bottom: 30px;

}

#container-languages {
  z-index: 1;
  position:relative;
  max-width: 1100px;
  margin: 10px auto 5px auto;
  text-align: right;
  /*padding: 0 30px 0 0;*/
  padding: 0 30px 0 25px;
  width: 80%;
}

#container-languages a {
  margin-left: 5px;
  font-size: 26px;
}

#container-list-food a, a:link, a:visited, a:active {
  color: #000;
  text-decoration: none;
}

#container-list-food .item-food, #container-list-food .item-foodcategory  {
  width: 100%;
  border-bottom: dotted 1px #000;
  background: rgba(242, 242, 241, 0.8);
  font-size: 25px;
  padding: 30px 30px;
}

#container-list-food .item-food:last-child, #container-list-food .item-foodcategory:last-child{
  border-bottom: none;
}

#container-list-food .item-foodcategory {
  text-transform: uppercase;
  padding: 60px 30px;
}

#container-list-food a.item-foodcategory:after {
  content: url('/assets/img/readmore_b.png');
  float:right;
  margin-top: -31px;
}


#container-list-food div.container-price {
  display: inline;
  float: right;
}

#container-list-food span.container-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  float:left;
}

#container-list-food div.container-description {
  max-width: 70%;
  float:left;
}

.menu.mealcategory #container-categorytitle{
  color: #fff;
  /*margin: -30px -30px 0 -30px; */
  margin-bottom: 0;
  max-height: 300px;
  background-size: cover;
  min-height: 300px;
  display:table;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.menu.mealcategory #container-categorytitle h1{
  margin: 0px;
  display:table-cell;
  vertical-align:middle;
}

.menu.mealcategory .container-readmore {
  /* margin: 30px 0; */
}

.menu.mealcategory .container-readmore img {
  float: left;
  margin-right: 30px;
}

.menu.mealcategory div.container-allergens{
  float: left;
  /*display: block; */
  /*text-transform: uppercase; */
  font-style: italic;
}

.menu.mealcategory div.container-allergens span{
  text-transform: capitalize;
  font-style: normal;
}

.menu.mealcategory div.container-allergens img {
  height: 30px;
  margin-bottom: -7px;
}

.menu.mealcategory .img-arrow-down {
 /* margin: 1em 0 0 0; */
  margin-top: -0.5em;
  float:right;
}

.menu.mealcategory .img-arrow-down.rotate {
  transform: rotate(180deg);
}

.cl {
  clear: both;
}

.uc {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

.menu h1 {
  margin-top: 30px;
}

#img-logo {
  width: 500px;
  margin-top: 30px;
}

.mainlink {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 52px;
  max-width: 400px;
  padding-bottom: 39px;
  /*background-color: #eee;
  border: 1px solid #000; */
}