@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*@body-bg: #ff5154;*/
/*@body-bg: #f4f4f5;*/
.background-image:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);*/
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.9) 1%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );*/

}
h2,
h3 {
  font-family: 'EB Garamond', serif;
}
.padded-content {
  position: relative;
  margin: auto;
  width: 1200px;
  max-width: 100%;
}
body {
  font-family: 'Tahoma', Geneva, sans-serif;
  color: #333333;
  overflow-y: scroll;
  background-color: #fff;
  position: relative;
}
.main-container .wrapper {
  overflow: hidden;
}
/*#region HEADER */

.header-gt-size-wrapper {
  height: 10px;
}
@media (max-width: 1366px) {
  .header-gt-size-wrapper .logo-in-header img {
    width: 200px !important;
    margin-top: 207px !important;
  }
}
@media only screen and (max-width : 992px) {
  .header-gt-size-wrapper .logo-in-header img {
    width: 150px !important;
    margin-top: 137px !important;
  }
}
@media only screen and (max-width : 767px) {
  .header-gt-size-wrapper .logo-in-header img {
    width: 100px !important;
    margin-top: 107px !important;
  }
}
.header-size-wrapper {
  height: 10px;
}
@media only screen and (max-width : 480px) {
  .header-size-wrapper .logo-in-header img {
    width: 150px !important;
    margin-top: 117px !important;
  }
}
.header-size-wrapper,
.header-gt-size-wrapper {
  position: absolute;
  margin-top: 30px;
  left: 0;
  right: 0;
}
@media only screen and (max-width : 1200px) {
  .header-size-wrapper,
  .header-gt-size-wrapper {
    margin-top: 15px;
    padding: 0 !important;
  }
}
@media only screen and (max-width : 767px) {
  .header-size-wrapper .phone-size-wrapper,
  .header-gt-size-wrapper .phone-size-wrapper {
    position: absolute;
  }
}
.header-size-wrapper .phone-size-wrapper.is_stuck,
.header-gt-size-wrapper .phone-size-wrapper.is_stuck {
  z-index: 9997 !important;
  width: 50% !important;
}
@media only screen and (max-width : 1200px) {
  .header-size-wrapper .phone-size-wrapper.is_stuck,
  .header-gt-size-wrapper .phone-size-wrapper.is_stuck {
    width: 70% !important;
  }
}
@media only screen and (max-width : 767px) {
  .header-size-wrapper .phone-size-wrapper.is_stuck,
  .header-gt-size-wrapper .phone-size-wrapper.is_stuck {
    width: calc(100% - 75px) !important;
  }
}
.header-size-wrapper .phone-size-wrapper.is_stuck .phone,
.header-gt-size-wrapper .phone-size-wrapper.is_stuck .phone {
  margin: 0 45px;
}
@media only screen and (max-width : 1200px) {
  .header-size-wrapper .phone-size-wrapper.is_stuck .phone,
  .header-gt-size-wrapper .phone-size-wrapper.is_stuck .phone {
    margin: 0;
  }
}
.header-size-wrapper .phone-size-wrapper.is_stuck #table-booking,
.header-gt-size-wrapper .phone-size-wrapper.is_stuck #table-booking,
.header-size-wrapper .phone-size-wrapper.is_stuck #pizza-booking,
.header-gt-size-wrapper .phone-size-wrapper.is_stuck #pizza-booking {
  width: 50%;
  float: left;
  top: 20px;
  position: relative;
}
@media only screen and (max-width : 1200px) {
  .header-size-wrapper .phone-size-wrapper.is_stuck #table-booking,
  .header-gt-size-wrapper .phone-size-wrapper.is_stuck #table-booking,
  .header-size-wrapper .phone-size-wrapper.is_stuck #pizza-booking,
  .header-gt-size-wrapper .phone-size-wrapper.is_stuck #pizza-booking {
    top: 13px;
  }
}
@media only screen and (max-width : 767px) {
  .header-size-wrapper .phone-size-wrapper.is_stuck #pizza-booking,
  .header-gt-size-wrapper .phone-size-wrapper.is_stuck #pizza-booking {
    display: none;
  }
}
.header-size-wrapper .phone,
.header-gt-size-wrapper .phone {
  color: #fff;
  margin: 30px 45px;
}
@media only screen and (max-width : 1200px) {
  .header-size-wrapper .phone,
  .header-gt-size-wrapper .phone {
    margin: 0;
  }
}
.header-size-wrapper .phone p,
.header-gt-size-wrapper .phone p {
  margin: 0;
  margin-bottom: -12px;
  opacity: 0.7;
  white-space: nowrap;
}
@media only screen and (max-width : 767px) {
  .header-size-wrapper .phone p,
  .header-gt-size-wrapper .phone p {
    font-size: 12px;
    margin-bottom: -10px;
  }
}
.header-size-wrapper .phone h4,
.header-gt-size-wrapper .phone h4 {
  white-space: nowrap;
  font-size: 25px;
}
@media only screen and (max-width : 767px) {
  .header-size-wrapper .phone h4,
  .header-gt-size-wrapper .phone h4 {
    font-size: 18px;
  }
}
.header-size-wrapper img,
.header-gt-size-wrapper img {
  width: 250px;
  margin: 0px auto 0;
  display: block;
}
@media only screen and (max-width : 1200px) {
  .header-size-wrapper img,
  .header-gt-size-wrapper img {
    margin: 160px auto 0;
  }
}
@media only screen and (max-width : 992px) {
  .header-size-wrapper img,
  .header-gt-size-wrapper img {
    margin: 105px auto 0;
  }
}
@media only screen and (max-width : 767px) {
  .header-size-wrapper img,
  .header-gt-size-wrapper img {
    width: 200px;
    margin: 156px auto 0;
  }
}
.header-gt-size-wrapper .logo-in-header img {
  width: 250px;
  margin: 0px auto 0;
  display: block;
}
@media only screen and (max-width : 1200px) {
  .header-gt-size-wrapper .logo-in-header img {
    margin: 120px auto 0;
  }
}
@media only screen and (max-width : 992px) {
  .header-gt-size-wrapper .logo-in-header img {
    margin: 105px auto 0;
  }
}
@media only screen and (max-width : 767px) {
  .header-gt-size-wrapper .logo-in-header img {
    width: 200px;
    margin: 156px auto 0;
  }
}
@media only screen and (max-width : 767px) {
  .logo-in-header-size-wrapper {
    position: absolute;
  }
}
.phone-size-wrapper:not(.is_stuck) #table-booking {
  margin-top: 17px;
}
/*#endregion */

/*#region MAIN-WRAPPER */

/*#endregion */

/*#region FOOTER */

.footer-size-wrapper,
.footer-gt-size-wrapper {
  background-color: #2d2d2d;
  color: #fff;
  margin-top: 30px;
}
.footer-size-wrapper .footer,
.footer-gt-size-wrapper .footer,
.footer-size-wrapper .footer-gt,
.footer-gt-size-wrapper .footer-gt {
  padding-top: 30px;
  position: relative;
  margin: auto;
  width: 1200px;
  max-width: 100%;
}
@media only screen and (max-width : 767px) {
  .footer-size-wrapper .footer,
  .footer-gt-size-wrapper .footer,
  .footer-size-wrapper .footer-gt,
  .footer-gt-size-wrapper .footer-gt {
    text-align: center;
  }
}
@media only screen and (max-width : 480px) {
  .footer-spacing-div-size-wrapper {
    height: 1px;
  }
}
@media only screen and (max-width : 480px) {
  .footer-social-container-size-wrapper,
  .footer-spacing-div-size-wrapper {
    width: 34%;
  }
}
/*#endregion */

/*#region MENU */

.menu-size-wrapper {
  z-index: 9999 !important;
}
.menu-size-wrapper.is_stuck {
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  width: 100% !important;
  padding-right: 45px;
}
@media only screen and (max-width : 1200px) {
  .menu-size-wrapper.is_stuck {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .menu-size-wrapper:not(.is_stuck) .navbar-collapse {
    top: 0 !important;
  }
}
.navbar {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.navbar .navbar-menu-text {
  display: none;
}
.navbar .navbar-toggle {
  display: block;
  float: right;
  border: none;
  top: 10px;
}
@media only screen and (max-width : 1200px) {
  .navbar .navbar-toggle {
    top: 12px;
    margin: 0;
  }
}
@media only screen and (max-width : 767px) {
  .navbar .navbar-toggle {
    top: 14px;
    margin: 0 !important;
  }
}
.navbar .navbar-toggle .icon-bar {
  display: block;
  width: 42px;
  height: 5px;
  border-radius: 2px;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-header {
  float: none;
}
@media only screen and (max-width : 767px) {
  .navbar .fluid-container .navbar-collapse {
    margin-top: 33px;
    background-color: #000000;
  }
}
@media (min-width: 768px) {
  .navbar .fluid-container .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100% !important;
    max-width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 83px;
    width: 320px;
    transition: left 0.3s;
    z-index: 9999;
  }
  .navbar .fluid-container .navbar-collapse.collapse {
    left: -320px;
  }
  .navbar .fluid-container .navbar-collapse.collapse.in,
  .navbar .fluid-container .navbar-collapse.collapse.collapsing {
    left: 0;
  }
}
.navbar .fluid-container .navbar-collapse li {
  width: 100%;
}
.navbar .fluid-container .navbar-collapse li.open {
  border: none;
}
.navbar .fluid-container .navbar-collapse li.open ul {
  border: none;
}
.navbar .fluid-container .navbar-collapse li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
  line-height: 40px;
  background-color: transparent;
  font-family: 'EB Garamond', serif;
}
.navbar .fluid-container .navbar-collapse li.selected a:hover,
.navbar .fluid-container .navbar-collapse li.selected a,
.navbar .fluid-container .navbar-collapse li.open a,
.navbar .fluid-container .navbar-collapse li a:hover {
  color: #b2b2b2;
  text-decoration: none;
}
.navbar .dropdown-menu {
  background-color: transparent;
  padding: 0;
  border: none;
}
/*#endregion */

.overlapped-content {
  background-color: #fff;
}
.pizza-menu-size-wrapper {
  padding: 0 !important;
}
.pizza-menu table h4 {
  margin-bottom: 0;
  color: #000;
}
@media only screen and (max-width : 767px) {
  .pizza-menu table h4 {
    font-size: 16px;
  }
}
.pizza-menu table td {
  vertical-align: top;
}
.pizza-menu table td:last-child {
  text-align: right;
  white-space: nowrap;
}
.pizza-menu table td:nth-child(1) {
  width: 50px !important;
}
.pizza-menu table td:nth-child(2) {
  width: 400px !important;
}
.pizza-order-size-wrapper {
  /*background-color: #000;*/
  color: #fff;
  /*padding: 0 !important;*/
  margin-bottom: 20px;
}
@media only screen and (max-width : 992px) {
  .pizza-order-size-wrapper {
    padding: 0 !important;
  }
}
.pizza-order-size-wrapper .pizza-order {
  background-color: #000;
  /*border: 4px solid #fff;*/

  /*margin: 10px;*/

}
.pizza-order-size-wrapper .pizza-order h3 {
  margin-top: 0;
  font-family: 'Tahoma', Geneva, sans-serif;
}
@media only screen and (max-width : 992px) {
  .pizza-specials-size-wrapper {
    padding: 0 !important;
  }
}
.pizza-specials {
  border: 5px solid #000;
  padding: 30px;
  margin-top: 40px;
}
@media only screen and (max-width : 1200px) {
  .pizza-specials {
    width: 70%;
    margin: 40px auto;
  }
}
@media only screen and (max-width : 992px) {
  .pizza-specials {
    width: 100%;
  }
}
.pizza-specials h3 {
  font-size: 36px;
  top: -75px;
  background-color: #fff;
  width: 85%;
  margin: -55px auto 0;
  text-align: center;
  font-family: 'Tahoma', Geneva, sans-serif;
}
@media only screen and (max-width : 992px) {
  .pizza-specials h3 {
    font-size: 28px;
    margin: -48px auto 0;
  }
}
@media only screen and (max-width : 480px) {
  .pizza-specials h3 {
    font-size: 22px;
    margin: -44px auto 0;
  }
}
@media only screen and (max-width : 992px) {
  .pizza-menu-wrapper-size-wrapper {
    padding: 0 !important;
  }
}
@media only screen and (max-width : 992px) {
  .pizza-menu-column-size-wrapper {
    padding: 0 !important;
  }
}
.pizza-menu-column-size-wrapper .pizza-menu-column {
  padding: 3px;
  border: 2px solid #000;
  /*margin: 10px;*/

}
.pizza-menu-column-size-wrapper .pizza-menu-column > .content-container-content {
  border: 5px solid #000;
  padding: 20px;
}
.pizza-menu-column-size-wrapper .pizza-menu-column > .content-container-content > .website-content {
  float: none;
}
.start-content {
  position: relative;
}
.start-content .slick-master-slider-image-wrapper {
  width: 50% !important;
}
@media only screen and (max-width : 992px) {
  .start-content .slick-master-slider-image-wrapper {
    width: 100% !important;
  }
}
.start-content .banner-description-text {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width : 992px) {
  .start-content .banner-description-text {
    position: relative;
    top: 0;
    transform: none;
    bottom: 0;
  }
}
@media only screen and (max-width : 767px) {
  .start-content .banner-description-text {
    position: relative;
  }
}
@media only screen and (max-width : 480px) {
  .start-content .banner-description-text {
    position: relative;
  }
}
.start-content .banner-description-text .banner-description-inner-text {
  height: auto !important;
  width: 70%;
  margin: auto;
  padding: 25px;
  color: #fff;
  font-size: 1.1em;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width : 992px) {
  .start-content .banner-description-text .banner-description-inner-text {
    width: 100%;
    height: 100% !important;
  }
}
@media only screen and (max-width : 480px) {
  .start-content .banner-description-text .banner-description-inner-text {
    font-size: 0.8em;
  }
}
@media only screen and (max-width : 480px) {
  .start-content .banner-description-text .banner-description-inner-text h2,
  .start-content .banner-description-text .banner-description-inner-text h3 {
    font-size: 2em;
  }
}
.start-content .banner-description-text .banner-description-inner-text a {
  background-color: #c1996f;
  padding: 10px 20px;
  font-size: 1.1em;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
}
.start-content .banner-description-text .banner-description-inner-text a:hover,
.start-content .banner-description-text .banner-description-inner-text a:active,
.start-content .banner-description-text .banner-description-inner-text a:focus {
  text-decoration: none;
}
.start-content .slick-master-content-fade-area {
  position: relative;
}
.start-content .slick-master-slider-image-wrapper {
  position: relative;
  /*border: 4px solid #fff;

        &:nth-child(1)
        {
            border-right: 2px solid #fff;
        }

        &:nth-child(2)
        {
            border-left: 2px solid #fff;
        }*/

}
.start-content .slick-master-content-fade-area:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );*/

}
.start-content .startpage-images img {
  height: 75vh !important;
  width: auto;
  object-fit: cover;
}
@media only screen and (max-width : 992px) {
  .start-content .startpage-images img {
    height: 35vh !important;
  }
}
@media only screen and (max-width : 480px) {
  .start-content .startpage-images img {
    height: auto !important;
  }
}
.start-content .startpage-images .banner {
  min-height: 0 !important;
}
.slick-master-slider.slick-slider {
  margin-bottom: 0;
}
.darken-header img {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
}
.darken-header .slick-master-content-fade-area:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.darken-header .banner-description-text {
  position: absolute;
  top: 0;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 40px;
}
.darken-header .banner-description-text .banner-description-inner-text {
  display: flex;
}
.darken-header .banner-description-text .banner-description-inner-text .banner-text {
  position: absolute;
  right: 20px;
  left: initial;
  bottom: 5px;
  float: right;
}
@media only screen and (max-width : 1200px) {
  .darken-header .banner-description-text .banner-description-inner-text .banner-text {
    right: -15px;
    bottom: -30px;
  }
}
.darken-header .banner-description-text .banner-description-inner-text .banner-text p {
  margin: 0;
  margin-bottom: -12px;
  opacity: 0.7;
}
@media only screen and (max-width : 767px) {
  .darken-header .banner-description-text .banner-description-inner-text .banner-text p {
    font-size: 12px;
    margin-bottom: -10px;
  }
}
.darken-header .banner-description-text .banner-description-inner-text .banner-text h4 {
  font-size: 25px;
}
@media only screen and (max-width : 767px) {
  .darken-header .banner-description-text .banner-description-inner-text .banner-text h4 {
    font-size: 18px;
  }
}
.darken-header .banner-description-text .banner-description-inner-text .banner-text a {
  color: #fff !important;
}
.darken-header .banner-description-text .banner-description-inner-text .banner-text a:hover,
.darken-header .banner-description-text .banner-description-inner-text .banner-text a:active,
.darken-header .banner-description-text .banner-description-inner-text .banner-text a:focus {
  opacity: 0.7;
  text-decoration: none;
}
.menus-size-wrapper {
  padding: 0 !important;
}
.food-size-wrapper {
  padding: 0 !important;
}
.food-size-wrapper h3 {
  font-size: 3em;
}
@media only screen and (max-width : 767px) {
  .food-size-wrapper h3 {
    font-size: 2em;
  }
}
.leaf {
  margin-top: 80px;
}
@media only screen and (max-width : 480px) {
  .white-guide-image-size-wrapper {
    width: 60%;
    margin-left: 15px;
  }
}
@media only screen and (max-width : 767px) {
  .white-guide-image-size-wrapper {
    width: 60%;
    margin-left: 15px;
  }
}
.klinta-open-size-wrapper .klinta-open {
  width: 70%;
  float: right;
}
@media only screen and (max-width : 992px) {
  .klinta-open-size-wrapper .klinta-open {
    float: none;
    margin: 20px auto;
  }
  .klinta-open-size-wrapper .klinta-open img {
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .klinta-open-size-wrapper .klinta-open {
    width: 100%;
  }
}
@media only screen and (max-width : 992px) {
  .klinta-open-size-wrapper .klinta-open .banner {
    min-height: 0 !important;
  }
}
.klinta-open-size-wrapper .banner-description-inner-text {
  height: auto !important;
  margin: 20px;
  border: 4px solid #fff;
  padding: 15px;
  color: #fff;
}
.klinta-open-size-wrapper .banner-description-inner-text h3 {
  font-size: 30px;
}
.klinta-open-size-wrapper .banner-description-inner-text p {
  font-size: 16px;
}
.klinta-open-size-wrapper .slick-master-slider {
  background-color: #c1996f;
}
.klinta-welcome-size-wrapper h2 {
  font-size: 70px;
  color: #c1996f;
  margin: 0 0 40px;
}
@media only screen and (max-width : 767px) {
  .klinta-welcome-size-wrapper h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.klinta-welcome-size-wrapper p {
  font-size: 30px;
}
@media only screen and (max-width : 767px) {
  .klinta-welcome-size-wrapper p {
    font-size: 20px;
  }
}
.klinta-welcome-size-wrapper p:last-child {
  margin-top: 30px;
  font-size: 18px;
}
@media only screen and (max-width : 767px) {
  .klinta-welcome-size-wrapper p:last-child {
    margin-top: 10px;
    font-size: 16px;
  }
}
.klinta-welcome-size-wrapper #pre-header p {
  margin-bottom: -5px;
}
.menu-block {
  font-family: 'EB Garamond', serif;
}
.menu-block h3 {
  /*color: @accent-color;*/

  font-family: 'Tahoma', Geneva, sans-serif;
  font-size: 30px;
}
.menu-block p {
  font-size: 18px;
}
.menu-block strong {
  margin-bottom: -15px;
  display: block;
}
.menu-border {
  border: 5px solid #c1996f;
  /*width: 50%;*/
  margin: 40px auto;
  padding: 20px;
  font-family: 'EB Garamond', serif;
}
@media only screen and (max-width : 767px) {
  .menu-border {
    padding: 0 !important;
  }
}
.menu-border h3 {
  font-family: 'Tahoma', Geneva, sans-serif;
}
.menu-border p {
  font-size: 18px;
}
@media only screen and (max-width : 767px) {
  .menu-border p {
    font-size: 14px;
  }
}
@media only screen and (max-width : 767px) {
  .hot-dishes-size-wrapper {
    padding: 0 !important;
  }
}
.hot-dishes img {
  width: 150px;
  margin: 20px auto;
}
.hot-dishes strong {
  color: #a70900;
}
.hot-dishes hr {
  width: 200px;
  border-color: #000;
  border-width: 2px;
  margin: 20px auto -10px;
}
.inverted-menu {
  width: 80%;
  margin: 30px auto;
  background-color: #c1996f;
  color: #fff;
  padding: 10px;
  margin-top: 150px;
}
@media only screen and (max-width : 992px) {
  .inverted-menu {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 767px) {
  .inverted-menu {
    width: 100%;
  }
}
.inverted-menu > .content-container-content {
  border: 3px solid #fff;
  margin: 10px;
  padding: 30px;
}
.pizza-menu {
  font-family: 'EB Garamond', serif;
}
.pizza-menu h4 {
  font-size: 22px;
}
.pizza-menu hr {
  width: 200px;
  border-color: #000;
  border-width: 2px;
  margin: 20px auto 20px;
}
.pizza-menu h3,
.pizza-menu h4 {
  font-family: 'Tahoma', Geneva, sans-serif;
}
.pizza-menu p {
  font-size: 18px;
}
@media only screen and (max-width : 767px) {
  .pizza-menu p {
    font-size: 14px;
  }
}
.pizza-menu strong {
  color: #a70900;
}
.drinks {
  position: relative;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin-top: 50px;
  font-family: 'EB Garamond', serif;
}
.drinks .text-and-image-wrapper {
  text-align: center;
}
.drinks h3 {
  font-family: 'Tahoma', Geneva, sans-serif;
  font-size: 28px;
  display: inline-block;
  /*position:relative;*/

}
.drinks p {
  font-size: 16px;
  margin: 0 !important;
}
.drinks strong {
  color: #a70900;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width : 992px) {
  .drinks .wine {
    margin-bottom: 20px;
  }
}
.drinks .wine h3 {
  z-index: 1;
  background-color: #fff;
  padding: 0 20px;
}
.drinks .wine h3:before {
  content: "";
  background-color: #c1996f;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 32px;
}
@media only screen and (max-width : 767px) {
  .champagne-size-wrapper,
  .wine-size-wrapper {
    padding: 0;
  }
}
.champagne {
  border: 5px solid #c1996f;
  padding: 20px;
}
.champagne h3 {
  color: #c1996f;
  font-size: 36px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 5px;
}
@media only screen and (max-width : 767px) {
  .champagne h3 {
    font-size: 26px;
  }
}
.champagne h3:before {
  content: "";
  background-color: #c1996f;
  height: 3px;
  position: absolute;
  left: -30px;
  z-index: -1;
  top: 20px;
  right: -30px;
}
@media only screen and (max-width : 767px) {
  .champagne h3:before {
    top: 14px;
  }
}
.drinks-other-size-wrapper .drinks-other {
  border: 6px solid #000;
  /*width: 33%;*/
  /*margin: 20px;*/
  padding: 3px;
}
@media only screen and (max-width : 767px) {
  .drinks-other-size-wrapper .drinks-other {
    margin-bottom: 20px;
  }
}
.drinks-other-size-wrapper .drinks-other > .content-container-content {
  border: 2px solid #000;
  padding: 20px;
}
.banner-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.footer-meta-data {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  z-index: 9999;
  position: relative;
}
.footer-meta-data a {
  color: #757575 !important;
}
.powered-by-wrapper {
  color: #757575 !important;
  float: right;
  position: absolute;
  text-align: right;
  top: 0;
  right: 15px;
}
body.start {
  background-color: #2f2d2d;
}
.send-contact-form input,
.send-contact-form textarea,
.send-contact-form select {
  border-radius: 0;
  margin-bottom: 20px;
}
.send-contact-form button {
  float: none;
  width: 100%;
  border-radius: 0;
  font-size: 20px;
  background-color: #c1996f;
  color: #fff;
  border-color: #b98c5d;
}
.send-contact-form button:hover,
.send-contact-form button:focus,
.send-contact-form button:active {
  background-color: #c9a681;
  color: #fff;
}
.send-contact-form .g-recaptcha {
  margin-top: 0;
  margin-bottom: 20px;
}
.menu-gt {
  font-family: 'EB Garamond', serif;
}
.menu-gt h4 {
  font-size: 22px;
}
.menu-gt hr {
  width: 200px;
  border-color: #000;
  border-width: 2px;
  margin: 20px auto 20px;
}
.menu-gt h3,
.menu-gt h4 {
  font-family: 'Tahoma', Geneva, sans-serif;
  margin-bottom: 20px;
  font-size: 36px;
}
.menu-gt p {
  font-size: 18px;
}
.menu-gt strong {
  color: #20642c;
  font-family: 'Tahoma', Geneva, sans-serif;
  margin-bottom: -20px;
  display: inline-block;
}
.menu-header-gt .text-and-image-wrapper {
  text-align: center;
}
.menu-header-gt h2 {
  font-family: 'Tahoma', Geneva, sans-serif;
  font-size: 56px;
  display: inline-block;
  background-color: #fff;
  padding: 0 5px;
}
.menu-header-gt h2:before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: -1;
  background: repeating-linear-gradient(to right, #c1996f, #c1996f 3px, #fff 3px, #fff 6px);
}
.news-item a h2 {
  color: #c1996f;
  text-decoration: none;
}
.news-item a h2:hover {
  color: #d0b293;
}
.news-item a:hover {
  text-decoration: none;
}
.news-item .news-read-more-link:hover {
  text-decoration: underline;
}
.news-item .news-date {
  float: right;
  margin-right: 10px;
}
.start .first-news-size-wrapper {
  padding: 0;
}
.start #newsList {
  display: flex;
  color: #fff;
  height: calc(25vh - 25px);
  /*text-align:center;*/

  /*.font-header();*/

  font-family: 'Tahoma', Geneva, sans-serif;
  font-size: 16px;
}
@media only screen and (max-width : 992px) {
  .start #newsList {
    flex-wrap: wrap;
    height: auto;
  }
}
.start #newsList h2 {
  font-size: 1.8rem;
  /*.font-normal();*/

}
@media only screen and (max-width : 992px) {
  .start #newsList h2 {
    margin-top: 0;
  }
}
.start #newsList .news-body {
  font-size: 1.2rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
@media only screen and (max-width : 992px) {
  .start #newsList .news-body {
    height: auto;
    margin-bottom: 20px;
  }
}
.start #newsList .news-item {
  padding: 20px;
  position: relative;
}
@media only screen and (max-width : 992px) {
  .start #newsList .news-item {
    width: 50%;
  }
}
@media only screen and (max-width : 767px) {
  .start #newsList .news-item {
    width: 100%;
  }
}
.start #newsList .news-item:nth-child(1) {
  background-color: #333333;
}
.start #newsList .news-item:nth-child(3) {
  background-color: #333333;
}
@media only screen and (max-width : 992px) {
  .start #newsList .news-item:nth-child(3) {
    background-color: transparent;
  }
}
@media only screen and (max-width : 767px) {
  .start #newsList .news-item:nth-child(3) {
    background-color: #333333;
  }
}
@media only screen and (max-width : 992px) {
  .start #newsList .news-item:nth-child(4) {
    background-color: #333333;
  }
}
@media only screen and (max-width : 767px) {
  .start #newsList .news-item:nth-child(4) {
    background-color: transparent;
  }
}
.start #newsList .news-read-more-link,
.start #newsList .news-date {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
}
.start #newsList .news-date {
  right: 10px;
}
.start #newsList a {
  color: #c1996f;
}
.detta-hander .news-read-more-link,
.detta-hander .news-date {
  /*float:left;
        margin-right: 20px;*/
  align-self: baseline;
}
.detta-hander #newsList {
  display: flex;
  flex-wrap: wrap;
}
.detta-hander .news-item {
  width: 33%;
  padding: 15px;
}
.detta-hander .news-item h2 {
  color: #000;
}
@media only screen and (max-width : 992px) {
  .detta-hander .news-item {
    width: 50%;
  }
}
@media only screen and (max-width : 767px) {
  .detta-hander .news-item {
    width: 100%;
  }
}
/*@media (min-width:992px) and (max-height:840px) {
    .start #newsList .news-body {
        height:40px !important;
    }
}

@media (min-width:992px) and (max-height:750px)
{
    .start #newsList .news-body
    {
        height: 20px !important;
    }
}*/

