@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

.logotype-holder, .merrier-list,
.rise-list, .quick-link, .designed {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* header styles */
#header {
  background: url(../images/bg02.png) no-repeat 50% 50%/cover;
  padding: 82px 0 0; }
  @media (min-width: 768px) {
    #header {
      padding: 0; } }

/* logo styles */
.logo {
  text-align: center;
  padding: 9px 0 0;
  max-width: 210px;
  margin: 0 0 4px;
  float: left; }
  @media (min-width: 768px) {
    .logo {
      max-width: none;
      float: none; } }

.fixed-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px; }
  @media (min-width: 768px) {
    .fixed-header {
      position: static;
      width: auto;
      box-shadow: none; } }

.fixed-header {
  z-index: 9999; }
  .fixed-header.fixed-position {
    width: 100%;
    background: url(../images/bg01.png);
    box-shadow: 0 1px 3px #000; }
    @media (min-width: 768px) {
      .fixed-header.fixed-position {
        width: auto;
        background: none;
        box-shadow: none;
        position: static !important; } }

/* navigation styles */
.navbar-collapse {
  background: #fff;
  position: fixed;
  top: 76px;
  right: 0;
  left: 0;
  border-width: 3px;
  z-index: 999; }
  @media (min-width: 768px) {
    .navbar-collapse {
      background: transparent;
      position: static; } }

.navbar {
  background: transparent;
  border-width: 0;
  position: static;
  min-height: 0; }
  @media (min-width: 768px) {
    .navbar {
      background: #dadada;
      background: -webkit-linear-gradient(top, #dadada 0%, #e0e0e0 13%, #f9f9f9 45%, white 58%, white 93%, #f8f8f8 100%);
      background: linear-gradient(to bottom, #dadada 0%, #e0e0e0 13%, #f9f9f9 45%, white 58%, white 93%, #f8f8f8 100%);
      border-width: 3px 0;
      padding: 4px 0 0;
      text-align: center; } }
  .navbar [href^="tel"] {
    margin: 0 0 14px 5px; }
    @media (min-width: 768px) {
      .navbar [href^="tel"] {
        margin: 4px 0 0 0; } }
    @media (min-width: 1024px) {
      .navbar [href^="tel"] {
        margin: 4px 0 0 25px; } }

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .navbar-nav {
      float: none;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 768px) {
    .navbar-nav > li.active a {
      border: 2px solid #f8f8f9;
      box-shadow: 1px 1px 2px #330000; } }
  @media (min-width: 768px) {
    .navbar-nav > li {
      margin: 0 2px 4px; } }
  @media (min-width: 1024px) {
    .navbar-nav > li {
      margin: 0 7px 4px; } }
  .navbar-nav > li > a {
    font-size: 18px;
    line-height: 23px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
        border: 2px solid #f8f8f9;
        box-shadow: 1px 1px 2px #330000; } }
    @media (min-width: 768px) {
      .navbar-nav > li > a {
        border: 2px solid transparent;
        box-shadow: 1px 1px 2px transparent;
        padding: 10px;
        padding: 5px 2px; } }
    @media (min-width: 1024px) {
      .navbar-nav > li > a {
        padding: 5px 10px; } }

.navbar-header {
  float: right; }

.navbar-toggle {
  width: 35px;
  height: 24px;
  padding: 0;
  position: relative;
  border-radius: 0;
  margin-top: 28px; }
  .navbar-toggle[aria-expanded="true"] .icon-bar {
    opacity: 0;
    visibility: hidden;
    margin: 0; }
    .navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      opacity: 1;
      visibility: visible; }
      .navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar + .icon-bar {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        bottom: auto; }
  .navbar-toggle .icon-bar {
    background: #fff;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    height: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
    border-radius: 0; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin: 0;
      top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .navbar-toggle .icon-bar + .icon-bar + .icon-bar {
        top: auto;
        bottom: 0; }

[href^="tel"] {
  font-size: 24px;
  font-weight: 900;
  color: #8a0000;
  display: inline-block;
  vertical-align: top; }

.banner-holder {
  padding: 12px 0; }
  @media (min-width: 768px) {
    .banner-holder {
      padding: 8px 0 12px; } }

/* banner styles */
.banner {
  border: 10px solid #fff; }
  @media (min-width: 768px) {
    .banner {
      margin: 0 -20px; } }
  .banner img {
    width: 100%; }

/* main informative part styles */
body {
  background: url(../images/bg01.png);
  min-width: 320px; }

@media (min-width: 1024px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.heading-holder {
  text-align: center; }
  .heading-holder h2 {
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .heading-holder h2 {
        font-size: 24px;
        margin: 0 0 6px; } }
    @media (min-width: 1024px) {
      .menu-content .heading-holder h2 {
        font-size: 27px; } }
  .heading-holder h3 {
    margin: 0 0 10px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .heading-holder h3 {
        margin: 0 0 14px; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

/* main content styles */
.title-holder {
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e0e0e0 13%, #f9f9f9 45%, white 58%, white 93%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e0e0e0 13%, #f9f9f9 45%, white 58%, white 93%, #f8f8f8 100%);
  border: solid #900000;
  border-width: 3px 0;
  padding: 5px 0;
  margin: 0 0 13px;
  box-shadow: 4px 4px 5px rgba(4, 5, 5, 0.2); }
  @media (min-width: 768px) {
    .title-holder {
      padding: 14px 0; } }

.title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  display: block;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .title {
      font-size: 24px;
      line-height: 34px; } }

.uppercase {
  text-transform: uppercase; }

.ads-image {
  background: #fff;
  padding: 1px;
  margin: 0 0 30px;
  border: 6px solid #1ea844; }
  .ads-image img {
    width: 100%; }

.orange-transparent-bg {
  background: -webkit-linear-gradient(top, rgba(255, 255, 177, 0.14) 0%, rgba(255, 255, 172, 0.14) 1%, rgba(255, 255, 168, 0.15) 3%, rgba(255, 255, 163, 0.15) 4%, rgba(255, 255, 163, 0.15) 5%, rgba(255, 255, 153, 0.15) 6%, rgba(255, 255, 133, 0.18) 16%, rgba(255, 255, 127, 0.18) 17%, rgba(255, 255, 127, 0.18) 18%, rgba(255, 255, 120, 0.19) 20%, rgba(255, 255, 118, 0.19) 21%, rgba(255, 255, 98, 0.22) 31%, rgba(255, 255, 93, 0.23) 34%, rgba(255, 255, 85, 0.26) 42%, rgba(255, 255, 80, 0.27) 44%, rgba(255, 255, 58, 0.33) 64%, rgba(255, 255, 51, 0.36) 75%, rgba(255, 255, 42, 0.4) 91%, rgba(255, 255, 40, 0.43) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 177, 0.14) 0%, rgba(255, 255, 172, 0.14) 1%, rgba(255, 255, 168, 0.15) 3%, rgba(255, 255, 163, 0.15) 4%, rgba(255, 255, 163, 0.15) 5%, rgba(255, 255, 153, 0.15) 6%, rgba(255, 255, 133, 0.18) 16%, rgba(255, 255, 127, 0.18) 17%, rgba(255, 255, 127, 0.18) 18%, rgba(255, 255, 120, 0.19) 20%, rgba(255, 255, 118, 0.19) 21%, rgba(255, 255, 98, 0.22) 31%, rgba(255, 255, 93, 0.23) 34%, rgba(255, 255, 85, 0.26) 42%, rgba(255, 255, 80, 0.27) 44%, rgba(255, 255, 58, 0.33) 64%, rgba(255, 255, 51, 0.36) 75%, rgba(255, 255, 42, 0.4) 91%, rgba(255, 255, 40, 0.43) 100%);
  border: 4px solid #990000;
  box-shadow: inset 0 0 0 2px #fff, 0 0 10px 0px rgba(0, 0, 0, 0.5);
  padding: 10px 10px 0; }

.red-transparent-bg {
  background: -webkit-linear-gradient(top, rgba(132, 47, 24, 0.54) 0%, rgba(118, 27, 27, 0.51) 1%, rgba(118, 27, 27, 0.51) 15%, rgba(121, 31, 31, 0.49) 20%, rgba(121, 32, 32, 0.47) 25%, rgba(123, 35, 35, 0.46) 26%, rgba(124, 37, 37, 0.43) 31%, rgba(126, 40, 40, 0.42) 32%, rgba(127, 42, 42, 0.39) 36%, rgba(130, 47, 47, 0.38) 38%, rgba(131, 49, 49, 0.36) 41%, rgba(134, 53, 53, 0.35) 43%, rgba(136, 57, 57, 0.33) 46%, rgba(139, 61, 61, 0.32) 47%, rgba(143, 69, 69, 0.29) 52%, rgba(146, 74, 74, 0.28) 53%, rgba(151, 81, 81, 0.25) 57%, rgba(155, 88, 88, 0.24) 58%, rgba(159, 95, 95, 0.23) 61%, rgba(164, 103, 103, 0.22) 62%, rgba(175, 122, 122, 0.19) 67%, rgba(178, 127, 127, 0.19) 68%, rgba(191, 149, 149, 0.17) 72%, rgba(203, 168, 168, 0.15) 75%, rgba(211, 182, 182, 0.14) 77%, rgba(211, 182, 182, 0.14) 78%, rgba(226, 206, 206, 0.13) 80%, rgba(229, 212, 212, 0.12) 81%, rgba(229, 212, 212, 0.12) 82%, rgba(239, 229, 229, 0.11) 83%, rgba(250, 246, 246, 0.1) 85%, rgba(255, 255, 255, 0.1) 86%, rgba(255, 255, 255, 0.1) 99%, rgba(255, 233, 93, 0.24) 100%);
  background: linear-gradient(to bottom, rgba(132, 47, 24, 0.54) 0%, rgba(118, 27, 27, 0.51) 1%, rgba(118, 27, 27, 0.51) 15%, rgba(121, 31, 31, 0.49) 20%, rgba(121, 32, 32, 0.47) 25%, rgba(123, 35, 35, 0.46) 26%, rgba(124, 37, 37, 0.43) 31%, rgba(126, 40, 40, 0.42) 32%, rgba(127, 42, 42, 0.39) 36%, rgba(130, 47, 47, 0.38) 38%, rgba(131, 49, 49, 0.36) 41%, rgba(134, 53, 53, 0.35) 43%, rgba(136, 57, 57, 0.33) 46%, rgba(139, 61, 61, 0.32) 47%, rgba(143, 69, 69, 0.29) 52%, rgba(146, 74, 74, 0.28) 53%, rgba(151, 81, 81, 0.25) 57%, rgba(155, 88, 88, 0.24) 58%, rgba(159, 95, 95, 0.23) 61%, rgba(164, 103, 103, 0.22) 62%, rgba(175, 122, 122, 0.19) 67%, rgba(178, 127, 127, 0.19) 68%, rgba(191, 149, 149, 0.17) 72%, rgba(203, 168, 168, 0.15) 75%, rgba(211, 182, 182, 0.14) 77%, rgba(211, 182, 182, 0.14) 78%, rgba(226, 206, 206, 0.13) 80%, rgba(229, 212, 212, 0.12) 81%, rgba(229, 212, 212, 0.12) 82%, rgba(239, 229, 229, 0.11) 83%, rgba(250, 246, 246, 0.1) 85%, rgba(255, 255, 255, 0.1) 86%, rgba(255, 255, 255, 0.1) 99%, rgba(255, 233, 93, 0.24) 100%);
  border: 4px solid #990000;
  box-shadow: inset 0 0 0 1px #ffdd00, 0 0 10px 0px rgba(0, 0, 0, 0.5);
  padding: 10px 10px 0; }

.about-transparent-bg {
  border: 4px solid #990000;
  box-shadow: inset 0 0 0 1px #ffdd00, 0 0 10px 0px rgba(0, 0, 0, 0.5);
  padding: 25px 10px 25px 10px; }

.about-transparent-bg h2 {
  padding: 10px 30px 10px;
  line-height: 1.5em;
  text-align: left; }

.about-transparent-bg h3 {
  padding: 10px 30px;
  line-height: 1.5em;
  text-align: left; }

.about-transparent-bg img {
  margin-right: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #ffffff; }

.opening-hour {
  margin: 0 0 12px; }
  @media (min-width: 1024px) {
    .opening-hour {
      padding: 17px 10px 0;
      margin: 0 0 25px; } }
  .opening-hour h2 {
    margin: 0 0 10px; }
  .opening-hour dl {
    margin: 0 0 10px;
    max-width: 235px; }
    @media (min-width: 1024px) {
      .opening-hour dl {
        margin: 0 0 15px;
        max-width: 400px; } }

.text {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px; }

h2,
.h2,
h3,
.h3 {
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase; }

@media (min-width: 1024px) {
  h2 {
    font-size: 27px; } }

@media (min-width: 1024px) {
  h3 {
    font-size: 17px; } }

dl {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: -4px; }
  dl dt,
  dl dd {
    font-size: 10px;
    line-height: 19px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    letter-spacing: 0;
    padding: 0 9px;
    margin: 0 -9px;
    margin: 0; }
    @media (min-width: 1024px) {
      dl dt,
      dl dd {
        font-size: 18px;
        line-height: 25px; } }
  dl dt {
    text-align: right;
    position: relative; }
    dl dt:before {
      content: '';
      background: #fff;
      width: 5px;
      height: 5px;
      border-radius: 4px;
      box-shadow: 1px 1px 1px #000;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      margin: -5px -4px 0 0; }

.delivery-payment {
  margin: 0 0 12px;
  padding: 17px 15px 14px; }
  @media (min-width: 1024px) {
    .delivery-payment {
      padding: 17px 15px 14px; } }
  .delivery-payment > .red-transparent-bg {
    margin: 0 0 12px; }
  @media (min-width: 1024px) {
    .delivery-payment.product-price-block h2 {
      font-size: 37px; } }

.logotype-holder {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  @media (min-width: 1024px) {
    .logotype-holder {
      margin: 0 0 2px; } }
  .logotype-holder li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 5px 10px; }
    @media (min-width: 768px) {
      .logotype-holder li {
        margin: 0 7px 10px; } }
    .logotype-holder li a {
      -webkit-transition: opacity 0.2s linear 0s;
      transition: opacity 0.2s linear 0s; }
      .logotype-holder li a:hover {
        opacity: 0.8; }

address {
  color: #000; }

.inner-title {
  background: url(../images/bg04.jpg) no-repeat 50% 50%/cover;
  padding: 10px 0;
  text-align: center;
  color: #920000;
  margin: 10px 0 10px;
  border: solid #000;
  border-width: 1px 0; }
  @media (min-width: 1024px) {
    .inner-title {
      margin: 17px 0 26px;
      padding: 30px 0 46px; } }
  @media (min-width: 1024px) {
    .menu-content .inner-title {
      margin: 17px 0 9px; } }
  .inner-title h1 {
    margin: 0;
    text-transform: uppercase;
    text-shadow: -2px -3px 0 #fff, 2px -3px 0 #fff, 1px 3px 0 #fff, -2px 3px 0 #fff, 2px 2px 0 #fff; }
    @media (min-width: 1024px) {
      .inner-title h1 {
        font-size: 76px;
        text-shadow: -6px -6px 0 #fff, 6px -6px 0 #fff, 6px 6px 0 #fff, -6px 6px 0 #fff, 2px 2px 0 #fff; } }

.thumbnail {
  margin: 0 0 10px; }
  .thumbnail .ads-image {
    margin: 0 0 5px; }
    .thumbnail .ads-image.big-ads {
      background: #fff;
      padding: 7px;
      border: 3px solid #990000;
      box-shadow: 0 0 10px 10px rgba(83, 0, 0, 0.33); }
  .thumbnail .caption {
    color: #fff;
    font-size: 14px;
    line-height: 17px; }
    .thumbnail .caption h2 {
      margin: 0 0 7px; }
      @media (min-width: 1024px) {
        .thumbnail .caption h2 {
          font-size: 20px;
          margin: 0 0 2px; } }
      .thumbnail .caption h2 a {
        color: #fff;
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s; }
        .thumbnail .caption h2 a:hover, .thumbnail .caption h2 a:active, .thumbnail .caption h2 a:focus {
          color: #cccccc;
          text-decoration: none; }
    .thumbnail .caption p {
      margin: 0 0 11px; }
    .thumbnail .caption .price {
      color: #fcdd11;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      width: 84px;
      height: 42px;
      padding: 0 5px;
      border: 2px solid #f5eeee;
      font-weight: 700;
      text-align: center;
      box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
      margin: 0 3px 6px 0;
      -webkit-transition: opacity 0.2s linear 0s;
      transition: opacity 0.2s linear 0s; }
      .thumbnail .caption .price:hover, .thumbnail .caption .price:active, .thumbnail .caption .price:focus {
        text-decoration: none;
        opacity: 0.8; }
  .thumbnail .text-wrap {
    margin: 0 0 20px;
    text-shadow: 1px 1px 1px #000; }
    @media (min-width: 1024px) {
      .thumbnail .text-wrap {
        margin: 0 0 35px; } }

.wrap {
  margin: 0 -15px;
  overflow: hidden; }

.table-wrap {
  margin: 0 -15px; }
  .table-wrap.detail {
    margin: 0 0 10px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 5px; }
    @media (min-width: 1024px) {
      .table-wrap.detail {
        overflow: visible; } }

table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  text-shadow: 1px 1px 1px #000;
  border-collapse: collapse; }
  table th,
  table td {
    border: none; }
  table td {
    padding: 11px; }
  table tr {
    height: 100%; }

.cell-block {
  padding: 3px 15px;
  height: 100%; }
  @media (max-width: 767px) {
    .cell-block {
      display: block; } }
  .cell-block .caption {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 0 10px; }

.product-holder {
  padding: 0; }
  @media (min-width: 768px) {
    .product-holder {
      height: 100%; } }

.product-wrap {
  padding: 6px 71px 5px 12px;
  color: #fff;
  position: relative; }
  .product-wrap .product-price {
    position: absolute;
    top: 7px;
    right: 17px; }

.drink-block {
  text-align: center; }
  .drink-block > .red-transparent-bg {
    background: #9f0000;
    border: 5px solid #1ea844;
    box-shadow: inset 0 0 0 1px #fff;
    margin: 0 0 13px; }
    .drink-block > .red-transparent-bg.add-bg {
      background: -webkit-linear-gradient(top, rgba(132, 47, 24, 0.54) 0%, rgba(118, 27, 27, 0.51) 1%, rgba(118, 27, 27, 0.51) 15%, rgba(121, 31, 31, 0.49) 20%, rgba(121, 32, 32, 0.47) 25%, rgba(123, 35, 35, 0.46) 26%, rgba(124, 37, 37, 0.43) 31%, rgba(126, 40, 40, 0.42) 32%, rgba(127, 42, 42, 0.39) 36%, rgba(130, 47, 47, 0.38) 38%, rgba(131, 49, 49, 0.36) 41%, rgba(134, 53, 53, 0.35) 43%, rgba(136, 57, 57, 0.33) 46%, rgba(139, 61, 61, 0.32) 47%, rgba(143, 69, 69, 0.29) 52%, rgba(146, 74, 74, 0.28) 53%, rgba(151, 81, 81, 0.25) 57%, rgba(155, 88, 88, 0.24) 58%, rgba(159, 95, 95, 0.23) 61%, rgba(164, 103, 103, 0.22) 62%, rgba(175, 122, 122, 0.19) 67%, rgba(178, 127, 127, 0.19) 68%, rgba(191, 149, 149, 0.17) 72%, rgba(203, 168, 168, 0.15) 75%, rgba(211, 182, 182, 0.14) 77%, rgba(211, 182, 182, 0.14) 78%, rgba(226, 206, 206, 0.13) 80%, rgba(229, 212, 212, 0.12) 81%, rgba(229, 212, 212, 0.12) 82%, rgba(239, 229, 229, 0.11) 83%, rgba(250, 246, 246, 0.1) 85%, rgba(255, 255, 255, 0.1) 86%, rgba(255, 255, 255, 0.1) 99%, rgba(255, 233, 93, 0.24) 100%);
      background: linear-gradient(to bottom, rgba(132, 47, 24, 0.54) 0%, rgba(118, 27, 27, 0.51) 1%, rgba(118, 27, 27, 0.51) 15%, rgba(121, 31, 31, 0.49) 20%, rgba(121, 32, 32, 0.47) 25%, rgba(123, 35, 35, 0.46) 26%, rgba(124, 37, 37, 0.43) 31%, rgba(126, 40, 40, 0.42) 32%, rgba(127, 42, 42, 0.39) 36%, rgba(130, 47, 47, 0.38) 38%, rgba(131, 49, 49, 0.36) 41%, rgba(134, 53, 53, 0.35) 43%, rgba(136, 57, 57, 0.33) 46%, rgba(139, 61, 61, 0.32) 47%, rgba(143, 69, 69, 0.29) 52%, rgba(146, 74, 74, 0.28) 53%, rgba(151, 81, 81, 0.25) 57%, rgba(155, 88, 88, 0.24) 58%, rgba(159, 95, 95, 0.23) 61%, rgba(164, 103, 103, 0.22) 62%, rgba(175, 122, 122, 0.19) 67%, rgba(178, 127, 127, 0.19) 68%, rgba(191, 149, 149, 0.17) 72%, rgba(203, 168, 168, 0.15) 75%, rgba(211, 182, 182, 0.14) 77%, rgba(211, 182, 182, 0.14) 78%, rgba(226, 206, 206, 0.13) 80%, rgba(229, 212, 212, 0.12) 81%, rgba(229, 212, 212, 0.12) 82%, rgba(239, 229, 229, 0.11) 83%, rgba(250, 246, 246, 0.1) 85%, rgba(255, 255, 255, 0.1) 86%, rgba(255, 255, 255, 0.1) 99%, rgba(255, 233, 93, 0.24) 100%);
      border: 4px solid #990000;
      box-shadow: 0 0 0 1px #ffdd00 inset, 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .drink-block > .orange-transparent-bg {
    margin: 0 0 20px; }
  .drink-block .product-holder {
    border: none; }
  .drink-block .text h2 {
    font-weight: 700; }
  .drink-block h2 {
    margin: 0 0 10px; }
  .drink-block table {
    margin: 0 0 10px; }
    .drink-block table.detail-table {
      margin: 0 0 6px; }
  .drink-block .note {
    color: #fff;
    padding: 0 0 0 4px;
    text-align: left; }
  .drink-block .cell-block .red-transparent-bg {
    box-shadow: 0 0 10px rgba(112, 0, 0, 0.8), 0 0 0 1px #fff inset; }

.text.add-text {
  margin: 0 0 20px;
  padding: 7px 10px 3px; }
  @media (min-width: 1024px) {
    .text.add-text {
      margin: 0 0 12px; } }
  @media (min-width: 1024px) {
    .text.add-text h2 {
      font-size: 37px; } }

.text.main-t {
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    .text.main-t {
      margin: 0 0 12px; } }
  @media (min-width: 1024px) {
    .text.main-t h2 {
      font-size: 37px; } }

.detail-table {
  background: #9f0000;
  width: 930px;
  box-shadow: 0 0 10px rgba(83, 0, 0, 0.8); }
  .detail-table:first-child {
    box-shadow: none; }
  @media (min-width: 1024px) {
    .detail-table {
      width: 100%; } }
  .detail-table .red-transparent-bg {
    border: 1px solid #fff;
    box-shadow: none; }
  .detail-table thead tr {
    margin: 0 0 10px; }
    .detail-table thead tr th {
      color: #fcdd11; }
      .detail-table thead tr th:last-child {
        color: #fff; }
  .detail-table th,
  .detail-table td {
    font-weight: 700;
    text-align: center;
    vertical-align: bottom;
    text-shadow: 1px 1px 1px #000;
    padding: 3px 5px; }
  .detail-table tbody tr td {
    padding: 11px 9px; }
    .detail-table tbody tr td:first-child {
      text-align: left;
      color: #fcdd11; }

.merrier-list,
.rise-list {
  overflow: hidden;
  margin: 0 0 15px; }
  .merrier-list.dippling li a,
  .rise-list.dippling li a {
    color: #fff; }
  .merrier-list li,
  .rise-list li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 2px; }
    @media (min-width: 1024px) {
      .merrier-list li,
      .rise-list li {
        padding: 0 6px; } }
    .merrier-list li:last-child:before,
    .rise-list li:last-child:before {
      content: none;
      display: none; }
    .merrier-list li:before,
    .rise-list li:before {
      content: '';
      background: #e6d4d4;
      width: 4px;
      height: 4px;
      border-radius: 4px;
      position: absolute;
      right: 0;
      top: 50%;
      margin: 0 -4px 0 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .merrier-list li a,
    .rise-list li a {
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #000;
      -webkit-transition: color 0.2s linear 0s;
      transition: color 0.2s linear 0s; }
      .merrier-list li a:focus, .merrier-list li a:active, .merrier-list li a:hover,
      .rise-list li a:focus,
      .rise-list li a:active,
      .rise-list li a:hover {
        text-decoration: none;
        color: #caa4a4; }
      @media (min-width: 768px) {
        .merrier-list li a,
        .rise-list li a {
          font-size: 14px;
          line-height: 19px; } }

.rise-list li a {
  font-size: 14px; }
  @media (min-width: 1024px) {
    .rise-list li a {
      font-size: 18px;
      line-height: 25px; } }

/* footer styles */
#footer {
  background: url(../images/bg03.png) no-repeat 50% 50%/cover;
  position: relative;
  top: 2px;
  margin-top: 47px;
  padding: 53px 0 21px;
  text-align: center; }
  @media (min-width: 768px) {
    #footer {
      margin-top: 110px;
      padding: 107px 0 21px; } }
  @media (min-width: 1024px) {
    #footer {
      margin-top: 293px;
      padding: 229px 0 21px; } }
  #footer [href^="tel"] {
    background: url(../images/img17.png) no-repeat 0 0/cover;
    font-size: 0;
    line-height: 0;
    color: #fff;
    margin: 0 0 10px;
    text-shadow: 0 0 0 #000, 0 0 0 #000, 0 0 0 #000, 0 0 0 #000;
    width: 209px;
    height: 21px; }
    @media (min-width: 1024px) {
      #footer [href^="tel"] {
        margin: 0 0 22px;
        width: 666px;
        height: 67px; } }
  #footer .address-holder {
    color: #000;
    line-height: 18px;
    margin: 0 0 15px;
    font-weight: 900; }
    @media (min-width: 1024px) {
      #footer .address-holder {
        font-size: 29px;
        line-height: 41px;
        margin: 0 0 27px; } }
    #footer .address-holder p {
      margin: 0; }
    @media (min-width: 1024px) {
      #footer .address-holder address {
        color: #000;
        line-height: 41px; } }

/* logo footer styles */
.logo-f {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .logo-f {
      width: 379px;
      margin: -7px 0 0; } }
  @media (min-width: 1024px) {
    .logo-f {
      width: 931px;
      margin: -26px 0 0; } }

/* quicklinks styles */
.quick-link {
  margin: 0 0 15px; }
  @media (min-width: 1024px) {
    .quick-link {
      margin: 0 0 47px; } }
  .quick-link li {
    margin: 0 0 5px;
    position: relative; }
    .quick-link li:last-child:before {
      content: none;
      display: none; }
    .quick-link li:before {
      background: #333;
      width: 5px;
      height: 5px;
      border-radius: 4px;
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 768px) {
        .quick-link li:before {
          content: ''; } }
    @media (min-width: 768px) {
      .quick-link li {
        display: inline-block;
        vertical-align: top;
        padding: 0 12px; } }
    .quick-link li a {
      color: #333;
      text-transform: uppercase;
      -webkit-transition: color 0.2s linear 0s;
      transition: color 0.2s linear 0s; }
      .quick-link li a:hover, .quick-link li a:active, .quick-link li a:focus {
        text-decoration: none;
        color: #660000; }
      @media (min-width: 1024px) {
        .quick-link li a {
          font-size: 18px; } }

.designed {
  color: #000;
  text-transform: uppercase; }
  .designed li {
    margin: 0 0 5px;
    position: relative; }
    .designed li:last-child:before {
      content: none;
      color: #000;
      display: none; }
    .designed li:before {
      background: #9d9d9d;
      width: 2px;
      height: 12px;
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 768px) {
        .designed li:before {
          content: ''; } }
    @media (min-width: 768px) {
      .designed li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px; } }
    @media (min-width: 1024px) {
      .designed li {
        padding: 0 26px; } }
    .designed li a {
      font-size: 14px;
      color: #333;
      -webkit-transition: color 0.2s linear 0s;
      transition: color 0.2s linear 0s; }
      .designed li a:hover, .designed li a:active, .designed li a:focus {
        color: #660000;
        text-decoration: none; }

/* main container styles */
#wrapper {
  overflow: hidden; }
/*# sourceMappingURL=main.css.map */